@lglab/compose-ui 0.19.0 → 0.21.0

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.
Files changed (101) hide show
  1. package/dist/accordion.d.ts +40 -0
  2. package/dist/accordion.js +46 -0
  3. package/dist/alert-dialog.d.ts +87 -0
  4. package/dist/alert-dialog.js +112 -0
  5. package/dist/arrow-svg-C6zQTvgS.js +40 -0
  6. package/dist/avatar.d.ts +47 -0
  7. package/dist/avatar.js +81 -0
  8. package/dist/button-variants-CbFMPwc8.js +33 -0
  9. package/dist/button.d.ts +21 -0
  10. package/dist/button.js +25 -0
  11. package/dist/card.d.ts +99 -0
  12. package/dist/card.js +67 -0
  13. package/dist/collapsible.d.ts +26 -0
  14. package/dist/collapsible.js +33 -0
  15. package/dist/context-menu.d.ts +138 -0
  16. package/dist/context-menu.js +174 -0
  17. package/dist/control-variants-Bwep4n0y.js +37 -0
  18. package/dist/dialog.d.ts +92 -0
  19. package/dist/dialog.js +106 -0
  20. package/dist/drawer.d.ts +99 -0
  21. package/dist/drawer.js +112 -0
  22. package/dist/index.d.ts +1284 -45
  23. package/dist/index.js +186 -0
  24. package/dist/menu.d.ts +138 -0
  25. package/dist/menu.js +147 -0
  26. package/dist/menubar.d.ts +155 -0
  27. package/dist/menubar.js +170 -0
  28. package/dist/meter.d.ts +43 -0
  29. package/dist/meter.js +66 -0
  30. package/dist/popover.d.ts +82 -0
  31. package/dist/popover.js +95 -0
  32. package/dist/progress.d.ts +40 -0
  33. package/dist/progress.js +51 -0
  34. package/dist/scroll-area.d.ts +47 -0
  35. package/dist/scroll-area.js +57 -0
  36. package/dist/separator.d.ts +12 -0
  37. package/dist/separator.js +24 -0
  38. package/dist/slider.d.ts +47 -0
  39. package/dist/slider.js +63 -0
  40. package/dist/switch.d.ts +19 -0
  41. package/dist/switch.js +40 -0
  42. package/dist/tabs.d.ts +49 -0
  43. package/dist/tabs.js +85 -0
  44. package/dist/toggle-group.d.ts +29 -0
  45. package/dist/toggle-group.js +35 -0
  46. package/dist/toggle.d.ts +21 -0
  47. package/dist/toggle.js +16 -0
  48. package/dist/tooltip.d.ts +62 -0
  49. package/dist/tooltip.js +93 -0
  50. package/dist/utils-B6yFEsav.js +8 -0
  51. package/package.json +94 -5
  52. package/dist/components/accordion.d.ts +0 -30
  53. package/dist/components/accordion.d.ts.map +0 -1
  54. package/dist/components/alert-dialog.d.ts +0 -64
  55. package/dist/components/alert-dialog.d.ts.map +0 -1
  56. package/dist/components/avatar.d.ts +0 -38
  57. package/dist/components/avatar.d.ts.map +0 -1
  58. package/dist/components/button.d.ts +0 -16
  59. package/dist/components/button.d.ts.map +0 -1
  60. package/dist/components/card.d.ts +0 -79
  61. package/dist/components/card.d.ts.map +0 -1
  62. package/dist/components/collapsible.d.ts +0 -20
  63. package/dist/components/collapsible.d.ts.map +0 -1
  64. package/dist/components/context-menu.d.ts +0 -100
  65. package/dist/components/context-menu.d.ts.map +0 -1
  66. package/dist/components/dialog.d.ts +0 -69
  67. package/dist/components/dialog.d.ts.map +0 -1
  68. package/dist/components/drawer.d.ts +0 -74
  69. package/dist/components/drawer.d.ts.map +0 -1
  70. package/dist/components/menu.d.ts +0 -100
  71. package/dist/components/menu.d.ts.map +0 -1
  72. package/dist/components/menubar.d.ts +0 -112
  73. package/dist/components/menubar.d.ts.map +0 -1
  74. package/dist/components/meter.d.ts +0 -33
  75. package/dist/components/meter.d.ts.map +0 -1
  76. package/dist/components/popover.d.ts +0 -60
  77. package/dist/components/popover.d.ts.map +0 -1
  78. package/dist/components/progress.d.ts +0 -30
  79. package/dist/components/progress.d.ts.map +0 -1
  80. package/dist/components/scroll-area.d.ts +0 -35
  81. package/dist/components/scroll-area.d.ts.map +0 -1
  82. package/dist/components/separator.d.ts +0 -10
  83. package/dist/components/separator.d.ts.map +0 -1
  84. package/dist/components/slider.d.ts +0 -35
  85. package/dist/components/slider.d.ts.map +0 -1
  86. package/dist/components/switch.d.ts +0 -15
  87. package/dist/components/switch.d.ts.map +0 -1
  88. package/dist/components/tabs.d.ts +0 -39
  89. package/dist/components/tabs.d.ts.map +0 -1
  90. package/dist/components/toggle-group.d.ts +0 -22
  91. package/dist/components/toggle-group.d.ts.map +0 -1
  92. package/dist/components/toggle.d.ts +0 -16
  93. package/dist/components/toggle.d.ts.map +0 -1
  94. package/dist/index.d.ts.map +0 -1
  95. package/dist/index.es.js +0 -1619
  96. package/dist/lib/button-variants.d.ts +0 -7
  97. package/dist/lib/button-variants.d.ts.map +0 -1
  98. package/dist/lib/control-variants.d.ts +0 -7
  99. package/dist/lib/control-variants.d.ts.map +0 -1
  100. package/dist/lib/utils.d.ts +0 -3
  101. package/dist/lib/utils.d.ts.map +0 -1
package/dist/index.es.js DELETED
@@ -1,1619 +0,0 @@
1
- "use client";
2
- import { jsx as t, jsxs as b } from "react/jsx-runtime";
3
- import { Button as H } from "@base-ui/react/button";
4
- import { cva as m } from "class-variance-authority";
5
- import { clsx as G } from "clsx";
6
- import { twMerge as _ } from "tailwind-merge";
7
- import { Collapsible as I } from "@base-ui/react/collapsible";
8
- import { AlertDialog as p } from "@base-ui/react/alert-dialog";
9
- import { AlertDialog as br } from "@base-ui/react/alert-dialog";
10
- import { Avatar as R } from "@base-ui/react/avatar";
11
- import * as h from "react";
12
- import { ScrollArea as f } from "@base-ui/react/scroll-area";
13
- import { Separator as j } from "@base-ui/react/separator";
14
- import { Switch as S } from "@base-ui/react/switch";
15
- import { Toggle as A } from "@base-ui/react/toggle";
16
- import { Tabs as v } from "@base-ui/react/tabs";
17
- import { Dialog as d } from "@base-ui/react/dialog";
18
- import { Accordion as w } from "@base-ui/react/accordion";
19
- import { Meter as C } from "@base-ui/react/meter";
20
- import { Menu as s } from "@base-ui/react/menu";
21
- import { Popover as c } from "@base-ui/react/popover";
22
- import { Progress as M } from "@base-ui/react/progress";
23
- import { ToggleGroup as B } from "@base-ui/react/toggle-group";
24
- import { ContextMenu as l } from "@base-ui/react/context-menu";
25
- import { Menubar as F } from "@base-ui/react/menubar";
26
- import { Slider as y } from "@base-ui/react/slider";
27
- const i = m(
28
- [
29
- "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all select-none [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive"
30
- ],
31
- {
32
- variants: {
33
- variant: {
34
- default: "bg-primary text-primary-foreground hover:bg-primary/90",
35
- destructive: "bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",
36
- outline: "border border-border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",
37
- secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
38
- ghost: "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",
39
- link: "text-primary underline-offset-4 hover:underline"
40
- },
41
- size: {
42
- default: "h-9 px-4 py-2 has-[>svg]:px-3",
43
- sm: "h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",
44
- lg: "h-10 rounded-md px-6 has-[>svg]:px-4",
45
- icon: "size-9",
46
- "icon-sm": "size-8",
47
- "icon-lg": "size-10"
48
- }
49
- },
50
- defaultVariants: {
51
- variant: "default",
52
- size: "default"
53
- }
54
- }
55
- );
56
- function r(...e) {
57
- return _(G(e));
58
- }
59
- const Z = ({
60
- className: e,
61
- variant: a,
62
- size: o,
63
- disabled: n,
64
- children: u,
65
- ...g
66
- }) => /* @__PURE__ */ t(
67
- H,
68
- {
69
- className: r(i({ variant: a, size: o }), e),
70
- disabled: n,
71
- ...g,
72
- children: u
73
- }
74
- );
75
- Z.displayName = "Button";
76
- const $ = ({ className: e, ...a }) => /* @__PURE__ */ t(I.Root, { className: r("w-full", e), ...a });
77
- $.displayName = "CollapsibleRoot";
78
- const q = ({ className: e, ...a }) => /* @__PURE__ */ t(
79
- I.Trigger,
80
- {
81
- className: r("flex items-center justify-between font-medium", e),
82
- ...a
83
- }
84
- );
85
- q.displayName = "CollapsibleTrigger";
86
- const O = ({ className: e, ...a }) => /* @__PURE__ */ t(
87
- I.Panel,
88
- {
89
- className: r(
90
- '[&[hidden]:not([hidden="until-found"])]:hidden h-(--collapsible-panel-height)',
91
- "overflow-hidden duration-200 transition-all ease-out",
92
- "data-ending-style:h-0",
93
- "data-starting-style:h-0",
94
- e
95
- ),
96
- ...a
97
- }
98
- );
99
- O.displayName = "CollapsiblePanel";
100
- const E = (e) => /* @__PURE__ */ t(p.Root, { ...e });
101
- E.displayName = "AlertDialogRoot";
102
- const J = ({
103
- className: e,
104
- variant: a,
105
- size: o,
106
- ...n
107
- }) => /* @__PURE__ */ t(
108
- p.Trigger,
109
- {
110
- className: r(i({ variant: a, size: o }), e),
111
- ...n
112
- }
113
- );
114
- J.displayName = "AlertDialogTrigger";
115
- const K = (e) => /* @__PURE__ */ t(p.Portal, { ...e });
116
- K.displayName = "AlertDialogPortal";
117
- const Q = ({ className: e, ...a }) => /* @__PURE__ */ t(
118
- p.Backdrop,
119
- {
120
- className: r(
121
- "fixed inset-0 z-50 bg-black/50 backdrop-blur-sm",
122
- "transition-opacity duration-200",
123
- "data-starting-style:opacity-0 data-ending-style:opacity-0",
124
- e
125
- ),
126
- ...a
127
- }
128
- );
129
- Q.displayName = "AlertDialogBackdrop";
130
- const U = ({ className: e, ...a }) => /* @__PURE__ */ t(
131
- p.Viewport,
132
- {
133
- className: r("fixed inset-0 z-50 flex items-center justify-center p-4", e),
134
- ...a
135
- }
136
- );
137
- U.displayName = "AlertDialogViewport";
138
- const W = m(
139
- [
140
- "fixed left-1/2 top-1/2 z-50 -translate-x-1/2 -translate-y-1/2",
141
- "w-full max-w-[calc(100vw-2rem)] rounded-lg border border-border bg-background p-6 shadow-lg",
142
- "transition-all duration-200",
143
- "data-[starting-style]:scale-95 data-[starting-style]:opacity-0",
144
- "data-[ending-style]:scale-95 data-[ending-style]:opacity-0",
145
- "top-[calc(50%+1.25rem*var(--nested-dialogs))] scale-[calc(1-0.1*var(--nested-dialogs))]",
146
- "data-[nested-dialog-open]:after:absolute data-[nested-dialog-open]:after:inset-0 data-[nested-dialog-open]:after:rounded-[inherit] data-[nested-dialog-open]:after:bg-black/5"
147
- ],
148
- {
149
- variants: {
150
- size: {
151
- sm: "w-sm",
152
- default: "w-lg",
153
- lg: "w-2xl",
154
- xl: "w-4xl",
155
- full: "h-[calc(100vh-2rem)]"
156
- }
157
- },
158
- defaultVariants: {
159
- size: "default"
160
- }
161
- }
162
- ), X = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(
163
- p.Popup,
164
- {
165
- className: r(W({ size: a }), e),
166
- ...o
167
- }
168
- );
169
- X.displayName = "AlertDialogPopup";
170
- const Y = ({ className: e, ...a }) => /* @__PURE__ */ t(
171
- p.Title,
172
- {
173
- className: r("text-lg font-semibold leading-none tracking-tight", e),
174
- ...a
175
- }
176
- );
177
- Y.displayName = "AlertDialogTitle";
178
- const ee = ({ className: e, ...a }) => /* @__PURE__ */ t(p.Description, { className: r("mt-2", e), ...a });
179
- ee.displayName = "AlertDialogDescription";
180
- const ae = ({
181
- className: e,
182
- variant: a,
183
- size: o,
184
- ...n
185
- }) => /* @__PURE__ */ t(
186
- p.Close,
187
- {
188
- className: r(i({ variant: a ?? "outline", size: o }), e),
189
- ...n
190
- }
191
- );
192
- ae.displayName = "AlertDialogClose";
193
- const z = m(
194
- [
195
- "relative flex shrink-0 items-center justify-center overflow-hidden rounded-full",
196
- "bg-muted text-foreground",
197
- "border-2 border-background"
198
- ],
199
- {
200
- variants: {
201
- size: {
202
- sm: "size-8 text-xs",
203
- default: "size-10 text-sm",
204
- lg: "size-12 text-base"
205
- }
206
- },
207
- defaultVariants: {
208
- size: "default"
209
- }
210
- }
211
- ), V = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(R.Root, { className: r(z({ size: a }), e), ...o });
212
- V.displayName = "AvatarRoot";
213
- const te = ({ className: e, ...a }) => /* @__PURE__ */ t(
214
- R.Image,
215
- {
216
- className: r("aspect-square h-full w-full object-cover", e),
217
- ...a
218
- }
219
- );
220
- te.displayName = "AvatarImage";
221
- const re = ({ className: e, ...a }) => /* @__PURE__ */ t(
222
- R.Fallback,
223
- {
224
- className: r(
225
- "flex h-full w-full items-center justify-center font-medium",
226
- e
227
- ),
228
- ...a
229
- }
230
- );
231
- re.displayName = "AvatarFallback";
232
- const oe = ({
233
- "aria-label": e,
234
- maxVisible: a,
235
- className: o,
236
- children: n
237
- }) => {
238
- const u = h.Children.toArray(n), g = u.length, N = a !== void 0 ? Math.min(a, g) : g, k = g - N, P = u.slice(0, N), L = (() => {
239
- const x = u[0];
240
- return h.isValidElement(x) && x.type === V ? x.props.size ?? "default" : "default";
241
- })();
242
- return /* @__PURE__ */ b("ul", { "aria-label": e, className: r("flex -space-x-2", o), children: [
243
- P.map((x, D) => /* @__PURE__ */ t("li", { children: x }, D)),
244
- k > 0 && /* @__PURE__ */ t("li", { children: /* @__PURE__ */ b(
245
- "span",
246
- {
247
- className: r(
248
- "relative flex shrink-0 items-center justify-center overflow-hidden rounded-full",
249
- "bg-muted text-foreground border-2 border-background",
250
- "font-medium",
251
- z({ size: L })
252
- ),
253
- children: [
254
- "+",
255
- k
256
- ]
257
- }
258
- ) })
259
- ] });
260
- };
261
- oe.displayName = "AvatarStack";
262
- const se = ({ className: e, ...a }) => /* @__PURE__ */ t(f.Root, { className: r("relative", e), ...a });
263
- se.displayName = "ScrollAreaRoot";
264
- const ne = ({ className: e, ...a }) => /* @__PURE__ */ t(
265
- f.Viewport,
266
- {
267
- className: r("h-full overscroll-contain pr-3", e),
268
- ...a
269
- }
270
- );
271
- ne.displayName = "ScrollAreaViewport";
272
- const ie = ({ className: e, ...a }) => /* @__PURE__ */ t(f.Content, { className: r("min-w-full", e), ...a });
273
- ie.displayName = "ScrollAreaContent";
274
- const le = ({
275
- className: e,
276
- orientation: a = "vertical",
277
- ...o
278
- }) => /* @__PURE__ */ t(
279
- f.Scrollbar,
280
- {
281
- className: r(
282
- "flex touch-none select-none p-0.5 transition-colors duration-200 ease-out",
283
- "data-hovering:bg-muted/50",
284
- a === "vertical" && "h-full w-2.5",
285
- a === "horizontal" && "h-2.5 w-full flex-col",
286
- e
287
- ),
288
- orientation: a,
289
- ...o
290
- }
291
- );
292
- le.displayName = "ScrollAreaScrollbar";
293
- const de = ({ className: e, ...a }) => /* @__PURE__ */ t(
294
- f.Thumb,
295
- {
296
- className: r(
297
- "relative flex-1 rounded-full bg-border transition-colors",
298
- "hover:bg-muted-foreground/50",
299
- e
300
- ),
301
- ...a
302
- }
303
- );
304
- de.displayName = "ScrollAreaThumb";
305
- const ce = ({ className: e, ...a }) => /* @__PURE__ */ t(f.Corner, { className: r("bg-muted/50", e), ...a });
306
- ce.displayName = "ScrollAreaCorner";
307
- const ue = ({
308
- className: e,
309
- orientation: a = "horizontal",
310
- ...o
311
- }) => /* @__PURE__ */ t(
312
- j,
313
- {
314
- orientation: a,
315
- className: r(
316
- "shrink-0 bg-border",
317
- a === "horizontal" ? "h-px w-full" : "h-full w-px",
318
- e
319
- ),
320
- ...o
321
- }
322
- );
323
- ue.displayName = "Separator";
324
- const me = ({ className: e, ...a }) => /* @__PURE__ */ t(
325
- S.Root,
326
- {
327
- className: r(
328
- "relative flex h-6 w-10 rounded-full",
329
- "bg-linear-to-r from-primary from-35% to-muted to-65% bg-size-[6.5rem_100%] bg-position-[100%_0%] bg-no-repeat",
330
- "p-px",
331
- "shadow-[inset_0_1.5px_2px] shadow-muted-foreground/20",
332
- "transition-[background-position,box-shadow] duration-125 ease-[cubic-bezier(0.26,0.75,0.38,0.45)]",
333
- "data-checked:bg-position-[0%_0%]",
334
- "dark:from-primary/50 dark:shadow-none",
335
- e
336
- ),
337
- ...a
338
- }
339
- );
340
- me.displayName = "SwitchRoot";
341
- const pe = ({ className: e, ...a }) => /* @__PURE__ */ t(
342
- S.Thumb,
343
- {
344
- className: r(
345
- "aspect-square h-full rounded-full bg-background",
346
- "shadow-[0_0_1px_1px,0_1px_1px,1px_2px_4px_-1px] shadow-muted-foreground/20",
347
- "transition-all duration-200",
348
- "data-checked:translate-x-4",
349
- "dark:shadow-black/25 dark:bg-foreground dark:data-checked:bg-background",
350
- "data-disabled:opacity-100",
351
- e
352
- ),
353
- ...a
354
- }
355
- );
356
- pe.displayName = "SwitchThumb";
357
- const T = m(
358
- [
359
- "inline-flex items-center justify-center gap-2 rounded-md",
360
- "text-sm font-medium",
361
- "[&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0",
362
- "select-none transition-colors duration-200",
363
- "border border-border bg-background shadow-xs"
364
- ],
365
- {
366
- variants: {
367
- variant: {
368
- default: [
369
- "hover:bg-accent hover:text-accent-foreground",
370
- "data-pressed:border-primary data-pressed:bg-primary data-pressed:text-primary-foreground data-pressed:shadow-none",
371
- "data-popup-open:border-primary data-popup-open:bg-primary data-popup-open:text-primary-foreground data-popup-open:shadow-none"
372
- ],
373
- ghost: ["hover:bg-accent"]
374
- },
375
- size: {
376
- sm: "h-8 min-w-8 px-2.5 gap-1.5",
377
- default: "h-9 min-w-9 px-3",
378
- lg: "h-10 min-w-10 px-3.5",
379
- icon: "size-9",
380
- "icon-sm": "size-8",
381
- "icon-lg": "size-10"
382
- }
383
- },
384
- defaultVariants: {
385
- variant: "default",
386
- size: "default"
387
- }
388
- }
389
- ), ge = ({ className: e, variant: a, size: o, ...n }) => /* @__PURE__ */ t(
390
- A,
391
- {
392
- className: r(T({ variant: a, size: o }), e),
393
- ...n
394
- }
395
- );
396
- ge.displayName = "Toggle";
397
- const be = ({ className: e, ...a }) => /* @__PURE__ */ t(v.Root, { className: r("flex flex-col", e), ...a });
398
- be.displayName = "TabsRoot";
399
- const fe = m(
400
- ["relative inline-flex w-fit items-center gap-1", "rounded-lg bg-muted p-1"],
401
- {
402
- variants: {
403
- orientation: {
404
- horizontal: "flex-row",
405
- vertical: "flex-col"
406
- }
407
- },
408
- defaultVariants: {
409
- orientation: "horizontal"
410
- }
411
- }
412
- ), ye = ({ className: e, orientation: a = "horizontal", ...o }) => /* @__PURE__ */ t(
413
- v.List,
414
- {
415
- className: r(fe({ orientation: a }), e),
416
- ...o
417
- }
418
- );
419
- ye.displayName = "TabsList";
420
- const Ne = m(
421
- [
422
- "relative z-10 inline-flex items-center justify-center whitespace-nowrap",
423
- "rounded-md px-3 py-1.5 text-sm font-medium",
424
- "transition-all duration-200",
425
- "text-foreground/80",
426
- "data-[active]:text-foreground",
427
- "hover:text-foreground"
428
- ],
429
- {
430
- variants: {
431
- size: {
432
- sm: "px-2 py-1 text-xs",
433
- default: "px-3 py-1.5 text-sm",
434
- lg: "px-4 py-2 text-base"
435
- }
436
- },
437
- defaultVariants: {
438
- size: "default"
439
- }
440
- }
441
- ), xe = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(v.Tab, { className: r(Ne({ size: a }), e), ...o });
442
- xe.displayName = "TabsTab";
443
- const he = m(
444
- ["absolute rounded-md bg-background shadow-sm", "transition-all duration-200 ease-out"],
445
- {
446
- variants: {
447
- orientation: {
448
- horizontal: "bottom-1 top-1 left-[var(--active-tab-left)] w-[var(--active-tab-width)]",
449
- vertical: "left-1 right-1 top-[var(--active-tab-top)] h-[var(--active-tab-height)]"
450
- }
451
- },
452
- defaultVariants: {
453
- orientation: "horizontal"
454
- }
455
- }
456
- ), ve = ({
457
- className: e,
458
- orientation: a = "horizontal",
459
- ...o
460
- }) => /* @__PURE__ */ t(
461
- v.Indicator,
462
- {
463
- className: r(he({ orientation: a }), e),
464
- ...o
465
- }
466
- );
467
- ve.displayName = "TabsIndicator";
468
- const we = ({ className: e, ...a }) => /* @__PURE__ */ t(v.Panel, { className: r("mt-2 ring-offset-background", e), ...a });
469
- we.displayName = "TabsPanel";
470
- const Ce = (e) => /* @__PURE__ */ t(d.Root, { ...e });
471
- Ce.displayName = "DialogRoot";
472
- const Me = ({ className: e, variant: a, size: o, ...n }) => /* @__PURE__ */ t(
473
- d.Trigger,
474
- {
475
- className: r(i({ variant: a, size: o }), e),
476
- ...n
477
- }
478
- );
479
- Me.displayName = "DialogTrigger";
480
- const ke = (e) => /* @__PURE__ */ t(d.Portal, { ...e });
481
- ke.displayName = "DialogPortal";
482
- const Pe = ({ className: e, ...a }) => /* @__PURE__ */ t(
483
- d.Backdrop,
484
- {
485
- className: r(
486
- "fixed inset-0 z-50 bg-black/50 backdrop-blur-sm",
487
- "transition-opacity duration-200",
488
- "data-starting-style:opacity-0 data-ending-style:opacity-0",
489
- e
490
- ),
491
- ...a
492
- }
493
- );
494
- Pe.displayName = "DialogBackdrop";
495
- const Ie = m(
496
- [
497
- "fixed left-1/2 top-1/2 z-50 -translate-x-1/2 -translate-y-1/2",
498
- "w-full max-w-[calc(100vw-2rem)] rounded-lg border border-border bg-background p-6 shadow-lg",
499
- "transition-all duration-200",
500
- "data-[starting-style]:scale-95 data-[starting-style]:opacity-0",
501
- "data-[ending-style]:scale-95 data-[ending-style]:opacity-0",
502
- "top-[calc(50%+1.25rem*var(--nested-dialogs))] scale-[calc(1-0.1*var(--nested-dialogs))]",
503
- "data-[nested-dialog-open]:after:absolute data-[nested-dialog-open]:after:inset-0 data-[nested-dialog-open]:after:rounded-[inherit] data-[nested-dialog-open]:after:bg-black/5"
504
- ],
505
- {
506
- variants: {
507
- size: {
508
- sm: "w-sm",
509
- default: "w-lg",
510
- lg: "w-2xl",
511
- xl: "w-4xl",
512
- full: "h-[calc(100vh-2rem)]"
513
- }
514
- },
515
- defaultVariants: {
516
- size: "default"
517
- }
518
- }
519
- ), Re = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(
520
- d.Popup,
521
- {
522
- className: r(Ie({ size: a }), e),
523
- ...o
524
- }
525
- );
526
- Re.displayName = "DialogPopup";
527
- const Te = ({ className: e, ...a }) => /* @__PURE__ */ t(
528
- d.Title,
529
- {
530
- className: r("text-lg font-semibold leading-none tracking-tight", e),
531
- ...a
532
- }
533
- );
534
- Te.displayName = "DialogTitle";
535
- const De = ({ className: e, ...a }) => /* @__PURE__ */ t(d.Description, { className: r("mt-2", e), ...a });
536
- De.displayName = "DialogDescription";
537
- const Se = ({ className: e, variant: a, size: o, ...n }) => /* @__PURE__ */ t(
538
- d.Close,
539
- {
540
- className: r(i({ variant: a ?? "outline", size: o }), e),
541
- ...n
542
- }
543
- );
544
- Se.displayName = "DialogClose";
545
- const Ae = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("flex flex-col space-y-1 mb-5", e), ...a });
546
- Ae.displayName = "DialogHeader";
547
- const ze = ({ className: e, ...a }) => /* @__PURE__ */ t(
548
- "div",
549
- {
550
- className: r(
551
- "mt-6 flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",
552
- e
553
- ),
554
- ...a
555
- }
556
- );
557
- ze.displayName = "DialogFooter";
558
- const Ve = (e) => /* @__PURE__ */ t(d.Root, { ...e });
559
- Ve.displayName = "DrawerRoot";
560
- const Le = ({ className: e, variant: a, size: o, ...n }) => /* @__PURE__ */ t(
561
- d.Trigger,
562
- {
563
- className: r(i({ variant: a, size: o }), e),
564
- ...n
565
- }
566
- );
567
- Le.displayName = "DrawerTrigger";
568
- const He = (e) => /* @__PURE__ */ t(d.Portal, { ...e });
569
- He.displayName = "DrawerPortal";
570
- const Ge = ({ className: e, ...a }) => /* @__PURE__ */ t(
571
- d.Backdrop,
572
- {
573
- className: r(
574
- "fixed inset-0 z-50 bg-black/50 backdrop-blur-sm",
575
- "transition-opacity duration-300",
576
- "data-starting-style:opacity-0 data-ending-style:opacity-0",
577
- e
578
- ),
579
- ...a
580
- }
581
- );
582
- Ge.displayName = "DrawerBackdrop";
583
- const _e = m(
584
- [
585
- "fixed z-50 flex flex-col bg-background p-6 shadow-lg",
586
- "transition-transform duration-300 ease-out",
587
- "scale-[calc(1-0.1*var(--nested-dialogs))]",
588
- "data-[nested-dialog-open]:after:absolute data-[nested-dialog-open]:after:inset-0 data-[nested-dialog-open]:after:rounded-[inherit] data-[nested-dialog-open]:after:bg-black/5"
589
- ],
590
- {
591
- variants: {
592
- side: {
593
- top: [
594
- "inset-x-0 top-0 border-b border-border",
595
- "data-starting-style:-translate-y-full",
596
- "data-ending-style:-translate-y-full"
597
- ],
598
- right: [
599
- "inset-y-0 right-0 h-full w-sm max-w-full border-l border-border",
600
- "data-starting-style:translate-x-full",
601
- "data-ending-style:translate-x-full"
602
- ],
603
- bottom: [
604
- "inset-x-0 bottom-0 border-t border-border",
605
- "data-starting-style:translate-y-full",
606
- "data-ending-style:translate-y-full"
607
- ],
608
- left: [
609
- "inset-y-0 left-0 h-full w-sm max-w-full border-r border-border",
610
- "data-starting-style:-translate-x-full",
611
- "data-ending-style:-translate-x-full"
612
- ]
613
- }
614
- },
615
- defaultVariants: {
616
- side: "right"
617
- }
618
- }
619
- ), je = ({ className: e, side: a, ...o }) => /* @__PURE__ */ t(
620
- d.Popup,
621
- {
622
- className: r(_e({ side: a }), e),
623
- ...o
624
- }
625
- );
626
- je.displayName = "DrawerPopup";
627
- const Be = ({ className: e, ...a }) => /* @__PURE__ */ t(
628
- d.Title,
629
- {
630
- className: r("text-lg font-semibold leading-none tracking-tight", e),
631
- ...a
632
- }
633
- );
634
- Be.displayName = "DrawerTitle";
635
- const Fe = ({ className: e, ...a }) => /* @__PURE__ */ t(d.Description, { className: r("", e), ...a });
636
- Fe.displayName = "DrawerDescription";
637
- const Ze = ({ className: e, variant: a, size: o, ...n }) => /* @__PURE__ */ t(
638
- d.Close,
639
- {
640
- className: r(i({ variant: a ?? "outline", size: o }), e),
641
- ...n
642
- }
643
- );
644
- Ze.displayName = "DrawerClose";
645
- const $e = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("flex flex-col space-y-1.5", e), ...a });
646
- $e.displayName = "DrawerHeader";
647
- const qe = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("py-5", e), ...a });
648
- qe.displayName = "DrawerContent";
649
- const Oe = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("", e), ...a });
650
- Oe.displayName = "DrawerFooter";
651
- const Ee = ({ className: e, ...a }) => /* @__PURE__ */ t(w.Root, { className: r("w-full", e), ...a });
652
- Ee.displayName = "AccordionRoot";
653
- const Je = ({ className: e, ...a }) => /* @__PURE__ */ t(
654
- w.Item,
655
- {
656
- className: r("border-b border-border last:border-b-0", e),
657
- ...a
658
- }
659
- );
660
- Je.displayName = "AccordionItem";
661
- const Ke = ({ className: e, ...a }) => /* @__PURE__ */ t(w.Header, { className: r("flex", e), ...a });
662
- Ke.displayName = "AccordionHeader";
663
- const Qe = ({ className: e, children: a, ...o }) => /* @__PURE__ */ t(
664
- w.Trigger,
665
- {
666
- className: r(
667
- "flex flex-1 items-center justify-between py-3 font-medium",
668
- e
669
- ),
670
- ...o,
671
- children: a
672
- }
673
- );
674
- Qe.displayName = "AccordionTrigger";
675
- const Ue = ({ className: e, ...a }) => /* @__PURE__ */ t(
676
- w.Panel,
677
- {
678
- className: r(
679
- "overflow-hidden duration-200 h-(--accordion-panel-height) transition-height ease-out data-ending-style:h-0 data-starting-style:h-0",
680
- e
681
- ),
682
- ...a
683
- }
684
- );
685
- Ue.displayName = "AccordionPanel";
686
- const We = ({ className: e, animated: a, value: o, ...n }) => {
687
- const u = o ?? 0, [g, N] = h.useState(a ? 0 : u);
688
- return h.useEffect(() => {
689
- if (a) {
690
- const k = requestAnimationFrame(() => {
691
- const P = requestAnimationFrame(() => {
692
- N(u ?? 0);
693
- });
694
- return () => cancelAnimationFrame(P);
695
- });
696
- return () => cancelAnimationFrame(k);
697
- } else
698
- N(u ?? 0);
699
- }, [a, u]), /* @__PURE__ */ t(C.Root, { className: r("w-full", e), value: g, ...n });
700
- };
701
- We.displayName = "MeterRoot";
702
- const Xe = ({ className: e, ...a }) => /* @__PURE__ */ t(
703
- C.Track,
704
- {
705
- className: r(
706
- "relative h-2 w-full overflow-hidden rounded-full bg-primary/20",
707
- e
708
- ),
709
- ...a
710
- }
711
- );
712
- Xe.displayName = "MeterTrack";
713
- const Ye = ({ className: e, ...a }) => /* @__PURE__ */ t(
714
- C.Indicator,
715
- {
716
- className: r(
717
- "h-full rounded-full bg-primary transition-all duration-1000 ease-out-expo",
718
- e
719
- ),
720
- ...a
721
- }
722
- );
723
- Ye.displayName = "MeterIndicator";
724
- const ea = ({ className: e, ...a }) => /* @__PURE__ */ t(
725
- C.Value,
726
- {
727
- className: r("text-sm font-medium text-foreground", e),
728
- ...a
729
- }
730
- );
731
- ea.displayName = "MeterValue";
732
- const aa = ({ className: e, ...a }) => /* @__PURE__ */ t(
733
- C.Label,
734
- {
735
- className: r("text-sm font-medium text-foreground", e),
736
- ...a
737
- }
738
- );
739
- aa.displayName = "MeterLabel";
740
- const ta = (e) => /* @__PURE__ */ t(s.Root, { ...e });
741
- ta.displayName = "MenuRoot";
742
- const ra = ({ className: e, ...a }) => /* @__PURE__ */ t(s.Trigger, { className: r(e), ...a });
743
- ra.displayName = "MenuTrigger";
744
- const oa = (e) => /* @__PURE__ */ t(s.Portal, { ...e });
745
- oa.displayName = "MenuPortal";
746
- const sa = ({ className: e, ...a }) => /* @__PURE__ */ t(
747
- s.Positioner,
748
- {
749
- className: r("z-50 outline-none", e),
750
- sideOffset: 8,
751
- ...a
752
- }
753
- );
754
- sa.displayName = "MenuPositioner";
755
- const na = ({ className: e, ...a }) => /* @__PURE__ */ t(
756
- s.Popup,
757
- {
758
- className: r(
759
- "rounded-md bg-background p-1 text-foreground shadow-sm border border-border transition-[transform,scale,opacity] data-ending-style:scale-90 data-ending-style:opacity-0 data-starting-style:scale-0 data-starting-style:opacity-0 dark:shadow-none",
760
- "min-w-[8rem]",
761
- e
762
- ),
763
- ...a
764
- }
765
- );
766
- na.displayName = "MenuPopup";
767
- const ia = ({ className: e, ...a }) => /* @__PURE__ */ t(
768
- s.Arrow,
769
- {
770
- className: r(
771
- "flex data-[side=bottom]:top-[-8px] data-[side=left]:right-[-13px] data-[side=left]:rotate-90 data-[side=right]:left-[-13px] data-[side=right]:-rotate-90 data-[side=top]:bottom-[-8px] data-[side=top]:rotate-180",
772
- e
773
- ),
774
- ...a,
775
- children: /* @__PURE__ */ t(la, {})
776
- }
777
- );
778
- function la(e) {
779
- return /* @__PURE__ */ b("svg", { width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", ...e, children: [
780
- /* @__PURE__ */ t(
781
- "path",
782
- {
783
- d: "M9.66437 2.60207L4.80758 6.97318C4.07308 7.63423 3.11989 8 2.13172 8H0V10H20V8H18.5349C17.5468 8 16.5936 7.63423 15.8591 6.97318L11.0023 2.60207C10.622 2.2598 10.0447 2.25979 9.66437 2.60207Z",
784
- className: "fill-background"
785
- }
786
- ),
787
- /* @__PURE__ */ t(
788
- "path",
789
- {
790
- d: "M10.3333 3.34539L5.47654 7.71648C4.55842 8.54279 3.36693 9 2.13172 9H0V8H2.13172C3.11989 8 4.07308 7.63423 4.80758 6.97318L9.66437 2.60207C10.0447 2.25979 10.622 2.2598 11.0023 2.60207L15.8591 6.97318C16.5936 7.63423 17.5468 8 18.5349 8H20V9H18.5349C17.2998 9 16.1083 8.54278 15.1901 7.71648L10.3333 3.34539Z",
791
- className: "fill-border"
792
- }
793
- )
794
- ] });
795
- }
796
- ia.displayName = "MenuArrow";
797
- const da = ({ className: e, ...a }) => /* @__PURE__ */ t(
798
- s.Item,
799
- {
800
- className: r(
801
- i({ variant: "ghost", size: "sm" }),
802
- "flex justify-start",
803
- e
804
- ),
805
- ...a
806
- }
807
- );
808
- da.displayName = "MenuItem";
809
- const ca = ({ className: e, ...a }) => /* @__PURE__ */ t(
810
- s.Separator,
811
- {
812
- className: r("-mx-1 my-1 h-px bg-border", e),
813
- ...a
814
- }
815
- );
816
- ca.displayName = "MenuSeparator";
817
- const ua = ({ className: e, ...a }) => /* @__PURE__ */ t(s.Group, { className: r(e), ...a });
818
- ua.displayName = "MenuGroup";
819
- const ma = ({ className: e, ...a }) => /* @__PURE__ */ t(
820
- s.GroupLabel,
821
- {
822
- className: r("px-3 py-1.5 text-sm font-semibold", e),
823
- ...a
824
- }
825
- );
826
- ma.displayName = "MenuGroupLabel";
827
- const pa = ({ className: e, ...a }) => /* @__PURE__ */ t(s.RadioGroup, { className: r(e), ...a });
828
- pa.displayName = "MenuRadioGroup";
829
- const ga = ({ className: e, ...a }) => /* @__PURE__ */ t(
830
- s.RadioItem,
831
- {
832
- className: r(
833
- i({ variant: "ghost", size: "sm" }),
834
- "grid grid-cols-[0.75rem_1fr] gap-2",
835
- e
836
- ),
837
- ...a
838
- }
839
- );
840
- ga.displayName = "MenuRadioItem";
841
- const ba = ({ className: e, ...a }) => /* @__PURE__ */ t(
842
- s.CheckboxItem,
843
- {
844
- className: r(
845
- i({ variant: "ghost", size: "sm" }),
846
- "grid grid-cols-[0.75rem_1fr] gap-2",
847
- e
848
- ),
849
- ...a
850
- }
851
- );
852
- ba.displayName = "MenuCheckboxItem";
853
- const fa = ({ className: e, ...a }) => /* @__PURE__ */ t(s.RadioItemIndicator, { className: r("col-start-1", e), ...a });
854
- fa.displayName = "MenuRadioItemIndicator";
855
- const ya = ({
856
- className: e,
857
- ...a
858
- }) => /* @__PURE__ */ t(s.CheckboxItemIndicator, { className: r("col-start-1", e), ...a });
859
- ya.displayName = "MenuCheckboxItemIndicator";
860
- const Na = ({ className: e, ...a }) => /* @__PURE__ */ t("span", { className: r("col-start-2", e), ...a });
861
- Na.displayName = "MenuCheckboxItemLabel";
862
- const xa = ({ className: e, ...a }) => /* @__PURE__ */ t("span", { className: r("col-start-2", e), ...a });
863
- xa.displayName = "MenuRadioItemLabel";
864
- const ha = ({ className: e, ...a }) => /* @__PURE__ */ t(
865
- s.SubmenuTrigger,
866
- {
867
- className: r(
868
- i({ variant: "ghost", size: "sm" }),
869
- "flex justify-between",
870
- e
871
- ),
872
- ...a
873
- }
874
- );
875
- ha.displayName = "MenuSubmenuTrigger";
876
- const va = (e) => /* @__PURE__ */ t(s.SubmenuRoot, { ...e });
877
- va.displayName = "MenuSubmenuRoot";
878
- const wa = (e) => /* @__PURE__ */ t(c.Root, { ...e });
879
- wa.displayName = "PopoverRoot";
880
- const Ca = ({ className: e, ...a }) => /* @__PURE__ */ t(c.Trigger, { className: r(e), ...a });
881
- Ca.displayName = "PopoverTrigger";
882
- const Ma = (e) => /* @__PURE__ */ t(c.Portal, { ...e });
883
- Ma.displayName = "PopoverPortal";
884
- const ka = ({ className: e, ...a }) => /* @__PURE__ */ t(
885
- c.Backdrop,
886
- {
887
- className: r(
888
- "fixed inset-0 z-50 bg-black/50 backdrop-blur-sm",
889
- "transition-opacity duration-200",
890
- "data-starting-style:opacity-0 data-ending-style:opacity-0",
891
- e
892
- ),
893
- ...a
894
- }
895
- );
896
- ka.displayName = "PopoverBackdrop";
897
- const Pa = ({ className: e, ...a }) => /* @__PURE__ */ t(
898
- c.Positioner,
899
- {
900
- className: r(
901
- "z-50 outline-none",
902
- "h-(--positioner-height) w-(--positioner-width)",
903
- "max-w-(--available-width)",
904
- "transition-[top,left,right,bottom,transform]",
905
- "duration-[0.35s]",
906
- "ease-[cubic-bezier(0.22,1,0.36,1)]",
907
- "data-instant:transition-none",
908
- e
909
- ),
910
- sideOffset: 8,
911
- ...a
912
- }
913
- );
914
- Pa.displayName = "PopoverPositioner";
915
- const Ia = ({ className: e, ...a }) => /* @__PURE__ */ t(
916
- c.Popup,
917
- {
918
- className: r(
919
- "rounded-md bg-background px-4 py-3 text-foreground shadow-sm border relative",
920
- "h-(--popup-height,auto) w-(--popup-width,auto)",
921
- "max-w-[500px]",
922
- "origin-(--transform-origin)",
923
- "border-border",
924
- "transition-[transform,scale,opacity]",
925
- "data-ending-style:scale-90 data-ending-style:opacity-0",
926
- "data-starting-style:scale-90 data-starting-style:opacity-0",
927
- "dark:shadow-none",
928
- "origin-(--transform-origin)",
929
- e
930
- ),
931
- ...a
932
- }
933
- );
934
- Ia.displayName = "PopoverPopup";
935
- const Ra = ({ className: e, ...a }) => /* @__PURE__ */ t(
936
- c.Arrow,
937
- {
938
- className: r(
939
- "flex data-[side=bottom]:top-[-8px] data-[side=left]:right-[-13px] data-[side=left]:rotate-90 data-[side=right]:left-[-13px] data-[side=right]:-rotate-90 data-[side=top]:bottom-[-8px] data-[side=top]:rotate-180",
940
- e
941
- ),
942
- ...a,
943
- children: /* @__PURE__ */ t(Ta, {})
944
- }
945
- );
946
- function Ta(e) {
947
- return /* @__PURE__ */ b("svg", { width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", ...e, children: [
948
- /* @__PURE__ */ t(
949
- "path",
950
- {
951
- d: "M9.66437 2.60207L4.80758 6.97318C4.07308 7.63423 3.11989 8 2.13172 8H0V10H20V8H18.5349C17.5468 8 16.5936 7.63423 15.8591 6.97318L11.0023 2.60207C10.622 2.2598 10.0447 2.25979 9.66437 2.60207Z",
952
- className: "fill-background"
953
- }
954
- ),
955
- /* @__PURE__ */ t(
956
- "path",
957
- {
958
- d: "M10.3333 3.34539L5.47654 7.71648C4.55842 8.54279 3.36693 9 2.13172 9H0V8H2.13172C3.11989 8 4.07308 7.63423 4.80758 6.97318L9.66437 2.60207C10.0447 2.25979 10.622 2.2598 11.0023 2.60207L15.8591 6.97318C16.5936 7.63423 17.5468 8 18.5349 8H20V9H18.5349C17.2998 9 16.1083 8.54278 15.1901 7.71648L10.3333 3.34539Z",
959
- className: "fill-border"
960
- }
961
- )
962
- ] });
963
- }
964
- Ra.displayName = "PopoverArrow";
965
- const Da = ({ className: e, ...a }) => /* @__PURE__ */ t(c.Title, { className: r("text-sm font-semibold", e), ...a });
966
- Da.displayName = "PopoverTitle";
967
- const Sa = ({ className: e, ...a }) => /* @__PURE__ */ t(c.Description, { className: r("text-sm", e), ...a });
968
- Sa.displayName = "PopoverDescription";
969
- const Aa = ({ className: e, ...a }) => /* @__PURE__ */ t(c.Close, { className: r(e), ...a });
970
- Aa.displayName = "PopoverClose";
971
- const za = ({ className: e, ...a }) => /* @__PURE__ */ t(c.Viewport, { className: r(e), ...a });
972
- za.displayName = "PopoverViewport";
973
- const Va = ({ className: e, ...a }) => /* @__PURE__ */ t(M.Root, { className: r("w-full", e), ...a });
974
- Va.displayName = "ProgressRoot";
975
- const La = ({ className: e, ...a }) => /* @__PURE__ */ t(
976
- M.Track,
977
- {
978
- className: r(
979
- "relative h-2 w-full overflow-hidden rounded-full bg-primary/20",
980
- e
981
- ),
982
- ...a
983
- }
984
- );
985
- La.displayName = "ProgressTrack";
986
- const Ha = ({ className: e, ...a }) => /* @__PURE__ */ t(
987
- M.Indicator,
988
- {
989
- className: r(
990
- "h-full rounded-full bg-primary transition-all duration-1000 ease-out-expo",
991
- e
992
- ),
993
- ...a
994
- }
995
- );
996
- Ha.displayName = "ProgressIndicator";
997
- const Ga = ({ className: e, ...a }) => /* @__PURE__ */ t(
998
- M.Value,
999
- {
1000
- className: r("text-sm font-medium text-foreground", e),
1001
- ...a
1002
- }
1003
- );
1004
- Ga.displayName = "ProgressValue";
1005
- const _a = ({ className: e, ...a }) => /* @__PURE__ */ t(
1006
- M.Label,
1007
- {
1008
- className: r("text-sm font-medium text-foreground", e),
1009
- ...a
1010
- }
1011
- );
1012
- _a.displayName = "ProgressLabel";
1013
- const ja = ({ className: e, orientation: a, ...o }) => /* @__PURE__ */ t(
1014
- B,
1015
- {
1016
- orientation: a,
1017
- className: r(
1018
- "inline-flex",
1019
- a === "vertical" && "flex-col",
1020
- // Connected items: collapse borders, round only outer corners
1021
- "[&>button]:rounded-none [&>button:not(:first-of-type)]:-ml-px",
1022
- "[&>button:first-of-type]:rounded-l-md [&>button:last-of-type]:rounded-r-md",
1023
- // Vertical orientation adjustments
1024
- a === "vertical" && "[&>button:not(:first-of-type)]:ml-0 [&>button:not(:first-of-type)]:-mt-px [&>button:first-of-type]:rounded-bl-none [&>button:last-of-type]:rounded-r-none [&>button:first-of-type]:rounded-t-md [&>button:last-of-type]:rounded-b-md",
1025
- e
1026
- ),
1027
- ...o
1028
- }
1029
- );
1030
- ja.displayName = "ToggleGroupRoot";
1031
- const Ba = ({
1032
- className: e,
1033
- variant: a,
1034
- size: o,
1035
- ...n
1036
- }) => /* @__PURE__ */ t(A, { className: r(T({ variant: a, size: o }), e), ...n });
1037
- Ba.displayName = "ToggleGroupItem";
1038
- const Fa = m("rounded-lg bg-card text-card-foreground transition-colors", {
1039
- variants: {
1040
- variant: {
1041
- default: "border shadow-sm",
1042
- outline: "border",
1043
- elevated: "shadow-md"
1044
- }
1045
- },
1046
- defaultVariants: {
1047
- variant: "default"
1048
- }
1049
- }), Za = h.forwardRef(
1050
- ({ className: e, variant: a, ...o }, n) => /* @__PURE__ */ t(
1051
- "article",
1052
- {
1053
- ref: n,
1054
- className: r(Fa({ variant: a }), e),
1055
- ...o
1056
- }
1057
- )
1058
- );
1059
- Za.displayName = "CardRoot";
1060
- const $a = ({ className: e, ...a }) => /* @__PURE__ */ t(
1061
- "div",
1062
- {
1063
- className: r(
1064
- "overflow-hidden",
1065
- "[&>img]:h-full [&>img]:w-full [&>img]:object-cover",
1066
- e
1067
- ),
1068
- ...a
1069
- }
1070
- );
1071
- $a.displayName = "CardMedia";
1072
- const qa = ({ className: e, ...a }) => /* @__PURE__ */ t("header", { className: r("flex flex-col gap-1 p-4", e), ...a });
1073
- qa.displayName = "CardHeader";
1074
- const Oa = ({ as: e = "h3", className: a, ...o }) => /* @__PURE__ */ t(
1075
- e,
1076
- {
1077
- className: r("text-base font-semibold leading-tight", a),
1078
- ...o
1079
- }
1080
- );
1081
- Oa.displayName = "CardTitle";
1082
- const Ea = ({ className: e, ...a }) => /* @__PURE__ */ t("p", { className: r("text-sm", e), ...a });
1083
- Ea.displayName = "CardDescription";
1084
- const Ja = ({ className: e, ...a }) => /* @__PURE__ */ t("div", { className: r("p-4 pt-0", e), ...a });
1085
- Ja.displayName = "CardContent";
1086
- const Ka = ({ className: e, ...a }) => /* @__PURE__ */ t("section", { className: r("p-4", e), ...a });
1087
- Ka.displayName = "CardSection";
1088
- const Qa = ({ className: e, ...a }) => /* @__PURE__ */ t("footer", { className: r("flex items-center p-4", e), ...a });
1089
- Qa.displayName = "CardFooter";
1090
- const Ua = (e) => /* @__PURE__ */ t(l.Root, { ...e });
1091
- Ua.displayName = "ContextMenuRoot";
1092
- const Wa = ({ className: e, ...a }) => /* @__PURE__ */ t(l.Trigger, { className: r(e), ...a });
1093
- Wa.displayName = "ContextMenuTrigger";
1094
- const Xa = (e) => /* @__PURE__ */ t(l.Portal, { ...e });
1095
- Xa.displayName = "ContextMenuPortal";
1096
- const Ya = ({ className: e, ...a }) => /* @__PURE__ */ t(
1097
- l.Positioner,
1098
- {
1099
- className: r("z-50 outline-none", e),
1100
- sideOffset: 3,
1101
- ...a
1102
- }
1103
- );
1104
- Ya.displayName = "ContextMenuPositioner";
1105
- const et = ({ className: e, ...a }) => /* @__PURE__ */ t(
1106
- l.Popup,
1107
- {
1108
- className: r(
1109
- "rounded-md bg-background p-1 text-foreground shadow-sm border border-border transition-[transform,scale,opacity] data-ending-style:scale-90 data-ending-style:opacity-0 data-starting-style:scale-0 data-starting-style:opacity-0 dark:shadow-none",
1110
- "min-w-[8rem]",
1111
- e
1112
- ),
1113
- ...a
1114
- }
1115
- );
1116
- et.displayName = "ContextMenuPopup";
1117
- const at = ({ className: e, ...a }) => /* @__PURE__ */ t(
1118
- l.Arrow,
1119
- {
1120
- className: r(
1121
- "flex data-[side=bottom]:top-[-8px] data-[side=left]:right-[-13px] data-[side=left]:rotate-90 data-[side=right]:left-[-13px] data-[side=right]:-rotate-90 data-[side=top]:bottom-[-8px] data-[side=top]:rotate-180",
1122
- e
1123
- ),
1124
- ...a,
1125
- children: /* @__PURE__ */ t(tt, {})
1126
- }
1127
- );
1128
- function tt(e) {
1129
- return /* @__PURE__ */ b("svg", { width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", ...e, children: [
1130
- /* @__PURE__ */ t(
1131
- "path",
1132
- {
1133
- d: "M9.66437 2.60207L4.80758 6.97318C4.07308 7.63423 3.11989 8 2.13172 8H0V10H20V8H18.5349C17.5468 8 16.5936 7.63423 15.8591 6.97318L11.0023 2.60207C10.622 2.2598 10.0447 2.25979 9.66437 2.60207Z",
1134
- className: "fill-background"
1135
- }
1136
- ),
1137
- /* @__PURE__ */ t(
1138
- "path",
1139
- {
1140
- d: "M10.3333 3.34539L5.47654 7.71648C4.55842 8.54279 3.36693 9 2.13172 9H0V8H2.13172C3.11989 8 4.07308 7.63423 4.80758 6.97318L9.66437 2.60207C10.0447 2.25979 10.622 2.2598 11.0023 2.60207L15.8591 6.97318C16.5936 7.63423 17.5468 8 18.5349 8H20V9H18.5349C17.2998 9 16.1083 8.54278 15.1901 7.71648L10.3333 3.34539Z",
1141
- className: "fill-border"
1142
- }
1143
- )
1144
- ] });
1145
- }
1146
- at.displayName = "ContextMenuArrow";
1147
- const rt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1148
- l.Item,
1149
- {
1150
- className: r(
1151
- i({ variant: "ghost", size: "sm" }),
1152
- "flex justify-start",
1153
- e
1154
- ),
1155
- ...a
1156
- }
1157
- );
1158
- rt.displayName = "ContextMenuItem";
1159
- const ot = ({ className: e, ...a }) => /* @__PURE__ */ t(
1160
- l.Separator,
1161
- {
1162
- className: r("-mx-1 my-1 h-px bg-border", e),
1163
- ...a
1164
- }
1165
- );
1166
- ot.displayName = "ContextMenuSeparator";
1167
- const st = ({ className: e, ...a }) => /* @__PURE__ */ t(l.Group, { className: r(e), ...a });
1168
- st.displayName = "ContextMenuGroup";
1169
- const nt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1170
- l.GroupLabel,
1171
- {
1172
- className: r("px-3 py-1.5 text-sm font-semibold", e),
1173
- ...a
1174
- }
1175
- );
1176
- nt.displayName = "ContextMenuGroupLabel";
1177
- const it = ({ className: e, ...a }) => /* @__PURE__ */ t(l.RadioGroup, { className: r(e), ...a });
1178
- it.displayName = "ContextMenuRadioGroup";
1179
- const lt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1180
- l.RadioItem,
1181
- {
1182
- className: r(
1183
- i({ variant: "ghost", size: "sm" }),
1184
- "grid grid-cols-[0.75rem_1fr] gap-2",
1185
- e
1186
- ),
1187
- ...a
1188
- }
1189
- );
1190
- lt.displayName = "ContextMenuRadioItem";
1191
- const dt = ({
1192
- className: e,
1193
- ...a
1194
- }) => /* @__PURE__ */ t(
1195
- l.CheckboxItem,
1196
- {
1197
- className: r(
1198
- i({ variant: "ghost", size: "sm" }),
1199
- "grid grid-cols-[0.75rem_1fr] gap-2",
1200
- e
1201
- ),
1202
- ...a
1203
- }
1204
- );
1205
- dt.displayName = "ContextMenuCheckboxItem";
1206
- const ct = ({
1207
- className: e,
1208
- ...a
1209
- }) => /* @__PURE__ */ t(
1210
- l.RadioItemIndicator,
1211
- {
1212
- className: r("col-start-1", e),
1213
- ...a
1214
- }
1215
- );
1216
- ct.displayName = "ContextMenuRadioItemIndicator";
1217
- const ut = ({
1218
- className: e,
1219
- ...a
1220
- }) => /* @__PURE__ */ t(
1221
- l.CheckboxItemIndicator,
1222
- {
1223
- className: r("col-start-1", e),
1224
- ...a
1225
- }
1226
- );
1227
- ut.displayName = "ContextMenuCheckboxItemIndicator";
1228
- const mt = ({
1229
- className: e,
1230
- ...a
1231
- }) => /* @__PURE__ */ t("span", { className: r("col-start-2", e), ...a });
1232
- mt.displayName = "ContextMenuCheckboxItemLabel";
1233
- const pt = ({
1234
- className: e,
1235
- ...a
1236
- }) => /* @__PURE__ */ t("span", { className: r("col-start-2", e), ...a });
1237
- pt.displayName = "ContextMenuRadioItemLabel";
1238
- const gt = ({
1239
- className: e,
1240
- ...a
1241
- }) => /* @__PURE__ */ t(
1242
- l.SubmenuTrigger,
1243
- {
1244
- className: r(
1245
- i({ variant: "ghost", size: "sm" }),
1246
- "flex justify-between",
1247
- e
1248
- ),
1249
- ...a
1250
- }
1251
- );
1252
- gt.displayName = "ContextMenuSubmenuTrigger";
1253
- const bt = (e) => /* @__PURE__ */ t(l.SubmenuRoot, { ...e });
1254
- bt.displayName = "ContextMenuSubmenuRoot";
1255
- const ft = ({ className: e, ...a }) => /* @__PURE__ */ t(
1256
- F,
1257
- {
1258
- className: r(
1259
- "inline-flex",
1260
- // Connected items: collapse borders, round only outer corners
1261
- "[&>button]:rounded-none [&>button:not(:first-of-type)]:-ml-px",
1262
- "[&>button:first-of-type]:rounded-l-md [&>button:last-of-type]:rounded-r-md",
1263
- e
1264
- ),
1265
- ...a
1266
- }
1267
- );
1268
- ft.displayName = "MenubarRoot";
1269
- const yt = (e) => /* @__PURE__ */ t(s.Root, { ...e });
1270
- yt.displayName = "MenubarMenu";
1271
- const Nt = ({ className: e, variant: a, size: o, ...n }) => /* @__PURE__ */ t(
1272
- s.Trigger,
1273
- {
1274
- className: r(T({ variant: a, size: o }), e),
1275
- ...n
1276
- }
1277
- );
1278
- Nt.displayName = "MenubarTrigger";
1279
- const xt = (e) => /* @__PURE__ */ t(s.Portal, { ...e });
1280
- xt.displayName = "MenubarPortal";
1281
- const ht = ({ className: e, ...a }) => /* @__PURE__ */ t(
1282
- s.Positioner,
1283
- {
1284
- className: r("z-50 outline-none", e),
1285
- sideOffset: 8,
1286
- ...a
1287
- }
1288
- );
1289
- ht.displayName = "MenubarPositioner";
1290
- const vt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1291
- s.Popup,
1292
- {
1293
- className: r(
1294
- "rounded-md bg-background p-1 text-foreground shadow-sm border border-border transition-[transform,scale,opacity] data-ending-style:scale-90 data-ending-style:opacity-0 data-starting-style:scale-0 data-starting-style:opacity-0 dark:shadow-none",
1295
- "min-w-[8rem]",
1296
- e
1297
- ),
1298
- ...a
1299
- }
1300
- );
1301
- vt.displayName = "MenubarPopup";
1302
- const wt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1303
- s.Arrow,
1304
- {
1305
- className: r(
1306
- "flex data-[side=bottom]:top-[-8px] data-[side=left]:right-[-13px] data-[side=left]:rotate-90 data-[side=right]:left-[-13px] data-[side=right]:-rotate-90 data-[side=top]:bottom-[-8px] data-[side=top]:rotate-180",
1307
- e
1308
- ),
1309
- ...a,
1310
- children: /* @__PURE__ */ t(Ct, {})
1311
- }
1312
- );
1313
- function Ct(e) {
1314
- return /* @__PURE__ */ b("svg", { width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", ...e, children: [
1315
- /* @__PURE__ */ t(
1316
- "path",
1317
- {
1318
- d: "M9.66437 2.60207L4.80758 6.97318C4.07308 7.63423 3.11989 8 2.13172 8H0V10H20V8H18.5349C17.5468 8 16.5936 7.63423 15.8591 6.97318L11.0023 2.60207C10.622 2.2598 10.0447 2.25979 9.66437 2.60207Z",
1319
- className: "fill-background"
1320
- }
1321
- ),
1322
- /* @__PURE__ */ t(
1323
- "path",
1324
- {
1325
- d: "M10.3333 3.34539L5.47654 7.71648C4.55842 8.54279 3.36693 9 2.13172 9H0V8H2.13172C3.11989 8 4.07308 7.63423 4.80758 6.97318L9.66437 2.60207C10.0447 2.25979 10.622 2.2598 11.0023 2.60207L15.8591 6.97318C16.5936 7.63423 17.5468 8 18.5349 8H20V9H18.5349C17.2998 9 16.1083 8.54278 15.1901 7.71648L10.3333 3.34539Z",
1326
- className: "fill-border"
1327
- }
1328
- )
1329
- ] });
1330
- }
1331
- wt.displayName = "MenubarArrow";
1332
- const Mt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1333
- s.Item,
1334
- {
1335
- className: r(
1336
- i({ variant: "ghost", size: "sm" }),
1337
- "flex justify-start",
1338
- e
1339
- ),
1340
- ...a
1341
- }
1342
- );
1343
- Mt.displayName = "MenubarItem";
1344
- const kt = ({ className: e, ...a }) => /* @__PURE__ */ t(s.Separator, { className: r("-mx-1 my-1 h-px bg-border", e), ...a });
1345
- kt.displayName = "MenubarSeparator";
1346
- const Pt = ({ className: e, ...a }) => /* @__PURE__ */ t(s.Group, { className: r(e), ...a });
1347
- Pt.displayName = "MenubarGroup";
1348
- const It = ({ className: e, ...a }) => /* @__PURE__ */ t(
1349
- s.GroupLabel,
1350
- {
1351
- className: r("px-3 py-1.5 text-sm font-semibold", e),
1352
- ...a
1353
- }
1354
- );
1355
- It.displayName = "MenubarGroupLabel";
1356
- const Rt = ({ className: e, ...a }) => /* @__PURE__ */ t(s.RadioGroup, { className: r(e), ...a });
1357
- Rt.displayName = "MenubarRadioGroup";
1358
- const Tt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1359
- s.RadioItem,
1360
- {
1361
- className: r(
1362
- i({ variant: "ghost", size: "sm" }),
1363
- "grid grid-cols-[0.75rem_1fr] gap-2",
1364
- e
1365
- ),
1366
- ...a
1367
- }
1368
- );
1369
- Tt.displayName = "MenubarRadioItem";
1370
- const Dt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1371
- s.CheckboxItem,
1372
- {
1373
- className: r(
1374
- i({ variant: "ghost", size: "sm" }),
1375
- "grid grid-cols-[0.75rem_1fr] gap-2",
1376
- e
1377
- ),
1378
- ...a
1379
- }
1380
- );
1381
- Dt.displayName = "MenubarCheckboxItem";
1382
- const St = ({
1383
- className: e,
1384
- ...a
1385
- }) => /* @__PURE__ */ t(s.RadioItemIndicator, { className: r("col-start-1", e), ...a });
1386
- St.displayName = "MenubarRadioItemIndicator";
1387
- const At = ({
1388
- className: e,
1389
- ...a
1390
- }) => /* @__PURE__ */ t(s.CheckboxItemIndicator, { className: r("col-start-1", e), ...a });
1391
- At.displayName = "MenubarCheckboxItemIndicator";
1392
- const zt = ({
1393
- className: e,
1394
- ...a
1395
- }) => /* @__PURE__ */ t("span", { className: r("col-start-2", e), ...a });
1396
- zt.displayName = "MenubarCheckboxItemLabel";
1397
- const Vt = ({ className: e, ...a }) => /* @__PURE__ */ t("span", { className: r("col-start-2", e), ...a });
1398
- Vt.displayName = "MenubarRadioItemLabel";
1399
- const Lt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1400
- s.SubmenuTrigger,
1401
- {
1402
- className: r(
1403
- i({ variant: "ghost", size: "sm" }),
1404
- "flex justify-between",
1405
- e
1406
- ),
1407
- ...a
1408
- }
1409
- );
1410
- Lt.displayName = "MenubarSubmenuTrigger";
1411
- const Ht = (e) => /* @__PURE__ */ t(s.SubmenuRoot, { ...e });
1412
- Ht.displayName = "MenubarSubmenuRoot";
1413
- const Gt = ({ className: e, ...a }) => /* @__PURE__ */ t(y.Root, { className: r("w-full", e), ...a });
1414
- Gt.displayName = "SliderRoot";
1415
- const _t = ({ className: e, ...a }) => /* @__PURE__ */ t(
1416
- y.Value,
1417
- {
1418
- className: r("text-sm font-medium text-foreground", e),
1419
- ...a
1420
- }
1421
- );
1422
- _t.displayName = "SliderValue";
1423
- const jt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1424
- y.Control,
1425
- {
1426
- className: r("flex w-full touch-none items-center py-2 select-none", e),
1427
- ...a
1428
- }
1429
- );
1430
- jt.displayName = "SliderControl";
1431
- const Bt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1432
- y.Track,
1433
- {
1434
- className: r("relative h-1.5 w-full rounded-full bg-primary/20", e),
1435
- ...a
1436
- }
1437
- );
1438
- Bt.displayName = "SliderTrack";
1439
- const Ft = ({ className: e, ...a }) => /* @__PURE__ */ t(
1440
- y.Indicator,
1441
- {
1442
- className: r("rounded-full bg-primary", e),
1443
- ...a
1444
- }
1445
- );
1446
- Ft.displayName = "SliderIndicator";
1447
- const Zt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1448
- y.Thumb,
1449
- {
1450
- className: r(
1451
- "size-4 rounded-full bg-background",
1452
- "outline",
1453
- "shadow-sm",
1454
- "transition-[box-shadow,outline-color] duration-150",
1455
- "hover:outline-primary/50",
1456
- "focus-visible:outline-2 focus-visible:outline-primary",
1457
- "data-dragging:outline-2 data-dragging:outline-primary",
1458
- e
1459
- ),
1460
- ...a
1461
- }
1462
- );
1463
- Zt.displayName = "SliderThumb";
1464
- export {
1465
- Ke as AccordionHeader,
1466
- Je as AccordionItem,
1467
- Ue as AccordionPanel,
1468
- Ee as AccordionRoot,
1469
- Qe as AccordionTrigger,
1470
- br as AlertDialog,
1471
- Q as AlertDialogBackdrop,
1472
- ae as AlertDialogClose,
1473
- ee as AlertDialogDescription,
1474
- X as AlertDialogPopup,
1475
- K as AlertDialogPortal,
1476
- E as AlertDialogRoot,
1477
- Y as AlertDialogTitle,
1478
- J as AlertDialogTrigger,
1479
- U as AlertDialogViewport,
1480
- re as AvatarFallback,
1481
- te as AvatarImage,
1482
- V as AvatarRoot,
1483
- oe as AvatarStack,
1484
- Z as Button,
1485
- Ja as CardContent,
1486
- Ea as CardDescription,
1487
- Qa as CardFooter,
1488
- qa as CardHeader,
1489
- $a as CardMedia,
1490
- Za as CardRoot,
1491
- Ka as CardSection,
1492
- Oa as CardTitle,
1493
- O as CollapsiblePanel,
1494
- $ as CollapsibleRoot,
1495
- q as CollapsibleTrigger,
1496
- at as ContextMenuArrow,
1497
- dt as ContextMenuCheckboxItem,
1498
- ut as ContextMenuCheckboxItemIndicator,
1499
- mt as ContextMenuCheckboxItemLabel,
1500
- st as ContextMenuGroup,
1501
- nt as ContextMenuGroupLabel,
1502
- rt as ContextMenuItem,
1503
- et as ContextMenuPopup,
1504
- Xa as ContextMenuPortal,
1505
- Ya as ContextMenuPositioner,
1506
- it as ContextMenuRadioGroup,
1507
- lt as ContextMenuRadioItem,
1508
- ct as ContextMenuRadioItemIndicator,
1509
- pt as ContextMenuRadioItemLabel,
1510
- Ua as ContextMenuRoot,
1511
- ot as ContextMenuSeparator,
1512
- bt as ContextMenuSubmenuRoot,
1513
- gt as ContextMenuSubmenuTrigger,
1514
- Wa as ContextMenuTrigger,
1515
- Pe as DialogBackdrop,
1516
- Se as DialogClose,
1517
- De as DialogDescription,
1518
- ze as DialogFooter,
1519
- Ae as DialogHeader,
1520
- Re as DialogPopup,
1521
- ke as DialogPortal,
1522
- Ce as DialogRoot,
1523
- Te as DialogTitle,
1524
- Me as DialogTrigger,
1525
- Ge as DrawerBackdrop,
1526
- Ze as DrawerClose,
1527
- qe as DrawerContent,
1528
- Fe as DrawerDescription,
1529
- Oe as DrawerFooter,
1530
- $e as DrawerHeader,
1531
- je as DrawerPopup,
1532
- He as DrawerPortal,
1533
- Ve as DrawerRoot,
1534
- Be as DrawerTitle,
1535
- Le as DrawerTrigger,
1536
- ia as MenuArrow,
1537
- ba as MenuCheckboxItem,
1538
- ya as MenuCheckboxItemIndicator,
1539
- Na as MenuCheckboxItemLabel,
1540
- ua as MenuGroup,
1541
- ma as MenuGroupLabel,
1542
- da as MenuItem,
1543
- na as MenuPopup,
1544
- oa as MenuPortal,
1545
- sa as MenuPositioner,
1546
- pa as MenuRadioGroup,
1547
- ga as MenuRadioItem,
1548
- fa as MenuRadioItemIndicator,
1549
- xa as MenuRadioItemLabel,
1550
- ta as MenuRoot,
1551
- ca as MenuSeparator,
1552
- va as MenuSubmenuRoot,
1553
- ha as MenuSubmenuTrigger,
1554
- ra as MenuTrigger,
1555
- wt as MenubarArrow,
1556
- Dt as MenubarCheckboxItem,
1557
- At as MenubarCheckboxItemIndicator,
1558
- zt as MenubarCheckboxItemLabel,
1559
- Pt as MenubarGroup,
1560
- It as MenubarGroupLabel,
1561
- Mt as MenubarItem,
1562
- yt as MenubarMenu,
1563
- vt as MenubarPopup,
1564
- xt as MenubarPortal,
1565
- ht as MenubarPositioner,
1566
- Rt as MenubarRadioGroup,
1567
- Tt as MenubarRadioItem,
1568
- St as MenubarRadioItemIndicator,
1569
- Vt as MenubarRadioItemLabel,
1570
- ft as MenubarRoot,
1571
- kt as MenubarSeparator,
1572
- Ht as MenubarSubmenuRoot,
1573
- Lt as MenubarSubmenuTrigger,
1574
- Nt as MenubarTrigger,
1575
- Ye as MeterIndicator,
1576
- aa as MeterLabel,
1577
- We as MeterRoot,
1578
- Xe as MeterTrack,
1579
- ea as MeterValue,
1580
- Ra as PopoverArrow,
1581
- ka as PopoverBackdrop,
1582
- Aa as PopoverClose,
1583
- Sa as PopoverDescription,
1584
- Ia as PopoverPopup,
1585
- Ma as PopoverPortal,
1586
- Pa as PopoverPositioner,
1587
- wa as PopoverRoot,
1588
- Da as PopoverTitle,
1589
- Ca as PopoverTrigger,
1590
- za as PopoverViewport,
1591
- Ha as ProgressIndicator,
1592
- _a as ProgressLabel,
1593
- Va as ProgressRoot,
1594
- La as ProgressTrack,
1595
- Ga as ProgressValue,
1596
- ie as ScrollAreaContent,
1597
- ce as ScrollAreaCorner,
1598
- se as ScrollAreaRoot,
1599
- le as ScrollAreaScrollbar,
1600
- de as ScrollAreaThumb,
1601
- ne as ScrollAreaViewport,
1602
- ue as Separator,
1603
- jt as SliderControl,
1604
- Ft as SliderIndicator,
1605
- Gt as SliderRoot,
1606
- Zt as SliderThumb,
1607
- Bt as SliderTrack,
1608
- _t as SliderValue,
1609
- me as SwitchRoot,
1610
- pe as SwitchThumb,
1611
- ve as TabsIndicator,
1612
- ye as TabsList,
1613
- we as TabsPanel,
1614
- be as TabsRoot,
1615
- xe as TabsTab,
1616
- ge as Toggle,
1617
- Ba as ToggleGroupItem,
1618
- ja as ToggleGroupRoot
1619
- };