@frontfriend/tailwind 4.0.0 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,953 @@
1
+ {
2
+ "accordion": {
3
+ "root": "border border-neutral-low rounded-md [&>*:last-child]:border-b-0 font-primary",
4
+ "font": "font-primary text-brand-strong",
5
+ "last" : "[&>*]:border-b-0",
6
+ "header" : "flex",
7
+ "item": "border-b border-neutral-low",
8
+ "trigger": {
9
+ "root" : "flex flex-1 items-center text-brand-strong active:text-brand-mid justify-between p-4 font-semibold transition-all [&[data-state=open]>svg]:rotate-180",
10
+ "icon": "shrink-0 transition-transform duration-200"
11
+ },
12
+ "content": {
13
+ "root" : "overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down text-neutral-mid",
14
+ "wrapper" : "p-4 pt-0"
15
+ }
16
+ },
17
+ "actionbar": {
18
+ "root" : "pb-safe-bottom w-full justify-center border-t border-neutral-low z-20 bg-layer-raised items-center absolute bottom-0 left-1/2 transform -translate-x-1/2 flex",
19
+ "content": "gap-3 lg:gap-8 flex flex-row w-full",
20
+ "compact": "py-4 px-4",
21
+ "relaxed": "px-6 py-6",
22
+ "maxWidth": "max-w-2xl",
23
+ "align": {
24
+ "start": "justify-start",
25
+ "end": "justify-end",
26
+ "center": "justify-center",
27
+ "justify": "justify-between",
28
+ "stretch": "[&>*]:flex-1"
29
+ }
30
+ },
31
+ "alert": {
32
+ "root": "relative w-full rounded min-h-12 border gap-2 p-4 [&>svg~*]:pl-7 flex flex-col justify-center [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 font-primary shadow-sm",
33
+ "variant": {
34
+ "default": "bg-neutral-subtle border border-transparent [&>svg]:text-icon-neutral-low text-neutral-mid [&>div]:text-neutral-low",
35
+ "destructive": "bg-negative-low border border-transparent [&>svg]:text-icon-onnegative-low text-onnegative-low",
36
+ "info": "bg-info-low border border-transparent [&>svg]:text-icon-oninfo-low text-oninfo-low",
37
+ "success": "bg-positive-low border border-transparent [&>svg]:text-icon-onpositive-low text-onpositive-low",
38
+ "warning": "bg-warning-low border border-transparent [&>svg]:text-icon-onwarning-low text-onwarning-low",
39
+ "brand": "bg-brand-low border border-transparent [&>svg]:text-icon-onbrand-low text-onbrand-low"
40
+ },
41
+ "title": "text-base leading-none tracking-tight font-semibold mb-0",
42
+ "description": "text-sm [&_p]:leading-relaxed leading-relaxed font-normal"
43
+ },
44
+ "alertDialog": {
45
+ "overlay": "fixed inset-0 z-50 bg-overlay-mid data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
46
+ "content": "font-primary border border-neutral-subtle fixed left-[50%] top-[50%] z-50 max-w-[90vw] grid w-full lg:max-w-lg translate-x-[-50%] translate-y-[-50%] gap-6 border border-neutral-subtle bg-layer-dialog p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] rounded-lg shadow-2xl",
47
+ "header": "flex flex-col space-y-2 gap-0.5 text-left",
48
+ "footer": "flex flex-row justify-end gap-4",
49
+ "title": "text-lg font-semibold text-neutral-mid",
50
+ "description": "text-sm text-neutral-subtle font-medium",
51
+ "cancel": "sm:mt-0"
52
+ },
53
+ "avatar": {
54
+ "root": "font-primary relative border-neutral-low flex h-10 w-10 shrink-0 overflow-hidden rounded-full",
55
+ "image": "aspect-square h-full w-full",
56
+ "fallback": "bg-brand-low flex h-full w-full items-center justify-center rounded-full text-interactive-mid text-[40cqw]"
57
+ },
58
+ "badge": {
59
+ "root": "font-primary shrink-0 [&>svg]:h-4 [&>svg]:w-4 gap-x-1 pt-0.5 pb-0.5 pl-2.5 pr-2.5 rounded-sm text-xs leading-snug font-medium border flex items-center justify-center box-border h-5 inline-flex overflow-hidden",
60
+ "variant": {
61
+ "main": "bg-brand-mid border-transparent text-onbrand-mid [&>svg]:text-icon-onbrand-mid",
62
+ "secondary": "bg-interactive-mid border-transparent text-oninteractive-mid [&>svg]:text-icon-oninteractive-mid",
63
+ "destructive": "bg-negative-mid border-transparent text-onnegative-mid [&>svg]:text-icon-onnegative-mid",
64
+ "success": "bg-positive-mid border-transparent text-onpositive-mid [&>svg]:text-icon-onpositive-mid",
65
+ "tertiary": "bg-transparent border-neutral-subtle text-brand-strong [&>svg]:text-icon-brand-strong",
66
+ "warning": "bg-warning-mid border-transparent text-onwarning-mid [&>svg]:text-icon-onwarning-mid",
67
+ "brand": "bg-brand-strong border-transparent text-onbrand-strong [&>svg]:text-icon-onbrand-strong",
68
+ "informative": "bg-info-mid border-transparent text-oninfo-mid [&>svg]:text-icon-oninfo-mid",
69
+ "highlight": "bg-highlight-mid border-transparent text-onhighlight-mid [&>svg]:text-icon-onhighlight-mid",
70
+ "subtle": {
71
+ "main": "bg-brand-subtle border-transparent text-onbrand-subtle [&>svg]:text-icon-onbrand-subtle",
72
+ "secondary": "bg-interactive-subtle border-transparent text-oninteractive-subtle [&>svg]:text-icon-oninteractive-subtle",
73
+ "destructive": "bg-negative-subtle border-transparent text-onnegative-subtle [&>svg]:text-icon-onnegative-subtle",
74
+ "success": "bg-positive-subtle border-transparent text-onpositive-subtle [&>svg]:text-icon-onpositive-subtle",
75
+ "warning": "bg-warning-subtle border-transparent text-onwarning-subtle [&>svg]:text-icon-onwarning-subtle",
76
+ "tertiary": "bg-neutral-subtle border-transparent text-neutral-mid [&>svg]:text-icon-neutral-mid",
77
+ "brand": "bg-brand-subtle border-transparent text-onbrand-subtle [&>svg]:text-icon-onbrand-subtle",
78
+ "informative": "bg-info-subtle border-transparent text-oninfo-subtle [&>svg]:text-icon-oninfo-subtle",
79
+ "highlight": "bg-highlight-subtle border-transparent text-onhighlight-subtle [&>svg]:text-icon-onhighlight-subtle"
80
+ }
81
+ },
82
+ "dismissable": "hover:opacity-80",
83
+ "icon": "cursor-pointer",
84
+ "bullet": "p-0.5 w-5 h-5"
85
+ },
86
+ "button": {
87
+ "root": "font-primary group rounded disabled:opacity-100 inline-flex items-center justify-center disabled:cursor-not-allowed gap-2",
88
+ "variant": {
89
+ "main": "bg-brand-mid hover:bg-brand-mid-hover active:bg-brand-mid-active disabled:bg-disabled text-onbrand-mid hover:text-onbrand-mid-hover active:text-onbrand-mid-active disabled:text-disabled border-brand-strong hover:border-transperent active:border-transperent disabled:border-disabled border-0",
90
+ "secondary": "bg-layer-control hover:bg-brand-low-hover active:bg-brand-low-active disabled:bg-disabled text-brand-mid hover:text-brand-mid-hover active:text-brand-mid-active disabled:text-disabled border-brand-mid hover:border-brand-mid-hover active:border-brand-mid-active border border-t border-b border-r border-l",
91
+ "tertiary": "bg-layer-control hover:bg-neutral-subtle-hover active:bg-neutral-subtle-active disabled:bg-disabled text-neutral-subtle hover:text-neutral-mid-hover active:text-neutral-mid-active disabled:text-disabled border-neutral-subtle hover:border-neutral-low-hover active:border-neutral-subtle-active disabled:border-transparent border border-t border-b border-r border-l",
92
+ "destructive": "bg-negative-mid hover:bg-negative-mid-hover active:bg-negative-mid-active disabled:bg-disabled text-onnegative-mid hover:text-onnegative-mid-hover active:text-onnegative-mid-active disabled:text-disabled border-transparent disabled:border-disabled border-0",
93
+ "ghost": "bg-transparent hover:bg-neutral-subtle-hover active:bg-neutral-subtle-active disabled:bg-transparent text-neutral-mid hover:text-neutral-mid-hover active:text-neutral-mid-active disabled:text-disabled border-transparent hover:border-transparent active:border-transparent disabled:border-transparent border-0",
94
+ "ghostmain": "bg-transparent hover:bg-brand-low-hover active:bg-brand-low-active disabled:bg-transparent text-brand-mid hover:text-brand-mid-hover active:text-brand-mid-active disabled:text-disabled border-transparent hover:border-transparent active:border-transparent disabled:border-transparent",
95
+ "link": "text-interactive-mid hover:interactive-brand-mid-hover active:text-interactive-mid-active disabled:text-disabled",
96
+ "linkdestructive": "text-negative-mid hover:text-negative-mid-hover active:text-negative-mid-active disabled:text-disabled"
97
+ },
98
+ "size": {
99
+ "default": "text-base font-medium tracking-0 pl-4 pr-4 h-10",
100
+ "sm": "text-sm font-medium tracking-0 pl-3 pr-3 h-9",
101
+ "lg": "text-base font-semibold tracking-0 pl-4 pr-4 h-12"
102
+ },
103
+ "icon": {
104
+ "root": "gap-2",
105
+ "size": {
106
+ "sm": "4",
107
+ "default": "5",
108
+ "lg": "6"
109
+ },
110
+ "color": {
111
+ "main": "text-icon-onbrand-mid group-hover:text-icon-onbrand-mid-hover group-active:text-icon-onbrand-mid-active group-disabled:text-disabled",
112
+ "secondary": "text-icon-brand-mid group-hover:text-icon-brand-mid-active group-active:text-icon-brand-mid-active group-disabled:text-disabled",
113
+ "destructive": "text-icon-onnegative-mid group-hover:text-icon-onnegative-mid-hover group-active:text-icon-onnegative-mid-active group-disabled:text-disabled",
114
+ "ghost": "text-icon-neutral-mid group-hover:text-icon-neutral-mid-hover group-active:text-icon-neutral-mid-active group-disabled:text-disabled",
115
+ "tertiary": "text-icon-neutral-subtle group-hover:text-icon-neutral-mid-hover group-active:text-icon-neutral-mid-active group-disabled:text-disabled",
116
+ "ghostmain": "text-icon-brand-mid group-hover:text-icon-brand-mid-hover group-active:text-icon-brand-mid-active group-disabled:text-disabled",
117
+ "link": "text-icon-interactive-mid group-hover:text-icon-brand-mid-hover group-active:text-icon-brand-mid-active group-disabled:text-disabled",
118
+ "linkdestructive": "text-icon-negative-mid group-hover:text-icon-negative-mid-hover group-active:text-icon-negative-mid-active group-disabled:text-disabled"
119
+ }
120
+ },
121
+ "iconPosition": {
122
+ "prefix": {
123
+ "small": "pl-2",
124
+ "default": "pl-3",
125
+ "large": "pl-3"
126
+ },
127
+ "suffix": {
128
+ "small": "pr-2",
129
+ "default": "pr-3",
130
+ "large": "pr-3"
131
+ },
132
+ "default": {
133
+ "small": "pl-2 pr-2 w-9",
134
+ "default": "pl-3 pr-3 w-10",
135
+ "large": "pl-3 pr-3 w-12"
136
+ }
137
+ },
138
+ "fullwidth": {
139
+ "false": "",
140
+ "true": "w-full"
141
+ },
142
+ "defaultVariants": {
143
+ "variant": "main",
144
+ "size": "default"
145
+ },
146
+ "compoundVariants": {
147
+ "links": "p-0 text-sm font-medium tracking-0 h-fit"
148
+ }
149
+ },
150
+ "calendar": {
151
+ "root": "p-3 rounded-md font-primary",
152
+ "caption" : {
153
+ "root" : "flex justify-center pt-1 relative items-center",
154
+ "label": "text-sm text-neutral-mid leading-snug font-medium"
155
+ },
156
+ "months": "flex flex-col sm:flex-row space-y-4 sm:space-x-4 sm:space-y-0",
157
+ "month": "space-y-4",
158
+ "nav" : {
159
+ "root" :"space-x-1 flex items-center",
160
+ "button" : {
161
+ "root" : "h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100",
162
+ "previous" : "absolute left-1",
163
+ "next": "absolute right-1"
164
+ }
165
+ },
166
+ "row": "flex w-full mt-2 cursor-not-allowed",
167
+ "table": "w-full border-collapse space-y-1",
168
+ "head" : {
169
+ "row" : "flex",
170
+ "cell": "text-neutral-subtle leading-snug w-9 font-normal text-sm"
171
+ },
172
+ "cell": "text-center text-sm p-0 relative [&:has([aria-selected])]:bg-neutral-low-hover first:[&:has([aria-selected])]:rounded-l-md last:[&:has([aria-selected])]:rounded-r-md focus-within:relative focus-within:z-20",
173
+ "day": {
174
+ "root" : "h-9 w-9 p-0 font-normal text-neutral-mid aria-selected:opacity-100 inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none ring-offset-background hover:bg-neutral-low-hover aria-selected:hover:bg-interactive-mid-hover",
175
+ "range" : {
176
+ "end" : "day-range-end",
177
+ "middle" : "aria-selected:bg-neutral-low-hover aria-selected:text-neutral-mid aria-selected:hover:bg-neutral-low-hover"
178
+ },
179
+ "selected": "bg-interactive-mid text-oninteractive-mid hover:bg-interactive-mid-hover hover:text-oninteractive-mid-hover focus:bg-interactive-mid focus:text-oninteractive-mid",
180
+ "today": "bg-interactive-subtle text-oninteractive-low aria-selected:bg-interactive-mid aria-selected:text-oninteractive-mid aria-selected:hover:bg-interactive-mid-hover aria-selected:focus:bg-interactive-mid-hover",
181
+ "outside": "text-disabled opacity-50 aria-selected:text-neutral-mid day-outside aria-selected:bg-neutral-low-hover aria-selected:hover:bg-neutral-low-hover aria-selected:hover:text-neutral-mid aria-selected:focus:bg-neutral-low-hover aria-selected:focus:text-neutral-mid",
182
+ "disabled": "text-muted-foreground opacity-50",
183
+ "hidden": "invisible"
184
+ }
185
+ },
186
+ "card": {
187
+ "root": "rounded-2xl font-primary gap-0 border bg-layer-raised text-neutral-mid border-neutral-subtle relative shadow-sm",
188
+ "title": "text-base text-neutral-mid font-semibold leading-normal ",
189
+ "description": "text-xs font-medium text-neutral-subtle",
190
+ "header": "flex flex-col space-y-1.5 p-4 pb-0 rounded-t-2xl",
191
+ "content": "p-4 gap-4",
192
+ "footer": "flex gap-4 items-center p-4 bg-neutral-subtle rounded-b-2xl",
193
+ "footerAlign": {
194
+ "justify": "flex justify-between",
195
+ "end": "flex justify-end",
196
+ "start": "flex justify-start",
197
+ "stretch": "flex [&>*]:flex-1"
198
+ },
199
+ "outside" : "absolute w-full pt-8 mt-[-16px] -z-10",
200
+ "noContent": "p-4"
201
+ },
202
+ "chart": {
203
+ "container": "font-primary flex aspect-video justify-center text-xs [&_.recharts-cartesian-axis-tick_text]:fill-muted-foreground [&_.recharts-cartesian-grid_line]:stroke-border/50 [&_.recharts-curve.recharts-tooltip-cursor]:stroke-border [&_.recharts-dot[stroke='#fff']]:stroke-transparent [&_.recharts-layer]:outline-none [&_.recharts-polar-grid_[stroke='#ccc']]:stroke-border [&_.recharts-radial-bar-background-sector]:fill-muted [&_.recharts-rectangle.recharts-tooltip-cursor]:fill-muted [&_.recharts-reference-line-line]:stroke-border [&_.recharts-sector[stroke='#fff']]:stroke-transparent [&_.recharts-sector]:outline-none [&_.recharts-surface]:outline-none",
204
+ "dot" : {
205
+ "indicator" : {
206
+ "root" : "items-center",
207
+ "size" : "h-2.5 w-2.5"
208
+ }
209
+ },
210
+ "line" : {
211
+ "indicator" : {
212
+ "size" : "w-1"
213
+ }
214
+ },
215
+ "dashed" : {
216
+ "indicator" : {
217
+ "root" :"w-0 border-[1.5px] border-dashed bg-transparent",
218
+ "label" : "my-0.5"
219
+ }
220
+ },
221
+ "tooltip" : {
222
+ "root" : "grid min-w-[8rem] items-start gap-1.5 rounded-lg border border-border/50 bg-background px-2.5 py-1.5 text-xs shadow-xl",
223
+ "label" : {
224
+ "root" : "font-mono font-medium tabular-nums text-foreground",
225
+ "wrapper" : "font-medium"
226
+ },
227
+ "payload" : {
228
+ "root" : "flex w-full items-stretch gap-2 [&>svg]:h-2.5 [&>svg]:w-2.5 [&>svg]:text-muted-foreground",
229
+ "wrapper" : "grid gap-1.5"
230
+ },
231
+ "indicator" : "shrink-0 rounded-[2px] border-[--color-border] bg-[--color-bg]",
232
+ "value" : "font-mono font-medium tabular-nums text-foreground"
233
+ },
234
+ "legend" : {
235
+ "content" : {
236
+ "root" : "flex items-center justify-center gap-4",
237
+ "wrapper" : "flex items-center gap-1.5 [&>svg]:h-3 [&>svg]:w-3 [&>svg]:text-muted-foreground"
238
+ },
239
+ "align" : {
240
+ "true" : "pb-3",
241
+ "false" : "pt-3"
242
+ },
243
+ "item" : "h-2 w-2 shrink-0 rounded-[2px]"
244
+ },
245
+ "nest" : {
246
+ "label" : {
247
+ "false" : "items-center",
248
+ "true" : "items-end",
249
+ "container" : "grid gap-1.5",
250
+ "text" : "text-muted-foreground"
251
+ }
252
+ }
253
+ },
254
+ "checkbox": {
255
+ "root": "peer rounded border w-5 h-5 disabled:opacity-50 disabled:cursor-not-allowed disabled:bg-neutral-strong disabled:border-disabled border-neutral-subtle hover:border-neutral-subtle-hover bg-layer-control hover:bg-neutral-low-hover data-[state=checked]:border-interactive-mid data-[state=checked]:hover:border-interactive-mid-hover data-[state=checked]:bg-interactive-mid data-[state=checked]:hover:bg-interactive-mid-hover shrink-0 shadow-sm",
256
+ "icon": "text-icon-inverse-mid hover:text-icon-inverse-mid flex items-center justify-center"
257
+ },
258
+ "checkboxField": {
259
+ "root": "flex items-center gap-2 font-primary w-fit",
260
+ "disabled": "opacity-5"
261
+ },
262
+ "command": {
263
+ "root": "flex h-full flex-col overflow-hidden rounded-2xl bg-layer-control text-popover-foreground py-1 font-primary",
264
+ "dialog": {
265
+ "content": "overflow-hidden p-0 shadow-lg",
266
+ "root": "[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5"
267
+ },
268
+ "input": {
269
+ "root": "flex h-11 py-1.5 border-0 w-full border-neutral-subtle rounded-sm text-neutral-mid font-normal leading-normal bg-transparent px-1 text-sm outline-none placeholder:text-neutral-subtle disabled:cursor-not-allowed disabled:opacity-50",
270
+ "wrapper": "flex items-center border-b border-neutral-subtle px-3 text-neutral-subtle",
271
+ "icon": "h-4 w-4 shrink-0"
272
+ },
273
+ "list": "max-h-[300px] overflow-y-auto overflow-x-hidden",
274
+ "empty": "py-6 text-center text-sm leading-normal font-normal",
275
+ "group": "overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
276
+ "separator": "-mx-1 h-px bg-neutral-subtle",
277
+ "item": "relative flex justify-between cursor-base data-[highlighted]:bg-neutral-low-hover data-[highlighted]:text-neutral-mid-hover hover:bg-neutral-low-hover bg-transparent border-transparent hover:text-neutral-mid-hover disabled:text-disabled text-neutral-mid select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[selected=true]:bg-neutral-low-hover data-[selected=true]:text-neutral-mid data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50",
278
+ "shortcut": "ml-auto text-xs text-neutral-subtle",
279
+ "combobox" : {
280
+ "label" : "px-2 py-1.5 text-xs font-medium text-muted-foreground"
281
+ }
282
+ },
283
+ "datePicker": {
284
+ "root": "w-[280px] justify-start text-left font-normal gap-y-0 [&>span]:truncate font-primary",
285
+ "button": "inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-normal ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 text-sm font-medium tracking-0 pl-4 pr-4 h-10 bg-neutral-low hover:bg-neutral-mid-hover active:bg-neutral-mid-active disabled:bg-disabled border-neutral-subtle hover:border-neutral-subtle-hovered active:border-neutral-subtle-active disabled:border-disabled border border-t border-b border-r border-l",
286
+ "isSelected": {
287
+ "true": "pointer-events-none",
288
+ "false": "w-full justify-start"
289
+ },
290
+ "trigger": {
291
+ "popover": "w-fit justify-start font-normal text-sm leading-none",
292
+ "text": "truncate text-default-mid",
293
+ "select": "w-full mx-auto mb-2"
294
+ },
295
+ "popover": {
296
+ "content": {
297
+ "root": "flex p-0 items-start gap-6 w-auto flex-col h-[563px] bg-layer-popover z-50",
298
+ "relaxed": "flex p-0 items-start gap-6 w-auto flex-col lg:flex-row h-[522px] lg:h-auto bg-layer-popover z-50",
299
+ "range": "w-auto p-0 z-50"
300
+ }
301
+ },
302
+ "presets": {
303
+ "relaxed": "flex flex-col items-sart gap-2 w-[150px]"
304
+ },
305
+ "separator": {
306
+ "root": "hidden",
307
+ "relaxed": "h-[397px] shrink-0 hidden lg:flex"
308
+ },
309
+ "dateInput": {
310
+ "relaxed": "lg:flex-row",
311
+ "root": "flex justify-between gap-6 w-full flex-col",
312
+ "wrapper": "flex gap-2 w-full",
313
+ "control": "w-full justify-center",
314
+ "separator": "py-1"
315
+ },
316
+ "calendar": {
317
+ "container": {
318
+ "wrapper": "h-[457px]",
319
+ "root": "flex flex-col gap-2 items-start justify-between",
320
+ "relaxed": "lg:w-[544px] h-[397px]"
321
+ }
322
+ },
323
+ "buttons": {
324
+ "root": "flex-1",
325
+ "relaxed": "lg:flex-initial",
326
+ "trigger": "w-fit justify-start",
327
+ "container": {
328
+ "root": "flex gap-2",
329
+ "relaxed": "lg:pr-4"
330
+ }
331
+ }
332
+ },
333
+ "dateInput" : {
334
+ "arrowUp" : "ArrowUp",
335
+ "arrowDown" : "ArrowDown",
336
+ "arrowLeft" : "ArrowLeft",
337
+ "arrowRight" : "ArrowRight",
338
+ "delete" : "Delete",
339
+ "tab" : "Tab",
340
+ "backspace" : "Backspace",
341
+ "enter" : "Enter",
342
+ "root" : "flex border rounded-lg items-center text-sm px-1 font-medium leading-5 font-primary text-default-subtle h-10 border-neutral-subtle shadow-sm",
343
+ "inputs" : {
344
+ "month" : "p-0 outline-none w-6 border-none text-center bg-layer-control",
345
+ "day" : "p-0 outline-none w-7 border-none text-center bg-layer-control",
346
+ "year" : "p-0 outline-none w-12 border-none text-center bg-layer-control"
347
+ },
348
+ "span" : "opacity-20 -mx-px"
349
+ },
350
+ "dialog": {
351
+ "overlay": "fixed inset-0 z-50 bg-overlay-mid data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
352
+ "content": "fixed flex flex-col lg:max-h-[90vh] max-h-[100vh] bg-layer-dialog font-primary left-[50%] overflow-clip top-[50%] z-50 w-full translate-x-[-50%] translate-y-[-50%] data-[state=open]:animate-in data-[state=closed]:animate-out duration-200 border border-neutral-subtle data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-2xl shadow-2xl",
353
+ "body": "gap-0 flex flex-col h-full w-full overflow-y-auto mb-20 text-neutral-mid",
354
+ "close": "absolute right-4 top-4 opacity-70 transition-opacity hover:opacity-100 disabled:pointer-events-none",
355
+ "header": "flex gap-0.5 flex-col p-6 pr-14 space-y-1.5 text-left bg-layer-raised sticky top-0",
356
+ "footer": "bg-layer-raised gap-4 h-20 px-6 items-center fixed bottom-0 w-full flex",
357
+ "footerAlign": {
358
+ "justify": "flex justify-between",
359
+ "end": "flex justify-end",
360
+ "start": "flex justify-start",
361
+ "stretch": "flex [&>*]:flex-1"
362
+ },
363
+ "title": "text-2xl font-semibold leading-normal tracking-tight text-neutral-mid",
364
+ "description": "text-sm text-neutral-subtle leading-normal font-semibold",
365
+ "width" : {
366
+ "xs" : "max-w-sm",
367
+ "sm" : "max-w-sm",
368
+ "md" : "max-w-md",
369
+ "lg" : "max-w-lg",
370
+ "3xl" : "max-w-3xl",
371
+ "5xl" : "max-w-5xl",
372
+ "full" : "max-w-full",
373
+ "fit" : "max-w-fit"
374
+ },
375
+ "isSm" : "w-full",
376
+ "height" : {
377
+ "full" : "h-full",
378
+ "auto" : "h-auto",
379
+ "else" : "h-auto lg:h-full"
380
+ },
381
+ "padding" : {
382
+ "true" : "px-6",
383
+ "false" : "px-0"
384
+ }
385
+ },
386
+ "drawer": {
387
+ "overlay": "fixed inset-0 z-50 bg-overlay-mid",
388
+ "content" : {
389
+ "root" : "overflow-clip fixed font-primary z-50 w-full",
390
+ "wrapper" : "w-full h-full flex flex-col rounded-lg border border-neutral-subtle bg-layer-dialog overflow-clip shadow-2xl"
391
+ },
392
+ "header": "grid gap-0.5 text-left bg-layer-raised p-6 pr-14 sticky top-0 self-stretch",
393
+ "footer": "flex h-20 gap-4 bg-layer-raised items-center p-6 sticky bottom-0 w-full",
394
+ "title": "text-2xl font-semibold leading-none tracking-tight text-neutral-mid",
395
+ "description": "text-sm font-semibold text-neutral-subtle",
396
+ "footerAlign": {
397
+ "justify": "flex justify-between",
398
+ "end": "flex justify-end",
399
+ "start": "flex justify-start",
400
+ "stretch": "flex [&>*]:flex-1"
401
+ },
402
+ "close": "absolute right-4 top-4 z-51 ",
403
+ "body": "gap-6 flex flex-col h-full w-full overflow-y-auto text-neutral-mid max-h-[calc(100vh-160px)]",
404
+ "width" : {
405
+ "xs" : "max-w-sm",
406
+ "sm" : "max-w-sm",
407
+ "md" : "max-w-md",
408
+ "lg" : "max-w-lg",
409
+ "3xl" : "max-w-3xl",
410
+ "5xl" : "max-w-5xl",
411
+ "full" : "max-w-full",
412
+ "fit" : "max-w-fit"
413
+ },
414
+ "isSm" : "w-full",
415
+ "height" : {
416
+ "full" : "h-full",
417
+ "auto" : "h-auto",
418
+ "else" : "h-auto lg:h-full"
419
+ },
420
+ "side" : {
421
+ "left" : "left-0 bottom-0",
422
+ "right" : "right-0 bottom-0",
423
+ "bottom" : "bottom-0",
424
+ "top" : "top-0"
425
+ },
426
+ "lgSide" : {
427
+ "left" : "lg:left-0 lg:bottom-0 lg:top-auto lg:right-auto",
428
+ "right" : "lg:right-0 lg:bottom-0 lg:top-auto lg:left-auto",
429
+ "bottom" : "lg:bottom-0 lg:inset-x-auto lg:top-auto",
430
+ "top" : "lg:top-0 lg:inset-x-auto lg:bottom-auto"
431
+ },
432
+ "padding" : {
433
+ "true" : "px-6",
434
+ "false" : "px-0"
435
+ },
436
+ "portal" : {
437
+ "overlay" : "no-after",
438
+ "content" : "no_after p-2 max-h-screen"
439
+ }
440
+ },
441
+ "dropdown": {
442
+ "subTrigger": {
443
+ "root": "flex cursor-base select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none text-neutral-mid data-[highlighted]:bg-neutral-mid-hover data-[highlighted]:border-transparent data-[highlighted]:text-neutral-mid-hover",
444
+ "icon": "ml-auto"
445
+ },
446
+ "subContent": "font-primary z-30 min-w-[8rem] overflow-hidden rounded-md border bg-layer-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
447
+ "content": "font-primary z-30 min-w-[8rem] gap-y-1 overflow-hidden border-neutral-subtle rounded-md border bg-layer-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
448
+ "item": "group relative leading-snug font-normal border-0 border-transparent gap-x-2 hover:bg-neutral-subtle-hover hover:border-transparent data-[disabled]:bg-transparent data-[disabled]:border-transparent text-neutral-mid hover:text-neutral-mid-hover data-[disabled]:text-disabled flex cursor-base select-none bg-transparent items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[highlighted]:bg-neutral-subtle-hover data-[highlighted]:border-transparent data-[highlighted]:text-neutral-mid-hover",
449
+ "destructive": {
450
+ "item": "group relative leading-snug font-normal border-0 border-transparent gap-x-2 hover:bg-neutral-subtle-hover hover:border-transparent data-[disabled]:bg-transparent data-[disabled]:border-transparent text-negative-mid hover:text-negative-mid data-[disabled]:text-negative-mid flex cursor-base select-none bg-transparent items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[highlighted]:bg-neutral-subtle-hover data-[highlighted]:border-transparent data-[highlighted]:text-negative-mid",
451
+ "shortcut": "ml-auto tracking-widest text-negative-subtle"
452
+ },
453
+ "checkbox": {
454
+ "item": "group relative leading-snug font-normal border-0 border-transparent gap-x-2 hover:bg-neutral-mid-hover hover:border-transparent data-[disabled]:bg-transparent data-[disabled]:border-transparent text-neutral-mid hover:text-neutral-mid-hover data-[disabled]:text-disabled flex cursor-base select-none bg-transparent items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[highlighted]:bg-neutral-mid-hover data-[highlighted]:border-transparent data-[highlighted]:text-neutral-mid-hover",
455
+ "icon": "h-4 w-4 shrink-0 justify-center"
456
+ },
457
+ "radio": {
458
+ "item": "relative flex cursor-base select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50 text-neutral-mid data-[highlighted]:bg-neutral-mid-hover data-[highlighted]:border-transparent data-[highlighted]:text-neutral-mid-hover",
459
+ "icon": "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
460
+ "indicator" : "fill-current"
461
+ },
462
+ "label": "bg-transparent border-transparent text-neutral-mid px-2 py-1.5 rounded-sm text-sm leading-snug font-semibold",
463
+ "separator": "-mx-1 my-1 bg-neutral-subtle h-px",
464
+ "inset": "pl-8",
465
+ "trigger" : "outline-none",
466
+ "shortcut": "ml-auto tracking-widest text-neutral-subtle group-hover:text-neutral-subtle-hover disabled:text-disabled"
467
+ },
468
+ "fileupload" : {
469
+ "root": "flex flex-col gap-4 items-center w-[343px] relative",
470
+ "uploader" : "w-full relative shadow-sm shadow-sm rounded-md",
471
+ "card": "p-4 w-full min-h-[144px] flex flex-col justify-center items-center gap-0 border-neutral-low bg-neutral-low shadow-sm",
472
+ "dragging": "bg-neutral-subtle",
473
+ "container" : "flex flex-col justify-center items-center gap-1 self-stretch relative",
474
+ "name": "text-center text-neutral-mid font-primary text-lg w-full truncate font-semibold h-[27px]",
475
+ "description": "text-center font-primary text-neutral-low text-sm w-full truncate font-medium h-[27px]",
476
+ "list" : {
477
+ "title" : "w-full flex justify-between items-center",
478
+ "root" : "w-full font-primary",
479
+ "icon" : {
480
+ "positive" : "[&>svg]:text-positive-mid",
481
+ "negative" : "[&>svg]:text-negative-mid"
482
+ }
483
+ },
484
+ "spinner" : "fill-icon-interactive-mid",
485
+ "button" : "absolute z-20 top-4 right-4"
486
+ },
487
+ "form" : {
488
+ "label" : {
489
+ "error" : "text-destructive font-primary"
490
+ },
491
+ "description" : "text-sm text-neutral-subtle font-primary",
492
+ "message" : "text-sm font-medium text-negative-mid font-primary",
493
+ "item" : {
494
+ "vertical" : "flex flex-col gap-2 w-full",
495
+ "horizontal" : "flex flex-row gap-2 items-center"
496
+ }
497
+ },
498
+ "input": {
499
+ "root": "font-primary focus:placeholder:text-neutral-subtle w-full text-neutral-mid file:disabled:placeholder:text-disabled gap-x-2 file:disabled:bg-disabled file:disabled:text-disabled file:disabled:border-disabled leading-relaxed font-medium font-primary text-sm disabled:opacity-100 h-10 file:h-full gap-x-2 px-3 py-2 bg-layer-control border-neutral-subtle placeholder:text-neutral-subtle rounded focus:ring border focus:ring-blue-600 focus:ring-2 focus:ring-offset-1 focus:bg-neutral-low focus-visible:outline-none focus:border-neutral-mid focus:text-neutral-mid disabled:bg-disabled disabled:border-neutral-mid file:border-0 disabled:placeholder:text-disabled disabled:text-disabled disabled:border-disabled file:bg-transparent file:border-neutral-subtle file:placeholder:text-neutral-subtle file:text-neutral-mid disabled:cursor-not-allowed [&::-webkit-search-cancel-button]:hidden [&::-webkit-search-decoration]:hidden shadow-sm",
500
+ "file": "text-neutral-subtle",
501
+ "container": "relative w-full text-neutral-mid",
502
+ "prefixIcon" : {
503
+ "root": "absolute left-3 top-1/2 transform -translate-y-1/2 disabled:opacity-100 disabled:cursor-not-allowed",
504
+ "props":{
505
+ "size": "4"
506
+ }
507
+ },
508
+ "prefix" : "absolute left-3 top-1/2 transform -translate-y-1/2 font-medium text-sm font-primary disabled:opacity-100 disabled:bg-disabled disabled:text-disabled disabled:cursor-not-allowed",
509
+ "prefixSlot" : "absolute left-3 top-1/2 transform -translate-y-1/2 disabled:opacity-100 disabled:bg-disabled disabled:text-disabled disabled:cursor-not-allowed",
510
+ "suffixIcon" : {
511
+ "root": "absolute right-3 top-1/2 transform -translate-y-1/2 disabled:opacity-100 disabled:cursor-not-allowed",
512
+ "props":{
513
+ "size": "4"
514
+ }
515
+ },
516
+ "suffix" : "absolute right-3 top-1/2 transform -translate-y-1/2 font-medium text-sm font-primary disabled:opacity-100 disabled:bg-disabled disabled:text-disabled disabled:cursor-not-allowed",
517
+ "suffixSlot" : "absolute right-3 top-1/2 transform -translate-y-1/2 disabled:opacity-100 disabled:bg-disabled disabled:text-disabled disabled:cursor-not-allowed",
518
+ "clearable" : {
519
+ "root": "absolute right-3 top-1/2 transform -translate-y-1/2 disabled:opacity-100 disabled:cursor-not-allowed cursor-pointer w-5 h-5 text-icon-interactive-mid hover:text-icon-interactive-mid active:text-icon-interactive-mid p-0 hover:bg-transparent active:bg-transparent",
520
+ "props":{
521
+ "size": "default"
522
+ }
523
+ },
524
+ "passwordIcon": "absolute right-3 cursor-pointer top-1/2 transform -translate-y-1/2 font-medium text-sm font-primary disabled:opacity-100 disabled:bg-disabled disabled:text-disabled disabled:cursor-not-allowed",
525
+ "clearableIconSuffix": "right-12"
526
+ },
527
+ "inputOTP": {
528
+ "root": "flex items-center gap-x-2 has-[:disabled]:opacity-50 font-primary",
529
+ "group": "flex items-center",
530
+ "input": "disabled:cursor-not-allowed",
531
+ "slot": {
532
+ "root": "p-3 font-medium relative flex h-10 w-10 bg-layer-control text-neutral-subtle items-center justify-center border-y border-r border-neutral-subtle text-sm transition-all first:rounded-l-md first:border-l last:rounded-r-md text-center shadow-sm",
533
+ "active": "z-10 ring-2"
534
+ },
535
+ "fakeCaret": {
536
+ "wrapper": "pointer-events-none absolute inset-0 flex items-center justify-center",
537
+ "root": "h-4 w-px animate-caret-blink bg-foreground duration-1000"
538
+ }
539
+ },
540
+ "label": {
541
+ "root": "gap-y-1 gap-x-0 text-xs font-medium disable:opacity-70 font-primary",
542
+ "main": "text-neutral-subtle disable:text-disabled",
543
+ "secondary": "text-neutral-subtle disable:text-disabled",
544
+ "disabled": "text-disabled"
545
+ },
546
+ "list" : {
547
+ "root": "gap-y-2 flex flex-col rounded-2xl font-primary text-neutral-mid",
548
+ "naked": {
549
+ "false" : "[&>*:last-child]:[&>*:last-child]:border-b-0 [&>*:first-child]:[&>*:last-child]:rounded-t-2xl [&>*:last-child]:[&>*:last-child]:rounded-b-2xl",
550
+ "true" : "[&>*:last-child]:bg-transparent border-0 [&>*:last-child]:border-transparent rounded-none [&>*:last-child>*]:px-0"
551
+ },
552
+ "content": "border border-neutral-subtle rounded-2xl bg-layer-raised",
553
+ "shadow": {
554
+ "true": "[&>*:last-child]:shadow-none",
555
+ "false": "[&>*:last-child]:shadow-sm"
556
+ },
557
+ "item": "p-3 px-4 gap-x-3 border-neutral-subtle border-b gap-y-0.5 min-h-14 flex items-center justify-between",
558
+ "interactive" : "hover:bg-brand-low cursor-pointer",
559
+ "wrapper" : "justify-between flex items-center gap-x-3 w-full",
560
+ "inverted" : "[&>*]:flex-col-reverse",
561
+ "attribute" : "flex flex-col gap-x-1 justify-center",
562
+ "first" : "text-base leading-normal font-medium text-neutral-mid text-right whitespace-nowrap",
563
+ "second" : "text-sm leading-normal font-medium text-neutral-low text-right whitespace-nowrap",
564
+ "itemTitle" : {
565
+ "root" : "flex flex-col",
566
+ "title" : "text-base leading-normal font-semibold text-neutral-mid",
567
+ "description" : "text-sm leading-normal font-medium text-neutral-low"
568
+ },
569
+ "title": {
570
+ "root": "text-brand-strong p-0",
571
+ "main": "text-base leading-normal font-semibold",
572
+ "secondary": "text-xs leading-normal font-medium",
573
+ "justify": "flex justify-between",
574
+ "end": "flex justify-end",
575
+ "start": "flex justify-start",
576
+ "stretch": "flex [&>*]:flex-1"
577
+ }
578
+ },
579
+ "navbar": {
580
+ "wrapper": "font-primary font-medium flex flex-col w-full z-20 absolute w-full top-0 left-1/2 transform -translate-x-1/2 text-sm text-neutral-mid px-6 bg-transparent lg:bg-transparent",
581
+ "root": "flex flex-col w-full items-center z-20",
582
+ "container": "flex w-full flex-col items-start z-20 justify-center flex-1",
583
+ "relaxed": "py-5 px-0 gap-4 gap-y-1",
584
+ "compact": "py-3 px-0 gap-2",
585
+ "content": "h-10 flex w-full relative gap-4",
586
+ "isTitle": "h-auto items-center",
587
+ "centerTitle": "flex-col items-center",
588
+ "external": "w-full hidden lg:flex",
589
+ "center": {
590
+ "root": "font-semibold h-full flex items-center max-w-full min-w-0 flex-[2] flex-col justify-center text-center",
591
+ "relaxed": "text-lg leading-normal",
592
+ "text": "line-clamp-1 w-full",
593
+ "compact": "text-lg"
594
+ },
595
+ "left": "flex flex-1 justify-start items-center h-full gap-2 shrink-0",
596
+ "right": "flex flex-1 justify-end items-center h-full shrink-0 gap-4"
597
+ },
598
+ "page": {
599
+ "root": "ff-page bg-layer-below lg:bg-layer-surface h-screen text-neutral-mid font-primary",
600
+ "focus": "bg-layer-below lg:bg-layer-below h-auto min-h-screen",
601
+ "focusOld": "bg-layer-surface lg:bg-layer-surface",
602
+ "inset": "bg-layer-below lg:bg-layer-below",
603
+ "focus-inset": "bg-layer-below lg:bg-layer-below",
604
+ "inset-2col": "bg-layer-below lg:bg-layer-below",
605
+ "inset-max-w": "bg-layer-below lg:bg-layer-below",
606
+ "inset-no-bg": "bg-neutral-subtle lg:bg-neutral-subtle",
607
+ "side": {
608
+ "root": "ff-pageSide px-4 py-4 lg:px-8 lg:py-8 pb-1 lg:pb-8 lg:border-neutral-subtle lg:border-r lg:w-80 w-full flex flex-col items-center lg:h-full h-fit lg:min-w-80",
609
+ "focus": "lg:py-10 lg:px-11 px-5 py-4 pb-4 lg:pb-10 gap-8 min-w-0 lg:min-w-0 lg:rounded-l-3xl rounded-t-3xl lg:rounded-t-none w-full lg:w-full bg-brand-low flex-col items-start overflow-hidden"
610
+ },
611
+ "container": {
612
+ "root": "ff-pageContainer flex flex-col items-center w-full h-full lg:h-full min-h-full lg:max-w-7xl bg-transparent",
613
+ "focus": "max-w-5xl min-h-0 h-full lg:h-fit",
614
+ "focusOld": "bg-transparent lg:bg-transparent max-w-[9999px] lg:max-w-7xl rounded-t-none rounded-b-none border-0 border-neutral-subtle",
615
+ "focus-inset": "max-w-[358px] lg:max-w-3xl lg:min-h-[536px] min-h-[576px] h-fit lg:h-fit min-h-none rounded-lg border border-neutral-subtle bg-layer-surface lg:bg-layer-surface shadow-sm relative overflow-hidden pb-18 lg:pb-[88px]",
616
+ "inset": "max-w-[9999px] lg:max-w-[9999px] rounded-lg border border-neutral-subtle bg-layer-surface lg:bg-layer-surface shadow-sm relative overflow-hidden shadow-sm pb-18 lg:pb-[88px]",
617
+ "inset-max-w": "max-w-[9999px] lg:max-w-[9999px] rounded-lg border border-neutral-subtle bg-layer-surface lg:bg-layer-surface shadow-sm relative overflow-hidden shadow-sm pb-18 lg:pb-[88px]",
618
+ "inset-2col": "max-w-[9999px] lg:max-w-[1216px] rounded-lg border lg:min-h-0 lg:max-h-[800px] border-neutral-subtle bg-layer-surface lg:bg-layer-surface shadow-sm relative overflow-hidden shadow-sm",
619
+ "inset-no-bg": "max-w-[9999px] lg:max-w-[1440px] bg-transparent lg:bg-transparent shadow-sm relative overflow-hidden shadow-sm"
620
+ },
621
+ "wrap": {
622
+ "root": "ff-pageWrap pt-16 pb-0 lg:pb-0 lg:pt-20 flex items-center flex-col self-stretch h-full bg-transparent lg:bg-transparent",
623
+ "focusOld": "pt-16 pb-28 lg:pt-24 lg:pb-28 h-full",
624
+ "focus": "lg:pt-0 pt-0 pb-0 lg:pb-0 min-h-screen ",
625
+ "focus-inset": "pt-16 pb-4 lg:pt-20 lg:pb-0 bg-transparent lg:bg-transparent",
626
+ "inset": "px-0 pb-0 pt-16 lg:pt-20 bg-transparent lg:bg-transparent",
627
+ "inset-max-w": "px-0 pb-0 pt-16 lg:pt-20 bg-transparent lg:bg-transparent",
628
+ "inset-2col": "px-0 py-0 lg:px-0 lg:py-0 bg-transparent lg:bg-transparent",
629
+ "inset-no-bg": "px-0 pb-0 pt-16 lg:pt-20 bg-transparent lg:bg-transparent"
630
+ },
631
+ "content": {
632
+ "root": "ff-pageContent flex gap-16 w-full self-stretch items-start h-full",
633
+ "focus": "lg:pt-0 pt-0 pb-0 lg:pb-0 border border-neutral-subtle overflow-hidden",
634
+ "focus-inset":"lg:gap-16 gap-0 justify-center items-start self-stretch w-full",
635
+ "focusOld": "justify-center",
636
+ "inset":"gap-16 self-stretch w-full",
637
+ "inset-max-w": "gap-16 self-stretch w-full justify-center overflow-x-auto lg:overflow-x-hidden",
638
+ "inset-2col": "lg:gap-16 gap-0 self-stretch w-full justify-center",
639
+ "inset-no-bg": "lg:gap-16 gap-0 self-stretch w-full items-start"
640
+ },
641
+ "main": {
642
+ "root": "ff-pageMain h-full w-full bg-transparent max-w-none gap-y-6 flex flex-col items-start lg:py-6 lg:px-6 px-4 py-4 max-w-[9999px] flex-1 self-stretch overflow-x-auto lg:overflow-x-hidden",
643
+ "focus": "lg:px-10 lg:py-10 px-4 ly-4 w-full flex-col justify-center items-start gap-0 lg:min-h-0",
644
+ "focusOld": "bg-transparent lg:bg-transparent border-transparent lg:border-transparent px-0 py-0 lg:px-0 lg:py-0 max-w-[9999px] lg:max-w-3xl",
645
+ "focus-inset": "lg:max-w-3xl max-w-[9999px] lg:py-6 lg:px-6 px-4 py-4 lg:gap-6 gap-4 bg-transparent items-start w-full",
646
+ "noPadding": "lg:px-0 lg:py-0 py-0 px-0",
647
+ "inset": "lg:min-h-[536px] min-h-[576px] max-w-[9999px] lg:py-6 lg:px-6 px-4 py-4 lg:gap-6 gap-4 bg-transparent lg:items-center items-start",
648
+ "inset-2col": "lg:min-h-[536px] min-h-[576px] max-w-[9999px] lg:flex-row flex-col-reverse lg:py-0 lg:px-0 px-0 py-0 lg:gap-0 gap-0 bg-transparent lg:items-start items-start",
649
+ "inset-no-bg": "lg:min-h-[536px] min-h-[576px] max-w-[9999px] lg:py-6 lg:px-6 px-4 py-4 lg:gap-6 gap-4 bg-transparent lg:items-center items-start",
650
+ "inset-max-w": "lg:min-h-[536px] min-h-[576px] lg:h-fit h-fit lg:max-w-3xl max-w-[9999px] self-stretch lg:py-6 lg:px-6 px-4 py-4 lg:gap-6 gap-4 bg-transparent lg:items-center items-start "
651
+ },
652
+ "inner": {
653
+ "root": "ff-pageInner flex flex-col items-center w-full h-full min-h-full self-stretch bg-layer-surface",
654
+ "focus": "lg:py-6 lg:px-6 px-2 py-2 h-full items-center justify-center min-h-screen bg-transparent",
655
+ "noPadding": "lg:px-0 lg:py-0 py-0 px-0",
656
+ "inset": "lg:px-6 px-4 pt-0 lg:pb-6 pb-4 bg-transparent",
657
+ "inset-max-w": "lg:px-6 px-4 pt-0 lg:pb-6 pb-4 bg-transparent",
658
+ "inset-2col": "lg:px-6 px-4 lg:pb-6 pb-6 lg:pt-6 pt-4 bg-transparent lg:justify-center",
659
+ "focus-inset": "lg:px-0 px-0 lg:pt-6 pt-2 lg:pb-12 pb-4 bg-transparent",
660
+ "inset-no-bg": "lg:px-0 px-0 pt-0 lg:pb-0 pb-0 bg-transparent"
661
+ }
662
+ },
663
+ "multiSelect": {
664
+ "trigger": "flex w-full items-center bg-layer-control h-auto min-h-10 max-h-auto p-3 px-4 justify-between [&_svg]:pointer-events-auto rounded font-normal",
665
+ "selected": "flex justify-between items-center w-full",
666
+ "wrapper": "flex flex-wrap items-center gap-2",
667
+ "optionIcon": "mr-2",
668
+ "controls": "flex items-center justify-between gap-2",
669
+ "separator": "flex min-h-6 h-full",
670
+ "noValue": "flex items-center justify-between w-full mx-auto",
671
+ "placeholder" : "text-sm text-muted-foreground mx-3",
672
+ "item": "cursor-pointer justify-normal gap-1",
673
+ "noClearable": "ml-2"
674
+ },
675
+ "pdfViewer": {
676
+ "root" : "w-full h-full font-primary",
677
+ "worker": {
678
+ "root" : "rpv-core__viewer flex h-full relative border",
679
+ "wrapper" : "w-full h-full"
680
+ },
681
+ "toolbar": {
682
+ "root" : "items-center rounded-sm bottom-6 flex left-1/2 p-1 absolute z-[1] bg-neutral-subtle translate-x-[-50%]",
683
+ "icon": {
684
+ "root": "px-0 py-0.5",
685
+ "center": "px-0 py-0.5 ml-auto"
686
+ }
687
+ },
688
+ "input": "w-[40px] mr-2",
689
+ "viewer": "flex-1 overflow-hidden"
690
+ },
691
+ "phoneInput": {
692
+ "trigger": {
693
+ "root": "",
694
+ "props": {
695
+ "size": "default"
696
+ }
697
+ }
698
+ },
699
+ "popover": {
700
+ "root": "z-30 font-primary w-72 rounded border gap-0 border-neutral-subtle bg-layer-popover text-neutral-mid shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 shadow-md",
701
+ "padding": {
702
+ "true": "p-4",
703
+ "false": "p-0"
704
+ },
705
+ "trigger": "rounded"
706
+ },
707
+ "progress": {
708
+ "root" : "relative h-2 w-full overflow-hidden rounded-full bg-neutral-subtle",
709
+ "indicator" : "h-full w-full rounded-full flex-1 bg-brand-mid transition-all"
710
+ },
711
+ "radiogroup": {
712
+ "groupe": "grid gap-2 font-primary text-neutral-mid",
713
+ "item": "aspect-square group h-6 w-6 bg-layer-control aria-checked:bg-neutral-low hover:bg-neutral-low-hover aria-checked:hover:bg-neutral-low-hover disabled:bg-disabled aria-checked:disabled:bg-disabled border-neutral-subtle aria-checked:border-info-mid hover:border-neutral-subtle-hover aria-checked:hover:border-info-mid-hover disabled:border-disabled aria-checked:disabled:border-disabled rounded-full border focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 shadow-sm",
714
+ "indicator": "flex items-center justify-center ",
715
+ "icon": "h-3.5 w-3.5 rounded-full",
716
+ "color" : {
717
+ "root": "text-info-mid",
718
+ "disabled": "text-disabled"
719
+ }
720
+ },
721
+ "radiogroupeField" : {
722
+ "root" : "flex gap-2 font-primary self-stretch p-px",
723
+ "disabled" : "opacity-50"
724
+ },
725
+ "segmented": {
726
+ "root": "relative",
727
+ "active": "[&>svg]:text-icon-interactive-mid",
728
+ "icon": "text-icon-interactive-mid"
729
+ },
730
+ "select": {
731
+ "trigger": "disabled:opacity-50 [&>span]:truncate disabled:cursor-not-allowed focus:outline-none flex w-full items-center justify-between font-primary h rounded p-3 border bg-layer-control disabled:bg-disabled border-neutral-subtle text-neutral-subtle text-sm leading-normal font-medium disabled:text-disabled shadow-sm h-10",
732
+ "scrollButton": "flex cursor-base items-center justify-center py-1",
733
+ "content": {
734
+ "root": "font-primary p-1 max-h-96 min-w-32 relative bg-neutral-low border-neutral-subtle gap-y-1 border rounded z-30 overflow-hidden data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 shadow-sm",
735
+ "popper": "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1"
736
+ },
737
+ "label": "text-sm leading-snug font-semibold bg-transparent border-transparent text-neutral-mid pl-8 pr-2 pt-1.5 pb-1.5",
738
+ "item": {
739
+ "root": "select-none focus:outline-none relative flex w-full items-center data-[disabled]:opacity-50 data-[disabled]:text-disabled rounded-sm pl-8 pr-2 pt-1.5 pb-1.5 font-normal text-sm leading-snug border-0 bg-transparent border-transparent hover:bg-neutral-low-hover hover:border-transparent data-[disabled]:bg-transparent data-[disabled]:border-transparent text-neutral-mid hover:text-neutral-mid-hover data-[highlighted]:text-neutral-mid-hover data-[highlighted]:bg-neutral-low-hover data-[highlighted]:border-transparent",
740
+ "icon": "absolute left-2 flex h-3.5 w-3.5 items-center justify-center"
741
+ },
742
+ "separator": "-mx-1 my-1 h-px bg-neutral-subtle rounded-full",
743
+ "viewport": "",
744
+ "group": "w-full",
745
+ "icon" : "opacity-50"
746
+ },
747
+ "separator": {
748
+ "container" : {
749
+ "root" : "flex gap-2 font-primary text-neutral-mid",
750
+ "horizontal" : "flex-row items-center w-full",
751
+ "vertical" : "flex-col items-center h-full"
752
+ },
753
+ "root": "bg-transparent border-neutral-subtler border-b text-neutral-mid rounded-full font-normal",
754
+ "vertical": "h-full w-[1px] border-b-0 border-l",
755
+ "horizontal": "h-[1px] w-full",
756
+ "padding" : {
757
+ "horizontal" : "py-4",
758
+ "vertical" : "px-4"
759
+ }
760
+ },
761
+ "sheet": {
762
+ "overlay": "fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
763
+ "content": {
764
+ "base": "fixed z-50 gap-4 bg-layer-below p-6 shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500 data-[state=open]:animate-in data-[state=closed]:animate-out",
765
+ "variants": {
766
+ "top": "inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top",
767
+ "bottom": "inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom",
768
+ "left": "inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm",
769
+ "right": "inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm"
770
+ }
771
+ },
772
+ "closeButton": "absolute right-4 top-4 rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-neutral-subtle",
773
+ "header": "flex flex-col space-y-2 text-center sm:text-left",
774
+ "footer": "flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
775
+ "title": "text-lg font-semibold text-neutral-mid",
776
+ "description": "text-sm text-neutral-subtle"
777
+ },
778
+ "sidebar": {
779
+ "sheet": {
780
+ "root": "w-[--sidebar-width] bg-layer-below p-0 text-sidebar-foreground [&>button]:hidden"
781
+ },
782
+ "provider": {
783
+ "wrapper": "group/sidebar-wrapper flex min-h-svh w-full has-[[data-variant=inset]]:bg-sidebar"
784
+ },
785
+ "root": {
786
+ "base": "flex h-full w-[--sidebar-width] flex-col bg-layer-below text-sidebar-foreground",
787
+ "props": {
788
+ "width": {
789
+ "root": "16rem",
790
+ "icon": "88px",
791
+ "mobile":"18rem"
792
+ },
793
+ "shortcut": ""
794
+ },
795
+ "container": "flex h-full w-full flex-col",
796
+ "default": "group peer hidden lg:block",
797
+ "wrapper": {
798
+ "base": "duration-200 relative h-svh w-[--sidebar-width] bg-transparent transition-[width] ease-linear",
799
+ "collapsibleOffcanvas": "group-data-[collapsible=offcanvas]:w-0",
800
+ "flipped": "group-data-[side=right]:rotate-180",
801
+ "variants": {
802
+ "floating": "group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]",
803
+ "inset": "group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]",
804
+ "default": "group-data-[collapsible=icon]:w-[--sidebar-width-icon]"
805
+ }
806
+ },
807
+ "fixed": {
808
+ "base": "duration-200 fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] ease-linear :flex border-neutral-subtle",
809
+ "side": {
810
+ "left": "left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]",
811
+ "right": "right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]"
812
+ },
813
+ "variants": {
814
+ "floatingOrInset": "p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4)_+2px)]",
815
+ "default": "group-data-[collapsible=icon]:w-[--sidebar-width-icon] group-data-[side=left]:border-r group-data-[side=right]:border-l"
816
+ },
817
+ "inner": "flex h-full w-full flex-col text-sidebar-foreground bg-layer-below group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:border-neutral-subtle group-data-[variant=floating]:shadow"
818
+ }
819
+ },
820
+ "rail": "absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] hover:after:bg-neutral-low group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex [[data-side=left]_&]:cursor-w-resize [[data-side=right]_&]:cursor-e-resize [[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full group-data-[collapsible=offcanvas]:hover:bg-sidebar [[data-side=left][data-collapsible=offcanvas]_&]:-right-2 [[data-side=right][data-collapsible=offcanvas]_&]:-left-2",
821
+ "trigger": "p-1 flex items-center border-neutral-subtle justify-center bg-layer-surface [&>svg]:text-icon-neutral-strong [&>svg]:size-4 [&>svg]:shrink-0",
822
+ "separator": "mx-2 w-auto bg-neutral-low",
823
+ "content": "flex min-h-0 flex-1 flex-col gap-3 overflow-auto group-data-[collapsible=icon]:overflow-hidden px-2 py-3 ",
824
+ "header": "flex flex-col gap-2 pt-6 px-6 pb-0",
825
+ "footer": "flex flex-col gap-2 px-4 py-4",
826
+ "input": "h-8 w-full bg-background shadow-none focus-visible:ring-2 focus-visible:ring-teal-600",
827
+ "inset": "relative flex min-h-svh flex-1 flex-col bg-background peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] lg:peer-data-[variant=inset]:m-2 lg:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 lg:peer-data-[variant=inset]:ml-0 lg:peer-data-[variant=inset]:rounded-xl lg:peer-data-[variant=inset]:shadow min-h-full relative overflow-hidden",
828
+ "group": {
829
+ "root": "relative flex w-full min-w-0 flex-col px-2 py-3",
830
+ "label": "duration-200 flex h-8 shrink-0 items-center font-primary rounded px-4 text-xs font-normal text-neutral-low outline-none transition-[margin,opa] ease-linear [&>svg]:text-icon-neutral-strong [&>svg]:size-4 [&>svg]:shrink-0 group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",
831
+ "content": "w-full text-sm",
832
+ "action": "absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-teal-600 transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0 after:absolute after:-inset-2 after:lg:hidden group-data-[collapsible=icon]:hidden"
833
+ },
834
+ "menu": {
835
+ "root": "flex w-full min-w-0 flex-col gap-2 py-2 px-2 ",
836
+ "item": "group/menu-item relative rounded font-primary font-medium",
837
+ "badge": "absolute right-1 flex h-5 min-w-5 items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums text-sidebar-foreground select-none pointer-events-none peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground peer-data-[size=sm]/menu-button:top-1 peer-data-[size=default]/menu-button:top-1.5 peer-data-[size=lg]/menu-button:top-2.5 group-data-[collapsible=icon]:hidden",
838
+ "action": "absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-teal-600 transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground after:absolute after:-inset-2 after:lg:hidden peer-data-[size=sm]/menu-button:top-1 peer-data-[size=default]/menu-button:top-1.5 peer-data-[size=lg]/menu-button:top-2.5 group-data-[collapsible=icon]:hidden",
839
+ "actionHover": "group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground lg:opacity-0",
840
+ "skeleton": {
841
+ "root": "rounded-md h-8 flex gap-2 px-2 items-center",
842
+ "icon": "size-4 rounded-md",
843
+ "text": "h-4 flex-1 max-w-[--skeleton-width]"
844
+ },
845
+ "button": {
846
+ "root": "peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded py-2 px-3 text-left text-sm outline-none transition-[width,height,padding] focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]: group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0 font-medium",
847
+ "variant": {
848
+ "default": "items-center gap-2 overflow-hidden rounded font-primary font-medium px-2 py-1.5 text-neutral-subtle aria-disabled:bg-transparent hover:text-neutral-strong-hover hover:bg-neutral-subtle-hover aria-expanded:bg-layer-control aria-expanded:text-neutral-strong-active [&>svg]:aria-expanded:text-icon-neutral-strong-active aria-disabled:[&>svg]:text-disabled aria-disabled:text-disabled [&>svg]:hover:text-icon-neutral-strong-hover [&>svg]:text-icon-neutral-subtle data-[active=true]:bg-layer-control [&>svg]:data-[active=true]:text-icon-neutral-strong-active data-[active=true]:text-neutral-strong-active",
849
+ "outline": "bg-background shadow-[0_0_0_1px_hsl(var(--sidebar-border))] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_hsl(var(--sidebar-accent))]"
850
+ },
851
+ "size": {
852
+ "default": "h-11 text-base",
853
+ "sm": "h-7 text-xs",
854
+ "lg": "h-12 text-sm p-0"
855
+ },
856
+ "defaultVariants": {
857
+ "variant": "default",
858
+ "size": "default"
859
+ }
860
+ },
861
+ "sub": {
862
+ "list": "mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 px-2.5 py-0.5 group-data-[collapsible=icon]:hidden",
863
+ "button": "flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded font-primary font-medium px-3 py-2 text-neutral-subtle aria-disabled:bg-transparent hover:text-neutral-strong-hover hover:bg-neutral-subtle-hover focus-visible:ring-2 active:bg-layer-control active:text-neutral-strong-active active:[&>svg]:text-icon-neutral-strong-active aria-disabled:[&>svg]:text-disabled aria-disabled:text-disabled [&>svg]:hover:text-icon-neutral-strong-hover [&>svg]:text-icon-neutral-subtle data-[active=true]:bg-layer-control data-[active=true]:text-neutral-strong-active group-data-[collapsible=icon]:hidden",
864
+ "buttonSize": {
865
+ "sm": "text-xs",
866
+ "default": "text-base",
867
+ "md": "text-sm"
868
+ }
869
+ }
870
+ }
871
+ },
872
+ "skeleton": {
873
+ "root": "animate-pulse rounded-md bg-neutral-subtle"
874
+ },
875
+ "spinner" : "animate-spin",
876
+ "switch": {
877
+ "root": "peer p-0.5 inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full border-0 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed data-[state=checked]:bg-interactive-mid data-[state=unchecked]:bg-neutral-strong disabled:data-[state=unchecked]:bg-disabled disabled:data-[state=checked]:bg-disabled",
878
+ "trigger": "border-transparent disabled:opacity-50 border-0 pointer-events-none block h-5 w-5 rounded-full data-[state=unchecked]:bg-layer-control data-[state=checked]:bg-layer-control shadow ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0"
879
+ },
880
+ "table": {
881
+ "root": "w-full overflow-clip caption-bottom text-sm bg-layer-control rounded font-primary text-neutral-mid",
882
+ "header": "[&_tr]:border-b h-12 bg-layer-control border-neutral-subtle w-full",
883
+ "body": "[&_tr:last-child]:border-0",
884
+ "footer": "border-t bg-layer-control font-medium [&>tr]:last:border-b-0",
885
+ "row": "items-center border-b [&>*:first-child]:pl-4 [&>*:last-child]:pr-4 border-neutral-subtle group transition-colors bg-layer-control data-[state=selected]:bg-neutral-low-active",
886
+ "head": " px-2 py-[10px] bg-transparent text-left align-middle font-medium text-neutral-low text-xs",
887
+ "cell": "truncate px-2 h-12 align-middle [&:has([role=checkbox])]:pr-0 font-medium text-neutral-mid text-sm",
888
+ "caption": "mt-4 text-sm text-neutral-subtle",
889
+ "container" : "w-full border border-neutral-subtle rounded overflow-x-auto max-w-full",
890
+ "empty" : "flex items-center justify-center py-10"
891
+ },
892
+ "tabs": {
893
+ "list": {
894
+ "root": "inline-flex h-[34px] gap-1 items-center justify-center rounded-md p-0.5 font-primary bg-layer-control border border-neutral-low",
895
+ "line" : "bg-transparent p-0 rounded-none border-neutral-subtle border-none border-b gap-0 h-auto relative",
896
+ "indicator": "absolute bottom-0 h-[1px] z-10 bg-brand-mid transition-all duration-300 disabled:opacity-50",
897
+ "solidActive": "absolute transition-all duration-300 disabled:opacity-50 h-8 rounded-md bottom-auto bg-brand-low left-0 shadow"
898
+ },
899
+ "trigger": {
900
+ "root": "gap-1 font-sm leading-snug font-medium inline-flex items-center justify-center whitespace-nowrap bg-transparent transition-all disabled:cursor-not-allowed disabled:opacity-50 disabled:text-disabled",
901
+ "solid": "font-primary text-sm font-semibold [&>svg]:text-icon-neutral-low rounded px-3 py-1.5 text-neutral-low data-[state=active]:text-onbrand-low data-[state=active]:[&>svg]:text-icon-onbrand-low z-0",
902
+ "line": "text-neutral-subtle text-base font-semibold px-4 py-2 rounded-none bg-transparent z-0 data-[state=active]:text-brand-mid data-[state=active]:[&>svg]:text-icon-brand-mid [&>svg]:text-icon-neutral-low border-neutral-subtle border-b font-semibold"
903
+ },
904
+ "content": "font-primary mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"
905
+ },
906
+ "textarea": {
907
+ "root": "flex gap-y-1.5 w-full leading-snug font-medium font-primary rounded border border-neutral-subtle bg-layer-control focus-visible:border-interactive-mid focus-visible:bg-neutral-subtle px-3 py-2 text-sm placeholder:text-neutral-subtle focus-visible:placeholder:text-neutral-subtle text-neutral-mid focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50 disabled:bg-disabled disabled:border-disabled disabled:text-disabled shadow-sm"
908
+ },
909
+ "toast": {
910
+ "variant": {
911
+ "root": "flex w-full font-primary p-4 items-center gap-2 rounded border shadow-lg group",
912
+ "neutral": "bg-neutral-subtle border-transparent ",
913
+ "destructive": "bg-negative-low border-transparent ",
914
+ "warning": "bg-warning-low border-warning-subtle ",
915
+ "success": "bg-positive-low border-positive-subtle",
916
+ "info": "bg-info-low border-info-subtle"
917
+ },
918
+ "description" : {
919
+ "variant": {
920
+ "root": "leading-4 text-xs font-normal",
921
+ "neutral": "!text-neutral-subtle flex",
922
+ "destructive": "!text-onnegative-low",
923
+ "warning": "!text-neutral-subtle",
924
+ "success": "!text-neutral-subtle",
925
+ "info": "!text-neutral-subtle"
926
+ }
927
+ },
928
+ "title" : {
929
+ "variant": {
930
+ "root": "text-sm leading-4 font-medium",
931
+ "neutral": "text-neutral-mid",
932
+ "destructive": "text-onnegative-low",
933
+ "warning": "text-onwarning-low",
934
+ "success": "text-onpositive-low",
935
+ "info": "text-oninfo-low"
936
+ }
937
+ },
938
+ "icon" : {
939
+ "variant": {
940
+ "neutral": "text-icon-neutral-mid",
941
+ "destructive": "text-icon-onnegative-low",
942
+ "warning": "text-icon-onwarning-low",
943
+ "success": "text-icon-onpositive-low",
944
+ "info": "text-icon-oninfo-low"
945
+ }
946
+ },
947
+ "root" : "lg:max-w-md justify-end flex",
948
+ "content" : "flex gap-1 items-start flex-col flex-1"
949
+ },
950
+ "tooltip": {
951
+ "content": "z-30 overflow-hidden rounded-md font-normal font-primary border gap-1 bg-inverse-mid px-3 py-1.5 text-sm text-inverse-mid animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2"
952
+ }
953
+ }