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