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