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

Commit

Permalink
0.5.52
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed Jun 3, 2024
1 parent 66f10cd commit d73c2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 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.51";
export const VERSION = "0.5.52";

// minimum version of Deno required to run this CLI
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)
Expand Down
2 changes: 2 additions & 0 deletions lib/plugins/unocss/preset-shadcn/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,8 @@ export function presetShadcn(options: PresetShadcnOptions = {}): Preset<Theme> {
"data-[side=right]:slide-in-from-left-2",
"data-[side=top]:slide-in-from-bottom-2",
],
// destructive button:
...['inline-flex', 'items-center', 'justify-center', 'whitespace-nowrap', 'font-medium', 'transition-colors', 'focus-visible:outline-none', 'focus-visible:ring-1', 'focus-visible:ring-ring', 'disabled:pointer-events-none', 'disabled:opacity-50', 'bg-destructive', 'text-destructive-foreground', 'shadow-sm', 'hover:bg-opacity-90', 'h-8', 'rounded-md', 'px-3', 'text-xs', 'mx-2']
]),
],

Expand Down

0 comments on commit d73c2d4

Please sign in to comment.