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

Commit a46c3c7

Browse files
committed
0.5.118
1 parent 0b11a71 commit a46c3c7

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

lib/cli/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// latest version of netzo/cli (see https://github.com/netzo/netzo/releases)
2-
export const VERSION = "0.5.117";
2+
export const VERSION = "0.5.118";
33

44
// minimum version of Deno required to run this CLI
55
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)

lib/plugins/unocss/preset-netzo.ts

+38
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,44 @@ export function presetNetzo(
109109
"text-xs",
110110
"justify-center",
111111
"text-center",
112+
// components/table:
113+
...[
114+
"w-full",
115+
"caption-bottom",
116+
"text-sm",
117+
"[&_tr]:border-0",
118+
"[&_tr]:shadow-[inset_0_-1px_0]",
119+
"[&_tr]:shadow-border",
120+
"sticky",
121+
"top-0",
122+
"bg-secondary",
123+
"border-b",
124+
"z-10",
125+
"[&_tr:last-child]:border-0",
126+
"border-t",
127+
"bg-muted/50",
128+
"font-medium",
129+
"[&>tr]:last:border-b-0",
130+
"border-b",
131+
"transition-colors",
132+
"hover:bg-muted/50",
133+
"data-[state=selected]:bg-muted",
134+
"h-10",
135+
"px-2",
136+
"text-left",
137+
"align-middle",
138+
"font-medium",
139+
"text-muted-foreground",
140+
"[&:has([role=checkbox])]:pr-0",
141+
"[&>[role=checkbox]]:translate-y-[2px]",
142+
"p-2",
143+
"align-middle",
144+
"[&:has([role=checkbox])]:pr-0",
145+
"[&>[role=checkbox]]:translate-y-[2px]",
146+
"mt-4",
147+
"text-sm",
148+
"text-muted-foreground"
149+
],
112150
// components/table-view-options:
113151
...[
114152
"ml3",

0 commit comments

Comments
 (0)