Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
0.5.101
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed Jun 25, 2024
1 parent ccd4f60 commit 5842a43
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// latest version of netzo/cli (see https://github.com/netzo/netzo/releases)
export const VERSION = "0.5.100";
export const VERSION = "0.5.101";

// minimum version of Deno required to run this CLI
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)
Expand Down
24 changes: 24 additions & 0 deletions lib/plugins/unocss/preset-shadcn/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,30 @@ export function presetShadcn(options: PresetShadcnOptions = {}): Preset<Theme> {
"data-[side=right]:slide-in-from-left-2",
"data-[side=top]:slide-in-from-bottom-2",
],
// scroll-area:
...[
"relative",
"overflow-hidden",
"h-full",
"w-full",
"rounded-[inherit]",
"flex",
"touch-none",
"select-none",
"transition-colors",
"w-2.5",
"border-l",
"border-l-transparent",
"p-[1px]",
"flex-col",
"h-2.5",
"border-t",
"border-t-transparent",
"relative",
"flex-1",
"rounded-full",
"bg-border"
],
// select:
...[
"flex",
Expand Down

0 comments on commit 5842a43

Please sign in to comment.