@lglab/compose-ui 0.17.0 → 0.19.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.
package/dist/index.es.js CHANGED
@@ -1,28 +1,30 @@
1
1
  "use client";
2
- import { jsx as a, jsxs as N } from "react/jsx-runtime";
3
- import { Button as L } from "@base-ui/react/button";
2
+ import { jsx as t, jsxs as b } from "react/jsx-runtime";
3
+ import { Button as H } from "@base-ui/react/button";
4
4
  import { cva as m } from "class-variance-authority";
5
- import { clsx as H } from "clsx";
5
+ import { clsx as G } from "clsx";
6
6
  import { twMerge as _ } from "tailwind-merge";
7
- import { Collapsible as P } from "@base-ui/react/collapsible";
7
+ import { Collapsible as I } from "@base-ui/react/collapsible";
8
8
  import { AlertDialog as p } from "@base-ui/react/alert-dialog";
9
- import { AlertDialog as Ga } from "@base-ui/react/alert-dialog";
10
- import { Avatar as T } from "@base-ui/react/avatar";
11
- import * as x from "react";
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
12
  import { ScrollArea as f } from "@base-ui/react/scroll-area";
13
- import { Separator as G } from "@base-ui/react/separator";
14
- import { Switch as R } from "@base-ui/react/switch";
13
+ import { Separator as j } from "@base-ui/react/separator";
14
+ import { Switch as S } from "@base-ui/react/switch";
15
15
  import { Toggle as A } from "@base-ui/react/toggle";
16
- import { Tabs as h } from "@base-ui/react/tabs";
17
- import { Dialog as l } from "@base-ui/react/dialog";
18
- import { Accordion as v } from "@base-ui/react/accordion";
19
- import { Meter as w } from "@base-ui/react/meter";
20
- import { Menu as n } from "@base-ui/react/menu";
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
21
  import { Popover as c } from "@base-ui/react/popover";
22
- import { Progress as C } from "@base-ui/react/progress";
22
+ import { Progress as M } from "@base-ui/react/progress";
23
23
  import { ToggleGroup as B } from "@base-ui/react/toggle-group";
24
- import { ContextMenu as i } from "@base-ui/react/context-menu";
25
- const d = m(
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(
26
28
  [
27
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"
28
30
  ],
@@ -52,37 +54,37 @@ const d = m(
52
54
  }
53
55
  );
54
56
  function r(...e) {
55
- return _(H(e));
57
+ return _(G(e));
56
58
  }
57
- const j = ({
59
+ const Z = ({
58
60
  className: e,
59
- variant: t,
61
+ variant: a,
60
62
  size: o,
61
- disabled: s,
63
+ disabled: n,
62
64
  children: u,
63
65
  ...g
64
- }) => /* @__PURE__ */ a(
65
- L,
66
+ }) => /* @__PURE__ */ t(
67
+ H,
66
68
  {
67
- className: r(d({ variant: t, size: o }), e),
68
- disabled: s,
69
+ className: r(i({ variant: a, size: o }), e),
70
+ disabled: n,
69
71
  ...g,
70
72
  children: u
71
73
  }
72
74
  );
73
- j.displayName = "Button";
74
- const F = ({ className: e, ...t }) => /* @__PURE__ */ a(P.Root, { className: r("w-full", e), ...t });
75
- F.displayName = "CollapsibleRoot";
76
- const Z = ({ className: e, ...t }) => /* @__PURE__ */ a(
77
- P.Trigger,
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,
78
80
  {
79
81
  className: r("flex items-center justify-between font-medium", e),
80
- ...t
82
+ ...a
81
83
  }
82
84
  );
83
- Z.displayName = "CollapsibleTrigger";
84
- const $ = ({ className: e, ...t }) => /* @__PURE__ */ a(
85
- P.Panel,
85
+ q.displayName = "CollapsibleTrigger";
86
+ const O = ({ className: e, ...a }) => /* @__PURE__ */ t(
87
+ I.Panel,
86
88
  {
87
89
  className: r(
88
90
  '[&[hidden]:not([hidden="until-found"])]:hidden h-(--collapsible-panel-height)',
@@ -91,28 +93,28 @@ const $ = ({ className: e, ...t }) => /* @__PURE__ */ a(
91
93
  "data-starting-style:h-0",
92
94
  e
93
95
  ),
94
- ...t
96
+ ...a
95
97
  }
96
98
  );
97
- $.displayName = "CollapsiblePanel";
98
- const q = (e) => /* @__PURE__ */ a(p.Root, { ...e });
99
- q.displayName = "AlertDialogRoot";
100
- const O = ({
99
+ O.displayName = "CollapsiblePanel";
100
+ const E = (e) => /* @__PURE__ */ t(p.Root, { ...e });
101
+ E.displayName = "AlertDialogRoot";
102
+ const J = ({
101
103
  className: e,
102
- variant: t,
104
+ variant: a,
103
105
  size: o,
104
- ...s
105
- }) => /* @__PURE__ */ a(
106
+ ...n
107
+ }) => /* @__PURE__ */ t(
106
108
  p.Trigger,
107
109
  {
108
- className: r(d({ variant: t, size: o }), e),
109
- ...s
110
+ className: r(i({ variant: a, size: o }), e),
111
+ ...n
110
112
  }
111
113
  );
112
- O.displayName = "AlertDialogTrigger";
113
- const E = (e) => /* @__PURE__ */ a(p.Portal, { ...e });
114
- E.displayName = "AlertDialogPortal";
115
- const J = ({ className: e, ...t }) => /* @__PURE__ */ a(
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(
116
118
  p.Backdrop,
117
119
  {
118
120
  className: r(
@@ -121,19 +123,19 @@ const J = ({ className: e, ...t }) => /* @__PURE__ */ a(
121
123
  "data-starting-style:opacity-0 data-ending-style:opacity-0",
122
124
  e
123
125
  ),
124
- ...t
126
+ ...a
125
127
  }
126
128
  );
127
- J.displayName = "AlertDialogBackdrop";
128
- const K = ({ className: e, ...t }) => /* @__PURE__ */ a(
129
+ Q.displayName = "AlertDialogBackdrop";
130
+ const U = ({ className: e, ...a }) => /* @__PURE__ */ t(
129
131
  p.Viewport,
130
132
  {
131
133
  className: r("fixed inset-0 z-50 flex items-center justify-center p-4", e),
132
- ...t
134
+ ...a
133
135
  }
134
136
  );
135
- K.displayName = "AlertDialogViewport";
136
- const Q = m(
137
+ U.displayName = "AlertDialogViewport";
138
+ const W = m(
137
139
  [
138
140
  "fixed left-1/2 top-1/2 z-50 -translate-x-1/2 -translate-y-1/2",
139
141
  "w-full max-w-[calc(100vw-2rem)] rounded-lg border border-border bg-background p-6 shadow-lg",
@@ -157,38 +159,38 @@ const Q = m(
157
159
  size: "default"
158
160
  }
159
161
  }
160
- ), U = ({ className: e, size: t, ...o }) => /* @__PURE__ */ a(
162
+ ), X = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(
161
163
  p.Popup,
162
164
  {
163
- className: r(Q({ size: t }), e),
165
+ className: r(W({ size: a }), e),
164
166
  ...o
165
167
  }
166
168
  );
167
- U.displayName = "AlertDialogPopup";
168
- const W = ({ className: e, ...t }) => /* @__PURE__ */ a(
169
+ X.displayName = "AlertDialogPopup";
170
+ const Y = ({ className: e, ...a }) => /* @__PURE__ */ t(
169
171
  p.Title,
170
172
  {
171
173
  className: r("text-lg font-semibold leading-none tracking-tight", e),
172
- ...t
174
+ ...a
173
175
  }
174
176
  );
175
- W.displayName = "AlertDialogTitle";
176
- const X = ({ className: e, ...t }) => /* @__PURE__ */ a(p.Description, { className: r("mt-2", e), ...t });
177
- X.displayName = "AlertDialogDescription";
178
- const Y = ({
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 = ({
179
181
  className: e,
180
- variant: t,
182
+ variant: a,
181
183
  size: o,
182
- ...s
183
- }) => /* @__PURE__ */ a(
184
+ ...n
185
+ }) => /* @__PURE__ */ t(
184
186
  p.Close,
185
187
  {
186
- className: r(d({ variant: t ?? "outline", size: o }), e),
187
- ...s
188
+ className: r(i({ variant: a ?? "outline", size: o }), e),
189
+ ...n
188
190
  }
189
191
  );
190
- Y.displayName = "AlertDialogClose";
191
- const I = m(
192
+ ae.displayName = "AlertDialogClose";
193
+ const z = m(
192
194
  [
193
195
  "relative flex shrink-0 items-center justify-center overflow-hidden rounded-full",
194
196
  "bg-muted text-foreground",
@@ -206,89 +208,89 @@ const I = m(
206
208
  size: "default"
207
209
  }
208
210
  }
209
- ), z = ({ className: e, size: t, ...o }) => /* @__PURE__ */ a(T.Root, { className: r(I({ size: t }), e), ...o });
210
- z.displayName = "AvatarRoot";
211
- const ee = ({ className: e, ...t }) => /* @__PURE__ */ a(
212
- T.Image,
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,
213
215
  {
214
216
  className: r("aspect-square h-full w-full object-cover", e),
215
- ...t
217
+ ...a
216
218
  }
217
219
  );
218
- ee.displayName = "AvatarImage";
219
- const te = ({ className: e, ...t }) => /* @__PURE__ */ a(
220
- T.Fallback,
220
+ te.displayName = "AvatarImage";
221
+ const re = ({ className: e, ...a }) => /* @__PURE__ */ t(
222
+ R.Fallback,
221
223
  {
222
224
  className: r(
223
225
  "flex h-full w-full items-center justify-center font-medium",
224
226
  e
225
227
  ),
226
- ...t
228
+ ...a
227
229
  }
228
230
  );
229
- te.displayName = "AvatarFallback";
230
- const ae = ({
231
+ re.displayName = "AvatarFallback";
232
+ const oe = ({
231
233
  "aria-label": e,
232
- maxVisible: t,
234
+ maxVisible: a,
233
235
  className: o,
234
- children: s
236
+ children: n
235
237
  }) => {
236
- const u = x.Children.toArray(s), g = u.length, b = t !== void 0 ? Math.min(t, g) : g, M = g - b, k = u.slice(0, b), V = (() => {
237
- const y = u[0];
238
- return x.isValidElement(y) && y.type === z ? y.props.size ?? "default" : "default";
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";
239
241
  })();
240
- return /* @__PURE__ */ N("ul", { "aria-label": e, className: r("flex -space-x-2", o), children: [
241
- k.map((y, D) => /* @__PURE__ */ a("li", { children: y }, D)),
242
- M > 0 && /* @__PURE__ */ a("li", { children: /* @__PURE__ */ N(
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(
243
245
  "span",
244
246
  {
245
247
  className: r(
246
248
  "relative flex shrink-0 items-center justify-center overflow-hidden rounded-full",
247
249
  "bg-muted text-foreground border-2 border-background",
248
250
  "font-medium",
249
- I({ size: V })
251
+ z({ size: L })
250
252
  ),
251
253
  children: [
252
254
  "+",
253
- M
255
+ k
254
256
  ]
255
257
  }
256
258
  ) })
257
259
  ] });
258
260
  };
259
- ae.displayName = "AvatarStack";
260
- const re = ({ className: e, ...t }) => /* @__PURE__ */ a(f.Root, { className: r("relative", e), ...t });
261
- re.displayName = "ScrollAreaRoot";
262
- const oe = ({ className: e, ...t }) => /* @__PURE__ */ a(
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(
263
265
  f.Viewport,
264
266
  {
265
267
  className: r("h-full overscroll-contain pr-3", e),
266
- ...t
268
+ ...a
267
269
  }
268
270
  );
269
- oe.displayName = "ScrollAreaViewport";
270
- const se = ({ className: e, ...t }) => /* @__PURE__ */ a(f.Content, { className: r("min-w-full", e), ...t });
271
- se.displayName = "ScrollAreaContent";
272
- const ne = ({
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 = ({
273
275
  className: e,
274
- orientation: t = "vertical",
276
+ orientation: a = "vertical",
275
277
  ...o
276
- }) => /* @__PURE__ */ a(
278
+ }) => /* @__PURE__ */ t(
277
279
  f.Scrollbar,
278
280
  {
279
281
  className: r(
280
282
  "flex touch-none select-none p-0.5 transition-colors duration-200 ease-out",
281
283
  "data-hovering:bg-muted/50",
282
- t === "vertical" && "h-full w-2.5",
283
- t === "horizontal" && "h-2.5 w-full flex-col",
284
+ a === "vertical" && "h-full w-2.5",
285
+ a === "horizontal" && "h-2.5 w-full flex-col",
284
286
  e
285
287
  ),
286
- orientation: t,
288
+ orientation: a,
287
289
  ...o
288
290
  }
289
291
  );
290
- ne.displayName = "ScrollAreaScrollbar";
291
- const ie = ({ className: e, ...t }) => /* @__PURE__ */ a(
292
+ le.displayName = "ScrollAreaScrollbar";
293
+ const de = ({ className: e, ...a }) => /* @__PURE__ */ t(
292
294
  f.Thumb,
293
295
  {
294
296
  className: r(
@@ -296,31 +298,31 @@ const ie = ({ className: e, ...t }) => /* @__PURE__ */ a(
296
298
  "hover:bg-muted-foreground/50",
297
299
  e
298
300
  ),
299
- ...t
301
+ ...a
300
302
  }
301
303
  );
302
- ie.displayName = "ScrollAreaThumb";
303
- const le = ({ className: e, ...t }) => /* @__PURE__ */ a(f.Corner, { className: r("bg-muted/50", e), ...t });
304
- le.displayName = "ScrollAreaCorner";
305
- const de = ({
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 = ({
306
308
  className: e,
307
- orientation: t = "horizontal",
309
+ orientation: a = "horizontal",
308
310
  ...o
309
- }) => /* @__PURE__ */ a(
310
- G,
311
+ }) => /* @__PURE__ */ t(
312
+ j,
311
313
  {
312
- orientation: t,
314
+ orientation: a,
313
315
  className: r(
314
316
  "shrink-0 bg-border",
315
- t === "horizontal" ? "h-px w-full" : "h-full w-px",
317
+ a === "horizontal" ? "h-px w-full" : "h-full w-px",
316
318
  e
317
319
  ),
318
320
  ...o
319
321
  }
320
322
  );
321
- de.displayName = "Separator";
322
- const ce = ({ className: e, ...t }) => /* @__PURE__ */ a(
323
- R.Root,
323
+ ue.displayName = "Separator";
324
+ const me = ({ className: e, ...a }) => /* @__PURE__ */ t(
325
+ S.Root,
324
326
  {
325
327
  className: r(
326
328
  "relative flex h-6 w-10 rounded-full",
@@ -332,12 +334,12 @@ const ce = ({ className: e, ...t }) => /* @__PURE__ */ a(
332
334
  "dark:from-primary/50 dark:shadow-none",
333
335
  e
334
336
  ),
335
- ...t
337
+ ...a
336
338
  }
337
339
  );
338
- ce.displayName = "SwitchRoot";
339
- const ue = ({ className: e, ...t }) => /* @__PURE__ */ a(
340
- R.Thumb,
340
+ me.displayName = "SwitchRoot";
341
+ const pe = ({ className: e, ...a }) => /* @__PURE__ */ t(
342
+ S.Thumb,
341
343
  {
342
344
  className: r(
343
345
  "aspect-square h-full rounded-full bg-background",
@@ -348,24 +350,25 @@ const ue = ({ className: e, ...t }) => /* @__PURE__ */ a(
348
350
  "data-disabled:opacity-100",
349
351
  e
350
352
  ),
351
- ...t
353
+ ...a
352
354
  }
353
355
  );
354
- ue.displayName = "SwitchThumb";
355
- const S = m(
356
+ pe.displayName = "SwitchThumb";
357
+ const T = m(
356
358
  [
357
359
  "inline-flex items-center justify-center gap-2 rounded-md",
358
360
  "text-sm font-medium",
359
361
  "[&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0",
360
- "select-none transition-colors duration-200"
362
+ "select-none transition-colors duration-200",
363
+ "border border-border bg-background shadow-xs"
361
364
  ],
362
365
  {
363
366
  variants: {
364
367
  variant: {
365
368
  default: [
366
- "border border-border bg-background shadow-xs",
367
369
  "hover:bg-accent hover:text-accent-foreground",
368
- "data-pressed:border-primary data-pressed:bg-primary data-pressed:text-primary-foreground data-pressed:shadow-none"
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"
369
372
  ],
370
373
  ghost: ["hover:bg-accent"]
371
374
  },
@@ -383,11 +386,17 @@ const S = m(
383
386
  size: "default"
384
387
  }
385
388
  }
386
- ), me = ({ className: e, variant: t, size: o, ...s }) => /* @__PURE__ */ a(A, { className: r(S({ variant: t, size: o }), e), ...s });
387
- me.displayName = "Toggle";
388
- const pe = ({ className: e, ...t }) => /* @__PURE__ */ a(h.Root, { className: r("flex flex-col", e), ...t });
389
- pe.displayName = "TabsRoot";
390
- const ge = m(
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(
391
400
  ["relative inline-flex w-fit items-center gap-1", "rounded-lg bg-muted p-1"],
392
401
  {
393
402
  variants: {
@@ -400,15 +409,15 @@ const ge = m(
400
409
  orientation: "horizontal"
401
410
  }
402
411
  }
403
- ), fe = ({ className: e, orientation: t = "horizontal", ...o }) => /* @__PURE__ */ a(
404
- h.List,
412
+ ), ye = ({ className: e, orientation: a = "horizontal", ...o }) => /* @__PURE__ */ t(
413
+ v.List,
405
414
  {
406
- className: r(ge({ orientation: t }), e),
415
+ className: r(fe({ orientation: a }), e),
407
416
  ...o
408
417
  }
409
418
  );
410
- fe.displayName = "TabsList";
411
- const be = m(
419
+ ye.displayName = "TabsList";
420
+ const Ne = m(
412
421
  [
413
422
  "relative z-10 inline-flex items-center justify-center whitespace-nowrap",
414
423
  "rounded-md px-3 py-1.5 text-sm font-medium",
@@ -429,9 +438,9 @@ const be = m(
429
438
  size: "default"
430
439
  }
431
440
  }
432
- ), ye = ({ className: e, size: t, ...o }) => /* @__PURE__ */ a(h.Tab, { className: r(be({ size: t }), e), ...o });
433
- ye.displayName = "TabsTab";
434
- const Ne = m(
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(
435
444
  ["absolute rounded-md bg-background shadow-sm", "transition-all duration-200 ease-out"],
436
445
  {
437
446
  variants: {
@@ -444,34 +453,34 @@ const Ne = m(
444
453
  orientation: "horizontal"
445
454
  }
446
455
  }
447
- ), xe = ({
456
+ ), ve = ({
448
457
  className: e,
449
- orientation: t = "horizontal",
458
+ orientation: a = "horizontal",
450
459
  ...o
451
- }) => /* @__PURE__ */ a(
452
- h.Indicator,
460
+ }) => /* @__PURE__ */ t(
461
+ v.Indicator,
453
462
  {
454
- className: r(Ne({ orientation: t }), e),
463
+ className: r(he({ orientation: a }), e),
455
464
  ...o
456
465
  }
457
466
  );
458
- xe.displayName = "TabsIndicator";
459
- const he = ({ className: e, ...t }) => /* @__PURE__ */ a(h.Panel, { className: r("mt-2 ring-offset-background", e), ...t });
460
- he.displayName = "TabsPanel";
461
- const ve = (e) => /* @__PURE__ */ a(l.Root, { ...e });
462
- ve.displayName = "DialogRoot";
463
- const we = ({ className: e, variant: t, size: o, ...s }) => /* @__PURE__ */ a(
464
- l.Trigger,
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,
465
474
  {
466
- className: r(d({ variant: t, size: o }), e),
467
- ...s
475
+ className: r(i({ variant: a, size: o }), e),
476
+ ...n
468
477
  }
469
478
  );
470
- we.displayName = "DialogTrigger";
471
- const Ce = (e) => /* @__PURE__ */ a(l.Portal, { ...e });
472
- Ce.displayName = "DialogPortal";
473
- const Me = ({ className: e, ...t }) => /* @__PURE__ */ a(
474
- l.Backdrop,
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,
475
484
  {
476
485
  className: r(
477
486
  "fixed inset-0 z-50 bg-black/50 backdrop-blur-sm",
@@ -479,11 +488,11 @@ const Me = ({ className: e, ...t }) => /* @__PURE__ */ a(
479
488
  "data-starting-style:opacity-0 data-ending-style:opacity-0",
480
489
  e
481
490
  ),
482
- ...t
491
+ ...a
483
492
  }
484
493
  );
485
- Me.displayName = "DialogBackdrop";
486
- const ke = m(
494
+ Pe.displayName = "DialogBackdrop";
495
+ const Ie = m(
487
496
  [
488
497
  "fixed left-1/2 top-1/2 z-50 -translate-x-1/2 -translate-y-1/2",
489
498
  "w-full max-w-[calc(100vw-2rem)] rounded-lg border border-border bg-background p-6 shadow-lg",
@@ -507,59 +516,59 @@ const ke = m(
507
516
  size: "default"
508
517
  }
509
518
  }
510
- ), Pe = ({ className: e, size: t, ...o }) => /* @__PURE__ */ a(
511
- l.Popup,
519
+ ), Re = ({ className: e, size: a, ...o }) => /* @__PURE__ */ t(
520
+ d.Popup,
512
521
  {
513
- className: r(ke({ size: t }), e),
522
+ className: r(Ie({ size: a }), e),
514
523
  ...o
515
524
  }
516
525
  );
517
- Pe.displayName = "DialogPopup";
518
- const Te = ({ className: e, ...t }) => /* @__PURE__ */ a(
519
- l.Title,
526
+ Re.displayName = "DialogPopup";
527
+ const Te = ({ className: e, ...a }) => /* @__PURE__ */ t(
528
+ d.Title,
520
529
  {
521
530
  className: r("text-lg font-semibold leading-none tracking-tight", e),
522
- ...t
531
+ ...a
523
532
  }
524
533
  );
525
534
  Te.displayName = "DialogTitle";
526
- const De = ({ className: e, ...t }) => /* @__PURE__ */ a(l.Description, { className: r("mt-2", e), ...t });
535
+ const De = ({ className: e, ...a }) => /* @__PURE__ */ t(d.Description, { className: r("mt-2", e), ...a });
527
536
  De.displayName = "DialogDescription";
528
- const Re = ({ className: e, variant: t, size: o, ...s }) => /* @__PURE__ */ a(
529
- l.Close,
537
+ const Se = ({ className: e, variant: a, size: o, ...n }) => /* @__PURE__ */ t(
538
+ d.Close,
530
539
  {
531
- className: r(d({ variant: t ?? "outline", size: o }), e),
532
- ...s
540
+ className: r(i({ variant: a ?? "outline", size: o }), e),
541
+ ...n
533
542
  }
534
543
  );
535
- Re.displayName = "DialogClose";
536
- const Ae = ({ className: e, ...t }) => /* @__PURE__ */ a("div", { className: r("flex flex-col space-y-1 mb-5", e), ...t });
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 });
537
546
  Ae.displayName = "DialogHeader";
538
- const Ie = ({ className: e, ...t }) => /* @__PURE__ */ a(
547
+ const ze = ({ className: e, ...a }) => /* @__PURE__ */ t(
539
548
  "div",
540
549
  {
541
550
  className: r(
542
551
  "mt-6 flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",
543
552
  e
544
553
  ),
545
- ...t
554
+ ...a
546
555
  }
547
556
  );
548
- Ie.displayName = "DialogFooter";
549
- const ze = (e) => /* @__PURE__ */ a(l.Root, { ...e });
550
- ze.displayName = "DrawerRoot";
551
- const Se = ({ className: e, variant: t, size: o, ...s }) => /* @__PURE__ */ a(
552
- l.Trigger,
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,
553
562
  {
554
- className: r(d({ variant: t, size: o }), e),
555
- ...s
563
+ className: r(i({ variant: a, size: o }), e),
564
+ ...n
556
565
  }
557
566
  );
558
- Se.displayName = "DrawerTrigger";
559
- const Ve = (e) => /* @__PURE__ */ a(l.Portal, { ...e });
560
- Ve.displayName = "DrawerPortal";
561
- const Le = ({ className: e, ...t }) => /* @__PURE__ */ a(
562
- l.Backdrop,
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,
563
572
  {
564
573
  className: r(
565
574
  "fixed inset-0 z-50 bg-black/50 backdrop-blur-sm",
@@ -567,11 +576,11 @@ const Le = ({ className: e, ...t }) => /* @__PURE__ */ a(
567
576
  "data-starting-style:opacity-0 data-ending-style:opacity-0",
568
577
  e
569
578
  ),
570
- ...t
579
+ ...a
571
580
  }
572
581
  );
573
- Le.displayName = "DrawerBackdrop";
574
- const He = m(
582
+ Ge.displayName = "DrawerBackdrop";
583
+ const _e = m(
575
584
  [
576
585
  "fixed z-50 flex flex-col bg-background p-6 shadow-lg",
577
586
  "transition-transform duration-300 ease-out",
@@ -607,175 +616,175 @@ const He = m(
607
616
  side: "right"
608
617
  }
609
618
  }
610
- ), _e = ({ className: e, side: t, ...o }) => /* @__PURE__ */ a(
611
- l.Popup,
619
+ ), je = ({ className: e, side: a, ...o }) => /* @__PURE__ */ t(
620
+ d.Popup,
612
621
  {
613
- className: r(He({ side: t }), e),
622
+ className: r(_e({ side: a }), e),
614
623
  ...o
615
624
  }
616
625
  );
617
- _e.displayName = "DrawerPopup";
618
- const Ge = ({ className: e, ...t }) => /* @__PURE__ */ a(
619
- l.Title,
626
+ je.displayName = "DrawerPopup";
627
+ const Be = ({ className: e, ...a }) => /* @__PURE__ */ t(
628
+ d.Title,
620
629
  {
621
630
  className: r("text-lg font-semibold leading-none tracking-tight", e),
622
- ...t
631
+ ...a
623
632
  }
624
633
  );
625
- Ge.displayName = "DrawerTitle";
626
- const Be = ({ className: e, ...t }) => /* @__PURE__ */ a(l.Description, { className: r("", e), ...t });
627
- Be.displayName = "DrawerDescription";
628
- const je = ({ className: e, variant: t, size: o, ...s }) => /* @__PURE__ */ a(
629
- l.Close,
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,
630
639
  {
631
- className: r(d({ variant: t ?? "outline", size: o }), e),
632
- ...s
640
+ className: r(i({ variant: a ?? "outline", size: o }), e),
641
+ ...n
633
642
  }
634
643
  );
635
- je.displayName = "DrawerClose";
636
- const Fe = ({ className: e, ...t }) => /* @__PURE__ */ a("div", { className: r("flex flex-col space-y-1.5", e), ...t });
637
- Fe.displayName = "DrawerHeader";
638
- const Ze = ({ className: e, ...t }) => /* @__PURE__ */ a("div", { className: r("py-5", e), ...t });
639
- Ze.displayName = "DrawerContent";
640
- const $e = ({ className: e, ...t }) => /* @__PURE__ */ a("div", { className: r("", e), ...t });
641
- $e.displayName = "DrawerFooter";
642
- const qe = ({ className: e, ...t }) => /* @__PURE__ */ a(v.Root, { className: r("w-full", e), ...t });
643
- qe.displayName = "AccordionRoot";
644
- const Oe = ({ className: e, ...t }) => /* @__PURE__ */ a(
645
- v.Item,
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,
646
655
  {
647
656
  className: r("border-b border-border last:border-b-0", e),
648
- ...t
657
+ ...a
649
658
  }
650
659
  );
651
- Oe.displayName = "AccordionItem";
652
- const Ee = ({ className: e, ...t }) => /* @__PURE__ */ a(v.Header, { className: r("flex", e), ...t });
653
- Ee.displayName = "AccordionHeader";
654
- const Je = ({ className: e, children: t, ...o }) => /* @__PURE__ */ a(
655
- v.Trigger,
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,
656
665
  {
657
666
  className: r(
658
667
  "flex flex-1 items-center justify-between py-3 font-medium",
659
668
  e
660
669
  ),
661
670
  ...o,
662
- children: t
671
+ children: a
663
672
  }
664
673
  );
665
- Je.displayName = "AccordionTrigger";
666
- const Ke = ({ className: e, ...t }) => /* @__PURE__ */ a(
667
- v.Panel,
674
+ Qe.displayName = "AccordionTrigger";
675
+ const Ue = ({ className: e, ...a }) => /* @__PURE__ */ t(
676
+ w.Panel,
668
677
  {
669
678
  className: r(
670
679
  "overflow-hidden duration-200 h-(--accordion-panel-height) transition-height ease-out data-ending-style:h-0 data-starting-style:h-0",
671
680
  e
672
681
  ),
673
- ...t
682
+ ...a
674
683
  }
675
684
  );
676
- Ke.displayName = "AccordionPanel";
677
- const Qe = ({ className: e, animated: t, value: o, ...s }) => {
678
- const u = o ?? 0, [g, b] = x.useState(t ? 0 : u);
679
- return x.useEffect(() => {
680
- if (t) {
681
- const M = requestAnimationFrame(() => {
682
- const k = requestAnimationFrame(() => {
683
- b(u ?? 0);
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);
684
693
  });
685
- return () => cancelAnimationFrame(k);
694
+ return () => cancelAnimationFrame(P);
686
695
  });
687
- return () => cancelAnimationFrame(M);
696
+ return () => cancelAnimationFrame(k);
688
697
  } else
689
- b(u ?? 0);
690
- }, [t, u]), /* @__PURE__ */ a(w.Root, { className: r("w-full", e), value: g, ...s });
698
+ N(u ?? 0);
699
+ }, [a, u]), /* @__PURE__ */ t(C.Root, { className: r("w-full", e), value: g, ...n });
691
700
  };
692
- Qe.displayName = "MeterRoot";
693
- const Ue = ({ className: e, ...t }) => /* @__PURE__ */ a(
694
- w.Track,
701
+ We.displayName = "MeterRoot";
702
+ const Xe = ({ className: e, ...a }) => /* @__PURE__ */ t(
703
+ C.Track,
695
704
  {
696
705
  className: r(
697
706
  "relative h-2 w-full overflow-hidden rounded-full bg-primary/20",
698
707
  e
699
708
  ),
700
- ...t
709
+ ...a
701
710
  }
702
711
  );
703
- Ue.displayName = "MeterTrack";
704
- const We = ({ className: e, ...t }) => /* @__PURE__ */ a(
705
- w.Indicator,
712
+ Xe.displayName = "MeterTrack";
713
+ const Ye = ({ className: e, ...a }) => /* @__PURE__ */ t(
714
+ C.Indicator,
706
715
  {
707
716
  className: r(
708
717
  "h-full rounded-full bg-primary transition-all duration-1000 ease-out-expo",
709
718
  e
710
719
  ),
711
- ...t
720
+ ...a
712
721
  }
713
722
  );
714
- We.displayName = "MeterIndicator";
715
- const Xe = ({ className: e, ...t }) => /* @__PURE__ */ a(
716
- w.Value,
723
+ Ye.displayName = "MeterIndicator";
724
+ const ea = ({ className: e, ...a }) => /* @__PURE__ */ t(
725
+ C.Value,
717
726
  {
718
727
  className: r("text-sm font-medium text-foreground", e),
719
- ...t
728
+ ...a
720
729
  }
721
730
  );
722
- Xe.displayName = "MeterValue";
723
- const Ye = ({ className: e, ...t }) => /* @__PURE__ */ a(
724
- w.Label,
731
+ ea.displayName = "MeterValue";
732
+ const aa = ({ className: e, ...a }) => /* @__PURE__ */ t(
733
+ C.Label,
725
734
  {
726
735
  className: r("text-sm font-medium text-foreground", e),
727
- ...t
736
+ ...a
728
737
  }
729
738
  );
730
- Ye.displayName = "MeterLabel";
731
- const et = (e) => /* @__PURE__ */ a(n.Root, { ...e });
732
- et.displayName = "MenuRoot";
733
- const tt = ({ className: e, ...t }) => /* @__PURE__ */ a(n.Trigger, { className: r(e), ...t });
734
- tt.displayName = "MenuTrigger";
735
- const at = (e) => /* @__PURE__ */ a(n.Portal, { ...e });
736
- at.displayName = "MenuPortal";
737
- const rt = ({ className: e, ...t }) => /* @__PURE__ */ a(
738
- n.Positioner,
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,
739
748
  {
740
749
  className: r("z-50 outline-none", e),
741
750
  sideOffset: 8,
742
- ...t
751
+ ...a
743
752
  }
744
753
  );
745
- rt.displayName = "MenuPositioner";
746
- const ot = ({ className: e, ...t }) => /* @__PURE__ */ a(
747
- n.Popup,
754
+ sa.displayName = "MenuPositioner";
755
+ const na = ({ className: e, ...a }) => /* @__PURE__ */ t(
756
+ s.Popup,
748
757
  {
749
758
  className: r(
750
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",
751
760
  "min-w-[8rem]",
752
761
  e
753
762
  ),
754
- ...t
763
+ ...a
755
764
  }
756
765
  );
757
- ot.displayName = "MenuPopup";
758
- const st = ({ className: e, ...t }) => /* @__PURE__ */ a(
759
- n.Arrow,
766
+ na.displayName = "MenuPopup";
767
+ const ia = ({ className: e, ...a }) => /* @__PURE__ */ t(
768
+ s.Arrow,
760
769
  {
761
770
  className: r(
762
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",
763
772
  e
764
773
  ),
765
- ...t,
766
- children: /* @__PURE__ */ a(nt, {})
774
+ ...a,
775
+ children: /* @__PURE__ */ t(la, {})
767
776
  }
768
777
  );
769
- function nt(e) {
770
- return /* @__PURE__ */ N("svg", { width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", ...e, children: [
771
- /* @__PURE__ */ a(
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(
772
781
  "path",
773
782
  {
774
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",
775
784
  className: "fill-background"
776
785
  }
777
786
  ),
778
- /* @__PURE__ */ a(
787
+ /* @__PURE__ */ t(
779
788
  "path",
780
789
  {
781
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",
@@ -784,95 +793,95 @@ function nt(e) {
784
793
  )
785
794
  ] });
786
795
  }
787
- st.displayName = "MenuArrow";
788
- const it = ({ className: e, ...t }) => /* @__PURE__ */ a(
789
- n.Item,
796
+ ia.displayName = "MenuArrow";
797
+ const da = ({ className: e, ...a }) => /* @__PURE__ */ t(
798
+ s.Item,
790
799
  {
791
800
  className: r(
792
- d({ variant: "ghost", size: "sm" }),
801
+ i({ variant: "ghost", size: "sm" }),
793
802
  "flex justify-start",
794
803
  e
795
804
  ),
796
- ...t
805
+ ...a
797
806
  }
798
807
  );
799
- it.displayName = "MenuItem";
800
- const lt = ({ className: e, ...t }) => /* @__PURE__ */ a(
801
- n.Separator,
808
+ da.displayName = "MenuItem";
809
+ const ca = ({ className: e, ...a }) => /* @__PURE__ */ t(
810
+ s.Separator,
802
811
  {
803
812
  className: r("-mx-1 my-1 h-px bg-border", e),
804
- ...t
813
+ ...a
805
814
  }
806
815
  );
807
- lt.displayName = "MenuSeparator";
808
- const dt = ({ className: e, ...t }) => /* @__PURE__ */ a(n.Group, { className: r(e), ...t });
809
- dt.displayName = "MenuGroup";
810
- const ct = ({ className: e, ...t }) => /* @__PURE__ */ a(
811
- n.GroupLabel,
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,
812
821
  {
813
822
  className: r("px-3 py-1.5 text-sm font-semibold", e),
814
- ...t
823
+ ...a
815
824
  }
816
825
  );
817
- ct.displayName = "MenuGroupLabel";
818
- const ut = ({ className: e, ...t }) => /* @__PURE__ */ a(n.RadioGroup, { className: r(e), ...t });
819
- ut.displayName = "MenuRadioGroup";
820
- const mt = ({ className: e, ...t }) => /* @__PURE__ */ a(
821
- n.RadioItem,
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,
822
831
  {
823
832
  className: r(
824
- d({ variant: "ghost", size: "sm" }),
833
+ i({ variant: "ghost", size: "sm" }),
825
834
  "grid grid-cols-[0.75rem_1fr] gap-2",
826
835
  e
827
836
  ),
828
- ...t
837
+ ...a
829
838
  }
830
839
  );
831
- mt.displayName = "MenuRadioItem";
832
- const pt = ({ className: e, ...t }) => /* @__PURE__ */ a(
833
- n.CheckboxItem,
840
+ ga.displayName = "MenuRadioItem";
841
+ const ba = ({ className: e, ...a }) => /* @__PURE__ */ t(
842
+ s.CheckboxItem,
834
843
  {
835
844
  className: r(
836
- d({ variant: "ghost", size: "sm" }),
845
+ i({ variant: "ghost", size: "sm" }),
837
846
  "grid grid-cols-[0.75rem_1fr] gap-2",
838
847
  e
839
848
  ),
840
- ...t
849
+ ...a
841
850
  }
842
851
  );
843
- pt.displayName = "MenuCheckboxItem";
844
- const gt = ({ className: e, ...t }) => /* @__PURE__ */ a(n.RadioItemIndicator, { className: r("col-start-1", e), ...t });
845
- gt.displayName = "MenuRadioItemIndicator";
846
- const ft = ({
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 = ({
847
856
  className: e,
848
- ...t
849
- }) => /* @__PURE__ */ a(n.CheckboxItemIndicator, { className: r("col-start-1", e), ...t });
850
- ft.displayName = "MenuCheckboxItemIndicator";
851
- const bt = ({ className: e, ...t }) => /* @__PURE__ */ a("span", { className: r("col-start-2", e), ...t });
852
- bt.displayName = "MenuCheckboxItemLabel";
853
- const yt = ({ className: e, ...t }) => /* @__PURE__ */ a("span", { className: r("col-start-2", e), ...t });
854
- yt.displayName = "MenuRadioItemLabel";
855
- const Nt = ({ className: e, ...t }) => /* @__PURE__ */ a(
856
- n.SubmenuTrigger,
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,
857
866
  {
858
867
  className: r(
859
- d({ variant: "ghost", size: "sm" }),
868
+ i({ variant: "ghost", size: "sm" }),
860
869
  "flex justify-between",
861
870
  e
862
871
  ),
863
- ...t
864
- }
865
- );
866
- Nt.displayName = "MenuSubmenuTrigger";
867
- const xt = (e) => /* @__PURE__ */ a(n.SubmenuRoot, { ...e });
868
- xt.displayName = "MenuSubmenuRoot";
869
- const ht = (e) => /* @__PURE__ */ a(c.Root, { ...e });
870
- ht.displayName = "PopoverRoot";
871
- const vt = ({ className: e, ...t }) => /* @__PURE__ */ a(c.Trigger, { className: r(e), ...t });
872
- vt.displayName = "PopoverTrigger";
873
- const wt = (e) => /* @__PURE__ */ a(c.Portal, { ...e });
874
- wt.displayName = "PopoverPortal";
875
- const Ct = ({ className: e, ...t }) => /* @__PURE__ */ a(
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(
876
885
  c.Backdrop,
877
886
  {
878
887
  className: r(
@@ -881,11 +890,11 @@ const Ct = ({ className: e, ...t }) => /* @__PURE__ */ a(
881
890
  "data-starting-style:opacity-0 data-ending-style:opacity-0",
882
891
  e
883
892
  ),
884
- ...t
893
+ ...a
885
894
  }
886
895
  );
887
- Ct.displayName = "PopoverBackdrop";
888
- const Mt = ({ className: e, ...t }) => /* @__PURE__ */ a(
896
+ ka.displayName = "PopoverBackdrop";
897
+ const Pa = ({ className: e, ...a }) => /* @__PURE__ */ t(
889
898
  c.Positioner,
890
899
  {
891
900
  className: r(
@@ -899,11 +908,11 @@ const Mt = ({ className: e, ...t }) => /* @__PURE__ */ a(
899
908
  e
900
909
  ),
901
910
  sideOffset: 8,
902
- ...t
911
+ ...a
903
912
  }
904
913
  );
905
- Mt.displayName = "PopoverPositioner";
906
- const kt = ({ className: e, ...t }) => /* @__PURE__ */ a(
914
+ Pa.displayName = "PopoverPositioner";
915
+ const Ia = ({ className: e, ...a }) => /* @__PURE__ */ t(
907
916
  c.Popup,
908
917
  {
909
918
  className: r(
@@ -919,31 +928,31 @@ const kt = ({ className: e, ...t }) => /* @__PURE__ */ a(
919
928
  "origin-(--transform-origin)",
920
929
  e
921
930
  ),
922
- ...t
931
+ ...a
923
932
  }
924
933
  );
925
- kt.displayName = "PopoverPopup";
926
- const Pt = ({ className: e, ...t }) => /* @__PURE__ */ a(
934
+ Ia.displayName = "PopoverPopup";
935
+ const Ra = ({ className: e, ...a }) => /* @__PURE__ */ t(
927
936
  c.Arrow,
928
937
  {
929
938
  className: r(
930
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",
931
940
  e
932
941
  ),
933
- ...t,
934
- children: /* @__PURE__ */ a(Tt, {})
942
+ ...a,
943
+ children: /* @__PURE__ */ t(Ta, {})
935
944
  }
936
945
  );
937
- function Tt(e) {
938
- return /* @__PURE__ */ N("svg", { width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", ...e, children: [
939
- /* @__PURE__ */ a(
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(
940
949
  "path",
941
950
  {
942
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",
943
952
  className: "fill-background"
944
953
  }
945
954
  ),
946
- /* @__PURE__ */ a(
955
+ /* @__PURE__ */ t(
947
956
  "path",
948
957
  {
949
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",
@@ -952,92 +961,81 @@ function Tt(e) {
952
961
  )
953
962
  ] });
954
963
  }
955
- Pt.displayName = "PopoverArrow";
956
- const Dt = ({ className: e, ...t }) => /* @__PURE__ */ a(c.Title, { className: r("text-sm font-semibold", e), ...t });
957
- Dt.displayName = "PopoverTitle";
958
- const Rt = ({ className: e, ...t }) => /* @__PURE__ */ a(c.Description, { className: r("text-sm", e), ...t });
959
- Rt.displayName = "PopoverDescription";
960
- const At = ({ className: e, ...t }) => /* @__PURE__ */ a(c.Close, { className: r(e), ...t });
961
- At.displayName = "PopoverClose";
962
- const It = ({ className: e, ...t }) => /* @__PURE__ */ a(c.Viewport, { className: r(e), ...t });
963
- It.displayName = "PopoverViewport";
964
- const zt = ({ className: e, ...t }) => /* @__PURE__ */ a(C.Root, { className: r("w-full", e), ...t });
965
- zt.displayName = "ProgressRoot";
966
- const St = ({ className: e, ...t }) => /* @__PURE__ */ a(
967
- C.Track,
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,
968
977
  {
969
978
  className: r(
970
979
  "relative h-2 w-full overflow-hidden rounded-full bg-primary/20",
971
980
  e
972
981
  ),
973
- ...t
982
+ ...a
974
983
  }
975
984
  );
976
- St.displayName = "ProgressTrack";
977
- const Vt = ({ className: e, ...t }) => /* @__PURE__ */ a(
978
- C.Indicator,
985
+ La.displayName = "ProgressTrack";
986
+ const Ha = ({ className: e, ...a }) => /* @__PURE__ */ t(
987
+ M.Indicator,
979
988
  {
980
989
  className: r(
981
990
  "h-full rounded-full bg-primary transition-all duration-1000 ease-out-expo",
982
991
  e
983
992
  ),
984
- ...t
993
+ ...a
985
994
  }
986
995
  );
987
- Vt.displayName = "ProgressIndicator";
988
- const Lt = ({ className: e, ...t }) => /* @__PURE__ */ a(
989
- C.Value,
996
+ Ha.displayName = "ProgressIndicator";
997
+ const Ga = ({ className: e, ...a }) => /* @__PURE__ */ t(
998
+ M.Value,
990
999
  {
991
1000
  className: r("text-sm font-medium text-foreground", e),
992
- ...t
1001
+ ...a
993
1002
  }
994
1003
  );
995
- Lt.displayName = "ProgressValue";
996
- const Ht = ({ className: e, ...t }) => /* @__PURE__ */ a(
997
- C.Label,
1004
+ Ga.displayName = "ProgressValue";
1005
+ const _a = ({ className: e, ...a }) => /* @__PURE__ */ t(
1006
+ M.Label,
998
1007
  {
999
1008
  className: r("text-sm font-medium text-foreground", e),
1000
- ...t
1009
+ ...a
1001
1010
  }
1002
1011
  );
1003
- Ht.displayName = "ProgressLabel";
1004
- const _t = ({ className: e, orientation: t, ...o }) => /* @__PURE__ */ a(
1012
+ _a.displayName = "ProgressLabel";
1013
+ const ja = ({ className: e, orientation: a, ...o }) => /* @__PURE__ */ t(
1005
1014
  B,
1006
1015
  {
1007
- orientation: t,
1016
+ orientation: a,
1008
1017
  className: r(
1009
1018
  "inline-flex",
1010
- t === "vertical" && "flex-col",
1019
+ a === "vertical" && "flex-col",
1011
1020
  // Connected items: collapse borders, round only outer corners
1012
- "*:rounded-none [&>*:not(:first-child)]:-ml-px",
1013
- "[&>*:first-child]:rounded-l-md [&>*:last-child]:rounded-r-md",
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",
1014
1023
  // Vertical orientation adjustments
1015
- t === "vertical" && "[&>*:not(:first-child)]:ml-0 [&>*:not(:first-child)]:-mt-px [&>*:first-child]:rounded-bl-none [&>*:last-child]:rounded-r-none [&>*:first-child]:rounded-t-md [&>*:last-child]:rounded-b-md",
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",
1016
1025
  e
1017
1026
  ),
1018
1027
  ...o
1019
1028
  }
1020
1029
  );
1021
- _t.displayName = "ToggleGroupRoot";
1022
- const Gt = ({
1030
+ ja.displayName = "ToggleGroupRoot";
1031
+ const Ba = ({
1023
1032
  className: e,
1024
- variant: t,
1033
+ variant: a,
1025
1034
  size: o,
1026
- ...s
1027
- }) => /* @__PURE__ */ a(
1028
- A,
1029
- {
1030
- className: r(
1031
- S({ variant: t, size: o }),
1032
- // Ghost variant in toggle-group: add borders, no background when pressed
1033
- t === "ghost" && "border border-border",
1034
- e
1035
- ),
1036
- ...s
1037
- }
1038
- );
1039
- Gt.displayName = "ToggleGroupItem";
1040
- const Bt = m("rounded-lg bg-card text-card-foreground transition-colors", {
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", {
1041
1039
  variants: {
1042
1040
  variant: {
1043
1041
  default: "border shadow-sm",
@@ -1048,18 +1046,18 @@ const Bt = m("rounded-lg bg-card text-card-foreground transition-colors", {
1048
1046
  defaultVariants: {
1049
1047
  variant: "default"
1050
1048
  }
1051
- }), jt = x.forwardRef(
1052
- ({ className: e, variant: t, ...o }, s) => /* @__PURE__ */ a(
1049
+ }), Za = h.forwardRef(
1050
+ ({ className: e, variant: a, ...o }, n) => /* @__PURE__ */ t(
1053
1051
  "article",
1054
1052
  {
1055
- ref: s,
1056
- className: r(Bt({ variant: t }), e),
1053
+ ref: n,
1054
+ className: r(Fa({ variant: a }), e),
1057
1055
  ...o
1058
1056
  }
1059
1057
  )
1060
1058
  );
1061
- jt.displayName = "CardRoot";
1062
- const Ft = ({ className: e, ...t }) => /* @__PURE__ */ a(
1059
+ Za.displayName = "CardRoot";
1060
+ const $a = ({ className: e, ...a }) => /* @__PURE__ */ t(
1063
1061
  "div",
1064
1062
  {
1065
1063
  className: r(
@@ -1067,76 +1065,76 @@ const Ft = ({ className: e, ...t }) => /* @__PURE__ */ a(
1067
1065
  "[&>img]:h-full [&>img]:w-full [&>img]:object-cover",
1068
1066
  e
1069
1067
  ),
1070
- ...t
1068
+ ...a
1071
1069
  }
1072
1070
  );
1073
- Ft.displayName = "CardMedia";
1074
- const Zt = ({ className: e, ...t }) => /* @__PURE__ */ a("header", { className: r("flex flex-col gap-1 p-4", e), ...t });
1075
- Zt.displayName = "CardHeader";
1076
- const $t = ({ as: e = "h3", className: t, ...o }) => /* @__PURE__ */ a(
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(
1077
1075
  e,
1078
1076
  {
1079
- className: r("text-base font-semibold leading-tight", t),
1077
+ className: r("text-base font-semibold leading-tight", a),
1080
1078
  ...o
1081
1079
  }
1082
1080
  );
1083
- $t.displayName = "CardTitle";
1084
- const qt = ({ className: e, ...t }) => /* @__PURE__ */ a("p", { className: r("text-sm", e), ...t });
1085
- qt.displayName = "CardDescription";
1086
- const Ot = ({ className: e, ...t }) => /* @__PURE__ */ a("div", { className: r("p-4 pt-0", e), ...t });
1087
- Ot.displayName = "CardContent";
1088
- const Et = ({ className: e, ...t }) => /* @__PURE__ */ a("section", { className: r("p-4", e), ...t });
1089
- Et.displayName = "CardSection";
1090
- const Jt = ({ className: e, ...t }) => /* @__PURE__ */ a("footer", { className: r("flex items-center p-4", e), ...t });
1091
- Jt.displayName = "CardFooter";
1092
- const Kt = (e) => /* @__PURE__ */ a(i.Root, { ...e });
1093
- Kt.displayName = "ContextMenuRoot";
1094
- const Qt = ({ className: e, ...t }) => /* @__PURE__ */ a(i.Trigger, { className: r(e), ...t });
1095
- Qt.displayName = "ContextMenuTrigger";
1096
- const Ut = (e) => /* @__PURE__ */ a(i.Portal, { ...e });
1097
- Ut.displayName = "ContextMenuPortal";
1098
- const Wt = ({ className: e, ...t }) => /* @__PURE__ */ a(
1099
- i.Positioner,
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,
1100
1098
  {
1101
1099
  className: r("z-50 outline-none", e),
1102
1100
  sideOffset: 3,
1103
- ...t
1101
+ ...a
1104
1102
  }
1105
1103
  );
1106
- Wt.displayName = "ContextMenuPositioner";
1107
- const Xt = ({ className: e, ...t }) => /* @__PURE__ */ a(
1108
- i.Popup,
1104
+ Ya.displayName = "ContextMenuPositioner";
1105
+ const et = ({ className: e, ...a }) => /* @__PURE__ */ t(
1106
+ l.Popup,
1109
1107
  {
1110
1108
  className: r(
1111
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",
1112
1110
  "min-w-[8rem]",
1113
1111
  e
1114
1112
  ),
1115
- ...t
1113
+ ...a
1116
1114
  }
1117
1115
  );
1118
- Xt.displayName = "ContextMenuPopup";
1119
- const Yt = ({ className: e, ...t }) => /* @__PURE__ */ a(
1120
- i.Arrow,
1116
+ et.displayName = "ContextMenuPopup";
1117
+ const at = ({ className: e, ...a }) => /* @__PURE__ */ t(
1118
+ l.Arrow,
1121
1119
  {
1122
1120
  className: r(
1123
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",
1124
1122
  e
1125
1123
  ),
1126
- ...t,
1127
- children: /* @__PURE__ */ a(ea, {})
1124
+ ...a,
1125
+ children: /* @__PURE__ */ t(tt, {})
1128
1126
  }
1129
1127
  );
1130
- function ea(e) {
1131
- return /* @__PURE__ */ N("svg", { width: "20", height: "10", viewBox: "0 0 20 10", fill: "none", ...e, children: [
1132
- /* @__PURE__ */ a(
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(
1133
1131
  "path",
1134
1132
  {
1135
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",
1136
1134
  className: "fill-background"
1137
1135
  }
1138
1136
  ),
1139
- /* @__PURE__ */ a(
1137
+ /* @__PURE__ */ t(
1140
1138
  "path",
1141
1139
  {
1142
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",
@@ -1145,242 +1143,477 @@ function ea(e) {
1145
1143
  )
1146
1144
  ] });
1147
1145
  }
1148
- Yt.displayName = "ContextMenuArrow";
1149
- const ta = ({ className: e, ...t }) => /* @__PURE__ */ a(
1150
- i.Item,
1146
+ at.displayName = "ContextMenuArrow";
1147
+ const rt = ({ className: e, ...a }) => /* @__PURE__ */ t(
1148
+ l.Item,
1151
1149
  {
1152
1150
  className: r(
1153
- d({ variant: "ghost", size: "sm" }),
1151
+ i({ variant: "ghost", size: "sm" }),
1154
1152
  "flex justify-start",
1155
1153
  e
1156
1154
  ),
1157
- ...t
1155
+ ...a
1158
1156
  }
1159
1157
  );
1160
- ta.displayName = "ContextMenuItem";
1161
- const aa = ({ className: e, ...t }) => /* @__PURE__ */ a(
1162
- i.Separator,
1158
+ rt.displayName = "ContextMenuItem";
1159
+ const ot = ({ className: e, ...a }) => /* @__PURE__ */ t(
1160
+ l.Separator,
1163
1161
  {
1164
1162
  className: r("-mx-1 my-1 h-px bg-border", e),
1165
- ...t
1163
+ ...a
1166
1164
  }
1167
1165
  );
1168
- aa.displayName = "ContextMenuSeparator";
1169
- const ra = ({ className: e, ...t }) => /* @__PURE__ */ a(i.Group, { className: r(e), ...t });
1170
- ra.displayName = "ContextMenuGroup";
1171
- const oa = ({ className: e, ...t }) => /* @__PURE__ */ a(
1172
- i.GroupLabel,
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,
1173
1171
  {
1174
1172
  className: r("px-3 py-1.5 text-sm font-semibold", e),
1175
- ...t
1173
+ ...a
1176
1174
  }
1177
1175
  );
1178
- oa.displayName = "ContextMenuGroupLabel";
1179
- const sa = ({ className: e, ...t }) => /* @__PURE__ */ a(i.RadioGroup, { className: r(e), ...t });
1180
- sa.displayName = "ContextMenuRadioGroup";
1181
- const na = ({ className: e, ...t }) => /* @__PURE__ */ a(
1182
- i.RadioItem,
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,
1183
1181
  {
1184
1182
  className: r(
1185
- d({ variant: "ghost", size: "sm" }),
1183
+ i({ variant: "ghost", size: "sm" }),
1186
1184
  "grid grid-cols-[0.75rem_1fr] gap-2",
1187
1185
  e
1188
1186
  ),
1189
- ...t
1187
+ ...a
1190
1188
  }
1191
1189
  );
1192
- na.displayName = "ContextMenuRadioItem";
1193
- const ia = ({
1190
+ lt.displayName = "ContextMenuRadioItem";
1191
+ const dt = ({
1194
1192
  className: e,
1195
- ...t
1196
- }) => /* @__PURE__ */ a(
1197
- i.CheckboxItem,
1193
+ ...a
1194
+ }) => /* @__PURE__ */ t(
1195
+ l.CheckboxItem,
1198
1196
  {
1199
1197
  className: r(
1200
- d({ variant: "ghost", size: "sm" }),
1198
+ i({ variant: "ghost", size: "sm" }),
1201
1199
  "grid grid-cols-[0.75rem_1fr] gap-2",
1202
1200
  e
1203
1201
  ),
1204
- ...t
1202
+ ...a
1205
1203
  }
1206
1204
  );
1207
- ia.displayName = "ContextMenuCheckboxItem";
1208
- const la = ({
1205
+ dt.displayName = "ContextMenuCheckboxItem";
1206
+ const ct = ({
1209
1207
  className: e,
1210
- ...t
1211
- }) => /* @__PURE__ */ a(
1212
- i.RadioItemIndicator,
1208
+ ...a
1209
+ }) => /* @__PURE__ */ t(
1210
+ l.RadioItemIndicator,
1213
1211
  {
1214
1212
  className: r("col-start-1", e),
1215
- ...t
1213
+ ...a
1216
1214
  }
1217
1215
  );
1218
- la.displayName = "ContextMenuRadioItemIndicator";
1219
- const da = ({
1216
+ ct.displayName = "ContextMenuRadioItemIndicator";
1217
+ const ut = ({
1220
1218
  className: e,
1221
- ...t
1222
- }) => /* @__PURE__ */ a(
1223
- i.CheckboxItemIndicator,
1219
+ ...a
1220
+ }) => /* @__PURE__ */ t(
1221
+ l.CheckboxItemIndicator,
1224
1222
  {
1225
1223
  className: r("col-start-1", e),
1226
- ...t
1224
+ ...a
1227
1225
  }
1228
1226
  );
1229
- da.displayName = "ContextMenuCheckboxItemIndicator";
1230
- const ca = ({
1227
+ ut.displayName = "ContextMenuCheckboxItemIndicator";
1228
+ const mt = ({
1231
1229
  className: e,
1232
- ...t
1233
- }) => /* @__PURE__ */ a("span", { className: r("col-start-2", e), ...t });
1234
- ca.displayName = "ContextMenuCheckboxItemLabel";
1235
- const ua = ({
1230
+ ...a
1231
+ }) => /* @__PURE__ */ t("span", { className: r("col-start-2", e), ...a });
1232
+ mt.displayName = "ContextMenuCheckboxItemLabel";
1233
+ const pt = ({
1236
1234
  className: e,
1237
- ...t
1238
- }) => /* @__PURE__ */ a("span", { className: r("col-start-2", e), ...t });
1239
- ua.displayName = "ContextMenuRadioItemLabel";
1240
- const ma = ({
1235
+ ...a
1236
+ }) => /* @__PURE__ */ t("span", { className: r("col-start-2", e), ...a });
1237
+ pt.displayName = "ContextMenuRadioItemLabel";
1238
+ const gt = ({
1241
1239
  className: e,
1242
- ...t
1243
- }) => /* @__PURE__ */ a(
1244
- i.SubmenuTrigger,
1240
+ ...a
1241
+ }) => /* @__PURE__ */ t(
1242
+ l.SubmenuTrigger,
1245
1243
  {
1246
1244
  className: r(
1247
- d({ variant: "ghost", size: "sm" }),
1245
+ i({ variant: "ghost", size: "sm" }),
1248
1246
  "flex justify-between",
1249
1247
  e
1250
1248
  ),
1251
- ...t
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
1252
1461
  }
1253
1462
  );
1254
- ma.displayName = "ContextMenuSubmenuTrigger";
1255
- const pa = (e) => /* @__PURE__ */ a(i.SubmenuRoot, { ...e });
1256
- pa.displayName = "ContextMenuSubmenuRoot";
1463
+ Zt.displayName = "SliderThumb";
1257
1464
  export {
1258
- Ee as AccordionHeader,
1259
- Oe as AccordionItem,
1260
- Ke as AccordionPanel,
1261
- qe as AccordionRoot,
1262
- Je as AccordionTrigger,
1263
- Ga as AlertDialog,
1264
- J as AlertDialogBackdrop,
1265
- Y as AlertDialogClose,
1266
- X as AlertDialogDescription,
1267
- U as AlertDialogPopup,
1268
- E as AlertDialogPortal,
1269
- q as AlertDialogRoot,
1270
- W as AlertDialogTitle,
1271
- O as AlertDialogTrigger,
1272
- K as AlertDialogViewport,
1273
- te as AvatarFallback,
1274
- ee as AvatarImage,
1275
- z as AvatarRoot,
1276
- ae as AvatarStack,
1277
- j as Button,
1278
- Ot as CardContent,
1279
- qt as CardDescription,
1280
- Jt as CardFooter,
1281
- Zt as CardHeader,
1282
- Ft as CardMedia,
1283
- jt as CardRoot,
1284
- Et as CardSection,
1285
- $t as CardTitle,
1286
- $ as CollapsiblePanel,
1287
- F as CollapsibleRoot,
1288
- Z as CollapsibleTrigger,
1289
- Yt as ContextMenuArrow,
1290
- ia as ContextMenuCheckboxItem,
1291
- da as ContextMenuCheckboxItemIndicator,
1292
- ca as ContextMenuCheckboxItemLabel,
1293
- ra as ContextMenuGroup,
1294
- oa as ContextMenuGroupLabel,
1295
- ta as ContextMenuItem,
1296
- Xt as ContextMenuPopup,
1297
- Ut as ContextMenuPortal,
1298
- Wt as ContextMenuPositioner,
1299
- sa as ContextMenuRadioGroup,
1300
- na as ContextMenuRadioItem,
1301
- la as ContextMenuRadioItemIndicator,
1302
- ua as ContextMenuRadioItemLabel,
1303
- Kt as ContextMenuRoot,
1304
- aa as ContextMenuSeparator,
1305
- pa as ContextMenuSubmenuRoot,
1306
- ma as ContextMenuSubmenuTrigger,
1307
- Qt as ContextMenuTrigger,
1308
- Me as DialogBackdrop,
1309
- Re as DialogClose,
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,
1310
1517
  De as DialogDescription,
1311
- Ie as DialogFooter,
1518
+ ze as DialogFooter,
1312
1519
  Ae as DialogHeader,
1313
- Pe as DialogPopup,
1314
- Ce as DialogPortal,
1315
- ve as DialogRoot,
1520
+ Re as DialogPopup,
1521
+ ke as DialogPortal,
1522
+ Ce as DialogRoot,
1316
1523
  Te as DialogTitle,
1317
- we as DialogTrigger,
1318
- Le as DrawerBackdrop,
1319
- je as DrawerClose,
1320
- Ze as DrawerContent,
1321
- Be as DrawerDescription,
1322
- $e as DrawerFooter,
1323
- Fe as DrawerHeader,
1324
- _e as DrawerPopup,
1325
- Ve as DrawerPortal,
1326
- ze as DrawerRoot,
1327
- Ge as DrawerTitle,
1328
- Se as DrawerTrigger,
1329
- st as MenuArrow,
1330
- pt as MenuCheckboxItem,
1331
- ft as MenuCheckboxItemIndicator,
1332
- bt as MenuCheckboxItemLabel,
1333
- dt as MenuGroup,
1334
- ct as MenuGroupLabel,
1335
- it as MenuItem,
1336
- ot as MenuPopup,
1337
- at as MenuPortal,
1338
- rt as MenuPositioner,
1339
- ut as MenuRadioGroup,
1340
- mt as MenuRadioItem,
1341
- gt as MenuRadioItemIndicator,
1342
- yt as MenuRadioItemLabel,
1343
- et as MenuRoot,
1344
- lt as MenuSeparator,
1345
- xt as MenuSubmenuRoot,
1346
- Nt as MenuSubmenuTrigger,
1347
- tt as MenuTrigger,
1348
- We as MeterIndicator,
1349
- Ye as MeterLabel,
1350
- Qe as MeterRoot,
1351
- Ue as MeterTrack,
1352
- Xe as MeterValue,
1353
- Pt as PopoverArrow,
1354
- Ct as PopoverBackdrop,
1355
- At as PopoverClose,
1356
- Rt as PopoverDescription,
1357
- kt as PopoverPopup,
1358
- wt as PopoverPortal,
1359
- Mt as PopoverPositioner,
1360
- ht as PopoverRoot,
1361
- Dt as PopoverTitle,
1362
- vt as PopoverTrigger,
1363
- It as PopoverViewport,
1364
- Vt as ProgressIndicator,
1365
- Ht as ProgressLabel,
1366
- zt as ProgressRoot,
1367
- St as ProgressTrack,
1368
- Lt as ProgressValue,
1369
- se as ScrollAreaContent,
1370
- le as ScrollAreaCorner,
1371
- re as ScrollAreaRoot,
1372
- ne as ScrollAreaScrollbar,
1373
- ie as ScrollAreaThumb,
1374
- oe as ScrollAreaViewport,
1375
- de as Separator,
1376
- ce as SwitchRoot,
1377
- ue as SwitchThumb,
1378
- xe as TabsIndicator,
1379
- fe as TabsList,
1380
- he as TabsPanel,
1381
- pe as TabsRoot,
1382
- ye as TabsTab,
1383
- me as Toggle,
1384
- Gt as ToggleGroupItem,
1385
- _t as ToggleGroupRoot
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
1386
1619
  };