@gv-tech/ui-native 2.22.1 → 2.23.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.
Files changed (61) hide show
  1. package/dist/button-group.d.ts +9 -0
  2. package/dist/button-group.d.ts.map +1 -0
  3. package/dist/carousel.d.ts +17 -5
  4. package/dist/carousel.d.ts.map +1 -1
  5. package/dist/carousel.test.d.ts +2 -0
  6. package/dist/carousel.test.d.ts.map +1 -0
  7. package/dist/combobox.d.ts +22 -0
  8. package/dist/combobox.d.ts.map +1 -0
  9. package/dist/direction.d.ts +5 -0
  10. package/dist/direction.d.ts.map +1 -0
  11. package/dist/empty.d.ts +11 -0
  12. package/dist/empty.d.ts.map +1 -0
  13. package/dist/field.d.ts +15 -0
  14. package/dist/field.d.ts.map +1 -0
  15. package/dist/form.d.ts +30 -1
  16. package/dist/form.d.ts.map +1 -1
  17. package/dist/form.test.d.ts +2 -0
  18. package/dist/form.test.d.ts.map +1 -0
  19. package/dist/hooks/use-theme.d.ts +16 -0
  20. package/dist/hooks/use-theme.d.ts.map +1 -1
  21. package/dist/index.d.ts +12 -0
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/input-group.d.ts +12 -0
  24. package/dist/input-group.d.ts.map +1 -0
  25. package/dist/input-otp.d.ts +9 -0
  26. package/dist/input-otp.d.ts.map +1 -0
  27. package/dist/item.d.ts +15 -0
  28. package/dist/item.d.ts.map +1 -0
  29. package/dist/kbd.d.ts +7 -0
  30. package/dist/kbd.d.ts.map +1 -0
  31. package/dist/native-select.d.ts +8 -0
  32. package/dist/native-select.d.ts.map +1 -0
  33. package/dist/scroll-area.d.ts.map +1 -1
  34. package/dist/search.d.ts +9 -2
  35. package/dist/search.d.ts.map +1 -1
  36. package/dist/sidebar.d.ts +37 -0
  37. package/dist/sidebar.d.ts.map +1 -0
  38. package/dist/sonner.d.ts.map +1 -1
  39. package/dist/spinner.d.ts +6 -0
  40. package/dist/spinner.d.ts.map +1 -0
  41. package/dist/ui-native.cjs +2 -2
  42. package/dist/ui-native.mjs +1702 -907
  43. package/package.json +10 -5
  44. package/src/button-group.tsx +30 -0
  45. package/src/carousel.tsx +191 -14
  46. package/src/combobox.tsx +125 -0
  47. package/src/direction.tsx +12 -0
  48. package/src/empty.tsx +38 -0
  49. package/src/field.tsx +89 -0
  50. package/src/form.tsx +166 -4
  51. package/src/index.ts +108 -0
  52. package/src/input-group.tsx +54 -0
  53. package/src/input-otp.tsx +34 -0
  54. package/src/item.tsx +74 -0
  55. package/src/kbd.tsx +16 -0
  56. package/src/native-select.tsx +30 -0
  57. package/src/scroll-area.tsx +4 -2
  58. package/src/search.tsx +74 -12
  59. package/src/sidebar.tsx +209 -0
  60. package/src/sonner.tsx +7 -3
  61. package/src/spinner.tsx +9 -0
@@ -1,105 +1,107 @@
1
1
  import * as e from "react";
2
- import { AccessibilityInfo as t, Animated as n, Linking as r, Modal as i, Platform as a, Pressable as o, ScrollView as s, StyleSheet as c, Text as l, TextInput as u, TouchableOpacity as d, View as f } from "react-native";
3
- import { Fragment as p, jsx as m, jsxs as h } from "react/jsx-runtime";
4
- import { clsx as g } from "clsx";
5
- import { twMerge as _ } from "tailwind-merge";
6
- import * as v from "@rn-primitives/accordion";
7
- import { ArrowUp as ee, Check as y, ChevronDown as b, ChevronLeft as x, ChevronRight as S, ChevronUp as te, Circle as C, Coffee as ne, ExternalLink as re, Moon as ie, MoreHorizontal as ae, Sun as oe, SunMoon as se, X as ce } from "lucide-react-native";
8
- import w, { Extrapolation as le, FadeIn as T, FadeInUp as ue, FadeOut as E, FadeOutDown as de, Layout as fe, SlideInDown as pe, SlideInRight as me, SlideOutDown as he, SlideOutRight as ge, interpolate as _e, useAnimatedStyle as ve, useDerivedValue as ye, useSharedValue as be, withRepeat as xe, withSequence as Se, withTiming as D } from "react-native-reanimated";
9
- import { cva as O } from "class-variance-authority";
10
- import * as k from "@rn-primitives/alert-dialog";
11
- import * as Ce from "@rn-primitives/aspect-ratio";
12
- import * as A from "@rn-primitives/avatar";
13
- import { Slot as we } from "@rn-primitives/slot";
14
- import * as Te from "@rn-primitives/checkbox";
15
- import * as Ee from "@rn-primitives/collapsible";
16
- import * as j from "@rn-primitives/context-menu";
17
- import * as M from "@rn-primitives/dialog";
18
- import * as N from "@rn-primitives/dropdown-menu";
19
- import * as P from "@rn-primitives/hover-card";
20
- import * as De from "@rn-primitives/label";
21
- import * as F from "@rn-primitives/menubar";
22
- import * as I from "@rn-primitives/navigation-menu";
23
- import * as L from "@rn-primitives/radio-group";
24
- import * as R from "@rn-primitives/select";
25
- import * as Oe from "@rn-primitives/separator";
26
- import * as z from "@rn-primitives/slider";
27
- import * as ke from "@rn-primitives/switch";
28
- import * as B from "@rn-primitives/tabs";
29
- import { toggleVariants as Ae } from "@gv-tech/ui-core";
30
- import * as je from "@rn-primitives/toggle";
31
- import * as V from "@rn-primitives/toggle-group";
32
- import * as H from "@rn-primitives/tooltip";
2
+ import { AccessibilityInfo as t, ActivityIndicator as n, Animated as r, Dimensions as i, Linking as a, Modal as o, Platform as s, Pressable as c, ScrollView as l, StyleSheet as u, Text as d, TextInput as f, TouchableOpacity as p, View as m } from "react-native";
3
+ import { Fragment as h, jsx as g, jsxs as _ } from "react/jsx-runtime";
4
+ import { clsx as v } from "clsx";
5
+ import { twMerge as y } from "tailwind-merge";
6
+ import * as b from "@rn-primitives/accordion";
7
+ import { ArrowLeft as x, ArrowRight as S, ArrowUp as ee, Check as C, ChevronDown as w, ChevronLeft as te, ChevronRight as T, ChevronUp as ne, Circle as E, Coffee as re, ExternalLink as ie, Moon as ae, MoreHorizontal as oe, Search as se, Sun as ce, SunMoon as le, X as ue } from "lucide-react-native";
8
+ import D, { Extrapolation as de, FadeIn as O, FadeInUp as fe, FadeOut as k, FadeOutDown as pe, Layout as me, SlideInDown as he, SlideInRight as ge, SlideOutDown as _e, SlideOutRight as ve, interpolate as ye, useAnimatedStyle as be, useDerivedValue as xe, useSharedValue as Se, withRepeat as Ce, withSequence as we, withTiming as A } from "react-native-reanimated";
9
+ import { cva as j } from "class-variance-authority";
10
+ import * as M from "@rn-primitives/alert-dialog";
11
+ import * as Te from "@rn-primitives/aspect-ratio";
12
+ import * as N from "@rn-primitives/avatar";
13
+ import * as Ee from "@rn-primitives/slot";
14
+ import { Slot as De } from "@rn-primitives/slot";
15
+ import * as Oe from "@rn-primitives/checkbox";
16
+ import * as ke from "@rn-primitives/collapsible";
17
+ import * as P from "@rn-primitives/context-menu";
18
+ import * as F from "@rn-primitives/dialog";
19
+ import * as I from "@rn-primitives/dropdown-menu";
20
+ import { FormProvider as Ae, useFormContext as je } from "react-hook-form";
21
+ import * as Me from "@rn-primitives/label";
22
+ import * as L from "@rn-primitives/hover-card";
23
+ import * as R from "@rn-primitives/menubar";
24
+ import * as z from "@rn-primitives/navigation-menu";
25
+ import * as B from "@rn-primitives/radio-group";
26
+ import * as V from "@rn-primitives/select";
27
+ import * as Ne from "@rn-primitives/separator";
28
+ import * as H from "@rn-primitives/slider";
33
29
  import * as U from "@rn-primitives/toast";
34
- import { useColorScheme as Me } from "nativewind";
35
- import { theme as Ne } from "@gv-tech/design-tokens";
30
+ import * as Pe from "@rn-primitives/switch";
31
+ import * as W from "@rn-primitives/tabs";
32
+ import { toggleVariants as Fe } from "@gv-tech/ui-core";
33
+ import * as Ie from "@rn-primitives/toggle";
34
+ import * as G from "@rn-primitives/toggle-group";
35
+ import * as K from "@rn-primitives/tooltip";
36
+ import { useColorScheme as Le } from "nativewind";
37
+ import { theme as Re } from "@gv-tech/design-tokens";
36
38
  //#region src/lib/render-native.tsx
37
- function W(t, n = l, r = {}) {
38
- return e.Children.map(t, (e) => typeof e == "string" || typeof e == "number" ? /* @__PURE__ */ m(n, {
39
+ function q(t, n = d, r = {}) {
40
+ return e.Children.map(t, (e) => typeof e == "string" || typeof e == "number" ? /* @__PURE__ */ g(n, {
39
41
  ...r,
40
42
  children: e
41
43
  }) : e);
42
44
  }
43
45
  //#endregion
44
46
  //#region src/lib/utils.ts
45
- function G(...e) {
46
- return _(g(e));
47
+ function J(...e) {
48
+ return y(v(e));
47
49
  }
48
- function Pe(e) {
50
+ function ze(e) {
49
51
  return e.toString().toLowerCase().trim().replace(/\s+/g, "-").replace(/[^\w-]+/g, "").replace(/--+/g, "-");
50
52
  }
51
53
  //#endregion
52
54
  //#region src/accordion.tsx
53
- var Fe = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(v.Root, {
55
+ var Be = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(b.Root, {
54
56
  ref: n,
55
- className: G("web:gap-0", e),
57
+ className: J("web:gap-0", e),
56
58
  ...t
57
59
  }));
58
- Fe.displayName = v.Root?.displayName || "Accordion";
59
- var Ie = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(v.Item, {
60
+ Be.displayName = b.Root?.displayName || "Accordion";
61
+ var Ve = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(b.Item, {
60
62
  ref: n,
61
- className: G("border-border overflow-hidden border-b", e),
63
+ className: J("border-border overflow-hidden border-b", e),
62
64
  ...t
63
65
  }));
64
- Ie.displayName = v.Item?.displayName || "AccordionItem";
65
- var Le = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(v.Header, {
66
+ Ve.displayName = b.Item?.displayName || "AccordionItem";
67
+ var He = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(b.Header, {
66
68
  ref: n,
67
- className: G("flex flex-row", e),
69
+ className: J("flex flex-row", e),
68
70
  ...t
69
71
  }));
70
- Le.displayName = v.Header?.displayName || "AccordionHeader";
71
- var Re = e.forwardRef(({ className: e, children: t, ...n }, r) => {
72
- let { isExpanded: i } = v.useItemContext(), a = ye(() => i ? D(1, { duration: 250 }) : D(0, { duration: 200 })), o = ve(() => ({
72
+ He.displayName = b.Header?.displayName || "AccordionHeader";
73
+ var Ue = e.forwardRef(({ className: e, children: t, ...n }, r) => {
74
+ let { isExpanded: i } = b.useItemContext(), a = xe(() => i ? A(1, { duration: 250 }) : A(0, { duration: 200 })), o = be(() => ({
73
75
  transform: [{ rotate: `${a.value * 180}deg` }],
74
- opacity: _e(a.value, [0, 1], [1, .8], le.CLAMP)
76
+ opacity: ye(a.value, [0, 1], [1, .8], de.CLAMP)
75
77
  }));
76
- return /* @__PURE__ */ m(v.Header, {
78
+ return /* @__PURE__ */ g(b.Header, {
77
79
  className: "flex",
78
- children: /* @__PURE__ */ h(v.Trigger, {
80
+ children: /* @__PURE__ */ _(b.Trigger, {
79
81
  ref: r,
80
- className: G("flex flex-row items-center justify-between py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180", e),
82
+ className: J("flex flex-row items-center justify-between py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180", e),
81
83
  ...n,
82
- children: [/* @__PURE__ */ m(p, { children: t }), /* @__PURE__ */ m(w.View, {
84
+ children: [/* @__PURE__ */ g(h, { children: t }), /* @__PURE__ */ g(D.View, {
83
85
  style: o,
84
- children: /* @__PURE__ */ m(b, { className: "text-muted-foreground h-4 w-4 shrink-0 transition-transform duration-200" })
86
+ children: /* @__PURE__ */ g(w, { className: "text-muted-foreground h-4 w-4 shrink-0 transition-transform duration-200" })
85
87
  })]
86
88
  })
87
89
  });
88
90
  });
89
- Re.displayName = v.Trigger?.displayName || "AccordionTrigger";
90
- var ze = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(v.Content, {
91
+ Ue.displayName = b.Trigger?.displayName || "AccordionTrigger";
92
+ var We = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(b.Content, {
91
93
  ref: r,
92
- className: G("data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down overflow-hidden text-sm transition-all", e),
94
+ className: J("data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down overflow-hidden text-sm transition-all", e),
93
95
  ...n,
94
- children: /* @__PURE__ */ m(f, {
95
- className: G("pt-0 pb-4", e),
96
+ children: /* @__PURE__ */ g(m, {
97
+ className: J("pt-0 pb-4", e),
96
98
  children: t
97
99
  })
98
100
  }));
99
- ze.displayName = v.Content?.displayName || "AccordionContent";
101
+ We.displayName = b.Content?.displayName || "AccordionContent";
100
102
  //#endregion
101
103
  //#region src/alert.tsx
102
- var Be = O("relative w-full rounded-lg border p-4", {
104
+ var Ge = j("relative w-full rounded-lg border p-4", {
103
105
  variants: { variant: {
104
106
  default: "bg-background border-border",
105
107
  destructive: "border-destructive/50 bg-destructive/10",
@@ -107,28 +109,28 @@ var Be = O("relative w-full rounded-lg border p-4", {
107
109
  info: "border-blue-500/50 bg-blue-500/10"
108
110
  } },
109
111
  defaultVariants: { variant: "default" }
110
- }), Ve = e.forwardRef(({ className: e, variant: t, children: n, ...r }, i) => /* @__PURE__ */ m(f, {
112
+ }), Ke = e.forwardRef(({ className: e, variant: t, children: n, ...r }, i) => /* @__PURE__ */ g(m, {
111
113
  ref: i,
112
- className: G(Be({ variant: t }), e),
114
+ className: J(Ge({ variant: t }), e),
113
115
  ...r,
114
- children: W(n)
116
+ children: q(n)
115
117
  }));
116
- Ve.displayName = "Alert";
117
- var He = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(l, {
118
+ Ke.displayName = "Alert";
119
+ var qe = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(d, {
118
120
  ref: n,
119
- className: G("text-foreground mb-1 leading-none font-medium tracking-tight", e),
121
+ className: J("text-foreground mb-1 leading-none font-medium tracking-tight", e),
120
122
  ...t
121
123
  }));
122
- He.displayName = "AlertTitle";
123
- var Ue = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(l, {
124
+ qe.displayName = "AlertTitle";
125
+ var Je = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(d, {
124
126
  ref: n,
125
- className: G("text-muted-foreground text-sm leading-relaxed", e),
127
+ className: J("text-muted-foreground text-sm leading-relaxed", e),
126
128
  ...t
127
129
  }));
128
- Ue.displayName = "AlertDescription";
130
+ Je.displayName = "AlertDescription";
129
131
  //#endregion
130
132
  //#region src/button.tsx
131
- var K = O("flex-row items-center justify-center gap-2 rounded-md transition-colors active:opacity-80", {
133
+ var Ye = j("flex-row items-center justify-center gap-2 rounded-md transition-colors active:opacity-80", {
132
134
  variants: {
133
135
  variant: {
134
136
  default: "bg-primary shadow-sm",
@@ -149,7 +151,7 @@ var K = O("flex-row items-center justify-center gap-2 rounded-md transition-colo
149
151
  variant: "default",
150
152
  size: "default"
151
153
  }
152
- }), We = O("text-sm font-medium", {
154
+ }), Xe = j("text-sm font-medium", {
153
155
  variants: { variant: {
154
156
  default: "text-primary-foreground",
155
157
  destructive: "text-destructive-foreground",
@@ -159,115 +161,115 @@ var K = O("flex-row items-center justify-center gap-2 rounded-md transition-colo
159
161
  link: "text-primary underline"
160
162
  } },
161
163
  defaultVariants: { variant: "default" }
162
- }), q = e.forwardRef(({ className: e, variant: t, size: n, onPress: r, children: i, disabled: a, ...s }, c) => /* @__PURE__ */ m(o, {
163
- ref: c,
164
+ }), Y = e.forwardRef(({ className: e, variant: t, size: n, onPress: r, children: i, disabled: a, ...o }, s) => /* @__PURE__ */ g(c, {
165
+ ref: s,
164
166
  onPress: r,
165
167
  disabled: a,
166
- className: G(K({
168
+ className: J(Ye({
167
169
  variant: t,
168
170
  size: n,
169
171
  className: e
170
172
  }), a && "opacity-50"),
171
- ...s,
172
- children: W(i, l, { className: G(We({ variant: t })) })
173
+ ...o,
174
+ children: q(i, d, { className: J(Xe({ variant: t })) })
173
175
  }));
174
- q.displayName = "Button";
176
+ Y.displayName = "Button";
175
177
  //#endregion
176
178
  //#region src/alert-dialog.tsx
177
- var Ge = k.Root, Ke = k.Trigger, qe = k.Portal, Je = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(k.Overlay, {
178
- style: c.absoluteFill,
179
+ var Ze = M.Root, Qe = M.Trigger, $e = M.Portal, et = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(M.Overlay, {
180
+ style: u.absoluteFill,
179
181
  asChild: !0,
180
182
  ref: n,
181
183
  ...t,
182
- children: /* @__PURE__ */ m(w.View, {
183
- entering: T.duration(150),
184
- exiting: E.duration(150),
185
- className: G("z-50 flex items-center justify-center bg-black/80 p-2", e)
184
+ children: /* @__PURE__ */ g(D.View, {
185
+ entering: O.duration(150),
186
+ exiting: k.duration(150),
187
+ className: J("z-50 flex items-center justify-center bg-black/80 p-2", e)
186
188
  })
187
189
  }));
188
- Je.displayName = k.Overlay?.displayName || "AlertDialogOverlay";
189
- var Ye = e.forwardRef(({ className: e, portalHost: t, overlayClassName: n, overlayStyle: r, ...i }, a) => /* @__PURE__ */ h(qe, {
190
+ et.displayName = M.Overlay?.displayName || "AlertDialogOverlay";
191
+ var tt = e.forwardRef(({ className: e, portalHost: t, overlayClassName: n, overlayStyle: r, ...i }, a) => /* @__PURE__ */ _($e, {
190
192
  hostName: t,
191
- children: [/* @__PURE__ */ m(Je, {
193
+ children: [/* @__PURE__ */ g(et, {
192
194
  className: n,
193
195
  style: r
194
- }), /* @__PURE__ */ m(k.Content, {
196
+ }), /* @__PURE__ */ g(M.Content, {
195
197
  ref: a,
196
198
  asChild: !0,
197
199
  ...i,
198
- children: /* @__PURE__ */ m(w.View, {
199
- entering: T.duration(150),
200
- exiting: E.duration(150),
201
- className: G("border-border bg-background z-50 w-full max-w-lg gap-4 rounded-xl border p-6 shadow-lg sm:rounded-lg", e)
200
+ children: /* @__PURE__ */ g(D.View, {
201
+ entering: O.duration(150),
202
+ exiting: k.duration(150),
203
+ className: J("border-border bg-background z-50 w-full max-w-lg gap-4 rounded-xl border p-6 shadow-lg sm:rounded-lg", e)
202
204
  })
203
205
  })]
204
206
  }));
205
- Ye.displayName = k.Content?.displayName || "AlertDialogContent";
206
- var Xe = ({ className: e, ...t }) => /* @__PURE__ */ m(f, {
207
- className: G("flex flex-col gap-2 text-center sm:text-left", e),
207
+ tt.displayName = M.Content?.displayName || "AlertDialogContent";
208
+ var nt = ({ className: e, ...t }) => /* @__PURE__ */ g(m, {
209
+ className: J("flex flex-col gap-2 text-center sm:text-left", e),
208
210
  ...t
209
211
  });
210
- Xe.displayName = "AlertDialogHeader";
211
- var Ze = ({ className: e, ...t }) => /* @__PURE__ */ m(f, {
212
- className: G("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", e),
212
+ nt.displayName = "AlertDialogHeader";
213
+ var rt = ({ className: e, ...t }) => /* @__PURE__ */ g(m, {
214
+ className: J("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", e),
213
215
  ...t
214
216
  });
215
- Ze.displayName = "AlertDialogFooter";
216
- var Qe = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(k.Title, {
217
+ rt.displayName = "AlertDialogFooter";
218
+ var it = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(M.Title, {
217
219
  ref: n,
218
- className: G("native:text-xl text-foreground text-lg font-semibold", e),
220
+ className: J("native:text-xl text-foreground text-lg font-semibold", e),
219
221
  ...t
220
222
  }));
221
- Qe.displayName = k.Title?.displayName || "AlertDialogTitle";
222
- var $e = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(k.Description, {
223
+ it.displayName = M.Title?.displayName || "AlertDialogTitle";
224
+ var at = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(M.Description, {
223
225
  ref: n,
224
- className: G("native:text-base text-muted-foreground text-sm", e),
226
+ className: J("native:text-base text-muted-foreground text-sm", e),
225
227
  ...t
226
228
  }));
227
- $e.displayName = k.Description?.displayName || "AlertDialogDescription";
228
- var et = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(k.Action, {
229
+ at.displayName = M.Description?.displayName || "AlertDialogDescription";
230
+ var ot = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(M.Action, {
229
231
  ref: n,
230
- className: G(K(), e),
232
+ className: J(Ye(), e),
231
233
  ...t
232
234
  }));
233
- et.displayName = k.Action?.displayName || "AlertDialogAction";
234
- var tt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(k.Cancel, {
235
+ ot.displayName = M.Action?.displayName || "AlertDialogAction";
236
+ var st = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(M.Cancel, {
235
237
  ref: n,
236
- className: G(K({ variant: "outline" }), "mt-2 sm:mt-0", e),
238
+ className: J(Ye({ variant: "outline" }), "mt-2 sm:mt-0", e),
237
239
  ...t
238
240
  }));
239
- tt.displayName = k.Cancel?.displayName || "AlertDialogCancel";
241
+ st.displayName = M.Cancel?.displayName || "AlertDialogCancel";
240
242
  //#endregion
241
243
  //#region src/aspect-ratio.tsx
242
- var nt = ({ children: e, className: t, ratio: n = 1 }) => /* @__PURE__ */ m(Ce.Root, {
244
+ var ct = ({ children: e, className: t, ratio: n = 1 }) => /* @__PURE__ */ g(Te.Root, {
243
245
  ratio: n,
244
- className: G("w-full", t),
246
+ className: J("w-full", t),
245
247
  children: e
246
248
  });
247
- nt.displayName = "AspectRatio";
249
+ ct.displayName = "AspectRatio";
248
250
  //#endregion
249
251
  //#region src/avatar.tsx
250
- var rt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(A.Root, {
252
+ var lt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(N.Root, {
251
253
  ref: n,
252
- className: G("relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full", e),
254
+ className: J("relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full", e),
253
255
  ...t
254
256
  }));
255
- rt.displayName = A.Root?.displayName || "Avatar";
256
- var it = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(A.Image, {
257
+ lt.displayName = N.Root?.displayName || "Avatar";
258
+ var ut = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(N.Image, {
257
259
  ref: n,
258
- className: G("aspect-square h-full w-full", e),
260
+ className: J("aspect-square h-full w-full", e),
259
261
  ...t
260
262
  }));
261
- it.displayName = A.Image?.displayName || "AvatarImage";
262
- var at = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(A.Fallback, {
263
+ ut.displayName = N.Image?.displayName || "AvatarImage";
264
+ var dt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(N.Fallback, {
263
265
  ref: n,
264
- className: G("bg-muted flex h-full w-full items-center justify-center rounded-full", e),
266
+ className: J("bg-muted flex h-full w-full items-center justify-center rounded-full", e),
265
267
  ...t
266
268
  }));
267
- at.displayName = A.Fallback?.displayName || "AvatarFallback";
269
+ dt.displayName = N.Fallback?.displayName || "AvatarFallback";
268
270
  //#endregion
269
271
  //#region src/badge.tsx
270
- var ot = O("flex-row items-center rounded-md border px-2 py-0.5", {
272
+ var ft = j("flex-row items-center rounded-md border px-2 py-0.5", {
271
273
  variants: { variant: {
272
274
  default: "border-transparent bg-primary",
273
275
  secondary: "border-transparent bg-secondary",
@@ -275,7 +277,7 @@ var ot = O("flex-row items-center rounded-md border px-2 py-0.5", {
275
277
  outline: "border-border bg-transparent"
276
278
  } },
277
279
  defaultVariants: { variant: "default" }
278
- }), st = O("text-xs font-semibold", {
280
+ }), pt = j("text-xs font-semibold", {
279
281
  variants: { variant: {
280
282
  default: "text-primary-foreground",
281
283
  secondary: "text-secondary-foreground",
@@ -284,16 +286,16 @@ var ot = O("flex-row items-center rounded-md border px-2 py-0.5", {
284
286
  } },
285
287
  defaultVariants: { variant: "default" }
286
288
  });
287
- function ct({ className: e, textClassName: t, variant: n, children: r, ...i }) {
288
- return /* @__PURE__ */ m(f, {
289
- className: G(ot({ variant: n }), e),
289
+ function mt({ className: e, textClassName: t, variant: n, children: r, ...i }) {
290
+ return /* @__PURE__ */ g(m, {
291
+ className: J(ft({ variant: n }), e),
290
292
  ...i,
291
- children: W(r, l, { className: G(st({ variant: n }), t) })
293
+ children: q(r, d, { className: J(pt({ variant: n }), t) })
292
294
  });
293
295
  }
294
296
  //#endregion
295
297
  //#region src/text.tsx
296
- var lt = e.createContext(void 0), ut = O("text-foreground", {
298
+ var ht = e.createContext(void 0), gt = j("text-foreground", {
297
299
  variants: { variant: {
298
300
  h1: "text-4xl font-extrabold tracking-tight",
299
301
  h2: "text-3xl font-semibold tracking-tight",
@@ -306,748 +308,929 @@ var lt = e.createContext(void 0), ut = O("text-foreground", {
306
308
  overline: "text-xs font-semibold uppercase tracking-widest text-muted-foreground"
307
309
  } },
308
310
  defaultVariants: { variant: "body" }
309
- }), J = e.forwardRef(({ className: e, variant: t = "body", children: n, ...r }, i) => /* @__PURE__ */ m(l, {
311
+ }), X = e.forwardRef(({ className: e, variant: t = "body", children: n, ...r }, i) => /* @__PURE__ */ g(d, {
310
312
  ref: i,
311
- className: G(ut({
313
+ className: J(gt({
312
314
  variant: t,
313
315
  className: e
314
316
  })),
315
317
  ...r,
316
318
  children: n
317
319
  }));
318
- J.displayName = "Text";
320
+ X.displayName = "Text";
319
321
  //#endregion
320
322
  //#region src/breadcrumb.tsx
321
- var dt = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(f, {
323
+ var _t = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(m, {
322
324
  ref: r,
323
325
  "aria-label": "breadcrumb",
324
- className: G("flex flex-row", e),
326
+ className: J("flex flex-row", e),
325
327
  ...n,
326
328
  children: t
327
329
  }));
328
- dt.displayName = "Breadcrumb";
329
- var ft = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(f, {
330
+ _t.displayName = "Breadcrumb";
331
+ var vt = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(m, {
330
332
  ref: r,
331
- className: G("text-muted-foreground flex flex-row flex-wrap items-center gap-1.5 break-words sm:gap-2.5", e),
333
+ className: J("text-muted-foreground flex flex-row flex-wrap items-center gap-1.5 break-words sm:gap-2.5", e),
332
334
  ...n,
333
335
  children: t
334
336
  }));
335
- ft.displayName = "BreadcrumbList";
336
- var pt = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(f, {
337
+ vt.displayName = "BreadcrumbList";
338
+ var yt = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(m, {
337
339
  ref: r,
338
- className: G("flex flex-row items-center gap-1.5", e),
340
+ className: J("flex flex-row items-center gap-1.5", e),
339
341
  ...n,
340
342
  children: t
341
343
  }));
342
- pt.displayName = "BreadcrumbItem";
343
- var mt = e.forwardRef(({ asChild: e, className: t, children: n, onPress: r, ...i }, a) => /* @__PURE__ */ m(e ? we : o, {
344
+ yt.displayName = "BreadcrumbItem";
345
+ var bt = e.forwardRef(({ asChild: e, className: t, children: n, onPress: r, ...i }, a) => /* @__PURE__ */ g(e ? De : c, {
344
346
  ref: a,
345
347
  onPress: r,
346
- className: G("hover:text-foreground active:text-foreground flex flex-row items-center transition-colors", t),
348
+ className: J("hover:text-foreground active:text-foreground flex flex-row items-center transition-colors", t),
347
349
  ...i,
348
- children: W(n, J, { className: "text-muted-foreground hover:text-foreground text-sm font-medium" })
350
+ children: q(n, X, { className: "text-muted-foreground hover:text-foreground text-sm font-medium" })
349
351
  }));
350
- mt.displayName = "BreadcrumbLink";
351
- var ht = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(f, {
352
+ bt.displayName = "BreadcrumbLink";
353
+ var xt = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(m, {
352
354
  ref: r,
353
355
  role: "link",
354
356
  "aria-disabled": !0,
355
357
  "aria-current": "page",
356
- className: G("flex flex-row items-center", e),
358
+ className: J("flex flex-row items-center", e),
357
359
  ...n,
358
- children: W(t, J, { className: "text-foreground text-sm font-normal" })
360
+ children: q(t, X, { className: "text-foreground text-sm font-normal" })
359
361
  }));
360
- ht.displayName = "BreadcrumbPage";
361
- var gt = ({ children: e, className: t, ...n }) => /* @__PURE__ */ m(f, {
362
+ xt.displayName = "BreadcrumbPage";
363
+ var St = ({ children: e, className: t, ...n }) => /* @__PURE__ */ g(m, {
362
364
  role: "presentation",
363
365
  "aria-hidden": !0,
364
- className: G("flex flex-row items-center justify-center", t),
366
+ className: J("flex flex-row items-center justify-center", t),
365
367
  ...n,
366
- children: e ?? /* @__PURE__ */ m(S, {
368
+ children: e ?? /* @__PURE__ */ g(T, {
367
369
  size: 14,
368
370
  className: "text-muted-foreground"
369
371
  })
370
372
  });
371
- gt.displayName = "BreadcrumbSeparator";
372
- var _t = ({ className: e, children: t, ...n }) => /* @__PURE__ */ m(f, {
373
+ St.displayName = "BreadcrumbSeparator";
374
+ var Ct = ({ className: e, children: t, ...n }) => /* @__PURE__ */ g(m, {
373
375
  role: "presentation",
374
376
  "aria-hidden": !0,
375
- className: G("flex h-9 w-9 flex-row items-center justify-center", e),
377
+ className: J("flex h-9 w-9 flex-row items-center justify-center", e),
376
378
  ...n,
377
- children: t ?? /* @__PURE__ */ m(ae, {
379
+ children: t ?? /* @__PURE__ */ g(oe, {
378
380
  size: 14,
379
381
  className: "text-muted-foreground"
380
382
  })
381
383
  });
382
- _t.displayName = "BreadcrumbEllipsis";
384
+ Ct.displayName = "BreadcrumbEllipsis";
383
385
  //#endregion
384
386
  //#region src/calendar.tsx
385
- var vt = ({ className: e }) => /* @__PURE__ */ m(f, { className: e }), yt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(f, {
387
+ var wt = ({ className: e }) => /* @__PURE__ */ g(m, { className: e }), Tt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(m, {
386
388
  ref: n,
387
- className: G("border-border bg-card rounded-xl border shadow-sm", e),
389
+ className: J("border-border bg-card rounded-xl border shadow-sm", e),
388
390
  ...t
389
391
  }));
390
- yt.displayName = "Card";
391
- var bt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(f, {
392
+ Tt.displayName = "Card";
393
+ var Et = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(m, {
392
394
  ref: n,
393
- className: G("flex flex-col space-y-1.5 p-6", e),
395
+ className: J("flex flex-col space-y-1.5 p-6", e),
394
396
  ...t
395
397
  }));
396
- bt.displayName = "CardHeader";
397
- var xt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(l, {
398
+ Et.displayName = "CardHeader";
399
+ var Dt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(d, {
398
400
  ref: n,
399
- className: G("text-card-foreground text-lg leading-none font-semibold tracking-tight", e),
401
+ className: J("text-card-foreground text-lg leading-none font-semibold tracking-tight", e),
400
402
  ...t
401
403
  }));
402
- xt.displayName = "CardTitle";
403
- var St = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(l, {
404
+ Dt.displayName = "CardTitle";
405
+ var Ot = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(d, {
404
406
  ref: n,
405
- className: G("text-muted-foreground text-sm", e),
407
+ className: J("text-muted-foreground text-sm", e),
406
408
  ...t
407
409
  }));
408
- St.displayName = "CardDescription";
409
- var Ct = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(f, {
410
+ Ot.displayName = "CardDescription";
411
+ var kt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(m, {
410
412
  ref: n,
411
- className: G("p-6 pt-0", e),
413
+ className: J("p-6 pt-0", e),
412
414
  ...t,
413
- children: W(t.children, l, { className: "text-sm text-card-foreground" })
415
+ children: q(t.children, d, { className: "text-sm text-card-foreground" })
414
416
  }));
415
- Ct.displayName = "CardContent";
416
- var wt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(f, {
417
+ kt.displayName = "CardContent";
418
+ var At = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(m, {
417
419
  ref: n,
418
- className: G("flex flex-row items-center p-6 pt-0", e),
420
+ className: J("flex flex-row items-center p-6 pt-0", e),
419
421
  ...t
420
422
  }));
421
- wt.displayName = "CardFooter";
423
+ At.displayName = "CardFooter";
422
424
  //#endregion
423
425
  //#region src/carousel.tsx
424
- var Tt = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
425
- className: t,
426
- children: e
427
- }), Et = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
428
- className: t,
429
- children: e
430
- }), Dt = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
431
- className: t,
432
- children: e
433
- }), Ot = ({ className: e }) => /* @__PURE__ */ m(f, { className: e }), kt = ({ className: e }) => /* @__PURE__ */ m(f, { className: e }), At = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
426
+ var jt = e.createContext(null);
427
+ function Mt() {
428
+ let t = e.useContext(jt);
429
+ if (!t) throw Error("useCarousel must be used within a <Carousel />");
430
+ return t;
431
+ }
432
+ var Nt = e.forwardRef(({ children: t, className: n, opts: r, orientation: a = "horizontal", setApi: o, plugins: s, ...c }, l) => {
433
+ let u = e.useRef(null), [d, f] = e.useState(!0), [p, h] = e.useState(!1), [_, v] = e.useState(i.get("window").width), [y, b] = e.useState(0), x = e.useCallback(() => {
434
+ u.current?.scrollTo({
435
+ x: (y + 1) * _,
436
+ animated: !0
437
+ });
438
+ }, [y, _]), S = e.useCallback(() => {
439
+ u.current?.scrollTo({
440
+ x: Math.max(0, y - 1) * _,
441
+ animated: !0
442
+ });
443
+ }, [y, _]);
444
+ return e.useEffect(() => {
445
+ o && o({
446
+ scrollNext: x,
447
+ scrollPrev: S,
448
+ canScrollNext: () => d,
449
+ canScrollPrev: () => p,
450
+ on: () => {},
451
+ off: () => {}
452
+ });
453
+ }, [
454
+ o,
455
+ x,
456
+ S,
457
+ d,
458
+ p
459
+ ]), /* @__PURE__ */ g(jt.Provider, {
460
+ value: {
461
+ orientation: a,
462
+ scrollRef: u,
463
+ scrollNext: x,
464
+ scrollPrev: S,
465
+ canScrollNext: d,
466
+ canScrollPrev: p,
467
+ itemWidth: _,
468
+ setItemWidth: v
469
+ },
470
+ children: /* @__PURE__ */ g(m, {
471
+ ref: l,
472
+ className: J("relative", n),
473
+ ...c,
474
+ children: t
475
+ })
476
+ });
477
+ });
478
+ Nt.displayName = "Carousel";
479
+ var Pt = e.forwardRef(({ children: e, className: t, ...n }, r) => {
480
+ let { scrollRef: a, orientation: o } = Mt();
481
+ return /* @__PURE__ */ g(m, {
482
+ className: "overflow-hidden",
483
+ children: /* @__PURE__ */ g(l, {
484
+ ref: a,
485
+ horizontal: o === "horizontal",
486
+ showsHorizontalScrollIndicator: !1,
487
+ showsVerticalScrollIndicator: !1,
488
+ pagingEnabled: !0,
489
+ snapToInterval: o === "horizontal" ? i.get("window").width : void 0,
490
+ decelerationRate: "fast",
491
+ className: J("flex", o === "horizontal" ? "flex-row" : "flex-col", t),
492
+ ...n,
493
+ children: e
494
+ })
495
+ });
496
+ });
497
+ Pt.displayName = "CarouselContent";
498
+ var Ft = e.forwardRef(({ children: e, className: t, ...n }, r) => {
499
+ let { orientation: i, setItemWidth: a } = Mt();
500
+ return /* @__PURE__ */ g(m, {
501
+ ref: r,
502
+ onLayout: (e) => {
503
+ i === "horizontal" && a(e.nativeEvent.layout.width);
504
+ },
505
+ className: J("min-w-0 shrink-0 grow-0 basis-full", t),
506
+ ...n,
507
+ children: e
508
+ });
509
+ });
510
+ Ft.displayName = "CarouselItem";
511
+ var It = e.forwardRef(({ className: e, variant: t = "outline", size: n = "icon", ...r }, i) => {
512
+ let { orientation: a, scrollPrev: o, canScrollPrev: s } = Mt();
513
+ return /* @__PURE__ */ g(Y, {
514
+ ref: i,
515
+ variant: t,
516
+ size: n,
517
+ className: J("absolute h-8 w-8 rounded-full", a === "horizontal" ? "top-1/2 -left-12 -translate-y-1/2" : "-top-12 left-1/2 -translate-x-1/2 rotate-90", e),
518
+ disabled: !s,
519
+ onPress: o,
520
+ ...r,
521
+ children: /* @__PURE__ */ g(x, {
522
+ className: "text-foreground h-4 w-4",
523
+ size: 16
524
+ })
525
+ });
526
+ });
527
+ It.displayName = "CarouselPrevious";
528
+ var Lt = e.forwardRef(({ className: e, variant: t = "outline", size: n = "icon", ...r }, i) => {
529
+ let { orientation: a, scrollNext: o, canScrollNext: s } = Mt();
530
+ return /* @__PURE__ */ g(Y, {
531
+ ref: i,
532
+ variant: t,
533
+ size: n,
534
+ className: J("absolute h-8 w-8 rounded-full", a === "horizontal" ? "top-1/2 -right-12 -translate-y-1/2" : "-bottom-12 left-1/2 -translate-x-1/2 rotate-90", e),
535
+ disabled: !s,
536
+ onPress: o,
537
+ ...r,
538
+ children: /* @__PURE__ */ g(S, {
539
+ className: "text-foreground h-4 w-4",
540
+ size: 16
541
+ })
542
+ });
543
+ });
544
+ Lt.displayName = "CarouselNext";
545
+ //#endregion
546
+ //#region src/chart.tsx
547
+ var Rt = ({ children: e, className: t }) => /* @__PURE__ */ g(m, {
434
548
  className: t,
435
549
  children: e
436
- }), jt = ({ className: e }) => /* @__PURE__ */ m(f, { className: e }), Mt = ({ className: e }) => /* @__PURE__ */ m(f, { className: e }), Nt = ({ children: e }) => /* @__PURE__ */ m(p, { children: e }), Pt = ({ children: e }) => /* @__PURE__ */ m(p, { children: e }), Ft = () => null, It = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(Te.Root, {
550
+ }), zt = ({ className: e }) => /* @__PURE__ */ g(m, { className: e }), Bt = ({ className: e }) => /* @__PURE__ */ g(m, { className: e }), Vt = ({ children: e }) => /* @__PURE__ */ g(h, { children: e }), Ht = ({ children: e }) => /* @__PURE__ */ g(h, { children: e }), Ut = () => null, Wt = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(Oe.Root, {
437
551
  ref: n,
438
- className: G("web:peer native:h-[20] native:w-[20] native:rounded border-primary web:ring-offset-background web:focus-visible:outline-none web:focus-visible:ring-2 web:focus-visible:ring-ring web:focus-visible:ring-offset-2 h-4 w-4 shrink-0 rounded-sm border disabled:cursor-not-allowed disabled:opacity-50", t.checked && "bg-primary", e),
552
+ className: J("web:peer native:h-[20] native:w-[20] native:rounded border-primary web:ring-offset-background web:focus-visible:outline-none web:focus-visible:ring-2 web:focus-visible:ring-ring web:focus-visible:ring-offset-2 h-4 w-4 shrink-0 rounded-sm border disabled:cursor-not-allowed disabled:opacity-50", t.checked && "bg-primary", e),
439
553
  ...t,
440
- children: /* @__PURE__ */ m(Te.Indicator, {
441
- className: G("h-full w-full items-center justify-center"),
442
- children: /* @__PURE__ */ m(y, {
554
+ children: /* @__PURE__ */ g(Oe.Indicator, {
555
+ className: J("h-full w-full items-center justify-center"),
556
+ children: /* @__PURE__ */ g(C, {
443
557
  size: 12,
444
- strokeWidth: a.OS === "web" ? 2.5 : 3.5,
558
+ strokeWidth: s.OS === "web" ? 2.5 : 3.5,
445
559
  className: "text-primary-foreground"
446
560
  })
447
561
  })
448
562
  }));
449
- It.displayName = Te.Root?.displayName || "Checkbox";
563
+ Wt.displayName = Oe.Root?.displayName || "Checkbox";
450
564
  //#endregion
451
565
  //#region src/collapsible.tsx
452
- var Lt = Ee.Root, Rt = Ee.Trigger, zt = Ee.Content, Bt = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
566
+ var Gt = ke.Root, Kt = ke.Trigger, qt = ke.Content, Jt = ({ children: e, className: t }) => /* @__PURE__ */ g(m, {
453
567
  className: t,
454
- children: W(e)
455
- }), Vt = ({ children: e }) => /* @__PURE__ */ m(p, { children: e }), Ht = ({ className: e }) => /* @__PURE__ */ m(f, { className: e }), Ut = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
568
+ children: q(e)
569
+ }), Yt = ({ children: e }) => /* @__PURE__ */ g(h, { children: e }), Xt = ({ className: e }) => /* @__PURE__ */ g(m, { className: e }), Zt = ({ children: e, className: t }) => /* @__PURE__ */ g(m, {
456
570
  className: t,
457
- children: W(e)
458
- }), Wt = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
571
+ children: q(e)
572
+ }), Qt = ({ children: e, className: t }) => /* @__PURE__ */ g(m, {
459
573
  className: t,
460
- children: W(e)
461
- }), Gt = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
574
+ children: q(e)
575
+ }), $t = ({ children: e, className: t }) => /* @__PURE__ */ g(m, {
462
576
  className: t,
463
- children: W(e)
464
- }), Kt = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
577
+ children: q(e)
578
+ }), en = ({ children: e, className: t }) => /* @__PURE__ */ g(m, {
465
579
  className: t,
466
- children: W(e)
467
- }), qt = ({ className: e }) => /* @__PURE__ */ m(f, { className: e }), Jt = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
580
+ children: q(e)
581
+ }), tn = ({ className: e }) => /* @__PURE__ */ g(m, { className: e }), nn = ({ children: e, className: t }) => /* @__PURE__ */ g(m, {
468
582
  className: t,
469
- children: W(e)
470
- }), Yt = j.Root, Xt = j.Trigger, Zt = j.Portal, Qt = j.Group, $t = j.RadioGroup, en = j.Sub, tn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(j.Overlay, {
471
- style: a.OS === "web" ? void 0 : c.absoluteFill,
583
+ children: q(e)
584
+ }), rn = P.Root, an = P.Trigger, on = P.Portal, sn = P.Group, cn = P.RadioGroup, ln = P.Sub, un = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(P.Overlay, {
585
+ style: s.OS === "web" ? void 0 : u.absoluteFill,
472
586
  ref: n,
473
587
  ...t,
474
- children: /* @__PURE__ */ m(w.View, {
475
- entering: T.duration(100),
476
- exiting: E.duration(100),
477
- className: G("absolute inset-0 z-50 bg-black/30", e)
588
+ children: /* @__PURE__ */ g(D.View, {
589
+ entering: O.duration(100),
590
+ exiting: k.duration(100),
591
+ className: J("absolute inset-0 z-50 bg-black/30", e)
478
592
  })
479
593
  }));
480
- tn.displayName = "ContextMenuOverlay";
481
- var nn = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ h(Zt, { children: [/* @__PURE__ */ m(tn, {}), /* @__PURE__ */ m(j.Content, {
594
+ un.displayName = "ContextMenuOverlay";
595
+ var dn = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ _(on, { children: [/* @__PURE__ */ g(un, {}), /* @__PURE__ */ g(P.Content, {
482
596
  ref: r,
483
- className: G("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
597
+ className: J("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
484
598
  ...n,
485
599
  children: t
486
600
  })] }));
487
- nn.displayName = "ContextMenuContent";
488
- var rn = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ m(j.Item, {
601
+ dn.displayName = "ContextMenuContent";
602
+ var fn = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ g(P.Item, {
489
603
  ref: i,
490
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
604
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
491
605
  ...r,
492
- children: W(t, J)
606
+ children: q(t, X)
493
607
  }));
494
- rn.displayName = "ContextMenuItem";
495
- var an = e.forwardRef(({ className: e, children: t, checked: n, onCheckedChange: r, ...i }, a) => /* @__PURE__ */ h(j.CheckboxItem, {
608
+ fn.displayName = "ContextMenuItem";
609
+ var pn = e.forwardRef(({ className: e, children: t, checked: n, onCheckedChange: r, ...i }, a) => /* @__PURE__ */ _(P.CheckboxItem, {
496
610
  ref: a,
497
611
  checked: !!n,
498
612
  onCheckedChange: r || (() => {}),
499
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
613
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
500
614
  ...i,
501
- children: [/* @__PURE__ */ m(f, {
615
+ children: [/* @__PURE__ */ g(m, {
502
616
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
503
- children: /* @__PURE__ */ m(j.ItemIndicator, { children: /* @__PURE__ */ m(y, {
617
+ children: /* @__PURE__ */ g(P.ItemIndicator, { children: /* @__PURE__ */ g(C, {
504
618
  size: 14,
505
619
  className: "text-foreground"
506
620
  }) })
507
- }), W(t, J)]
621
+ }), q(t, X)]
508
622
  }));
509
- an.displayName = "ContextMenuCheckboxItem";
510
- var on = e.forwardRef(({ className: e, children: t, value: n, ...r }, i) => /* @__PURE__ */ h(j.RadioItem, {
623
+ pn.displayName = "ContextMenuCheckboxItem";
624
+ var mn = e.forwardRef(({ className: e, children: t, value: n, ...r }, i) => /* @__PURE__ */ _(P.RadioItem, {
511
625
  ref: i,
512
626
  value: n,
513
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
627
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
514
628
  ...r,
515
- children: [/* @__PURE__ */ m(f, {
629
+ children: [/* @__PURE__ */ g(m, {
516
630
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
517
- children: /* @__PURE__ */ m(j.ItemIndicator, { children: /* @__PURE__ */ m(C, {
631
+ children: /* @__PURE__ */ g(P.ItemIndicator, { children: /* @__PURE__ */ g(E, {
518
632
  size: 8,
519
633
  className: "text-foreground fill-current"
520
634
  }) })
521
- }), W(t, J)]
635
+ }), q(t, X)]
522
636
  }));
523
- on.displayName = "ContextMenuRadioItem";
524
- var sn = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ m(j.Label, {
637
+ mn.displayName = "ContextMenuRadioItem";
638
+ var hn = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ g(P.Label, {
525
639
  ref: i,
526
- className: G("text-foreground px-2 py-1.5 text-sm font-semibold", n && "pl-8", e),
640
+ className: J("text-foreground px-2 py-1.5 text-sm font-semibold", n && "pl-8", e),
527
641
  ...r,
528
- children: W(t, J)
642
+ children: q(t, X)
529
643
  }));
530
- sn.displayName = "ContextMenuLabel";
531
- var cn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(j.Separator, {
644
+ hn.displayName = "ContextMenuLabel";
645
+ var gn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(P.Separator, {
532
646
  ref: n,
533
- className: G("bg-border -mx-1 my-1 h-px", e),
647
+ className: J("bg-border -mx-1 my-1 h-px", e),
534
648
  ...t
535
649
  }));
536
- cn.displayName = "ContextMenuSeparator";
537
- var ln = ({ className: e, children: t, ...n }) => /* @__PURE__ */ m(J, {
538
- className: G("text-muted-foreground ml-auto text-xs tracking-widest", e),
650
+ gn.displayName = "ContextMenuSeparator";
651
+ var _n = ({ className: e, children: t, ...n }) => /* @__PURE__ */ g(X, {
652
+ className: J("text-muted-foreground ml-auto text-xs tracking-widest", e),
539
653
  ...n,
540
654
  children: t
541
655
  });
542
- ln.displayName = "ContextMenuShortcut";
543
- var un = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ h(j.SubTrigger, {
656
+ _n.displayName = "ContextMenuShortcut";
657
+ var vn = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ _(P.SubTrigger, {
544
658
  ref: i,
545
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
659
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
546
660
  ...r,
547
- children: [/* @__PURE__ */ m(f, {
661
+ children: [/* @__PURE__ */ g(m, {
548
662
  className: "flex flex-row items-center gap-1.5",
549
- children: W(t, J)
550
- }), /* @__PURE__ */ m(S, {
663
+ children: q(t, X)
664
+ }), /* @__PURE__ */ g(T, {
551
665
  size: 14,
552
666
  className: "text-foreground ml-auto"
553
667
  })]
554
668
  }));
555
- un.displayName = "ContextMenuSubTrigger";
556
- var dn = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(j.SubContent, {
669
+ vn.displayName = "ContextMenuSubTrigger";
670
+ var yn = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(P.SubContent, {
557
671
  ref: r,
558
- className: G("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
672
+ className: J("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
559
673
  ...n,
560
674
  children: t
561
675
  }));
562
- dn.displayName = "ContextMenuSubContent";
676
+ yn.displayName = "ContextMenuSubContent";
563
677
  //#endregion
564
678
  //#region src/dialog.tsx
565
- var fn = M.Root, pn = M.Trigger, mn = M.Portal, hn = M.Close, gn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(M.Overlay, {
566
- style: c.absoluteFill,
679
+ var bn = F.Root, xn = F.Trigger, Sn = F.Portal, Cn = F.Close, wn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(F.Overlay, {
680
+ style: u.absoluteFill,
567
681
  asChild: !0,
568
682
  ref: n,
569
683
  ...t,
570
- children: /* @__PURE__ */ m(w.View, {
571
- entering: T.duration(150),
572
- exiting: E.duration(150),
573
- className: G("z-50 flex items-center justify-center bg-black/80 p-2", e)
684
+ children: /* @__PURE__ */ g(D.View, {
685
+ entering: O.duration(150),
686
+ exiting: k.duration(150),
687
+ className: J("z-50 flex items-center justify-center bg-black/80 p-2", e)
574
688
  })
575
689
  }));
576
- gn.displayName = M.Overlay?.displayName || "DialogOverlay";
577
- var _n = e.forwardRef(({ className: e, children: t, portalHost: n, overlayClassName: r, overlayStyle: i, ...a }, o) => /* @__PURE__ */ h(mn, {
690
+ wn.displayName = F.Overlay?.displayName || "DialogOverlay";
691
+ var Tn = e.forwardRef(({ className: e, children: t, portalHost: n, overlayClassName: r, overlayStyle: i, ...a }, o) => /* @__PURE__ */ _(Sn, {
578
692
  hostName: n,
579
- children: [/* @__PURE__ */ m(gn, {
693
+ children: [/* @__PURE__ */ g(wn, {
580
694
  className: r,
581
695
  style: i
582
- }), /* @__PURE__ */ m(M.Content, {
696
+ }), /* @__PURE__ */ g(F.Content, {
583
697
  ref: o,
584
698
  asChild: !0,
585
699
  ...a,
586
- children: /* @__PURE__ */ h(w.View, {
587
- entering: T.duration(150),
588
- exiting: E.duration(150),
589
- className: G("border-border bg-background z-50 w-full max-w-lg gap-4 rounded-xl border p-6 shadow-lg sm:rounded-lg", e),
590
- children: [t, /* @__PURE__ */ h(M.Close, {
700
+ children: /* @__PURE__ */ _(D.View, {
701
+ entering: O.duration(150),
702
+ exiting: k.duration(150),
703
+ className: J("border-border bg-background z-50 w-full max-w-lg gap-4 rounded-xl border p-6 shadow-lg sm:rounded-lg", e),
704
+ children: [t, /* @__PURE__ */ _(F.Close, {
591
705
  className: "ring-offset-background focus:ring-ring data-[state=open]:bg-accent data-[state=open]:text-muted-foreground absolute top-4 right-4 rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:pointer-events-none",
592
- children: [/* @__PURE__ */ m(ce, {
706
+ children: [/* @__PURE__ */ g(ue, {
593
707
  size: 18,
594
708
  className: "text-muted-foreground"
595
- }), /* @__PURE__ */ m(f, {
709
+ }), /* @__PURE__ */ g(m, {
596
710
  className: "sr-only",
597
- children: /* @__PURE__ */ m(M.Title, { children: "Close" })
711
+ children: /* @__PURE__ */ g(F.Title, { children: "Close" })
598
712
  })]
599
713
  })]
600
714
  })
601
715
  })]
602
716
  }));
603
- _n.displayName = M.Content?.displayName || "DialogContent";
604
- var vn = ({ className: e, ...t }) => /* @__PURE__ */ m(f, {
605
- className: G("flex flex-col gap-1.5 text-center sm:text-left", e),
717
+ Tn.displayName = F.Content?.displayName || "DialogContent";
718
+ var En = ({ className: e, ...t }) => /* @__PURE__ */ g(m, {
719
+ className: J("flex flex-col gap-1.5 text-center sm:text-left", e),
606
720
  ...t
607
721
  });
608
- vn.displayName = "DialogHeader";
609
- var yn = ({ className: e, ...t }) => /* @__PURE__ */ m(f, {
610
- className: G("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", e),
722
+ En.displayName = "DialogHeader";
723
+ var Dn = ({ className: e, ...t }) => /* @__PURE__ */ g(m, {
724
+ className: J("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", e),
611
725
  ...t
612
726
  });
613
- yn.displayName = "DialogFooter";
614
- var bn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(M.Title, {
727
+ Dn.displayName = "DialogFooter";
728
+ var On = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(F.Title, {
615
729
  ref: n,
616
- className: G("native:text-xl text-foreground text-lg leading-none font-semibold tracking-tight", e),
730
+ className: J("native:text-xl text-foreground text-lg leading-none font-semibold tracking-tight", e),
617
731
  ...t
618
732
  }));
619
- bn.displayName = M.Title?.displayName || "DialogTitle";
620
- var xn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(M.Description, {
733
+ On.displayName = F.Title?.displayName || "DialogTitle";
734
+ var kn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(F.Description, {
621
735
  ref: n,
622
- className: G("native:text-base text-muted-foreground text-sm", e),
736
+ className: J("native:text-base text-muted-foreground text-sm", e),
623
737
  ...t
624
738
  }));
625
- xn.displayName = M.Description?.displayName || "DialogDescription";
739
+ kn.displayName = F.Description?.displayName || "DialogDescription";
626
740
  //#endregion
627
741
  //#region src/drawer.tsx
628
- var Sn = ({ children: e }) => /* @__PURE__ */ m(M.Root, { children: e });
629
- Sn.displayName = "Drawer";
630
- var Cn = e.forwardRef(({ children: e, className: t, ...n }, r) => /* @__PURE__ */ m(M.Trigger, {
742
+ var An = ({ children: e }) => /* @__PURE__ */ g(F.Root, { children: e });
743
+ An.displayName = "Drawer";
744
+ var jn = e.forwardRef(({ children: e, className: t, ...n }, r) => /* @__PURE__ */ g(F.Trigger, {
631
745
  ref: r,
632
746
  className: t,
633
747
  ...n,
634
- children: W(e)
748
+ children: q(e)
635
749
  }));
636
- Cn.displayName = "DrawerTrigger";
637
- var wn = M.Portal, Tn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(M.Overlay, {
638
- style: c.absoluteFill,
750
+ jn.displayName = "DrawerTrigger";
751
+ var Mn = F.Portal, Nn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(F.Overlay, {
752
+ style: u.absoluteFill,
639
753
  asChild: !0,
640
754
  ref: n,
641
755
  ...t,
642
- children: /* @__PURE__ */ m(w.View, {
643
- entering: T.duration(150),
644
- exiting: E.duration(150),
645
- className: G("z-50 bg-black/80", e)
756
+ children: /* @__PURE__ */ g(D.View, {
757
+ entering: O.duration(150),
758
+ exiting: k.duration(150),
759
+ className: J("z-50 bg-black/80", e)
646
760
  })
647
761
  }));
648
- Tn.displayName = "DrawerOverlay";
649
- var En = e.forwardRef(({ className: e, children: t, portalHost: n, overlayClassName: r, overlayStyle: i, ...a }, o) => /* @__PURE__ */ h(wn, {
762
+ Nn.displayName = "DrawerOverlay";
763
+ var Pn = e.forwardRef(({ className: e, children: t, portalHost: n, overlayClassName: r, overlayStyle: i, ...a }, o) => /* @__PURE__ */ _(Mn, {
650
764
  hostName: n,
651
- children: [/* @__PURE__ */ m(Tn, {
765
+ children: [/* @__PURE__ */ g(Nn, {
652
766
  className: r,
653
767
  style: i
654
- }), /* @__PURE__ */ m(M.Content, {
768
+ }), /* @__PURE__ */ g(F.Content, {
655
769
  ref: o,
656
770
  asChild: !0,
657
771
  ...a,
658
- children: /* @__PURE__ */ h(w.View, {
659
- entering: pe.duration(200),
660
- exiting: he.duration(200),
661
- className: G("border-border bg-background fixed inset-x-0 bottom-0 z-50 flex h-auto flex-col rounded-t-xl border p-6 pb-10 shadow-lg", e),
662
- children: [/* @__PURE__ */ m(f, { className: "bg-muted mx-auto mb-4 h-1.5 w-12 rounded-full" }), t]
772
+ children: /* @__PURE__ */ _(D.View, {
773
+ entering: he.duration(200),
774
+ exiting: _e.duration(200),
775
+ className: J("border-border bg-background fixed inset-x-0 bottom-0 z-50 flex h-auto flex-col rounded-t-xl border p-6 pb-10 shadow-lg", e),
776
+ children: [/* @__PURE__ */ g(m, { className: "bg-muted mx-auto mb-4 h-1.5 w-12 rounded-full" }), t]
663
777
  })
664
778
  })]
665
779
  }));
666
- En.displayName = "DrawerContent";
667
- var Dn = ({ className: e, children: t, ...n }) => /* @__PURE__ */ m(f, {
668
- className: G("flex flex-col gap-1.5 text-center sm:text-left", e),
780
+ Pn.displayName = "DrawerContent";
781
+ var Fn = ({ className: e, children: t, ...n }) => /* @__PURE__ */ g(m, {
782
+ className: J("flex flex-col gap-1.5 text-center sm:text-left", e),
669
783
  ...n,
670
- children: W(t)
784
+ children: q(t)
671
785
  });
672
- Dn.displayName = "DrawerHeader";
673
- var On = ({ className: e, children: t, ...n }) => /* @__PURE__ */ m(f, {
674
- className: G("mt-auto flex flex-col gap-2", e),
786
+ Fn.displayName = "DrawerHeader";
787
+ var In = ({ className: e, children: t, ...n }) => /* @__PURE__ */ g(m, {
788
+ className: J("mt-auto flex flex-col gap-2", e),
675
789
  ...n,
676
- children: W(t)
790
+ children: q(t)
677
791
  });
678
- On.displayName = "DrawerFooter";
679
- var kn = e.forwardRef(({ children: e, className: t, ...n }, r) => /* @__PURE__ */ m(M.Close, {
792
+ In.displayName = "DrawerFooter";
793
+ var Ln = e.forwardRef(({ children: e, className: t, ...n }, r) => /* @__PURE__ */ g(F.Close, {
680
794
  ref: r,
681
795
  className: t,
682
796
  ...n,
683
- children: W(e)
797
+ children: q(e)
684
798
  }));
685
- kn.displayName = "DrawerClose";
686
- var An = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(M.Title, {
799
+ Ln.displayName = "DrawerClose";
800
+ var Rn = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(F.Title, {
687
801
  ref: r,
688
- className: G("text-foreground text-lg leading-none font-semibold tracking-tight", e),
802
+ className: J("text-foreground text-lg leading-none font-semibold tracking-tight", e),
689
803
  ...n,
690
- children: W(t)
804
+ children: q(t)
691
805
  }));
692
- An.displayName = "DrawerTitle";
693
- var jn = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(M.Description, {
806
+ Rn.displayName = "DrawerTitle";
807
+ var zn = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(F.Description, {
694
808
  ref: r,
695
- className: G("text-muted-foreground text-sm", e),
809
+ className: J("text-muted-foreground text-sm", e),
696
810
  ...n,
697
- children: W(t)
811
+ children: q(t)
698
812
  }));
699
- jn.displayName = "DrawerDescription";
813
+ zn.displayName = "DrawerDescription";
700
814
  //#endregion
701
815
  //#region src/dropdown-menu.tsx
702
- var Mn = N.Root, Nn = N.Trigger, Pn = N.Portal, Fn = N.Group, In = N.RadioGroup, Ln = N.Sub, Rn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(N.Overlay, {
703
- style: a.OS === "web" ? void 0 : c.absoluteFill,
816
+ var Bn = I.Root, Vn = I.Trigger, Hn = I.Portal, Un = I.Group, Wn = I.RadioGroup, Gn = I.Sub, Kn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(I.Overlay, {
817
+ style: s.OS === "web" ? void 0 : u.absoluteFill,
704
818
  ref: n,
705
819
  ...t,
706
- children: /* @__PURE__ */ m(w.View, {
707
- entering: T.duration(100),
708
- exiting: E.duration(100),
709
- className: G("absolute inset-0 z-50 bg-black/30", e)
820
+ children: /* @__PURE__ */ g(D.View, {
821
+ entering: O.duration(100),
822
+ exiting: k.duration(100),
823
+ className: J("absolute inset-0 z-50 bg-black/30", e)
710
824
  })
711
825
  }));
712
- Rn.displayName = "DropdownMenuOverlay";
713
- var zn = e.forwardRef(({ className: e, children: t, side: n, ...r }, i) => {
826
+ Kn.displayName = "DropdownMenuOverlay";
827
+ var qn = e.forwardRef(({ className: e, children: t, side: n, ...r }, i) => {
714
828
  let a = n === "left" || n === "right" ? "bottom" : n;
715
- return /* @__PURE__ */ h(Pn, { children: [/* @__PURE__ */ m(Rn, {}), /* @__PURE__ */ m(N.Content, {
829
+ return /* @__PURE__ */ _(Hn, { children: [/* @__PURE__ */ g(Kn, {}), /* @__PURE__ */ g(I.Content, {
716
830
  ref: i,
717
831
  side: a,
718
- className: G("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
832
+ className: J("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
719
833
  ...r,
720
834
  children: t
721
835
  })] });
722
836
  });
723
- zn.displayName = "DropdownMenuContent";
724
- var Y = e.forwardRef(({ className: e, children: t, inset: n, onSelect: r, ...i }, a) => /* @__PURE__ */ m(N.Item, {
837
+ qn.displayName = "DropdownMenuContent";
838
+ var Z = e.forwardRef(({ className: e, children: t, inset: n, onSelect: r, ...i }, a) => /* @__PURE__ */ g(I.Item, {
725
839
  ref: a,
726
840
  onPress: () => r?.(new Event("select")),
727
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
841
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
728
842
  ...i,
729
- children: W(t, J)
843
+ children: q(t, X)
730
844
  }));
731
- Y.displayName = "DropdownMenuItem";
732
- var Bn = e.forwardRef(({ className: e, children: t, checked: n, onCheckedChange: r, ...i }, a) => /* @__PURE__ */ h(N.CheckboxItem, {
845
+ Z.displayName = "DropdownMenuItem";
846
+ var Jn = e.forwardRef(({ className: e, children: t, checked: n, onCheckedChange: r, ...i }, a) => /* @__PURE__ */ _(I.CheckboxItem, {
733
847
  ref: a,
734
848
  checked: !!n,
735
849
  onCheckedChange: r || (() => {}),
736
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
850
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
737
851
  ...i,
738
- children: [/* @__PURE__ */ m(f, {
852
+ children: [/* @__PURE__ */ g(m, {
739
853
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
740
- children: /* @__PURE__ */ m(N.ItemIndicator, { children: /* @__PURE__ */ m(y, {
854
+ children: /* @__PURE__ */ g(I.ItemIndicator, { children: /* @__PURE__ */ g(C, {
741
855
  size: 14,
742
856
  className: "text-foreground"
743
857
  }) })
744
- }), W(t, J)]
858
+ }), q(t, X)]
745
859
  }));
746
- Bn.displayName = "DropdownMenuCheckboxItem";
747
- var Vn = e.forwardRef(({ className: e, children: t, value: n, ...r }, i) => /* @__PURE__ */ h(N.RadioItem, {
860
+ Jn.displayName = "DropdownMenuCheckboxItem";
861
+ var Yn = e.forwardRef(({ className: e, children: t, value: n, ...r }, i) => /* @__PURE__ */ _(I.RadioItem, {
748
862
  ref: i,
749
863
  value: n,
750
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
864
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
751
865
  ...r,
752
- children: [/* @__PURE__ */ m(f, {
866
+ children: [/* @__PURE__ */ g(m, {
753
867
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
754
- children: /* @__PURE__ */ m(N.ItemIndicator, { children: /* @__PURE__ */ m(C, {
868
+ children: /* @__PURE__ */ g(I.ItemIndicator, { children: /* @__PURE__ */ g(E, {
755
869
  size: 8,
756
870
  className: "text-foreground fill-current"
757
871
  }) })
758
- }), W(t, J)]
872
+ }), q(t, X)]
759
873
  }));
760
- Vn.displayName = "DropdownMenuRadioItem";
761
- var Hn = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ m(N.Label, {
874
+ Yn.displayName = "DropdownMenuRadioItem";
875
+ var Xn = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ g(I.Label, {
762
876
  ref: i,
763
- className: G("text-foreground px-2 py-1.5 text-sm font-semibold", n && "pl-8", e),
877
+ className: J("text-foreground px-2 py-1.5 text-sm font-semibold", n && "pl-8", e),
764
878
  ...r,
765
- children: W(t, J)
879
+ children: q(t, X)
766
880
  }));
767
- Hn.displayName = "DropdownMenuLabel";
768
- var Un = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(N.Separator, {
881
+ Xn.displayName = "DropdownMenuLabel";
882
+ var Zn = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(I.Separator, {
769
883
  ref: n,
770
- className: G("bg-border -mx-1 my-1 h-px", e),
884
+ className: J("bg-border -mx-1 my-1 h-px", e),
771
885
  ...t
772
886
  }));
773
- Un.displayName = "DropdownMenuSeparator";
774
- var Wn = ({ className: e, children: t, ...n }) => /* @__PURE__ */ m(J, {
775
- className: G("text-muted-foreground ml-auto text-xs tracking-widest", e),
887
+ Zn.displayName = "DropdownMenuSeparator";
888
+ var Qn = ({ className: e, children: t, ...n }) => /* @__PURE__ */ g(X, {
889
+ className: J("text-muted-foreground ml-auto text-xs tracking-widest", e),
776
890
  ...n,
777
891
  children: t
778
892
  });
779
- Wn.displayName = "DropdownMenuShortcut";
780
- var Gn = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ h(N.SubTrigger, {
893
+ Qn.displayName = "DropdownMenuShortcut";
894
+ var $n = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ _(I.SubTrigger, {
781
895
  ref: i,
782
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
896
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
783
897
  ...r,
784
- children: [/* @__PURE__ */ m(f, {
898
+ children: [/* @__PURE__ */ g(m, {
785
899
  className: "flex flex-row items-center gap-1.5",
786
- children: W(t, J)
787
- }), /* @__PURE__ */ m(S, {
900
+ children: q(t, X)
901
+ }), /* @__PURE__ */ g(T, {
788
902
  size: 14,
789
903
  className: "text-foreground ml-auto"
790
904
  })]
791
905
  }));
792
- Gn.displayName = "DropdownMenuSubTrigger";
793
- var Kn = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(N.SubContent, {
906
+ $n.displayName = "DropdownMenuSubTrigger";
907
+ var er = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(I.SubContent, {
794
908
  ref: r,
795
- className: G("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
909
+ className: J("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
796
910
  ...n,
797
911
  children: t
798
912
  }));
799
- Kn.displayName = "DropdownMenuSubContent";
800
- //#endregion
801
- //#region src/form.tsx
802
- var qn = () => /* @__PURE__ */ m(f, { children: /* @__PURE__ */ m(l, { children: "form is not yet implemented for React Native" }) }), Jn = P.Root, Yn = P.Trigger, Xn = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(P.Portal, { children: /* @__PURE__ */ m(P.Content, {
803
- ref: r,
804
- className: G("bg-popover text-popover-foreground border-border z-50 w-64 rounded-md border p-4 shadow-md", e),
805
- ...n,
806
- children: t
807
- }) }));
808
- Xn.displayName = P.Content?.displayName || "HoverCardContent";
809
- //#endregion
810
- //#region src/input.tsx
811
- var Zn = e.forwardRef(({ className: e, placeholderClassName: t, ...n }, r) => /* @__PURE__ */ m(u, {
812
- ref: r,
813
- className: G("border-input text-foreground placeholder:text-muted-foreground focus:border-ring flex h-10 w-full rounded-md border bg-transparent px-3 py-2 text-base shadow-sm transition-colors disabled:opacity-50", e),
814
- placeholderClassName: G("text-muted-foreground", t),
815
- ...n
816
- }));
817
- Zn.displayName = "Input";
913
+ er.displayName = "DropdownMenuSubContent";
818
914
  //#endregion
819
915
  //#region src/label.tsx
820
- var Qn = e.forwardRef(({ className: e, onPress: t, onLongPress: n, onPressIn: r, onPressOut: i, ...a }, o) => /* @__PURE__ */ m(De.Root, {
916
+ var tr = e.forwardRef(({ className: e, onPress: t, onLongPress: n, onPressIn: r, onPressOut: i, ...a }, o) => /* @__PURE__ */ g(Me.Root, {
821
917
  className: "web:cursor-default",
822
918
  onPress: t,
823
919
  onLongPress: n,
824
920
  onPressIn: r,
825
921
  onPressOut: i,
826
- children: /* @__PURE__ */ m(De.Text, {
922
+ children: /* @__PURE__ */ g(Me.Text, {
827
923
  ref: o,
828
- className: G("text-foreground native:text-base web:peer-disabled:cursor-not-allowed web:peer-disabled:opacity-70 text-sm leading-none font-medium", e),
924
+ className: J("text-foreground native:text-base web:peer-disabled:cursor-not-allowed web:peer-disabled:opacity-70 text-sm leading-none font-medium", e),
829
925
  ...a
830
926
  })
831
927
  }));
832
- Qn.displayName = De.Root?.displayName || "Label";
928
+ tr.displayName = Me.Root?.displayName || "Label";
929
+ //#endregion
930
+ //#region src/form.tsx
931
+ var nr = Ae, rr = e.createContext(null), ir = () => {
932
+ let t = e.useContext(rr), n = e.useContext(ar), { getFieldState: r, formState: i } = je();
933
+ if (!t) throw Error("useFormField should be used within <FormField>");
934
+ if (!n) throw Error("useFormField should be used within <FormItem>");
935
+ let a = r(t.name, i), { id: o } = n;
936
+ return {
937
+ id: o,
938
+ name: t.name,
939
+ formItemId: `${o}-form-item`,
940
+ formDescriptionId: `${o}-form-item-description`,
941
+ formMessageId: `${o}-form-item-message`,
942
+ ...a
943
+ };
944
+ }, ar = e.createContext(null), or = e.forwardRef(({ className: t, ...n }, r) => {
945
+ let i = e.useId();
946
+ return /* @__PURE__ */ g(ar.Provider, {
947
+ value: { id: i },
948
+ children: /* @__PURE__ */ g(m, {
949
+ ref: r,
950
+ className: J("space-y-2", t),
951
+ ...n
952
+ })
953
+ });
954
+ });
955
+ or.displayName = "FormItem";
956
+ var sr = e.forwardRef(({ className: e, ...t }, n) => {
957
+ let { error: r, formItemId: i } = ir();
958
+ return /* @__PURE__ */ g(tr, {
959
+ ref: n,
960
+ className: J(r && "text-destructive", e),
961
+ nativeID: i,
962
+ ...t
963
+ });
964
+ });
965
+ sr.displayName = "FormLabel";
966
+ var cr = e.forwardRef(({ ...e }, t) => {
967
+ let { error: n, formItemId: r, formDescriptionId: i, formMessageId: a } = ir();
968
+ return /* @__PURE__ */ g(Ee.Slot, {
969
+ ref: t,
970
+ nativeID: r,
971
+ "aria-describedby": n ? `${i} ${a}` : `${i}`,
972
+ "aria-invalid": !!n,
973
+ ...e
974
+ });
975
+ });
976
+ cr.displayName = "FormControl";
977
+ var lr = e.forwardRef(({ className: e, ...t }, n) => {
978
+ let { formDescriptionId: r } = ir();
979
+ return /* @__PURE__ */ g(d, {
980
+ ref: n,
981
+ nativeID: r,
982
+ className: J("text-muted-foreground text-[13px]", e),
983
+ ...t
984
+ });
985
+ });
986
+ lr.displayName = "FormDescription";
987
+ var ur = e.forwardRef(({ className: e, children: t, ...n }, r) => {
988
+ let { error: i, formMessageId: a } = ir(), o = i ? String(i?.message ?? "") : t;
989
+ return o ? /* @__PURE__ */ g(d, {
990
+ ref: r,
991
+ nativeID: a,
992
+ className: J("text-destructive text-[13px] font-medium", e),
993
+ ...n,
994
+ children: o
995
+ }) : null;
996
+ });
997
+ ur.displayName = "FormMessage";
998
+ //#endregion
999
+ //#region src/hover-card.tsx
1000
+ var dr = L.Root, fr = L.Trigger, pr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(L.Portal, { children: /* @__PURE__ */ g(L.Content, {
1001
+ ref: r,
1002
+ className: J("bg-popover text-popover-foreground border-border z-50 w-64 rounded-md border p-4 shadow-md", e),
1003
+ ...n,
1004
+ children: t
1005
+ }) }));
1006
+ pr.displayName = L.Content?.displayName || "HoverCardContent";
1007
+ //#endregion
1008
+ //#region src/input.tsx
1009
+ var mr = e.forwardRef(({ className: e, placeholderClassName: t, ...n }, r) => /* @__PURE__ */ g(f, {
1010
+ ref: r,
1011
+ className: J("border-input text-foreground placeholder:text-muted-foreground focus:border-ring flex h-10 w-full rounded-md border bg-transparent px-3 py-2 text-base shadow-sm transition-colors disabled:opacity-50", e),
1012
+ placeholderClassName: J("text-muted-foreground", t),
1013
+ ...n
1014
+ }));
1015
+ mr.displayName = "Input";
833
1016
  //#endregion
834
1017
  //#region src/menubar.tsx
835
- var $n = e.forwardRef(({ className: t, children: n, value: r, onValueChange: i, ...a }, o) => {
1018
+ var hr = e.forwardRef(({ className: t, children: n, value: r, onValueChange: i, ...a }, o) => {
836
1019
  let [s, c] = e.useState(r || ""), l = r === void 0 ? s : r;
837
- return /* @__PURE__ */ m(F.Root, {
1020
+ return /* @__PURE__ */ g(R.Root, {
838
1021
  ref: o,
839
1022
  value: l,
840
1023
  onValueChange: (e) => {
841
1024
  c(e), i?.(e || "");
842
1025
  },
843
- className: G("bg-background border-border flex flex-row items-center space-x-1 rounded-md border p-1 shadow-sm", t),
1026
+ className: J("bg-background border-border flex flex-row items-center space-x-1 rounded-md border p-1 shadow-sm", t),
844
1027
  ...a,
845
1028
  children: n
846
1029
  });
847
1030
  });
848
- $n.displayName = "Menubar";
849
- var er = F.Menu, tr = F.Portal, nr = F.Group, rr = F.RadioGroup, ir = F.Sub, ar = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(F.Overlay, {
850
- style: a.OS === "web" ? void 0 : c.absoluteFill,
1031
+ hr.displayName = "Menubar";
1032
+ var gr = R.Menu, _r = R.Portal, vr = R.Group, yr = R.RadioGroup, br = R.Sub, xr = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(R.Overlay, {
1033
+ style: s.OS === "web" ? void 0 : u.absoluteFill,
851
1034
  ref: n,
852
1035
  ...t,
853
- children: /* @__PURE__ */ m(w.View, {
854
- entering: T.duration(100),
855
- exiting: E.duration(100),
856
- className: G("absolute inset-0 z-50 bg-black/30", e)
1036
+ children: /* @__PURE__ */ g(D.View, {
1037
+ entering: O.duration(100),
1038
+ exiting: k.duration(100),
1039
+ className: J("absolute inset-0 z-50 bg-black/30", e)
857
1040
  })
858
1041
  }));
859
- ar.displayName = "MenubarOverlay";
860
- var or = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(F.Trigger, {
1042
+ xr.displayName = "MenubarOverlay";
1043
+ var Sr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(R.Trigger, {
861
1044
  ref: r,
862
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center rounded-sm px-3 py-1.5 text-sm font-medium outline-none", e),
1045
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center rounded-sm px-3 py-1.5 text-sm font-medium outline-none", e),
863
1046
  ...n,
864
- children: W(t, J)
1047
+ children: q(t, X)
865
1048
  }));
866
- or.displayName = "MenubarTrigger";
867
- var sr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ h(tr, { children: [/* @__PURE__ */ m(ar, {}), /* @__PURE__ */ m(F.Content, {
1049
+ Sr.displayName = "MenubarTrigger";
1050
+ var Cr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ _(_r, { children: [/* @__PURE__ */ g(xr, {}), /* @__PURE__ */ g(R.Content, {
868
1051
  ref: r,
869
- className: G("bg-popover border-border z-50 min-w-[12rem] overflow-hidden rounded-md border p-1 shadow-md", e),
1052
+ className: J("bg-popover border-border z-50 min-w-[12rem] overflow-hidden rounded-md border p-1 shadow-md", e),
870
1053
  ...n,
871
1054
  children: t
872
1055
  })] }));
873
- sr.displayName = "MenubarContent";
874
- var cr = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ m(F.Item, {
1056
+ Cr.displayName = "MenubarContent";
1057
+ var wr = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ g(R.Item, {
875
1058
  ref: i,
876
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
1059
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
877
1060
  ...r,
878
- children: W(t, J)
1061
+ children: q(t, X)
879
1062
  }));
880
- cr.displayName = "MenubarItem";
881
- var lr = e.forwardRef(({ className: e, children: t, checked: n, onCheckedChange: r, ...i }, a) => /* @__PURE__ */ h(F.CheckboxItem, {
1063
+ wr.displayName = "MenubarItem";
1064
+ var Tr = e.forwardRef(({ className: e, children: t, checked: n, onCheckedChange: r, ...i }, a) => /* @__PURE__ */ _(R.CheckboxItem, {
882
1065
  ref: a,
883
1066
  checked: !!n,
884
1067
  onCheckedChange: r || (() => {}),
885
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
1068
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
886
1069
  ...i,
887
- children: [/* @__PURE__ */ m(f, {
1070
+ children: [/* @__PURE__ */ g(m, {
888
1071
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
889
- children: /* @__PURE__ */ m(F.ItemIndicator, { children: /* @__PURE__ */ m(y, {
1072
+ children: /* @__PURE__ */ g(R.ItemIndicator, { children: /* @__PURE__ */ g(C, {
890
1073
  size: 14,
891
1074
  className: "text-foreground"
892
1075
  }) })
893
- }), W(t, J)]
1076
+ }), q(t, X)]
894
1077
  }));
895
- lr.displayName = "MenubarCheckboxItem";
896
- var ur = e.forwardRef(({ className: e, children: t, value: n, ...r }, i) => /* @__PURE__ */ h(F.RadioItem, {
1078
+ Tr.displayName = "MenubarCheckboxItem";
1079
+ var Er = e.forwardRef(({ className: e, children: t, value: n, ...r }, i) => /* @__PURE__ */ _(R.RadioItem, {
897
1080
  ref: i,
898
1081
  value: n,
899
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
1082
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground relative flex flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none", e),
900
1083
  ...r,
901
- children: [/* @__PURE__ */ m(f, {
1084
+ children: [/* @__PURE__ */ g(m, {
902
1085
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
903
- children: /* @__PURE__ */ m(F.ItemIndicator, { children: /* @__PURE__ */ m(C, {
1086
+ children: /* @__PURE__ */ g(R.ItemIndicator, { children: /* @__PURE__ */ g(E, {
904
1087
  size: 8,
905
1088
  className: "text-foreground fill-current"
906
1089
  }) })
907
- }), W(t, J)]
1090
+ }), q(t, X)]
908
1091
  }));
909
- ur.displayName = "MenubarRadioItem";
910
- var dr = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ m(F.Label, {
1092
+ Er.displayName = "MenubarRadioItem";
1093
+ var Dr = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ g(R.Label, {
911
1094
  ref: i,
912
- className: G("text-foreground px-2 py-1.5 text-sm font-semibold", n && "pl-8", e),
1095
+ className: J("text-foreground px-2 py-1.5 text-sm font-semibold", n && "pl-8", e),
913
1096
  ...r,
914
- children: W(t, J)
1097
+ children: q(t, X)
915
1098
  }));
916
- dr.displayName = "MenubarLabel";
917
- var fr = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(F.Separator, {
1099
+ Dr.displayName = "MenubarLabel";
1100
+ var Or = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(R.Separator, {
918
1101
  ref: n,
919
- className: G("bg-border -mx-1 my-1 h-px", e),
1102
+ className: J("bg-border -mx-1 my-1 h-px", e),
920
1103
  ...t
921
1104
  }));
922
- fr.displayName = "MenubarSeparator";
923
- var pr = ({ className: e, children: t, ...n }) => /* @__PURE__ */ m(J, {
924
- className: G("text-muted-foreground ml-auto text-xs tracking-widest", e),
1105
+ Or.displayName = "MenubarSeparator";
1106
+ var kr = ({ className: e, children: t, ...n }) => /* @__PURE__ */ g(X, {
1107
+ className: J("text-muted-foreground ml-auto text-xs tracking-widest", e),
925
1108
  ...n,
926
1109
  children: t
927
1110
  });
928
- pr.displayName = "MenubarShortcut";
929
- var mr = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ h(F.SubTrigger, {
1111
+ kr.displayName = "MenubarShortcut";
1112
+ var Ar = e.forwardRef(({ className: e, children: t, inset: n, ...r }, i) => /* @__PURE__ */ _(R.SubTrigger, {
930
1113
  ref: i,
931
- className: G("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
1114
+ className: J("focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center rounded-sm px-2 py-1.5 text-sm outline-none", n && "pl-8", e),
932
1115
  ...r,
933
- children: [/* @__PURE__ */ m(f, {
1116
+ children: [/* @__PURE__ */ g(m, {
934
1117
  className: "flex flex-row items-center gap-1.5",
935
- children: W(t, J)
936
- }), /* @__PURE__ */ m(S, {
1118
+ children: q(t, X)
1119
+ }), /* @__PURE__ */ g(T, {
937
1120
  size: 14,
938
1121
  className: "text-foreground ml-auto"
939
1122
  })]
940
1123
  }));
941
- mr.displayName = "MenubarSubTrigger";
942
- var hr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(F.SubContent, {
1124
+ Ar.displayName = "MenubarSubTrigger";
1125
+ var jr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(R.SubContent, {
943
1126
  ref: r,
944
- className: G("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
1127
+ className: J("bg-popover border-border z-50 min-w-[8rem] overflow-hidden rounded-md border p-1 shadow-md", e),
945
1128
  ...n,
946
1129
  children: t
947
1130
  }));
948
- hr.displayName = "MenubarSubContent";
1131
+ jr.displayName = "MenubarSubContent";
949
1132
  //#endregion
950
1133
  //#region src/navigation-menu.tsx
951
- var gr = e.forwardRef(({ className: e, children: t, value: n, onValueChange: r, dir: i, orientation: a, delayDuration: o, skipDelayDuration: s, ...c }, l) => /* @__PURE__ */ m(I.Root, {
1134
+ var Mr = e.forwardRef(({ className: e, children: t, value: n, onValueChange: r, dir: i, orientation: a, delayDuration: o, skipDelayDuration: s, ...c }, l) => /* @__PURE__ */ g(z.Root, {
952
1135
  ref: l,
953
1136
  value: n,
954
1137
  onValueChange: r ? (e) => r(e || "") : () => {},
955
1138
  delayDuration: o,
956
1139
  skipDelayDuration: s,
957
- className: G("relative z-10 flex flex-row items-center justify-center", e),
1140
+ className: J("relative z-10 flex flex-row items-center justify-center", e),
958
1141
  ...c,
959
1142
  children: t
960
1143
  }));
961
- gr.displayName = "NavigationMenu";
962
- var _r = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(I.List, {
1144
+ Mr.displayName = "NavigationMenu";
1145
+ var Nr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(z.List, {
963
1146
  ref: r,
964
- className: G("group flex flex-1 list-none flex-row items-center justify-center gap-1", e),
1147
+ className: J("group flex flex-1 list-none flex-row items-center justify-center gap-1", e),
965
1148
  ...n,
966
1149
  children: t
967
1150
  }));
968
- _r.displayName = "NavigationMenuList";
969
- var vr = e.forwardRef(({ className: e, children: t, value: n, ...r }, i) => /* @__PURE__ */ m(I.Item, {
1151
+ Nr.displayName = "NavigationMenuList";
1152
+ var Pr = e.forwardRef(({ className: e, children: t, value: n, ...r }, i) => /* @__PURE__ */ g(z.Item, {
970
1153
  ref: i,
971
1154
  value: n || "",
972
- className: G("relative", e),
1155
+ className: J("relative", e),
973
1156
  ...r,
974
1157
  children: t
975
1158
  }));
976
- vr.displayName = "NavigationMenuItem";
977
- var yr = e.forwardRef(({ className: e, children: t, disabled: n, ...r }, i) => /* @__PURE__ */ h(I.Trigger, {
1159
+ Pr.displayName = "NavigationMenuItem";
1160
+ var Fr = e.forwardRef(({ className: e, children: t, disabled: n, ...r }, i) => /* @__PURE__ */ _(z.Trigger, {
978
1161
  ref: i,
979
1162
  disabled: n,
980
- className: G("group bg-background hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center justify-center gap-1 rounded-md px-4 py-2 text-sm font-medium transition-colors disabled:opacity-50", e),
1163
+ className: J("group bg-background hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground active:bg-accent active:text-accent-foreground flex flex-row items-center justify-center gap-1 rounded-md px-4 py-2 text-sm font-medium transition-colors disabled:opacity-50", e),
981
1164
  ...r,
982
- children: [/* @__PURE__ */ m(p, { children: t }), /* @__PURE__ */ m(b, {
1165
+ children: [/* @__PURE__ */ g(h, { children: t }), /* @__PURE__ */ g(w, {
983
1166
  size: 12,
984
1167
  className: "text-muted-foreground transition-transform duration-200 group-data-[state=open]:rotate-180"
985
1168
  })]
986
1169
  }));
987
- yr.displayName = "NavigationMenuTrigger";
988
- var br = e.forwardRef(({ className: e, children: t, forceMount: n, ...r }, i) => /* @__PURE__ */ m(I.Portal, { children: /* @__PURE__ */ m(I.Content, {
1170
+ Fr.displayName = "NavigationMenuTrigger";
1171
+ var Ir = e.forwardRef(({ className: e, children: t, forceMount: n, ...r }, i) => /* @__PURE__ */ g(z.Portal, { children: /* @__PURE__ */ g(z.Content, {
989
1172
  ref: i,
990
1173
  ...r,
991
- children: /* @__PURE__ */ m(w.View, {
992
- entering: T.duration(150),
993
- exiting: E.duration(150),
994
- className: G("bg-popover border-border z-50 overflow-hidden rounded-md border p-4 shadow-md", e),
1174
+ children: /* @__PURE__ */ g(D.View, {
1175
+ entering: O.duration(150),
1176
+ exiting: k.duration(150),
1177
+ className: J("bg-popover border-border z-50 overflow-hidden rounded-md border p-4 shadow-md", e),
995
1178
  children: t
996
1179
  })
997
1180
  }) }));
998
- br.displayName = "NavigationMenuContent";
999
- var xr = e.forwardRef(({ className: e, children: t, active: n, onSelect: r, onPress: i, href: a, ...o }, s) => /* @__PURE__ */ m(I.Link, {
1181
+ Ir.displayName = "NavigationMenuContent";
1182
+ var Lr = e.forwardRef(({ className: e, children: t, active: n, onSelect: r, onPress: i, href: a, ...o }, s) => /* @__PURE__ */ g(z.Link, {
1000
1183
  ref: s,
1001
1184
  active: n,
1002
1185
  onPress: (e) => {
1003
1186
  i && i(), r && r(e);
1004
1187
  },
1005
- className: G("hover:bg-accent hover:text-accent-foreground active:bg-accent active:text-accent-foreground rounded-md px-3 py-2 text-sm font-medium transition-colors", n && "bg-accent text-accent-foreground", e),
1188
+ className: J("hover:bg-accent hover:text-accent-foreground active:bg-accent active:text-accent-foreground rounded-md px-3 py-2 text-sm font-medium transition-colors", n && "bg-accent text-accent-foreground", e),
1006
1189
  ...o,
1007
1190
  children: t
1008
1191
  }));
1009
- xr.displayName = "NavigationMenuLink";
1010
- var Sr = e.forwardRef(({ className: e, forceMount: t, ...n }, r) => /* @__PURE__ */ m(f, {
1192
+ Lr.displayName = "NavigationMenuLink";
1193
+ var Rr = e.forwardRef(({ className: e, forceMount: t, ...n }, r) => /* @__PURE__ */ g(m, {
1011
1194
  className: "absolute top-full left-0 flex justify-center",
1012
- children: /* @__PURE__ */ m(I.Viewport, {
1195
+ children: /* @__PURE__ */ g(z.Viewport, {
1013
1196
  ref: r,
1014
- className: G("origin-top-center bg-popover text-popover-foreground border-border relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border shadow-lg md:w-[var(--radix-navigation-menu-viewport-width)]", e),
1197
+ className: J("origin-top-center bg-popover text-popover-foreground border-border relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border shadow-lg md:w-[var(--radix-navigation-menu-viewport-width)]", e),
1015
1198
  ...n
1016
1199
  })
1017
1200
  }));
1018
- Sr.displayName = "NavigationMenuViewport";
1019
- var Cr = e.forwardRef(({ className: e, forceMount: t, ...n }, r) => /* @__PURE__ */ m(I.Indicator, {
1201
+ Rr.displayName = "NavigationMenuViewport";
1202
+ var zr = e.forwardRef(({ className: e, forceMount: t, ...n }, r) => /* @__PURE__ */ g(z.Indicator, {
1020
1203
  ref: r,
1021
- className: G("z-10 flex h-1.5 items-end justify-center overflow-hidden transition-all duration-200", e),
1204
+ className: J("z-10 flex h-1.5 items-end justify-center overflow-hidden transition-all duration-200", e),
1022
1205
  ...n,
1023
- children: /* @__PURE__ */ m(f, { className: "bg-border relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm shadow-md" })
1206
+ children: /* @__PURE__ */ g(m, { className: "bg-border relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm shadow-md" })
1024
1207
  }));
1025
- Cr.displayName = "NavigationMenuIndicator";
1208
+ zr.displayName = "NavigationMenuIndicator";
1026
1209
  //#endregion
1027
1210
  //#region src/pagination.tsx
1028
- var wr = ({ className: e, children: t, ...n }) => /* @__PURE__ */ m(f, {
1211
+ var Br = ({ className: e, children: t, ...n }) => /* @__PURE__ */ g(m, {
1029
1212
  role: "navigation",
1030
1213
  "aria-label": "pagination",
1031
- className: G("mx-auto flex w-full flex-row justify-center", e),
1214
+ className: J("mx-auto flex w-full flex-row justify-center", e),
1032
1215
  ...n,
1033
1216
  children: t
1034
1217
  });
1035
- wr.displayName = "Pagination";
1036
- var Tr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(f, {
1218
+ Br.displayName = "Pagination";
1219
+ var Vr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(m, {
1037
1220
  ref: r,
1038
- className: G("flex flex-row items-center gap-1", e),
1221
+ className: J("flex flex-row items-center gap-1", e),
1039
1222
  ...n,
1040
1223
  children: t
1041
1224
  }));
1042
- Tr.displayName = "PaginationContent";
1043
- var Er = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ m(f, {
1225
+ Vr.displayName = "PaginationContent";
1226
+ var Hr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ g(m, {
1044
1227
  ref: r,
1045
- className: G("", e),
1228
+ className: J("", e),
1046
1229
  ...n,
1047
1230
  children: t
1048
1231
  }));
1049
- Er.displayName = "PaginationItem";
1050
- var X = ({ className: e, isActive: t, size: n = "icon", children: r, onPress: i, ...a }) => /* @__PURE__ */ m(q, {
1232
+ Hr.displayName = "PaginationItem";
1233
+ var Ur = ({ className: e, isActive: t, size: n = "icon", children: r, onPress: i, ...a }) => /* @__PURE__ */ g(Y, {
1051
1234
  variant: t ? "outline" : "ghost",
1052
1235
  size: n,
1053
1236
  onPress: i,
@@ -1055,99 +1238,99 @@ var X = ({ className: e, isActive: t, size: n = "icon", children: r, onPress: i,
1055
1238
  ...a,
1056
1239
  children: r
1057
1240
  });
1058
- X.displayName = "PaginationLink";
1059
- var Dr = ({ className: e, children: t, onPress: n, ...r }) => /* @__PURE__ */ h(X, {
1241
+ Ur.displayName = "PaginationLink";
1242
+ var Wr = ({ className: e, children: t, onPress: n, ...r }) => /* @__PURE__ */ _(Ur, {
1060
1243
  "aria-label": "Go to previous page",
1061
1244
  size: "default",
1062
- className: G("flex flex-row items-center gap-1 pl-2.5", e),
1245
+ className: J("flex flex-row items-center gap-1 pl-2.5", e),
1063
1246
  onPress: n,
1064
1247
  ...r,
1065
- children: [/* @__PURE__ */ m(x, {
1248
+ children: [/* @__PURE__ */ g(te, {
1066
1249
  size: 16,
1067
1250
  className: "text-foreground"
1068
- }), /* @__PURE__ */ m(J, {
1251
+ }), /* @__PURE__ */ g(X, {
1069
1252
  className: "text-sm font-medium",
1070
1253
  children: "Previous"
1071
1254
  })]
1072
1255
  });
1073
- Dr.displayName = "PaginationPrevious";
1074
- var Or = ({ className: e, children: t, onPress: n, ...r }) => /* @__PURE__ */ h(X, {
1256
+ Wr.displayName = "PaginationPrevious";
1257
+ var Gr = ({ className: e, children: t, onPress: n, ...r }) => /* @__PURE__ */ _(Ur, {
1075
1258
  "aria-label": "Go to next page",
1076
1259
  size: "default",
1077
- className: G("flex flex-row items-center gap-1 pr-2.5", e),
1260
+ className: J("flex flex-row items-center gap-1 pr-2.5", e),
1078
1261
  onPress: n,
1079
1262
  ...r,
1080
- children: [/* @__PURE__ */ m(J, {
1263
+ children: [/* @__PURE__ */ g(X, {
1081
1264
  className: "text-sm font-medium",
1082
1265
  children: "Next"
1083
- }), /* @__PURE__ */ m(S, {
1266
+ }), /* @__PURE__ */ g(T, {
1084
1267
  size: 16,
1085
1268
  className: "text-foreground"
1086
1269
  })]
1087
1270
  });
1088
- Or.displayName = "PaginationNext";
1089
- var kr = ({ className: e, ...t }) => /* @__PURE__ */ m(f, {
1271
+ Gr.displayName = "PaginationNext";
1272
+ var Kr = ({ className: e, ...t }) => /* @__PURE__ */ g(m, {
1090
1273
  "aria-hidden": !0,
1091
- className: G("flex h-9 w-9 flex-row items-center justify-center", e),
1274
+ className: J("flex h-9 w-9 flex-row items-center justify-center", e),
1092
1275
  ...t,
1093
- children: /* @__PURE__ */ m(ae, {
1276
+ children: /* @__PURE__ */ g(oe, {
1094
1277
  size: 16,
1095
1278
  className: "text-foreground"
1096
1279
  })
1097
1280
  });
1098
- kr.displayName = "PaginationEllipsis";
1281
+ Kr.displayName = "PaginationEllipsis";
1099
1282
  //#endregion
1100
1283
  //#region src/popover.tsx
1101
- var Ar = e.createContext({
1284
+ var qr = e.createContext({
1102
1285
  open: !1,
1103
1286
  setOpen: () => {}
1104
- }), jr = e.forwardRef(({ children: t, open: n, onOpenChange: r, ...i }, a) => {
1287
+ }), Jr = e.forwardRef(({ children: t, open: n, onOpenChange: r, ...i }, a) => {
1105
1288
  let [o, s] = e.useState(!1), c = n !== void 0, l = c ? n : o, u = c ? r || (() => {}) : s;
1106
- return /* @__PURE__ */ m(Ar.Provider, {
1289
+ return /* @__PURE__ */ g(qr.Provider, {
1107
1290
  value: {
1108
1291
  open: l,
1109
1292
  setOpen: u
1110
1293
  },
1111
- children: /* @__PURE__ */ m(f, {
1294
+ children: /* @__PURE__ */ g(m, {
1112
1295
  ref: a,
1113
1296
  ...i,
1114
1297
  children: t
1115
1298
  })
1116
1299
  });
1117
1300
  });
1118
- jr.displayName = "Popover";
1119
- var Mr = e.forwardRef(({ children: t, ...n }, r) => {
1120
- let { setOpen: i } = e.useContext(Ar);
1121
- return /* @__PURE__ */ m(o, {
1301
+ Jr.displayName = "Popover";
1302
+ var Yr = e.forwardRef(({ children: t, ...n }, r) => {
1303
+ let { setOpen: i } = e.useContext(qr);
1304
+ return /* @__PURE__ */ g(c, {
1122
1305
  ref: r,
1123
1306
  onPress: () => i(!0),
1124
1307
  ...n,
1125
1308
  children: t
1126
1309
  });
1127
1310
  });
1128
- Mr.displayName = "PopoverTrigger";
1129
- var Nr = e.forwardRef(({ ...e }, t) => /* @__PURE__ */ m(f, {
1311
+ Yr.displayName = "PopoverTrigger";
1312
+ var Xr = e.forwardRef(({ ...e }, t) => /* @__PURE__ */ g(m, {
1130
1313
  ref: t,
1131
1314
  ...e
1132
1315
  }));
1133
- Nr.displayName = "PopoverAnchor";
1134
- var Pr = e.forwardRef(({ className: t, children: n, ...r }, a) => {
1135
- let { open: s, setOpen: c } = e.useContext(Ar);
1136
- return /* @__PURE__ */ m(i, {
1137
- visible: s,
1316
+ Xr.displayName = "PopoverAnchor";
1317
+ var Zr = e.forwardRef(({ className: t, children: n, ...r }, i) => {
1318
+ let { open: a, setOpen: s } = e.useContext(qr);
1319
+ return /* @__PURE__ */ g(o, {
1320
+ visible: a,
1138
1321
  transparent: !0,
1139
1322
  animationType: "fade",
1140
- onRequestClose: () => c(!1),
1141
- children: /* @__PURE__ */ m(o, {
1323
+ onRequestClose: () => s(!1),
1324
+ children: /* @__PURE__ */ g(c, {
1142
1325
  className: "flex-1",
1143
- onPress: () => c(!1),
1144
- children: /* @__PURE__ */ m(f, {
1326
+ onPress: () => s(!1),
1327
+ children: /* @__PURE__ */ g(m, {
1145
1328
  className: "flex-1 items-center justify-center bg-black/50",
1146
- children: /* @__PURE__ */ m(o, {
1329
+ children: /* @__PURE__ */ g(c, {
1147
1330
  onPress: () => {},
1148
- children: /* @__PURE__ */ m(f, {
1149
- ref: a,
1150
- className: G("bg-popover border-border mx-4 w-full max-w-sm rounded-md border p-4 shadow-lg", t),
1331
+ children: /* @__PURE__ */ g(m, {
1332
+ ref: i,
1333
+ className: J("bg-popover border-border mx-4 w-full max-w-sm rounded-md border p-4 shadow-lg", t),
1151
1334
  ...r,
1152
1335
  children: n
1153
1336
  })
@@ -1156,203 +1339,241 @@ var Pr = e.forwardRef(({ className: t, children: n, ...r }, a) => {
1156
1339
  })
1157
1340
  });
1158
1341
  });
1159
- Pr.displayName = "PopoverContent";
1342
+ Zr.displayName = "PopoverContent";
1160
1343
  //#endregion
1161
1344
  //#region src/progress.tsx
1162
- var Fr = e.forwardRef(({ className: e, value: t, ...n }, r) => /* @__PURE__ */ m(f, {
1345
+ var Qr = e.forwardRef(({ className: e, value: t, ...n }, r) => /* @__PURE__ */ g(m, {
1163
1346
  ref: r,
1164
- className: G("bg-muted relative h-2 w-full overflow-hidden rounded-full", e),
1347
+ className: J("bg-muted relative h-2 w-full overflow-hidden rounded-full", e),
1165
1348
  accessibilityRole: "progressbar",
1166
1349
  role: "progressbar",
1167
1350
  ...n,
1168
- children: /* @__PURE__ */ m(f, {
1351
+ children: /* @__PURE__ */ g(m, {
1169
1352
  className: "bg-primary h-full rounded-full",
1170
1353
  style: { width: `${t || 0}%` }
1171
1354
  })
1172
1355
  }));
1173
- Fr.displayName = "Progress";
1356
+ Qr.displayName = "Progress";
1174
1357
  //#endregion
1175
1358
  //#region src/radio-group.tsx
1176
- var Ir = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(L.Root, {
1177
- className: G("web:grid gap-2", e),
1359
+ var $r = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(B.Root, {
1360
+ className: J("web:grid gap-2", e),
1178
1361
  ...t,
1179
1362
  ref: n
1180
1363
  }));
1181
- Ir.displayName = L.Root?.displayName || "RadioGroup";
1182
- var Lr = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(L.Item, {
1364
+ $r.displayName = B.Root?.displayName || "RadioGroup";
1365
+ var ei = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(B.Item, {
1183
1366
  ref: n,
1184
- className: G("native:h-5 native:w-5 border-primary text-primary web:ring-offset-background web:focus:outline-none web:focus-visible:ring-2 web:focus-visible:ring-ring web:focus-visible:ring-offset-2 aspect-square h-4 w-4 rounded-full border", t.disabled && "web:cursor-not-allowed opacity-50", e),
1367
+ className: J("native:h-5 native:w-5 border-primary text-primary web:ring-offset-background web:focus:outline-none web:focus-visible:ring-2 web:focus-visible:ring-ring web:focus-visible:ring-offset-2 aspect-square h-4 w-4 rounded-full border", t.disabled && "web:cursor-not-allowed opacity-50", e),
1185
1368
  ...t,
1186
- children: /* @__PURE__ */ m(L.Indicator, {
1369
+ children: /* @__PURE__ */ g(B.Indicator, {
1187
1370
  className: "flex items-center justify-center",
1188
- children: /* @__PURE__ */ m(C, { className: "h-2.5 w-2.5 fill-current text-current" })
1371
+ children: /* @__PURE__ */ g(E, { className: "h-2.5 w-2.5 fill-current text-current" })
1189
1372
  })
1190
1373
  }));
1191
- Lr.displayName = L.Item?.displayName || "RadioGroupItem";
1374
+ ei.displayName = B.Item?.displayName || "RadioGroupItem";
1192
1375
  //#endregion
1193
1376
  //#region src/resizable.tsx
1194
- var Rr = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
1377
+ var ti = ({ children: e, className: t }) => /* @__PURE__ */ g(m, {
1195
1378
  className: t,
1196
1379
  children: e
1197
- }), zr = ({ children: e, className: t }) => /* @__PURE__ */ m(f, {
1380
+ }), ni = ({ children: e, className: t }) => /* @__PURE__ */ g(m, {
1198
1381
  className: t,
1199
1382
  children: e
1200
- }), Br = ({ className: e }) => /* @__PURE__ */ m(f, { className: e }), Vr = e.forwardRef(({ children: e, className: t, ...n }, r) => /* @__PURE__ */ m(s, {
1383
+ }), ri = ({ className: e }) => /* @__PURE__ */ g(m, { className: e }), ii = e.forwardRef(({ children: e, className: t, ...n }, r) => /* @__PURE__ */ g(l, {
1201
1384
  ref: r,
1202
- className: G("flex-1", t),
1203
- showsVerticalScrollIndicator: !1,
1204
- showsHorizontalScrollIndicator: !1,
1385
+ className: J("flex-1", t),
1386
+ showsVerticalScrollIndicator: !0,
1387
+ showsHorizontalScrollIndicator: !0,
1205
1388
  ...n,
1206
- children: /* @__PURE__ */ m(f, { children: e })
1389
+ children: /* @__PURE__ */ g(m, { children: e })
1207
1390
  }));
1208
- Vr.displayName = "ScrollArea";
1209
- var Hr = () => null;
1210
- Hr.displayName = "ScrollBar";
1391
+ ii.displayName = "ScrollArea";
1392
+ var ai = () => null;
1393
+ ai.displayName = "ScrollBar";
1211
1394
  //#endregion
1212
1395
  //#region src/search.tsx
1213
- var Ur = () => /* @__PURE__ */ m(f, { children: /* @__PURE__ */ m(l, { children: "Search is not yet implemented for React Native" }) }), Wr = R.Root, Gr = R.Group, Kr = R.Value, qr = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ h(R.Trigger, {
1396
+ function oi({ children: t, open: n, onOpenChange: r }) {
1397
+ let [i, a] = e.useState(!1), o = n !== void 0;
1398
+ return /* @__PURE__ */ g(bn, {
1399
+ open: o ? n : i,
1400
+ onOpenChange: e.useCallback((e) => {
1401
+ o ? r?.(e) : a(e);
1402
+ }, [o, r]),
1403
+ children: t
1404
+ });
1405
+ }
1406
+ var si = e.forwardRef(({ className: e, placeholder: t, variant: n = "default", responsive: r = !1, ...i }, a) => {
1407
+ let o = t || (n === "compact" ? "Search..." : "Search docs...");
1408
+ return /* @__PURE__ */ _(Y, {
1409
+ variant: "outline",
1410
+ className: J("relative h-12 flex-row justify-start pl-3 text-sm transition-all sm:h-9", n === "default" ? "w-full pr-12" : J("w-12 px-0 sm:w-9 sm:justify-center", r && "md:w-48 md:justify-start md:px-3 md:pr-12"), e),
1411
+ ref: a,
1412
+ ...i,
1413
+ children: [/* @__PURE__ */ _(m, {
1414
+ className: "flex-row items-center gap-2",
1415
+ children: [/* @__PURE__ */ g(se, {
1416
+ className: "text-muted-foreground shrink-0",
1417
+ size: 18
1418
+ }), /* @__PURE__ */ g(d, {
1419
+ className: J("text-muted-foreground truncate", n === "compact" && (r ? "hidden md:flex" : "hidden")),
1420
+ children: o
1421
+ })]
1422
+ }), /* @__PURE__ */ g(m, {
1423
+ className: J("bg-muted absolute top-2 right-2 hidden h-6 flex-row items-center gap-1 rounded border px-1.5 opacity-100", n === "default" && s.OS !== "android" && s.OS !== "ios" && "sm:flex", n === "compact" && r && s.OS !== "android" && s.OS !== "ios" && "md:flex"),
1424
+ children: /* @__PURE__ */ g(d, {
1425
+ className: "text-muted-foreground font-mono text-[10px] font-medium",
1426
+ children: "⌘K"
1427
+ })
1428
+ })]
1429
+ });
1430
+ });
1431
+ si.displayName = "SearchTrigger";
1432
+ //#endregion
1433
+ //#region src/select.tsx
1434
+ var ci = V.Root, li = V.Group, ui = V.Value, di = e.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ _(V.Trigger, {
1214
1435
  ref: r,
1215
- className: G("native:h-12 border-input bg-background text-muted-foreground web:ring-offset-background web:focus:outline-none web:focus:ring-2 web:focus:ring-ring web:focus:ring-offset-2 flex h-10 flex-row items-center justify-between rounded-md border px-3 py-2 text-sm [&>span]:line-clamp-1", n.disabled && "web:cursor-not-allowed opacity-50", e),
1436
+ className: J("native:h-12 border-input bg-background text-muted-foreground web:ring-offset-background web:focus:outline-none web:focus:ring-2 web:focus:ring-ring web:focus:ring-offset-2 flex h-10 flex-row items-center justify-between rounded-md border px-3 py-2 text-sm [&>span]:line-clamp-1", n.disabled && "web:cursor-not-allowed opacity-50", e),
1216
1437
  ...n,
1217
- children: [/* @__PURE__ */ m(p, { children: t }), /* @__PURE__ */ m(b, {
1438
+ children: [/* @__PURE__ */ g(h, { children: t }), /* @__PURE__ */ g(w, {
1218
1439
  size: 16,
1219
1440
  "aria-hidden": !0,
1220
1441
  className: "text-foreground opacity-50"
1221
1442
  })]
1222
1443
  }));
1223
- qr.displayName = R.Trigger?.displayName || "SelectTrigger";
1224
- var Jr = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(R.ScrollUpButton, {
1444
+ di.displayName = V.Trigger?.displayName || "SelectTrigger";
1445
+ var fi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(V.ScrollUpButton, {
1225
1446
  ref: n,
1226
- className: G("flex cursor-default items-center justify-center py-1", e),
1447
+ className: J("flex cursor-default items-center justify-center py-1", e),
1227
1448
  ...t,
1228
- children: /* @__PURE__ */ m(te, {
1449
+ children: /* @__PURE__ */ g(ne, {
1229
1450
  size: 14,
1230
1451
  className: "text-foreground"
1231
1452
  })
1232
1453
  }));
1233
- Jr.displayName = R.ScrollUpButton?.displayName || "SelectScrollUpButton";
1234
- var Yr = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(R.ScrollDownButton, {
1454
+ fi.displayName = V.ScrollUpButton?.displayName || "SelectScrollUpButton";
1455
+ var pi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(V.ScrollDownButton, {
1235
1456
  ref: n,
1236
- className: G("flex cursor-default items-center justify-center py-1", e),
1457
+ className: J("flex cursor-default items-center justify-center py-1", e),
1237
1458
  ...t,
1238
- children: /* @__PURE__ */ m(b, {
1459
+ children: /* @__PURE__ */ g(w, {
1239
1460
  size: 14,
1240
1461
  className: "text-foreground"
1241
1462
  })
1242
1463
  }));
1243
- Yr.displayName = R.ScrollDownButton?.displayName || "SelectScrollDownButton";
1244
- var Xr = e.forwardRef(({ className: e, children: t, position: n = "popper", portalHost: r, overlayClassName: i, overlayStyle: o, ...s }, l) => {
1245
- let { open: u } = R.useRootContext();
1246
- return /* @__PURE__ */ h(R.Portal, {
1464
+ pi.displayName = V.ScrollDownButton?.displayName || "SelectScrollDownButton";
1465
+ var mi = e.forwardRef(({ className: e, children: t, position: n = "popper", portalHost: r, overlayClassName: i, overlayStyle: a, ...o }, c) => {
1466
+ let { open: l } = V.useRootContext();
1467
+ return /* @__PURE__ */ _(V.Portal, {
1247
1468
  hostName: r,
1248
- children: [/* @__PURE__ */ m(R.Overlay, {
1249
- style: a.OS === "web" ? void 0 : c.absoluteFill,
1469
+ children: [/* @__PURE__ */ g(V.Overlay, {
1470
+ style: s.OS === "web" ? void 0 : u.absoluteFill,
1250
1471
  asChild: !0,
1251
- children: /* @__PURE__ */ m(w.View, {
1472
+ children: /* @__PURE__ */ g(D.View, {
1252
1473
  className: i,
1253
- style: o
1474
+ style: a
1254
1475
  })
1255
- }), /* @__PURE__ */ h(R.Content, {
1256
- ref: l,
1257
- className: G("border-border bg-popover 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 relative z-50 max-h-96 min-w-[8rem] rounded-md border shadow-md", n === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1", u ? "web:zoom-in-95 web:animate-in web:fade-in-0" : "web:zoom-out-95 web:animate-out web:fade-out-0", e),
1476
+ }), /* @__PURE__ */ _(V.Content, {
1477
+ ref: c,
1478
+ className: J("border-border bg-popover 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 relative z-50 max-h-96 min-w-[8rem] rounded-md border shadow-md", n === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1", l ? "web:zoom-in-95 web:animate-in web:fade-in-0" : "web:zoom-out-95 web:animate-out web:fade-out-0", e),
1258
1479
  position: n,
1259
- ...s,
1480
+ ...o,
1260
1481
  children: [
1261
- /* @__PURE__ */ m(Jr, {}),
1262
- /* @__PURE__ */ m(R.Viewport, {
1263
- className: G("p-1", n === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),
1482
+ /* @__PURE__ */ g(fi, {}),
1483
+ /* @__PURE__ */ g(V.Viewport, {
1484
+ className: J("p-1", n === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),
1264
1485
  children: t
1265
1486
  }),
1266
- /* @__PURE__ */ m(Yr, {})
1487
+ /* @__PURE__ */ g(pi, {})
1267
1488
  ]
1268
1489
  })]
1269
1490
  });
1270
1491
  });
1271
- Xr.displayName = R.Content?.displayName || "SelectContent";
1272
- var Zr = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(R.Label, {
1492
+ mi.displayName = V.Content?.displayName || "SelectContent";
1493
+ var hi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(V.Label, {
1273
1494
  ref: n,
1274
- className: G("text-popover-foreground py-1.5 pr-2 pl-8 text-sm font-semibold", e),
1495
+ className: J("text-popover-foreground py-1.5 pr-2 pl-8 text-sm font-semibold", e),
1275
1496
  ...t
1276
1497
  }));
1277
- Zr.displayName = R.Label?.displayName || "SelectLabel";
1278
- var Qr = e.forwardRef(({ className: e, children: t, label: n, ...r }, i) => {
1498
+ hi.displayName = V.Label?.displayName || "SelectLabel";
1499
+ var gi = e.forwardRef(({ className: e, children: t, label: n, ...r }, i) => {
1279
1500
  let a = n || (typeof t == "string" ? t : "");
1280
- return /* @__PURE__ */ h(R.Item, {
1501
+ return /* @__PURE__ */ _(V.Item, {
1281
1502
  ref: i,
1282
1503
  label: a,
1283
- className: G("web:hover:bg-accent/50 web:focus:bg-accent web:focus:text-accent-foreground web:hover:text-accent-foreground relative flex w-full cursor-default flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none select-none data-[disabled]:opacity-50", r.disabled && "web:pointer-events-none", e),
1504
+ className: J("web:hover:bg-accent/50 web:focus:bg-accent web:focus:text-accent-foreground web:hover:text-accent-foreground relative flex w-full cursor-default flex-row items-center rounded-sm py-1.5 pr-2 pl-8 text-sm outline-none select-none data-[disabled]:opacity-50", r.disabled && "web:pointer-events-none", e),
1284
1505
  ...r,
1285
- children: [/* @__PURE__ */ m(f, {
1506
+ children: [/* @__PURE__ */ g(m, {
1286
1507
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
1287
- children: /* @__PURE__ */ m(R.ItemIndicator, { children: /* @__PURE__ */ m(y, {
1508
+ children: /* @__PURE__ */ g(V.ItemIndicator, { children: /* @__PURE__ */ g(C, {
1288
1509
  size: 14,
1289
1510
  strokeWidth: 3,
1290
1511
  className: "text-popover-foreground"
1291
1512
  }) })
1292
- }), /* @__PURE__ */ m(R.ItemText, {
1513
+ }), /* @__PURE__ */ g(V.ItemText, {
1293
1514
  className: "text-popover-foreground native:text-base text-sm",
1294
1515
  children: t
1295
1516
  })]
1296
1517
  });
1297
1518
  });
1298
- Qr.displayName = R.Item?.displayName || "SelectItem";
1299
- var $r = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(R.Separator, {
1519
+ gi.displayName = V.Item?.displayName || "SelectItem";
1520
+ var _i = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(V.Separator, {
1300
1521
  ref: n,
1301
- className: G("bg-muted -mx-1 my-1 h-px", e),
1522
+ className: J("bg-muted -mx-1 my-1 h-px", e),
1302
1523
  ...t
1303
1524
  }));
1304
- $r.displayName = R.Separator?.displayName || "SelectSeparator";
1525
+ _i.displayName = V.Separator?.displayName || "SelectSeparator";
1305
1526
  //#endregion
1306
1527
  //#region src/scroll-to-top.tsx
1307
- var ei = e.forwardRef(({ threshold: r = 240, exitDuration: i = 450, behavior: o, label: s = "Scroll to top", className: c, scrollRef: l, animationDuration: u = 300, ...d }, p) => {
1308
- let [h, g] = e.useState(!1), [_, v] = e.useState(!1), y = e.useRef(new n.Value(0)).current, b = e.useRef(new n.Value(20)).current, x = () => {
1309
- n.parallel([n.timing(y, {
1528
+ var vi = e.forwardRef(({ threshold: n = 240, exitDuration: i = 450, behavior: a, label: o = "Scroll to top", className: c, scrollRef: l, animationDuration: u = 300, ...d }, f) => {
1529
+ let [p, h] = e.useState(!1), [_, v] = e.useState(!1), y = e.useRef(new r.Value(0)).current, b = e.useRef(new r.Value(20)).current, x = () => {
1530
+ r.parallel([r.timing(y, {
1310
1531
  toValue: 1,
1311
1532
  duration: u,
1312
1533
  useNativeDriver: !0
1313
- }), n.timing(b, {
1534
+ }), r.timing(b, {
1314
1535
  toValue: 0,
1315
1536
  duration: u,
1316
1537
  useNativeDriver: !0
1317
1538
  })]).start();
1318
1539
  }, S = () => {
1319
- n.parallel([n.timing(y, {
1540
+ r.parallel([r.timing(y, {
1320
1541
  toValue: 0,
1321
1542
  duration: u,
1322
1543
  useNativeDriver: !0
1323
- }), n.timing(b, {
1544
+ }), r.timing(b, {
1324
1545
  toValue: 20,
1325
1546
  duration: u,
1326
1547
  useNativeDriver: !0
1327
1548
  })]).start(() => {
1328
- _ || g(!1);
1549
+ _ || h(!1);
1329
1550
  });
1330
- }, te = (e) => {
1551
+ }, C = (e) => {
1331
1552
  let t = e.nativeEvent.contentOffset.y;
1332
1553
  if (_) {
1333
- t <= r && (g(!1), v(!1));
1554
+ t <= n && (h(!1), v(!1));
1334
1555
  return;
1335
1556
  }
1336
- t > r && !h ? (g(!0), x()) : t <= r && h && S();
1337
- }, C = () => {
1557
+ t > n && !p ? (h(!0), x()) : t <= n && p && S();
1558
+ }, w = () => {
1338
1559
  v(!0), S(), setTimeout(() => {
1339
1560
  if (l?.current) {
1340
1561
  let e = l.current;
1341
1562
  "scrollToOffset" in e && typeof e.scrollToOffset == "function" ? e.scrollToOffset({
1342
1563
  offset: 0,
1343
- animated: o !== "auto"
1564
+ animated: a !== "auto"
1344
1565
  }) : "scrollTo" in e && typeof e.scrollTo == "function" && e.scrollTo({
1345
1566
  y: 0,
1346
- animated: o !== "auto"
1567
+ animated: a !== "auto"
1347
1568
  });
1348
1569
  }
1349
- (a.OS === "ios" || a.OS === "android") && t.announceForAccessibility("Scrolled to top");
1570
+ (s.OS === "ios" || s.OS === "android") && t.announceForAccessibility("Scrolled to top");
1350
1571
  }, i);
1351
1572
  };
1352
- return e.useImperativeHandle(p, () => ({
1353
- handleScroll: te,
1354
- scrollToTop: C
1355
- })), !h && !_ ? null : /* @__PURE__ */ m(f, {
1573
+ return e.useImperativeHandle(f, () => ({
1574
+ handleScroll: C,
1575
+ scrollToTop: w
1576
+ })), !p && !_ ? null : /* @__PURE__ */ g(m, {
1356
1577
  pointerEvents: "box-none",
1357
1578
  style: {
1358
1579
  position: "absolute",
@@ -1360,19 +1581,19 @@ var ei = e.forwardRef(({ threshold: r = 240, exitDuration: i = 450, behavior: o,
1360
1581
  right: 24,
1361
1582
  zIndex: 50
1362
1583
  },
1363
- children: /* @__PURE__ */ m(n.View, {
1584
+ children: /* @__PURE__ */ g(r.View, {
1364
1585
  style: {
1365
1586
  opacity: y,
1366
1587
  transform: [{ translateY: b }]
1367
1588
  },
1368
- children: /* @__PURE__ */ m(q, {
1589
+ children: /* @__PURE__ */ g(Y, {
1369
1590
  variant: "outline",
1370
1591
  size: "icon",
1371
- className: G("bg-background/80 h-12 w-12 rounded-full border-2 shadow-lg", c),
1372
- onPress: C,
1373
- "aria-label": s,
1592
+ className: J("bg-background/80 h-12 w-12 rounded-full border-2 shadow-lg", c),
1593
+ onPress: w,
1594
+ "aria-label": o,
1374
1595
  ...d,
1375
- children: /* @__PURE__ */ m(ee, {
1596
+ children: /* @__PURE__ */ g(ee, {
1376
1597
  size: 24,
1377
1598
  className: "text-foreground"
1378
1599
  })
@@ -1380,24 +1601,24 @@ var ei = e.forwardRef(({ threshold: r = 240, exitDuration: i = 450, behavior: o,
1380
1601
  })
1381
1602
  });
1382
1603
  });
1383
- ei.displayName = "ScrollToTop";
1604
+ vi.displayName = "ScrollToTop";
1384
1605
  //#endregion
1385
1606
  //#region src/support-fab.tsx
1386
- var ti = (e) => {
1607
+ var yi = (e) => {
1387
1608
  let t = e.trim();
1388
1609
  return t.endsWith("/") ? t.slice(0, -1) : t;
1389
- }, ni = (e) => e.trim().replace(/^@+/, ""), ri = (e, t) => `${ti(e)}/${encodeURIComponent(ni(t))}`;
1390
- function ii({ supportUrl: t = "https://www.buymeacoffee.com", creatorId: n, title: i = "Buy me a coffee", description: a = "Support the project directly from this panel.", open: o, defaultOpen: s = !1, onOpenChange: c, positionClassName: l, buttonClassName: u, panelClassName: d, className: g, ..._ }) {
1391
- let v = o !== void 0, [ee, y] = e.useState(s), b = v ? o : ee, x = e.useCallback((e) => {
1392
- v || y(e), c?.(e);
1393
- }, [v, c]), S = e.useMemo(() => ri(t, n), [n, t]), te = e.useCallback(async () => {
1610
+ }, bi = (e) => e.trim().replace(/^@+/, ""), xi = (e, t) => `${yi(e)}/${encodeURIComponent(bi(t))}`;
1611
+ function Si({ supportUrl: t = "https://www.buymeacoffee.com", creatorId: n, title: r = "Buy me a coffee", description: i = "Support the project directly from this panel.", open: o, defaultOpen: s = !1, onOpenChange: c, positionClassName: l, buttonClassName: u, panelClassName: d, className: f, ...p }) {
1612
+ let v = o !== void 0, [y, b] = e.useState(s), x = v ? o : y, S = e.useCallback((e) => {
1613
+ v || b(e), c?.(e);
1614
+ }, [v, c]), ee = e.useMemo(() => xi(t, n), [n, t]), C = e.useCallback(async () => {
1394
1615
  try {
1395
- await r.openURL(S);
1616
+ await a.openURL(ee);
1396
1617
  } catch (e) {
1397
1618
  console.warn("Failed to open external link:", e);
1398
1619
  }
1399
- }, [S]);
1400
- return /* @__PURE__ */ h(p, { children: [/* @__PURE__ */ m(f, {
1620
+ }, [ee]);
1621
+ return /* @__PURE__ */ _(h, { children: [/* @__PURE__ */ g(m, {
1401
1622
  style: {
1402
1623
  position: "absolute",
1403
1624
  bottom: 24,
@@ -1405,30 +1626,30 @@ function ii({ supportUrl: t = "https://www.buymeacoffee.com", creatorId: n, titl
1405
1626
  zIndex: 50
1406
1627
  },
1407
1628
  className: l,
1408
- children: /* @__PURE__ */ m(q, {
1629
+ children: /* @__PURE__ */ g(Y, {
1409
1630
  variant: "outline",
1410
1631
  size: "icon",
1411
- className: G("h-14 w-14 rounded-full border border-black/15 bg-[#ffdd00] shadow-lg", u, g),
1412
- onPress: () => x(!0),
1632
+ className: J("h-14 w-14 rounded-full border border-black/15 bg-[#ffdd00] shadow-lg", u, f),
1633
+ onPress: () => S(!0),
1413
1634
  "aria-label": "Support this project",
1414
- ..._,
1415
- children: /* @__PURE__ */ m(ne, {
1635
+ ...p,
1636
+ children: /* @__PURE__ */ g(re, {
1416
1637
  size: 24,
1417
1638
  className: "text-black"
1418
1639
  })
1419
1640
  })
1420
- }), /* @__PURE__ */ m(fn, {
1421
- open: b,
1422
- onOpenChange: x,
1423
- children: /* @__PURE__ */ h(_n, {
1424
- className: G("max-w-sm", d),
1425
- children: [/* @__PURE__ */ h(vn, { children: [/* @__PURE__ */ m(bn, { children: i }), /* @__PURE__ */ m(xn, { children: a })] }), /* @__PURE__ */ h(f, {
1641
+ }), /* @__PURE__ */ g(bn, {
1642
+ open: x,
1643
+ onOpenChange: S,
1644
+ children: /* @__PURE__ */ _(Tn, {
1645
+ className: J("max-w-sm", d),
1646
+ children: [/* @__PURE__ */ _(En, { children: [/* @__PURE__ */ g(On, { children: r }), /* @__PURE__ */ g(kn, { children: i })] }), /* @__PURE__ */ _(m, {
1426
1647
  className: "flex flex-col gap-4",
1427
- children: [/* @__PURE__ */ m(f, {
1648
+ children: [/* @__PURE__ */ g(m, {
1428
1649
  className: "overflow-hidden rounded-md border",
1429
- children: /* @__PURE__ */ m(f, {
1650
+ children: /* @__PURE__ */ g(m, {
1430
1651
  className: "bg-muted flex h-48 items-center justify-center",
1431
- children: /* @__PURE__ */ h(J, {
1652
+ children: /* @__PURE__ */ _(X, {
1432
1653
  className: "text-muted-foreground text-center text-sm",
1433
1654
  children: [
1434
1655
  "Embedded support form would appear here on web.",
@@ -1437,20 +1658,20 @@ function ii({ supportUrl: t = "https://www.buymeacoffee.com", creatorId: n, titl
1437
1658
  ]
1438
1659
  })
1439
1660
  })
1440
- }), /* @__PURE__ */ h(f, {
1661
+ }), /* @__PURE__ */ _(m, {
1441
1662
  className: "text-muted-foreground flex items-center justify-between gap-2 text-xs",
1442
- children: [/* @__PURE__ */ m(J, {
1663
+ children: [/* @__PURE__ */ g(X, {
1443
1664
  className: "text-muted-foreground flex-1 text-xs",
1444
1665
  children: "If the embedded checkout is unavailable, open the support page directly."
1445
- }), /* @__PURE__ */ h(q, {
1666
+ }), /* @__PURE__ */ _(Y, {
1446
1667
  variant: "outline",
1447
1668
  size: "sm",
1448
- onPress: te,
1669
+ onPress: C,
1449
1670
  className: "flex flex-row items-center gap-1",
1450
- children: [/* @__PURE__ */ m(J, {
1671
+ children: [/* @__PURE__ */ g(X, {
1451
1672
  className: "text-xs",
1452
1673
  children: "Open Buy Me a Coffee"
1453
- }), /* @__PURE__ */ m(re, {
1674
+ }), /* @__PURE__ */ g(ie, {
1454
1675
  size: 12,
1455
1676
  className: "text-muted-foreground"
1456
1677
  })]
@@ -1462,47 +1683,47 @@ function ii({ supportUrl: t = "https://www.buymeacoffee.com", creatorId: n, titl
1462
1683
  }
1463
1684
  //#endregion
1464
1685
  //#region src/separator.tsx
1465
- var ai = e.forwardRef(({ className: e, orientation: t = "horizontal", decorative: n = !0, ...r }, i) => /* @__PURE__ */ m(Oe.Root, {
1686
+ var Ci = e.forwardRef(({ className: e, orientation: t = "horizontal", decorative: n = !0, ...r }, i) => /* @__PURE__ */ g(Ne.Root, {
1466
1687
  ref: i,
1467
1688
  decorative: n,
1468
1689
  orientation: t,
1469
- className: G("bg-border shrink-0", t === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]", e),
1690
+ className: J("bg-border shrink-0", t === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]", e),
1470
1691
  ...r
1471
1692
  }));
1472
- ai.displayName = Oe.Root?.displayName || "Separator";
1693
+ Ci.displayName = Ne.Root?.displayName || "Separator";
1473
1694
  //#endregion
1474
1695
  //#region src/sheet.tsx
1475
- var oi = M.Root, si = M.Trigger, ci = M.Close, li = M.Portal, ui = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(M.Overlay, {
1476
- style: a.OS === "web" ? void 0 : c.absoluteFill,
1696
+ var wi = F.Root, Ti = F.Trigger, Ei = F.Close, Di = F.Portal, Oi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(F.Overlay, {
1697
+ style: s.OS === "web" ? void 0 : u.absoluteFill,
1477
1698
  asChild: !0,
1478
1699
  ref: n,
1479
1700
  ...t,
1480
- children: /* @__PURE__ */ m(w.View, {
1481
- entering: T.duration(150),
1482
- exiting: E.duration(150),
1483
- className: G("web:cursor-default absolute inset-0 z-50 bg-black/80", e)
1701
+ children: /* @__PURE__ */ g(D.View, {
1702
+ entering: O.duration(150),
1703
+ exiting: k.duration(150),
1704
+ className: J("web:cursor-default absolute inset-0 z-50 bg-black/80", e)
1484
1705
  })
1485
1706
  }));
1486
- ui.displayName = M.Overlay?.displayName || "SheetOverlay";
1487
- var di = e.forwardRef(({ className: e, children: t, side: n = "right", overlayClassName: r, overlayStyle: i, ...o }, s) => {
1488
- let c = a.OS === "web", l = c ? void 0 : me, u = c ? void 0 : ge;
1489
- return /* @__PURE__ */ h(li, { children: [/* @__PURE__ */ m(ui, {
1707
+ Oi.displayName = F.Overlay?.displayName || "SheetOverlay";
1708
+ var ki = e.forwardRef(({ className: e, children: t, side: n = "right", overlayClassName: r, overlayStyle: i, ...a }, o) => {
1709
+ let c = s.OS === "web", l = c ? void 0 : ge, u = c ? void 0 : ve;
1710
+ return /* @__PURE__ */ _(Di, { children: [/* @__PURE__ */ g(Oi, {
1490
1711
  className: r,
1491
1712
  style: i
1492
- }), /* @__PURE__ */ m(M.Content, {
1493
- ref: s,
1713
+ }), /* @__PURE__ */ g(F.Content, {
1714
+ ref: o,
1494
1715
  asChild: !0,
1495
- ...o,
1496
- children: /* @__PURE__ */ h(w.View, {
1716
+ ...a,
1717
+ children: /* @__PURE__ */ _(D.View, {
1497
1718
  entering: l,
1498
1719
  exiting: u,
1499
- className: G("bg-background web:cursor-default web:duration-200 web:ease-in-out absolute z-50 h-full w-3/4 gap-4 p-6 shadow-lg", n === "right" && "border-border data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right top-0 right-0 border-l", n === "left" && "border-border data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left top-0 left-0 border-r", n === "top" && "border-border data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top top-0 w-full border-b", n === "bottom" && "border-border data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom bottom-0 w-full border-t", e),
1500
- children: [t, /* @__PURE__ */ h(M.Close, {
1501
- className: G("ring-offset-background focus:ring-ring data-[state=open]:bg-secondary absolute top-4 right-4 rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:pointer-events-none", "web:absolute web:right-4 web:top-4"),
1502
- children: [/* @__PURE__ */ m(ce, {
1720
+ className: J("bg-background web:cursor-default web:duration-200 web:ease-in-out absolute z-50 h-full w-3/4 gap-4 p-6 shadow-lg", n === "right" && "border-border data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right top-0 right-0 border-l", n === "left" && "border-border data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left top-0 left-0 border-r", n === "top" && "border-border data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top top-0 w-full border-b", n === "bottom" && "border-border data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom bottom-0 w-full border-t", e),
1721
+ children: [t, /* @__PURE__ */ _(F.Close, {
1722
+ className: J("ring-offset-background focus:ring-ring data-[state=open]:bg-secondary absolute top-4 right-4 rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:pointer-events-none", "web:absolute web:right-4 web:top-4"),
1723
+ children: [/* @__PURE__ */ g(ue, {
1503
1724
  size: 24,
1504
1725
  className: "text-muted-foreground"
1505
- }), /* @__PURE__ */ m(J, {
1726
+ }), /* @__PURE__ */ g(X, {
1506
1727
  className: "sr-only",
1507
1728
  children: "Close"
1508
1729
  })]
@@ -1510,48 +1731,48 @@ var di = e.forwardRef(({ className: e, children: t, side: n = "right", overlayCl
1510
1731
  })
1511
1732
  })] });
1512
1733
  });
1513
- di.displayName = M.Content?.displayName || "SheetContent";
1514
- var fi = ({ className: e, ...t }) => /* @__PURE__ */ m(f, {
1515
- className: G("flex flex-col space-y-2 text-center sm:text-left", e),
1734
+ ki.displayName = F.Content?.displayName || "SheetContent";
1735
+ var Ai = ({ className: e, ...t }) => /* @__PURE__ */ g(m, {
1736
+ className: J("flex flex-col space-y-2 text-center sm:text-left", e),
1516
1737
  ...t
1517
1738
  });
1518
- fi.displayName = "SheetHeader";
1519
- var pi = ({ className: e, ...t }) => /* @__PURE__ */ m(f, {
1520
- className: G("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", e),
1739
+ Ai.displayName = "SheetHeader";
1740
+ var ji = ({ className: e, ...t }) => /* @__PURE__ */ g(m, {
1741
+ className: J("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", e),
1521
1742
  ...t
1522
1743
  });
1523
- pi.displayName = "SheetFooter";
1524
- var mi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(M.Title, {
1744
+ ji.displayName = "SheetFooter";
1745
+ var Mi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(F.Title, {
1525
1746
  ref: n,
1526
- className: G("text-foreground text-lg font-semibold", e),
1747
+ className: J("text-foreground text-lg font-semibold", e),
1527
1748
  ...t
1528
1749
  }));
1529
- mi.displayName = M.Title?.displayName || "SheetTitle";
1530
- var hi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(M.Description, {
1750
+ Mi.displayName = F.Title?.displayName || "SheetTitle";
1751
+ var Ni = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(F.Description, {
1531
1752
  ref: n,
1532
- className: G("text-muted-foreground text-sm", e),
1753
+ className: J("text-muted-foreground text-sm", e),
1533
1754
  ...t
1534
1755
  }));
1535
- hi.displayName = M.Description?.displayName || "SheetDescription";
1756
+ Ni.displayName = F.Description?.displayName || "SheetDescription";
1536
1757
  //#endregion
1537
1758
  //#region src/skeleton.tsx
1538
- function gi({ className: t, ...n }) {
1539
- let r = be(.5);
1759
+ function Pi({ className: t, ...n }) {
1760
+ let r = Se(.5);
1540
1761
  e.useEffect(() => {
1541
- r.value = xe(Se(D(.2, { duration: 500 }), D(.5, { duration: 500 })), -1, !0);
1762
+ r.value = Ce(we(A(.2, { duration: 500 }), A(.5, { duration: 500 })), -1, !0);
1542
1763
  }, []);
1543
- let i = ve(() => ({ opacity: r.value }));
1544
- return /* @__PURE__ */ m(w.View, {
1545
- className: G("bg-muted rounded-md", t),
1764
+ let i = be(() => ({ opacity: r.value }));
1765
+ return /* @__PURE__ */ g(D.View, {
1766
+ className: J("bg-muted rounded-md", t),
1546
1767
  style: i,
1547
1768
  ...n
1548
1769
  });
1549
1770
  }
1550
1771
  //#endregion
1551
1772
  //#region src/slider.tsx
1552
- var _i = ({ className: e, value: t, onValueChange: n, defaultValue: r, min: i = 0, max: a = 100, step: o = 1, disabled: s = !1, ...c }) => {
1773
+ var Fi = ({ className: e, value: t, onValueChange: n, defaultValue: r, min: i = 0, max: a = 100, step: o = 1, disabled: s = !1, ...c }) => {
1553
1774
  let l = t === void 0 ? i : t[0];
1554
- return /* @__PURE__ */ h(z.Root, {
1775
+ return /* @__PURE__ */ _(H.Root, {
1555
1776
  value: l,
1556
1777
  onValueChange: (e) => {
1557
1778
  n && n(Array.isArray(e) ? e : [e]);
@@ -1560,126 +1781,169 @@ var _i = ({ className: e, value: t, onValueChange: n, defaultValue: r, min: i =
1560
1781
  max: a,
1561
1782
  step: o,
1562
1783
  disabled: s,
1563
- className: G("relative flex w-full touch-none items-center select-none", s && "opacity-50", e),
1784
+ className: J("relative flex w-full touch-none items-center select-none", s && "opacity-50", e),
1564
1785
  ...c,
1565
- children: [/* @__PURE__ */ m(z.Track, {
1786
+ children: [/* @__PURE__ */ g(H.Track, {
1566
1787
  className: "bg-secondary relative h-2 w-full grow rounded-full",
1567
- children: /* @__PURE__ */ m(z.Range, { className: "bg-primary absolute h-full rounded-full" })
1568
- }), /* @__PURE__ */ m(z.Thumb, { className: "border-primary bg-background focus-visible:ring-ring block h-5 w-5 rounded-full border-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none" })]
1788
+ children: /* @__PURE__ */ g(H.Range, { className: "bg-primary absolute h-full rounded-full" })
1789
+ }), /* @__PURE__ */ g(H.Thumb, { className: "border-primary bg-background focus-visible:ring-ring block h-5 w-5 rounded-full border-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none" })]
1569
1790
  });
1570
1791
  };
1571
- _i.displayName = "Slider";
1792
+ Fi.displayName = "Slider";
1793
+ //#endregion
1794
+ //#region src/toast.tsx
1795
+ var Ii = ({ children: e }) => /* @__PURE__ */ g(h, { children: e }), Li = () => null, Ri = e.forwardRef(({ className: e, variant: t = "default", ...n }, r) => /* @__PURE__ */ g(U.Root, {
1796
+ ref: r,
1797
+ className: J("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", t === "default" ? "border-border bg-background" : "border-destructive bg-destructive", e),
1798
+ ...n,
1799
+ children: /* @__PURE__ */ g(D.View, {
1800
+ entering: fe,
1801
+ exiting: pe,
1802
+ layout: me,
1803
+ className: "w-full flex-row items-center",
1804
+ children: n.children
1805
+ })
1806
+ }));
1807
+ Ri.displayName = U.Root?.displayName || "Toast";
1808
+ var zi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(U.Title, {
1809
+ ref: n,
1810
+ className: J("text-foreground text-sm font-semibold", e),
1811
+ ...t
1812
+ }));
1813
+ zi.displayName = U.Title?.displayName || "ToastTitle";
1814
+ var Bi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(U.Description, {
1815
+ ref: n,
1816
+ className: J("text-muted-foreground text-sm opacity-90", e),
1817
+ ...t
1818
+ }));
1819
+ Bi.displayName = U.Description?.displayName || "ToastDescription";
1820
+ var Vi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(U.Close, {
1821
+ ref: n,
1822
+ className: J("text-foreground/50 hover:text-foreground absolute top-1 right-1 rounded-md p-1 opacity-0 transition-opacity group-hover:opacity-100 focus:opacity-100 focus:ring-1 focus:outline-none", e),
1823
+ ...t,
1824
+ children: /* @__PURE__ */ g(ue, {
1825
+ size: 16,
1826
+ className: "text-muted-foreground"
1827
+ })
1828
+ }));
1829
+ Vi.displayName = U.Close?.displayName || "ToastClose";
1830
+ var Hi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(U.Action, {
1831
+ ref: n,
1832
+ className: J("hover:bg-secondary focus:ring-ring inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium transition-colors focus:ring-1 focus:outline-none disabled:pointer-events-none disabled:opacity-50", e),
1833
+ ...t
1834
+ }));
1835
+ Hi.displayName = U.Action?.displayName || "ToastAction";
1572
1836
  //#endregion
1573
1837
  //#region src/sonner.tsx
1574
- var vi = ({ className: e }) => /* @__PURE__ */ m(f, { className: e }), yi = e.forwardRef(({ className: e, checked: t, onCheckedChange: n, ...r }, i) => /* @__PURE__ */ m(ke.Root, {
1575
- className: G("peer focus-visible:ring-ring focus-visible:ring-offset-background data-[state=checked]:bg-primary data-[state=unchecked]:bg-input inline-flex h-6 w-11 shrink-0 cursor-pointer flex-row items-center rounded-full border-2 border-transparent transition-colors focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50", e),
1838
+ var Ui = () => /* @__PURE__ */ g(Ii, { children: /* @__PURE__ */ g(Li, {}) }), Wi = e.forwardRef(({ className: e, checked: t, onCheckedChange: n, ...r }, i) => /* @__PURE__ */ g(Pe.Root, {
1839
+ className: J("peer focus-visible:ring-ring focus-visible:ring-offset-background data-[state=checked]:bg-primary data-[state=unchecked]:bg-input inline-flex h-6 w-11 shrink-0 cursor-pointer flex-row items-center rounded-full border-2 border-transparent transition-colors focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50", e),
1576
1840
  ...r,
1577
1841
  checked: t ?? !1,
1578
1842
  onCheckedChange: n || (() => {}),
1579
1843
  ref: i,
1580
- children: /* @__PURE__ */ m(ke.Thumb, { className: G("bg-background pointer-events-none block h-5 w-5 rounded-full shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0") })
1844
+ children: /* @__PURE__ */ g(Pe.Thumb, { className: J("bg-background pointer-events-none block h-5 w-5 rounded-full shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0") })
1581
1845
  }));
1582
- yi.displayName = ke.Root?.displayName || "Switch";
1846
+ Wi.displayName = Pe.Root?.displayName || "Switch";
1583
1847
  //#endregion
1584
1848
  //#region src/table.tsx
1585
- var bi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(f, {
1849
+ var Gi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(m, {
1586
1850
  ref: n,
1587
- className: G("w-full caption-bottom text-sm", e),
1851
+ className: J("w-full caption-bottom text-sm", e),
1588
1852
  ...t
1589
1853
  }));
1590
- bi.displayName = "Table";
1591
- var xi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(f, {
1854
+ Gi.displayName = "Table";
1855
+ var Ki = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(m, {
1592
1856
  ref: n,
1593
- className: G("border-border border-b", e),
1857
+ className: J("border-border border-b", e),
1594
1858
  ...t
1595
1859
  }));
1596
- xi.displayName = "TableHeader";
1597
- var Si = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(f, {
1860
+ Ki.displayName = "TableHeader";
1861
+ var qi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(m, {
1598
1862
  ref: n,
1599
- className: G("flex-1", e),
1863
+ className: J("flex-1", e),
1600
1864
  ...t
1601
1865
  }));
1602
- Si.displayName = "TableBody";
1603
- var Ci = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(f, {
1866
+ qi.displayName = "TableBody";
1867
+ var Ji = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(m, {
1604
1868
  ref: n,
1605
- className: G("bg-muted/50 font-medium [&>tr]:last:border-b-0", e),
1869
+ className: J("bg-muted/50 font-medium [&>tr]:last:border-b-0", e),
1606
1870
  ...t
1607
1871
  }));
1608
- Ci.displayName = "TableFooter";
1609
- var wi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(f, {
1872
+ Ji.displayName = "TableFooter";
1873
+ var Yi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(m, {
1610
1874
  ref: n,
1611
- className: G("border-border hover:bg-muted/50 data-[state=selected]:bg-muted flex-row border-b transition-colors", e),
1875
+ className: J("border-border hover:bg-muted/50 data-[state=selected]:bg-muted flex-row border-b transition-colors", e),
1612
1876
  ...t
1613
1877
  }));
1614
- wi.displayName = "TableRow";
1615
- var Ti = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(J, {
1878
+ Yi.displayName = "TableRow";
1879
+ var Xi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(X, {
1616
1880
  ref: n,
1617
- className: G("text-muted-foreground h-12 px-4 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0", e),
1881
+ className: J("text-muted-foreground h-12 px-4 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0", e),
1618
1882
  ...t
1619
1883
  }));
1620
- Ti.displayName = "TableHead";
1621
- var Ei = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(J, {
1884
+ Xi.displayName = "TableHead";
1885
+ var Zi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(X, {
1622
1886
  ref: n,
1623
- className: G("p-4 align-middle [&:has([role=checkbox])]:pr-0", e),
1887
+ className: J("p-4 align-middle [&:has([role=checkbox])]:pr-0", e),
1624
1888
  ...t
1625
1889
  }));
1626
- Ei.displayName = "TableCell";
1627
- var Di = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(J, {
1890
+ Zi.displayName = "TableCell";
1891
+ var Qi = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(X, {
1628
1892
  ref: n,
1629
- className: G("text-muted-foreground mt-4 text-sm", e),
1893
+ className: J("text-muted-foreground mt-4 text-sm", e),
1630
1894
  ...t
1631
1895
  }));
1632
- Di.displayName = "TableCaption";
1896
+ Qi.displayName = "TableCaption";
1633
1897
  //#endregion
1634
1898
  //#region src/tabs.tsx
1635
- var Oi = e.forwardRef((e, t) => /* @__PURE__ */ m(B.Root, {
1899
+ var $i = e.forwardRef((e, t) => /* @__PURE__ */ g(W.Root, {
1636
1900
  ref: t,
1637
1901
  ...e
1638
1902
  }));
1639
- Oi.displayName = "Tabs";
1640
- var ki = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(B.List, {
1903
+ $i.displayName = "Tabs";
1904
+ var ea = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(W.List, {
1641
1905
  ref: n,
1642
- className: G("bg-muted text-muted-foreground inline-flex h-10 flex-row items-center justify-center rounded-md p-1", e),
1906
+ className: J("bg-muted text-muted-foreground inline-flex h-10 flex-row items-center justify-center rounded-md p-1", e),
1643
1907
  ...t
1644
1908
  }));
1645
- ki.displayName = B.List?.displayName || "TabsList";
1646
- var Ai = e.forwardRef(({ className: e, ...t }, n) => {
1647
- let { value: r } = B.useRootContext();
1648
- return /* @__PURE__ */ m(lt.Provider, {
1649
- value: G("text-sm native:text-base font-medium text-muted-foreground web:transition-all", r === t.value && "text-foreground"),
1650
- children: /* @__PURE__ */ m(B.Trigger, {
1909
+ ea.displayName = W.List?.displayName || "TabsList";
1910
+ var ta = e.forwardRef(({ className: e, ...t }, n) => {
1911
+ let { value: r } = W.useRootContext();
1912
+ return /* @__PURE__ */ g(ht.Provider, {
1913
+ value: J("text-sm native:text-base font-medium text-muted-foreground web:transition-all", r === t.value && "text-foreground"),
1914
+ children: /* @__PURE__ */ g(W.Trigger, {
1651
1915
  ref: n,
1652
- className: G("ring-offset-background focus-visible:ring-ring inline-flex items-center justify-center rounded-sm px-3 py-1.5 text-sm font-medium whitespace-nowrap transition-all focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50", t.disabled && "opacity-50", r === t.value && "bg-background shadow-foreground/10 shadow-sm", e),
1916
+ className: J("ring-offset-background focus-visible:ring-ring inline-flex items-center justify-center rounded-sm px-3 py-1.5 text-sm font-medium whitespace-nowrap transition-all focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50", t.disabled && "opacity-50", r === t.value && "bg-background shadow-foreground/10 shadow-sm", e),
1653
1917
  ...t
1654
1918
  })
1655
1919
  });
1656
1920
  });
1657
- Ai.displayName = B.Trigger?.displayName || "TabsTrigger";
1658
- var ji = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(B.Content, {
1921
+ ta.displayName = W.Trigger?.displayName || "TabsTrigger";
1922
+ var na = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ g(W.Content, {
1659
1923
  ref: n,
1660
- className: G("ring-offset-background focus-visible:ring-ring mt-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none", e),
1924
+ className: J("ring-offset-background focus-visible:ring-ring mt-2 focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none", e),
1661
1925
  ...t
1662
1926
  }));
1663
- ji.displayName = B.Content?.displayName || "TabsContent";
1927
+ na.displayName = W.Content?.displayName || "TabsContent";
1664
1928
  //#endregion
1665
1929
  //#region src/textarea.tsx
1666
- var Mi = e.forwardRef(({ className: e, placeholderClassName: t, ...n }, r) => /* @__PURE__ */ m(u, {
1930
+ var ra = e.forwardRef(({ className: e, placeholderClassName: t, ...n }, r) => /* @__PURE__ */ g(f, {
1667
1931
  ref: r,
1668
1932
  multiline: !0,
1669
1933
  numberOfLines: n.numberOfLines || 3,
1670
- className: G("border-input bg-background text-foreground placeholder:text-muted-foreground focus:border-ring flex min-h-[80px] w-full rounded-md border px-3 py-2 text-base shadow-sm transition-colors disabled:opacity-50", e),
1671
- placeholderClassName: G("text-muted-foreground", t),
1934
+ className: J("border-input bg-background text-foreground placeholder:text-muted-foreground focus:border-ring flex min-h-[80px] w-full rounded-md border px-3 py-2 text-base shadow-sm transition-colors disabled:opacity-50", e),
1935
+ placeholderClassName: J("text-muted-foreground", t),
1672
1936
  textAlignVertical: "top",
1673
1937
  ...n
1674
1938
  }));
1675
- Mi.displayName = "Textarea";
1939
+ ra.displayName = "Textarea";
1676
1940
  //#endregion
1677
1941
  //#region src/toggle.tsx
1678
- var Ni = e.forwardRef(({ className: e, variant: t, size: n, ...r }, i) => /* @__PURE__ */ m(lt.Provider, {
1679
- value: G("text-sm native:text-base text-foreground font-medium", r.pressed && "text-accent-foreground", e),
1680
- children: /* @__PURE__ */ m(je.Root, {
1942
+ var ia = e.forwardRef(({ className: e, variant: t, size: n, ...r }, i) => /* @__PURE__ */ g(ht.Provider, {
1943
+ value: J("text-sm native:text-base text-foreground font-medium", r.pressed && "text-accent-foreground", e),
1944
+ children: /* @__PURE__ */ g(Ie.Root, {
1681
1945
  ref: i,
1682
- className: G(Ae({
1946
+ className: J(Fe({
1683
1947
  variant: t,
1684
1948
  size: n,
1685
1949
  className: e
@@ -1689,20 +1953,20 @@ var Ni = e.forwardRef(({ className: e, variant: t, size: n, ...r }, i) => /* @__
1689
1953
  onPressedChange: r.onPressedChange || (() => {})
1690
1954
  })
1691
1955
  }));
1692
- Ni.displayName = je.Root?.displayName || "Toggle";
1956
+ ia.displayName = Ie.Root?.displayName || "Toggle";
1693
1957
  //#endregion
1694
1958
  //#region src/toggle-group.tsx
1695
- var Pi = e.createContext({
1959
+ var aa = e.createContext({
1696
1960
  size: "default",
1697
1961
  variant: "default"
1698
- }), Fi = e.forwardRef(({ className: e, variant: t, size: n, children: r, type: i, value: a, onValueChange: o, ...s }, c) => /* @__PURE__ */ m(V.Root, {
1962
+ }), oa = e.forwardRef(({ className: e, variant: t, size: n, children: r, type: i, value: a, onValueChange: o, ...s }, c) => /* @__PURE__ */ g(G.Root, {
1699
1963
  ref: c,
1700
1964
  type: i,
1701
1965
  value: a,
1702
1966
  onValueChange: o,
1703
- className: G("flex flex-row items-center justify-center gap-1", e),
1967
+ className: J("flex flex-row items-center justify-center gap-1", e),
1704
1968
  ...s,
1705
- children: /* @__PURE__ */ m(Pi.Provider, {
1969
+ children: /* @__PURE__ */ g(aa.Provider, {
1706
1970
  value: {
1707
1971
  variant: t,
1708
1972
  size: n
@@ -1710,15 +1974,15 @@ var Pi = e.createContext({
1710
1974
  children: r
1711
1975
  })
1712
1976
  }));
1713
- Fi.displayName = V.Root?.displayName || "ToggleGroup";
1714
- var Ii = e.forwardRef(({ className: t, children: n, variant: r, size: i, value: a, ...o }, s) => {
1715
- let c = e.useContext(Pi);
1716
- return /* @__PURE__ */ m(lt.Provider, {
1717
- value: G("text-sm native:text-base text-foreground font-medium", o.disabled && "web:cursor-not-allowed opacity-50", a === "" && "text-accent-foreground", t),
1718
- children: /* @__PURE__ */ m(V.Item, {
1977
+ oa.displayName = G.Root?.displayName || "ToggleGroup";
1978
+ var sa = e.forwardRef(({ className: t, children: n, variant: r, size: i, value: a, ...o }, s) => {
1979
+ let c = e.useContext(aa);
1980
+ return /* @__PURE__ */ g(ht.Provider, {
1981
+ value: J("text-sm native:text-base text-foreground font-medium", o.disabled && "web:cursor-not-allowed opacity-50", a === "" && "text-accent-foreground", t),
1982
+ children: /* @__PURE__ */ g(G.Item, {
1719
1983
  ref: s,
1720
1984
  value: a,
1721
- className: G(Ae({
1985
+ className: J(Fe({
1722
1986
  variant: c.variant || r,
1723
1987
  size: c.size || i
1724
1988
  }), t),
@@ -1727,60 +1991,60 @@ var Ii = e.forwardRef(({ className: t, children: n, variant: r, size: i, value:
1727
1991
  })
1728
1992
  });
1729
1993
  });
1730
- Ii.displayName = V.Item?.displayName || "ToggleGroupItem";
1994
+ sa.displayName = G.Item?.displayName || "ToggleGroupItem";
1731
1995
  //#endregion
1732
1996
  //#region src/tooltip.tsx
1733
- var Li = H.Root, Ri = H.Trigger, zi = e.forwardRef(({ className: e, portalHost: t, ...n }, r) => /* @__PURE__ */ m(H.Portal, {
1997
+ var ca = K.Root, la = K.Trigger, ua = e.forwardRef(({ className: e, portalHost: t, ...n }, r) => /* @__PURE__ */ g(K.Portal, {
1734
1998
  hostName: t,
1735
- children: /* @__PURE__ */ m(H.Overlay, {
1736
- style: a.OS === "web" ? void 0 : c.absoluteFill,
1737
- children: /* @__PURE__ */ m(w.View, {
1738
- entering: T,
1739
- exiting: E,
1740
- className: G("border-border bg-popover web:animate-in web:fade-in-0 web: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 z-50 overflow-hidden rounded-md border px-3 py-1.5 shadow-md", e),
1741
- children: /* @__PURE__ */ m(J, {
1999
+ children: /* @__PURE__ */ g(K.Overlay, {
2000
+ style: s.OS === "web" ? void 0 : u.absoluteFill,
2001
+ children: /* @__PURE__ */ g(D.View, {
2002
+ entering: O,
2003
+ exiting: k,
2004
+ className: J("border-border bg-popover web:animate-in web:fade-in-0 web: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 z-50 overflow-hidden rounded-md border px-3 py-1.5 shadow-md", e),
2005
+ children: /* @__PURE__ */ g(X, {
1742
2006
  className: "text-popover-foreground native:text-base text-sm",
1743
2007
  children: n.children
1744
2008
  })
1745
2009
  })
1746
2010
  })
1747
2011
  }));
1748
- zi.displayName = H.Content?.displayName || "TooltipContent";
1749
- var Bi = ({ children: e }) => /* @__PURE__ */ m(p, { children: e }), Vi = 5, Hi = 1e6, Z = {
2012
+ ua.displayName = K.Content?.displayName || "TooltipContent";
2013
+ var da = ({ children: e }) => /* @__PURE__ */ g(h, { children: e }), fa = 5, pa = 1e6, ma = {
1750
2014
  ADD_TOAST: "ADD_TOAST",
1751
2015
  UPDATE_TOAST: "UPDATE_TOAST",
1752
2016
  DISMISS_TOAST: "DISMISS_TOAST",
1753
2017
  REMOVE_TOAST: "REMOVE_TOAST"
1754
- }, Ui = 0;
1755
- function Wi() {
1756
- return Ui = (Ui + 1) % (2 ** 53 - 1), Ui.toString();
2018
+ }, ha = 0;
2019
+ function ga() {
2020
+ return ha = (ha + 1) % (2 ** 53 - 1), ha.toString();
1757
2021
  }
1758
- var Gi = /* @__PURE__ */ new Map(), Ki = (e) => {
1759
- if (Gi.has(e)) return;
2022
+ var _a = /* @__PURE__ */ new Map(), va = (e) => {
2023
+ if (_a.has(e)) return;
1760
2024
  let t = setTimeout(() => {
1761
- Gi.delete(e), $({
2025
+ _a.delete(e), Q({
1762
2026
  type: "REMOVE_TOAST",
1763
2027
  toastId: e
1764
2028
  });
1765
- }, Hi);
1766
- Gi.set(e, t);
1767
- }, qi = (e, t) => {
2029
+ }, pa);
2030
+ _a.set(e, t);
2031
+ }, ya = (e, t) => {
1768
2032
  switch (t.type) {
1769
- case Z.ADD_TOAST: return {
2033
+ case ma.ADD_TOAST: return {
1770
2034
  ...e,
1771
- toasts: [t.toast, ...e.toasts].slice(0, Vi)
2035
+ toasts: [t.toast, ...e.toasts].slice(0, fa)
1772
2036
  };
1773
- case Z.UPDATE_TOAST: return {
2037
+ case ma.UPDATE_TOAST: return {
1774
2038
  ...e,
1775
2039
  toasts: e.toasts.map((e) => e.id === t.toast.id ? {
1776
2040
  ...e,
1777
2041
  ...t.toast
1778
2042
  } : e)
1779
2043
  };
1780
- case Z.DISMISS_TOAST: {
2044
+ case ma.DISMISS_TOAST: {
1781
2045
  let { toastId: n } = t;
1782
- return n ? Ki(n) : e.toasts.forEach((e) => {
1783
- Ki(e.id);
2046
+ return n ? va(n) : e.toasts.forEach((e) => {
2047
+ va(e.id);
1784
2048
  }), {
1785
2049
  ...e,
1786
2050
  toasts: e.toasts.map((e) => e.id === n || n === void 0 ? {
@@ -1789,7 +2053,7 @@ var Gi = /* @__PURE__ */ new Map(), Ki = (e) => {
1789
2053
  } : e)
1790
2054
  };
1791
2055
  }
1792
- case Z.REMOVE_TOAST: return t.toastId === void 0 ? {
2056
+ case ma.REMOVE_TOAST: return t.toastId === void 0 ? {
1793
2057
  ...e,
1794
2058
  toasts: []
1795
2059
  } : {
@@ -1797,24 +2061,24 @@ var Gi = /* @__PURE__ */ new Map(), Ki = (e) => {
1797
2061
  toasts: e.toasts.filter((e) => e.id !== t.toastId)
1798
2062
  };
1799
2063
  }
1800
- }, Q = [], Ji = { toasts: [] };
1801
- function $(e) {
1802
- Ji = qi(Ji, e), Q.forEach((e) => {
1803
- e(Ji);
2064
+ }, ba = [], xa = { toasts: [] };
2065
+ function Q(e) {
2066
+ xa = ya(xa, e), ba.forEach((e) => {
2067
+ e(xa);
1804
2068
  });
1805
2069
  }
1806
- function Yi({ ...e }) {
1807
- let t = Wi(), n = (e) => $({
2070
+ function Sa({ ...e }) {
2071
+ let t = ga(), n = (e) => Q({
1808
2072
  type: "UPDATE_TOAST",
1809
2073
  toast: {
1810
2074
  ...e,
1811
2075
  id: t
1812
2076
  }
1813
- }), r = () => $({
2077
+ }), r = () => Q({
1814
2078
  type: "DISMISS_TOAST",
1815
2079
  toastId: t
1816
2080
  });
1817
- return $({
2081
+ return Q({
1818
2082
  type: "ADD_TOAST",
1819
2083
  toast: {
1820
2084
  ...e,
@@ -1830,172 +2094,129 @@ function Yi({ ...e }) {
1830
2094
  update: n
1831
2095
  };
1832
2096
  }
1833
- function Xi() {
1834
- let [t, n] = e.useState(Ji);
1835
- return e.useEffect(() => (Q.push(n), () => {
1836
- let e = Q.indexOf(n);
1837
- e > -1 && Q.splice(e, 1);
2097
+ function Ca() {
2098
+ let [t, n] = e.useState(xa);
2099
+ return e.useEffect(() => (ba.push(n), () => {
2100
+ let e = ba.indexOf(n);
2101
+ e > -1 && ba.splice(e, 1);
1838
2102
  }), []), {
1839
2103
  ...t,
1840
- toast: Yi,
1841
- dismiss: (e) => $({
2104
+ toast: Sa,
2105
+ dismiss: (e) => Q({
1842
2106
  type: "DISMISS_TOAST",
1843
2107
  toastId: e
1844
2108
  })
1845
2109
  };
1846
2110
  }
1847
2111
  //#endregion
1848
- //#region src/toast.tsx
1849
- var Zi = ({ children: e }) => /* @__PURE__ */ m(p, { children: e }), Qi = e.forwardRef(({ className: e, variant: t = "default", ...n }, r) => /* @__PURE__ */ m(U.Root, {
1850
- ref: r,
1851
- className: G("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", t === "default" ? "border-border bg-background" : "border-destructive bg-destructive", e),
1852
- ...n,
1853
- children: /* @__PURE__ */ m(w.View, {
1854
- entering: ue,
1855
- exiting: de,
1856
- layout: fe,
1857
- className: "w-full flex-row items-center",
1858
- children: n.children
1859
- })
1860
- }));
1861
- Qi.displayName = U.Root?.displayName || "Toast";
1862
- var $i = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(U.Title, {
1863
- ref: n,
1864
- className: G("text-foreground text-sm font-semibold", e),
1865
- ...t
1866
- }));
1867
- $i.displayName = U.Title?.displayName || "ToastTitle";
1868
- var ea = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(U.Description, {
1869
- ref: n,
1870
- className: G("text-muted-foreground text-sm opacity-90", e),
1871
- ...t
1872
- }));
1873
- ea.displayName = U.Description?.displayName || "ToastDescription";
1874
- var ta = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(U.Close, {
1875
- ref: n,
1876
- className: G("text-foreground/50 hover:text-foreground absolute top-1 right-1 rounded-md p-1 opacity-0 transition-opacity group-hover:opacity-100 focus:opacity-100 focus:ring-1 focus:outline-none", e),
1877
- ...t,
1878
- children: /* @__PURE__ */ m(ce, {
1879
- size: 16,
1880
- className: "text-muted-foreground"
1881
- })
1882
- }));
1883
- ta.displayName = U.Close?.displayName || "ToastClose";
1884
- var na = e.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(U.Action, {
1885
- ref: n,
1886
- className: G("hover:bg-secondary focus:ring-ring inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium transition-colors focus:ring-1 focus:outline-none disabled:pointer-events-none disabled:opacity-50", e),
1887
- ...t
1888
- }));
1889
- na.displayName = U.Action?.displayName || "ToastAction";
1890
- //#endregion
1891
2112
  //#region src/theme-provider.tsx
1892
- function ra({ children: e, className: t }) {
1893
- let { colorScheme: n } = Me();
1894
- return /* @__PURE__ */ m(f, {
1895
- className: G("flex-1", n === "dark" ? "dark" : "", t),
2113
+ function wa({ children: e, className: t }) {
2114
+ let { colorScheme: n } = Le();
2115
+ return /* @__PURE__ */ g(m, {
2116
+ className: J("flex-1", n === "dark" ? "dark" : "", t),
1896
2117
  children: e
1897
2118
  });
1898
2119
  }
1899
2120
  //#endregion
1900
2121
  //#region src/hooks/use-theme.ts
1901
- function ia() {
1902
- let { colorScheme: e, setColorScheme: t } = Me(), n = e;
2122
+ function Ta() {
2123
+ let { colorScheme: e, setColorScheme: t } = Le(), n = e;
1903
2124
  return {
1904
2125
  theme: e,
1905
2126
  setTheme: t,
1906
2127
  resolvedTheme: n,
1907
- tokens: n === "dark" ? Ne.dark : Ne.light
2128
+ tokens: n === "dark" ? Re.dark : Re.light
1908
2129
  };
1909
2130
  }
1910
2131
  //#endregion
1911
2132
  //#region src/theme-toggle.tsx
1912
- function aa({ variant: e = "binary", onThemeChange: t, customTheme: n, className: r }) {
1913
- let { theme: i, setTheme: a, resolvedTheme: o } = ia(), s = n ?? i, c = (n || o) === "dark", l = s === "system", u = (e) => {
2133
+ function Ea({ variant: e = "binary", onThemeChange: t, customTheme: n, className: r }) {
2134
+ let { theme: i, setTheme: a, resolvedTheme: o } = Ta(), s = n ?? i, c = (n || o) === "dark", l = s === "system", u = (e) => {
1914
2135
  t ? t(e) : a(e);
1915
- }, d = () => /* @__PURE__ */ h(f, {
2136
+ }, d = () => /* @__PURE__ */ _(m, {
1916
2137
  className: "flex items-center justify-center",
1917
2138
  children: [
1918
- /* @__PURE__ */ m(oe, {
2139
+ /* @__PURE__ */ g(ce, {
1919
2140
  size: 18,
1920
- className: G("text-foreground transition-all", !l && !c ? "scale-100 rotate-0 opacity-100" : "absolute scale-0 -rotate-90 opacity-0")
2141
+ className: J("text-foreground transition-all", !l && !c ? "scale-100 rotate-0 opacity-100" : "absolute scale-0 -rotate-90 opacity-0")
1921
2142
  }),
1922
- /* @__PURE__ */ m(ie, {
2143
+ /* @__PURE__ */ g(ae, {
1923
2144
  size: 18,
1924
- className: G("text-foreground transition-all", !l && c ? "scale-100 rotate-0 opacity-100" : "absolute scale-0 rotate-90 opacity-0")
2145
+ className: J("text-foreground transition-all", !l && c ? "scale-100 rotate-0 opacity-100" : "absolute scale-0 rotate-90 opacity-0")
1925
2146
  }),
1926
- /* @__PURE__ */ m(se, {
2147
+ /* @__PURE__ */ g(le, {
1927
2148
  size: 18,
1928
- className: G("text-foreground transition-all", l ? "scale-100 rotate-0 opacity-100" : "absolute scale-0 rotate-90 opacity-0")
2149
+ className: J("text-foreground transition-all", l ? "scale-100 rotate-0 opacity-100" : "absolute scale-0 rotate-90 opacity-0")
1929
2150
  })
1930
2151
  ]
1931
2152
  });
1932
- return e === "ternary" ? /* @__PURE__ */ h(Mn, { children: [/* @__PURE__ */ m(Nn, {
2153
+ return e === "ternary" ? /* @__PURE__ */ _(Bn, { children: [/* @__PURE__ */ g(Vn, {
1933
2154
  asChild: !0,
1934
- children: /* @__PURE__ */ m(q, {
2155
+ children: /* @__PURE__ */ g(Y, {
1935
2156
  variant: "ghost",
1936
2157
  size: "icon",
1937
- className: G("relative h-9 w-9", r),
1938
- children: /* @__PURE__ */ m(d, {})
2158
+ className: J("relative h-9 w-9", r),
2159
+ children: /* @__PURE__ */ g(d, {})
1939
2160
  })
1940
- }), /* @__PURE__ */ h(zn, {
2161
+ }), /* @__PURE__ */ _(qn, {
1941
2162
  align: "end",
1942
2163
  children: [
1943
- /* @__PURE__ */ h(Y, {
2164
+ /* @__PURE__ */ _(Z, {
1944
2165
  onSelect: () => u("light"),
1945
- children: [/* @__PURE__ */ m(oe, {
2166
+ children: [/* @__PURE__ */ g(ce, {
1946
2167
  size: 14,
1947
2168
  className: "text-foreground mr-2"
1948
- }), /* @__PURE__ */ m(J, { children: "Light" })]
2169
+ }), /* @__PURE__ */ g(X, { children: "Light" })]
1949
2170
  }),
1950
- /* @__PURE__ */ h(Y, {
2171
+ /* @__PURE__ */ _(Z, {
1951
2172
  onSelect: () => u("dark"),
1952
- children: [/* @__PURE__ */ m(ie, {
2173
+ children: [/* @__PURE__ */ g(ae, {
1953
2174
  size: 14,
1954
2175
  className: "text-foreground mr-2"
1955
- }), /* @__PURE__ */ m(J, { children: "Dark" })]
2176
+ }), /* @__PURE__ */ g(X, { children: "Dark" })]
1956
2177
  }),
1957
- /* @__PURE__ */ h(Y, {
2178
+ /* @__PURE__ */ _(Z, {
1958
2179
  onSelect: () => u("system"),
1959
- children: [/* @__PURE__ */ m(se, {
2180
+ children: [/* @__PURE__ */ g(le, {
1960
2181
  size: 14,
1961
2182
  className: "text-foreground mr-2"
1962
- }), /* @__PURE__ */ m(J, { children: "System" })]
2183
+ }), /* @__PURE__ */ g(X, { children: "System" })]
1963
2184
  })
1964
2185
  ]
1965
- })] }) : /* @__PURE__ */ m(q, {
2186
+ })] }) : /* @__PURE__ */ g(Y, {
1966
2187
  variant: "ghost",
1967
2188
  size: "icon",
1968
- className: G("relative h-9 w-9", r),
2189
+ className: J("relative h-9 w-9", r),
1969
2190
  onPress: () => u(s === "dark" ? "light" : "dark"),
1970
- children: /* @__PURE__ */ m(d, {})
2191
+ children: /* @__PURE__ */ g(d, {})
1971
2192
  });
1972
2193
  }
1973
2194
  //#endregion
1974
2195
  //#region src/toaster.tsx
1975
- var oa = () => {
1976
- let { toasts: e } = Xi();
1977
- return /* @__PURE__ */ m(Zi, { children: /* @__PURE__ */ m(f, {
2196
+ var Da = () => {
2197
+ let { toasts: e } = Ca();
2198
+ return /* @__PURE__ */ g(Ii, { children: /* @__PURE__ */ g(m, {
1978
2199
  className: "pointer-events-none absolute right-6 bottom-6 left-6 z-50 flex flex-col gap-2",
1979
- children: e.map(({ id: e, title: t, description: n, action: r, ...i }) => /* @__PURE__ */ h(Qi, {
2200
+ children: e.map(({ id: e, title: t, description: n, action: r, ...i }) => /* @__PURE__ */ _(Ri, {
1980
2201
  ...i,
1981
2202
  className: "pointer-events-auto",
1982
2203
  children: [
1983
- /* @__PURE__ */ h(f, {
2204
+ /* @__PURE__ */ _(m, {
1984
2205
  className: "flex flex-1 flex-col gap-1",
1985
- children: [t && /* @__PURE__ */ m($i, { children: t }), n && /* @__PURE__ */ m(ea, { children: n })]
2206
+ children: [t && /* @__PURE__ */ g(zi, { children: t }), n && /* @__PURE__ */ g(Bi, { children: n })]
1986
2207
  }),
1987
2208
  r,
1988
- /* @__PURE__ */ m(ta, {})
2209
+ /* @__PURE__ */ g(Vi, {})
1989
2210
  ]
1990
2211
  }, e))
1991
2212
  }) });
1992
- }, sa = e.createContext(void 0);
1993
- function ca() {
1994
- let t = e.useContext(sa);
2213
+ }, Oa = e.createContext(void 0);
2214
+ function ka() {
2215
+ let t = e.useContext(Oa);
1995
2216
  if (!t) throw Error("useTOC must be used within a TableOfContents provider");
1996
2217
  return t;
1997
2218
  }
1998
- function la({ children: t, activeId: n }) {
2219
+ function $({ children: t, activeId: n }) {
1999
2220
  let [r, i] = e.useState([]), [a, o] = e.useState(null), s = e.useRef(null), c = e.useMemo(() => {
2000
2221
  let e = n || a;
2001
2222
  return r.find((t) => t.id === e)?.text || null;
@@ -2026,21 +2247,21 @@ function la({ children: t, activeId: n }) {
2026
2247
  y: t.pageY - 20,
2027
2248
  animated: !0
2028
2249
  });
2029
- }, [r]), p = e.useCallback((e) => {
2250
+ }, [r]), f = e.useCallback((e) => {
2030
2251
  let t = e.nativeEvent.contentOffset.y, n = null;
2031
2252
  for (let e = r.length - 1; e >= 0; e--) if (t >= r[e].pageY - 100) {
2032
2253
  n = r[e].id;
2033
2254
  break;
2034
2255
  }
2035
2256
  n !== a && o(n);
2036
- }, [r, a]), h = e.useMemo(() => ({
2257
+ }, [r, a]), p = e.useMemo(() => ({
2037
2258
  headings: r,
2038
2259
  activeId: n || a,
2039
2260
  activeHeadingText: c,
2040
2261
  registerHeading: l,
2041
2262
  unregisterHeading: u,
2042
2263
  scrollToHeading: d,
2043
- onScroll: p,
2264
+ onScroll: f,
2044
2265
  scrollViewRef: s
2045
2266
  }), [
2046
2267
  r,
@@ -2050,18 +2271,18 @@ function la({ children: t, activeId: n }) {
2050
2271
  l,
2051
2272
  u,
2052
2273
  d,
2053
- p
2274
+ f
2054
2275
  ]);
2055
- return /* @__PURE__ */ m(sa.Provider, {
2056
- value: h,
2057
- children: /* @__PURE__ */ m(f, {
2276
+ return /* @__PURE__ */ g(Oa.Provider, {
2277
+ value: p,
2278
+ children: /* @__PURE__ */ g(m, {
2058
2279
  className: "flex-1",
2059
2280
  children: t
2060
2281
  })
2061
2282
  });
2062
2283
  }
2063
- function ua({ children: t, level: n = 2, id: r, className: i }) {
2064
- let { registerHeading: a, unregisterHeading: o } = ca(), s = r || Pe(t), c = e.useCallback((e) => {
2284
+ function Aa({ children: t, level: n = 2, id: r, className: i }) {
2285
+ let { registerHeading: a, unregisterHeading: o } = ka(), s = r || ze(t), c = e.useCallback((e) => {
2065
2286
  let { y: r } = e.nativeEvent.layout;
2066
2287
  a(s, t, n, r);
2067
2288
  }, [
@@ -2070,52 +2291,626 @@ function ua({ children: t, level: n = 2, id: r, className: i }) {
2070
2291
  n,
2071
2292
  a
2072
2293
  ]);
2073
- return e.useEffect(() => () => o(s), [s, o]), /* @__PURE__ */ m(f, {
2294
+ return e.useEffect(() => () => o(s), [s, o]), /* @__PURE__ */ g(m, {
2074
2295
  onLayout: c,
2075
- children: /* @__PURE__ */ m(J, {
2296
+ children: /* @__PURE__ */ g(X, {
2076
2297
  variant: n === 1 ? "h1" : n === 2 ? "h2" : n === 3 ? "h3" : "h4",
2077
2298
  className: i,
2078
2299
  children: t
2079
2300
  })
2080
2301
  });
2081
2302
  }
2082
- function da({ className: e }) {
2083
- let { headings: t, activeId: n, scrollToHeading: r } = ca();
2303
+ function ja({ className: e }) {
2304
+ let { headings: t, activeId: n, scrollToHeading: r } = ka();
2084
2305
  if (t.length === 0) return null;
2085
2306
  let i = Math.min(...t.map((e) => e.level));
2086
- return /* @__PURE__ */ h(f, {
2087
- className: G("space-y-2 p-4", e),
2088
- children: [/* @__PURE__ */ m(J, {
2307
+ return /* @__PURE__ */ _(m, {
2308
+ className: J("space-y-2 p-4", e),
2309
+ children: [/* @__PURE__ */ g(X, {
2089
2310
  variant: "overline",
2090
2311
  className: "mb-2 font-bold",
2091
2312
  children: "On this page"
2092
2313
  }), t.map((e) => {
2093
2314
  let t = n === e.id;
2094
- return /* @__PURE__ */ m(d, {
2315
+ return /* @__PURE__ */ g(p, {
2095
2316
  onPress: () => r(e.id),
2096
2317
  style: { paddingLeft: (e.level - i) * 16 },
2097
2318
  className: "py-1",
2098
- children: /* @__PURE__ */ m(l, {
2099
- className: G("text-sm", t ? "text-primary font-bold" : "text-muted-foreground"),
2319
+ children: /* @__PURE__ */ g(d, {
2320
+ className: J("text-sm", t ? "text-primary font-bold" : "text-muted-foreground"),
2100
2321
  children: e.text
2101
2322
  })
2102
2323
  }, e.id);
2103
2324
  })]
2104
2325
  });
2105
2326
  }
2106
- function fa({ children: e, className: t }) {
2107
- let { scrollViewRef: n, onScroll: r } = ca();
2108
- return /* @__PURE__ */ m(s, {
2327
+ function Ma({ children: e, className: t }) {
2328
+ let { scrollViewRef: n, onScroll: r } = ka();
2329
+ return /* @__PURE__ */ g(l, {
2109
2330
  ref: n,
2110
2331
  onScroll: r,
2111
- className: G("flex-1", t),
2112
- ...a.OS !== "web" && {
2332
+ className: J("flex-1", t),
2333
+ ...s.OS !== "web" && {
2113
2334
  scrollEventThrottle: 16,
2114
2335
  contentContainerStyle: { padding: 16 }
2115
2336
  },
2116
2337
  children: e
2117
2338
  });
2118
2339
  }
2119
- la.List = da, la.Content = fa, la.Heading = ua;
2340
+ $.List = ja, $.Content = Ma, $.Heading = Aa;
2341
+ //#endregion
2342
+ //#region src/button-group.tsx
2343
+ function Na({ className: e, orientation: t, ...n }) {
2344
+ return /* @__PURE__ */ g(m, {
2345
+ className: J("flex flex-row", e),
2346
+ ...n
2347
+ });
2348
+ }
2349
+ function Pa({ className: e, asChild: t, ...n }) {
2350
+ return /* @__PURE__ */ g(d, {
2351
+ className: J("text-sm font-medium", e),
2352
+ ...n
2353
+ });
2354
+ }
2355
+ function Fa({ className: e, orientation: t, ...n }) {
2356
+ return /* @__PURE__ */ g(m, {
2357
+ className: J("bg-border h-full w-px", e),
2358
+ ...n
2359
+ });
2360
+ }
2361
+ var Ia = () => "";
2362
+ //#endregion
2363
+ //#region src/direction.tsx
2364
+ function La({ children: e, dir: t, direction: n }) {
2365
+ return /* @__PURE__ */ g(h, { children: e });
2366
+ }
2367
+ function Ra() {
2368
+ return "ltr";
2369
+ }
2370
+ //#endregion
2371
+ //#region src/empty.tsx
2372
+ function za({ className: e, ...t }) {
2373
+ return /* @__PURE__ */ g(m, {
2374
+ className: J("border-border flex w-full items-center justify-center rounded-xl border-2 border-dashed p-6", e),
2375
+ ...t
2376
+ });
2377
+ }
2378
+ function Ba({ className: e, ...t }) {
2379
+ return /* @__PURE__ */ g(m, {
2380
+ className: J("flex flex-col items-center gap-2", e),
2381
+ ...t
2382
+ });
2383
+ }
2384
+ function Va({ className: e, variant: t, ...n }) {
2385
+ return /* @__PURE__ */ g(m, {
2386
+ className: J("flex items-center justify-center", e),
2387
+ ...n
2388
+ });
2389
+ }
2390
+ function Ha({ className: e, ...t }) {
2391
+ return /* @__PURE__ */ g(d, {
2392
+ className: J("text-foreground text-lg font-semibold", e),
2393
+ ...t
2394
+ });
2395
+ }
2396
+ function Ua({ className: e, ...t }) {
2397
+ return /* @__PURE__ */ g(d, {
2398
+ className: J("text-muted-foreground text-center text-sm", e),
2399
+ ...t
2400
+ });
2401
+ }
2402
+ function Wa({ className: e, ...t }) {
2403
+ return /* @__PURE__ */ g(m, {
2404
+ className: J("mt-4 flex flex-col items-center gap-2", e),
2405
+ ...t
2406
+ });
2407
+ }
2408
+ //#endregion
2409
+ //#region src/spinner.tsx
2410
+ function Ga({ className: e, ...t }) {
2411
+ return /* @__PURE__ */ g(n, {
2412
+ size: "small",
2413
+ ...t
2414
+ });
2415
+ }
2416
+ //#endregion
2417
+ //#region src/field.tsx
2418
+ function Ka({ className: e, orientation: t, ...n }) {
2419
+ return /* @__PURE__ */ g(m, {
2420
+ className: J("flex flex-col gap-2", e),
2421
+ ...n
2422
+ });
2423
+ }
2424
+ function qa({ className: e, ...t }) {
2425
+ return /* @__PURE__ */ g(m, {
2426
+ className: J("flex flex-col", e),
2427
+ ...t
2428
+ });
2429
+ }
2430
+ function Ja({ className: e, ...t }) {
2431
+ return /* @__PURE__ */ g(d, {
2432
+ className: J("text-muted-foreground text-sm", e),
2433
+ ...t
2434
+ });
2435
+ }
2436
+ function Ya({ className: e, errors: t, children: n, ...r }) {
2437
+ let i = n || t && t[0]?.message;
2438
+ return i ? /* @__PURE__ */ g(d, {
2439
+ className: J("text-destructive text-sm", e),
2440
+ ...r,
2441
+ children: i
2442
+ }) : null;
2443
+ }
2444
+ function Xa({ className: e, ...t }) {
2445
+ return /* @__PURE__ */ g(m, {
2446
+ className: J("flex flex-col gap-4", e),
2447
+ ...t
2448
+ });
2449
+ }
2450
+ function Za({ className: e, ...t }) {
2451
+ return /* @__PURE__ */ g(d, {
2452
+ className: J("text-sm font-medium", e),
2453
+ ...t
2454
+ });
2455
+ }
2456
+ function Qa({ className: e, variant: t, ...n }) {
2457
+ return /* @__PURE__ */ g(d, {
2458
+ className: J("font-medium", t === "label" ? "text-sm" : "text-base", e),
2459
+ ...n
2460
+ });
2461
+ }
2462
+ function $a({ className: e, children: t, ...n }) {
2463
+ return /* @__PURE__ */ g(m, {
2464
+ className: J("bg-border my-2 h-px", e),
2465
+ ...n,
2466
+ children: t ? /* @__PURE__ */ g(d, {
2467
+ className: "bg-background absolute px-2 text-xs",
2468
+ children: t
2469
+ }) : null
2470
+ });
2471
+ }
2472
+ function eo({ className: e, ...t }) {
2473
+ return /* @__PURE__ */ g(m, {
2474
+ className: J("flex flex-col gap-4", e),
2475
+ ...t
2476
+ });
2477
+ }
2478
+ function to({ className: e, ...t }) {
2479
+ return /* @__PURE__ */ g(d, {
2480
+ className: J("text-sm font-medium", e),
2481
+ ...t
2482
+ });
2483
+ }
2484
+ //#endregion
2485
+ //#region src/input-group.tsx
2486
+ function no({ className: e, ...t }) {
2487
+ return /* @__PURE__ */ g(m, {
2488
+ className: J("border-input flex flex-row items-center rounded-md border", e),
2489
+ ...t
2490
+ });
2491
+ }
2492
+ function ro({ className: e, align: t, ...n }) {
2493
+ return /* @__PURE__ */ g(m, {
2494
+ className: J("p-2", e),
2495
+ ...n
2496
+ });
2497
+ }
2498
+ function io({ className: e, type: t, variant: n, size: r, ...i }) {
2499
+ return /* @__PURE__ */ g(Y, {
2500
+ variant: n,
2501
+ size: r,
2502
+ className: e,
2503
+ ...i
2504
+ });
2505
+ }
2506
+ function ao({ className: e, ...t }) {
2507
+ return /* @__PURE__ */ g(d, {
2508
+ className: J("text-muted-foreground text-sm", e),
2509
+ ...t
2510
+ });
2511
+ }
2512
+ function oo({ className: e, ...t }) {
2513
+ return /* @__PURE__ */ g(f, {
2514
+ className: J("text-foreground flex-1 px-3 py-2", e),
2515
+ ...t
2516
+ });
2517
+ }
2518
+ function so({ className: e, ...t }) {
2519
+ return /* @__PURE__ */ g(f, {
2520
+ multiline: !0,
2521
+ className: J("text-foreground flex-1 px-3 py-2", e),
2522
+ ...t
2523
+ });
2524
+ }
2525
+ //#endregion
2526
+ //#region src/native-select.tsx
2527
+ function co({ className: e, size: t, ...n }) {
2528
+ return /* @__PURE__ */ g(m, {
2529
+ className: J("border-input rounded-md border p-2", e),
2530
+ ...n,
2531
+ children: /* @__PURE__ */ g(d, {
2532
+ className: "text-muted-foreground",
2533
+ children: "Select Not Implemented (Use Picker)"
2534
+ })
2535
+ });
2536
+ }
2537
+ function lo({ className: e, ...t }) {
2538
+ return /* @__PURE__ */ g(m, {
2539
+ className: e,
2540
+ ...t
2541
+ });
2542
+ }
2543
+ function uo({ className: e, ...t }) {
2544
+ return /* @__PURE__ */ g(m, {
2545
+ className: e,
2546
+ ...t
2547
+ });
2548
+ }
2549
+ //#endregion
2550
+ //#region src/kbd.tsx
2551
+ function fo({ className: e, ...t }) {
2552
+ return /* @__PURE__ */ g(d, {
2553
+ className: J("bg-muted text-muted-foreground rounded-sm px-1 font-mono text-xs", e),
2554
+ ...t
2555
+ });
2556
+ }
2557
+ function po({ className: e, ...t }) {
2558
+ return /* @__PURE__ */ g(m, {
2559
+ className: J("flex flex-row items-center gap-1", e),
2560
+ ...t
2561
+ });
2562
+ }
2563
+ //#endregion
2564
+ //#region src/item.tsx
2565
+ function mo({ className: e, variant: t, size: n, ...r }) {
2566
+ return /* @__PURE__ */ g(m, {
2567
+ className: J("flex flex-row flex-wrap items-center gap-2 rounded-lg border p-3", e),
2568
+ ...r
2569
+ });
2570
+ }
2571
+ function ho({ className: e, ...t }) {
2572
+ return /* @__PURE__ */ g(m, {
2573
+ className: J("flex flex-row items-center gap-2", e),
2574
+ ...t
2575
+ });
2576
+ }
2577
+ function go({ className: e, ...t }) {
2578
+ return /* @__PURE__ */ g(m, {
2579
+ className: J("flex flex-1 flex-col gap-1", e),
2580
+ ...t
2581
+ });
2582
+ }
2583
+ function _o({ className: e, ...t }) {
2584
+ return /* @__PURE__ */ g(d, {
2585
+ className: J("text-muted-foreground text-sm", e),
2586
+ ...t
2587
+ });
2588
+ }
2589
+ function vo({ className: e, ...t }) {
2590
+ return /* @__PURE__ */ g(m, {
2591
+ className: J("flex w-full flex-row items-center justify-between gap-2", e),
2592
+ ...t
2593
+ });
2594
+ }
2595
+ function yo({ className: e, ...t }) {
2596
+ return /* @__PURE__ */ g(m, {
2597
+ className: J("flex flex-col gap-4", e),
2598
+ ...t
2599
+ });
2600
+ }
2601
+ function bo({ className: e, ...t }) {
2602
+ return /* @__PURE__ */ g(m, {
2603
+ className: J("flex w-full flex-row items-center justify-between gap-2", e),
2604
+ ...t
2605
+ });
2606
+ }
2607
+ function xo({ className: e, variant: t, ...n }) {
2608
+ return /* @__PURE__ */ g(m, {
2609
+ className: J("flex shrink-0 items-center justify-center gap-2", e),
2610
+ ...n
2611
+ });
2612
+ }
2613
+ function So({ className: e, orientation: t, ...n }) {
2614
+ return /* @__PURE__ */ g(m, {
2615
+ className: J("bg-border my-2 h-px w-full", e),
2616
+ ...n
2617
+ });
2618
+ }
2619
+ function Co({ className: e, ...t }) {
2620
+ return /* @__PURE__ */ g(d, {
2621
+ className: J("text-sm font-medium", e),
2622
+ ...t
2623
+ });
2624
+ }
2625
+ //#endregion
2626
+ //#region src/combobox.tsx
2627
+ function wo({ className: e, ...t }) {
2628
+ return /* @__PURE__ */ g(m, {
2629
+ className: J("border-destructive/50 rounded-md border border-dashed p-4", e),
2630
+ ...t,
2631
+ children: /* @__PURE__ */ g(d, {
2632
+ className: "text-destructive font-mono text-xs",
2633
+ children: "Combobox (Not Implemented)"
2634
+ })
2635
+ });
2636
+ }
2637
+ function To({ className: e, ...t }) {
2638
+ return /* @__PURE__ */ g(m, {
2639
+ className: e,
2640
+ ...t
2641
+ });
2642
+ }
2643
+ function Eo({ className: e, ...t }) {
2644
+ return /* @__PURE__ */ g(m, {
2645
+ className: e,
2646
+ ...t
2647
+ });
2648
+ }
2649
+ function Do({ className: e, ...t }) {
2650
+ return /* @__PURE__ */ g(m, {
2651
+ className: e,
2652
+ ...t
2653
+ });
2654
+ }
2655
+ function Oo({ className: e, showClear: t, showTrigger: n, ...r }) {
2656
+ return /* @__PURE__ */ g(m, {
2657
+ className: e,
2658
+ ...r
2659
+ });
2660
+ }
2661
+ function ko({ className: e, side: t, sideOffset: n, align: r, alignOffset: i, anchor: a, ...o }) {
2662
+ return /* @__PURE__ */ g(m, {
2663
+ className: e,
2664
+ ...o
2665
+ });
2666
+ }
2667
+ function Ao({ className: e, ...t }) {
2668
+ return /* @__PURE__ */ g(m, {
2669
+ className: e,
2670
+ ...t
2671
+ });
2672
+ }
2673
+ function jo({ className: e, ...t }) {
2674
+ return /* @__PURE__ */ g(m, {
2675
+ className: e,
2676
+ ...t
2677
+ });
2678
+ }
2679
+ function Mo({ className: e, ...t }) {
2680
+ return /* @__PURE__ */ g(m, {
2681
+ className: e,
2682
+ ...t
2683
+ });
2684
+ }
2685
+ function No({ className: e, ...t }) {
2686
+ return /* @__PURE__ */ g(m, {
2687
+ className: e,
2688
+ ...t
2689
+ });
2690
+ }
2691
+ function Po({ className: e, ...t }) {
2692
+ return /* @__PURE__ */ g(m, {
2693
+ className: e,
2694
+ ...t
2695
+ });
2696
+ }
2697
+ function Fo({ className: e, ...t }) {
2698
+ return /* @__PURE__ */ g(m, {
2699
+ className: e,
2700
+ ...t
2701
+ });
2702
+ }
2703
+ function Io({ className: e, ...t }) {
2704
+ return /* @__PURE__ */ g(m, {
2705
+ className: e,
2706
+ ...t
2707
+ });
2708
+ }
2709
+ function Lo({ className: e, ...t }) {
2710
+ return /* @__PURE__ */ g(m, {
2711
+ className: e,
2712
+ ...t
2713
+ });
2714
+ }
2715
+ function Ro({ className: e, showRemove: t, ...n }) {
2716
+ return /* @__PURE__ */ g(m, {
2717
+ className: e,
2718
+ ...n
2719
+ });
2720
+ }
2721
+ function zo({ className: e, ...t }) {
2722
+ return /* @__PURE__ */ g(m, {
2723
+ className: e,
2724
+ ...t
2725
+ });
2726
+ }
2727
+ function Bo() {
2728
+ return e.useRef(null);
2729
+ }
2730
+ //#endregion
2731
+ //#region src/input-otp.tsx
2732
+ function Vo({ className: e, containerClassName: t, ...n }) {
2733
+ return /* @__PURE__ */ g(m, {
2734
+ className: J("border-destructive/50 rounded-md border border-dashed p-4", t, e),
2735
+ ...n,
2736
+ children: /* @__PURE__ */ g(d, {
2737
+ className: "text-destructive font-mono text-xs",
2738
+ children: "InputOTP (Not Implemented)"
2739
+ })
2740
+ });
2741
+ }
2742
+ function Ho({ className: e, ...t }) {
2743
+ return /* @__PURE__ */ g(m, {
2744
+ className: e,
2745
+ ...t
2746
+ });
2747
+ }
2748
+ function Uo({ className: e, index: t, ...n }) {
2749
+ return /* @__PURE__ */ g(m, {
2750
+ className: e,
2751
+ ...n
2752
+ });
2753
+ }
2754
+ function Wo({ className: e, ...t }) {
2755
+ return /* @__PURE__ */ g(m, {
2756
+ className: e,
2757
+ ...t
2758
+ });
2759
+ }
2760
+ //#endregion
2761
+ //#region src/sidebar.tsx
2762
+ function Go({ className: e, defaultOpen: t, open: n, onOpenChange: r, ...i }) {
2763
+ return /* @__PURE__ */ g(m, {
2764
+ className: e,
2765
+ ...i
2766
+ });
2767
+ }
2768
+ function Ko({ className: e, side: t, variant: n, collapsible: r, ...i }) {
2769
+ return /* @__PURE__ */ g(m, {
2770
+ className: J("border-destructive/50 rounded-md border border-dashed p-4", e),
2771
+ ...i,
2772
+ children: /* @__PURE__ */ g(d, {
2773
+ className: "text-destructive font-mono text-xs",
2774
+ children: "Sidebar (Not Implemented)"
2775
+ })
2776
+ });
2777
+ }
2778
+ function qo({ className: e, ...t }) {
2779
+ return /* @__PURE__ */ g(c, {
2780
+ className: e,
2781
+ ...t
2782
+ });
2783
+ }
2784
+ function Jo({ className: e, ...t }) {
2785
+ return /* @__PURE__ */ g(m, {
2786
+ className: e,
2787
+ ...t
2788
+ });
2789
+ }
2790
+ function Yo({ className: e, ...t }) {
2791
+ return /* @__PURE__ */ g(m, {
2792
+ className: e,
2793
+ ...t
2794
+ });
2795
+ }
2796
+ function Xo({ className: e, ...t }) {
2797
+ return /* @__PURE__ */ g(m, {
2798
+ className: e,
2799
+ ...t
2800
+ });
2801
+ }
2802
+ function Zo({ className: e, ...t }) {
2803
+ return /* @__PURE__ */ g(m, {
2804
+ className: e,
2805
+ ...t
2806
+ });
2807
+ }
2808
+ function Qo({ className: e, ...t }) {
2809
+ return /* @__PURE__ */ g(m, {
2810
+ className: e,
2811
+ ...t
2812
+ });
2813
+ }
2814
+ function $o({ className: e, ...t }) {
2815
+ return /* @__PURE__ */ g(m, {
2816
+ className: e,
2817
+ ...t
2818
+ });
2819
+ }
2820
+ function es({ className: e, ...t }) {
2821
+ return /* @__PURE__ */ g(m, {
2822
+ className: e,
2823
+ ...t
2824
+ });
2825
+ }
2826
+ function ts({ className: e, ...t }) {
2827
+ return /* @__PURE__ */ g(m, {
2828
+ className: e,
2829
+ ...t
2830
+ });
2831
+ }
2832
+ function ns({ className: e, asChild: t, ...n }) {
2833
+ return /* @__PURE__ */ g(m, {
2834
+ className: e,
2835
+ ...n
2836
+ });
2837
+ }
2838
+ function rs({ className: e, asChild: t, ...n }) {
2839
+ return /* @__PURE__ */ g(c, {
2840
+ className: e,
2841
+ ...n
2842
+ });
2843
+ }
2844
+ function is({ className: e, ...t }) {
2845
+ return /* @__PURE__ */ g(m, {
2846
+ className: e,
2847
+ ...t
2848
+ });
2849
+ }
2850
+ function as({ className: e, ...t }) {
2851
+ return /* @__PURE__ */ g(m, {
2852
+ className: e,
2853
+ ...t
2854
+ });
2855
+ }
2856
+ function os({ className: e, ...t }) {
2857
+ return /* @__PURE__ */ g(m, {
2858
+ className: e,
2859
+ ...t
2860
+ });
2861
+ }
2862
+ function ss({ className: e, asChild: t, isActive: n, variant: r, size: i, tooltip: a, ...o }) {
2863
+ return /* @__PURE__ */ g(c, {
2864
+ className: e,
2865
+ ...o
2866
+ });
2867
+ }
2868
+ function cs({ className: e, asChild: t, showOnHover: n, ...r }) {
2869
+ return /* @__PURE__ */ g(c, {
2870
+ className: e,
2871
+ ...r
2872
+ });
2873
+ }
2874
+ function ls({ className: e, ...t }) {
2875
+ return /* @__PURE__ */ g(m, {
2876
+ className: e,
2877
+ ...t
2878
+ });
2879
+ }
2880
+ function us({ className: e, showIcon: t, ...n }) {
2881
+ return /* @__PURE__ */ g(m, {
2882
+ className: e,
2883
+ ...n
2884
+ });
2885
+ }
2886
+ function ds({ className: e, ...t }) {
2887
+ return /* @__PURE__ */ g(m, {
2888
+ className: e,
2889
+ ...t
2890
+ });
2891
+ }
2892
+ function fs({ className: e, ...t }) {
2893
+ return /* @__PURE__ */ g(m, {
2894
+ className: e,
2895
+ ...t
2896
+ });
2897
+ }
2898
+ function ps({ className: e, asChild: t, size: n, isActive: r, ...i }) {
2899
+ return /* @__PURE__ */ g(c, {
2900
+ className: e,
2901
+ ...i
2902
+ });
2903
+ }
2904
+ function ms() {
2905
+ return {
2906
+ state: "expanded",
2907
+ open: !0,
2908
+ setOpen: () => {},
2909
+ openMobile: !1,
2910
+ setOpenMobile: () => {},
2911
+ isMobile: !1,
2912
+ toggleSidebar: () => {}
2913
+ };
2914
+ }
2120
2915
  //#endregion
2121
- export { Fe as Accordion, ze as AccordionContent, Ie as AccordionItem, Re as AccordionTrigger, Ve as Alert, Ue as AlertDescription, Ge as AlertDialog, et as AlertDialogAction, tt as AlertDialogCancel, Ye as AlertDialogContent, $e as AlertDialogDescription, Ze as AlertDialogFooter, Xe as AlertDialogHeader, Je as AlertDialogOverlay, qe as AlertDialogPortal, Qe as AlertDialogTitle, Ke as AlertDialogTrigger, He as AlertTitle, nt as AspectRatio, rt as Avatar, at as AvatarFallback, it as AvatarImage, ct as Badge, dt as Breadcrumb, _t as BreadcrumbEllipsis, pt as BreadcrumbItem, mt as BreadcrumbLink, ft as BreadcrumbList, ht as BreadcrumbPage, gt as BreadcrumbSeparator, q as Button, vt as Calendar, yt as Card, Ct as CardContent, St as CardDescription, wt as CardFooter, bt as CardHeader, xt as CardTitle, Tt as Carousel, Et as CarouselContent, Dt as CarouselItem, kt as CarouselNext, Ot as CarouselPrevious, At as ChartContainer, Pt as ChartLegend, Mt as ChartLegendContent, Ft as ChartStyle, Nt as ChartTooltip, jt as ChartTooltipContent, It as Checkbox, Lt as Collapsible, zt as CollapsibleContent, Rt as CollapsibleTrigger, Bt as Command, Vt as CommandDialog, Wt as CommandEmpty, Gt as CommandGroup, Ht as CommandInput, Kt as CommandItem, Ut as CommandList, qt as CommandSeparator, Jt as CommandShortcut, Yt as ContextMenu, an as ContextMenuCheckboxItem, nn as ContextMenuContent, Qt as ContextMenuGroup, rn as ContextMenuItem, sn as ContextMenuLabel, Zt as ContextMenuPortal, $t as ContextMenuRadioGroup, on as ContextMenuRadioItem, cn as ContextMenuSeparator, ln as ContextMenuShortcut, en as ContextMenuSub, dn as ContextMenuSubContent, un as ContextMenuSubTrigger, Xt as ContextMenuTrigger, fn as Dialog, hn as DialogClose, _n as DialogContent, xn as DialogDescription, yn as DialogFooter, vn as DialogHeader, bn as DialogTitle, pn as DialogTrigger, Sn as Drawer, kn as DrawerClose, En as DrawerContent, jn as DrawerDescription, On as DrawerFooter, Dn as DrawerHeader, Tn as DrawerOverlay, wn as DrawerPortal, An as DrawerTitle, Cn as DrawerTrigger, Mn as DropdownMenu, Bn as DropdownMenuCheckboxItem, zn as DropdownMenuContent, Fn as DropdownMenuGroup, Y as DropdownMenuItem, Hn as DropdownMenuLabel, Pn as DropdownMenuPortal, In as DropdownMenuRadioGroup, Vn as DropdownMenuRadioItem, Un as DropdownMenuSeparator, Wn as DropdownMenuShortcut, Ln as DropdownMenuSub, Kn as DropdownMenuSubContent, Gn as DropdownMenuSubTrigger, Nn as DropdownMenuTrigger, qn as Form, Jn as HoverCard, Xn as HoverCardContent, Yn as HoverCardTrigger, Zn as Input, Qn as Label, $n as Menubar, lr as MenubarCheckboxItem, sr as MenubarContent, nr as MenubarGroup, cr as MenubarItem, dr as MenubarLabel, er as MenubarMenu, tr as MenubarPortal, rr as MenubarRadioGroup, ur as MenubarRadioItem, fr as MenubarSeparator, pr as MenubarShortcut, ir as MenubarSub, hr as MenubarSubContent, mr as MenubarSubTrigger, or as MenubarTrigger, gr as NavigationMenu, br as NavigationMenuContent, Cr as NavigationMenuIndicator, vr as NavigationMenuItem, xr as NavigationMenuLink, _r as NavigationMenuList, yr as NavigationMenuTrigger, Sr as NavigationMenuViewport, wr as Pagination, Tr as PaginationContent, kr as PaginationEllipsis, Er as PaginationItem, X as PaginationLink, Or as PaginationNext, Dr as PaginationPrevious, jr as Popover, Nr as PopoverAnchor, Pr as PopoverContent, Mr as PopoverTrigger, Fr as Progress, Ir as RadioGroup, Lr as RadioGroupItem, Br as ResizableHandle, zr as ResizablePanel, Rr as ResizablePanelGroup, Vr as ScrollArea, ei as ScrollToTop, Ur as Search, Wr as Select, Xr as SelectContent, Gr as SelectGroup, Qr as SelectItem, Zr as SelectLabel, Yr as SelectScrollDownButton, Jr as SelectScrollUpButton, $r as SelectSeparator, qr as SelectTrigger, Kr as SelectValue, ai as Separator, oi as Sheet, ci as SheetClose, di as SheetContent, hi as SheetDescription, pi as SheetFooter, fi as SheetHeader, ui as SheetOverlay, li as SheetPortal, mi as SheetTitle, si as SheetTrigger, gi as Skeleton, _i as Slider, vi as Sonner, ii as SupportFab, yi as Switch, bi as Table, Si as TableBody, Di as TableCaption, Ei as TableCell, Ci as TableFooter, Ti as TableHead, xi as TableHeader, la as TableOfContents, fa as TableOfContentsContent, ua as TableOfContentsHeading, da as TableOfContentsList, wi as TableRow, Oi as Tabs, ji as TabsContent, ki as TabsList, Ai as TabsTrigger, J as Text, Mi as Textarea, ra as ThemeProvider, aa as ThemeToggle, Qi as Toast, oa as Toaster, Ni as Toggle, Fi as ToggleGroup, Ii as ToggleGroupItem, Li as Tooltip, zi as TooltipContent, Bi as TooltipProvider, Ri as TooltipTrigger, ot as badgeVariants, K as buttonVariants, G as cn, ut as textVariants, Yi as toast, Ae as toggleVariants, ia as useTheme, Xi as useToast, W as wrapTextChildren };
2916
+ export { Be as Accordion, We as AccordionContent, Ve as AccordionItem, Ue as AccordionTrigger, Ke as Alert, Je as AlertDescription, Ze as AlertDialog, ot as AlertDialogAction, st as AlertDialogCancel, tt as AlertDialogContent, at as AlertDialogDescription, rt as AlertDialogFooter, nt as AlertDialogHeader, et as AlertDialogOverlay, $e as AlertDialogPortal, it as AlertDialogTitle, Qe as AlertDialogTrigger, qe as AlertTitle, ct as AspectRatio, lt as Avatar, dt as AvatarFallback, ut as AvatarImage, mt as Badge, _t as Breadcrumb, Ct as BreadcrumbEllipsis, yt as BreadcrumbItem, bt as BreadcrumbLink, vt as BreadcrumbList, xt as BreadcrumbPage, St as BreadcrumbSeparator, Y as Button, Na as ButtonGroup, Fa as ButtonGroupSeparator, Pa as ButtonGroupText, wt as Calendar, Tt as Card, kt as CardContent, Ot as CardDescription, At as CardFooter, Et as CardHeader, Dt as CardTitle, Nt as Carousel, Pt as CarouselContent, Ft as CarouselItem, Lt as CarouselNext, It as CarouselPrevious, Rt as ChartContainer, Ht as ChartLegend, Bt as ChartLegendContent, Ut as ChartStyle, Vt as ChartTooltip, zt as ChartTooltipContent, Wt as Checkbox, Gt as Collapsible, qt as CollapsibleContent, Kt as CollapsibleTrigger, wo as Combobox, Ro as ComboboxChip, Lo as ComboboxChips, zo as ComboboxChipsInput, Do as ComboboxClear, Po as ComboboxCollection, ko as ComboboxContent, Fo as ComboboxEmpty, Mo as ComboboxGroup, Oo as ComboboxInput, jo as ComboboxItem, No as ComboboxLabel, Ao as ComboboxList, Io as ComboboxSeparator, Eo as ComboboxTrigger, To as ComboboxValue, Jt as Command, Yt as CommandDialog, Qt as CommandEmpty, $t as CommandGroup, Xt as CommandInput, en as CommandItem, Zt as CommandList, tn as CommandSeparator, nn as CommandShortcut, rn as ContextMenu, pn as ContextMenuCheckboxItem, dn as ContextMenuContent, sn as ContextMenuGroup, fn as ContextMenuItem, hn as ContextMenuLabel, on as ContextMenuPortal, cn as ContextMenuRadioGroup, mn as ContextMenuRadioItem, gn as ContextMenuSeparator, _n as ContextMenuShortcut, ln as ContextMenuSub, yn as ContextMenuSubContent, vn as ContextMenuSubTrigger, an as ContextMenuTrigger, bn as Dialog, Cn as DialogClose, Tn as DialogContent, kn as DialogDescription, Dn as DialogFooter, En as DialogHeader, On as DialogTitle, xn as DialogTrigger, La as DirectionProvider, An as Drawer, Ln as DrawerClose, Pn as DrawerContent, zn as DrawerDescription, In as DrawerFooter, Fn as DrawerHeader, Nn as DrawerOverlay, Mn as DrawerPortal, Rn as DrawerTitle, jn as DrawerTrigger, Bn as DropdownMenu, Jn as DropdownMenuCheckboxItem, qn as DropdownMenuContent, Un as DropdownMenuGroup, Z as DropdownMenuItem, Xn as DropdownMenuLabel, Hn as DropdownMenuPortal, Wn as DropdownMenuRadioGroup, Yn as DropdownMenuRadioItem, Zn as DropdownMenuSeparator, Qn as DropdownMenuShortcut, Gn as DropdownMenuSub, er as DropdownMenuSubContent, $n as DropdownMenuSubTrigger, Vn as DropdownMenuTrigger, za as Empty, Wa as EmptyContent, Ua as EmptyDescription, Ba as EmptyHeader, Va as EmptyMedia, Ha as EmptyTitle, Ka as Field, qa as FieldContent, Ja as FieldDescription, Ya as FieldError, Xa as FieldGroup, Za as FieldLabel, Qa as FieldLegend, $a as FieldSeparator, eo as FieldSet, to as FieldTitle, nr as Form, dr as HoverCard, pr as HoverCardContent, fr as HoverCardTrigger, mr as Input, no as InputGroup, ro as InputGroupAddon, io as InputGroupButton, oo as InputGroupInput, ao as InputGroupText, so as InputGroupTextarea, Vo as InputOTP, Ho as InputOTPGroup, Wo as InputOTPSeparator, Uo as InputOTPSlot, mo as Item, ho as ItemActions, go as ItemContent, _o as ItemDescription, vo as ItemFooter, yo as ItemGroup, bo as ItemHeader, xo as ItemMedia, So as ItemSeparator, Co as ItemTitle, fo as Kbd, po as KbdGroup, tr as Label, hr as Menubar, Tr as MenubarCheckboxItem, Cr as MenubarContent, vr as MenubarGroup, wr as MenubarItem, Dr as MenubarLabel, gr as MenubarMenu, _r as MenubarPortal, yr as MenubarRadioGroup, Er as MenubarRadioItem, Or as MenubarSeparator, kr as MenubarShortcut, br as MenubarSub, jr as MenubarSubContent, Ar as MenubarSubTrigger, Sr as MenubarTrigger, co as NativeSelect, uo as NativeSelectOptGroup, lo as NativeSelectOption, Mr as NavigationMenu, Ir as NavigationMenuContent, zr as NavigationMenuIndicator, Pr as NavigationMenuItem, Lr as NavigationMenuLink, Nr as NavigationMenuList, Fr as NavigationMenuTrigger, Rr as NavigationMenuViewport, Br as Pagination, Vr as PaginationContent, Kr as PaginationEllipsis, Hr as PaginationItem, Ur as PaginationLink, Gr as PaginationNext, Wr as PaginationPrevious, Jr as Popover, Xr as PopoverAnchor, Zr as PopoverContent, Yr as PopoverTrigger, Qr as Progress, $r as RadioGroup, ei as RadioGroupItem, ri as ResizableHandle, ni as ResizablePanel, ti as ResizablePanelGroup, ii as ScrollArea, vi as ScrollToTop, oi as Search, ci as Select, mi as SelectContent, li as SelectGroup, gi as SelectItem, hi as SelectLabel, pi as SelectScrollDownButton, fi as SelectScrollUpButton, _i as SelectSeparator, di as SelectTrigger, ui as SelectValue, Ci as Separator, wi as Sheet, Ei as SheetClose, ki as SheetContent, Ni as SheetDescription, ji as SheetFooter, Ai as SheetHeader, Oi as SheetOverlay, Di as SheetPortal, Mi as SheetTitle, Ti as SheetTrigger, Ko as Sidebar, es as SidebarContent, Qo as SidebarFooter, ts as SidebarGroup, rs as SidebarGroupAction, is as SidebarGroupContent, ns as SidebarGroupLabel, Zo as SidebarHeader, Xo as SidebarInput, Yo as SidebarInset, as as SidebarMenu, cs as SidebarMenuAction, ls as SidebarMenuBadge, ss as SidebarMenuButton, os as SidebarMenuItem, us as SidebarMenuSkeleton, ds as SidebarMenuSub, ps as SidebarMenuSubButton, fs as SidebarMenuSubItem, Go as SidebarProvider, Jo as SidebarRail, $o as SidebarSeparator, qo as SidebarTrigger, Pi as Skeleton, Fi as Slider, Ui as Sonner, Ga as Spinner, Si as SupportFab, Wi as Switch, Gi as Table, qi as TableBody, Qi as TableCaption, Zi as TableCell, Ji as TableFooter, Xi as TableHead, Ki as TableHeader, $ as TableOfContents, Ma as TableOfContentsContent, Aa as TableOfContentsHeading, ja as TableOfContentsList, Yi as TableRow, $i as Tabs, na as TabsContent, ea as TabsList, ta as TabsTrigger, X as Text, ra as Textarea, wa as ThemeProvider, Ea as ThemeToggle, Ri as Toast, Da as Toaster, ia as Toggle, oa as ToggleGroup, sa as ToggleGroupItem, ca as Tooltip, ua as TooltipContent, da as TooltipProvider, la as TooltipTrigger, ft as badgeVariants, Ia as buttonGroupVariants, Ye as buttonVariants, J as cn, gt as textVariants, Sa as toast, Fe as toggleVariants, Bo as useComboboxAnchor, Ra as useDirection, ms as useSidebar, Ta as useTheme, Ca as useToast, q as wrapTextChildren };