@chaibuilder/sdk 1.2.90 → 1.2.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/CodeEditor-awVVPqel.cjs +1 -0
  2. package/dist/{CodeEditor-t2oVfSyK.js → CodeEditor-orTEdw7a.js} +31 -28
  3. package/dist/Topbar--KOfsR94.cjs +1 -0
  4. package/dist/{Topbar-x0tjZaWC.js → Topbar-OPlOc1Ha.js} +22 -19
  5. package/dist/{UnsplashImages-965l8pGL.js → UnsplashImages-WaGyNL1z.js} +36 -33
  6. package/dist/UnsplashImages-g-8MvB9W.cjs +1 -0
  7. package/dist/{UploadImages-glp4ZyQm.js → UploadImages-GiKofaXX.js} +37 -61
  8. package/dist/UploadImages-Ic_iZgWY.cjs +1 -0
  9. package/dist/_commonjsHelpers-f3sTPFkQ.js +8 -0
  10. package/dist/_commonjsHelpers-f52AuuUj.cjs +1 -0
  11. package/dist/button-9Duvj2dH.js +42 -0
  12. package/dist/button-oQgWN0j0.cjs +1 -0
  13. package/dist/context-menu-8MWP_Ikf.cjs +1 -0
  14. package/dist/context-menu-yLeOsx9j.js +943 -0
  15. package/dist/core.cjs +1 -1
  16. package/dist/core.d.ts +34 -11
  17. package/dist/core.js +81 -76
  18. package/dist/iconBase-BnEC5_qG.js +1583 -0
  19. package/dist/iconBase-_bgMuxa5.cjs +1 -0
  20. package/dist/index-Hj8wMhx_.cjs +223 -0
  21. package/dist/{index-qptv-vi2.js → index-yJ1H6b2C.js} +9771 -10776
  22. package/dist/plugin-02QsHeBE.cjs +1 -0
  23. package/dist/{plugin-P0tpo_XZ.cjs → plugin-BXpjdQxx.cjs} +1 -1
  24. package/dist/{plugin-f5uJtdXY.js → plugin-DdKuAR7p.js} +1 -1
  25. package/dist/plugin-VDzc8jUO.js +52 -0
  26. package/dist/render.cjs +2 -2
  27. package/dist/render.js +7 -6
  28. package/dist/tailwind.cjs +1 -1
  29. package/dist/tailwind.js +7 -6
  30. package/dist/ui.cjs +1 -1
  31. package/dist/ui.js +242 -301
  32. package/dist/web-blocks.cjs +1 -1
  33. package/dist/web-blocks.js +344 -289
  34. package/package.json +2 -2
  35. package/dist/CodeEditor-gqhS0hpB.cjs +0 -1
  36. package/dist/Topbar-s9YVXp9Z.cjs +0 -1
  37. package/dist/UnsplashImages-DRQaQoM-.cjs +0 -1
  38. package/dist/UploadImages-CumBJ3oE.cjs +0 -1
  39. package/dist/context-menu--DZnHfxj.cjs +0 -1
  40. package/dist/context-menu-DeUUflYX.js +0 -910
  41. package/dist/iconBase-vJD0OXxU.cjs +0 -1
  42. package/dist/iconBase-zweRWSz0.js +0 -323
  43. package/dist/index-BuZrwlQG.cjs +0 -223
  44. package/dist/plugin-_F-KZp1i.cjs +0 -1
  45. package/dist/plugin-sJ3Hzvpv.js +0 -57
@@ -1,910 +0,0 @@
1
- import { j as o } from "./jsx-runtime-Sp0orL4X.js";
2
- import * as S from "@radix-ui/react-switch";
3
- import * as r from "react";
4
- import * as x from "@radix-ui/react-accordion";
5
- import { ChevronDownIcon as $, Cross2Icon as I, ChevronRightIcon as A, CheckIcon as M, DotFilledIcon as P, MagnifyingGlassIcon as J } from "@radix-ui/react-icons";
6
- import { cva as w } from "class-variance-authority";
7
- import * as c from "@radix-ui/react-alert-dialog";
8
- import { Slot as K } from "@radix-ui/react-slot";
9
- import * as z from "@radix-ui/react-label";
10
- import * as u from "@radix-ui/react-scroll-area";
11
- import * as g from "@radix-ui/react-tabs";
12
- import * as b from "@radix-ui/react-tooltip";
13
- import * as N from "@radix-ui/react-popover";
14
- import * as j from "@radix-ui/react-hover-card";
15
- import * as d from "@radix-ui/react-dropdown-menu";
16
- import * as _ from "@radix-ui/react-separator";
17
- import * as f from "@radix-ui/react-toast";
18
- import { Command as m } from "cmdk";
19
- import * as p from "@radix-ui/react-dialog";
20
- import * as i from "@radix-ui/react-context-menu";
21
- import { clsx as W } from "clsx";
22
- import { twMerge as Z } from "tailwind-merge";
23
- const s = (...e) => Z(W(e)), ee = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
24
- S.Root,
25
- {
26
- className: s(
27
- "peer inline-flex h-[24px] w-[44px] shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-slate-400 focus-visible:ring-offset-2 focus-visible:ring-offset-white disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-slate-900 data-[state=unchecked]:bg-slate-200 dark:focus-visible:ring-slate-800 dark:focus-visible:ring-offset-slate-950 dark:data-[state=checked]:bg-slate-50 dark:data-[state=unchecked]:bg-slate-800",
28
- e
29
- ),
30
- ...t,
31
- ref: a,
32
- children: /* @__PURE__ */ o.jsx(
33
- S.Thumb,
34
- {
35
- className: s(
36
- "pointer-events-none block h-5 w-5 rounded-full bg-white shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0 dark:bg-slate-950"
37
- )
38
- }
39
- )
40
- }
41
- ));
42
- ee.displayName = S.Root.displayName;
43
- const D = w(
44
- "inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",
45
- {
46
- variants: {
47
- variant: {
48
- default: "bg-primary text-primary-foreground shadow hover:bg-primary/90",
49
- destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
50
- outline: "border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
51
- secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
52
- ghost: "hover:bg-accent hover:text-accent-foreground",
53
- link: "text-primary underline-offset-4 hover:underline"
54
- },
55
- size: {
56
- default: "h-9 px-4 py-2",
57
- sm: "h-8 rounded-md px-3 text-xs",
58
- lg: "h-10 rounded-md px-8",
59
- icon: "h-9 w-9"
60
- }
61
- },
62
- defaultVariants: {
63
- variant: "default",
64
- size: "default"
65
- }
66
- }
67
- ), te = r.forwardRef(
68
- ({ className: e, variant: t, size: a, asChild: n = !1, ...l }, C) => {
69
- const Y = n ? K : "button";
70
- return /* @__PURE__ */ o.jsx(Y, { className: s(D({ variant: t, size: a, className: e })), ref: C, ...l });
71
- }
72
- );
73
- te.displayName = "Button";
74
- const jt = x.Root, ae = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(x.Item, { ref: a, className: s("border-b", e), ...t }));
75
- ae.displayName = "AccordionItem";
76
- const oe = r.forwardRef(({ className: e, children: t, ...a }, n) => /* @__PURE__ */ o.jsx(x.Header, { className: "flex", children: /* @__PURE__ */ o.jsxs(
77
- x.Trigger,
78
- {
79
- ref: n,
80
- className: s(
81
- "flex flex-1 items-center justify-between py-4 text-sm font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180",
82
- e
83
- ),
84
- ...a,
85
- children: [
86
- t,
87
- a.hideArrow ? null : /* @__PURE__ */ o.jsx($, { className: "h-4 w-4 shrink-0 text-muted-foreground transition-transform duration-200" })
88
- ]
89
- }
90
- ) }));
91
- oe.displayName = x.Trigger.displayName;
92
- const se = r.forwardRef(({ className: e, children: t, ...a }, n) => /* @__PURE__ */ o.jsx(
93
- x.Content,
94
- {
95
- ref: n,
96
- className: s(
97
- "text-sm data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down",
98
- e
99
- ),
100
- ...a,
101
- children: /* @__PURE__ */ o.jsx("div", { className: "pb-4 pt-0", children: t })
102
- }
103
- ));
104
- se.displayName = x.Content.displayName;
105
- const re = w(
106
- "inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
107
- {
108
- variants: {
109
- variant: {
110
- default: "border-transparent bg-primary text-primary-foreground shadow hover:bg-primary/80",
111
- secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
112
- destructive: "border-transparent bg-destructive text-destructive-foreground shadow hover:bg-destructive/80",
113
- outline: "text-foreground"
114
- }
115
- },
116
- defaultVariants: {
117
- variant: "default"
118
- }
119
- }
120
- ), Ct = ({ className: e, variant: t, ...a }) => /* @__PURE__ */ o.jsx("div", { className: s(re({ variant: t }), e), ...a }), Rt = c.Root, Tt = c.Trigger, O = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx(c.Portal, { className: s(e), ...t });
121
- O.displayName = c.Portal.displayName;
122
- const E = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
123
- c.Overlay,
124
- {
125
- className: s(
126
- "fixed inset-0 z-50 bg-background/80 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
127
- e
128
- ),
129
- ...t,
130
- ref: a
131
- }
132
- ));
133
- E.displayName = c.Overlay.displayName;
134
- const ne = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsxs(O, { children: [
135
- /* @__PURE__ */ o.jsx(E, {}),
136
- /* @__PURE__ */ o.jsx(
137
- c.Content,
138
- {
139
- ref: a,
140
- className: s(
141
- "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg md:w-full",
142
- e
143
- ),
144
- ...t
145
- }
146
- )
147
- ] }));
148
- ne.displayName = c.Content.displayName;
149
- const de = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx("div", { className: s("flex flex-col space-y-2 text-center sm:text-left", e), ...t });
150
- de.displayName = "AlertDialogHeader";
151
- const ie = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx("div", { className: s("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", e), ...t });
152
- ie.displayName = "AlertDialogFooter";
153
- const le = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(c.Title, { ref: a, className: s("text-lg font-semibold", e), ...t }));
154
- le.displayName = c.Title.displayName;
155
- const ce = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(c.Description, { ref: a, className: s("text-sm text-muted-foreground", e), ...t }));
156
- ce.displayName = c.Description.displayName;
157
- const me = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(c.Action, { ref: a, className: s(D(), e), ...t }));
158
- me.displayName = c.Action.displayName;
159
- const pe = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
160
- c.Cancel,
161
- {
162
- ref: a,
163
- className: s(D({ variant: "outline" }), "mt-2 sm:mt-0", e),
164
- ...t
165
- }
166
- ));
167
- pe.displayName = c.Cancel.displayName;
168
- const fe = p.Root, St = p.Trigger, L = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx(p.Portal, { className: s(e), ...t });
169
- L.displayName = p.Portal.displayName;
170
- const V = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
171
- p.Overlay,
172
- {
173
- ref: a,
174
- className: s(
175
- "fixed inset-0 z-50 bg-background/80 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
176
- e
177
- ),
178
- ...t
179
- }
180
- ));
181
- V.displayName = p.Overlay.displayName;
182
- const G = r.forwardRef(({ className: e, children: t, ...a }, n) => /* @__PURE__ */ o.jsxs(L, { children: [
183
- /* @__PURE__ */ o.jsx(V, {}),
184
- /* @__PURE__ */ o.jsxs(
185
- p.Content,
186
- {
187
- ref: n,
188
- className: s(
189
- "fixed left-[50%] top-[50%] z-[999] grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg md:w-full",
190
- e
191
- ),
192
- ...a,
193
- children: [
194
- t,
195
- /* @__PURE__ */ o.jsxs(p.Close, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [
196
- /* @__PURE__ */ o.jsx(I, { className: "h-4 w-4" }),
197
- /* @__PURE__ */ o.jsx("span", { className: "sr-only", children: "Close" })
198
- ] })
199
- ]
200
- }
201
- )
202
- ] }));
203
- G.displayName = p.Content.displayName;
204
- const ue = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx("div", { className: s("flex flex-col space-y-1.5 text-center sm:text-left", e), ...t });
205
- ue.displayName = "DialogHeader";
206
- const xe = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx("div", { className: s("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", e), ...t });
207
- xe.displayName = "DialogFooter";
208
- const ge = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
209
- p.Title,
210
- {
211
- ref: a,
212
- className: s("text-lg font-semibold leading-none tracking-tight", e),
213
- ...t
214
- }
215
- ));
216
- ge.displayName = p.Title.displayName;
217
- const be = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(p.Description, { ref: a, className: s("text-sm text-muted-foreground", e), ...t }));
218
- be.displayName = p.Description.displayName;
219
- const ye = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx("div", { ref: a, className: s("rounded-xl border bg-card text-card-foreground shadow", e), ...t }));
220
- ye.displayName = "Card";
221
- const Ne = r.forwardRef(
222
- ({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx("div", { ref: a, className: s("flex flex-col space-y-1.5 p-6", e), ...t })
223
- );
224
- Ne.displayName = "CardHeader";
225
- const he = r.forwardRef(
226
- ({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx("h3", { ref: a, className: s("font-semibold leading-none tracking-tight", e), ...t })
227
- );
228
- he.displayName = "CardTitle";
229
- const ve = r.forwardRef(
230
- ({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx("p", { ref: a, className: s("text-sm text-muted-foreground", e), ...t })
231
- );
232
- ve.displayName = "CardDescription";
233
- const we = r.forwardRef(
234
- ({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx("div", { ref: a, className: s("p-6 pt-0", e), ...t })
235
- );
236
- we.displayName = "CardContent";
237
- const je = r.forwardRef(
238
- ({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx("div", { ref: a, className: s(" flex items-center p-6 pt-0", e), ...t })
239
- );
240
- je.displayName = "CardFooter";
241
- const Ce = r.forwardRef(({ className: e, type: t, ...a }, n) => /* @__PURE__ */ o.jsx(
242
- "input",
243
- {
244
- type: t,
245
- className: s(
246
- "flex h-9 w-full rounded-md border border-border bg-background px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",
247
- e
248
- ),
249
- ref: n,
250
- ...a,
251
- autoCapitalize: "off",
252
- autoCorrect: "off",
253
- spellCheck: "false"
254
- }
255
- ));
256
- Ce.displayName = "Input";
257
- const Re = w("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"), Te = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(z.Root, { ref: a, className: s(Re(), e), ...t }));
258
- Te.displayName = z.Root.displayName;
259
- const Se = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
260
- "textarea",
261
- {
262
- className: s(
263
- "flex min-h-[60px] w-full rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",
264
- e
265
- ),
266
- ref: a,
267
- ...t,
268
- autoCapitalize: "off",
269
- autoCorrect: "off",
270
- spellCheck: "false"
271
- }
272
- ));
273
- Se.displayName = "Textarea";
274
- const De = r.forwardRef(({ className: e, children: t, ...a }, n) => /* @__PURE__ */ o.jsxs(u.Root, { ref: n, className: s("relative overflow-hidden", e), ...a, children: [
275
- /* @__PURE__ */ o.jsx(u.Viewport, { className: "h-full w-full rounded-[inherit]", children: t }),
276
- /* @__PURE__ */ o.jsx(H, {}),
277
- /* @__PURE__ */ o.jsx(u.Corner, {})
278
- ] }));
279
- De.displayName = u.Root.displayName;
280
- const H = r.forwardRef(({ className: e, orientation: t = "vertical", ...a }, n) => /* @__PURE__ */ o.jsx(
281
- u.ScrollAreaScrollbar,
282
- {
283
- ref: n,
284
- orientation: t,
285
- className: s(
286
- "flex touch-none select-none transition-colors",
287
- t === "vertical" && "h-full w-2.5 border-l border-l-transparent p-[1px]",
288
- t === "horizontal" && "h-2.5 border-t border-t-transparent p-[1px]",
289
- e
290
- ),
291
- ...a,
292
- children: /* @__PURE__ */ o.jsx(u.ScrollAreaThumb, { className: "relative flex-1 rounded-full bg-border" })
293
- }
294
- ));
295
- H.displayName = u.ScrollAreaScrollbar.displayName;
296
- const Dt = g.Root, ke = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
297
- g.List,
298
- {
299
- ref: a,
300
- className: s(
301
- "inline-flex h-9 items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground",
302
- e
303
- ),
304
- ...t
305
- }
306
- ));
307
- ke.displayName = g.List.displayName;
308
- const Ie = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
309
- g.Trigger,
310
- {
311
- ref: a,
312
- className: s(
313
- "inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow",
314
- e
315
- ),
316
- ...t
317
- }
318
- ));
319
- Ie.displayName = g.Trigger.displayName;
320
- const Ae = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
321
- g.Content,
322
- {
323
- ref: a,
324
- className: s(
325
- "mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
326
- e
327
- ),
328
- ...t
329
- }
330
- ));
331
- Ae.displayName = g.Content.displayName;
332
- const kt = b.Portal, It = b.Provider, At = b.Root, Mt = b.Trigger, Me = r.forwardRef(({ className: e, sideOffset: t = 4, ...a }, n) => /* @__PURE__ */ o.jsx(
333
- b.Content,
334
- {
335
- ref: n,
336
- sideOffset: t,
337
- className: s(
338
- "z-50 overflow-hidden rounded-md bg-primary px-3 py-1.5 text-xs text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
339
- e
340
- ),
341
- ...a
342
- }
343
- ));
344
- Me.displayName = b.Content.displayName;
345
- const Pt = N.Root, zt = N.Trigger, Pe = r.forwardRef(({ className: e, align: t = "center", sideOffset: a = 4, ...n }, l) => /* @__PURE__ */ o.jsx(N.Portal, { children: /* @__PURE__ */ o.jsx(
346
- N.Content,
347
- {
348
- ref: l,
349
- align: t,
350
- sideOffset: a,
351
- className: s(
352
- "z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
353
- e
354
- ),
355
- ...n
356
- }
357
- ) }));
358
- Pe.displayName = N.Content.displayName;
359
- const _t = j.Root, Ot = j.Trigger, ze = r.forwardRef(({ className: e, align: t = "center", sideOffset: a = 4, ...n }, l) => /* @__PURE__ */ o.jsx(
360
- j.Content,
361
- {
362
- ref: l,
363
- align: t,
364
- sideOffset: a,
365
- className: s(
366
- "z-50 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
367
- e
368
- ),
369
- ...n
370
- }
371
- ));
372
- ze.displayName = j.Content.displayName;
373
- const Et = d.Root, Lt = d.Trigger, Vt = d.Group, Gt = d.Portal, Ht = d.Sub, Ft = d.RadioGroup, _e = r.forwardRef(({ className: e, inset: t, children: a, ...n }, l) => /* @__PURE__ */ o.jsxs(
374
- d.SubTrigger,
375
- {
376
- ref: l,
377
- className: s(
378
- "flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent",
379
- t && "pl-8",
380
- e
381
- ),
382
- ...n,
383
- children: [
384
- a,
385
- /* @__PURE__ */ o.jsx(A, { className: "ml-auto h-4 w-4" })
386
- ]
387
- }
388
- ));
389
- _e.displayName = d.SubTrigger.displayName;
390
- const Oe = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
391
- d.SubContent,
392
- {
393
- ref: a,
394
- className: s(
395
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
396
- e
397
- ),
398
- ...t
399
- }
400
- ));
401
- Oe.displayName = d.SubContent.displayName;
402
- const Ee = r.forwardRef(({ className: e, sideOffset: t = 4, ...a }, n) => /* @__PURE__ */ o.jsx(d.Portal, { children: /* @__PURE__ */ o.jsx(
403
- d.Content,
404
- {
405
- ref: n,
406
- sideOffset: t,
407
- className: s(
408
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md",
409
- "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
410
- e
411
- ),
412
- ...a
413
- }
414
- ) }));
415
- Ee.displayName = d.Content.displayName;
416
- const Le = r.forwardRef(({ className: e, inset: t, ...a }, n) => /* @__PURE__ */ o.jsx(
417
- d.Item,
418
- {
419
- ref: n,
420
- className: s(
421
- "relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
422
- t && "pl-8",
423
- e
424
- ),
425
- ...a
426
- }
427
- ));
428
- Le.displayName = d.Item.displayName;
429
- const Ve = r.forwardRef(({ className: e, children: t, checked: a, ...n }, l) => /* @__PURE__ */ o.jsxs(
430
- d.CheckboxItem,
431
- {
432
- ref: l,
433
- className: s(
434
- "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
435
- e
436
- ),
437
- checked: a,
438
- ...n,
439
- children: [
440
- /* @__PURE__ */ o.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o.jsx(d.ItemIndicator, { children: /* @__PURE__ */ o.jsx(M, { className: "h-4 w-4" }) }) }),
441
- t
442
- ]
443
- }
444
- ));
445
- Ve.displayName = d.CheckboxItem.displayName;
446
- const Ge = r.forwardRef(({ className: e, children: t, ...a }, n) => /* @__PURE__ */ o.jsxs(
447
- d.RadioItem,
448
- {
449
- ref: n,
450
- className: s(
451
- "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
452
- e
453
- ),
454
- ...a,
455
- children: [
456
- /* @__PURE__ */ o.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o.jsx(d.ItemIndicator, { children: /* @__PURE__ */ o.jsx(P, { className: "h-4 w-4 fill-current" }) }) }),
457
- t
458
- ]
459
- }
460
- ));
461
- Ge.displayName = d.RadioItem.displayName;
462
- const He = r.forwardRef(({ className: e, inset: t, ...a }, n) => /* @__PURE__ */ o.jsx(
463
- d.Label,
464
- {
465
- ref: n,
466
- className: s("px-2 py-1.5 text-sm font-semibold", t && "pl-8", e),
467
- ...a
468
- }
469
- ));
470
- He.displayName = d.Label.displayName;
471
- const Fe = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(d.Separator, { ref: a, className: s("-mx-1 my-1 h-px bg-muted", e), ...t }));
472
- Fe.displayName = d.Separator.displayName;
473
- const Be = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx("span", { className: s("ml-auto text-xs tracking-widest opacity-60", e), ...t });
474
- Be.displayName = "DropdownMenuShortcut";
475
- const Ue = r.forwardRef(({ className: e, orientation: t = "horizontal", decorative: a = !0, ...n }, l) => /* @__PURE__ */ o.jsx(
476
- _.Root,
477
- {
478
- ref: l,
479
- decorative: a,
480
- orientation: t,
481
- className: s("shrink-0 bg-border", t === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]", e),
482
- ...n
483
- }
484
- ));
485
- Ue.displayName = _.Root.displayName;
486
- const qe = 1, Qe = 1e6;
487
- let R = 0;
488
- function Xe() {
489
- return R = (R + 1) % Number.MAX_VALUE, R.toString();
490
- }
491
- const T = /* @__PURE__ */ new Map(), k = (e) => {
492
- if (T.has(e))
493
- return;
494
- const t = setTimeout(() => {
495
- T.delete(e), y({
496
- type: "REMOVE_TOAST",
497
- toastId: e
498
- });
499
- }, Qe);
500
- T.set(e, t);
501
- }, Ye = (e, t) => {
502
- switch (t.type) {
503
- case "ADD_TOAST":
504
- return {
505
- ...e,
506
- toasts: [t.toast, ...e.toasts].slice(0, qe)
507
- };
508
- case "UPDATE_TOAST":
509
- return {
510
- ...e,
511
- toasts: e.toasts.map((a) => a.id === t.toast.id ? { ...a, ...t.toast } : a)
512
- };
513
- case "DISMISS_TOAST": {
514
- const { toastId: a } = t;
515
- return a ? k(a) : e.toasts.forEach((n) => {
516
- k(n.id);
517
- }), {
518
- ...e,
519
- toasts: e.toasts.map(
520
- (n) => n.id === a || a === void 0 ? {
521
- ...n,
522
- open: !1
523
- } : n
524
- )
525
- };
526
- }
527
- case "REMOVE_TOAST":
528
- return t.toastId === void 0 ? {
529
- ...e,
530
- toasts: []
531
- } : {
532
- ...e,
533
- toasts: e.toasts.filter((a) => a.id !== t.toastId)
534
- };
535
- }
536
- }, h = [];
537
- let v = { toasts: [] };
538
- function y(e) {
539
- v = Ye(v, e), h.forEach((t) => {
540
- t(v);
541
- });
542
- }
543
- function $e({ ...e }) {
544
- const t = Xe(), a = (l) => y({
545
- type: "UPDATE_TOAST",
546
- toast: { ...l, id: t }
547
- }), n = () => y({ type: "DISMISS_TOAST", toastId: t });
548
- return y({
549
- type: "ADD_TOAST",
550
- toast: {
551
- ...e,
552
- id: t,
553
- open: !0,
554
- onOpenChange: (l) => {
555
- l || n();
556
- }
557
- }
558
- }), {
559
- id: t,
560
- dismiss: n,
561
- update: a
562
- };
563
- }
564
- function Je() {
565
- const [e, t] = r.useState(v);
566
- return r.useEffect(() => (h.push(t), () => {
567
- const a = h.indexOf(t);
568
- a > -1 && h.splice(a, 1);
569
- }), [e]), {
570
- ...e,
571
- toast: $e,
572
- dismiss: (a) => y({ type: "DISMISS_TOAST", toastId: a })
573
- };
574
- }
575
- const Ke = f.Provider, F = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
576
- f.Viewport,
577
- {
578
- ref: a,
579
- className: s(
580
- "fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]",
581
- e
582
- ),
583
- ...t
584
- }
585
- ));
586
- F.displayName = f.Viewport.displayName;
587
- const We = w(
588
- "group pointer-events-auto relative flex w-full items-center justify-between space-x-2 overflow-hidden rounded-md border p-4 pr-6 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",
589
- {
590
- variants: {
591
- variant: {
592
- default: "border bg-background",
593
- destructive: "destructive group border-destructive bg-destructive text-destructive-foreground"
594
- }
595
- },
596
- defaultVariants: {
597
- variant: "default"
598
- }
599
- }
600
- ), B = r.forwardRef(({ className: e, variant: t, ...a }, n) => /* @__PURE__ */ o.jsx(f.Root, { ref: n, className: s(We({ variant: t }), e), ...a }));
601
- B.displayName = f.Root.displayName;
602
- const Ze = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
603
- f.Action,
604
- {
605
- ref: a,
606
- className: s(
607
- "inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium transition-colors hover:bg-secondary focus:outline-none focus:ring-1 focus:ring-ring disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive",
608
- e
609
- ),
610
- ...t
611
- }
612
- ));
613
- Ze.displayName = f.Action.displayName;
614
- const U = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
615
- f.Close,
616
- {
617
- ref: a,
618
- className: s(
619
- "absolute right-1 top-1 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-1 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600",
620
- e
621
- ),
622
- "toast-close": "",
623
- ...t,
624
- children: /* @__PURE__ */ o.jsx(I, { className: "h-4 w-4" })
625
- }
626
- ));
627
- U.displayName = f.Close.displayName;
628
- const q = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(f.Title, { ref: a, className: s("text-sm font-semibold [&+div]:text-xs", e), ...t }));
629
- q.displayName = f.Title.displayName;
630
- const Q = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(f.Description, { ref: a, className: s("text-sm opacity-90", e), ...t }));
631
- Q.displayName = f.Description.displayName;
632
- function Bt() {
633
- const { toasts: e } = Je();
634
- return /* @__PURE__ */ o.jsxs(Ke, { children: [
635
- e.map(({ id: t, title: a, description: n, action: l, ...C }) => /* @__PURE__ */ o.jsxs(B, { ...C, children: [
636
- /* @__PURE__ */ o.jsxs("div", { className: "grid gap-1", children: [
637
- a && /* @__PURE__ */ o.jsx(q, { children: a }),
638
- n && /* @__PURE__ */ o.jsx(Q, { children: n })
639
- ] }),
640
- l,
641
- /* @__PURE__ */ o.jsx(U, {})
642
- ] }, t)),
643
- /* @__PURE__ */ o.jsx(F, {})
644
- ] });
645
- }
646
- const Ut = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx("div", { className: s("animate-pulse rounded-md bg-primary/10", e), ...t }), X = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
647
- m,
648
- {
649
- ref: a,
650
- className: s(
651
- "flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",
652
- e
653
- ),
654
- ...t
655
- }
656
- ));
657
- X.displayName = m.displayName;
658
- const qt = ({ children: e, ...t }) => /* @__PURE__ */ o.jsx(fe, { ...t, children: /* @__PURE__ */ o.jsx(G, { className: "overflow-hidden p-0", children: /* @__PURE__ */ o.jsx(X, { className: "[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5", children: e }) }) }), et = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsxs("div", { className: "flex items-center border-b px-3", "cmdk-input-wrapper": "", children: [
659
- /* @__PURE__ */ o.jsx(J, { className: "mr-2 h-4 w-4 shrink-0 opacity-50" }),
660
- /* @__PURE__ */ o.jsx(
661
- m.Input,
662
- {
663
- ref: a,
664
- className: s(
665
- "flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
666
- e
667
- ),
668
- ...t
669
- }
670
- )
671
- ] }));
672
- et.displayName = m.Input.displayName;
673
- const tt = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
674
- m.List,
675
- {
676
- ref: a,
677
- className: s("max-h-[300px] overflow-y-auto overflow-x-hidden", e),
678
- ...t
679
- }
680
- ));
681
- tt.displayName = m.List.displayName;
682
- const at = r.forwardRef((e, t) => /* @__PURE__ */ o.jsx(m.Empty, { ref: t, className: "py-6 text-center text-sm", ...e }));
683
- at.displayName = m.Empty.displayName;
684
- const ot = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
685
- m.Group,
686
- {
687
- ref: a,
688
- className: s(
689
- "overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
690
- e
691
- ),
692
- ...t
693
- }
694
- ));
695
- ot.displayName = m.Group.displayName;
696
- const st = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(m.Separator, { ref: a, className: s("-mx-1 h-px bg-border", e), ...t }));
697
- st.displayName = m.Separator.displayName;
698
- const rt = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
699
- m.Item,
700
- {
701
- ref: a,
702
- className: s(
703
- "relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
704
- e
705
- ),
706
- ...t
707
- }
708
- ));
709
- rt.displayName = m.Item.displayName;
710
- const nt = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx("span", { className: s("ml-auto text-xs tracking-widest text-muted-foreground", e), ...t });
711
- nt.displayName = "CommandShortcut";
712
- const Qt = i.Root, Xt = i.Trigger, Yt = i.Group, $t = i.Portal, Jt = i.Sub, Kt = i.RadioGroup, dt = r.forwardRef(({ className: e, inset: t, children: a, ...n }, l) => /* @__PURE__ */ o.jsxs(
713
- i.SubTrigger,
714
- {
715
- ref: l,
716
- className: s(
717
- "flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
718
- t && "pl-8",
719
- e
720
- ),
721
- ...n,
722
- children: [
723
- a,
724
- /* @__PURE__ */ o.jsx(A, { className: "ml-auto h-4 w-4" })
725
- ]
726
- }
727
- ));
728
- dt.displayName = i.SubTrigger.displayName;
729
- const it = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(
730
- i.SubContent,
731
- {
732
- ref: a,
733
- className: s(
734
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
735
- e
736
- ),
737
- ...t
738
- }
739
- ));
740
- it.displayName = i.SubContent.displayName;
741
- const lt = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(i.Portal, { children: /* @__PURE__ */ o.jsx(
742
- i.Content,
743
- {
744
- ref: a,
745
- className: s(
746
- "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
747
- e
748
- ),
749
- ...t
750
- }
751
- ) }));
752
- lt.displayName = i.Content.displayName;
753
- const ct = r.forwardRef(({ className: e, inset: t, ...a }, n) => /* @__PURE__ */ o.jsx(
754
- i.Item,
755
- {
756
- ref: n,
757
- className: s(
758
- "relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
759
- t && "pl-8",
760
- e
761
- ),
762
- ...a
763
- }
764
- ));
765
- ct.displayName = i.Item.displayName;
766
- const mt = r.forwardRef(({ className: e, children: t, checked: a, ...n }, l) => /* @__PURE__ */ o.jsxs(
767
- i.CheckboxItem,
768
- {
769
- ref: l,
770
- className: s(
771
- "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
772
- e
773
- ),
774
- checked: a,
775
- ...n,
776
- children: [
777
- /* @__PURE__ */ o.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o.jsx(i.ItemIndicator, { children: /* @__PURE__ */ o.jsx(M, { className: "h-4 w-4" }) }) }),
778
- t
779
- ]
780
- }
781
- ));
782
- mt.displayName = i.CheckboxItem.displayName;
783
- const pt = r.forwardRef(({ className: e, children: t, ...a }, n) => /* @__PURE__ */ o.jsxs(
784
- i.RadioItem,
785
- {
786
- ref: n,
787
- className: s(
788
- "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
789
- e
790
- ),
791
- ...a,
792
- children: [
793
- /* @__PURE__ */ o.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o.jsx(i.ItemIndicator, { children: /* @__PURE__ */ o.jsx(P, { className: "h-4 w-4 fill-current" }) }) }),
794
- t
795
- ]
796
- }
797
- ));
798
- pt.displayName = i.RadioItem.displayName;
799
- const ft = r.forwardRef(({ className: e, inset: t, ...a }, n) => /* @__PURE__ */ o.jsx(
800
- i.Label,
801
- {
802
- ref: n,
803
- className: s("px-2 py-1.5 text-sm font-semibold text-foreground", t && "pl-8", e),
804
- ...a
805
- }
806
- ));
807
- ft.displayName = i.Label.displayName;
808
- const ut = r.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ o.jsx(i.Separator, { ref: a, className: s("-mx-1 my-1 h-px bg-border", e), ...t }));
809
- ut.displayName = i.Separator.displayName;
810
- const xt = ({ className: e, ...t }) => /* @__PURE__ */ o.jsx("span", { className: s("ml-auto text-xs tracking-widest text-muted-foreground", e), ...t });
811
- xt.displayName = "ContextMenuShortcut";
812
- export {
813
- Rt as $,
814
- ke as A,
815
- te as B,
816
- Qt as C,
817
- fe as D,
818
- Ie as E,
819
- Ae as F,
820
- ee as G,
821
- jt as H,
822
- ae as I,
823
- oe as J,
824
- se as K,
825
- Te as L,
826
- Je as M,
827
- Ce as N,
828
- kt as O,
829
- Pt as P,
830
- Et as Q,
831
- Lt as R,
832
- Ut as S,
833
- At as T,
834
- Ee as U,
835
- De as V,
836
- He as W,
837
- Fe as X,
838
- Vt as Y,
839
- Le as Z,
840
- Be as _,
841
- Xt as a,
842
- ne as a0,
843
- de as a1,
844
- le as a2,
845
- Tt as a3,
846
- ce as a4,
847
- ie as a5,
848
- pe as a6,
849
- me as a7,
850
- Ve as a8,
851
- _t as a9,
852
- xt as aA,
853
- Yt as aB,
854
- $t as aC,
855
- Jt as aD,
856
- it as aE,
857
- dt as aF,
858
- Kt as aG,
859
- Ot as aa,
860
- ze as ab,
861
- Ue as ac,
862
- Ct as ad,
863
- It as ae,
864
- Bt as af,
865
- s as ag,
866
- D as ah,
867
- re as ai,
868
- he as aj,
869
- H as ak,
870
- Ge as al,
871
- Gt as am,
872
- Ht as an,
873
- Oe as ao,
874
- _e as ap,
875
- Ft as aq,
876
- Ye as ar,
877
- $e as as,
878
- qt as at,
879
- nt as au,
880
- st as av,
881
- mt as aw,
882
- pt as ax,
883
- ft as ay,
884
- ut as az,
885
- lt as b,
886
- ct as c,
887
- Mt as d,
888
- Me as e,
889
- ye as f,
890
- Ne as g,
891
- ve as h,
892
- we as i,
893
- Se as j,
894
- je as k,
895
- St as l,
896
- G as m,
897
- ue as n,
898
- ge as o,
899
- be as p,
900
- xe as q,
901
- zt as r,
902
- Pe as s,
903
- X as t,
904
- et as u,
905
- tt as v,
906
- at as w,
907
- ot as x,
908
- rt as y,
909
- Dt as z
910
- };