This repository was archived by the owner on Sep 22, 2024. It is now read-only.
File tree 2 files changed +39
-1
lines changed
2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
1
// 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 " ;
3
3
4
4
// minimum version of Deno required to run this CLI
5
5
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)
Original file line number Diff line number Diff line change @@ -109,6 +109,44 @@ export function presetNetzo(
109
109
"text-xs" ,
110
110
"justify-center" ,
111
111
"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
+ ] ,
112
150
// components/table-view-options:
113
151
...[
114
152
"ml3" ,
You can’t perform that action at this time.
0 commit comments