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

Commit

Permalink
0.5.118
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed Jul 9, 2024
1 parent 0b11a71 commit a46c3c7
Show file tree
Hide file tree
Showing 2 changed files with 39 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.117";
export const VERSION = "0.5.118";

// minimum version of Deno required to run this CLI
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)
Expand Down
38 changes: 38 additions & 0 deletions lib/plugins/unocss/preset-netzo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,44 @@ export function presetNetzo(
"text-xs",
"justify-center",
"text-center",
// components/table:
...[
"w-full",
"caption-bottom",
"text-sm",
"[&_tr]:border-0",
"[&_tr]:shadow-[inset_0_-1px_0]",
"[&_tr]:shadow-border",
"sticky",
"top-0",
"bg-secondary",
"border-b",
"z-10",
"[&_tr:last-child]:border-0",
"border-t",
"bg-muted/50",
"font-medium",
"[&>tr]:last:border-b-0",
"border-b",
"transition-colors",
"hover:bg-muted/50",
"data-[state=selected]:bg-muted",
"h-10",
"px-2",
"text-left",
"align-middle",
"font-medium",
"text-muted-foreground",
"[&:has([role=checkbox])]:pr-0",
"[&>[role=checkbox]]:translate-y-[2px]",
"p-2",
"align-middle",
"[&:has([role=checkbox])]:pr-0",
"[&>[role=checkbox]]:translate-y-[2px]",
"mt-4",
"text-sm",
"text-muted-foreground"
],
// components/table-view-options:
...[
"ml3",
Expand Down

0 comments on commit a46c3c7

Please sign in to comment.