@overmap-ai/blocks 1.0.47 → 1.0.48-shadows.1
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/blocks.js +1170 -1150
- package/dist/blocks.umd.cjs +1 -1
- package/dist/cva/floating.d.ts +0 -1
- package/dist/cva/index.d.ts +1 -0
- package/dist/cva/surface.d.ts +3 -0
- package/dist/typings.d.ts +1 -0
- package/package.json +1 -1
package/dist/blocks.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import * as $ from "@radix-ui/react-alert-dialog";
|
|
2
2
|
import { jsx as i, jsxs as W } from "react/jsx-runtime";
|
|
3
|
-
import { cva as
|
|
4
|
-
import { createContext as T, useContext as j, memo as u, useMemo as w, useState as E, useCallback as
|
|
5
|
-
import * as
|
|
3
|
+
import { cva as h, cx as x } from "class-variance-authority";
|
|
4
|
+
import { createContext as T, useContext as j, memo as u, useMemo as w, useState as E, useCallback as v, useRef as U, useEffect as B, useId as Qe, useLayoutEffect as ue, use as b } from "react";
|
|
5
|
+
import * as Je from "@radix-ui/react-avatar";
|
|
6
6
|
import * as ze from "@radix-ui/react-checkbox";
|
|
7
7
|
import { useMediaQuery as be } from "react-responsive";
|
|
8
|
-
import { CommandItem as
|
|
8
|
+
import { CommandItem as ws, CommandRoot as Is, CommandEmpty as Ss, CommandGroup as ks, CommandInput as Rs, useCommandState as Ts, CommandList as Ps, CommandSeparator as Ms } from "cmdk";
|
|
9
9
|
import * as H from "@radix-ui/react-dialog";
|
|
10
|
-
import { DialogPortal as
|
|
11
|
-
import { DayPicker as
|
|
12
|
-
import { ChevronRight as
|
|
10
|
+
import { DialogPortal as Rt, DialogContent as Os, DialogTitle as Vs, DialogDescription as Ls, DialogOverlay as As, DialogTrigger as Ds } from "@radix-ui/react-dialog";
|
|
11
|
+
import { DayPicker as Gs } from "react-day-picker";
|
|
12
|
+
import { ChevronRight as Es, ChevronLeft as _s, ChevronDown as Fs, ChevronUp as Hs, AlertTriangle as Bs, RotateCcw as $s, X as js, CircleAlertIcon as Us, TriangleAlertIcon as qs, InfoIcon as Ws, Check as Ks } from "lucide-react";
|
|
13
13
|
import * as ye from "@radix-ui/react-hover-card";
|
|
14
|
-
import { createContext as
|
|
14
|
+
import { createContext as Xs, useContext as Ys, useContextSelector as Qs } from "use-context-selector";
|
|
15
15
|
import { Slot as me } from "@radix-ui/react-slot";
|
|
16
|
-
import { CSSTransition as
|
|
16
|
+
import { CSSTransition as Js } from "react-transition-group";
|
|
17
17
|
import "react-transition-group/CSSTransition";
|
|
18
|
-
import
|
|
19
|
-
import { useListItem as
|
|
20
|
-
import * as
|
|
21
|
-
import * as
|
|
22
|
-
import { useErrorBoundary as
|
|
18
|
+
import Zs from "react-dom";
|
|
19
|
+
import { useListItem as Tt, useMergeRefs as ge, FloatingNode as Pt, FloatingPortal as Mt, FloatingOverlay as eo, FloatingFocusManager as Ot, FloatingList as Vt, useFloatingNodeId as Lt, useFloating as At, offset as Dt, size as Gt, flip as Et, shift as _t, hide as Ft, autoUpdate as Ht, useRole as to, useDismiss as Bt, useClick as $t, useListNavigation as jt, useInteractions as Ut, FloatingTree as ao, useHover as no, safePolygon as so } from "@floating-ui/react";
|
|
20
|
+
import * as Ze from "@radix-ui/react-separator";
|
|
21
|
+
import * as et from "@radix-ui/react-one-time-password-field";
|
|
22
|
+
import { useErrorBoundary as oo, ErrorBoundary as ro } from "react-error-boundary";
|
|
23
23
|
import * as Pe from "@radix-ui/react-popover";
|
|
24
|
-
import * as
|
|
24
|
+
import * as wt from "@radix-ui/react-progress";
|
|
25
25
|
import * as ae from "@radix-ui/react-radio-group";
|
|
26
26
|
import * as Oe from "@radix-ui/react-toggle-group";
|
|
27
27
|
import * as ne from "@radix-ui/react-tabs";
|
|
28
28
|
import * as Te from "@radix-ui/react-slider";
|
|
29
|
-
import * as
|
|
30
|
-
import { toast as K, Toaster as
|
|
31
|
-
import * as
|
|
29
|
+
import * as qt from "@radix-ui/react-switch";
|
|
30
|
+
import { toast as K, Toaster as co } from "sonner";
|
|
31
|
+
import * as io from "@radix-ui/react-toggle";
|
|
32
32
|
import * as de from "@radix-ui/react-tooltip";
|
|
33
|
-
const Ve =
|
|
33
|
+
const Ve = h(
|
|
34
34
|
[
|
|
35
35
|
"data-[state=open]:animate-in",
|
|
36
36
|
"data-[state=open]:fade-in-0",
|
|
@@ -41,13 +41,6 @@ const Ve = v(
|
|
|
41
41
|
],
|
|
42
42
|
{
|
|
43
43
|
variants: {
|
|
44
|
-
shadow: {
|
|
45
|
-
1: ["shadow-xs"],
|
|
46
|
-
2: ["shadow-sm"],
|
|
47
|
-
3: ["shadow-md"],
|
|
48
|
-
4: ["shadow-lg"],
|
|
49
|
-
5: ["shadow-xl"]
|
|
50
|
-
},
|
|
51
44
|
side: {
|
|
52
45
|
top: ["data-[side=top]:slide-in-from-bottom-2"],
|
|
53
46
|
right: ["data-[side=right]:slide-in-from-left-2"],
|
|
@@ -56,7 +49,7 @@ const Ve = v(
|
|
|
56
49
|
}
|
|
57
50
|
}
|
|
58
51
|
}
|
|
59
|
-
), k =
|
|
52
|
+
), k = h([], {
|
|
60
53
|
variants: {
|
|
61
54
|
maxLarge: {
|
|
62
55
|
true: [],
|
|
@@ -94,12 +87,25 @@ const Ve = v(
|
|
|
94
87
|
className: ["rounded-full"]
|
|
95
88
|
}
|
|
96
89
|
]
|
|
97
|
-
}),
|
|
98
|
-
|
|
90
|
+
}), Le = h([], {
|
|
91
|
+
variants: {
|
|
92
|
+
size: {
|
|
93
|
+
none: ["shadow-none"],
|
|
94
|
+
"2xs": ["shadow-2xs"],
|
|
95
|
+
xs: ["shadow-xs"],
|
|
96
|
+
sm: ["shadow-sm"],
|
|
97
|
+
md: ["shadow-md"],
|
|
98
|
+
lg: ["shadow-lg"],
|
|
99
|
+
xl: ["shadow-xl"],
|
|
100
|
+
"2xl": ["shadow-2xl"]
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}), Wt = T({}), M = () => {
|
|
104
|
+
const n = j(Wt);
|
|
99
105
|
if (!n)
|
|
100
106
|
throw new Error("useProvider must be used within a Provider");
|
|
101
107
|
return n;
|
|
102
|
-
},
|
|
108
|
+
}, lo = u((n) => {
|
|
103
109
|
const { accentColor: a, radius: t = "md", children: e } = n, s = w(
|
|
104
110
|
() => ({
|
|
105
111
|
accentColor: a,
|
|
@@ -107,10 +113,10 @@ const Ve = v(
|
|
|
107
113
|
}),
|
|
108
114
|
[a, t]
|
|
109
115
|
);
|
|
110
|
-
return /* @__PURE__ */ i(
|
|
116
|
+
return /* @__PURE__ */ i(Wt.Provider, { value: s, children: e });
|
|
111
117
|
});
|
|
112
|
-
|
|
113
|
-
const
|
|
118
|
+
lo.displayName = "Provider";
|
|
119
|
+
const Kt = h([
|
|
114
120
|
"fixed",
|
|
115
121
|
"inset-0",
|
|
116
122
|
// background
|
|
@@ -122,7 +128,7 @@ const Wt = v([
|
|
|
122
128
|
"data-[state='open']:fade-in-0",
|
|
123
129
|
"data-[state='closed']:animate-out",
|
|
124
130
|
"data-[state='closed']:fade-out-0"
|
|
125
|
-
]),
|
|
131
|
+
]), Xt = h(
|
|
126
132
|
[
|
|
127
133
|
"h-max",
|
|
128
134
|
"max-h-3/4",
|
|
@@ -165,14 +171,14 @@ const Wt = v([
|
|
|
165
171
|
size: "md"
|
|
166
172
|
}
|
|
167
173
|
}
|
|
168
|
-
),
|
|
174
|
+
), tt = u((n) => {
|
|
169
175
|
const { radius: a } = M(), { ref: t, children: e, className: s, size: o, container: r, ...c } = n;
|
|
170
176
|
return /* @__PURE__ */ W($.Portal, { container: r, children: [
|
|
171
|
-
/* @__PURE__ */ i($.Overlay, { className:
|
|
177
|
+
/* @__PURE__ */ i($.Overlay, { className: Kt({}), "data-floating-content": "" }),
|
|
172
178
|
/* @__PURE__ */ i(
|
|
173
179
|
$.Content,
|
|
174
180
|
{
|
|
175
|
-
className: x(
|
|
181
|
+
className: x(Xt({ size: o }), k({ radius: a, maxLarge: !0 }), s),
|
|
176
182
|
ref: t,
|
|
177
183
|
"data-floating-content": "",
|
|
178
184
|
...c,
|
|
@@ -181,15 +187,15 @@ const Wt = v([
|
|
|
181
187
|
)
|
|
182
188
|
] });
|
|
183
189
|
});
|
|
184
|
-
|
|
185
|
-
const
|
|
190
|
+
tt.displayName = "AlertDialogContent";
|
|
191
|
+
const Yt = T(() => {
|
|
186
192
|
throw new Error("No AlertDialogProvider found");
|
|
187
|
-
}),
|
|
188
|
-
const n = j(
|
|
193
|
+
}), _c = () => {
|
|
194
|
+
const n = j(Yt);
|
|
189
195
|
if (!n)
|
|
190
196
|
throw new Error("No AlertDialogProvider found");
|
|
191
197
|
return n;
|
|
192
|
-
},
|
|
198
|
+
}, Qt = T({}), uo = u((n) => {
|
|
193
199
|
const a = M(), {
|
|
194
200
|
children: t,
|
|
195
201
|
variant: e = "solid",
|
|
@@ -206,10 +212,10 @@ const Xt = T(() => {
|
|
|
206
212
|
}),
|
|
207
213
|
[r, o, s, e]
|
|
208
214
|
);
|
|
209
|
-
return /* @__PURE__ */ i("div", { ...c, children: /* @__PURE__ */ i(
|
|
215
|
+
return /* @__PURE__ */ i("div", { ...c, children: /* @__PURE__ */ i(Qt.Provider, { value: l, children: t }) });
|
|
210
216
|
});
|
|
211
|
-
|
|
212
|
-
const
|
|
217
|
+
uo.displayName = "Buttons";
|
|
218
|
+
const Jt = () => j(Qt), Zt = h(
|
|
213
219
|
[
|
|
214
220
|
"inline-flex",
|
|
215
221
|
"items-center",
|
|
@@ -236,45 +242,51 @@ const Qt = () => j(Yt), Jt = v(
|
|
|
236
242
|
solid: [
|
|
237
243
|
"ring-(--accent-9)",
|
|
238
244
|
"bg-(--accent-9)",
|
|
239
|
-
"hover:bg-(--accent-10)",
|
|
240
245
|
"text-(--accent-contrast)",
|
|
241
246
|
"active:brightness-110",
|
|
247
|
+
"hover:bg-(--accent-10)",
|
|
242
248
|
// trigger state
|
|
243
249
|
"data-[state='open']:bg-(--accent-10)"
|
|
244
250
|
],
|
|
245
251
|
soft: [
|
|
246
252
|
"bg-(--accent-a3)",
|
|
253
|
+
"text-(--accent-a11)",
|
|
247
254
|
"hover:bg-(--accent-a4)",
|
|
255
|
+
"hover:text-(--accent-a12)",
|
|
248
256
|
"active:bg-(--accent-a5)",
|
|
249
|
-
"text-(--accent-a11)",
|
|
250
257
|
// trigger state
|
|
251
258
|
"data-[state='open']:bg-(--accent-a4)"
|
|
252
259
|
],
|
|
253
260
|
ghost: [
|
|
254
261
|
"bg-transparent",
|
|
262
|
+
"text-(--accent-a11)",
|
|
255
263
|
"hover:bg-(--accent-a3)",
|
|
264
|
+
"hover:text-(--accent-a12)",
|
|
256
265
|
"active:bg-(--accent-a4)",
|
|
257
|
-
"text-(--accent-a11)",
|
|
258
266
|
// trigger state
|
|
259
267
|
"data-[state='open']:bg-(--accent-a3)"
|
|
260
268
|
],
|
|
261
269
|
surface: [
|
|
262
270
|
"bg-(--accent-surface)",
|
|
263
|
-
"hover:inset-ring-(--accent-a8)",
|
|
264
|
-
"active:bg-(--accent-a3)",
|
|
265
271
|
"inset-ring",
|
|
266
272
|
"inset-ring-(--accent-a7)",
|
|
267
273
|
"text-(--accent-a11)",
|
|
274
|
+
"hover:inset-ring-(--accent-a8)",
|
|
275
|
+
"hover:text-(--accent-a12)",
|
|
276
|
+
"active:bg-(--accent-a3)",
|
|
277
|
+
// trigger state
|
|
268
278
|
"data-[state='open']:bg-(--accent-a4)"
|
|
269
279
|
],
|
|
270
280
|
outline: [
|
|
271
281
|
"bg-transparent",
|
|
272
282
|
"inset-ring",
|
|
273
283
|
"inset-ring-(--accent-a7)",
|
|
284
|
+
"text-(--accent-a11)",
|
|
274
285
|
"hover:inset-ring-(--accent-a8)",
|
|
275
286
|
"hover:bg-(--accent-a3)",
|
|
287
|
+
"hover:text-(--accent-a12)",
|
|
276
288
|
"active:bg-(--accent-a4)",
|
|
277
|
-
|
|
289
|
+
// trigger state
|
|
278
290
|
"data-[state='open']:inset-ring-(--accent-a8)",
|
|
279
291
|
"data-[state='open']:bg-(--accent-a3)"
|
|
280
292
|
],
|
|
@@ -287,6 +299,7 @@ const Qt = () => j(Yt), Jt = v(
|
|
|
287
299
|
"hover:bg-(--accent-a3)",
|
|
288
300
|
"hover:text-(--accent-a12)",
|
|
289
301
|
"active:bg-(--accent-a4)",
|
|
302
|
+
// trigger state
|
|
290
303
|
"data-[state='open']:inset-ring-0",
|
|
291
304
|
"data-[state='open']:bg-(--accent-a3)"
|
|
292
305
|
]
|
|
@@ -361,8 +374,8 @@ const Qt = () => j(Yt), Jt = v(
|
|
|
361
374
|
variant: "solid"
|
|
362
375
|
}
|
|
363
376
|
}
|
|
364
|
-
),
|
|
365
|
-
const a = M(), t =
|
|
377
|
+
), Ke = u((n) => {
|
|
378
|
+
const a = M(), t = Jt(), {
|
|
366
379
|
ref: e,
|
|
367
380
|
children: s,
|
|
368
381
|
className: o,
|
|
@@ -375,7 +388,7 @@ const Qt = () => j(Yt), Jt = v(
|
|
|
375
388
|
return /* @__PURE__ */ i(
|
|
376
389
|
"button",
|
|
377
390
|
{
|
|
378
|
-
className: x(
|
|
391
|
+
className: x(Zt({ size: c, icon: !1, variant: r }), k({ radius: l, maxLarge: !1 }), o),
|
|
379
392
|
ref: e,
|
|
380
393
|
"data-accent-color": d,
|
|
381
394
|
...m,
|
|
@@ -383,9 +396,9 @@ const Qt = () => j(Yt), Jt = v(
|
|
|
383
396
|
}
|
|
384
397
|
);
|
|
385
398
|
});
|
|
386
|
-
|
|
387
|
-
const
|
|
388
|
-
const a = M(), t =
|
|
399
|
+
Ke.displayName = "Button";
|
|
400
|
+
const at = u((n) => {
|
|
401
|
+
const a = M(), t = Jt(), {
|
|
389
402
|
ref: e,
|
|
390
403
|
children: s,
|
|
391
404
|
className: o,
|
|
@@ -398,7 +411,7 @@ const tt = u((n) => {
|
|
|
398
411
|
return /* @__PURE__ */ i(
|
|
399
412
|
"button",
|
|
400
413
|
{
|
|
401
|
-
className: x(
|
|
414
|
+
className: x(Zt({ size: c, icon: !0, variant: r }), k({ radius: l, maxLarge: !1 }), o),
|
|
402
415
|
ref: e,
|
|
403
416
|
"data-accent-color": d,
|
|
404
417
|
...m,
|
|
@@ -406,15 +419,15 @@ const tt = u((n) => {
|
|
|
406
419
|
}
|
|
407
420
|
);
|
|
408
421
|
});
|
|
409
|
-
|
|
410
|
-
const
|
|
411
|
-
const { children: a } = n, [t, e] = E(!1), [s, o] = E(null), r =
|
|
422
|
+
at.displayName = "IconButton";
|
|
423
|
+
const mo = u((n) => {
|
|
424
|
+
const { children: a } = n, [t, e] = E(!1), [s, o] = E(null), r = v(
|
|
412
425
|
(l) => {
|
|
413
426
|
var d;
|
|
414
427
|
e(l), !l && ((d = s == null ? void 0 : s.onClose) == null || d.call(s));
|
|
415
428
|
},
|
|
416
429
|
[s]
|
|
417
|
-
), c =
|
|
430
|
+
), c = v(
|
|
418
431
|
(l) => {
|
|
419
432
|
if (t) throw new Error("AlertDialog is already open");
|
|
420
433
|
e(!0), o({
|
|
@@ -426,30 +439,30 @@ const uo = u((n) => {
|
|
|
426
439
|
},
|
|
427
440
|
[t]
|
|
428
441
|
);
|
|
429
|
-
return /* @__PURE__ */ W(
|
|
442
|
+
return /* @__PURE__ */ W(Yt.Provider, { value: c, children: [
|
|
430
443
|
a,
|
|
431
|
-
/* @__PURE__ */ i($.Root, { open: t, onOpenChange: r, children: /* @__PURE__ */ i(
|
|
444
|
+
/* @__PURE__ */ i($.Root, { open: t, onOpenChange: r, children: /* @__PURE__ */ i(tt, { size: s == null ? void 0 : s.size, children: /* @__PURE__ */ W("div", { className: "flex flex-col gap-4", children: [
|
|
432
445
|
/* @__PURE__ */ W("div", { className: "flex flex-col gap-1", children: [
|
|
433
446
|
/* @__PURE__ */ i($.Title, { className: "font-medium", children: s == null ? void 0 : s.title }),
|
|
434
447
|
/* @__PURE__ */ i($.Description, { children: s == null ? void 0 : s.description })
|
|
435
448
|
] }),
|
|
436
449
|
/* @__PURE__ */ W("div", { className: "flex justify-end gap-2", children: [
|
|
437
|
-
/* @__PURE__ */ i($.Cancel, { onClick: s == null ? void 0 : s.onCancel, asChild: !0, children: /* @__PURE__ */ i(
|
|
438
|
-
/* @__PURE__ */ i($.Action, { onClick: s == null ? void 0 : s.onAction, asChild: !0, children: /* @__PURE__ */ i(
|
|
450
|
+
/* @__PURE__ */ i($.Cancel, { onClick: s == null ? void 0 : s.onCancel, asChild: !0, children: /* @__PURE__ */ i(Ke, { variant: "soft", size: s == null ? void 0 : s.size, accentColor: "base", children: s == null ? void 0 : s.cancel }) }),
|
|
451
|
+
/* @__PURE__ */ i($.Action, { onClick: s == null ? void 0 : s.onAction, asChild: !0, children: /* @__PURE__ */ i(Ke, { variant: "solid", size: s == null ? void 0 : s.size, children: s == null ? void 0 : s.action }) })
|
|
439
452
|
] })
|
|
440
453
|
] }) }) })
|
|
441
454
|
] });
|
|
442
455
|
});
|
|
443
|
-
|
|
444
|
-
const
|
|
445
|
-
Content:
|
|
456
|
+
mo.displayName = "AlertDialogProvider";
|
|
457
|
+
const Fc = {
|
|
458
|
+
Content: tt,
|
|
446
459
|
Trigger: $.Trigger,
|
|
447
460
|
Root: $.Root,
|
|
448
461
|
Title: $.Title,
|
|
449
462
|
Description: $.Description,
|
|
450
463
|
Action: $.Action,
|
|
451
464
|
Cancel: $.Cancel
|
|
452
|
-
},
|
|
465
|
+
}, ea = T({}), go = h(["shrink-0", "select-none", "inline-block", "align-middle"], {
|
|
453
466
|
variants: {
|
|
454
467
|
size: {
|
|
455
468
|
xs: ["h-6", "w-6", "text-xs"],
|
|
@@ -462,7 +475,7 @@ const _c = {
|
|
|
462
475
|
defaultVariants: {
|
|
463
476
|
size: "md"
|
|
464
477
|
}
|
|
465
|
-
}),
|
|
478
|
+
}), po = h(["flex", "items-center", "justify-center", "size-full", "rounded-[inherit]"], {
|
|
466
479
|
variants: {
|
|
467
480
|
variant: {
|
|
468
481
|
solid: ["bg-(--accent-9)", "text-(--accent-contrast)"],
|
|
@@ -474,15 +487,15 @@ const _c = {
|
|
|
474
487
|
defaultVariants: {
|
|
475
488
|
variant: "solid"
|
|
476
489
|
}
|
|
477
|
-
}),
|
|
478
|
-
const { ref: a, children: t, className: e, ...s } = n, { variant: o } = j(
|
|
479
|
-
return /* @__PURE__ */ i(
|
|
490
|
+
}), ta = u((n) => {
|
|
491
|
+
const { ref: a, children: t, className: e, ...s } = n, { variant: o } = j(ea);
|
|
492
|
+
return /* @__PURE__ */ i(Je.AvatarFallback, { className: x(po({ variant: o }), e), ref: a, ...s, children: t });
|
|
480
493
|
});
|
|
481
|
-
|
|
482
|
-
const
|
|
494
|
+
ta.displayName = "AvatarFallback";
|
|
495
|
+
const aa = u((n) => {
|
|
483
496
|
const { ref: a, className: t, ...e } = n;
|
|
484
497
|
return /* @__PURE__ */ i(
|
|
485
|
-
|
|
498
|
+
Je.Image,
|
|
486
499
|
{
|
|
487
500
|
className: x("object-cover", "rounded-[inherit]", "w-full", "h-full", t),
|
|
488
501
|
ref: a,
|
|
@@ -490,8 +503,8 @@ const ta = u((n) => {
|
|
|
490
503
|
}
|
|
491
504
|
);
|
|
492
505
|
});
|
|
493
|
-
|
|
494
|
-
const
|
|
506
|
+
aa.displayName = "AvatarImage";
|
|
507
|
+
const na = u((n) => {
|
|
495
508
|
const a = M(), {
|
|
496
509
|
ref: t,
|
|
497
510
|
children: e,
|
|
@@ -503,22 +516,22 @@ const aa = u((n) => {
|
|
|
503
516
|
...d
|
|
504
517
|
} = n;
|
|
505
518
|
return /* @__PURE__ */ i(
|
|
506
|
-
|
|
519
|
+
Je.Root,
|
|
507
520
|
{
|
|
508
|
-
className: x(
|
|
521
|
+
className: x(go({ size: o }), k({ radius: l, maxLarge: !1 }), s),
|
|
509
522
|
ref: t,
|
|
510
523
|
"data-accent-color": c,
|
|
511
524
|
...d,
|
|
512
|
-
children: /* @__PURE__ */ i(
|
|
525
|
+
children: /* @__PURE__ */ i(ea.Provider, { value: { variant: r }, children: e })
|
|
513
526
|
}
|
|
514
527
|
);
|
|
515
528
|
});
|
|
516
|
-
|
|
517
|
-
const
|
|
518
|
-
Fallback:
|
|
519
|
-
Image:
|
|
520
|
-
Root:
|
|
521
|
-
},
|
|
529
|
+
na.displayName = "AvatarRoot";
|
|
530
|
+
const Hc = {
|
|
531
|
+
Fallback: ta,
|
|
532
|
+
Image: aa,
|
|
533
|
+
Root: na
|
|
534
|
+
}, xo = h(["inline-flex", "items-center", "shrink-0", "whitespace-nowrap"], {
|
|
522
535
|
variants: {
|
|
523
536
|
icon: {
|
|
524
537
|
true: ["justify-center"],
|
|
@@ -596,7 +609,7 @@ const Fc = {
|
|
|
596
609
|
variant: "solid",
|
|
597
610
|
icon: !1
|
|
598
611
|
}
|
|
599
|
-
}),
|
|
612
|
+
}), fo = u((n) => {
|
|
600
613
|
const a = M(), {
|
|
601
614
|
ref: t,
|
|
602
615
|
children: e,
|
|
@@ -611,7 +624,7 @@ const Fc = {
|
|
|
611
624
|
return /* @__PURE__ */ i(
|
|
612
625
|
"span",
|
|
613
626
|
{
|
|
614
|
-
className: x(
|
|
627
|
+
className: x(xo({ variant: c, size: l, icon: d }), k({ radius: r, maxLarge: !1 }), s),
|
|
615
628
|
ref: t,
|
|
616
629
|
"data-accent-color": o,
|
|
617
630
|
...m,
|
|
@@ -619,8 +632,8 @@ const Fc = {
|
|
|
619
632
|
}
|
|
620
633
|
);
|
|
621
634
|
});
|
|
622
|
-
|
|
623
|
-
const
|
|
635
|
+
fo.displayName = "Badge";
|
|
636
|
+
const ho = h([], {
|
|
624
637
|
variants: {
|
|
625
638
|
variant: {
|
|
626
639
|
soft: ["bg-(--accent-a2)"],
|
|
@@ -639,7 +652,7 @@ const fo = v([], {
|
|
|
639
652
|
size: "md",
|
|
640
653
|
variant: "surface"
|
|
641
654
|
}
|
|
642
|
-
}),
|
|
655
|
+
}), vo = u((n) => {
|
|
643
656
|
const a = M(), {
|
|
644
657
|
ref: t,
|
|
645
658
|
children: e,
|
|
@@ -654,15 +667,15 @@ const fo = v([], {
|
|
|
654
667
|
"div",
|
|
655
668
|
{
|
|
656
669
|
ref: t,
|
|
657
|
-
className: x(
|
|
670
|
+
className: x(ho({ size: o, variant: r }), k({ radius: l, maxLarge: !0 }), s),
|
|
658
671
|
"data-accent-color": c,
|
|
659
672
|
...d,
|
|
660
673
|
children: e
|
|
661
674
|
}
|
|
662
675
|
);
|
|
663
676
|
});
|
|
664
|
-
|
|
665
|
-
const
|
|
677
|
+
vo.displayName = "Card";
|
|
678
|
+
const sa = u((n) => {
|
|
666
679
|
const { ref: a, children: t, className: e, ...s } = n;
|
|
667
680
|
return /* @__PURE__ */ i(
|
|
668
681
|
ze.CheckboxIndicator,
|
|
@@ -674,8 +687,8 @@ const na = u((n) => {
|
|
|
674
687
|
}
|
|
675
688
|
);
|
|
676
689
|
});
|
|
677
|
-
|
|
678
|
-
const
|
|
690
|
+
sa.displayName = "CheckboxIndicator";
|
|
691
|
+
const nt = h(
|
|
679
692
|
[
|
|
680
693
|
"shrink-0",
|
|
681
694
|
"align-top",
|
|
@@ -717,7 +730,7 @@ const at = v(
|
|
|
717
730
|
size: "md"
|
|
718
731
|
}
|
|
719
732
|
}
|
|
720
|
-
),
|
|
733
|
+
), oa = u((n) => {
|
|
721
734
|
const a = M(), {
|
|
722
735
|
ref: t,
|
|
723
736
|
children: e,
|
|
@@ -731,7 +744,7 @@ const at = v(
|
|
|
731
744
|
return /* @__PURE__ */ i(
|
|
732
745
|
ze.Root,
|
|
733
746
|
{
|
|
734
|
-
className: x(
|
|
747
|
+
className: x(nt({ variant: o, size: r }), k({ radius: c, maxLarge: !0 }), s),
|
|
735
748
|
ref: t,
|
|
736
749
|
"data-accent-color": l,
|
|
737
750
|
...d,
|
|
@@ -739,24 +752,24 @@ const at = v(
|
|
|
739
752
|
}
|
|
740
753
|
);
|
|
741
754
|
});
|
|
742
|
-
|
|
743
|
-
const
|
|
744
|
-
Root:
|
|
745
|
-
Indicator:
|
|
746
|
-
}, Ne = T({}), Z = T({}),
|
|
755
|
+
oa.displayName = "CheckboxRoot";
|
|
756
|
+
const Bc = {
|
|
757
|
+
Root: oa,
|
|
758
|
+
Indicator: sa
|
|
759
|
+
}, Ne = T({}), Z = T({}), $c = (n) => {
|
|
747
760
|
const { xs: a, sm: t, md: e, lg: s, xl: o } = n, [r, c] = E("initial"), [l, d] = E("initial"), m = be({ minWidth: a }), g = be({ minWidth: t }), p = be({ minWidth: e }), f = be({ minWidth: s }), C = be({ minWidth: o });
|
|
748
761
|
return ue(() => {
|
|
749
762
|
d((S) => (c(S), C ? "xl" : f ? "lg" : p ? "md" : g ? "sm" : m ? "xs" : "initial"));
|
|
750
763
|
}, [f, p, g, C, m]), { size: l, prevSize: r, xs: m, sm: g, md: p, lg: f, xl: C };
|
|
751
764
|
};
|
|
752
|
-
function
|
|
765
|
+
function jc(n, a) {
|
|
753
766
|
const [t, e] = E([]), [s, o] = E("");
|
|
754
767
|
return B(() => {
|
|
755
768
|
e(n.filter((r) => a(r, s)));
|
|
756
769
|
}, [a, s, n]), [t, s, o];
|
|
757
770
|
}
|
|
758
771
|
function X(n, a, t) {
|
|
759
|
-
const [e, s] = E(n), o =
|
|
772
|
+
const [e, s] = E(n), o = v(
|
|
760
773
|
(r) => {
|
|
761
774
|
s(r), t == null || t(r);
|
|
762
775
|
},
|
|
@@ -766,11 +779,11 @@ function X(n, a, t) {
|
|
|
766
779
|
a !== void 0 && s(a);
|
|
767
780
|
}, [a]), [a ?? e, o];
|
|
768
781
|
}
|
|
769
|
-
function
|
|
770
|
-
const a =
|
|
782
|
+
function bo(n) {
|
|
783
|
+
const a = Qe();
|
|
771
784
|
return n ?? a;
|
|
772
785
|
}
|
|
773
|
-
function
|
|
786
|
+
function st(n) {
|
|
774
787
|
const a = U(n);
|
|
775
788
|
return a.current = n, a;
|
|
776
789
|
}
|
|
@@ -798,7 +811,7 @@ function we(n) {
|
|
|
798
811
|
};
|
|
799
812
|
};
|
|
800
813
|
}
|
|
801
|
-
const
|
|
814
|
+
const Co = (n) => {
|
|
802
815
|
n.stopPropagation();
|
|
803
816
|
};
|
|
804
817
|
function oe(n) {
|
|
@@ -807,7 +820,7 @@ function oe(n) {
|
|
|
807
820
|
function Ie(n) {
|
|
808
821
|
return n === !0 ? "checked" : n === !1 ? "unchecked" : "indeterminate";
|
|
809
822
|
}
|
|
810
|
-
function
|
|
823
|
+
function Ae(n) {
|
|
811
824
|
return n ? "active" : "inactive";
|
|
812
825
|
}
|
|
813
826
|
function Q(n) {
|
|
@@ -816,11 +829,11 @@ function Q(n) {
|
|
|
816
829
|
function pe(n) {
|
|
817
830
|
return n ? "open" : "closed";
|
|
818
831
|
}
|
|
819
|
-
const
|
|
820
|
-
const { children: t, defaultValues: e, values: s, onValuesChange: o, equalityFn: r } = a, c =
|
|
832
|
+
const De = F(function(a) {
|
|
833
|
+
const { children: t, defaultValues: e, values: s, onValuesChange: o, equalityFn: r } = a, c = st(r), [l, d] = E(/* @__PURE__ */ new Set()), [m, g] = X(e ?? [], s, o), p = v(
|
|
821
834
|
(y, V) => c.current ? V.some((A) => c.current(A, y)) : V.includes(y),
|
|
822
835
|
[c]
|
|
823
|
-
), f =
|
|
836
|
+
), f = v((y) => (d((V) => {
|
|
824
837
|
const A = new Set(V);
|
|
825
838
|
return A.add(y), A;
|
|
826
839
|
}), () => {
|
|
@@ -828,44 +841,44 @@ const Ae = F(function(a) {
|
|
|
828
841
|
const A = new Set(V);
|
|
829
842
|
return A.delete(y), A;
|
|
830
843
|
});
|
|
831
|
-
}), []), C =
|
|
844
|
+
}), []), C = v((y) => p(y, m), [p, m]), S = v(
|
|
832
845
|
(y) => {
|
|
833
846
|
C(y) ? g(
|
|
834
847
|
m.filter((V) => c.current ? !c.current(V, y) : V !== y)
|
|
835
848
|
) : g([...m, y]);
|
|
836
849
|
},
|
|
837
850
|
[c, C, g, m]
|
|
838
|
-
), z = w(() => Array.from(l.values()).every((y) => p(y, m)), [p, l, m]), N = w(() => Array.from(l.values()).some((y) => p(y, m)), [p, l, m]), P =
|
|
851
|
+
), z = w(() => Array.from(l.values()).every((y) => p(y, m)), [p, l, m]), N = w(() => Array.from(l.values()).some((y) => p(y, m)), [p, l, m]), P = v(() => {
|
|
839
852
|
g(z ? [] : Array.from(l.values()));
|
|
840
853
|
}, [z, l, g]), L = w(
|
|
841
854
|
() => ({ selected: C, selectValue: S, allSelected: z, someSelected: N, toggleSelectAll: P, registerValue: f }),
|
|
842
855
|
[z, f, S, C, N, P]
|
|
843
856
|
);
|
|
844
857
|
return /* @__PURE__ */ i(Z, { value: L, children: t });
|
|
845
|
-
}),
|
|
846
|
-
const { children: t, defaultValue: e, value: s, onValueChange: o, equalityFn: r } = a, c =
|
|
858
|
+
}), ot = F(function(a) {
|
|
859
|
+
const { children: t, defaultValue: e, value: s, onValueChange: o, equalityFn: r } = a, c = st(r), [l, d] = X(e, s, o), m = v(
|
|
847
860
|
(f) => c.current ? c.current(f, l) : f === l,
|
|
848
861
|
[l, c]
|
|
849
|
-
), g =
|
|
862
|
+
), g = v(
|
|
850
863
|
(f) => {
|
|
851
864
|
m(f) || d(f);
|
|
852
865
|
},
|
|
853
866
|
[m, d]
|
|
854
867
|
), p = w(() => ({ selected: m, selectValue: g }), [g, m]);
|
|
855
868
|
return /* @__PURE__ */ i(Ne, { value: p, children: t });
|
|
856
|
-
}),
|
|
857
|
-
const { children: t, defaultValue: e = void 0, value: s, onValueChange: o, equalityFn: r } = a, c =
|
|
869
|
+
}), rt = F(function(a) {
|
|
870
|
+
const { children: t, defaultValue: e = void 0, value: s, onValueChange: o, equalityFn: r } = a, c = st(r), [l, d] = X(e, s, o), m = v(
|
|
858
871
|
(f) => l !== void 0 && (c.current ? c.current(f, l) : f === l),
|
|
859
872
|
[l, c]
|
|
860
|
-
), g =
|
|
873
|
+
), g = v(
|
|
861
874
|
(f) => {
|
|
862
875
|
d(m(f) ? void 0 : f);
|
|
863
876
|
},
|
|
864
877
|
[m, d]
|
|
865
878
|
), p = w(() => ({ selected: m, selectValue: g }), [m, g]);
|
|
866
879
|
return /* @__PURE__ */ i(Ne, { value: p, children: t });
|
|
867
|
-
}),
|
|
868
|
-
const a = b(
|
|
880
|
+
}), ct = T({}), ra = u((n) => {
|
|
881
|
+
const a = b(ct), {
|
|
869
882
|
ref: t,
|
|
870
883
|
className: e,
|
|
871
884
|
value: s,
|
|
@@ -877,14 +890,14 @@ const Ae = F(function(a) {
|
|
|
877
890
|
...m
|
|
878
891
|
} = n, { selected: g, selectValue: p, registerValue: f } = b(Z);
|
|
879
892
|
ue(() => f(s), [f, s]);
|
|
880
|
-
const C = g(s), S = a.disabled || o, z =
|
|
893
|
+
const C = g(s), S = a.disabled || o, z = v(() => {
|
|
881
894
|
p(s);
|
|
882
895
|
}, [p, s]);
|
|
883
896
|
return /* @__PURE__ */ i(
|
|
884
897
|
ze.Root,
|
|
885
898
|
{
|
|
886
899
|
ref: t,
|
|
887
|
-
className: x(
|
|
900
|
+
className: x(nt({ variant: c, size: l }), k({ radius: d, maxLarge: !0 }), e),
|
|
888
901
|
name: a.name,
|
|
889
902
|
required: a.required,
|
|
890
903
|
disabled: S,
|
|
@@ -896,13 +909,13 @@ const Ae = F(function(a) {
|
|
|
896
909
|
}
|
|
897
910
|
);
|
|
898
911
|
});
|
|
899
|
-
|
|
900
|
-
const
|
|
912
|
+
ra.displayName = "CheckboxGroupItem";
|
|
913
|
+
const ca = u((n) => {
|
|
901
914
|
const { ref: a, className: t, ...e } = n;
|
|
902
915
|
return /* @__PURE__ */ i(ze.Indicator, { className: x("flex items-center justify-center", t), ref: a, ...e });
|
|
903
916
|
});
|
|
904
|
-
|
|
905
|
-
const
|
|
917
|
+
ca.displayName = "CheckboxGroupItemIndicator";
|
|
918
|
+
const ia = u((n) => {
|
|
906
919
|
const a = M(), {
|
|
907
920
|
ref: t,
|
|
908
921
|
defaultValues: e,
|
|
@@ -939,8 +952,8 @@ const ca = u((n) => {
|
|
|
939
952
|
"data-accent-color": m,
|
|
940
953
|
"aria-disabled": Q(!!d),
|
|
941
954
|
...C,
|
|
942
|
-
children: /* @__PURE__ */ i(
|
|
943
|
-
|
|
955
|
+
children: /* @__PURE__ */ i(ct.Provider, { value: S, children: /* @__PURE__ */ i(
|
|
956
|
+
De,
|
|
944
957
|
{
|
|
945
958
|
defaultValues: e,
|
|
946
959
|
values: s,
|
|
@@ -951,9 +964,9 @@ const ca = u((n) => {
|
|
|
951
964
|
}
|
|
952
965
|
);
|
|
953
966
|
});
|
|
954
|
-
|
|
955
|
-
const
|
|
956
|
-
const a = b(
|
|
967
|
+
ia.displayName = "CheckboxGroupRoot";
|
|
968
|
+
const la = u((n) => {
|
|
969
|
+
const a = b(ct), {
|
|
957
970
|
ref: t,
|
|
958
971
|
className: e,
|
|
959
972
|
disabled: s,
|
|
@@ -967,7 +980,7 @@ const ia = u((n) => {
|
|
|
967
980
|
ze.Root,
|
|
968
981
|
{
|
|
969
982
|
ref: t,
|
|
970
|
-
className: x(
|
|
983
|
+
className: x(nt({ variant: r, size: c }), k({ radius: l, maxLarge: !0 }), e),
|
|
971
984
|
name: a.name,
|
|
972
985
|
required: a.required,
|
|
973
986
|
disabled: C,
|
|
@@ -978,13 +991,13 @@ const ia = u((n) => {
|
|
|
978
991
|
}
|
|
979
992
|
);
|
|
980
993
|
});
|
|
981
|
-
|
|
982
|
-
const
|
|
983
|
-
Root:
|
|
984
|
-
Item:
|
|
985
|
-
SelectAllItem:
|
|
986
|
-
ItemIndicator:
|
|
987
|
-
}, Se = T({}),
|
|
994
|
+
la.displayName = "CheckboxGroupSelectAllItem";
|
|
995
|
+
const Uc = {
|
|
996
|
+
Root: ia,
|
|
997
|
+
Item: ra,
|
|
998
|
+
SelectAllItem: la,
|
|
999
|
+
ItemIndicator: ca
|
|
1000
|
+
}, Se = T({}), Ge = u((n) => {
|
|
988
1001
|
const { children: a, ref: t, className: e, ...s } = n, o = b(Se), r = typeof a == "function" ? a(o) : a;
|
|
989
1002
|
return /* @__PURE__ */ i(
|
|
990
1003
|
"span",
|
|
@@ -1003,13 +1016,13 @@ const jc = {
|
|
|
1003
1016
|
}
|
|
1004
1017
|
);
|
|
1005
1018
|
});
|
|
1006
|
-
|
|
1007
|
-
const
|
|
1019
|
+
Ge.displayName = "CheckedIndicator";
|
|
1020
|
+
const da = u((n) => {
|
|
1008
1021
|
const { ref: a, children: t, ...e } = n;
|
|
1009
|
-
return /* @__PURE__ */ i(
|
|
1022
|
+
return /* @__PURE__ */ i(Ge, { ref: a, ...e, children: t });
|
|
1010
1023
|
});
|
|
1011
|
-
|
|
1012
|
-
const re = T({}),
|
|
1024
|
+
da.displayName = "CommandMenuCheckboxIndicator";
|
|
1025
|
+
const re = T({}), it = T(!1), ua = T(!1), lt = T({}), ma = T({}), yo = h(
|
|
1013
1026
|
[
|
|
1014
1027
|
"ring",
|
|
1015
1028
|
"ring-(--base-6)",
|
|
@@ -1044,7 +1057,7 @@ const re = T({}), ct = T(!1), da = T(!1), it = T({}), ua = T({}), Co = v(
|
|
|
1044
1057
|
size: "md"
|
|
1045
1058
|
}
|
|
1046
1059
|
}
|
|
1047
|
-
),
|
|
1060
|
+
), zo = h([
|
|
1048
1061
|
"fixed",
|
|
1049
1062
|
"inset-0",
|
|
1050
1063
|
"duration-200",
|
|
@@ -1054,7 +1067,7 @@ const re = T({}), ct = T(!1), da = T(!1), it = T({}), ua = T({}), Co = v(
|
|
|
1054
1067
|
"data-[state='open']:fade-in-0",
|
|
1055
1068
|
"data-[state='closed']:animate-out",
|
|
1056
1069
|
"data-[state='closed']:fade-out-0"
|
|
1057
|
-
]),
|
|
1070
|
+
]), No = h(
|
|
1058
1071
|
["[scrollbar-width:thin]", "[scrollbar-color:var(--base-6)_transparent]", "overflow-auto", "h-max", "max-h-100"],
|
|
1059
1072
|
{
|
|
1060
1073
|
variants: {
|
|
@@ -1070,7 +1083,7 @@ const re = T({}), ct = T(!1), da = T(!1), it = T({}), ua = T({}), Co = v(
|
|
|
1070
1083
|
size: "md"
|
|
1071
1084
|
}
|
|
1072
1085
|
}
|
|
1073
|
-
),
|
|
1086
|
+
), wo = h(["outline-none", "w-full", "placeholder-(--base-a9)"], {
|
|
1074
1087
|
variants: {
|
|
1075
1088
|
size: {
|
|
1076
1089
|
xs: ["h-12", "px-5.25", "text-base"],
|
|
@@ -1080,7 +1093,7 @@ const re = T({}), ct = T(!1), da = T(!1), it = T({}), ua = T({}), Co = v(
|
|
|
1080
1093
|
xl: ["h-16", "px-9.25", "text-xl"]
|
|
1081
1094
|
}
|
|
1082
1095
|
}
|
|
1083
|
-
}),
|
|
1096
|
+
}), Io = h(["h-px", "bg-(--base-a6)", "w-full"], {
|
|
1084
1097
|
variants: {
|
|
1085
1098
|
spacing: {
|
|
1086
1099
|
true: [],
|
|
@@ -1101,7 +1114,7 @@ const re = T({}), ct = T(!1), da = T(!1), it = T({}), ua = T({}), Co = v(
|
|
|
1101
1114
|
{ spacing: !0, size: "lg", className: ["my-2.5"] },
|
|
1102
1115
|
{ spacing: !0, size: "xl", className: ["my-2.75"] }
|
|
1103
1116
|
]
|
|
1104
|
-
}),
|
|
1117
|
+
}), So = h(
|
|
1105
1118
|
[
|
|
1106
1119
|
"relative",
|
|
1107
1120
|
"flex",
|
|
@@ -1157,7 +1170,7 @@ const re = T({}), ct = T(!1), da = T(!1), it = T({}), ua = T({}), Co = v(
|
|
|
1157
1170
|
variant: "soft"
|
|
1158
1171
|
}
|
|
1159
1172
|
}
|
|
1160
|
-
),
|
|
1173
|
+
), ko = h(["flex", "justify-center", "text-(--base-a11)"], {
|
|
1161
1174
|
variants: {
|
|
1162
1175
|
size: {
|
|
1163
1176
|
xs: ["py-3.5"],
|
|
@@ -1167,7 +1180,7 @@ const re = T({}), ct = T(!1), da = T(!1), it = T({}), ua = T({}), Co = v(
|
|
|
1167
1180
|
xl: ["py-5.5"]
|
|
1168
1181
|
}
|
|
1169
1182
|
}
|
|
1170
|
-
}),
|
|
1183
|
+
}), Ro = h(
|
|
1171
1184
|
[
|
|
1172
1185
|
"[&_[cmdk-group-heading]]:text-(--base-a10)",
|
|
1173
1186
|
"[&_[cmdk-group-heading]]:flex",
|
|
@@ -1210,13 +1223,13 @@ const re = T({}), ct = T(!1), da = T(!1), it = T({}), ua = T({}), Co = v(
|
|
|
1210
1223
|
}
|
|
1211
1224
|
}
|
|
1212
1225
|
), ce = u((n) => {
|
|
1213
|
-
const { className: a, ref: t, closeOnSelect: e = !0, onSelect: s, filterValue: o, ...r } = n, { size: c, variant: l, radius: d } = b(re), { setOpen: m } = b(
|
|
1226
|
+
const { className: a, ref: t, closeOnSelect: e = !0, onSelect: s, filterValue: o, ...r } = n, { size: c, variant: l, radius: d } = b(re), { setOpen: m } = b(ma), g = v(() => {
|
|
1214
1227
|
s == null || s(), e && m(!1);
|
|
1215
1228
|
}, [e, s, m]);
|
|
1216
1229
|
return /* @__PURE__ */ i(
|
|
1217
|
-
|
|
1230
|
+
ws,
|
|
1218
1231
|
{
|
|
1219
|
-
className: x(
|
|
1232
|
+
className: x(So({ size: c, variant: l, radius: d }), a),
|
|
1220
1233
|
ref: t,
|
|
1221
1234
|
onSelect: g,
|
|
1222
1235
|
value: o,
|
|
@@ -1225,14 +1238,14 @@ const re = T({}), ct = T(!1), da = T(!1), it = T({}), ua = T({}), Co = v(
|
|
|
1225
1238
|
);
|
|
1226
1239
|
});
|
|
1227
1240
|
ce.displayName = "CommandMenuItem";
|
|
1228
|
-
const
|
|
1229
|
-
const { children: a, ref: t, checked: e, onCheckedChange: s, onSelect: o, ...r } = n, c =
|
|
1241
|
+
const ga = u((n) => {
|
|
1242
|
+
const { children: a, ref: t, checked: e, onCheckedChange: s, onSelect: o, ...r } = n, c = v(() => {
|
|
1230
1243
|
o == null || o(), s(e !== !0);
|
|
1231
1244
|
}, [e, s, o]);
|
|
1232
|
-
return /* @__PURE__ */ i(
|
|
1245
|
+
return /* @__PURE__ */ i(ua, { value: e, children: /* @__PURE__ */ i(ce, { ref: t, onSelect: c, "data-state": Ie(e), ...r, children: a }) });
|
|
1233
1246
|
});
|
|
1234
|
-
|
|
1235
|
-
const
|
|
1247
|
+
ga.displayName = "CommandMenuCheckboxItem";
|
|
1248
|
+
const pa = u((n) => {
|
|
1236
1249
|
const a = M(), {
|
|
1237
1250
|
children: t,
|
|
1238
1251
|
className: e,
|
|
@@ -1256,8 +1269,8 @@ const ga = u((n) => {
|
|
|
1256
1269
|
radius: C,
|
|
1257
1270
|
accentColor: f
|
|
1258
1271
|
}), [f, C, p, g]);
|
|
1259
|
-
return /* @__PURE__ */ i(
|
|
1260
|
-
|
|
1272
|
+
return /* @__PURE__ */ i(Rt, { children: /* @__PURE__ */ i(
|
|
1273
|
+
Os,
|
|
1261
1274
|
{
|
|
1262
1275
|
forceMount: o,
|
|
1263
1276
|
onOpenAutoFocus: r,
|
|
@@ -1268,15 +1281,15 @@ const ga = u((n) => {
|
|
|
1268
1281
|
"data-floating-content": "",
|
|
1269
1282
|
asChild: !0,
|
|
1270
1283
|
children: /* @__PURE__ */ W(
|
|
1271
|
-
|
|
1284
|
+
Is,
|
|
1272
1285
|
{
|
|
1273
|
-
className: x(
|
|
1286
|
+
className: x(yo({ size: p }), k({ radius: C, maxLarge: !0 }), e),
|
|
1274
1287
|
ref: s,
|
|
1275
1288
|
"data-accent-color": f,
|
|
1276
1289
|
...S,
|
|
1277
1290
|
children: [
|
|
1278
|
-
/* @__PURE__ */ i(
|
|
1279
|
-
/* @__PURE__ */ i(
|
|
1291
|
+
/* @__PURE__ */ i(Vs, { className: "sr-only", children: n.label }),
|
|
1292
|
+
/* @__PURE__ */ i(Ls, { className: "sr-only", children: "Use the command menu to trigger commands." }),
|
|
1280
1293
|
/* @__PURE__ */ i(re, { value: z, children: t })
|
|
1281
1294
|
]
|
|
1282
1295
|
}
|
|
@@ -1284,49 +1297,49 @@ const ga = u((n) => {
|
|
|
1284
1297
|
}
|
|
1285
1298
|
) });
|
|
1286
1299
|
});
|
|
1287
|
-
|
|
1288
|
-
const
|
|
1289
|
-
const { className: a, ref: t, ...e } = n, { size: s } = b(re);
|
|
1290
|
-
return /* @__PURE__ */ i(Is, { className: x(So({ size: s }), a), ref: t, ...e });
|
|
1291
|
-
});
|
|
1292
|
-
pa.displayName = "CommandMenuEmpty";
|
|
1293
|
-
const Ge = u((n) => {
|
|
1300
|
+
pa.displayName = "CommandMenuContent";
|
|
1301
|
+
const xa = u((n) => {
|
|
1294
1302
|
const { className: a, ref: t, ...e } = n, { size: s } = b(re);
|
|
1295
1303
|
return /* @__PURE__ */ i(Ss, { className: x(ko({ size: s }), a), ref: t, ...e });
|
|
1296
1304
|
});
|
|
1297
|
-
|
|
1298
|
-
const
|
|
1305
|
+
xa.displayName = "CommandMenuEmpty";
|
|
1306
|
+
const Ee = u((n) => {
|
|
1299
1307
|
const { className: a, ref: t, ...e } = n, { size: s } = b(re);
|
|
1300
|
-
return /* @__PURE__ */ i(ks, { className: x(
|
|
1308
|
+
return /* @__PURE__ */ i(ks, { className: x(Ro({ size: s }), a), ref: t, ...e });
|
|
1301
1309
|
});
|
|
1302
|
-
|
|
1310
|
+
Ee.displayName = "CommandMenuGroup";
|
|
1303
1311
|
const fa = u((n) => {
|
|
1304
|
-
const { className: a, ref: t, ...e } = n, { size: s } = b(re)
|
|
1312
|
+
const { className: a, ref: t, ...e } = n, { size: s } = b(re);
|
|
1313
|
+
return /* @__PURE__ */ i(Rs, { className: x(wo({ size: s }), a), ref: t, ...e });
|
|
1314
|
+
});
|
|
1315
|
+
fa.displayName = "CommandMenuInput";
|
|
1316
|
+
const ha = u((n) => {
|
|
1317
|
+
const { className: a, ref: t, ...e } = n, { size: s } = b(re), o = Ts((r) => r.filtered.count);
|
|
1305
1318
|
return /* @__PURE__ */ i(
|
|
1306
|
-
|
|
1319
|
+
Ps,
|
|
1307
1320
|
{
|
|
1308
|
-
className: x(
|
|
1321
|
+
className: x(No({ size: s }), a),
|
|
1309
1322
|
ref: t,
|
|
1310
1323
|
hidden: o === 0,
|
|
1311
1324
|
...e
|
|
1312
1325
|
}
|
|
1313
1326
|
);
|
|
1314
1327
|
});
|
|
1315
|
-
|
|
1316
|
-
const
|
|
1328
|
+
ha.displayName = "CommandMenuList";
|
|
1329
|
+
const To = F(function(a) {
|
|
1317
1330
|
const { children: t, ref: e, defaultValues: s, values: o, onValuesChange: r, ...c } = a;
|
|
1318
|
-
return /* @__PURE__ */ i(
|
|
1319
|
-
}),
|
|
1331
|
+
return /* @__PURE__ */ i(De, { values: o, onValuesChange: r, defaultValues: s, children: /* @__PURE__ */ i(Ee, { ref: e, "aria-multiselectable": !0, ...c, children: t }) });
|
|
1332
|
+
}), Po = F(function(n) {
|
|
1320
1333
|
const { children: a, ref: t, value: e, onSelect: s, closeOnSelect: o = !1, ...r } = n, {
|
|
1321
1334
|
selected: c,
|
|
1322
1335
|
selectValue: l,
|
|
1323
1336
|
registerValue: d
|
|
1324
1337
|
} = b(Z);
|
|
1325
1338
|
ue(() => d(e), [d, e]);
|
|
1326
|
-
const m =
|
|
1339
|
+
const m = v(() => {
|
|
1327
1340
|
s == null || s(), l(e);
|
|
1328
1341
|
}, [l, s, e]), g = c(e);
|
|
1329
|
-
return /* @__PURE__ */ i(
|
|
1342
|
+
return /* @__PURE__ */ i(it, { value: g, children: /* @__PURE__ */ i(
|
|
1330
1343
|
ce,
|
|
1331
1344
|
{
|
|
1332
1345
|
ref: t,
|
|
@@ -1338,41 +1351,41 @@ const Ro = F(function(a) {
|
|
|
1338
1351
|
children: a
|
|
1339
1352
|
}
|
|
1340
1353
|
) });
|
|
1341
|
-
}),
|
|
1354
|
+
}), va = u((n) => {
|
|
1342
1355
|
const { container: a, className: t, ...e } = n;
|
|
1343
|
-
return /* @__PURE__ */ i(
|
|
1356
|
+
return /* @__PURE__ */ i(Rt, { container: a, children: /* @__PURE__ */ i(As, { className: x(zo(), t), "data-floating-content": "", ...e }) });
|
|
1344
1357
|
});
|
|
1345
|
-
|
|
1346
|
-
const va = u((n) => {
|
|
1347
|
-
const { children: a, ref: t, page: e, ...s } = n, { page: o } = b(it), r = w(() => e === o, [e, o]);
|
|
1348
|
-
return /* @__PURE__ */ i("div", { ref: t, "data-active": Le(r), hidden: !r, ...s, children: r ? a : null });
|
|
1349
|
-
});
|
|
1350
|
-
va.displayName = "CommandMenuPage";
|
|
1358
|
+
va.displayName = "CommandMenuOverlay";
|
|
1351
1359
|
const ba = u((n) => {
|
|
1352
|
-
const { children: a,
|
|
1353
|
-
return /* @__PURE__ */ i(
|
|
1360
|
+
const { children: a, ref: t, page: e, ...s } = n, { page: o } = b(lt), r = w(() => e === o, [e, o]);
|
|
1361
|
+
return /* @__PURE__ */ i("div", { ref: t, "data-active": Ae(r), hidden: !r, ...s, children: r ? a : null });
|
|
1354
1362
|
});
|
|
1355
|
-
ba.displayName = "
|
|
1363
|
+
ba.displayName = "CommandMenuPage";
|
|
1356
1364
|
const Ca = u((n) => {
|
|
1357
|
-
const {
|
|
1365
|
+
const { children: a, defaultPage: t = "", page: e, onPageChange: s } = n, [o, r] = X(t, e, s);
|
|
1366
|
+
return /* @__PURE__ */ i(lt, { value: { page: o, setPage: r }, children: a });
|
|
1367
|
+
});
|
|
1368
|
+
Ca.displayName = "CommandMenuPages";
|
|
1369
|
+
const ya = u((n) => {
|
|
1370
|
+
const { ref: a, page: t, onSelect: e, closeOnSelect: s = !1, ...o } = n, { page: r, setPage: c } = b(lt), l = w(() => t === r, [t, r]), d = v(() => {
|
|
1358
1371
|
e == null || e(), c(t);
|
|
1359
1372
|
}, [e, t, c]);
|
|
1360
|
-
return /* @__PURE__ */ i(
|
|
1373
|
+
return /* @__PURE__ */ i(it, { value: l, children: /* @__PURE__ */ i(
|
|
1361
1374
|
ce,
|
|
1362
1375
|
{
|
|
1363
1376
|
ref: a,
|
|
1364
1377
|
onSelect: d,
|
|
1365
|
-
"data-state":
|
|
1378
|
+
"data-state": Ae(l),
|
|
1366
1379
|
closeOnSelect: s,
|
|
1367
1380
|
...o
|
|
1368
1381
|
}
|
|
1369
1382
|
) });
|
|
1370
1383
|
});
|
|
1371
|
-
|
|
1372
|
-
const
|
|
1384
|
+
ya.displayName = "CommandMenuPageTriggerItem";
|
|
1385
|
+
const Mo = F(function(a) {
|
|
1373
1386
|
const { children: t, ref: e, required: s, defaultValue: o, value: r, onValueChange: c, ...l } = a;
|
|
1374
|
-
return /* @__PURE__ */ i(
|
|
1375
|
-
|
|
1387
|
+
return /* @__PURE__ */ i(Ee, { ref: e, role: "radiogroup", ...l, children: s ? /* @__PURE__ */ i(
|
|
1388
|
+
ot,
|
|
1376
1389
|
{
|
|
1377
1390
|
defaultValue: o,
|
|
1378
1391
|
value: r,
|
|
@@ -1380,7 +1393,7 @@ const Po = F(function(a) {
|
|
|
1380
1393
|
children: t
|
|
1381
1394
|
}
|
|
1382
1395
|
) : /* @__PURE__ */ i(
|
|
1383
|
-
|
|
1396
|
+
rt,
|
|
1384
1397
|
{
|
|
1385
1398
|
defaultValue: o,
|
|
1386
1399
|
value: r,
|
|
@@ -1388,12 +1401,12 @@ const Po = F(function(a) {
|
|
|
1388
1401
|
children: t
|
|
1389
1402
|
}
|
|
1390
1403
|
) });
|
|
1391
|
-
}),
|
|
1392
|
-
const { children: a, ref: t, value: e, onSelect: s, ...o } = n, { selected: r, selectValue: c } = b(Ne), l =
|
|
1404
|
+
}), Oo = F(function(n) {
|
|
1405
|
+
const { children: a, ref: t, value: e, onSelect: s, ...o } = n, { selected: r, selectValue: c } = b(Ne), l = v(() => {
|
|
1393
1406
|
s == null || s(), c(e);
|
|
1394
1407
|
}, [s, c, e]), d = r(e);
|
|
1395
|
-
return /* @__PURE__ */ i(
|
|
1396
|
-
}),
|
|
1408
|
+
return /* @__PURE__ */ i(it, { value: d, children: /* @__PURE__ */ i(ce, { ref: t, onSelect: l, "data-state": oe(d), ...o, children: a }) });
|
|
1409
|
+
}), za = u((n) => {
|
|
1397
1410
|
const {
|
|
1398
1411
|
children: a,
|
|
1399
1412
|
defaultOpen: t,
|
|
@@ -1405,14 +1418,14 @@ const Po = F(function(a) {
|
|
|
1405
1418
|
open: r,
|
|
1406
1419
|
setOpen: c
|
|
1407
1420
|
}), [r, c]);
|
|
1408
|
-
return /* @__PURE__ */ i(H.Root, { defaultOpen: t, open: r, onOpenChange: c, modal: o, children: /* @__PURE__ */ i(
|
|
1421
|
+
return /* @__PURE__ */ i(H.Root, { defaultOpen: t, open: r, onOpenChange: c, modal: o, children: /* @__PURE__ */ i(ma, { value: l, children: a }) });
|
|
1409
1422
|
});
|
|
1410
|
-
|
|
1411
|
-
const
|
|
1412
|
-
const { ref: a, onSelect: t, closeOnSelect: e = !1, ...s } = n, { allSelected: o, someSelected: r, toggleSelectAll: c } = b(Z), l =
|
|
1423
|
+
za.displayName = "CommandMenuRoot";
|
|
1424
|
+
const Vo = F(function(n) {
|
|
1425
|
+
const { ref: a, onSelect: t, closeOnSelect: e = !1, ...s } = n, { allSelected: o, someSelected: r, toggleSelectAll: c } = b(Z), l = v(() => {
|
|
1413
1426
|
t == null || t(), c();
|
|
1414
1427
|
}, [t, c]), d = o ? !0 : r ? "indeterminate" : !1;
|
|
1415
|
-
return /* @__PURE__ */ i(
|
|
1428
|
+
return /* @__PURE__ */ i(ua, { value: d, children: /* @__PURE__ */ i(
|
|
1416
1429
|
ce,
|
|
1417
1430
|
{
|
|
1418
1431
|
ref: a,
|
|
@@ -1423,7 +1436,7 @@ const Oo = F(function(n) {
|
|
|
1423
1436
|
...s
|
|
1424
1437
|
}
|
|
1425
1438
|
) });
|
|
1426
|
-
}), xe = T(!1),
|
|
1439
|
+
}), xe = T(!1), _e = u((n) => {
|
|
1427
1440
|
const { ref: a, children: t, className: e, ...s } = n, o = b(xe), r = typeof t == "function" ? t(o) : t;
|
|
1428
1441
|
return /* @__PURE__ */ i(
|
|
1429
1442
|
"span",
|
|
@@ -1442,63 +1455,63 @@ const Oo = F(function(n) {
|
|
|
1442
1455
|
}
|
|
1443
1456
|
);
|
|
1444
1457
|
});
|
|
1445
|
-
|
|
1446
|
-
const
|
|
1458
|
+
_e.displayName = "SelectedIndicator";
|
|
1459
|
+
const Na = u((n) => {
|
|
1447
1460
|
const { ref: a, children: t, ...e } = n;
|
|
1448
|
-
return /* @__PURE__ */ i(
|
|
1461
|
+
return /* @__PURE__ */ i(_e, { ref: a, ...e, children: t });
|
|
1449
1462
|
});
|
|
1450
|
-
|
|
1451
|
-
const
|
|
1463
|
+
Na.displayName = "CommandMenuSelectedIndicator";
|
|
1464
|
+
const wa = u((n) => {
|
|
1452
1465
|
const { className: a, ref: t, spacing: e = !1, ...s } = n, { size: o } = b(re);
|
|
1453
|
-
return /* @__PURE__ */ i(
|
|
1466
|
+
return /* @__PURE__ */ i(Ms, { ref: t, className: x(Io({ size: o, spacing: e }), a), ...s });
|
|
1454
1467
|
});
|
|
1455
|
-
|
|
1456
|
-
const
|
|
1457
|
-
|
|
1458
|
-
const
|
|
1459
|
-
Root:
|
|
1460
|
-
Overlay:
|
|
1461
|
-
Content:
|
|
1462
|
-
Trigger:
|
|
1463
|
-
Input:
|
|
1464
|
-
List:
|
|
1465
|
-
Group:
|
|
1468
|
+
wa.displayName = "CommandMenuSeparator";
|
|
1469
|
+
const Ia = u((n) => /* @__PURE__ */ i(Ds, { ...n }));
|
|
1470
|
+
Ia.displayName = "CommandMenuTrigger";
|
|
1471
|
+
const qc = {
|
|
1472
|
+
Root: za,
|
|
1473
|
+
Overlay: va,
|
|
1474
|
+
Content: pa,
|
|
1475
|
+
Trigger: Ia,
|
|
1476
|
+
Input: fa,
|
|
1477
|
+
List: ha,
|
|
1478
|
+
Group: Ee,
|
|
1466
1479
|
Item: ce,
|
|
1467
|
-
Separator:
|
|
1468
|
-
Empty:
|
|
1480
|
+
Separator: wa,
|
|
1481
|
+
Empty: xa,
|
|
1469
1482
|
// Multi select
|
|
1470
|
-
MultiSelectGroup:
|
|
1471
|
-
MultiSelectItem:
|
|
1472
|
-
SelectAllItem:
|
|
1473
|
-
SelectedIndicator:
|
|
1483
|
+
MultiSelectGroup: To,
|
|
1484
|
+
MultiSelectItem: Po,
|
|
1485
|
+
SelectAllItem: Vo,
|
|
1486
|
+
SelectedIndicator: Na,
|
|
1474
1487
|
// Radio / single select
|
|
1475
|
-
RadioGroup:
|
|
1476
|
-
RadioItem:
|
|
1488
|
+
RadioGroup: Mo,
|
|
1489
|
+
RadioItem: Oo,
|
|
1477
1490
|
// Checkbox
|
|
1478
|
-
CheckboxItem:
|
|
1479
|
-
CheckboxIndicator:
|
|
1491
|
+
CheckboxItem: ga,
|
|
1492
|
+
CheckboxIndicator: da,
|
|
1480
1493
|
// Pages
|
|
1481
|
-
Pages:
|
|
1482
|
-
Page:
|
|
1483
|
-
PageTriggerItem:
|
|
1494
|
+
Pages: Ca,
|
|
1495
|
+
Page: ba,
|
|
1496
|
+
PageTriggerItem: ya
|
|
1484
1497
|
}, q = u((n) => {
|
|
1485
1498
|
const { ref: a, icon: t, className: e, size: s = "1em", ...o } = n;
|
|
1486
1499
|
return /* @__PURE__ */ i(t, { ref: a, className: x("shrink-0", e), size: s, ...o });
|
|
1487
1500
|
});
|
|
1488
1501
|
q.displayName = "LuIcon";
|
|
1489
|
-
const
|
|
1502
|
+
const Lo = (n) => {
|
|
1490
1503
|
const { orientation: a, ...t } = n;
|
|
1491
1504
|
switch (a) {
|
|
1492
1505
|
case "up":
|
|
1493
|
-
return /* @__PURE__ */ i(q, { icon:
|
|
1506
|
+
return /* @__PURE__ */ i(q, { icon: Hs, ...t });
|
|
1494
1507
|
case "down":
|
|
1495
|
-
return /* @__PURE__ */ i(q, { icon:
|
|
1508
|
+
return /* @__PURE__ */ i(q, { icon: Fs, ...t });
|
|
1496
1509
|
case "left":
|
|
1497
|
-
return /* @__PURE__ */ i(q, { icon:
|
|
1510
|
+
return /* @__PURE__ */ i(q, { icon: _s, ...t });
|
|
1498
1511
|
default:
|
|
1499
|
-
return /* @__PURE__ */ i(q, { icon:
|
|
1512
|
+
return /* @__PURE__ */ i(q, { icon: Es, ...t });
|
|
1500
1513
|
}
|
|
1501
|
-
},
|
|
1514
|
+
}, Ao = h(["relative", "size-max"], {
|
|
1502
1515
|
variants: {
|
|
1503
1516
|
size: {
|
|
1504
1517
|
xs: ["text-xs"],
|
|
@@ -1508,7 +1521,7 @@ const Vo = (n) => {
|
|
|
1508
1521
|
xl: ["text-xl"]
|
|
1509
1522
|
}
|
|
1510
1523
|
}
|
|
1511
|
-
}),
|
|
1524
|
+
}), Do = h(
|
|
1512
1525
|
[
|
|
1513
1526
|
"relative",
|
|
1514
1527
|
"transition-[background,text]",
|
|
@@ -1560,7 +1573,7 @@ const Vo = (n) => {
|
|
|
1560
1573
|
}
|
|
1561
1574
|
}
|
|
1562
1575
|
}
|
|
1563
|
-
),
|
|
1576
|
+
), It = h(
|
|
1564
1577
|
[
|
|
1565
1578
|
"focus-visible:outline-2",
|
|
1566
1579
|
"focus-visible:-outline-offset-1",
|
|
@@ -1585,7 +1598,7 @@ const Vo = (n) => {
|
|
|
1585
1598
|
}
|
|
1586
1599
|
}
|
|
1587
1600
|
}
|
|
1588
|
-
),
|
|
1601
|
+
), Go = h(["font-medium", "text-(--base-a11)"], {
|
|
1589
1602
|
variants: {
|
|
1590
1603
|
size: {
|
|
1591
1604
|
xs: ["size-6"],
|
|
@@ -1595,7 +1608,7 @@ const Vo = (n) => {
|
|
|
1595
1608
|
xl: ["size-10"]
|
|
1596
1609
|
}
|
|
1597
1610
|
}
|
|
1598
|
-
}),
|
|
1611
|
+
}), Eo = h(
|
|
1599
1612
|
[
|
|
1600
1613
|
"*:after:absolute",
|
|
1601
1614
|
"*:after:bg-(--base-12)",
|
|
@@ -1620,7 +1633,7 @@ const Vo = (n) => {
|
|
|
1620
1633
|
}
|
|
1621
1634
|
}
|
|
1622
1635
|
}
|
|
1623
|
-
),
|
|
1636
|
+
), _o = h(["font-medium", "w-full", "flex", "gap-4", "items-center"], {
|
|
1624
1637
|
variants: {
|
|
1625
1638
|
size: {
|
|
1626
1639
|
xs: ["h-6"],
|
|
@@ -1630,7 +1643,7 @@ const Vo = (n) => {
|
|
|
1630
1643
|
xl: ["h-10"]
|
|
1631
1644
|
}
|
|
1632
1645
|
}
|
|
1633
|
-
}),
|
|
1646
|
+
}), Fo = h(
|
|
1634
1647
|
[
|
|
1635
1648
|
"focus-visible:outline-2",
|
|
1636
1649
|
"focus-visible:-outline-offset-1",
|
|
@@ -1655,7 +1668,7 @@ const Vo = (n) => {
|
|
|
1655
1668
|
}
|
|
1656
1669
|
}
|
|
1657
1670
|
}
|
|
1658
|
-
),
|
|
1671
|
+
), Ho = h(["inline-flex", "items-center"], {
|
|
1659
1672
|
variants: {
|
|
1660
1673
|
size: {
|
|
1661
1674
|
xs: ["h-6", "text-xs", "gap-0.5"],
|
|
@@ -1665,7 +1678,7 @@ const Vo = (n) => {
|
|
|
1665
1678
|
xl: ["h-10", "text-xl", "gap-1.5"]
|
|
1666
1679
|
}
|
|
1667
1680
|
}
|
|
1668
|
-
}),
|
|
1681
|
+
}), St = { Chevron: Lo }, Bo = new Date(1969, 0, 1), $o = new Date(2042, 11, 1), jo = u((n) => {
|
|
1669
1682
|
const a = M(), {
|
|
1670
1683
|
components: t,
|
|
1671
1684
|
classNames: e,
|
|
@@ -1674,31 +1687,31 @@ const Vo = (n) => {
|
|
|
1674
1687
|
variant: r = "soft",
|
|
1675
1688
|
radius: c = a.radius,
|
|
1676
1689
|
showOutsideDays: l = !0,
|
|
1677
|
-
startMonth: d =
|
|
1678
|
-
endMonth: m =
|
|
1690
|
+
startMonth: d = Bo,
|
|
1691
|
+
endMonth: m = $o,
|
|
1679
1692
|
...g
|
|
1680
1693
|
} = n, p = w(() => ({
|
|
1681
1694
|
...e,
|
|
1682
|
-
root: x(e == null ? void 0 : e.root,
|
|
1695
|
+
root: x(e == null ? void 0 : e.root, Ao({ size: o })),
|
|
1683
1696
|
nav: x(e == null ? void 0 : e.nav, ["absolute", "top-0", "w-full", "flex", "justify-end"]),
|
|
1684
1697
|
month: x(e == null ? void 0 : e.month, ["flex", "flex-col", "gap-1"]),
|
|
1685
|
-
month_caption: x(e == null ? void 0 : e.month_caption,
|
|
1698
|
+
month_caption: x(e == null ? void 0 : e.month_caption, _o({ size: o })),
|
|
1686
1699
|
button_next: x(
|
|
1687
1700
|
e == null ? void 0 : e.button_next,
|
|
1688
|
-
|
|
1701
|
+
It({ size: o }),
|
|
1689
1702
|
k({ radius: c, maxLarge: !1 })
|
|
1690
1703
|
),
|
|
1691
1704
|
button_previous: x(
|
|
1692
1705
|
e == null ? void 0 : e.button_previous,
|
|
1693
|
-
|
|
1706
|
+
It({ size: o }),
|
|
1694
1707
|
k({ radius: c, maxLarge: !1 })
|
|
1695
1708
|
),
|
|
1696
|
-
weekday: x(e == null ? void 0 : e.weekday,
|
|
1697
|
-
today: x(e == null ? void 0 : e.today,
|
|
1709
|
+
weekday: x(e == null ? void 0 : e.weekday, Go({ size: o })),
|
|
1710
|
+
today: x(e == null ? void 0 : e.today, Eo({ size: o, variant: r })),
|
|
1698
1711
|
day: x(e == null ? void 0 : e.day, ["group/day"]),
|
|
1699
1712
|
day_button: x(
|
|
1700
1713
|
e == null ? void 0 : e.day_button,
|
|
1701
|
-
|
|
1714
|
+
Do({ size: o, variant: r }),
|
|
1702
1715
|
k({ radius: c, maxLarge: !1 })
|
|
1703
1716
|
),
|
|
1704
1717
|
range_start: x(e == null ? void 0 : e.range_start, "rdp-range-start"),
|
|
@@ -1708,18 +1721,18 @@ const Vo = (n) => {
|
|
|
1708
1721
|
years_dropdown: "opacity-0 absolute z-[1]",
|
|
1709
1722
|
dropdown_root: x(
|
|
1710
1723
|
e == null ? void 0 : e.dropdown_root,
|
|
1711
|
-
|
|
1724
|
+
Fo({ size: o }),
|
|
1712
1725
|
k({ radius: c, maxLarge: !1 })
|
|
1713
1726
|
),
|
|
1714
1727
|
dropdowns: "flex items-center",
|
|
1715
|
-
caption_label: x(e == null ? void 0 : e.caption_label,
|
|
1728
|
+
caption_label: x(e == null ? void 0 : e.caption_label, Ho({ size: o })),
|
|
1716
1729
|
chevron: "size-[1em]"
|
|
1717
1730
|
}), [e, c, o, r]), f = w(
|
|
1718
|
-
() => t ? { ...
|
|
1731
|
+
() => t ? { ...St, ...t } : St,
|
|
1719
1732
|
[t]
|
|
1720
1733
|
);
|
|
1721
1734
|
return /* @__PURE__ */ i(
|
|
1722
|
-
|
|
1735
|
+
Gs,
|
|
1723
1736
|
{
|
|
1724
1737
|
"data-accent-color": s,
|
|
1725
1738
|
showOutsideDays: l,
|
|
@@ -1733,18 +1746,18 @@ const Vo = (n) => {
|
|
|
1733
1746
|
}
|
|
1734
1747
|
);
|
|
1735
1748
|
});
|
|
1736
|
-
|
|
1737
|
-
const
|
|
1738
|
-
const n = j(
|
|
1749
|
+
jo.displayName = "DayPicker";
|
|
1750
|
+
const Sa = T({}), Uo = () => {
|
|
1751
|
+
const n = j(Sa);
|
|
1739
1752
|
if (!n)
|
|
1740
1753
|
throw new Error("useDialog must be used within a DialogRoot");
|
|
1741
1754
|
return n;
|
|
1742
|
-
},
|
|
1743
|
-
const { radius: a } = M(), t =
|
|
1755
|
+
}, ka = u((n) => {
|
|
1756
|
+
const { radius: a } = M(), t = Uo(), { ref: e, children: s, container: o, className: r, size: c, ...l } = n, d = w(() => typeof s == "function" ? s(t) : s, [s, t]);
|
|
1744
1757
|
return /* @__PURE__ */ i(H.Portal, { container: o, children: /* @__PURE__ */ i(
|
|
1745
1758
|
H.Content,
|
|
1746
1759
|
{
|
|
1747
|
-
className: x(
|
|
1760
|
+
className: x(Xt({ size: c }), k({ radius: a, maxLarge: !0 }), r),
|
|
1748
1761
|
ref: e,
|
|
1749
1762
|
"data-floating-content": "",
|
|
1750
1763
|
...l,
|
|
@@ -1752,22 +1765,22 @@ const Ia = T({}), jo = () => {
|
|
|
1752
1765
|
}
|
|
1753
1766
|
) });
|
|
1754
1767
|
});
|
|
1755
|
-
|
|
1756
|
-
const
|
|
1768
|
+
ka.displayName = "DialogContent";
|
|
1769
|
+
const Ra = u((n) => {
|
|
1757
1770
|
const { ref: a, children: t, className: e, container: s, ...o } = n;
|
|
1758
1771
|
return /* @__PURE__ */ i(H.Portal, { container: s, children: /* @__PURE__ */ i(
|
|
1759
1772
|
H.Overlay,
|
|
1760
1773
|
{
|
|
1761
1774
|
ref: a,
|
|
1762
|
-
className: x(
|
|
1775
|
+
className: x(Kt({}), e),
|
|
1763
1776
|
"data-floating-content": "",
|
|
1764
1777
|
...o,
|
|
1765
1778
|
children: t
|
|
1766
1779
|
}
|
|
1767
1780
|
) });
|
|
1768
1781
|
});
|
|
1769
|
-
|
|
1770
|
-
const
|
|
1782
|
+
Ra.displayName = "DialogOverlay";
|
|
1783
|
+
const Ta = u((n) => {
|
|
1771
1784
|
const {
|
|
1772
1785
|
children: a,
|
|
1773
1786
|
onOpen: t,
|
|
@@ -1777,7 +1790,7 @@ const Ra = u((n) => {
|
|
|
1777
1790
|
open: r,
|
|
1778
1791
|
// oxlint-disable-next-line typescript/unbound-method
|
|
1779
1792
|
onOpenChange: c
|
|
1780
|
-
} = n, [l, d] = E(s ?? !1), m = r ?? l, g =
|
|
1793
|
+
} = n, [l, d] = E(s ?? !1), m = r ?? l, g = v(
|
|
1781
1794
|
(f) => {
|
|
1782
1795
|
if (c) return c(f);
|
|
1783
1796
|
if (f && t)
|
|
@@ -1792,7 +1805,7 @@ const Ra = u((n) => {
|
|
|
1792
1805
|
d(f);
|
|
1793
1806
|
},
|
|
1794
1807
|
[c, t, e, o]
|
|
1795
|
-
), p =
|
|
1808
|
+
), p = v(
|
|
1796
1809
|
(f) => {
|
|
1797
1810
|
if (f != null && f.force)
|
|
1798
1811
|
return d(!1);
|
|
@@ -1800,25 +1813,25 @@ const Ra = u((n) => {
|
|
|
1800
1813
|
},
|
|
1801
1814
|
[g]
|
|
1802
1815
|
);
|
|
1803
|
-
return /* @__PURE__ */ i(H.Root, { open: m, onOpenChange: g, children: /* @__PURE__ */ i(
|
|
1816
|
+
return /* @__PURE__ */ i(H.Root, { open: m, onOpenChange: g, children: /* @__PURE__ */ i(Sa.Provider, { value: p, children: a }) });
|
|
1804
1817
|
});
|
|
1805
|
-
|
|
1806
|
-
const
|
|
1807
|
-
Root:
|
|
1808
|
-
Content:
|
|
1809
|
-
Overlay:
|
|
1818
|
+
Ta.displayName = "DialogRoot";
|
|
1819
|
+
const Wc = {
|
|
1820
|
+
Root: Ta,
|
|
1821
|
+
Content: ka,
|
|
1822
|
+
Overlay: Ra,
|
|
1810
1823
|
Title: H.Title,
|
|
1811
1824
|
Description: H.Description,
|
|
1812
1825
|
Trigger: H.Trigger,
|
|
1813
1826
|
Close: H.Close
|
|
1814
|
-
},
|
|
1827
|
+
}, qo = {
|
|
1815
1828
|
1: "h1",
|
|
1816
1829
|
2: "h2",
|
|
1817
1830
|
3: "h3",
|
|
1818
1831
|
4: "h4",
|
|
1819
1832
|
5: "h5",
|
|
1820
1833
|
6: "h6"
|
|
1821
|
-
},
|
|
1834
|
+
}, Wo = h([], {
|
|
1822
1835
|
variants: {
|
|
1823
1836
|
size: {
|
|
1824
1837
|
xs: ["text-xs"],
|
|
@@ -1847,7 +1860,7 @@ const qc = {
|
|
|
1847
1860
|
right: ["text-right"]
|
|
1848
1861
|
}
|
|
1849
1862
|
}
|
|
1850
|
-
}),
|
|
1863
|
+
}), Ko = u((n) => {
|
|
1851
1864
|
const {
|
|
1852
1865
|
ref: a,
|
|
1853
1866
|
children: t,
|
|
@@ -1859,13 +1872,13 @@ const qc = {
|
|
|
1859
1872
|
highContrast: l = !1,
|
|
1860
1873
|
accentColor: d,
|
|
1861
1874
|
...m
|
|
1862
|
-
} = n, g =
|
|
1875
|
+
} = n, g = qo[s];
|
|
1863
1876
|
return /* @__PURE__ */ i(
|
|
1864
1877
|
g,
|
|
1865
1878
|
{
|
|
1866
1879
|
ref: a,
|
|
1867
1880
|
className: x(
|
|
1868
|
-
|
|
1881
|
+
Wo({ size: o, weight: r, align: c }),
|
|
1869
1882
|
{
|
|
1870
1883
|
"text-(--accent-a11)": !!d,
|
|
1871
1884
|
"text-(--accent-a12)": l
|
|
@@ -1878,13 +1891,13 @@ const qc = {
|
|
|
1878
1891
|
}
|
|
1879
1892
|
);
|
|
1880
1893
|
});
|
|
1881
|
-
|
|
1882
|
-
const
|
|
1894
|
+
Ko.displayName = "Heading";
|
|
1895
|
+
const Pa = u((n) => {
|
|
1883
1896
|
const { ref: a, children: t, className: e, ...s } = n;
|
|
1884
1897
|
return /* @__PURE__ */ i(ye.Arrow, { className: x("fill-(--base-6)", e), ref: a, ...s, children: t });
|
|
1885
1898
|
});
|
|
1886
|
-
|
|
1887
|
-
const
|
|
1899
|
+
Pa.displayName = "HoverCardArrow";
|
|
1900
|
+
const Xo = h(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(--base-6)"], {
|
|
1888
1901
|
variants: {
|
|
1889
1902
|
size: {
|
|
1890
1903
|
xs: ["p-2"],
|
|
@@ -1897,7 +1910,7 @@ const Ko = v(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(
|
|
|
1897
1910
|
defaultVariants: {
|
|
1898
1911
|
size: "md"
|
|
1899
1912
|
}
|
|
1900
|
-
}),
|
|
1913
|
+
}), Ma = u((n) => {
|
|
1901
1914
|
const a = M(), {
|
|
1902
1915
|
ref: t,
|
|
1903
1916
|
children: e,
|
|
@@ -1914,8 +1927,9 @@ const Ko = v(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(
|
|
|
1914
1927
|
ye.Content,
|
|
1915
1928
|
{
|
|
1916
1929
|
className: x(
|
|
1917
|
-
|
|
1918
|
-
Ve({ side: r
|
|
1930
|
+
Xo({ size: o }),
|
|
1931
|
+
Ve({ side: r }),
|
|
1932
|
+
Le({ size: "md" }),
|
|
1919
1933
|
k({ radius: c, maxLarge: !0 }),
|
|
1920
1934
|
s
|
|
1921
1935
|
),
|
|
@@ -1929,16 +1943,16 @@ const Ko = v(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(
|
|
|
1929
1943
|
}
|
|
1930
1944
|
) });
|
|
1931
1945
|
});
|
|
1932
|
-
|
|
1933
|
-
const
|
|
1934
|
-
Arrow:
|
|
1935
|
-
Content:
|
|
1946
|
+
Ma.displayName = "HoverCardContent";
|
|
1947
|
+
const Kc = {
|
|
1948
|
+
Arrow: Pa,
|
|
1949
|
+
Content: Ma,
|
|
1936
1950
|
Root: ye.Root,
|
|
1937
1951
|
Trigger: ye.Trigger
|
|
1938
|
-
},
|
|
1939
|
-
const [t, e] = E(!1), s =
|
|
1952
|
+
}, Yo = u(({ children: n, forceHover: a }) => {
|
|
1953
|
+
const [t, e] = E(!1), s = v(() => {
|
|
1940
1954
|
e(!0);
|
|
1941
|
-
}, []), o =
|
|
1955
|
+
}, []), o = v(() => {
|
|
1942
1956
|
e(!1);
|
|
1943
1957
|
}, []);
|
|
1944
1958
|
return n({
|
|
@@ -1947,8 +1961,8 @@ const Wc = {
|
|
|
1947
1961
|
onPointerLeave: o
|
|
1948
1962
|
});
|
|
1949
1963
|
});
|
|
1950
|
-
|
|
1951
|
-
const
|
|
1964
|
+
Yo.displayName = "HoverUtility";
|
|
1965
|
+
const dt = T({}), Qo = h(
|
|
1952
1966
|
[
|
|
1953
1967
|
"flex",
|
|
1954
1968
|
"items-stretch",
|
|
@@ -1980,7 +1994,7 @@ const lt = T({}), Yo = v(
|
|
|
1980
1994
|
variant: "surface"
|
|
1981
1995
|
}
|
|
1982
1996
|
}
|
|
1983
|
-
),
|
|
1997
|
+
), Jo = h(["peer-[.slot]/slot:px-0"], {
|
|
1984
1998
|
variants: {
|
|
1985
1999
|
variant: {
|
|
1986
2000
|
surface: ["placeholder-(--accent-12)", "placeholder:opacity-60", "selection:bg-(--accent-a5)"],
|
|
@@ -2000,7 +2014,7 @@ const lt = T({}), Yo = v(
|
|
|
2000
2014
|
size: "md",
|
|
2001
2015
|
variant: "surface"
|
|
2002
2016
|
}
|
|
2003
|
-
}),
|
|
2017
|
+
}), Zo = h(["peer/slot", "slot"], {
|
|
2004
2018
|
variants: {
|
|
2005
2019
|
size: {
|
|
2006
2020
|
xs: ["px-1.5"],
|
|
@@ -2019,19 +2033,19 @@ const lt = T({}), Yo = v(
|
|
|
2019
2033
|
defaultVariants: {
|
|
2020
2034
|
size: "md"
|
|
2021
2035
|
}
|
|
2022
|
-
}),
|
|
2023
|
-
const { ref: a, className: t, ...e } = n, { size: s, variant: o } = j(
|
|
2036
|
+
}), Oa = u((n) => {
|
|
2037
|
+
const { ref: a, className: t, ...e } = n, { size: s, variant: o } = j(dt);
|
|
2024
2038
|
return /* @__PURE__ */ i(
|
|
2025
2039
|
"input",
|
|
2026
2040
|
{
|
|
2027
|
-
className: x(
|
|
2041
|
+
className: x(Jo({ size: s, variant: o }), "grow bg-transparent outline-0", t),
|
|
2028
2042
|
ref: a,
|
|
2029
2043
|
...e
|
|
2030
2044
|
}
|
|
2031
2045
|
);
|
|
2032
2046
|
});
|
|
2033
|
-
|
|
2034
|
-
const
|
|
2047
|
+
Oa.displayName = "InputField";
|
|
2048
|
+
const Va = u((n) => {
|
|
2035
2049
|
const a = M(), {
|
|
2036
2050
|
ref: t,
|
|
2037
2051
|
children: e,
|
|
@@ -2042,10 +2056,10 @@ const Oa = u((n) => {
|
|
|
2042
2056
|
radius: l = a.radius,
|
|
2043
2057
|
...d
|
|
2044
2058
|
} = n, m = w(() => ({ size: r, variant: o }), [r, o]);
|
|
2045
|
-
return /* @__PURE__ */ i(
|
|
2059
|
+
return /* @__PURE__ */ i(dt.Provider, { value: m, children: /* @__PURE__ */ i(
|
|
2046
2060
|
"div",
|
|
2047
2061
|
{
|
|
2048
|
-
className: x(
|
|
2062
|
+
className: x(Qo({ variant: o, size: r }), k({ radius: l, maxLarge: !1 }), s),
|
|
2049
2063
|
ref: t,
|
|
2050
2064
|
"data-accent-color": c,
|
|
2051
2065
|
...d,
|
|
@@ -2053,30 +2067,30 @@ const Oa = u((n) => {
|
|
|
2053
2067
|
}
|
|
2054
2068
|
) });
|
|
2055
2069
|
});
|
|
2056
|
-
|
|
2057
|
-
const Va = u((n) => {
|
|
2058
|
-
const { ref: a, children: t, className: e, ...s } = n, { size: o, variant: r } = j(lt);
|
|
2059
|
-
return /* @__PURE__ */ i("div", { className: x(Jo({ size: o, variant: r }), "flex items-center", e), ref: a, ...s, children: t });
|
|
2060
|
-
});
|
|
2061
|
-
Va.displayName = "InputSlot";
|
|
2062
|
-
const Kc = {
|
|
2063
|
-
Field: Ma,
|
|
2064
|
-
Root: Oa,
|
|
2065
|
-
Slot: Va
|
|
2066
|
-
}, dt = Ks({}), ke = () => Xs(dt);
|
|
2067
|
-
function Xc(n) {
|
|
2068
|
-
return Ys(dt, n);
|
|
2069
|
-
}
|
|
2070
|
+
Va.displayName = "InputRoot";
|
|
2070
2071
|
const La = u((n) => {
|
|
2072
|
+
const { ref: a, children: t, className: e, ...s } = n, { size: o, variant: r } = j(dt);
|
|
2073
|
+
return /* @__PURE__ */ i("div", { className: x(Zo({ size: o, variant: r }), "flex items-center", e), ref: a, ...s, children: t });
|
|
2074
|
+
});
|
|
2075
|
+
La.displayName = "InputSlot";
|
|
2076
|
+
const Xc = {
|
|
2077
|
+
Field: Oa,
|
|
2078
|
+
Root: Va,
|
|
2079
|
+
Slot: La
|
|
2080
|
+
}, ut = Xs({}), ke = () => Ys(ut);
|
|
2081
|
+
function Yc(n) {
|
|
2082
|
+
return Qs(ut, n);
|
|
2083
|
+
}
|
|
2084
|
+
const Aa = u((n) => {
|
|
2071
2085
|
const { ref: a, children: t, ...e } = n, { hideLayout: s = !1 } = ke();
|
|
2072
2086
|
return !s && /* @__PURE__ */ i("div", { ref: a, ...e, children: t });
|
|
2073
2087
|
});
|
|
2074
|
-
|
|
2075
|
-
const
|
|
2076
|
-
const { children: a, small: t = !1, hideLayout: e = !1 } = n, [s, o] = E({}), r =
|
|
2088
|
+
Aa.displayName = "LayoutContainer";
|
|
2089
|
+
const Da = u((n) => {
|
|
2090
|
+
const { children: a, small: t = !1, hideLayout: e = !1 } = n, [s, o] = E({}), r = v(
|
|
2077
2091
|
(d) => s[d] ?? !1,
|
|
2078
2092
|
[s]
|
|
2079
|
-
), c =
|
|
2093
|
+
), c = v((d, m) => {
|
|
2080
2094
|
o((g) => ({ ...g, [d]: m }));
|
|
2081
2095
|
}, []), l = w(
|
|
2082
2096
|
() => ({
|
|
@@ -2087,11 +2101,11 @@ const Aa = u((n) => {
|
|
|
2087
2101
|
}),
|
|
2088
2102
|
[e, r, c, t]
|
|
2089
2103
|
);
|
|
2090
|
-
return /* @__PURE__ */ i(
|
|
2104
|
+
return /* @__PURE__ */ i(ut.Provider, { value: l, children: a });
|
|
2091
2105
|
});
|
|
2092
|
-
|
|
2093
|
-
const fe = T({}),
|
|
2094
|
-
const { ref: a, onClick: t, disabled: e, ...s } = n, { setOpen: o } = b(fe), r =
|
|
2106
|
+
Da.displayName = "LayoutRoot";
|
|
2107
|
+
const fe = T({}), Ga = T({}), mt = u((n) => {
|
|
2108
|
+
const { ref: a, onClick: t, disabled: e, ...s } = n, { setOpen: o } = b(fe), r = v(
|
|
2095
2109
|
(c) => {
|
|
2096
2110
|
t == null || t(c), !c.defaultPrevented && o(!1);
|
|
2097
2111
|
},
|
|
@@ -2099,16 +2113,16 @@ const fe = T({}), Da = T({}), ut = u((n) => {
|
|
|
2099
2113
|
);
|
|
2100
2114
|
return /* @__PURE__ */ i(me, { ref: a, onClick: r, "data-disabled": e ?? !1, ...s });
|
|
2101
2115
|
});
|
|
2102
|
-
|
|
2103
|
-
const
|
|
2104
|
-
function
|
|
2105
|
-
const t =
|
|
2116
|
+
mt.displayName = "SlideOutClose";
|
|
2117
|
+
const er = 200;
|
|
2118
|
+
function tr(n, a = globalThis == null ? void 0 : globalThis.document.body) {
|
|
2119
|
+
const t = sr(n), e = U(!1), s = U(() => {
|
|
2106
2120
|
});
|
|
2107
2121
|
return B(() => {
|
|
2108
2122
|
const o = (c) => {
|
|
2109
2123
|
if (c.target && !e.current) {
|
|
2110
2124
|
const l = { originalEvent: c }, d = () => {
|
|
2111
|
-
|
|
2125
|
+
nr("pointerDownOutside", t, l, {
|
|
2112
2126
|
discrete: !0
|
|
2113
2127
|
});
|
|
2114
2128
|
};
|
|
@@ -2127,14 +2141,14 @@ function er(n, a = globalThis == null ? void 0 : globalThis.document.body) {
|
|
|
2127
2141
|
onPointerDownCapture: () => e.current = !0
|
|
2128
2142
|
};
|
|
2129
2143
|
}
|
|
2130
|
-
function
|
|
2131
|
-
n &&
|
|
2144
|
+
function ar(n, a) {
|
|
2145
|
+
n && Zs.flushSync(() => n.dispatchEvent(a));
|
|
2132
2146
|
}
|
|
2133
|
-
function
|
|
2147
|
+
function nr(n, a, t, { discrete: e }) {
|
|
2134
2148
|
const s = t.originalEvent.target, o = new CustomEvent(n, { bubbles: !1, cancelable: !0, detail: t });
|
|
2135
|
-
a && s.addEventListener(n, a, { once: !0 }),
|
|
2149
|
+
a && s.addEventListener(n, a, { once: !0 }), ar(s, o);
|
|
2136
2150
|
}
|
|
2137
|
-
function
|
|
2151
|
+
function sr(n) {
|
|
2138
2152
|
const a = U(n);
|
|
2139
2153
|
return B(() => {
|
|
2140
2154
|
a.current = n;
|
|
@@ -2143,7 +2157,7 @@ function nr(n) {
|
|
|
2143
2157
|
return (e = a.current) == null ? void 0 : e.call(a, ...t);
|
|
2144
2158
|
}, []);
|
|
2145
2159
|
}
|
|
2146
|
-
const
|
|
2160
|
+
const or = {
|
|
2147
2161
|
left: {
|
|
2148
2162
|
enter: "-ml-(--slide-out-size)",
|
|
2149
2163
|
enterActive: "ease-linear duration-200 transition-[margin-left] ml-0",
|
|
@@ -2172,10 +2186,10 @@ const sr = {
|
|
|
2172
2186
|
exitActive: "ease-linear duration-200 transition-[margin-bottom] -mb-(--slide-out-size)",
|
|
2173
2187
|
exitDone: "-mb-(--slide-out-size)"
|
|
2174
2188
|
}
|
|
2175
|
-
},
|
|
2176
|
-
const { ref: a, children: t, style: e, side: s, type: o, resizeable: r = !1, initialSize: c, minSize: l, maxSize: d, ...m } = n, g = U(null), { open: p, setOpen: f, parentElement: C, modal: S, hide: z } = b(fe), [N, P] = E(null), L =
|
|
2189
|
+
}, gt = u((n) => {
|
|
2190
|
+
const { ref: a, children: t, style: e, side: s, type: o, resizeable: r = !1, initialSize: c, minSize: l, maxSize: d, ...m } = n, g = U(null), { open: p, setOpen: f, parentElement: C, modal: S, hide: z } = b(fe), [N, P] = E(null), L = v(() => {
|
|
2177
2191
|
S && f(!1);
|
|
2178
|
-
}, [S, f]), { onPointerDownCapture: y } =
|
|
2192
|
+
}, [S, f]), { onPointerDownCapture: y } = tr(
|
|
2179
2193
|
L,
|
|
2180
2194
|
C ?? void 0
|
|
2181
2195
|
);
|
|
@@ -2235,7 +2249,7 @@ const sr = {
|
|
|
2235
2249
|
"--slide-out-size": `${N}px`
|
|
2236
2250
|
};
|
|
2237
2251
|
}
|
|
2238
|
-
}, [N, c, d, l, s, e, o]), A =
|
|
2252
|
+
}, [N, c, d, l, s, e, o]), A = or[s], G = w(
|
|
2239
2253
|
() => ({
|
|
2240
2254
|
side: s,
|
|
2241
2255
|
type: o,
|
|
@@ -2249,11 +2263,11 @@ const sr = {
|
|
|
2249
2263
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
2250
2264
|
// @ts-ignore
|
|
2251
2265
|
/* @__PURE__ */ i(
|
|
2252
|
-
|
|
2266
|
+
Js,
|
|
2253
2267
|
{
|
|
2254
2268
|
classNames: A,
|
|
2255
2269
|
in: p,
|
|
2256
|
-
timeout:
|
|
2270
|
+
timeout: er,
|
|
2257
2271
|
unmountOnExit: !0,
|
|
2258
2272
|
mountOnEnter: !0,
|
|
2259
2273
|
nodeRef: g,
|
|
@@ -2267,16 +2281,16 @@ const sr = {
|
|
|
2267
2281
|
"data-type": o,
|
|
2268
2282
|
style: V,
|
|
2269
2283
|
...m,
|
|
2270
|
-
children: /* @__PURE__ */ i(
|
|
2284
|
+
children: /* @__PURE__ */ i(Ga, { value: G, children: t })
|
|
2271
2285
|
}
|
|
2272
2286
|
)
|
|
2273
2287
|
}
|
|
2274
2288
|
)
|
|
2275
2289
|
);
|
|
2276
2290
|
});
|
|
2277
|
-
|
|
2278
|
-
const
|
|
2279
|
-
const { ref: a, onMouseDown: t, disabled: e, ...s } = n, o = U(null), [r, c] = E(!1), { side: l, resizeable: d, computedSize: m, setComputedSize: g } = b(
|
|
2291
|
+
gt.displayName = "SlideOutContent";
|
|
2292
|
+
const pt = u((n) => {
|
|
2293
|
+
const { ref: a, onMouseDown: t, disabled: e, ...s } = n, o = U(null), [r, c] = E(!1), { side: l, resizeable: d, computedSize: m, setComputedSize: g } = b(Ga), p = e ?? !d, f = v(
|
|
2280
2294
|
(N, P) => {
|
|
2281
2295
|
switch (l) {
|
|
2282
2296
|
case "left":
|
|
@@ -2294,12 +2308,12 @@ const gt = u((n) => {
|
|
|
2294
2308
|
}
|
|
2295
2309
|
},
|
|
2296
2310
|
[l]
|
|
2297
|
-
), C =
|
|
2311
|
+
), C = v(
|
|
2298
2312
|
(N) => {
|
|
2299
2313
|
t == null || t(N), !(N.defaultPrevented || p) && (N.preventDefault(), f(N.clientX, N.clientY), c(!0));
|
|
2300
2314
|
},
|
|
2301
2315
|
[p, t, f]
|
|
2302
|
-
), S =
|
|
2316
|
+
), S = v(
|
|
2303
2317
|
(N) => {
|
|
2304
2318
|
if (!r || !o.current || p) return;
|
|
2305
2319
|
N.preventDefault();
|
|
@@ -2322,7 +2336,7 @@ const gt = u((n) => {
|
|
|
2322
2336
|
f(P, L), g(m + y);
|
|
2323
2337
|
},
|
|
2324
2338
|
[p, m, r, g, f, l]
|
|
2325
|
-
), z =
|
|
2339
|
+
), z = v(() => {
|
|
2326
2340
|
!r || p || (o.current = null, c(!1));
|
|
2327
2341
|
}, [p, r]);
|
|
2328
2342
|
return B(() => (document.addEventListener("pointermove", S), document.addEventListener("pointerup", z), () => {
|
|
@@ -2339,13 +2353,13 @@ const gt = u((n) => {
|
|
|
2339
2353
|
}
|
|
2340
2354
|
);
|
|
2341
2355
|
});
|
|
2342
|
-
|
|
2343
|
-
const
|
|
2356
|
+
pt.displayName = "SlideOutHandle";
|
|
2357
|
+
const xt = u((n) => {
|
|
2344
2358
|
const { ref: a, ...t } = n, { open: e, hide: s } = b(fe);
|
|
2345
2359
|
return e && !s ? /* @__PURE__ */ i("div", { ref: a, "data-open": e, ...t }) : null;
|
|
2346
2360
|
});
|
|
2347
|
-
|
|
2348
|
-
const
|
|
2361
|
+
xt.displayName = "SlideOutOverlay";
|
|
2362
|
+
const ft = u((n) => {
|
|
2349
2363
|
const {
|
|
2350
2364
|
ref: a,
|
|
2351
2365
|
children: t,
|
|
@@ -2367,9 +2381,9 @@ const xt = u((n) => {
|
|
|
2367
2381
|
);
|
|
2368
2382
|
return /* @__PURE__ */ i("div", { ref: we([a, m]), ...l, children: /* @__PURE__ */ i(fe, { value: f, children: t }) });
|
|
2369
2383
|
});
|
|
2370
|
-
|
|
2371
|
-
const
|
|
2372
|
-
const { ref: a, onClick: t, ...e } = n, { open: s, setOpen: o } = b(fe), r =
|
|
2384
|
+
ft.displayName = "SlideOutRoot";
|
|
2385
|
+
const Ea = u((n) => {
|
|
2386
|
+
const { ref: a, onClick: t, ...e } = n, { open: s, setOpen: o } = b(fe), r = v(
|
|
2373
2387
|
(c) => {
|
|
2374
2388
|
t == null || t(c), !c.defaultPrevented && o(!s);
|
|
2375
2389
|
},
|
|
@@ -2377,8 +2391,8 @@ const Ga = u((n) => {
|
|
|
2377
2391
|
);
|
|
2378
2392
|
return /* @__PURE__ */ i(me, { ref: a, onClick: r, "data-disabled": n.disabled ?? !1, ...e });
|
|
2379
2393
|
});
|
|
2380
|
-
|
|
2381
|
-
const
|
|
2394
|
+
Ea.displayName = "SlideOutTrigger";
|
|
2395
|
+
const ht = u((n) => {
|
|
2382
2396
|
const { ref: a, ...t } = n, e = U(null), { open: s, modal: o, parentElement: r } = b(fe);
|
|
2383
2397
|
return B(() => {
|
|
2384
2398
|
if (!e.current) return;
|
|
@@ -2388,37 +2402,37 @@ const ft = u((n) => {
|
|
|
2388
2402
|
};
|
|
2389
2403
|
}, [o, s, r == null ? void 0 : r.style]), /* @__PURE__ */ i("div", { ref: we([a, e]), ...t });
|
|
2390
2404
|
});
|
|
2391
|
-
|
|
2392
|
-
const
|
|
2393
|
-
Close:
|
|
2394
|
-
Content:
|
|
2395
|
-
Handle:
|
|
2396
|
-
Overlay:
|
|
2397
|
-
Root:
|
|
2398
|
-
Trigger:
|
|
2399
|
-
Viewport:
|
|
2400
|
-
},
|
|
2405
|
+
ht.displayName = "SlideOutViewport";
|
|
2406
|
+
const Qc = {
|
|
2407
|
+
Close: mt,
|
|
2408
|
+
Content: gt,
|
|
2409
|
+
Handle: pt,
|
|
2410
|
+
Overlay: xt,
|
|
2411
|
+
Root: ft,
|
|
2412
|
+
Trigger: Ea,
|
|
2413
|
+
Viewport: ht
|
|
2414
|
+
}, _a = u((n) => {
|
|
2401
2415
|
const { ref: a, ...t } = n;
|
|
2402
|
-
return /* @__PURE__ */ i(
|
|
2416
|
+
return /* @__PURE__ */ i(mt, { ref: a, ...t });
|
|
2403
2417
|
});
|
|
2404
|
-
|
|
2405
|
-
const
|
|
2418
|
+
_a.displayName = "LayoutSlideOutClose";
|
|
2419
|
+
const Fa = u((n) => {
|
|
2406
2420
|
const { ref: a, type: t, ...e } = n, { small: s } = ke();
|
|
2407
|
-
return /* @__PURE__ */ i(
|
|
2421
|
+
return /* @__PURE__ */ i(gt, { ref: a, type: t ?? (s ? "overlay" : "inline"), ...e });
|
|
2408
2422
|
});
|
|
2409
|
-
|
|
2410
|
-
const
|
|
2423
|
+
Fa.displayName = "LayoutSlideOutContent";
|
|
2424
|
+
const Ha = u((n) => {
|
|
2411
2425
|
const { ref: a, ...t } = n;
|
|
2412
|
-
return /* @__PURE__ */ i(
|
|
2426
|
+
return /* @__PURE__ */ i(pt, { ref: a, ...t });
|
|
2413
2427
|
});
|
|
2414
|
-
|
|
2415
|
-
const
|
|
2428
|
+
Ha.displayName = "LayoutSlideOutHandle";
|
|
2429
|
+
const Ba = u((n) => {
|
|
2416
2430
|
const { ref: a, smallModeOnly: t = !1, ...e } = n, { small: s, hideLayout: o } = ke();
|
|
2417
|
-
return w(() => !(o || t && !s), [o, s, t]) ? /* @__PURE__ */ i(
|
|
2431
|
+
return w(() => !(o || t && !s), [o, s, t]) ? /* @__PURE__ */ i(xt, { ref: a, ...e }) : null;
|
|
2418
2432
|
});
|
|
2419
|
-
|
|
2420
|
-
const
|
|
2421
|
-
const { ref: a, slideOutId: t, defaultOpen: e, hide: s, ...o } = n, { isOpen: r, setOpen: c, small: l, hideLayout: d } = ke(), m = r(t), g =
|
|
2433
|
+
Ba.displayName = "SlideOutOverlay";
|
|
2434
|
+
const $a = u((n) => {
|
|
2435
|
+
const { ref: a, slideOutId: t, defaultOpen: e, hide: s, ...o } = n, { isOpen: r, setOpen: c, small: l, hideLayout: d } = ke(), m = r(t), g = v(
|
|
2422
2436
|
(p) => {
|
|
2423
2437
|
p || c(t, !1);
|
|
2424
2438
|
},
|
|
@@ -2427,7 +2441,7 @@ const Ba = u((n) => {
|
|
|
2427
2441
|
return B(() => {
|
|
2428
2442
|
l && (e == null ? void 0 : e.small) !== void 0 ? c(t, e == null ? void 0 : e.small) : !l && (e == null ? void 0 : e.large) !== void 0 && c(t, e == null ? void 0 : e.large);
|
|
2429
2443
|
}, [e, t, c, l]), /* @__PURE__ */ i(
|
|
2430
|
-
|
|
2444
|
+
ft,
|
|
2431
2445
|
{
|
|
2432
2446
|
ref: a,
|
|
2433
2447
|
open: m,
|
|
@@ -2438,30 +2452,30 @@ const Ba = u((n) => {
|
|
|
2438
2452
|
}
|
|
2439
2453
|
);
|
|
2440
2454
|
});
|
|
2441
|
-
|
|
2442
|
-
const
|
|
2443
|
-
const { ref: a, slideOutId: t, children: e, ...s } = n, { isOpen: o, setOpen: r } = ke(), c = o(t), l =
|
|
2455
|
+
$a.displayName = "LayoutSlideOutRoot";
|
|
2456
|
+
const ja = u((n) => {
|
|
2457
|
+
const { ref: a, slideOutId: t, children: e, ...s } = n, { isOpen: o, setOpen: r } = ke(), c = o(t), l = v(() => {
|
|
2444
2458
|
r(t, !c);
|
|
2445
2459
|
}, [c, r, t]);
|
|
2446
2460
|
return /* @__PURE__ */ i(me, { "data-state": pe(c), ref: a, onClick: l, ...s, children: e });
|
|
2447
2461
|
});
|
|
2448
|
-
|
|
2449
|
-
const
|
|
2462
|
+
ja.displayName = "LayoutSlideOutTrigger";
|
|
2463
|
+
const Ua = u((n) => {
|
|
2450
2464
|
const { ref: a, ...t } = n;
|
|
2451
|
-
return /* @__PURE__ */ i(
|
|
2465
|
+
return /* @__PURE__ */ i(ht, { ref: a, ...t });
|
|
2452
2466
|
});
|
|
2453
|
-
|
|
2454
|
-
const
|
|
2455
|
-
Root:
|
|
2456
|
-
Container:
|
|
2457
|
-
SlideOutClose:
|
|
2458
|
-
SlideOutContent:
|
|
2459
|
-
SlideOutHandle:
|
|
2460
|
-
SlideOutOverlay:
|
|
2461
|
-
SlideOutRoot:
|
|
2462
|
-
SlideOutTrigger:
|
|
2463
|
-
SlideOutViewport:
|
|
2464
|
-
},
|
|
2467
|
+
Ua.displayName = "LayoutSlideOutViewport";
|
|
2468
|
+
const Jc = {
|
|
2469
|
+
Root: Da,
|
|
2470
|
+
Container: Aa,
|
|
2471
|
+
SlideOutClose: _a,
|
|
2472
|
+
SlideOutContent: Fa,
|
|
2473
|
+
SlideOutHandle: Ha,
|
|
2474
|
+
SlideOutOverlay: Ba,
|
|
2475
|
+
SlideOutRoot: $a,
|
|
2476
|
+
SlideOutTrigger: ja,
|
|
2477
|
+
SlideOutViewport: Ua
|
|
2478
|
+
}, rr = h(["cursor-pointer"], {
|
|
2465
2479
|
variants: {
|
|
2466
2480
|
size: {
|
|
2467
2481
|
none: ["[font-size:inherit]", "leading-[inherit]"],
|
|
@@ -2496,7 +2510,7 @@ const Qc = {
|
|
|
2496
2510
|
weight: "regular",
|
|
2497
2511
|
align: "left"
|
|
2498
2512
|
}
|
|
2499
|
-
}),
|
|
2513
|
+
}), cr = u((n) => {
|
|
2500
2514
|
const a = M(), {
|
|
2501
2515
|
ref: t,
|
|
2502
2516
|
children: e,
|
|
@@ -2513,7 +2527,7 @@ const Qc = {
|
|
|
2513
2527
|
{
|
|
2514
2528
|
ref: t,
|
|
2515
2529
|
className: x(
|
|
2516
|
-
|
|
2530
|
+
rr({ size: o, weight: r, align: c }),
|
|
2517
2531
|
{
|
|
2518
2532
|
"text-(--accent-a11)": !l,
|
|
2519
2533
|
"text-(--accent-a12)": l
|
|
@@ -2526,8 +2540,8 @@ const Qc = {
|
|
|
2526
2540
|
}
|
|
2527
2541
|
);
|
|
2528
2542
|
});
|
|
2529
|
-
|
|
2530
|
-
const
|
|
2543
|
+
cr.displayName = "Link";
|
|
2544
|
+
const ir = h(
|
|
2531
2545
|
[
|
|
2532
2546
|
"select-none",
|
|
2533
2547
|
"relative",
|
|
@@ -2567,7 +2581,7 @@ const cr = v(
|
|
|
2567
2581
|
variant: "soft"
|
|
2568
2582
|
}
|
|
2569
2583
|
}
|
|
2570
|
-
),
|
|
2584
|
+
), lr = h(["text-(--base-a10)", "flex", "items-center", "select-none", "py-1"], {
|
|
2571
2585
|
variants: {
|
|
2572
2586
|
size: {
|
|
2573
2587
|
xs: ["gap-1.5", "px-3", "text-xs"],
|
|
@@ -2580,7 +2594,7 @@ const cr = v(
|
|
|
2580
2594
|
defaultVariants: {
|
|
2581
2595
|
size: "md"
|
|
2582
2596
|
}
|
|
2583
|
-
}),
|
|
2597
|
+
}), dr = h(["h-px", "bg-(--base-a6)", "w-auto", "shrink-0"], {
|
|
2584
2598
|
variants: {
|
|
2585
2599
|
size: {
|
|
2586
2600
|
xs: ["-mx-0.5", "my-0.5"],
|
|
@@ -2593,7 +2607,7 @@ const cr = v(
|
|
|
2593
2607
|
defaultVariants: {
|
|
2594
2608
|
size: "md"
|
|
2595
2609
|
}
|
|
2596
|
-
}),
|
|
2610
|
+
}), qa = h(
|
|
2597
2611
|
[
|
|
2598
2612
|
"flex",
|
|
2599
2613
|
"flex-col",
|
|
@@ -2630,7 +2644,7 @@ const cr = v(
|
|
|
2630
2644
|
size: "md"
|
|
2631
2645
|
}
|
|
2632
2646
|
}
|
|
2633
|
-
),
|
|
2647
|
+
), ur = h(["overflow-hidden", "touch-manipulation"], {
|
|
2634
2648
|
variants: {
|
|
2635
2649
|
modal: {
|
|
2636
2650
|
true: ["pointer-events-auto"],
|
|
@@ -2640,7 +2654,7 @@ const cr = v(
|
|
|
2640
2654
|
defaultVariants: {
|
|
2641
2655
|
modal: !1
|
|
2642
2656
|
}
|
|
2643
|
-
}),
|
|
2657
|
+
}), mr = h(
|
|
2644
2658
|
[
|
|
2645
2659
|
"flex",
|
|
2646
2660
|
"items-stretch",
|
|
@@ -2666,8 +2680,8 @@ const cr = v(
|
|
|
2666
2680
|
size: "md"
|
|
2667
2681
|
}
|
|
2668
2682
|
}
|
|
2669
|
-
), J = T({}), ie = T({}),
|
|
2670
|
-
const a = b(ie), { getItemProps: t, activeIndex: e, setOpen: s, size: o, variant: r, radius: c } = b(J), { closeRoot: l } = b(
|
|
2683
|
+
), J = T({}), ie = T({}), Fe = T({}), gr = ["Enter", " "], se = u((n) => {
|
|
2684
|
+
const a = b(ie), { getItemProps: t, activeIndex: e, setOpen: s, size: o, variant: r, radius: c } = b(J), { closeRoot: l } = b(Fe), {
|
|
2671
2685
|
ref: d,
|
|
2672
2686
|
className: m,
|
|
2673
2687
|
children: g,
|
|
@@ -2677,21 +2691,21 @@ const cr = v(
|
|
|
2677
2691
|
closeOnSelect: S = !0,
|
|
2678
2692
|
disabled: z = !1,
|
|
2679
2693
|
...N
|
|
2680
|
-
} = n, { ref: P, index: L } =
|
|
2694
|
+
} = n, { ref: P, index: L } = Tt(), y = ge([P, d]), V = v(
|
|
2681
2695
|
(_) => {
|
|
2682
2696
|
_.stopPropagation(), !z && (f == null || f(_), p == null || p(), S && s(!1), l && a.setOpen(!1));
|
|
2683
2697
|
},
|
|
2684
2698
|
[S, l, z, a, f, p, s]
|
|
2685
|
-
), A =
|
|
2699
|
+
), A = v(
|
|
2686
2700
|
(_) => {
|
|
2687
|
-
z || (C == null || C(_),
|
|
2701
|
+
z || (C == null || C(_), gr.includes(_.key) && (p == null || p(), S && s(!1)));
|
|
2688
2702
|
},
|
|
2689
2703
|
[S, z, C, p, s]
|
|
2690
2704
|
), G = w(() => L === e, [e, L]), O = w(() => typeof g == "function" ? g({ active: G, selected: !1 }) : g, [g, G]);
|
|
2691
2705
|
return /* @__PURE__ */ i(
|
|
2692
2706
|
"li",
|
|
2693
2707
|
{
|
|
2694
|
-
className: x(
|
|
2708
|
+
className: x(ir({ size: o, variant: r }), k({ radius: c, maxLarge: !0 }), m),
|
|
2695
2709
|
ref: y,
|
|
2696
2710
|
role: "menuitem",
|
|
2697
2711
|
"data-disabled": Q(z),
|
|
@@ -2708,8 +2722,8 @@ const cr = v(
|
|
|
2708
2722
|
);
|
|
2709
2723
|
});
|
|
2710
2724
|
se.displayName = "MenuItem";
|
|
2711
|
-
const
|
|
2712
|
-
const { ref: a, checked: t, onCheckedChange: e, onSelect: s, ...o } = n, r =
|
|
2725
|
+
const Wa = u((n) => {
|
|
2726
|
+
const { ref: a, checked: t, onCheckedChange: e, onSelect: s, ...o } = n, r = v(() => {
|
|
2713
2727
|
switch (s == null || s(), t) {
|
|
2714
2728
|
case !0:
|
|
2715
2729
|
e(!1);
|
|
@@ -2722,13 +2736,13 @@ const qa = u((n) => {
|
|
|
2722
2736
|
}, [t, e, s]);
|
|
2723
2737
|
return /* @__PURE__ */ i(Se.Provider, { value: t, children: /* @__PURE__ */ i(se, { ref: a, onSelect: r, ...o }) });
|
|
2724
2738
|
});
|
|
2725
|
-
|
|
2726
|
-
const
|
|
2739
|
+
Wa.displayName = "MenuCheckboxItem";
|
|
2740
|
+
const Ka = u((n) => {
|
|
2727
2741
|
const { ref: a, children: t, ...e } = n;
|
|
2728
|
-
return /* @__PURE__ */ i(
|
|
2742
|
+
return /* @__PURE__ */ i(Ge, { ref: a, ...e, children: t });
|
|
2729
2743
|
});
|
|
2730
|
-
|
|
2731
|
-
const
|
|
2744
|
+
Ka.displayName = "MenuCheckboxItemIndicator";
|
|
2745
|
+
const Xa = u((n) => {
|
|
2732
2746
|
const { ref: a, children: t, disabled: e = !1 } = n, { getReferenceProps: s, refs: o, setTriggerType: r, open: c } = b(ie), l = ge([o.setReference, a]);
|
|
2733
2747
|
return B(() => {
|
|
2734
2748
|
r("click");
|
|
@@ -2744,8 +2758,8 @@ const Ka = u((n) => {
|
|
|
2744
2758
|
}
|
|
2745
2759
|
);
|
|
2746
2760
|
});
|
|
2747
|
-
|
|
2748
|
-
const
|
|
2761
|
+
Xa.displayName = "MenuClickTrigger";
|
|
2762
|
+
const Ya = u((n) => {
|
|
2749
2763
|
var R;
|
|
2750
2764
|
const a = M(), {
|
|
2751
2765
|
ref: t,
|
|
@@ -2777,9 +2791,9 @@ const Xa = u((n) => {
|
|
|
2777
2791
|
...V,
|
|
2778
2792
|
visibility: (I = p.hide) != null && I.referenceHidden ? "hidden" : "visible"
|
|
2779
2793
|
};
|
|
2780
|
-
}, [V, (R = p.hide) == null ? void 0 : R.referenceHidden]), _ =
|
|
2794
|
+
}, [V, (R = p.hide) == null ? void 0 : R.referenceHidden]), _ = v(
|
|
2781
2795
|
(I) => {
|
|
2782
|
-
A &&
|
|
2796
|
+
A && Co(I);
|
|
2783
2797
|
},
|
|
2784
2798
|
[A]
|
|
2785
2799
|
), ee = w(
|
|
@@ -2810,14 +2824,14 @@ const Xa = u((n) => {
|
|
|
2810
2824
|
c
|
|
2811
2825
|
]
|
|
2812
2826
|
);
|
|
2813
|
-
return /* @__PURE__ */ i(
|
|
2814
|
-
|
|
2827
|
+
return /* @__PURE__ */ i(Pt, { id: L, children: N && /* @__PURE__ */ i(Mt, { children: /* @__PURE__ */ i(
|
|
2828
|
+
eo,
|
|
2815
2829
|
{
|
|
2816
|
-
className:
|
|
2830
|
+
className: ur({ modal: A }),
|
|
2817
2831
|
onClick: _,
|
|
2818
2832
|
lockScroll: !0,
|
|
2819
2833
|
"data-floating-content": "",
|
|
2820
|
-
children: /* @__PURE__ */ i(
|
|
2834
|
+
children: /* @__PURE__ */ i(Ot, { context: y, children: /* @__PURE__ */ i(Vt, { elementsRef: f, children: /* @__PURE__ */ i(J.Provider, { value: ee, children: /* @__PURE__ */ i(
|
|
2821
2835
|
"div",
|
|
2822
2836
|
{
|
|
2823
2837
|
className: "border-box w-max outline-none",
|
|
@@ -2830,8 +2844,9 @@ const Xa = u((n) => {
|
|
|
2830
2844
|
"ul",
|
|
2831
2845
|
{
|
|
2832
2846
|
className: x(
|
|
2833
|
-
|
|
2834
|
-
Ve({ side: G
|
|
2847
|
+
qa({ size: o }),
|
|
2848
|
+
Ve({ side: G }),
|
|
2849
|
+
Le({ size: "md" }),
|
|
2835
2850
|
k({ radius: c, maxLarge: !0 }),
|
|
2836
2851
|
"max-h-(--overmap-menu-available-height)",
|
|
2837
2852
|
e
|
|
@@ -2849,13 +2864,13 @@ const Xa = u((n) => {
|
|
|
2849
2864
|
}
|
|
2850
2865
|
) }) });
|
|
2851
2866
|
});
|
|
2852
|
-
|
|
2853
|
-
const
|
|
2867
|
+
Ya.displayName = "Menu.Content";
|
|
2868
|
+
const Qa = u((n) => {
|
|
2854
2869
|
const { ref: a, children: t, disabled: e = !1 } = n, s = U(null), { setOpen: o, refs: r, setTriggerType: c, open: l } = b(ie), d = ge([a, s]);
|
|
2855
2870
|
B(() => {
|
|
2856
2871
|
c("context");
|
|
2857
2872
|
}, [c]);
|
|
2858
|
-
const m =
|
|
2873
|
+
const m = v(
|
|
2859
2874
|
(g) => {
|
|
2860
2875
|
const { clientY: p, clientX: f } = g;
|
|
2861
2876
|
!e && s.current && (g.preventDefault(), r.setPositionReference({
|
|
@@ -2889,14 +2904,14 @@ const Ya = u((n) => {
|
|
|
2889
2904
|
}
|
|
2890
2905
|
);
|
|
2891
2906
|
});
|
|
2892
|
-
|
|
2893
|
-
const
|
|
2907
|
+
Qa.displayName = "MenuContextTrigger";
|
|
2908
|
+
const He = u((n) => {
|
|
2894
2909
|
const { ref: a, children: t, ...e } = n;
|
|
2895
2910
|
return /* @__PURE__ */ i("div", { ref: a, role: "group", ...e, children: t });
|
|
2896
2911
|
});
|
|
2897
|
-
|
|
2898
|
-
const
|
|
2899
|
-
const { ref: a, className: t, onValueChange: e, onChange: s, disabled: o = !1, ...r } = n, { activeIndex: c, getItemProps: l } = b(J), { index: d, ref: m } =
|
|
2912
|
+
He.displayName = "MenuGroup";
|
|
2913
|
+
const Ja = u((n) => {
|
|
2914
|
+
const { ref: a, className: t, onValueChange: e, onChange: s, disabled: o = !1, ...r } = n, { activeIndex: c, getItemProps: l } = b(J), { index: d, ref: m } = Tt(), g = ge([m, a]), p = v(
|
|
2900
2915
|
(f) => {
|
|
2901
2916
|
s == null || s(f), e == null || e(f.target.value);
|
|
2902
2917
|
},
|
|
@@ -2919,29 +2934,29 @@ const Qa = u((n) => {
|
|
|
2919
2934
|
}
|
|
2920
2935
|
);
|
|
2921
2936
|
});
|
|
2922
|
-
|
|
2923
|
-
const
|
|
2937
|
+
Ja.displayName = "MenuInputField";
|
|
2938
|
+
const Za = u((n) => {
|
|
2924
2939
|
const { ref: a, className: t, ...e } = n, { size: s } = b(J);
|
|
2925
|
-
return /* @__PURE__ */ i("div", { className: x(
|
|
2940
|
+
return /* @__PURE__ */ i("div", { className: x(mr({ size: s }), t), ref: a, ...e });
|
|
2926
2941
|
});
|
|
2927
|
-
|
|
2928
|
-
const
|
|
2942
|
+
Za.displayName = "MenuInputRoot";
|
|
2943
|
+
const en = u((n) => {
|
|
2929
2944
|
const { ref: a, className: t, ...e } = n;
|
|
2930
2945
|
return /* @__PURE__ */ i("div", { className: x("flex", "items-center", "text-(--base-a11)", t), ref: a, ...e });
|
|
2931
2946
|
});
|
|
2932
|
-
|
|
2933
|
-
const
|
|
2947
|
+
en.displayName = "MenuInputSlot";
|
|
2948
|
+
const tn = u((n) => {
|
|
2934
2949
|
const { ref: a, className: t, ...e } = n, { size: s } = b(J);
|
|
2935
|
-
return /* @__PURE__ */ i("div", { ref: a, className: x(
|
|
2950
|
+
return /* @__PURE__ */ i("div", { ref: a, className: x(lr({ size: s }), t), ...e });
|
|
2936
2951
|
});
|
|
2937
|
-
|
|
2938
|
-
const
|
|
2952
|
+
tn.displayName = "MenuLabel";
|
|
2953
|
+
const pr = F(function(a) {
|
|
2939
2954
|
const { ref: t, children: e, defaultValues: s, values: o, onValuesChange: r, ...c } = a;
|
|
2940
|
-
return /* @__PURE__ */ i(
|
|
2941
|
-
}),
|
|
2955
|
+
return /* @__PURE__ */ i(He, { ref: t, ...c, children: /* @__PURE__ */ i(De, { defaultValues: s, values: o, onValuesChange: r, children: e }) });
|
|
2956
|
+
}), xr = F(function(n) {
|
|
2942
2957
|
const { ref: a, onSelect: t, children: e, closeOnSelect: s = !1, value: o, ...r } = n, { selected: c, selectValue: l, registerValue: d } = b(Z);
|
|
2943
2958
|
ue(() => d(o), [d, o]);
|
|
2944
|
-
const m = c(o), g =
|
|
2959
|
+
const m = c(o), g = v(() => {
|
|
2945
2960
|
t == null || t(), l(o);
|
|
2946
2961
|
}, [t, l, o]), p = w(() => typeof e == "function" ? ({ active: f }) => e({ selected: m, active: f }) : e, [e, m]);
|
|
2947
2962
|
return /* @__PURE__ */ i(xe.Provider, { value: m, children: /* @__PURE__ */ i(
|
|
@@ -2956,25 +2971,25 @@ const gr = F(function(a) {
|
|
|
2956
2971
|
children: p
|
|
2957
2972
|
}
|
|
2958
2973
|
) });
|
|
2959
|
-
}),
|
|
2960
|
-
const { page: a, children: t } = n, { activePage: e } = b(
|
|
2974
|
+
}), vt = T({}), an = u((n) => {
|
|
2975
|
+
const { page: a, children: t } = n, { activePage: e } = b(vt);
|
|
2961
2976
|
return e === a ? t : null;
|
|
2962
2977
|
});
|
|
2963
|
-
|
|
2964
|
-
const
|
|
2978
|
+
an.displayName = "PageContent";
|
|
2979
|
+
const nn = u((n) => {
|
|
2965
2980
|
const { children: a, defaultPage: t, page: e, onPageChange: s } = n, [o, r] = X(t ?? "", e, s), c = w(() => ({ activePage: o, setActivePage: r }), [o, r]);
|
|
2966
|
-
return /* @__PURE__ */ i(
|
|
2981
|
+
return /* @__PURE__ */ i(vt.Provider, { value: c, children: a });
|
|
2967
2982
|
});
|
|
2968
|
-
|
|
2969
|
-
const
|
|
2970
|
-
const { ref: a, onSelect: t, page: e, ...s } = n, { refs: o, setActiveIndex: r } = b(J), { setActivePage: c } = b(
|
|
2983
|
+
nn.displayName = "MenuPages";
|
|
2984
|
+
const sn = u((n) => {
|
|
2985
|
+
const { ref: a, onSelect: t, page: e, ...s } = n, { refs: o, setActiveIndex: r } = b(J), { setActivePage: c } = b(vt), l = v(() => {
|
|
2971
2986
|
var d;
|
|
2972
2987
|
t == null || t(), c(e), (d = o.floating.current) == null || d.focus(), r(null);
|
|
2973
2988
|
}, [t, e, o.floating, r, c]);
|
|
2974
2989
|
return /* @__PURE__ */ i(se, { ref: a, onSelect: l, closeOnSelect: !1, ...s });
|
|
2975
2990
|
});
|
|
2976
|
-
|
|
2977
|
-
const Me = 20, Y = 8,
|
|
2991
|
+
sn.displayName = "MenuPageTrigger";
|
|
2992
|
+
const Me = 20, Y = 8, on = 250, fr = 5, rn = u((n) => {
|
|
2978
2993
|
const {
|
|
2979
2994
|
children: a,
|
|
2980
2995
|
side: t = "bottom",
|
|
@@ -2986,42 +3001,42 @@ const Me = 20, Y = 8, sn = 250, xr = 5, on = u((n) => {
|
|
|
2986
3001
|
open: c,
|
|
2987
3002
|
onOpenChange: l,
|
|
2988
3003
|
defaultOpen: d
|
|
2989
|
-
} = n, [m, g] = X(d ?? !1, c, l), [p, f] = E(null), [C, S] = E(null), z = U([]), N =
|
|
3004
|
+
} = n, [m, g] = X(d ?? !1, c, l), [p, f] = E(null), [C, S] = E(null), z = U([]), N = Lt(), { refs: P, floatingStyles: L, context: y, middlewareData: V } = At({
|
|
2990
3005
|
nodeId: N,
|
|
2991
3006
|
strategy: "fixed",
|
|
2992
3007
|
// TODO: probably some way with template string types to not need the "as Placement"
|
|
2993
3008
|
placement: t + (e !== "center" ? "-" + e : ""),
|
|
2994
|
-
whileElementsMounted:
|
|
3009
|
+
whileElementsMounted: Ht,
|
|
2995
3010
|
open: m,
|
|
2996
3011
|
onOpenChange: g,
|
|
2997
3012
|
middleware: [
|
|
2998
|
-
|
|
2999
|
-
|
|
3013
|
+
Dt({ mainAxis: s ?? fr }),
|
|
3014
|
+
Gt({
|
|
3000
3015
|
apply({ availableHeight: he, elements: ve }) {
|
|
3001
3016
|
ve.floating.style.setProperty(
|
|
3002
3017
|
"--overmap-menu-available-height",
|
|
3003
|
-
`${Math.max(he,
|
|
3018
|
+
`${Math.max(he, on)}px`
|
|
3004
3019
|
);
|
|
3005
3020
|
},
|
|
3006
3021
|
padding: Me
|
|
3007
3022
|
}),
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3023
|
+
Et({ fallbackStrategy: "initialPlacement" }),
|
|
3024
|
+
_t({ padding: Me }),
|
|
3025
|
+
Ft()
|
|
3011
3026
|
]
|
|
3012
|
-
}), A =
|
|
3027
|
+
}), A = to(y, {
|
|
3013
3028
|
role: "menu"
|
|
3014
|
-
}), G =
|
|
3029
|
+
}), G = Bt(y, {
|
|
3015
3030
|
capture: !0,
|
|
3016
3031
|
ancestorScroll: C === "context" || C === "virtual"
|
|
3017
|
-
}), O =
|
|
3032
|
+
}), O = $t(y, {
|
|
3018
3033
|
enabled: C === "click"
|
|
3019
|
-
}), _ =
|
|
3034
|
+
}), _ = jt(y, {
|
|
3020
3035
|
listRef: z,
|
|
3021
3036
|
activeIndex: p,
|
|
3022
3037
|
onNavigate: f,
|
|
3023
3038
|
loop: o
|
|
3024
|
-
}), { getFloatingProps: ee, getItemProps: R, getReferenceProps: I } =
|
|
3039
|
+
}), { getFloatingProps: ee, getItemProps: R, getReferenceProps: I } = Ut([
|
|
3025
3040
|
G,
|
|
3026
3041
|
_,
|
|
3027
3042
|
O,
|
|
@@ -3064,10 +3079,10 @@ const Me = 20, Y = 8, sn = 250, xr = 5, on = u((n) => {
|
|
|
3064
3079
|
S
|
|
3065
3080
|
]
|
|
3066
3081
|
);
|
|
3067
|
-
return /* @__PURE__ */ i(
|
|
3082
|
+
return /* @__PURE__ */ i(ao, { children: /* @__PURE__ */ i(ie.Provider, { value: D, children: a }) });
|
|
3068
3083
|
});
|
|
3069
|
-
|
|
3070
|
-
const
|
|
3084
|
+
rn.displayName = "Root";
|
|
3085
|
+
const cn = u((n) => {
|
|
3071
3086
|
const { ref: a, className: t, ...e } = n;
|
|
3072
3087
|
return /* @__PURE__ */ i(
|
|
3073
3088
|
"div",
|
|
@@ -3081,9 +3096,9 @@ const rn = u((n) => {
|
|
|
3081
3096
|
}
|
|
3082
3097
|
);
|
|
3083
3098
|
});
|
|
3084
|
-
|
|
3085
|
-
const
|
|
3086
|
-
const { ref: a, children: t, onSelect: e, closeOnSelect: s = !1, ...o } = n, { allSelected: r, someSelected: c, toggleSelectAll: l } = b(Z), d = r ? !0 : c ? "indeterminate" : !1, m =
|
|
3099
|
+
cn.displayName = "MenuScroll";
|
|
3100
|
+
const hr = F((n) => {
|
|
3101
|
+
const { ref: a, children: t, onSelect: e, closeOnSelect: s = !1, ...o } = n, { allSelected: r, someSelected: c, toggleSelectAll: l } = b(Z), d = r ? !0 : c ? "indeterminate" : !1, m = v(() => {
|
|
3087
3102
|
e == null || e(), l();
|
|
3088
3103
|
}, [e, l]), g = w(() => typeof t == "function" ? ({ active: p }) => t({ selected: d, active: p }) : t, [t, d]);
|
|
3089
3104
|
return /* @__PURE__ */ i(Se, { value: d, children: /* @__PURE__ */ i(
|
|
@@ -3097,15 +3112,15 @@ const fr = F((n) => {
|
|
|
3097
3112
|
children: g
|
|
3098
3113
|
}
|
|
3099
3114
|
) });
|
|
3100
|
-
}),
|
|
3115
|
+
}), ln = u((n) => {
|
|
3101
3116
|
const { ref: a, children: t, ...e } = n;
|
|
3102
|
-
return /* @__PURE__ */ i(
|
|
3117
|
+
return /* @__PURE__ */ i(_e, { ref: a, ...e, children: t });
|
|
3103
3118
|
});
|
|
3104
|
-
|
|
3105
|
-
const
|
|
3119
|
+
ln.displayName = "MenuSelectedIndicator";
|
|
3120
|
+
const vr = F(function(a) {
|
|
3106
3121
|
const { ref: t, children: e, required: s, defaultValue: o, value: r, onValueChange: c, ...l } = a;
|
|
3107
|
-
return /* @__PURE__ */ i(
|
|
3108
|
-
|
|
3122
|
+
return /* @__PURE__ */ i(He, { ref: t, ...l, children: s ? /* @__PURE__ */ i(ot, { defaultValue: o, value: r, onValueChange: c, children: e }) : /* @__PURE__ */ i(
|
|
3123
|
+
rt,
|
|
3109
3124
|
{
|
|
3110
3125
|
defaultValue: o,
|
|
3111
3126
|
value: r,
|
|
@@ -3113,8 +3128,8 @@ const hr = F(function(a) {
|
|
|
3113
3128
|
children: e
|
|
3114
3129
|
}
|
|
3115
3130
|
) });
|
|
3116
|
-
}),
|
|
3117
|
-
const { ref: a, value: t, onSelect: e, children: s, closeOnSelect: o = !0, ...r } = n, { selected: c, selectValue: l } = b(Ne), d = c(t), m =
|
|
3131
|
+
}), br = F(function(n) {
|
|
3132
|
+
const { ref: a, value: t, onSelect: e, children: s, closeOnSelect: o = !0, ...r } = n, { selected: c, selectValue: l } = b(Ne), d = c(t), m = v(() => {
|
|
3118
3133
|
e == null || e(), l(t);
|
|
3119
3134
|
}, [e, l, t]), g = w(() => typeof s == "function" ? ({ active: p }) => s({ selected: d, active: p }) : s, [s, d]);
|
|
3120
3135
|
return /* @__PURE__ */ i(xe.Provider, { value: d, children: /* @__PURE__ */ i(
|
|
@@ -3129,17 +3144,17 @@ const hr = F(function(a) {
|
|
|
3129
3144
|
children: g
|
|
3130
3145
|
}
|
|
3131
3146
|
) });
|
|
3132
|
-
}),
|
|
3147
|
+
}), dn = u((n) => {
|
|
3133
3148
|
const { ref: a, className: t, ...e } = n, { size: s } = b(J);
|
|
3134
|
-
return /* @__PURE__ */ i(
|
|
3149
|
+
return /* @__PURE__ */ i(Ze.Root, { className: x(dr({ size: s }), t), ref: a, ...e });
|
|
3135
3150
|
});
|
|
3136
|
-
|
|
3137
|
-
const
|
|
3151
|
+
dn.displayName = "MenuSeparator";
|
|
3152
|
+
const Cr = { mainAxis: Y + 1, crossAxis: 0 }, yr = {
|
|
3138
3153
|
"right-start": { mainAxis: Y + 1, crossAxis: -Y },
|
|
3139
3154
|
"right-end": { mainAxis: Y + 1, crossAxis: Y },
|
|
3140
3155
|
"left-start": { mainAxis: Y + 1, crossAxis: -Y },
|
|
3141
3156
|
"left-end": { mainAxis: Y + 1, crossAxis: Y }
|
|
3142
|
-
},
|
|
3157
|
+
}, zr = (n, a) => yr[`${n}-${a}`] ?? Cr, un = u((n) => {
|
|
3143
3158
|
const {
|
|
3144
3159
|
children: a,
|
|
3145
3160
|
disabled: t = !1,
|
|
@@ -3152,57 +3167,57 @@ const br = { mainAxis: Y + 1, crossAxis: 0 }, Cr = {
|
|
|
3152
3167
|
open: l,
|
|
3153
3168
|
onOpenChange: d,
|
|
3154
3169
|
defaultOpen: m
|
|
3155
|
-
} = n, [g, p] = X(m ?? !1, l, d), f =
|
|
3170
|
+
} = n, [g, p] = X(m ?? !1, l, d), f = Lt(), { refs: C, floatingStyles: S, context: z } = At({
|
|
3156
3171
|
nodeId: f,
|
|
3157
3172
|
strategy: "fixed",
|
|
3158
|
-
whileElementsMounted:
|
|
3173
|
+
whileElementsMounted: Ht,
|
|
3159
3174
|
open: g,
|
|
3160
3175
|
onOpenChange: (R, I, D) => {
|
|
3161
3176
|
D && p(R);
|
|
3162
3177
|
},
|
|
3163
3178
|
placement: e + (s !== "center" ? "-" + s : ""),
|
|
3164
3179
|
middleware: [
|
|
3165
|
-
|
|
3166
|
-
|
|
3180
|
+
Dt({ ...zr(e, s) }),
|
|
3181
|
+
Gt({
|
|
3167
3182
|
padding: Me,
|
|
3168
3183
|
apply({ availableHeight: R, elements: I }) {
|
|
3169
3184
|
I.floating.style.setProperty(
|
|
3170
3185
|
"--overmap-menu-available-height",
|
|
3171
|
-
`${Math.max(R,
|
|
3186
|
+
`${Math.max(R, on)}px`
|
|
3172
3187
|
);
|
|
3173
3188
|
}
|
|
3174
3189
|
}),
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3190
|
+
Et(),
|
|
3191
|
+
_t({ padding: Me }),
|
|
3192
|
+
Ft()
|
|
3178
3193
|
]
|
|
3179
|
-
}), N =
|
|
3194
|
+
}), N = Bt(z, {
|
|
3180
3195
|
bubbles: o,
|
|
3181
3196
|
outsidePress: o
|
|
3182
|
-
}), P =
|
|
3197
|
+
}), P = no(z, {
|
|
3183
3198
|
restMs: 50,
|
|
3184
|
-
handleClose:
|
|
3199
|
+
handleClose: so({
|
|
3185
3200
|
blockPointerEvents: !0,
|
|
3186
3201
|
requireIntent: !1
|
|
3187
3202
|
}),
|
|
3188
3203
|
enabled: !t
|
|
3189
|
-
}), L =
|
|
3204
|
+
}), L = $t(z, {
|
|
3190
3205
|
enabled: !t
|
|
3191
|
-
}), y = U([]), [V, A] = E(null), G =
|
|
3206
|
+
}), y = U([]), [V, A] = E(null), G = jt(z, {
|
|
3192
3207
|
listRef: y,
|
|
3193
3208
|
nested: !0,
|
|
3194
3209
|
activeIndex: V,
|
|
3195
3210
|
onNavigate: A,
|
|
3196
3211
|
loop: r,
|
|
3197
3212
|
rtl: e === "left"
|
|
3198
|
-
}), { getFloatingProps: O, getItemProps: _, getReferenceProps: ee } =
|
|
3213
|
+
}), { getFloatingProps: O, getItemProps: _, getReferenceProps: ee } = Ut([
|
|
3199
3214
|
G,
|
|
3200
3215
|
N,
|
|
3201
3216
|
P,
|
|
3202
3217
|
L
|
|
3203
3218
|
]);
|
|
3204
3219
|
return /* @__PURE__ */ i(
|
|
3205
|
-
|
|
3220
|
+
Fe.Provider,
|
|
3206
3221
|
{
|
|
3207
3222
|
value: {
|
|
3208
3223
|
open: g,
|
|
@@ -3226,8 +3241,8 @@ const br = { mainAxis: Y + 1, crossAxis: 0 }, Cr = {
|
|
|
3226
3241
|
}
|
|
3227
3242
|
);
|
|
3228
3243
|
});
|
|
3229
|
-
|
|
3230
|
-
const
|
|
3244
|
+
un.displayName = "SubMenu";
|
|
3245
|
+
const mn = u((n) => {
|
|
3231
3246
|
var O;
|
|
3232
3247
|
const { ref: a, children: t, ...e } = n, { middlewareData: s } = b(ie), { accentColor: o, radius: r, variant: c, size: l } = b(J), {
|
|
3233
3248
|
open: d,
|
|
@@ -3242,14 +3257,14 @@ const un = u((n) => {
|
|
|
3242
3257
|
floatingStyles: P,
|
|
3243
3258
|
setOpen: L,
|
|
3244
3259
|
side: y
|
|
3245
|
-
} = b(
|
|
3260
|
+
} = b(Fe), V = U(null), A = ge([g.setFloating, V]), G = w(() => {
|
|
3246
3261
|
var _;
|
|
3247
3262
|
return {
|
|
3248
3263
|
...P,
|
|
3249
3264
|
visibility: (_ = s.hide) != null && _.referenceHidden ? "hidden" : "visible"
|
|
3250
3265
|
};
|
|
3251
3266
|
}, [P, (O = s.hide) == null ? void 0 : O.referenceHidden]);
|
|
3252
|
-
return /* @__PURE__ */ i(
|
|
3267
|
+
return /* @__PURE__ */ i(Pt, { id: m, children: d && /* @__PURE__ */ i(Mt, { children: /* @__PURE__ */ i(Ot, { context: p, initialFocus: V, children: /* @__PURE__ */ i(Vt, { elementsRef: N, children: /* @__PURE__ */ i(
|
|
3253
3268
|
J.Provider,
|
|
3254
3269
|
{
|
|
3255
3270
|
value: {
|
|
@@ -3277,8 +3292,9 @@ const un = u((n) => {
|
|
|
3277
3292
|
{
|
|
3278
3293
|
className: x(
|
|
3279
3294
|
"overmap-menu-sub-content",
|
|
3280
|
-
|
|
3281
|
-
Ve({ side: y
|
|
3295
|
+
qa({ size: l }),
|
|
3296
|
+
Ve({ side: y }),
|
|
3297
|
+
Le({ size: "md" }),
|
|
3282
3298
|
k({ radius: r, maxLarge: !0 }),
|
|
3283
3299
|
"max-h-(--overmap-menu-available-height)"
|
|
3284
3300
|
),
|
|
@@ -3295,9 +3311,9 @@ const un = u((n) => {
|
|
|
3295
3311
|
}
|
|
3296
3312
|
) }) }) }) });
|
|
3297
3313
|
});
|
|
3298
|
-
|
|
3299
|
-
const
|
|
3300
|
-
const { ref: a, children: t, ...e } = n, { refs: s, getReferenceProps: o, open: r, disabled: c } = b(
|
|
3314
|
+
mn.displayName = "MenuSubContent";
|
|
3315
|
+
const gn = u((n) => {
|
|
3316
|
+
const { ref: a, children: t, ...e } = n, { refs: s, getReferenceProps: o, open: r, disabled: c } = b(Fe), l = ge([a, s.setReference]);
|
|
3301
3317
|
return /* @__PURE__ */ i(
|
|
3302
3318
|
se,
|
|
3303
3319
|
{
|
|
@@ -3311,8 +3327,8 @@ const mn = u((n) => {
|
|
|
3311
3327
|
}
|
|
3312
3328
|
);
|
|
3313
3329
|
});
|
|
3314
|
-
|
|
3315
|
-
const
|
|
3330
|
+
gn.displayName = "MenuSubTrigger";
|
|
3331
|
+
const pn = u((n) => {
|
|
3316
3332
|
const { virtualElement: a, disabled: t } = n, { refs: e, setTriggerType: s, setOpen: o } = b(ie);
|
|
3317
3333
|
return B(() => {
|
|
3318
3334
|
s("virtual");
|
|
@@ -3320,50 +3336,50 @@ const gn = u((n) => {
|
|
|
3320
3336
|
!t && a ? (e.setPositionReference(a), o(!0)) : (e.setPositionReference(null), o(!1));
|
|
3321
3337
|
}, [t, e, o, a]), null;
|
|
3322
3338
|
});
|
|
3323
|
-
|
|
3324
|
-
const
|
|
3325
|
-
Root:
|
|
3326
|
-
Content:
|
|
3339
|
+
pn.displayName = "VirtualTrigger";
|
|
3340
|
+
const Zc = {
|
|
3341
|
+
Root: rn,
|
|
3342
|
+
Content: Ya,
|
|
3327
3343
|
// sub
|
|
3328
|
-
Sub:
|
|
3329
|
-
SubContent:
|
|
3330
|
-
SubTrigger:
|
|
3344
|
+
Sub: un,
|
|
3345
|
+
SubContent: mn,
|
|
3346
|
+
SubTrigger: gn,
|
|
3331
3347
|
// pages
|
|
3332
|
-
Pages:
|
|
3333
|
-
PageContent:
|
|
3334
|
-
PageTrigger:
|
|
3348
|
+
Pages: nn,
|
|
3349
|
+
PageContent: an,
|
|
3350
|
+
PageTrigger: sn,
|
|
3335
3351
|
// triggers
|
|
3336
|
-
ClickTrigger:
|
|
3337
|
-
ContextTrigger:
|
|
3338
|
-
VirtualTrigger:
|
|
3352
|
+
ClickTrigger: Xa,
|
|
3353
|
+
ContextTrigger: Qa,
|
|
3354
|
+
VirtualTrigger: pn,
|
|
3339
3355
|
// groups
|
|
3340
|
-
Group:
|
|
3341
|
-
SelectGroup:
|
|
3342
|
-
MultiSelectGroup:
|
|
3356
|
+
Group: He,
|
|
3357
|
+
SelectGroup: vr,
|
|
3358
|
+
MultiSelectGroup: pr,
|
|
3343
3359
|
// items
|
|
3344
3360
|
Item: se,
|
|
3345
|
-
SelectItem:
|
|
3346
|
-
MultiSelectItem:
|
|
3347
|
-
SelectAllItem:
|
|
3348
|
-
CheckboxItem:
|
|
3361
|
+
SelectItem: br,
|
|
3362
|
+
MultiSelectItem: xr,
|
|
3363
|
+
SelectAllItem: hr,
|
|
3364
|
+
CheckboxItem: Wa,
|
|
3349
3365
|
// indicators
|
|
3350
|
-
SelectedIndicator:
|
|
3351
|
-
CheckboxItemIndicator:
|
|
3366
|
+
SelectedIndicator: ln,
|
|
3367
|
+
CheckboxItemIndicator: Ka,
|
|
3352
3368
|
// input
|
|
3353
|
-
InputRoot:
|
|
3354
|
-
InputField:
|
|
3355
|
-
InputSlot:
|
|
3369
|
+
InputRoot: Za,
|
|
3370
|
+
InputField: Ja,
|
|
3371
|
+
InputSlot: en,
|
|
3356
3372
|
// others
|
|
3357
|
-
Label:
|
|
3358
|
-
Separator:
|
|
3359
|
-
Scroll:
|
|
3373
|
+
Label: tn,
|
|
3374
|
+
Separator: dn,
|
|
3375
|
+
Scroll: cn
|
|
3360
3376
|
}, Ce = {
|
|
3361
3377
|
next: "ArrowDown",
|
|
3362
3378
|
prev: "ArrowUp",
|
|
3363
3379
|
first: "PageUp",
|
|
3364
3380
|
last: "PageDown",
|
|
3365
3381
|
selectItem: "Enter"
|
|
3366
|
-
}, te = "menu-item",
|
|
3382
|
+
}, te = "menu-item", Xe = "menu-group", Be = T({}), xn = T({}), bt = T({}), Nr = h(["w-full", "outline-none"], {
|
|
3367
3383
|
variants: {
|
|
3368
3384
|
size: {
|
|
3369
3385
|
xs: ["p-0.5", "text-xs", "min-w-30"],
|
|
@@ -3382,7 +3398,7 @@ const Jc = {
|
|
|
3382
3398
|
full: ["rounded-lg"]
|
|
3383
3399
|
}
|
|
3384
3400
|
}
|
|
3385
|
-
}),
|
|
3401
|
+
}), wr = h(
|
|
3386
3402
|
[
|
|
3387
3403
|
"select-none",
|
|
3388
3404
|
"relative",
|
|
@@ -3417,7 +3433,7 @@ const Jc = {
|
|
|
3417
3433
|
}
|
|
3418
3434
|
}
|
|
3419
3435
|
}
|
|
3420
|
-
),
|
|
3436
|
+
), Ir = h(["text-(--base-a11)", "flex", "items-center", "select-none", "py-1"], {
|
|
3421
3437
|
variants: {
|
|
3422
3438
|
size: {
|
|
3423
3439
|
xs: ["gap-1.5", "px-3", "text-xs"],
|
|
@@ -3427,7 +3443,7 @@ const Jc = {
|
|
|
3427
3443
|
xl: ["gap-2.5", "px-5", "text-lg"]
|
|
3428
3444
|
}
|
|
3429
3445
|
}
|
|
3430
|
-
}),
|
|
3446
|
+
}), Sr = h(["h-px", "bg-(--base-a6)", "w-auto", "shrink-0"], {
|
|
3431
3447
|
variants: {
|
|
3432
3448
|
size: {
|
|
3433
3449
|
xs: ["-mx-0.5", "my-0.5"],
|
|
@@ -3449,27 +3465,27 @@ const Jc = {
|
|
|
3449
3465
|
onPointerLeave: l,
|
|
3450
3466
|
onPointerMove: d,
|
|
3451
3467
|
...m
|
|
3452
|
-
} = n, g = U(null), p =
|
|
3468
|
+
} = n, g = U(null), p = Qe(), { activeItemId: f, setActiveItemId: C, size: S, variant: z, radius: N } = b(Be), P = p === f, L = v(
|
|
3453
3469
|
(O) => {
|
|
3454
3470
|
r == null || r(O);
|
|
3455
3471
|
},
|
|
3456
3472
|
[r]
|
|
3457
|
-
), y =
|
|
3473
|
+
), y = v(
|
|
3458
3474
|
(O) => {
|
|
3459
3475
|
o == null || o(O), L(new Event("menu-select"));
|
|
3460
3476
|
},
|
|
3461
3477
|
[L, o]
|
|
3462
|
-
), V =
|
|
3478
|
+
), V = v(
|
|
3463
3479
|
(O) => {
|
|
3464
3480
|
c == null || c(O), !O.defaultPrevented && C(p);
|
|
3465
3481
|
},
|
|
3466
3482
|
[c, C, p]
|
|
3467
|
-
), A =
|
|
3483
|
+
), A = v(
|
|
3468
3484
|
(O) => {
|
|
3469
3485
|
l == null || l(O), !O.defaultPrevented && C(null);
|
|
3470
3486
|
},
|
|
3471
3487
|
[l, C]
|
|
3472
|
-
), G =
|
|
3488
|
+
), G = v(
|
|
3473
3489
|
(O) => {
|
|
3474
3490
|
d == null || d(O), !O.defaultPrevented && C(p);
|
|
3475
3491
|
},
|
|
@@ -3485,7 +3501,7 @@ const Jc = {
|
|
|
3485
3501
|
"div",
|
|
3486
3502
|
{
|
|
3487
3503
|
ref: we([a, g]),
|
|
3488
|
-
className: x(
|
|
3504
|
+
className: x(wr({ size: S, variant: z }), k({ radius: N, maxLarge: !0 }), e),
|
|
3489
3505
|
role: "menuitem",
|
|
3490
3506
|
onClick: y,
|
|
3491
3507
|
onPointerEnter: V,
|
|
@@ -3501,8 +3517,8 @@ const Jc = {
|
|
|
3501
3517
|
);
|
|
3502
3518
|
});
|
|
3503
3519
|
le.displayName = "MenuItem";
|
|
3504
|
-
const
|
|
3505
|
-
const { ref: a, checked: t, onCheckedChange: e, onSelect: s, ...o } = n, r =
|
|
3520
|
+
const fn = u((n) => {
|
|
3521
|
+
const { ref: a, checked: t, onCheckedChange: e, onSelect: s, ...o } = n, r = v(
|
|
3506
3522
|
(c) => {
|
|
3507
3523
|
if (s == null || s(c), !c.defaultPrevented)
|
|
3508
3524
|
switch (t) {
|
|
@@ -3521,45 +3537,45 @@ const xn = u((n) => {
|
|
|
3521
3537
|
);
|
|
3522
3538
|
return /* @__PURE__ */ i(Se.Provider, { value: t, children: /* @__PURE__ */ i(le, { ref: a, onSelect: r, ...o }) });
|
|
3523
3539
|
});
|
|
3524
|
-
|
|
3525
|
-
const
|
|
3540
|
+
fn.displayName = "MenuCheckboxItem";
|
|
3541
|
+
const hn = u((n) => {
|
|
3526
3542
|
const { ref: a, children: t, ...e } = n;
|
|
3527
|
-
return /* @__PURE__ */ i(
|
|
3543
|
+
return /* @__PURE__ */ i(Ge, { ref: a, ...e, children: t });
|
|
3528
3544
|
});
|
|
3529
|
-
|
|
3530
|
-
const
|
|
3531
|
-
const { ref: a, children: t, ...e } = n, s =
|
|
3545
|
+
hn.displayName = "MenuCheckboxItemIndicator";
|
|
3546
|
+
const $e = u((n) => {
|
|
3547
|
+
const { ref: a, children: t, ...e } = n, s = Qe(), [o, r] = E(null), c = w(
|
|
3532
3548
|
() => ({
|
|
3533
3549
|
labelId: o,
|
|
3534
3550
|
setLabelId: r
|
|
3535
3551
|
}),
|
|
3536
3552
|
[o]
|
|
3537
3553
|
);
|
|
3538
|
-
return /* @__PURE__ */ i("div", { ref: a, role: "group", [
|
|
3554
|
+
return /* @__PURE__ */ i("div", { ref: a, role: "group", [Xe]: s, "aria-labelledby": o ?? void 0, ...e, children: /* @__PURE__ */ i(xn, { value: c, children: t }) });
|
|
3539
3555
|
});
|
|
3540
|
-
|
|
3541
|
-
const
|
|
3542
|
-
const { ref: a, children: t, id: e, className: s, ...o } = n, r =
|
|
3556
|
+
$e.displayName = "MenuGroup";
|
|
3557
|
+
const vn = u((n) => {
|
|
3558
|
+
const { ref: a, children: t, id: e, className: s, ...o } = n, r = bo(e), { size: c } = b(Be), { setLabelId: l } = b(xn);
|
|
3543
3559
|
return B(() => {
|
|
3544
3560
|
l(r);
|
|
3545
|
-
}, [r, l]), /* @__PURE__ */ i("div", { ref: a, id: r, className: x(
|
|
3561
|
+
}, [r, l]), /* @__PURE__ */ i("div", { ref: a, id: r, className: x(Ir({ size: c }), s), ...o, children: t });
|
|
3546
3562
|
});
|
|
3547
|
-
|
|
3548
|
-
const
|
|
3549
|
-
const { ref: a, children: t, onSelect: e, ...s } = n, { allSelected: o, someSelected: r, toggleSelectAll: c } = b(Z), l = o ? !0 : r ? "indeterminate" : !1, d =
|
|
3563
|
+
vn.displayName = "MenuGroupLabel";
|
|
3564
|
+
const kr = F((n) => {
|
|
3565
|
+
const { ref: a, children: t, onSelect: e, ...s } = n, { allSelected: o, someSelected: r, toggleSelectAll: c } = b(Z), l = o ? !0 : r ? "indeterminate" : !1, d = v(
|
|
3550
3566
|
(m) => {
|
|
3551
3567
|
e == null || e(m), !m.defaultPrevented && c();
|
|
3552
3568
|
},
|
|
3553
3569
|
[e, c]
|
|
3554
3570
|
);
|
|
3555
3571
|
return /* @__PURE__ */ i(le, { onSelect: d, ref: a, "data-state": Ie(l), ...s, children: /* @__PURE__ */ i(Se, { value: l, children: t }) });
|
|
3556
|
-
}),
|
|
3572
|
+
}), Rr = F(function(a) {
|
|
3557
3573
|
const { ref: t, children: e, defaultValues: s, values: o, onValuesChange: r, ...c } = a;
|
|
3558
|
-
return /* @__PURE__ */ i(
|
|
3559
|
-
}),
|
|
3574
|
+
return /* @__PURE__ */ i($e, { ref: t, ...c, children: /* @__PURE__ */ i(De, { defaultValues: s, values: o, onValuesChange: r, children: e }) });
|
|
3575
|
+
}), Tr = F(function(n) {
|
|
3560
3576
|
const { ref: a, onSelect: t, children: e, value: s, ...o } = n, { selected: r, selectValue: c, registerValue: l } = b(Z);
|
|
3561
3577
|
ue(() => l(s), [l, s]);
|
|
3562
|
-
const d = r(s), m =
|
|
3578
|
+
const d = r(s), m = v(
|
|
3563
3579
|
(g) => {
|
|
3564
3580
|
t == null || t(g), !g.defaultPrevented && c(s);
|
|
3565
3581
|
},
|
|
@@ -3576,12 +3592,12 @@ const Sr = F((n) => {
|
|
|
3576
3592
|
children: /* @__PURE__ */ i(xe, { value: d, children: e })
|
|
3577
3593
|
}
|
|
3578
3594
|
);
|
|
3579
|
-
}),
|
|
3580
|
-
const { children: a, ref: t, page: e, ...s } = n, { page: o } = b(
|
|
3581
|
-
return /* @__PURE__ */ i("div", { ref: t, "data-active":
|
|
3595
|
+
}), bn = u((n) => {
|
|
3596
|
+
const { children: a, ref: t, page: e, ...s } = n, { page: o } = b(bt), r = e === o;
|
|
3597
|
+
return /* @__PURE__ */ i("div", { ref: t, "data-active": Ae(r), hidden: !r, ...s, children: r ? a : null });
|
|
3582
3598
|
});
|
|
3583
|
-
|
|
3584
|
-
const
|
|
3599
|
+
bn.displayName = "MenuPage";
|
|
3600
|
+
const Cn = u((n) => {
|
|
3585
3601
|
const { children: a, defaultPage: t = "", page: e, onPageChange: s } = n, [o, r] = X(t, e, s), c = w(
|
|
3586
3602
|
() => ({
|
|
3587
3603
|
page: o,
|
|
@@ -3589,27 +3605,27 @@ const bn = u((n) => {
|
|
|
3589
3605
|
}),
|
|
3590
3606
|
[o, r]
|
|
3591
3607
|
);
|
|
3592
|
-
return /* @__PURE__ */ i(
|
|
3608
|
+
return /* @__PURE__ */ i(bt, { value: c, children: a });
|
|
3593
3609
|
});
|
|
3594
|
-
|
|
3595
|
-
const
|
|
3596
|
-
const { ref: a, children: t, page: e, onSelect: s, ...o } = n, { page: r, setPage: c } = b(
|
|
3610
|
+
Cn.displayName = "MenuPages";
|
|
3611
|
+
const yn = u((n) => {
|
|
3612
|
+
const { ref: a, children: t, page: e, onSelect: s, ...o } = n, { page: r, setPage: c } = b(bt), l = e === r, d = v(
|
|
3597
3613
|
(m) => {
|
|
3598
3614
|
s == null || s(m), !m.defaultPrevented && c(e);
|
|
3599
3615
|
},
|
|
3600
3616
|
[s, e, c]
|
|
3601
3617
|
);
|
|
3602
|
-
return /* @__PURE__ */ i(le, { ref: a, onSelect: d, "data-state":
|
|
3618
|
+
return /* @__PURE__ */ i(le, { ref: a, onSelect: d, "data-state": Ae(l), ...o, children: /* @__PURE__ */ i(xe, { value: l, children: t }) });
|
|
3603
3619
|
});
|
|
3604
|
-
|
|
3605
|
-
const
|
|
3620
|
+
yn.displayName = "CommandMenuPageTriggerItem";
|
|
3621
|
+
const kt = (n, a, t, e) => {
|
|
3606
3622
|
switch (t) {
|
|
3607
3623
|
case "next":
|
|
3608
3624
|
return n === a - 1 ? e ? 0 : n : n + 1;
|
|
3609
3625
|
case "prev":
|
|
3610
3626
|
return n === 0 ? e ? a - 1 : n : n - 1;
|
|
3611
3627
|
}
|
|
3612
|
-
},
|
|
3628
|
+
}, zn = u((n) => {
|
|
3613
3629
|
const a = M(), {
|
|
3614
3630
|
ref: t,
|
|
3615
3631
|
children: e,
|
|
@@ -3622,31 +3638,31 @@ const St = (n, a, t, e) => {
|
|
|
3622
3638
|
size: d = "md",
|
|
3623
3639
|
variant: m = "soft",
|
|
3624
3640
|
...g
|
|
3625
|
-
} = n, p = U(null), [f, C] = E(null), S =
|
|
3641
|
+
} = n, p = U(null), [f, C] = E(null), S = v((R) => Array.from(R.querySelectorAll(`[${te}]:not([data-disabled=true]`)), []), z = v(
|
|
3626
3642
|
(R) => S(R).at(0),
|
|
3627
3643
|
[S]
|
|
3628
|
-
), N =
|
|
3644
|
+
), N = v(
|
|
3629
3645
|
(R) => S(R).at(-1),
|
|
3630
3646
|
[S]
|
|
3631
|
-
), P =
|
|
3647
|
+
), P = v(
|
|
3632
3648
|
(R) => S(R).find((I) => I.getAttribute(te) === f),
|
|
3633
3649
|
[f, S]
|
|
3634
|
-
), L =
|
|
3650
|
+
), L = v(
|
|
3635
3651
|
(R, I) => {
|
|
3636
|
-
const D = S(R), he = P(R), ve = D.findIndex((
|
|
3637
|
-
return D[
|
|
3652
|
+
const D = S(R), he = P(R), ve = D.findIndex((Ns) => Ns === he), qe = kt(ve, D.length, I, r);
|
|
3653
|
+
return D[qe];
|
|
3638
3654
|
},
|
|
3639
3655
|
[P, S, r]
|
|
3640
|
-
), y =
|
|
3656
|
+
), y = v(() => p.current ? Array.from(p.current.querySelectorAll(`[${Xe}]`)) : [], []), V = v(() => {
|
|
3641
3657
|
var R;
|
|
3642
|
-
return ((R = P(p.current)) == null ? void 0 : R.closest(`[${
|
|
3643
|
-
}, [P]), A =
|
|
3658
|
+
return ((R = P(p.current)) == null ? void 0 : R.closest(`[${Xe}]`)) ?? void 0;
|
|
3659
|
+
}, [P]), A = v(
|
|
3644
3660
|
(R) => {
|
|
3645
|
-
const I = y(), D = V(), he = I.findIndex((
|
|
3661
|
+
const I = y(), D = V(), he = I.findIndex((qe) => qe === D), ve = kt(he, I.length, R, r);
|
|
3646
3662
|
return I[ve];
|
|
3647
3663
|
},
|
|
3648
3664
|
[V, y, r]
|
|
3649
|
-
), G =
|
|
3665
|
+
), G = v(() => y().at(0), [y]), O = v(() => y().at(-1), [y]), _ = v(
|
|
3650
3666
|
(R) => {
|
|
3651
3667
|
if (o == null || o(R), !R.defaultPrevented)
|
|
3652
3668
|
switch (R.code) {
|
|
@@ -3728,27 +3744,27 @@ const St = (n, a, t, e) => {
|
|
|
3728
3744
|
"div",
|
|
3729
3745
|
{
|
|
3730
3746
|
ref: we([t, p]),
|
|
3731
|
-
className: x(
|
|
3747
|
+
className: x(Nr({ size: d }), k({ radius: c, maxLarge: !0 }), s),
|
|
3732
3748
|
role: "menu",
|
|
3733
3749
|
onKeyDown: _,
|
|
3734
3750
|
tabIndex: 0,
|
|
3735
3751
|
"aria-activedescendant": f ?? void 0,
|
|
3736
3752
|
"data-accent-color": l,
|
|
3737
3753
|
...g,
|
|
3738
|
-
children: /* @__PURE__ */ i(
|
|
3754
|
+
children: /* @__PURE__ */ i(Be, { value: ee, children: e })
|
|
3739
3755
|
}
|
|
3740
3756
|
);
|
|
3741
3757
|
});
|
|
3742
|
-
|
|
3743
|
-
const
|
|
3758
|
+
zn.displayName = "MenuRoot";
|
|
3759
|
+
const Nn = u((n) => {
|
|
3744
3760
|
const { ref: a, children: t, ...e } = n;
|
|
3745
|
-
return /* @__PURE__ */ i(
|
|
3761
|
+
return /* @__PURE__ */ i(_e, { ref: a, ...e, children: t });
|
|
3746
3762
|
});
|
|
3747
|
-
|
|
3748
|
-
const
|
|
3763
|
+
Nn.displayName = "MenuCheckboxItemIndicator";
|
|
3764
|
+
const Pr = F(function(a) {
|
|
3749
3765
|
const { ref: t, children: e, required: s, defaultValue: o, value: r, onValueChange: c, ...l } = a;
|
|
3750
|
-
return /* @__PURE__ */ i(
|
|
3751
|
-
|
|
3766
|
+
return /* @__PURE__ */ i($e, { ref: t, ...l, children: s ? /* @__PURE__ */ i(ot, { defaultValue: o, value: r, onValueChange: c, children: e }) : /* @__PURE__ */ i(
|
|
3767
|
+
rt,
|
|
3752
3768
|
{
|
|
3753
3769
|
defaultValue: o,
|
|
3754
3770
|
value: r,
|
|
@@ -3756,8 +3772,8 @@ const Tr = F(function(a) {
|
|
|
3756
3772
|
children: e
|
|
3757
3773
|
}
|
|
3758
3774
|
) });
|
|
3759
|
-
}),
|
|
3760
|
-
const { ref: a, value: t, onSelect: e, children: s, ...o } = n, { selected: r, selectValue: c } = b(Ne), l = r(t), d =
|
|
3775
|
+
}), Mr = F(function(n) {
|
|
3776
|
+
const { ref: a, value: t, onSelect: e, children: s, ...o } = n, { selected: r, selectValue: c } = b(Ne), l = r(t), d = v(
|
|
3761
3777
|
(m) => {
|
|
3762
3778
|
e == null || e(m), !m.defaultPrevented && c(t);
|
|
3763
3779
|
},
|
|
@@ -3774,31 +3790,31 @@ const Tr = F(function(a) {
|
|
|
3774
3790
|
children: /* @__PURE__ */ i(xe, { value: l, children: s })
|
|
3775
3791
|
}
|
|
3776
3792
|
);
|
|
3777
|
-
}),
|
|
3778
|
-
const { ref: a, className: t, ...e } = n, { size: s } = b(
|
|
3779
|
-
return /* @__PURE__ */ i(
|
|
3793
|
+
}), wn = u((n) => {
|
|
3794
|
+
const { ref: a, className: t, ...e } = n, { size: s } = b(Be);
|
|
3795
|
+
return /* @__PURE__ */ i(Ze.Root, { className: x(Sr({ size: s }), t), ref: a, ...e });
|
|
3780
3796
|
});
|
|
3781
|
-
|
|
3782
|
-
const
|
|
3783
|
-
Root:
|
|
3784
|
-
Group:
|
|
3785
|
-
GroupLabel:
|
|
3797
|
+
wn.displayName = "MenuSeparator";
|
|
3798
|
+
const ei = {
|
|
3799
|
+
Root: zn,
|
|
3800
|
+
Group: $e,
|
|
3801
|
+
GroupLabel: vn,
|
|
3786
3802
|
Item: le,
|
|
3787
|
-
Separator:
|
|
3788
|
-
SelectGroup:
|
|
3789
|
-
SelectItem:
|
|
3790
|
-
MultiSelectGroup:
|
|
3791
|
-
MultiSelectItem:
|
|
3792
|
-
SelectAllItem:
|
|
3793
|
-
SelectedIndicator:
|
|
3794
|
-
CheckboxItem:
|
|
3795
|
-
CheckedIndicator:
|
|
3796
|
-
Pages:
|
|
3797
|
-
Page:
|
|
3798
|
-
PageTriggerItem:
|
|
3799
|
-
},
|
|
3800
|
-
|
|
3801
|
-
const
|
|
3803
|
+
Separator: wn,
|
|
3804
|
+
SelectGroup: Pr,
|
|
3805
|
+
SelectItem: Mr,
|
|
3806
|
+
MultiSelectGroup: Rr,
|
|
3807
|
+
MultiSelectItem: Tr,
|
|
3808
|
+
SelectAllItem: kr,
|
|
3809
|
+
SelectedIndicator: Nn,
|
|
3810
|
+
CheckboxItem: fn,
|
|
3811
|
+
CheckedIndicator: hn,
|
|
3812
|
+
Pages: Cn,
|
|
3813
|
+
Page: bn,
|
|
3814
|
+
PageTriggerItem: yn
|
|
3815
|
+
}, In = u((n) => /* @__PURE__ */ i(et.HiddenInput, { ...n }));
|
|
3816
|
+
In.displayName = "OneTimePasswordFieldHiddenInput";
|
|
3817
|
+
const Sn = T({}), Or = h(
|
|
3802
3818
|
[
|
|
3803
3819
|
"flex",
|
|
3804
3820
|
"items-center",
|
|
@@ -3853,14 +3869,14 @@ const In = T({}), Mr = v(
|
|
|
3853
3869
|
variant: "surface"
|
|
3854
3870
|
}
|
|
3855
3871
|
}
|
|
3856
|
-
),
|
|
3857
|
-
const { ref: a, className: t, ...e } = n, { variant: s, size: o, radius: r, accentColor: c } = b(
|
|
3872
|
+
), kn = u((n) => {
|
|
3873
|
+
const { ref: a, className: t, ...e } = n, { variant: s, size: o, radius: r, accentColor: c } = b(Sn);
|
|
3858
3874
|
return /* @__PURE__ */ i(
|
|
3859
|
-
|
|
3875
|
+
et.Input,
|
|
3860
3876
|
{
|
|
3861
3877
|
ref: a,
|
|
3862
3878
|
className: x(
|
|
3863
|
-
|
|
3879
|
+
Or({ variant: s, size: o }),
|
|
3864
3880
|
k({ radius: r, maxLarge: !0 }),
|
|
3865
3881
|
t
|
|
3866
3882
|
),
|
|
@@ -3869,8 +3885,8 @@ const In = T({}), Mr = v(
|
|
|
3869
3885
|
}
|
|
3870
3886
|
);
|
|
3871
3887
|
});
|
|
3872
|
-
|
|
3873
|
-
const
|
|
3888
|
+
kn.displayName = "OneTimePasswordFieldInput";
|
|
3889
|
+
const Rn = u((n) => {
|
|
3874
3890
|
const a = M(), {
|
|
3875
3891
|
ref: t,
|
|
3876
3892
|
children: e,
|
|
@@ -3880,19 +3896,19 @@ const kn = u((n) => {
|
|
|
3880
3896
|
accentColor: c = a.accentColor,
|
|
3881
3897
|
...l
|
|
3882
3898
|
} = n, d = w(() => ({ variant: s, size: o, radius: r, accentColor: c }), [c, r, o, s]);
|
|
3883
|
-
return /* @__PURE__ */ i(
|
|
3899
|
+
return /* @__PURE__ */ i(et.Root, { ref: t, "data-accent-color": c, ...l, children: /* @__PURE__ */ i(Sn, { value: d, children: e }) });
|
|
3884
3900
|
});
|
|
3885
|
-
|
|
3886
|
-
const
|
|
3887
|
-
HiddenInput:
|
|
3888
|
-
Input:
|
|
3889
|
-
Root:
|
|
3890
|
-
},
|
|
3901
|
+
Rn.displayName = "OneTimePasswordFieldRoot";
|
|
3902
|
+
const ti = {
|
|
3903
|
+
HiddenInput: In,
|
|
3904
|
+
Input: kn,
|
|
3905
|
+
Root: Rn
|
|
3906
|
+
}, Tn = u((n) => {
|
|
3891
3907
|
const { ref: a, ...t } = n;
|
|
3892
3908
|
return /* @__PURE__ */ i(H.Close, { ref: a, ...t });
|
|
3893
3909
|
});
|
|
3894
|
-
|
|
3895
|
-
const
|
|
3910
|
+
Tn.displayName = "OverlayClose";
|
|
3911
|
+
const Vr = h([
|
|
3896
3912
|
"fixed",
|
|
3897
3913
|
"inset-0",
|
|
3898
3914
|
"bg-(--color-background)",
|
|
@@ -3902,79 +3918,79 @@ const Or = v([
|
|
|
3902
3918
|
"data-[state='open']:animate-in",
|
|
3903
3919
|
"data-[state='open']:fade-in-0",
|
|
3904
3920
|
"data-[state='open']:zoom-in-95"
|
|
3905
|
-
]),
|
|
3921
|
+
]), Pn = u((n) => {
|
|
3906
3922
|
const { ref: a, container: t, className: e, ...s } = n;
|
|
3907
3923
|
return /* @__PURE__ */ i(H.Portal, { container: t, children: /* @__PURE__ */ i(
|
|
3908
3924
|
H.Content,
|
|
3909
3925
|
{
|
|
3910
|
-
className: x(
|
|
3926
|
+
className: x(Vr(), e),
|
|
3911
3927
|
ref: a,
|
|
3912
3928
|
"data-floating-content": "",
|
|
3913
3929
|
...s
|
|
3914
3930
|
}
|
|
3915
3931
|
) });
|
|
3916
3932
|
});
|
|
3917
|
-
|
|
3918
|
-
const
|
|
3933
|
+
Pn.displayName = "OverlayContent";
|
|
3934
|
+
const Mn = u((n) => {
|
|
3919
3935
|
const { ref: a, ...t } = n;
|
|
3920
3936
|
return /* @__PURE__ */ i(H.Description, { ref: a, ...t });
|
|
3921
3937
|
});
|
|
3922
|
-
|
|
3923
|
-
const
|
|
3924
|
-
|
|
3925
|
-
const
|
|
3938
|
+
Mn.displayName = "OverlayDescription";
|
|
3939
|
+
const On = u((n) => /* @__PURE__ */ i(H.Root, { ...n }));
|
|
3940
|
+
On.displayName = "OverlayRoot";
|
|
3941
|
+
const Vn = u((n) => {
|
|
3926
3942
|
const { ref: a, ...t } = n;
|
|
3927
3943
|
return /* @__PURE__ */ i(H.Title, { ref: a, ...t });
|
|
3928
3944
|
});
|
|
3929
|
-
|
|
3930
|
-
const
|
|
3945
|
+
Vn.displayName = "OverlayTitle";
|
|
3946
|
+
const Ln = u((n) => {
|
|
3931
3947
|
const { ref: a, ...t } = n;
|
|
3932
3948
|
return /* @__PURE__ */ i(H.Trigger, { ref: a, ...t });
|
|
3933
3949
|
});
|
|
3934
|
-
|
|
3935
|
-
const
|
|
3936
|
-
Root:
|
|
3937
|
-
Content:
|
|
3938
|
-
Title:
|
|
3939
|
-
Description:
|
|
3940
|
-
Trigger:
|
|
3941
|
-
Close:
|
|
3942
|
-
},
|
|
3943
|
-
const { absoluteCentering: a, message: t = "Something went wrong", onRetry: e } = n, { resetBoundary: s } =
|
|
3950
|
+
Ln.displayName = "OverlayTrigger";
|
|
3951
|
+
const ai = {
|
|
3952
|
+
Root: On,
|
|
3953
|
+
Content: Pn,
|
|
3954
|
+
Title: Vn,
|
|
3955
|
+
Description: Mn,
|
|
3956
|
+
Trigger: Ln,
|
|
3957
|
+
Close: Tn
|
|
3958
|
+
}, We = { placeSelf: "center" }, An = u((n) => {
|
|
3959
|
+
const { absoluteCentering: a, message: t = "Something went wrong", onRetry: e } = n, { resetBoundary: s } = oo(), o = "20px", r = a ? { position: "absolute", top: "50%", transform: "translateY(-50%)" } : void 0, c = v(() => {
|
|
3944
3960
|
s(), e();
|
|
3945
3961
|
}, [e, s]);
|
|
3946
3962
|
return /* @__PURE__ */ W("div", { className: "flex w-full gap-2", style: r, children: [
|
|
3947
3963
|
/* @__PURE__ */ i("div", { style: { flexGrow: 1 } }),
|
|
3948
|
-
/* @__PURE__ */ i(q, { icon:
|
|
3949
|
-
/* @__PURE__ */ i("span", { style: { lineHeight: o, ...
|
|
3950
|
-
/* @__PURE__ */ i(
|
|
3964
|
+
/* @__PURE__ */ i(q, { icon: Bs, size: o, style: We }),
|
|
3965
|
+
/* @__PURE__ */ i("span", { style: { lineHeight: o, ...We }, children: t }),
|
|
3966
|
+
/* @__PURE__ */ i(at, { "aria-label": "Try again", variant: "soft", onClick: c, style: We, children: /* @__PURE__ */ i(q, { icon: $s, size: o }) }),
|
|
3951
3967
|
/* @__PURE__ */ i("div", { style: { flexGrow: 1 } })
|
|
3952
3968
|
] });
|
|
3953
3969
|
});
|
|
3954
|
-
|
|
3955
|
-
const
|
|
3956
|
-
const { absoluteCentering: a, message: t } = n, [e, s] = E(0), o =
|
|
3970
|
+
An.displayName = "ErrorFallback";
|
|
3971
|
+
const Lr = u((n) => {
|
|
3972
|
+
const { absoluteCentering: a, message: t } = n, [e, s] = E(0), o = v((c, l) => {
|
|
3957
3973
|
console.error("Error in OvermapErrorBoundary:", c, l), s((d) => d + 1);
|
|
3958
|
-
}, []), r =
|
|
3974
|
+
}, []), r = v(() => {
|
|
3959
3975
|
s((c) => c + 1);
|
|
3960
3976
|
}, []);
|
|
3961
3977
|
return /* @__PURE__ */ i(
|
|
3962
|
-
|
|
3978
|
+
ro,
|
|
3963
3979
|
{
|
|
3964
|
-
fallback: /* @__PURE__ */ i(
|
|
3980
|
+
fallback: /* @__PURE__ */ i(An, { absoluteCentering: a, message: t, onRetry: r }),
|
|
3965
3981
|
onError: o,
|
|
3966
3982
|
children: n.children
|
|
3967
3983
|
},
|
|
3968
3984
|
e
|
|
3969
3985
|
);
|
|
3970
3986
|
});
|
|
3971
|
-
|
|
3972
|
-
const
|
|
3987
|
+
Lr.displayName = "OvermapErrorBoundary";
|
|
3988
|
+
const Dn = u((n) => {
|
|
3973
3989
|
const { ref: a, children: t, className: e, ...s } = n;
|
|
3974
3990
|
return /* @__PURE__ */ i(Pe.Arrow, { className: x("fill-(--base-6)", e), ref: a, ...s, children: t });
|
|
3975
3991
|
});
|
|
3976
|
-
|
|
3977
|
-
const
|
|
3992
|
+
Dn.displayName = "PopoverArrow";
|
|
3993
|
+
const Ar = h(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(--base-6)"], {
|
|
3978
3994
|
variants: {
|
|
3979
3995
|
size: {
|
|
3980
3996
|
xs: ["p-2"],
|
|
@@ -3987,7 +4003,7 @@ const Lr = v(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(
|
|
|
3987
4003
|
defaultVariants: {
|
|
3988
4004
|
size: "md"
|
|
3989
4005
|
}
|
|
3990
|
-
}),
|
|
4006
|
+
}), Gn = u((n) => {
|
|
3991
4007
|
const a = M(), {
|
|
3992
4008
|
ref: t,
|
|
3993
4009
|
children: e,
|
|
@@ -3997,14 +4013,16 @@ const Lr = v(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(
|
|
|
3997
4013
|
size: c = "md",
|
|
3998
4014
|
sideOffset: l = 5,
|
|
3999
4015
|
container: d,
|
|
4000
|
-
|
|
4016
|
+
side: m,
|
|
4017
|
+
...g
|
|
4001
4018
|
} = n;
|
|
4002
4019
|
return /* @__PURE__ */ i(Pe.Portal, { container: d, children: /* @__PURE__ */ i(
|
|
4003
4020
|
Pe.Content,
|
|
4004
4021
|
{
|
|
4005
4022
|
className: x(
|
|
4006
|
-
|
|
4007
|
-
Ve({
|
|
4023
|
+
Ar({ size: c }),
|
|
4024
|
+
Ve({ side: m }),
|
|
4025
|
+
Le({ size: "md" }),
|
|
4008
4026
|
k({ radius: o, maxLarge: !0 }),
|
|
4009
4027
|
s
|
|
4010
4028
|
),
|
|
@@ -4012,17 +4030,18 @@ const Lr = v(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(
|
|
|
4012
4030
|
sideOffset: l,
|
|
4013
4031
|
"data-accent-color": r,
|
|
4014
4032
|
"data-floating-content": "",
|
|
4015
|
-
|
|
4033
|
+
side: m,
|
|
4034
|
+
...g,
|
|
4016
4035
|
children: e
|
|
4017
4036
|
}
|
|
4018
4037
|
) });
|
|
4019
4038
|
});
|
|
4020
|
-
|
|
4021
|
-
const
|
|
4039
|
+
Gn.displayName = "PopoverContent";
|
|
4040
|
+
const ni = {
|
|
4022
4041
|
...Pe,
|
|
4023
|
-
Content:
|
|
4024
|
-
Arrow:
|
|
4025
|
-
},
|
|
4042
|
+
Content: Gn,
|
|
4043
|
+
Arrow: Dn
|
|
4044
|
+
}, Dr = h(["relative", "overflow-hidden", "grow"], {
|
|
4026
4045
|
variants: {
|
|
4027
4046
|
size: {
|
|
4028
4047
|
xs: ["h-1.5"],
|
|
@@ -4036,7 +4055,7 @@ const ai = {
|
|
|
4036
4055
|
soft: ["bg-(--base-a4)"]
|
|
4037
4056
|
}
|
|
4038
4057
|
}
|
|
4039
|
-
}),
|
|
4058
|
+
}), Gr = h(
|
|
4040
4059
|
[
|
|
4041
4060
|
"size-full",
|
|
4042
4061
|
"transform-[scaleX(calc(var(--progress-value)/var(--progress-max)))]",
|
|
@@ -4058,7 +4077,7 @@ const ai = {
|
|
|
4058
4077
|
}
|
|
4059
4078
|
}
|
|
4060
4079
|
}
|
|
4061
|
-
),
|
|
4080
|
+
), Er = u((n) => {
|
|
4062
4081
|
const a = M(), {
|
|
4063
4082
|
ref: t,
|
|
4064
4083
|
className: e,
|
|
@@ -4077,19 +4096,19 @@ const ai = {
|
|
|
4077
4096
|
[d.max, d.value, s]
|
|
4078
4097
|
);
|
|
4079
4098
|
return /* @__PURE__ */ i(
|
|
4080
|
-
|
|
4099
|
+
wt.Root,
|
|
4081
4100
|
{
|
|
4082
4101
|
ref: t,
|
|
4083
|
-
className: x(
|
|
4102
|
+
className: x(Dr({ variant: r, size: c }), k({ radius: o, maxLarge: !1 }), e),
|
|
4084
4103
|
style: m,
|
|
4085
4104
|
"data-accent-color": l,
|
|
4086
4105
|
...d,
|
|
4087
|
-
children: /* @__PURE__ */ i(
|
|
4106
|
+
children: /* @__PURE__ */ i(wt.ProgressIndicator, { className: Gr({ variant: r, size: c }) })
|
|
4088
4107
|
}
|
|
4089
4108
|
);
|
|
4090
4109
|
});
|
|
4091
|
-
|
|
4092
|
-
const
|
|
4110
|
+
Er.displayName = "Progress";
|
|
4111
|
+
const En = T({}), _r = h([], {
|
|
4093
4112
|
variants: {
|
|
4094
4113
|
size: {
|
|
4095
4114
|
xs: ["text-xs"],
|
|
@@ -4103,7 +4122,7 @@ const Gn = T({}), Er = v([], {
|
|
|
4103
4122
|
outline: []
|
|
4104
4123
|
}
|
|
4105
4124
|
}
|
|
4106
|
-
}),
|
|
4125
|
+
}), Fr = h(
|
|
4107
4126
|
[
|
|
4108
4127
|
"block",
|
|
4109
4128
|
"overflow-hidden",
|
|
@@ -4146,19 +4165,19 @@ const Gn = T({}), Er = v([], {
|
|
|
4146
4165
|
}
|
|
4147
4166
|
}
|
|
4148
4167
|
}
|
|
4149
|
-
),
|
|
4150
|
-
const { variant: a, size: t, radius: e } = b(
|
|
4168
|
+
), _n = u((n) => {
|
|
4169
|
+
const { variant: a, size: t, radius: e } = b(En), { className: s, accentColor: o, ...r } = n;
|
|
4151
4170
|
return /* @__PURE__ */ i(
|
|
4152
4171
|
ae.Item,
|
|
4153
4172
|
{
|
|
4154
|
-
className: x(
|
|
4173
|
+
className: x(Fr({ variant: a, size: t }), k({ radius: e, maxLarge: !0 }), s),
|
|
4155
4174
|
"data-accent-color": o,
|
|
4156
4175
|
...r
|
|
4157
4176
|
}
|
|
4158
4177
|
);
|
|
4159
4178
|
});
|
|
4160
|
-
|
|
4161
|
-
const
|
|
4179
|
+
_n.displayName = "RadioCardsItem";
|
|
4180
|
+
const Fn = u((n) => {
|
|
4162
4181
|
const a = M(), {
|
|
4163
4182
|
className: t,
|
|
4164
4183
|
children: e,
|
|
@@ -4178,18 +4197,18 @@ const _n = u((n) => {
|
|
|
4178
4197
|
return /* @__PURE__ */ i(
|
|
4179
4198
|
ae.Root,
|
|
4180
4199
|
{
|
|
4181
|
-
className: x(
|
|
4200
|
+
className: x(_r({ size: o, variant: s }), t),
|
|
4182
4201
|
"data-accent-color": c,
|
|
4183
4202
|
...l,
|
|
4184
|
-
children: /* @__PURE__ */ i(
|
|
4203
|
+
children: /* @__PURE__ */ i(En, { value: d, children: e })
|
|
4185
4204
|
}
|
|
4186
4205
|
);
|
|
4187
4206
|
});
|
|
4188
|
-
|
|
4189
|
-
const
|
|
4190
|
-
Root:
|
|
4191
|
-
Item:
|
|
4192
|
-
},
|
|
4207
|
+
Fn.displayName = "RadioCardsRoot";
|
|
4208
|
+
const si = {
|
|
4209
|
+
Root: Fn,
|
|
4210
|
+
Item: _n
|
|
4211
|
+
}, Hn = u((n) => {
|
|
4193
4212
|
const { ref: a, children: t, className: e, ...s } = n;
|
|
4194
4213
|
return /* @__PURE__ */ i(
|
|
4195
4214
|
ae.Indicator,
|
|
@@ -4201,8 +4220,8 @@ const ni = {
|
|
|
4201
4220
|
}
|
|
4202
4221
|
);
|
|
4203
4222
|
});
|
|
4204
|
-
|
|
4205
|
-
const
|
|
4223
|
+
Hn.displayName = "RadioGroupIndicator";
|
|
4224
|
+
const Bn = T({}), Hr = h(
|
|
4206
4225
|
[
|
|
4207
4226
|
"inline-flex",
|
|
4208
4227
|
"justify-center",
|
|
@@ -4244,8 +4263,8 @@ const Hn = T({}), Fr = v(
|
|
|
4244
4263
|
size: "md"
|
|
4245
4264
|
}
|
|
4246
4265
|
}
|
|
4247
|
-
),
|
|
4248
|
-
const a = j(
|
|
4266
|
+
), $n = u((n) => {
|
|
4267
|
+
const a = j(Bn), {
|
|
4249
4268
|
ref: t,
|
|
4250
4269
|
children: e,
|
|
4251
4270
|
className: s,
|
|
@@ -4253,10 +4272,10 @@ const Hn = T({}), Fr = v(
|
|
|
4253
4272
|
variant: r = a.variant,
|
|
4254
4273
|
...c
|
|
4255
4274
|
} = n;
|
|
4256
|
-
return /* @__PURE__ */ i(ae.Item, { className: x(
|
|
4275
|
+
return /* @__PURE__ */ i(ae.Item, { className: x(Hr({ size: o, variant: r }), s), ref: t, ...c, children: e });
|
|
4257
4276
|
});
|
|
4258
|
-
|
|
4259
|
-
const
|
|
4277
|
+
$n.displayName = "RadioGroupItem";
|
|
4278
|
+
const jn = u((n) => {
|
|
4260
4279
|
const a = M(), {
|
|
4261
4280
|
ref: t,
|
|
4262
4281
|
className: e,
|
|
@@ -4266,20 +4285,20 @@ const $n = u((n) => {
|
|
|
4266
4285
|
children: c,
|
|
4267
4286
|
...l
|
|
4268
4287
|
} = n, d = w(() => ({ variant: o, size: r }), [o, r]);
|
|
4269
|
-
return /* @__PURE__ */ i(ae.Root, { className: x(e), ref: t, "data-accent-color": s, ...l, children: /* @__PURE__ */ i(
|
|
4288
|
+
return /* @__PURE__ */ i(ae.Root, { className: x(e), ref: t, "data-accent-color": s, ...l, children: /* @__PURE__ */ i(Bn.Provider, { value: d, children: c }) });
|
|
4270
4289
|
});
|
|
4271
|
-
|
|
4272
|
-
const
|
|
4273
|
-
Indicator:
|
|
4274
|
-
Item:
|
|
4275
|
-
Root:
|
|
4276
|
-
},
|
|
4277
|
-
const { ref: a, children: t, value: e, ...s } = n, { value: o } = b(
|
|
4278
|
-
return /* @__PURE__ */ i(ae.Item, { ref: a, value: e.toString(), "data-active": r, ...s, children: /* @__PURE__ */ i(
|
|
4279
|
-
});
|
|
4280
|
-
|
|
4281
|
-
const
|
|
4282
|
-
const { ref: a, children: t, forceMount: e, ...s } = n, { value: o } = b(
|
|
4290
|
+
jn.displayName = "RadioGroupRoot";
|
|
4291
|
+
const oi = {
|
|
4292
|
+
Indicator: Hn,
|
|
4293
|
+
Item: $n,
|
|
4294
|
+
Root: jn
|
|
4295
|
+
}, Ct = T({}), Un = T({}), qn = u((n) => {
|
|
4296
|
+
const { ref: a, children: t, value: e, ...s } = n, { value: o } = b(Ct), r = !!o && e <= o, c = w(() => ({ value: e }), [e]);
|
|
4297
|
+
return /* @__PURE__ */ i(ae.Item, { ref: a, value: e.toString(), "data-active": r, ...s, children: /* @__PURE__ */ i(Un, { value: c, children: t }) });
|
|
4298
|
+
});
|
|
4299
|
+
qn.displayName = "RatingItem";
|
|
4300
|
+
const Wn = u((n) => {
|
|
4301
|
+
const { ref: a, children: t, forceMount: e, ...s } = n, { value: o } = b(Ct), { value: r } = b(Un), c = !!o && r <= o;
|
|
4283
4302
|
return /* @__PURE__ */ i(
|
|
4284
4303
|
ae.Indicator,
|
|
4285
4304
|
{
|
|
@@ -4291,9 +4310,9 @@ const qn = u((n) => {
|
|
|
4291
4310
|
}
|
|
4292
4311
|
);
|
|
4293
4312
|
});
|
|
4294
|
-
|
|
4295
|
-
const
|
|
4296
|
-
const { ref: a, children: t, defaultValue: e, value: s, onValueChange: o, ...r } = n, [c, l] = X(e ?? null, s, o), d =
|
|
4313
|
+
Wn.displayName = "RatingItemIndicator";
|
|
4314
|
+
const Kn = u((n) => {
|
|
4315
|
+
const { ref: a, children: t, defaultValue: e, value: s, onValueChange: o, ...r } = n, [c, l] = X(e ?? null, s, o), d = v(
|
|
4297
4316
|
(g) => {
|
|
4298
4317
|
l(parseInt(g));
|
|
4299
4318
|
},
|
|
@@ -4311,16 +4330,16 @@ const Wn = u((n) => {
|
|
|
4311
4330
|
value: c ? c.toString() : null,
|
|
4312
4331
|
onValueChange: d,
|
|
4313
4332
|
...r,
|
|
4314
|
-
children: /* @__PURE__ */ i(
|
|
4333
|
+
children: /* @__PURE__ */ i(Ct, { value: m, children: t })
|
|
4315
4334
|
}
|
|
4316
4335
|
);
|
|
4317
4336
|
});
|
|
4318
|
-
|
|
4319
|
-
const
|
|
4320
|
-
Item:
|
|
4321
|
-
ItemIndicator:
|
|
4322
|
-
Root:
|
|
4323
|
-
},
|
|
4337
|
+
Kn.displayName = "RatingRoot";
|
|
4338
|
+
const ri = {
|
|
4339
|
+
Item: qn,
|
|
4340
|
+
ItemIndicator: Wn,
|
|
4341
|
+
Root: Kn
|
|
4342
|
+
}, Br = h(
|
|
4324
4343
|
["shrink-0", "transition-colors", "inline-flex", "box-border", "min-w-max", "text-center"],
|
|
4325
4344
|
{
|
|
4326
4345
|
variants: {
|
|
@@ -4338,7 +4357,7 @@ const oi = {
|
|
|
4338
4357
|
}
|
|
4339
4358
|
}
|
|
4340
4359
|
}
|
|
4341
|
-
),
|
|
4360
|
+
), $r = h(
|
|
4342
4361
|
[
|
|
4343
4362
|
"h-full",
|
|
4344
4363
|
"grow",
|
|
@@ -4461,24 +4480,24 @@ const oi = {
|
|
|
4461
4480
|
icon: !1
|
|
4462
4481
|
}
|
|
4463
4482
|
}
|
|
4464
|
-
),
|
|
4465
|
-
const n = j(
|
|
4483
|
+
), Xn = T({}), jr = () => {
|
|
4484
|
+
const n = j(Xn);
|
|
4466
4485
|
if (!n)
|
|
4467
4486
|
throw new Error("useSegmentedControl must be used within a SegmentedControlProvider");
|
|
4468
4487
|
return n;
|
|
4469
|
-
},
|
|
4470
|
-
const { ref: a, className: t, ...e } = n, { size: s, radius: o, variant: r, icon: c } =
|
|
4488
|
+
}, Yn = u((n) => {
|
|
4489
|
+
const { ref: a, className: t, ...e } = n, { size: s, radius: o, variant: r, icon: c } = jr();
|
|
4471
4490
|
return /* @__PURE__ */ i(
|
|
4472
4491
|
Oe.Item,
|
|
4473
4492
|
{
|
|
4474
4493
|
ref: a,
|
|
4475
|
-
className: x(
|
|
4494
|
+
className: x($r({ size: s, variant: r, icon: c, radius: o }), t),
|
|
4476
4495
|
...e
|
|
4477
4496
|
}
|
|
4478
4497
|
);
|
|
4479
4498
|
});
|
|
4480
|
-
|
|
4481
|
-
const
|
|
4499
|
+
Yn.displayName = "SegmentedControlItem";
|
|
4500
|
+
const Qn = u((n) => {
|
|
4482
4501
|
const a = M(), {
|
|
4483
4502
|
ref: t,
|
|
4484
4503
|
children: e,
|
|
@@ -4495,22 +4514,22 @@ const Yn = u((n) => {
|
|
|
4495
4514
|
{
|
|
4496
4515
|
ref: t,
|
|
4497
4516
|
className: x(
|
|
4498
|
-
|
|
4517
|
+
Br({ size: o, variant: r }),
|
|
4499
4518
|
k({ radius: l, maxLarge: !1 }),
|
|
4500
4519
|
s
|
|
4501
4520
|
),
|
|
4502
4521
|
type: "single",
|
|
4503
4522
|
"data-accent-color": d,
|
|
4504
4523
|
...m,
|
|
4505
|
-
children: /* @__PURE__ */ i(
|
|
4524
|
+
children: /* @__PURE__ */ i(Xn.Provider, { value: { size: o, variant: r, radius: l, icon: c }, children: e })
|
|
4506
4525
|
}
|
|
4507
4526
|
);
|
|
4508
4527
|
});
|
|
4509
|
-
|
|
4510
|
-
const
|
|
4511
|
-
Item:
|
|
4512
|
-
Root:
|
|
4513
|
-
},
|
|
4528
|
+
Qn.displayName = "SegmentedControlRoot";
|
|
4529
|
+
const ci = {
|
|
4530
|
+
Item: Yn,
|
|
4531
|
+
Root: Qn
|
|
4532
|
+
}, Jn = T({}), Ur = h(
|
|
4514
4533
|
["shrink-0", "transition-colors", "inline-flex", "box-border", "min-w-max", "text-center"],
|
|
4515
4534
|
{
|
|
4516
4535
|
variants: {
|
|
@@ -4532,7 +4551,7 @@ const ri = {
|
|
|
4532
4551
|
size: "md"
|
|
4533
4552
|
}
|
|
4534
4553
|
}
|
|
4535
|
-
),
|
|
4554
|
+
), qr = h(
|
|
4536
4555
|
[
|
|
4537
4556
|
"h-full",
|
|
4538
4557
|
"grow",
|
|
@@ -4655,7 +4674,7 @@ const ri = {
|
|
|
4655
4674
|
icon: !1
|
|
4656
4675
|
}
|
|
4657
4676
|
}
|
|
4658
|
-
),
|
|
4677
|
+
), Zn = u((n) => {
|
|
4659
4678
|
const a = M(), {
|
|
4660
4679
|
ref: t,
|
|
4661
4680
|
children: e,
|
|
@@ -4677,38 +4696,38 @@ const ri = {
|
|
|
4677
4696
|
ne.List,
|
|
4678
4697
|
{
|
|
4679
4698
|
ref: t,
|
|
4680
|
-
className: x(
|
|
4699
|
+
className: x(Ur({ size: o, variant: r }), k({ radius: c, maxLarge: !1 }), s),
|
|
4681
4700
|
"data-accent-color": l,
|
|
4682
4701
|
...d,
|
|
4683
|
-
children: /* @__PURE__ */ i(
|
|
4702
|
+
children: /* @__PURE__ */ i(Jn.Provider, { value: m, children: e })
|
|
4684
4703
|
}
|
|
4685
4704
|
);
|
|
4686
4705
|
});
|
|
4687
|
-
|
|
4688
|
-
const
|
|
4706
|
+
Zn.displayName = "TabsList";
|
|
4707
|
+
const es = u((n) => {
|
|
4689
4708
|
const { ref: a, className: t, ...e } = n;
|
|
4690
4709
|
return /* @__PURE__ */ i(ne.Root, { ref: a, className: x("flex flex-col", t), ...e });
|
|
4691
4710
|
});
|
|
4692
|
-
|
|
4693
|
-
const
|
|
4694
|
-
const { ref: a, children: t, className: e, ...s } = n, { size: o, radius: r, variant: c } = b(
|
|
4711
|
+
es.displayName = "TabsRoot";
|
|
4712
|
+
const ts = u((n) => {
|
|
4713
|
+
const { ref: a, children: t, className: e, ...s } = n, { size: o, radius: r, variant: c } = b(Jn);
|
|
4695
4714
|
return /* @__PURE__ */ i(
|
|
4696
4715
|
ne.Trigger,
|
|
4697
4716
|
{
|
|
4698
4717
|
ref: a,
|
|
4699
|
-
className: x(
|
|
4718
|
+
className: x(qr({ size: o, radius: r, variant: c }), e),
|
|
4700
4719
|
...s,
|
|
4701
4720
|
children: t
|
|
4702
4721
|
}
|
|
4703
4722
|
);
|
|
4704
4723
|
});
|
|
4705
|
-
|
|
4706
|
-
const
|
|
4707
|
-
Root:
|
|
4708
|
-
List:
|
|
4709
|
-
Trigger:
|
|
4724
|
+
ts.displayName = "TabsTrigger";
|
|
4725
|
+
const ii = {
|
|
4726
|
+
Root: es,
|
|
4727
|
+
List: Zn,
|
|
4728
|
+
Trigger: ts,
|
|
4710
4729
|
Content: ne.Content
|
|
4711
|
-
},
|
|
4730
|
+
}, Wr = h(["shrink-0", "bg-(--accent-6)"], {
|
|
4712
4731
|
variants: {
|
|
4713
4732
|
size: {
|
|
4714
4733
|
xs: [],
|
|
@@ -4789,20 +4808,20 @@ const ci = {
|
|
|
4789
4808
|
size: "md",
|
|
4790
4809
|
orientation: "horizontal"
|
|
4791
4810
|
}
|
|
4792
|
-
}),
|
|
4811
|
+
}), Kr = u((n) => {
|
|
4793
4812
|
const { ref: a, className: t, accentColor: e = "base", orientation: s, size: o, ...r } = n;
|
|
4794
4813
|
return /* @__PURE__ */ i(
|
|
4795
|
-
|
|
4814
|
+
Ze.Root,
|
|
4796
4815
|
{
|
|
4797
|
-
className: x(
|
|
4816
|
+
className: x(Wr({ orientation: s, size: o }), t),
|
|
4798
4817
|
"data-accent-color": e,
|
|
4799
4818
|
ref: a,
|
|
4800
4819
|
...r
|
|
4801
4820
|
}
|
|
4802
4821
|
);
|
|
4803
4822
|
});
|
|
4804
|
-
|
|
4805
|
-
const
|
|
4823
|
+
Kr.displayName = "Separator";
|
|
4824
|
+
const Xr = h(["relative", "select-none", "touch-none", "flex", "items-center"], {
|
|
4806
4825
|
variants: {
|
|
4807
4826
|
size: {
|
|
4808
4827
|
xs: [],
|
|
@@ -4874,7 +4893,7 @@ const Kr = v(["relative", "select-none", "touch-none", "flex", "items-center"],
|
|
|
4874
4893
|
className: ["w-8"]
|
|
4875
4894
|
}
|
|
4876
4895
|
]
|
|
4877
|
-
}),
|
|
4896
|
+
}), Yr = h(
|
|
4878
4897
|
[
|
|
4879
4898
|
"overflow-hidden",
|
|
4880
4899
|
"relative",
|
|
@@ -4957,7 +4976,7 @@ const Kr = v(["relative", "select-none", "touch-none", "flex", "items-center"],
|
|
|
4957
4976
|
}
|
|
4958
4977
|
]
|
|
4959
4978
|
}
|
|
4960
|
-
),
|
|
4979
|
+
), Qr = h(
|
|
4961
4980
|
["absolute", "rounded-[inherit]", "data-disabled:opacity-50", "disabled:pointer-events-none"],
|
|
4962
4981
|
{
|
|
4963
4982
|
variants: {
|
|
@@ -4978,7 +4997,7 @@ const Kr = v(["relative", "select-none", "touch-none", "flex", "items-center"],
|
|
|
4978
4997
|
}
|
|
4979
4998
|
}
|
|
4980
4999
|
}
|
|
4981
|
-
),
|
|
5000
|
+
), Jr = h(
|
|
4982
5001
|
[
|
|
4983
5002
|
"block",
|
|
4984
5003
|
"shrink-0",
|
|
@@ -5007,7 +5026,7 @@ const Kr = v(["relative", "select-none", "touch-none", "flex", "items-center"],
|
|
|
5007
5026
|
}
|
|
5008
5027
|
}
|
|
5009
5028
|
}
|
|
5010
|
-
),
|
|
5029
|
+
), Zr = u((n) => {
|
|
5011
5030
|
const a = M(), {
|
|
5012
5031
|
className: t,
|
|
5013
5032
|
size: e = "md",
|
|
@@ -5022,7 +5041,7 @@ const Kr = v(["relative", "select-none", "touch-none", "flex", "items-center"],
|
|
|
5022
5041
|
Te.Root,
|
|
5023
5042
|
{
|
|
5024
5043
|
className: x(
|
|
5025
|
-
|
|
5044
|
+
Xr({ size: e, variant: c, orientation: s }),
|
|
5026
5045
|
k({ radius: r, maxLarge: !1 }),
|
|
5027
5046
|
t
|
|
5028
5047
|
),
|
|
@@ -5030,11 +5049,11 @@ const Kr = v(["relative", "select-none", "touch-none", "flex", "items-center"],
|
|
|
5030
5049
|
"data-accent-color": o,
|
|
5031
5050
|
...d,
|
|
5032
5051
|
children: [
|
|
5033
|
-
/* @__PURE__ */ i(Te.Track, { className:
|
|
5052
|
+
/* @__PURE__ */ i(Te.Track, { className: Yr({ size: e, variant: c, orientation: s }), children: /* @__PURE__ */ i(Te.Range, { className: Qr({ size: e, variant: c, orientation: s }) }) }),
|
|
5034
5053
|
(n.value ?? d.defaultValue ?? []).map((m, g) => /* @__PURE__ */ i(
|
|
5035
5054
|
Te.Thumb,
|
|
5036
5055
|
{
|
|
5037
|
-
className: x(
|
|
5056
|
+
className: x(Jr({ size: e, variant: c }), k({ radius: r, maxLarge: !1 })),
|
|
5038
5057
|
...l !== void 0 ? { tabIndex: l } : void 0
|
|
5039
5058
|
},
|
|
5040
5059
|
`${g}-${m}`
|
|
@@ -5043,8 +5062,8 @@ const Kr = v(["relative", "select-none", "touch-none", "flex", "items-center"],
|
|
|
5043
5062
|
}
|
|
5044
5063
|
);
|
|
5045
5064
|
});
|
|
5046
|
-
|
|
5047
|
-
const
|
|
5065
|
+
Zr.displayName = "Slider";
|
|
5066
|
+
const ec = h(
|
|
5048
5067
|
["box-border", "shrink-0", "animate-spin", "rounded-full", "border-(--accent-9)", "border-b-transparent"],
|
|
5049
5068
|
{
|
|
5050
5069
|
variants: {
|
|
@@ -5060,12 +5079,12 @@ const Zr = v(
|
|
|
5060
5079
|
size: "md"
|
|
5061
5080
|
}
|
|
5062
5081
|
}
|
|
5063
|
-
),
|
|
5082
|
+
), tc = u((n) => {
|
|
5064
5083
|
const a = M(), { ref: t, className: e, size: s = "md", accentColor: o = a.accentColor, ...r } = n;
|
|
5065
|
-
return /* @__PURE__ */ i("div", { className: x(
|
|
5084
|
+
return /* @__PURE__ */ i("div", { className: x(ec({ size: s }), e), ref: t, "data-accent-color": o, ...r });
|
|
5066
5085
|
});
|
|
5067
|
-
|
|
5068
|
-
const
|
|
5086
|
+
tc.displayName = "Spinner";
|
|
5087
|
+
const as = T({}), ac = h(
|
|
5069
5088
|
[
|
|
5070
5089
|
"shrink-0",
|
|
5071
5090
|
// select
|
|
@@ -5098,7 +5117,7 @@ const ts = T({}), tc = v(
|
|
|
5098
5117
|
size: "md"
|
|
5099
5118
|
}
|
|
5100
5119
|
}
|
|
5101
|
-
),
|
|
5120
|
+
), nc = h(
|
|
5102
5121
|
[
|
|
5103
5122
|
"flex",
|
|
5104
5123
|
"items-center",
|
|
@@ -5122,7 +5141,7 @@ const ts = T({}), tc = v(
|
|
|
5122
5141
|
size: "md"
|
|
5123
5142
|
}
|
|
5124
5143
|
}
|
|
5125
|
-
),
|
|
5144
|
+
), ns = u((n) => {
|
|
5126
5145
|
const a = M(), {
|
|
5127
5146
|
ref: t,
|
|
5128
5147
|
children: e,
|
|
@@ -5133,38 +5152,38 @@ const ts = T({}), tc = v(
|
|
|
5133
5152
|
...l
|
|
5134
5153
|
} = n, d = w(() => ({ size: o, radius: r }), [o, r]);
|
|
5135
5154
|
return /* @__PURE__ */ i(
|
|
5136
|
-
|
|
5155
|
+
qt.Root,
|
|
5137
5156
|
{
|
|
5138
|
-
className: x(
|
|
5157
|
+
className: x(ac({ size: o }), k({ radius: r, maxLarge: !1 }), s),
|
|
5139
5158
|
ref: t,
|
|
5140
5159
|
"data-accent-color": c,
|
|
5141
5160
|
...l,
|
|
5142
|
-
children: /* @__PURE__ */ i(
|
|
5161
|
+
children: /* @__PURE__ */ i(as.Provider, { value: d, children: e })
|
|
5143
5162
|
}
|
|
5144
5163
|
);
|
|
5145
5164
|
});
|
|
5146
|
-
|
|
5147
|
-
const
|
|
5148
|
-
const { ref: a, className: t, ...e } = n, { size: s, radius: o } = j(
|
|
5165
|
+
ns.displayName = "SwitchRoot";
|
|
5166
|
+
const ss = u((n) => {
|
|
5167
|
+
const { ref: a, className: t, ...e } = n, { size: s, radius: o } = j(as);
|
|
5149
5168
|
return /* @__PURE__ */ i(
|
|
5150
|
-
|
|
5169
|
+
qt.Thumb,
|
|
5151
5170
|
{
|
|
5152
|
-
className: x(
|
|
5171
|
+
className: x(nc({ size: s }), k({ radius: o, maxLarge: !1 }), t),
|
|
5153
5172
|
ref: a,
|
|
5154
5173
|
...e
|
|
5155
5174
|
}
|
|
5156
5175
|
);
|
|
5157
5176
|
});
|
|
5158
|
-
|
|
5159
|
-
const
|
|
5160
|
-
Root:
|
|
5161
|
-
Thumb:
|
|
5162
|
-
},
|
|
5177
|
+
ss.displayName = "SwitchThumb";
|
|
5178
|
+
const li = {
|
|
5179
|
+
Root: ns,
|
|
5180
|
+
Thumb: ss
|
|
5181
|
+
}, os = u((n) => {
|
|
5163
5182
|
const { ref: a, className: t, ...e } = n;
|
|
5164
5183
|
return /* @__PURE__ */ i("tbody", { ref: a, className: x(t), ...e });
|
|
5165
5184
|
});
|
|
5166
|
-
|
|
5167
|
-
const
|
|
5185
|
+
os.displayName = "TableBody";
|
|
5186
|
+
const je = T({}), sc = h(["border-collapse text-left"], {
|
|
5168
5187
|
variants: {
|
|
5169
5188
|
variant: {
|
|
5170
5189
|
ghost: [],
|
|
@@ -5178,7 +5197,7 @@ const $e = T({}), nc = v(["border-collapse text-left"], {
|
|
|
5178
5197
|
xl: ["text-xl"]
|
|
5179
5198
|
}
|
|
5180
5199
|
}
|
|
5181
|
-
}),
|
|
5200
|
+
}), yt = h([], {
|
|
5182
5201
|
variants: {
|
|
5183
5202
|
variant: {
|
|
5184
5203
|
surface: [],
|
|
@@ -5218,41 +5237,41 @@ const $e = T({}), nc = v(["border-collapse text-left"], {
|
|
|
5218
5237
|
{ size: "xl", compact: !0, className: ["px-10", "py-5"] },
|
|
5219
5238
|
{ size: "xl", compact: !1, className: ["p-10"] }
|
|
5220
5239
|
]
|
|
5221
|
-
}),
|
|
5222
|
-
const { ref: a, className: t, ...e } = n, { size: s, border: o, variant: r, compact: c } = j(
|
|
5240
|
+
}), rs = u((n) => {
|
|
5241
|
+
const { ref: a, className: t, ...e } = n, { size: s, border: o, variant: r, compact: c } = j(je);
|
|
5223
5242
|
return /* @__PURE__ */ i(
|
|
5224
5243
|
"td",
|
|
5225
5244
|
{
|
|
5226
5245
|
ref: a,
|
|
5227
|
-
className: x(
|
|
5246
|
+
className: x(yt({ size: s, border: o, cell: !0, variant: r, compact: c }), t),
|
|
5228
5247
|
...e
|
|
5229
5248
|
}
|
|
5230
5249
|
);
|
|
5231
5250
|
});
|
|
5232
|
-
|
|
5233
|
-
const
|
|
5234
|
-
const { ref: a, className: t, ...e } = n, { size: s, border: o, variant: r, compact: c } = j(
|
|
5251
|
+
rs.displayName = "TableCell";
|
|
5252
|
+
const cs = u((n) => {
|
|
5253
|
+
const { ref: a, className: t, ...e } = n, { size: s, border: o, variant: r, compact: c } = j(je);
|
|
5235
5254
|
return /* @__PURE__ */ i(
|
|
5236
5255
|
"th",
|
|
5237
5256
|
{
|
|
5238
5257
|
ref: a,
|
|
5239
|
-
className: x(
|
|
5258
|
+
className: x(yt({ size: s, border: o, cell: !1, variant: r, compact: c }), t),
|
|
5240
5259
|
...e
|
|
5241
5260
|
}
|
|
5242
5261
|
);
|
|
5243
5262
|
});
|
|
5244
|
-
|
|
5245
|
-
const
|
|
5263
|
+
cs.displayName = "TableColumnHeaderCell";
|
|
5264
|
+
const is = u((n) => {
|
|
5246
5265
|
const { ref: a, className: t, ...e } = n;
|
|
5247
5266
|
return /* @__PURE__ */ i("tfoot", { ref: a, className: x(t), ...e });
|
|
5248
5267
|
});
|
|
5249
|
-
|
|
5250
|
-
const
|
|
5268
|
+
is.displayName = "TableFooter";
|
|
5269
|
+
const ls = u((n) => {
|
|
5251
5270
|
const { ref: a, className: t, ...e } = n;
|
|
5252
5271
|
return /* @__PURE__ */ i("thead", { ref: a, className: x(t), ...e });
|
|
5253
5272
|
});
|
|
5254
|
-
|
|
5255
|
-
const
|
|
5273
|
+
ls.displayName = "TableHeader";
|
|
5274
|
+
const ds = u((n) => {
|
|
5256
5275
|
const a = M(), {
|
|
5257
5276
|
ref: t,
|
|
5258
5277
|
children: e,
|
|
@@ -5269,44 +5288,44 @@ const ls = u((n) => {
|
|
|
5269
5288
|
{
|
|
5270
5289
|
ref: t,
|
|
5271
5290
|
className: x(
|
|
5272
|
-
|
|
5291
|
+
sc({ size: o, variant: l }),
|
|
5273
5292
|
k({ radius: a.radius, maxLarge: !0 }),
|
|
5274
5293
|
s
|
|
5275
5294
|
),
|
|
5276
5295
|
"data-accent-color": c,
|
|
5277
5296
|
...m,
|
|
5278
|
-
children: /* @__PURE__ */ i(
|
|
5297
|
+
children: /* @__PURE__ */ i(je.Provider, { value: g, children: e })
|
|
5279
5298
|
}
|
|
5280
5299
|
);
|
|
5281
5300
|
});
|
|
5282
|
-
|
|
5283
|
-
const
|
|
5301
|
+
ds.displayName = "TableRoot";
|
|
5302
|
+
const us = u((n) => {
|
|
5284
5303
|
const { ref: a, className: t, ...e } = n;
|
|
5285
5304
|
return /* @__PURE__ */ i("tr", { ref: a, className: x(t), ...e });
|
|
5286
5305
|
});
|
|
5287
|
-
|
|
5288
|
-
const
|
|
5289
|
-
const { ref: a, className: t, ...e } = n, { size: s, border: o, variant: r, compact: c } = j(
|
|
5306
|
+
us.displayName = "TableRow";
|
|
5307
|
+
const ms = u((n) => {
|
|
5308
|
+
const { ref: a, className: t, ...e } = n, { size: s, border: o, variant: r, compact: c } = j(je);
|
|
5290
5309
|
return /* @__PURE__ */ i(
|
|
5291
5310
|
"th",
|
|
5292
5311
|
{
|
|
5293
5312
|
ref: a,
|
|
5294
|
-
className: x(
|
|
5313
|
+
className: x(yt({ size: s, border: o, cell: !0, variant: r, compact: c }), t),
|
|
5295
5314
|
...e
|
|
5296
5315
|
}
|
|
5297
5316
|
);
|
|
5298
5317
|
});
|
|
5299
|
-
|
|
5300
|
-
const
|
|
5301
|
-
Root:
|
|
5302
|
-
Header:
|
|
5303
|
-
Body:
|
|
5304
|
-
Footer:
|
|
5305
|
-
Row:
|
|
5306
|
-
Cell:
|
|
5307
|
-
RowHeaderCell:
|
|
5308
|
-
ColumnHeaderCell:
|
|
5309
|
-
},
|
|
5318
|
+
ms.displayName = "TableRowHeaderCell";
|
|
5319
|
+
const di = {
|
|
5320
|
+
Root: ds,
|
|
5321
|
+
Header: ls,
|
|
5322
|
+
Body: os,
|
|
5323
|
+
Footer: is,
|
|
5324
|
+
Row: us,
|
|
5325
|
+
Cell: rs,
|
|
5326
|
+
RowHeaderCell: ms,
|
|
5327
|
+
ColumnHeaderCell: cs
|
|
5328
|
+
}, gs = T({}), oc = h(["flex", "border-box", "inset-shadow-[0_-1px_0_0_var(--base-a6)]"], {
|
|
5310
5329
|
variants: {
|
|
5311
5330
|
size: {
|
|
5312
5331
|
xs: ["h-6", "text-xs"],
|
|
@@ -5319,7 +5338,7 @@ const li = {
|
|
|
5319
5338
|
defaultVariants: {
|
|
5320
5339
|
size: "md"
|
|
5321
5340
|
}
|
|
5322
|
-
}),
|
|
5341
|
+
}), rc = h(
|
|
5323
5342
|
[
|
|
5324
5343
|
"select-none",
|
|
5325
5344
|
"shrink-0",
|
|
@@ -5353,41 +5372,41 @@ const li = {
|
|
|
5353
5372
|
size: "md"
|
|
5354
5373
|
}
|
|
5355
5374
|
}
|
|
5356
|
-
),
|
|
5375
|
+
), ps = u((n) => {
|
|
5357
5376
|
const a = M(), { ref: t, children: e, className: s, size: o = "md", accentColor: r = a.accentColor, ...c } = n;
|
|
5358
5377
|
return /* @__PURE__ */ i(
|
|
5359
5378
|
ne.List,
|
|
5360
5379
|
{
|
|
5361
5380
|
ref: t,
|
|
5362
|
-
className: x(
|
|
5381
|
+
className: x(oc({ size: o }), s),
|
|
5363
5382
|
"data-accent-color": r,
|
|
5364
5383
|
...c,
|
|
5365
|
-
children: /* @__PURE__ */ i(
|
|
5384
|
+
children: /* @__PURE__ */ i(gs.Provider, { value: { size: o }, children: e })
|
|
5366
5385
|
}
|
|
5367
5386
|
);
|
|
5368
5387
|
});
|
|
5369
|
-
|
|
5370
|
-
const
|
|
5388
|
+
ps.displayName = "TabsList";
|
|
5389
|
+
const xs = u((n) => {
|
|
5371
5390
|
const { ref: a, className: t, ...e } = n;
|
|
5372
5391
|
return /* @__PURE__ */ i(ne.Root, { ref: a, className: x("flex flex-col", t), ...e });
|
|
5373
5392
|
});
|
|
5374
|
-
|
|
5375
|
-
const
|
|
5376
|
-
const n = j(
|
|
5393
|
+
xs.displayName = "TabsRoot";
|
|
5394
|
+
const cc = () => {
|
|
5395
|
+
const n = j(gs);
|
|
5377
5396
|
if (!n)
|
|
5378
5397
|
throw new Error("useTabsList must be used within a TabsList component");
|
|
5379
5398
|
return n;
|
|
5380
|
-
},
|
|
5381
|
-
const { ref: a, children: t, className: e, ...s } = n, { size: o } =
|
|
5382
|
-
return /* @__PURE__ */ i(ne.Trigger, { ref: a, className: x(
|
|
5383
|
-
});
|
|
5384
|
-
|
|
5385
|
-
const
|
|
5386
|
-
Root:
|
|
5387
|
-
List:
|
|
5388
|
-
Trigger:
|
|
5399
|
+
}, fs = u((n) => {
|
|
5400
|
+
const { ref: a, children: t, className: e, ...s } = n, { size: o } = cc();
|
|
5401
|
+
return /* @__PURE__ */ i(ne.Trigger, { ref: a, className: x(rc({ size: o }), e), ...s, children: t });
|
|
5402
|
+
});
|
|
5403
|
+
fs.displayName = "TabsTrigger";
|
|
5404
|
+
const ui = {
|
|
5405
|
+
Root: xs,
|
|
5406
|
+
List: ps,
|
|
5407
|
+
Trigger: fs,
|
|
5389
5408
|
Content: ne.Content
|
|
5390
|
-
},
|
|
5409
|
+
}, ic = h([], {
|
|
5391
5410
|
variants: {
|
|
5392
5411
|
size: {
|
|
5393
5412
|
xs: ["text-xs"],
|
|
@@ -5416,14 +5435,14 @@ const di = {
|
|
|
5416
5435
|
right: ["text-right"]
|
|
5417
5436
|
}
|
|
5418
5437
|
}
|
|
5419
|
-
}),
|
|
5438
|
+
}), Ye = u((n) => {
|
|
5420
5439
|
const { ref: a, className: t, size: e, weight: s, align: o, accentColor: r, highContrast: c = !1, ...l } = n;
|
|
5421
5440
|
return /* @__PURE__ */ i(
|
|
5422
5441
|
"span",
|
|
5423
5442
|
{
|
|
5424
5443
|
ref: a,
|
|
5425
5444
|
className: x(
|
|
5426
|
-
|
|
5445
|
+
ic({ size: e, weight: s, align: o }),
|
|
5427
5446
|
{
|
|
5428
5447
|
"text-(--accent-a11)": !!r,
|
|
5429
5448
|
"text-(--accent-a12)": c
|
|
@@ -5435,8 +5454,8 @@ const di = {
|
|
|
5435
5454
|
}
|
|
5436
5455
|
);
|
|
5437
5456
|
});
|
|
5438
|
-
|
|
5439
|
-
const
|
|
5457
|
+
Ye.displayName = "Text";
|
|
5458
|
+
const lc = h(
|
|
5440
5459
|
[
|
|
5441
5460
|
"focus:outline-(--accent-a8)",
|
|
5442
5461
|
"focus:outline-2",
|
|
@@ -5496,7 +5515,7 @@ const ic = v(
|
|
|
5496
5515
|
resize: "none"
|
|
5497
5516
|
}
|
|
5498
5517
|
}
|
|
5499
|
-
),
|
|
5518
|
+
), dc = u((n) => {
|
|
5500
5519
|
const a = M(), {
|
|
5501
5520
|
ref: t,
|
|
5502
5521
|
className: e,
|
|
@@ -5509,18 +5528,18 @@ const ic = v(
|
|
|
5509
5528
|
return /* @__PURE__ */ i(
|
|
5510
5529
|
"textarea",
|
|
5511
5530
|
{
|
|
5512
|
-
className: x(
|
|
5531
|
+
className: x(lc({ size: s, variant: o }), k({ radius: r, maxLarge: !0 }), e),
|
|
5513
5532
|
ref: t,
|
|
5514
5533
|
"data-accent-color": c,
|
|
5515
5534
|
...l
|
|
5516
5535
|
}
|
|
5517
5536
|
);
|
|
5518
5537
|
});
|
|
5519
|
-
|
|
5538
|
+
dc.displayName = "TextArea";
|
|
5520
5539
|
const Re = u((n) => {
|
|
5521
|
-
const { toastId: a, title: t, description: e, icon: s, accentColor: o, closeButton: r, action: c } = n, { radius: l } = M(), d =
|
|
5540
|
+
const { toastId: a, title: t, description: e, icon: s, accentColor: o, closeButton: r, action: c } = n, { radius: l } = M(), d = v(() => {
|
|
5522
5541
|
K.dismiss(a);
|
|
5523
|
-
}, [a]), m =
|
|
5542
|
+
}, [a]), m = v(() => {
|
|
5524
5543
|
K.dismiss(a);
|
|
5525
5544
|
}, [a]);
|
|
5526
5545
|
return /* @__PURE__ */ W(
|
|
@@ -5535,13 +5554,13 @@ const Re = u((n) => {
|
|
|
5535
5554
|
/* @__PURE__ */ W("div", { className: "flex items-center gap-4 grow min-w-0", children: [
|
|
5536
5555
|
s,
|
|
5537
5556
|
/* @__PURE__ */ W("div", { className: "flex flex-col min-w-0 select-none", children: [
|
|
5538
|
-
/* @__PURE__ */ i(
|
|
5539
|
-
e && /* @__PURE__ */ i(
|
|
5557
|
+
/* @__PURE__ */ i(Ye, { className: "truncate", children: t }),
|
|
5558
|
+
e && /* @__PURE__ */ i(Ye, { accentColor: "base", size: "sm", weight: "regular", children: e })
|
|
5540
5559
|
] })
|
|
5541
5560
|
] }),
|
|
5542
5561
|
/* @__PURE__ */ i(me, { onClick: d, children: c }),
|
|
5543
5562
|
r && /* @__PURE__ */ i(
|
|
5544
|
-
|
|
5563
|
+
at,
|
|
5545
5564
|
{
|
|
5546
5565
|
type: "button",
|
|
5547
5566
|
onClick: m,
|
|
@@ -5549,18 +5568,18 @@ const Re = u((n) => {
|
|
|
5549
5568
|
accentColor: "base",
|
|
5550
5569
|
variant: "ghost",
|
|
5551
5570
|
size: "xs",
|
|
5552
|
-
children: /* @__PURE__ */ i(q, { icon:
|
|
5571
|
+
children: /* @__PURE__ */ i(q, { icon: js })
|
|
5553
5572
|
}
|
|
5554
5573
|
)
|
|
5555
5574
|
]
|
|
5556
5575
|
}
|
|
5557
5576
|
);
|
|
5558
|
-
}),
|
|
5559
|
-
success: /* @__PURE__ */ i(q, { icon:
|
|
5560
|
-
info: /* @__PURE__ */ i(q, { icon:
|
|
5561
|
-
warning: /* @__PURE__ */ i(q, { icon:
|
|
5562
|
-
error: /* @__PURE__ */ i(q, { icon:
|
|
5563
|
-
},
|
|
5577
|
+
}), Ue = {
|
|
5578
|
+
success: /* @__PURE__ */ i(q, { icon: Ks, color: "var(--accent-9)" }),
|
|
5579
|
+
info: /* @__PURE__ */ i(q, { icon: Ws, color: "var(--base-11)" }),
|
|
5580
|
+
warning: /* @__PURE__ */ i(q, { icon: qs, color: "var(--accent-9)" }),
|
|
5581
|
+
error: /* @__PURE__ */ i(q, { icon: Us, color: "var(--accent-9)" })
|
|
5582
|
+
}, uc = (n) => {
|
|
5564
5583
|
const { icon: a, description: t, title: e, closeButton: s, action: o, ...r } = n;
|
|
5565
5584
|
return K.custom(
|
|
5566
5585
|
(c) => /* @__PURE__ */ i(
|
|
@@ -5576,7 +5595,7 @@ const Re = u((n) => {
|
|
|
5576
5595
|
),
|
|
5577
5596
|
r
|
|
5578
5597
|
);
|
|
5579
|
-
},
|
|
5598
|
+
}, mc = (n) => {
|
|
5580
5599
|
const { icon: a, description: t, title: e, closeButton: s, action: o, ...r } = n;
|
|
5581
5600
|
return K.custom(
|
|
5582
5601
|
(c) => /* @__PURE__ */ i(
|
|
@@ -5584,7 +5603,7 @@ const Re = u((n) => {
|
|
|
5584
5603
|
{
|
|
5585
5604
|
accentColor: "success",
|
|
5586
5605
|
toastId: c,
|
|
5587
|
-
icon: a ??
|
|
5606
|
+
icon: a ?? Ue.success,
|
|
5588
5607
|
description: t,
|
|
5589
5608
|
title: e,
|
|
5590
5609
|
closeButton: s,
|
|
@@ -5593,7 +5612,7 @@ const Re = u((n) => {
|
|
|
5593
5612
|
),
|
|
5594
5613
|
r
|
|
5595
5614
|
);
|
|
5596
|
-
},
|
|
5615
|
+
}, gc = (n) => {
|
|
5597
5616
|
const { icon: a, description: t, title: e, closeButton: s, action: o, ...r } = n;
|
|
5598
5617
|
return K.custom(
|
|
5599
5618
|
(c) => /* @__PURE__ */ i(
|
|
@@ -5601,7 +5620,7 @@ const Re = u((n) => {
|
|
|
5601
5620
|
{
|
|
5602
5621
|
accentColor: "base",
|
|
5603
5622
|
toastId: c,
|
|
5604
|
-
icon: a ??
|
|
5623
|
+
icon: a ?? Ue.info,
|
|
5605
5624
|
description: t,
|
|
5606
5625
|
title: e,
|
|
5607
5626
|
closeButton: s,
|
|
@@ -5610,7 +5629,7 @@ const Re = u((n) => {
|
|
|
5610
5629
|
),
|
|
5611
5630
|
r
|
|
5612
5631
|
);
|
|
5613
|
-
},
|
|
5632
|
+
}, pc = (n) => {
|
|
5614
5633
|
const { icon: a, description: t, title: e, closeButton: s, action: o, ...r } = n;
|
|
5615
5634
|
return K.custom(
|
|
5616
5635
|
(c) => /* @__PURE__ */ i(
|
|
@@ -5618,7 +5637,7 @@ const Re = u((n) => {
|
|
|
5618
5637
|
{
|
|
5619
5638
|
accentColor: "warning",
|
|
5620
5639
|
toastId: c,
|
|
5621
|
-
icon: a ??
|
|
5640
|
+
icon: a ?? Ue.warning,
|
|
5622
5641
|
description: t,
|
|
5623
5642
|
title: e,
|
|
5624
5643
|
closeButton: s,
|
|
@@ -5627,7 +5646,7 @@ const Re = u((n) => {
|
|
|
5627
5646
|
),
|
|
5628
5647
|
r
|
|
5629
5648
|
);
|
|
5630
|
-
},
|
|
5649
|
+
}, xc = (n) => {
|
|
5631
5650
|
const { icon: a, description: t, title: e, closeButton: s, action: o, ...r } = n;
|
|
5632
5651
|
return K.custom(
|
|
5633
5652
|
(c) => /* @__PURE__ */ i(
|
|
@@ -5635,7 +5654,7 @@ const Re = u((n) => {
|
|
|
5635
5654
|
{
|
|
5636
5655
|
accentColor: "danger",
|
|
5637
5656
|
toastId: c,
|
|
5638
|
-
icon: a ??
|
|
5657
|
+
icon: a ?? Ue.error,
|
|
5639
5658
|
description: t,
|
|
5640
5659
|
title: e,
|
|
5641
5660
|
closeButton: s,
|
|
@@ -5644,22 +5663,22 @@ const Re = u((n) => {
|
|
|
5644
5663
|
),
|
|
5645
5664
|
r
|
|
5646
5665
|
);
|
|
5647
|
-
},
|
|
5648
|
-
|
|
5666
|
+
}, mi = Object.assign(
|
|
5667
|
+
uc,
|
|
5649
5668
|
{
|
|
5650
|
-
success:
|
|
5651
|
-
info:
|
|
5652
|
-
warning:
|
|
5653
|
-
error:
|
|
5669
|
+
success: mc,
|
|
5670
|
+
info: gc,
|
|
5671
|
+
warning: pc,
|
|
5672
|
+
error: xc,
|
|
5654
5673
|
custom: K.custom,
|
|
5655
5674
|
dismiss: K.dismiss
|
|
5656
5675
|
},
|
|
5657
5676
|
{ getHistory: K.getHistory, getToasts: K.getToasts }
|
|
5658
|
-
),
|
|
5677
|
+
), fc = {
|
|
5659
5678
|
unstyled: !0
|
|
5660
|
-
},
|
|
5661
|
-
|
|
5662
|
-
const
|
|
5679
|
+
}, hc = u((n) => /* @__PURE__ */ i(co, { toastOptions: fc, richColors: !1, closeButton: !1, theme: "system", ...n }));
|
|
5680
|
+
hc.displayName = "Toaster";
|
|
5681
|
+
const vc = h(
|
|
5663
5682
|
[
|
|
5664
5683
|
"flex",
|
|
5665
5684
|
"items-center",
|
|
@@ -5778,7 +5797,7 @@ const hc = v(
|
|
|
5778
5797
|
variant: "outline"
|
|
5779
5798
|
}
|
|
5780
5799
|
}
|
|
5781
|
-
),
|
|
5800
|
+
), zt = u((n) => {
|
|
5782
5801
|
const a = M(), {
|
|
5783
5802
|
ref: t,
|
|
5784
5803
|
className: e,
|
|
@@ -5790,21 +5809,21 @@ const hc = v(
|
|
|
5790
5809
|
...d
|
|
5791
5810
|
} = n;
|
|
5792
5811
|
return /* @__PURE__ */ i(
|
|
5793
|
-
|
|
5812
|
+
io.Root,
|
|
5794
5813
|
{
|
|
5795
5814
|
ref: t,
|
|
5796
|
-
className: x(
|
|
5815
|
+
className: x(vc({ size: s, variant: r, icon: o }), k({ radius: c, maxLarge: !1 }), e),
|
|
5797
5816
|
"data-accent-color": l,
|
|
5798
5817
|
...d
|
|
5799
5818
|
}
|
|
5800
5819
|
);
|
|
5801
5820
|
});
|
|
5802
|
-
|
|
5803
|
-
const
|
|
5804
|
-
|
|
5805
|
-
const
|
|
5806
|
-
|
|
5807
|
-
const
|
|
5821
|
+
zt.displayName = "BaseToggleButton";
|
|
5822
|
+
const bc = u((n) => /* @__PURE__ */ i(zt, { icon: !0, ...n }));
|
|
5823
|
+
bc.displayName = "IconToggleButton";
|
|
5824
|
+
const Cc = u((n) => /* @__PURE__ */ i(zt, { icon: !1, ...n }));
|
|
5825
|
+
Cc.displayName = "ToggleButton";
|
|
5826
|
+
const hs = T({}), yc = h(
|
|
5808
5827
|
[
|
|
5809
5828
|
"flex",
|
|
5810
5829
|
"items-center",
|
|
@@ -5918,8 +5937,8 @@ const fs = T({}), Cc = v(
|
|
|
5918
5937
|
}
|
|
5919
5938
|
]
|
|
5920
5939
|
}
|
|
5921
|
-
),
|
|
5922
|
-
const a = b(
|
|
5940
|
+
), Nt = u((n) => {
|
|
5941
|
+
const a = b(hs), {
|
|
5923
5942
|
ref: t,
|
|
5924
5943
|
className: e,
|
|
5925
5944
|
icon: s,
|
|
@@ -5934,7 +5953,7 @@ const fs = T({}), Cc = v(
|
|
|
5934
5953
|
{
|
|
5935
5954
|
ref: t,
|
|
5936
5955
|
className: x(
|
|
5937
|
-
|
|
5956
|
+
yc({ icon: s, variant: c, size: l }),
|
|
5938
5957
|
k({ radius: r, maxLarge: !1 }),
|
|
5939
5958
|
e
|
|
5940
5959
|
),
|
|
@@ -5943,12 +5962,12 @@ const fs = T({}), Cc = v(
|
|
|
5943
5962
|
}
|
|
5944
5963
|
);
|
|
5945
5964
|
});
|
|
5946
|
-
|
|
5947
|
-
const
|
|
5948
|
-
|
|
5949
|
-
const
|
|
5950
|
-
|
|
5951
|
-
const
|
|
5965
|
+
Nt.displayName = "ToggleGroupBaseItem";
|
|
5966
|
+
const vs = u((n) => /* @__PURE__ */ i(Nt, { icon: !0, ...n }));
|
|
5967
|
+
vs.displayName = "ToggleGroupIconItem";
|
|
5968
|
+
const bs = u((n) => /* @__PURE__ */ i(Nt, { icon: !1, ...n }));
|
|
5969
|
+
bs.displayName = "ToggleGroupItem";
|
|
5970
|
+
const Cs = u((n) => {
|
|
5952
5971
|
const a = M(), {
|
|
5953
5972
|
ref: t,
|
|
5954
5973
|
children: e,
|
|
@@ -5966,19 +5985,19 @@ const bs = u((n) => {
|
|
|
5966
5985
|
}),
|
|
5967
5986
|
[s, o, c, r]
|
|
5968
5987
|
);
|
|
5969
|
-
return /* @__PURE__ */ i(Oe.Root, { ref: t, "data-accent-color": s, ...l, children: /* @__PURE__ */ i(
|
|
5970
|
-
});
|
|
5971
|
-
|
|
5972
|
-
const
|
|
5973
|
-
Root:
|
|
5974
|
-
Item:
|
|
5975
|
-
IconItem:
|
|
5976
|
-
},
|
|
5988
|
+
return /* @__PURE__ */ i(Oe.Root, { ref: t, "data-accent-color": s, ...l, children: /* @__PURE__ */ i(hs, { value: d, children: e }) });
|
|
5989
|
+
});
|
|
5990
|
+
Cs.displayName = "ToggleGroupRoot";
|
|
5991
|
+
const gi = {
|
|
5992
|
+
Root: Cs,
|
|
5993
|
+
Item: bs,
|
|
5994
|
+
IconItem: vs
|
|
5995
|
+
}, ys = u((n) => {
|
|
5977
5996
|
const { ref: a, className: t, ...e } = n;
|
|
5978
5997
|
return /* @__PURE__ */ i(de.Arrow, { className: x("fill-(--base-6)", t), ref: a, ...e });
|
|
5979
5998
|
});
|
|
5980
|
-
|
|
5981
|
-
const
|
|
5999
|
+
ys.displayName = "TooltipArrow";
|
|
6000
|
+
const zc = h(
|
|
5982
6001
|
[
|
|
5983
6002
|
"data-[state=delayed-open]:animate-in",
|
|
5984
6003
|
"data-[state=delayed-open]:fade-in-0",
|
|
@@ -6014,7 +6033,7 @@ const yc = v(
|
|
|
6014
6033
|
side: "top"
|
|
6015
6034
|
}
|
|
6016
6035
|
}
|
|
6017
|
-
),
|
|
6036
|
+
), zs = u((n) => {
|
|
6018
6037
|
const a = M(), {
|
|
6019
6038
|
ref: t,
|
|
6020
6039
|
children: e,
|
|
@@ -6029,7 +6048,7 @@ const yc = v(
|
|
|
6029
6048
|
return /* @__PURE__ */ i(de.Portal, { container: d, children: /* @__PURE__ */ i(
|
|
6030
6049
|
de.Content,
|
|
6031
6050
|
{
|
|
6032
|
-
className: x(
|
|
6051
|
+
className: x(zc({ size: r, side: o }), k({ radius: c, maxLarge: !1 }), s),
|
|
6033
6052
|
ref: t,
|
|
6034
6053
|
sideOffset: l,
|
|
6035
6054
|
"data-floating-content": "",
|
|
@@ -6038,222 +6057,223 @@ const yc = v(
|
|
|
6038
6057
|
}
|
|
6039
6058
|
) });
|
|
6040
6059
|
});
|
|
6041
|
-
|
|
6042
|
-
const
|
|
6043
|
-
Arrow:
|
|
6044
|
-
Content:
|
|
6060
|
+
zs.displayName = "TooltipContent";
|
|
6061
|
+
const pi = {
|
|
6062
|
+
Arrow: ys,
|
|
6063
|
+
Content: zs,
|
|
6045
6064
|
Root: de.Root,
|
|
6046
6065
|
Trigger: de.Trigger,
|
|
6047
6066
|
Provider: de.Provider
|
|
6048
6067
|
};
|
|
6049
6068
|
export {
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
|
|
6053
|
-
|
|
6054
|
-
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
6075
|
-
|
|
6069
|
+
Fc as AlertDialog,
|
|
6070
|
+
tt as AlertDialogContent,
|
|
6071
|
+
mo as AlertDialogProvider,
|
|
6072
|
+
Hc as Avatar,
|
|
6073
|
+
ta as AvatarFallback,
|
|
6074
|
+
aa as AvatarImage,
|
|
6075
|
+
na as AvatarRoot,
|
|
6076
|
+
fo as Badge,
|
|
6077
|
+
Ke as Button,
|
|
6078
|
+
uo as ButtonGroup,
|
|
6079
|
+
vo as Card,
|
|
6080
|
+
Bc as Checkbox,
|
|
6081
|
+
Uc as CheckboxGroup,
|
|
6082
|
+
ra as CheckboxGroupItem,
|
|
6083
|
+
ca as CheckboxGroupItemIndicator,
|
|
6084
|
+
ia as CheckboxGroupRoot,
|
|
6085
|
+
la as CheckboxGroupSelectAllItem,
|
|
6086
|
+
sa as CheckboxIndicator,
|
|
6087
|
+
oa as CheckboxRoot,
|
|
6088
|
+
qc as CommandMenu,
|
|
6089
|
+
da as CommandMenuCheckboxIndicator,
|
|
6090
|
+
ga as CommandMenuCheckboxItem,
|
|
6091
|
+
pa as CommandMenuContent,
|
|
6092
|
+
xa as CommandMenuEmpty,
|
|
6093
|
+
Ee as CommandMenuGroup,
|
|
6094
|
+
fa as CommandMenuInput,
|
|
6076
6095
|
ce as CommandMenuItem,
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6088
|
-
|
|
6089
|
-
|
|
6090
|
-
|
|
6091
|
-
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
|
|
6103
|
-
|
|
6104
|
-
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6115
|
-
|
|
6116
|
-
|
|
6096
|
+
ha as CommandMenuList,
|
|
6097
|
+
To as CommandMenuMultiSelectGroup,
|
|
6098
|
+
Po as CommandMenuMultiSelectItem,
|
|
6099
|
+
va as CommandMenuOverlay,
|
|
6100
|
+
ba as CommandMenuPage,
|
|
6101
|
+
ya as CommandMenuPageTriggerItem,
|
|
6102
|
+
Ca as CommandMenuPages,
|
|
6103
|
+
Mo as CommandMenuRadioGroup,
|
|
6104
|
+
Oo as CommandMenuRadioItem,
|
|
6105
|
+
za as CommandMenuRoot,
|
|
6106
|
+
Vo as CommandMenuSelectAllItem,
|
|
6107
|
+
Na as CommandMenuSelectedIndicator,
|
|
6108
|
+
wa as CommandMenuSeparator,
|
|
6109
|
+
Ia as CommandMenuTrigger,
|
|
6110
|
+
jo as DayPicker,
|
|
6111
|
+
Wc as Dialog,
|
|
6112
|
+
ka as DialogContent,
|
|
6113
|
+
Ra as DialogOverlay,
|
|
6114
|
+
Ta as DialogRoot,
|
|
6115
|
+
Ko as Heading,
|
|
6116
|
+
Kc as HoverCard,
|
|
6117
|
+
Pa as HoverCardArrow,
|
|
6118
|
+
Ma as HoverCardContent,
|
|
6119
|
+
Yo as HoverUtility,
|
|
6120
|
+
at as IconButton,
|
|
6121
|
+
bc as IconToggleButton,
|
|
6122
|
+
Xc as Input,
|
|
6123
|
+
Oa as InputField,
|
|
6124
|
+
Va as InputRoot,
|
|
6125
|
+
La as InputSlot,
|
|
6126
|
+
Jc as Layout,
|
|
6127
|
+
Aa as LayoutContainer,
|
|
6128
|
+
Da as LayoutRoot,
|
|
6129
|
+
_a as LayoutSlideOutClose,
|
|
6130
|
+
Fa as LayoutSlideOutContent,
|
|
6131
|
+
Ha as LayoutSlideOutHandle,
|
|
6132
|
+
Ba as LayoutSlideOutOverlay,
|
|
6133
|
+
$a as LayoutSlideOutRoot,
|
|
6134
|
+
ja as LayoutSlideOutTrigger,
|
|
6135
|
+
cr as Link,
|
|
6117
6136
|
q as LuIcon,
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
|
|
6122
|
-
|
|
6123
|
-
|
|
6124
|
-
|
|
6125
|
-
|
|
6126
|
-
|
|
6127
|
-
|
|
6137
|
+
Zc as Menu,
|
|
6138
|
+
Wa as MenuCheckboxItem,
|
|
6139
|
+
Ka as MenuCheckboxItemIndicator,
|
|
6140
|
+
Xa as MenuClickTrigger,
|
|
6141
|
+
Ya as MenuContent,
|
|
6142
|
+
Qa as MenuContextTrigger,
|
|
6143
|
+
He as MenuGroup,
|
|
6144
|
+
Ja as MenuInputField,
|
|
6145
|
+
Za as MenuInputRoot,
|
|
6146
|
+
en as MenuInputSlot,
|
|
6128
6147
|
se as MenuItem,
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
|
|
6135
|
-
|
|
6136
|
-
|
|
6137
|
-
|
|
6138
|
-
|
|
6139
|
-
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
|
|
6148
|
+
tn as MenuLabel,
|
|
6149
|
+
pr as MenuMultiSelectGroup,
|
|
6150
|
+
xr as MenuMultiSelectItem,
|
|
6151
|
+
an as MenuPageContent,
|
|
6152
|
+
sn as MenuPageTrigger,
|
|
6153
|
+
nn as MenuPages,
|
|
6154
|
+
rn as MenuRoot,
|
|
6155
|
+
cn as MenuScroll,
|
|
6156
|
+
hr as MenuSelectAllItem,
|
|
6157
|
+
vr as MenuSelectGroup,
|
|
6158
|
+
br as MenuSelectItem,
|
|
6159
|
+
ln as MenuSelectedIndicator,
|
|
6160
|
+
dn as MenuSeparator,
|
|
6161
|
+
un as MenuSub,
|
|
6162
|
+
mn as MenuSubContent,
|
|
6163
|
+
gn as MenuSubTrigger,
|
|
6164
|
+
ei as MenuV2,
|
|
6165
|
+
fn as MenuV2CheckboxItem,
|
|
6166
|
+
hn as MenuV2CheckedIndicator,
|
|
6167
|
+
$e as MenuV2Group,
|
|
6168
|
+
vn as MenuV2GroupLabel,
|
|
6150
6169
|
le as MenuV2Item,
|
|
6151
|
-
|
|
6152
|
-
|
|
6153
|
-
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6189
|
-
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
6217
|
-
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
|
|
6170
|
+
Rr as MenuV2MultiSelectGroup,
|
|
6171
|
+
Tr as MenuV2MultiSelectItem,
|
|
6172
|
+
bn as MenuV2Page,
|
|
6173
|
+
yn as MenuV2PageTriggerItem,
|
|
6174
|
+
Cn as MenuV2Pages,
|
|
6175
|
+
zn as MenuV2Root,
|
|
6176
|
+
kr as MenuV2SelectAllItem,
|
|
6177
|
+
Pr as MenuV2SelectGroup,
|
|
6178
|
+
Mr as MenuV2SelectItem,
|
|
6179
|
+
Nn as MenuV2SelectedIndicator,
|
|
6180
|
+
wn as MenuV2Separator,
|
|
6181
|
+
pn as MenuVirtualTrigger,
|
|
6182
|
+
ti as OneTimePasswordField,
|
|
6183
|
+
In as OneTimePasswordFieldHiddenInput,
|
|
6184
|
+
kn as OneTimePasswordFieldInput,
|
|
6185
|
+
Rn as OneTimePasswordFieldRoot,
|
|
6186
|
+
ai as Overlay,
|
|
6187
|
+
Tn as OverlayClose,
|
|
6188
|
+
Pn as OverlayContent,
|
|
6189
|
+
Mn as OverlayDescription,
|
|
6190
|
+
On as OverlayRoot,
|
|
6191
|
+
Vn as OverlayTitle,
|
|
6192
|
+
Ln as OverlayTrigger,
|
|
6193
|
+
Lr as OvermapErrorBoundary,
|
|
6194
|
+
ni as Popover,
|
|
6195
|
+
Dn as PopoverArrow,
|
|
6196
|
+
Gn as PopoverContent,
|
|
6197
|
+
Er as Progress,
|
|
6198
|
+
lo as Provider,
|
|
6199
|
+
si as RadioCards,
|
|
6200
|
+
_n as RadioCardsItem,
|
|
6201
|
+
Fn as RadioCardsRoot,
|
|
6202
|
+
oi as RadioGroup,
|
|
6203
|
+
Hn as RadioGroupIndicator,
|
|
6204
|
+
$n as RadioGroupItem,
|
|
6205
|
+
jn as RadioGroupRoot,
|
|
6206
|
+
ri as Rating,
|
|
6207
|
+
qn as RatingItem,
|
|
6208
|
+
Wn as RatingItemIndicator,
|
|
6209
|
+
Kn as RatingRoot,
|
|
6210
|
+
ci as SegmentedControl,
|
|
6211
|
+
Yn as SegmentedControlItem,
|
|
6212
|
+
Qn as SegmentedControlRoot,
|
|
6213
|
+
ii as SegmentedTabs,
|
|
6214
|
+
Zn as SegmentedTabsList,
|
|
6215
|
+
es as SegmentedTabsRoot,
|
|
6216
|
+
ts as SegmentedTabsTrigger,
|
|
6217
|
+
Kr as Separator,
|
|
6218
|
+
Qc as SlideOut,
|
|
6219
|
+
mt as SlideOutClose,
|
|
6220
|
+
gt as SlideOutContent,
|
|
6221
|
+
pt as SlideOutHandle,
|
|
6222
|
+
xt as SlideOutOverlay,
|
|
6223
|
+
ft as SlideOutRoot,
|
|
6224
|
+
Ea as SlideOutTrigger,
|
|
6225
|
+
ht as SlideOutViewport,
|
|
6226
|
+
Zr as Slider,
|
|
6227
|
+
tc as Spinner,
|
|
6228
|
+
li as Switch,
|
|
6229
|
+
ns as SwitchRoot,
|
|
6230
|
+
ss as SwitchThumb,
|
|
6231
|
+
di as Table,
|
|
6232
|
+
os as TableBody,
|
|
6233
|
+
rs as TableCell,
|
|
6234
|
+
cs as TableColumnHeaderCell,
|
|
6235
|
+
is as TableFooter,
|
|
6236
|
+
ls as TableHeader,
|
|
6237
|
+
ds as TableRoot,
|
|
6238
|
+
us as TableRow,
|
|
6239
|
+
ms as TableRowHeaderCell,
|
|
6240
|
+
ui as Tabs,
|
|
6241
|
+
ps as TabsList,
|
|
6242
|
+
xs as TabsRoot,
|
|
6243
|
+
fs as TabsTrigger,
|
|
6244
|
+
Ye as Text,
|
|
6245
|
+
dc as TextArea,
|
|
6246
|
+
hc as Toaster,
|
|
6247
|
+
Cc as ToggleButton,
|
|
6248
|
+
gi as ToggleGroup,
|
|
6249
|
+
vs as ToggleGroupIconItem,
|
|
6250
|
+
bs as ToggleGroupItem,
|
|
6251
|
+
Cs as ToggleGroupRoot,
|
|
6252
|
+
pi as Tooltip,
|
|
6253
|
+
ys as TooltipArrow,
|
|
6254
|
+
zs as TooltipContent,
|
|
6255
|
+
xo as badge,
|
|
6256
|
+
Zt as buttonCva,
|
|
6238
6257
|
Ve as floating,
|
|
6239
6258
|
F as genericMemo,
|
|
6240
|
-
|
|
6259
|
+
Ae as getActiveState,
|
|
6241
6260
|
Q as getBooleanState,
|
|
6242
6261
|
Ie as getCheckedState,
|
|
6243
6262
|
pe as getOpenState,
|
|
6244
6263
|
oe as getSelectedState,
|
|
6245
6264
|
we as mergeRefs,
|
|
6246
6265
|
k as radiusCva,
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
6266
|
+
Le as shadowCva,
|
|
6267
|
+
Co as stopPropagation,
|
|
6268
|
+
mi as toast,
|
|
6269
|
+
_c as useAlertDialog,
|
|
6270
|
+
Jt as useButtonGroup,
|
|
6251
6271
|
X as useControlledState,
|
|
6252
|
-
|
|
6253
|
-
|
|
6272
|
+
bo as useFallbackId,
|
|
6273
|
+
st as useLatest,
|
|
6254
6274
|
ke as useLayoutContext,
|
|
6255
|
-
|
|
6275
|
+
Yc as useLayoutContextSelector,
|
|
6256
6276
|
M as useProvider,
|
|
6257
|
-
|
|
6258
|
-
|
|
6277
|
+
jc as useTextFilter,
|
|
6278
|
+
$c as useViewportSize
|
|
6259
6279
|
};
|