@deriv-com/trading-game-design-system 0.2.10 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -109,7 +109,7 @@ function AccordionContent(_a) {
109
109
  import { cva } from "class-variance-authority";
110
110
  import { jsx as jsx2 } from "react/jsx-runtime";
111
111
  var alertVariants = cva(
112
- "relative grid w-full grid-cols-[0_1fr] items-start gap-y-0.5 rounded-lg border px-4 py-3 text-sm has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] has-[>svg]:gap-x-3 [&>svg]:size-4 [&>svg]:translate-y-0.5 [&>svg]:text-current",
112
+ "relative grid w-full grid-cols-[0_1fr] items-start gap-y-0.5 rounded-sm border px-4 py-3 text-sm has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] has-[>svg]:gap-x-3 [&>svg]:size-4 [&>svg]:translate-y-0.5 [&>svg]:text-current",
113
113
  {
114
114
  variants: {
115
115
  variant: {
@@ -185,22 +185,18 @@ var buttonVariants = cva2(
185
185
  // Cyan family
186
186
  primary: "bg-primary text-primary-foreground shadow-[0_0_20px_rgba(0,255,255,0.3)] hover:[background:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.1)),var(--color-primary)] hover:shadow-[0_0_20px_rgba(0,255,255,0.8)]",
187
187
  secondary: "[background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),rgba(0,255,255,0.04)] border border-primary/40 text-primary shadow-[0_0_20px_rgba(0,255,255,0.3)] hover:[background:rgba(0,255,255,0.04)] hover:border-primary hover:shadow-[0_0_20px_rgba(0,255,255,0.4)]",
188
- tertiary: "bg-transparent text-primary hover:underline underline-offset-4",
189
- // Amber family
190
- "amber-primary": "bg-secondary-hover text-primary-foreground hover:[background:linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2)),var(--color-secondary-hover)]",
191
- "amber-secondary": "bg-transparent border border-secondary-hover/30 text-secondary-hover hover:bg-secondary-hover/[0.04] hover:border-secondary-hover",
192
- "amber-tertiary": "bg-transparent text-secondary-hover hover:underline underline-offset-4"
188
+ tertiary: "bg-transparent text-primary hover:underline underline-offset-4"
193
189
  },
194
190
  size: {
195
- lg: "h-12 gap-3 rounded-[6px] px-6 py-[14px] text-sm [&_svg:not([class*='size-'])]:size-4",
196
- md: "h-10 gap-2 rounded-[4px] px-4 py-3 text-sm [&_svg:not([class*='size-'])]:size-4",
197
- sm: "h-8 gap-1 rounded-[4px] px-3 py-2 text-xs [&_svg:not([class*='size-'])]:size-[14px]",
198
- xs: "h-6 gap-1 rounded-[4px] px-2 py-1.5 text-xs [&_svg:not([class*='size-'])]:size-3",
199
- icon: "size-12 rounded-[6px] [&_svg:not([class*='size-'])]:size-4",
200
- "icon-lg": "size-12 rounded-[6px] [&_svg:not([class*='size-'])]:size-4",
201
- "icon-md": "size-10 rounded-[6px] [&_svg:not([class*='size-'])]:size-4",
202
- "icon-sm": "size-7 rounded-[6px] [&_svg:not([class*='size-'])]:size-4",
203
- "icon-xs": "size-6 rounded-[6px] [&_svg:not([class*='size-'])]:size-3"
191
+ lg: "h-12 gap-3 rounded-sm px-6 py-[14px] text-sm [&_svg:not([class*='size-'])]:size-4",
192
+ md: "h-10 gap-2 rounded-xs px-4 py-3 text-sm [&_svg:not([class*='size-'])]:size-4",
193
+ sm: "h-8 gap-1 rounded-xs px-3 py-2 text-xs [&_svg:not([class*='size-'])]:size-[14px]",
194
+ xs: "h-6 gap-1 rounded-xs px-2 py-1.5 text-xs [&_svg:not([class*='size-'])]:size-3",
195
+ icon: "size-12 rounded-sm [&_svg:not([class*='size-'])]:size-4",
196
+ "icon-lg": "size-12 rounded-sm [&_svg:not([class*='size-'])]:size-4",
197
+ "icon-md": "size-10 rounded-sm [&_svg:not([class*='size-'])]:size-4",
198
+ "icon-sm": "size-7 rounded-sm [&_svg:not([class*='size-'])]:size-4",
199
+ "icon-xs": "size-6 rounded-sm [&_svg:not([class*='size-'])]:size-3"
204
200
  }
205
201
  },
206
202
  defaultVariants: {
@@ -262,7 +258,7 @@ function AlertDialogOverlay(_a) {
262
258
  __spreadValues({
263
259
  "data-slot": "alert-dialog-overlay",
264
260
  className: cn(
265
- "fixed inset-0 z-50 bg-black/50 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0",
261
+ "fixed inset-0 z-50 bg-overlay data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0",
266
262
  className
267
263
  )
268
264
  }, props)
@@ -284,7 +280,7 @@ function AlertDialogContent(_a) {
284
280
  "data-slot": "alert-dialog-content",
285
281
  "data-size": size,
286
282
  className: cn(
287
- "group/alert-dialog-content fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border bg-background p-6 shadow-lg duration-200 data-[size=sm]:max-w-xs data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 data-[size=default]:sm:max-w-lg",
283
+ "group/alert-dialog-content fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-sm border bg-background p-6 shadow-lg duration-200 data-[size=sm]:max-w-xs data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 data-[size=default]:sm:max-w-lg",
288
284
  className
289
285
  )
290
286
  }, props)
@@ -435,7 +431,7 @@ function Avatar(_a) {
435
431
  "data-slot": "avatar",
436
432
  "data-size": size,
437
433
  className: cn(
438
- "group/avatar relative flex size-8 shrink-0 overflow-hidden rounded-full select-none data-[size=lg]:size-10 data-[size=sm]:size-6",
434
+ "group/avatar relative flex size-8 shrink-0 rounded-full select-none data-[size=lg]:size-10 data-[size=sm]:size-6",
439
435
  className
440
436
  )
441
437
  }, props)
@@ -451,7 +447,7 @@ function AvatarImage(_a) {
451
447
  AvatarPrimitive.Image,
452
448
  __spreadValues({
453
449
  "data-slot": "avatar-image",
454
- className: cn("aspect-square size-full", className)
450
+ className: cn("aspect-square size-full overflow-hidden rounded-full", className)
455
451
  }, props)
456
452
  );
457
453
  }
@@ -466,7 +462,7 @@ function AvatarFallback(_a) {
466
462
  __spreadValues({
467
463
  "data-slot": "avatar-fallback",
468
464
  className: cn(
469
- "flex size-full items-center justify-center rounded-full bg-muted text-sm text-muted-foreground group-data-[size=sm]/avatar:text-xs",
465
+ "flex size-full items-center justify-center overflow-hidden rounded-full bg-muted text-sm text-muted-foreground group-data-[size=sm]/avatar:text-xs",
470
466
  className
471
467
  )
472
468
  }, props)
@@ -524,20 +520,29 @@ import { cva as cva3 } from "class-variance-authority";
524
520
  import { Slot as Slot2 } from "radix-ui";
525
521
  import { jsx as jsx7 } from "react/jsx-runtime";
526
522
  var badgeVariants = cva3(
527
- "inline-flex w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-full border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3",
523
+ "inline-flex w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-full border border-transparent text-xs font-display font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3",
528
524
  {
529
525
  variants: {
530
526
  variant: {
531
527
  default: "bg-primary text-primary-foreground [a&]:hover:bg-primary/90",
532
528
  secondary: "bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",
533
- destructive: "bg-destructive text-white focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40 [a&]:hover:bg-destructive/90",
534
- outline: "border-border text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground",
535
- ghost: "[a&]:hover:bg-accent [a&]:hover:text-accent-foreground",
529
+ fill: "bg-primary/10 border-transparent text-primary",
530
+ "fill-amber": "bg-secondary-hover/10 border-transparent text-secondary-hover",
531
+ "fill-purple": "bg-badge-rank/10 border-transparent text-badge-rank",
532
+ "fill-success": "bg-semantic-win/10 border-transparent text-semantic-win",
533
+ "fill-fail": "bg-semantic-loss/10 border-transparent text-semantic-loss",
534
+ ghost: "bg-transparent border-transparent text-primary [a&]:hover:bg-primary/10 [a&]:hover:text-primary",
536
535
  link: "text-primary underline-offset-4 [a&]:hover:underline"
536
+ },
537
+ size: {
538
+ default: "h-5 px-2 py-0.5 text-xs",
539
+ md: "h-8 px-3 py-1 text-sm",
540
+ lg: "h-10 px-4 py-1.5 text-sm"
537
541
  }
538
542
  },
539
543
  defaultVariants: {
540
- variant: "default"
544
+ variant: "default",
545
+ size: "default"
541
546
  }
542
547
  }
543
548
  );
@@ -545,10 +550,12 @@ function Badge(_a) {
545
550
  var _b = _a, {
546
551
  className,
547
552
  variant = "default",
553
+ size = "default",
548
554
  asChild = false
549
555
  } = _b, props = __objRest(_b, [
550
556
  "className",
551
557
  "variant",
558
+ "size",
552
559
  "asChild"
553
560
  ]);
554
561
  const Comp = asChild ? Slot2.Root : "span";
@@ -557,7 +564,7 @@ function Badge(_a) {
557
564
  __spreadValues({
558
565
  "data-slot": "badge",
559
566
  "data-variant": variant,
560
- className: cn(badgeVariants({ variant }), className)
567
+ className: cn(badgeVariants({ variant, size }), className)
561
568
  }, props)
562
569
  );
563
570
  }
@@ -619,7 +626,7 @@ function BreadcrumbPage(_a) {
619
626
  role: "link",
620
627
  "aria-disabled": "true",
621
628
  "aria-current": "page",
622
- className: cn("font-normal text-foreground", className)
629
+ className: cn("font-normal text-secondary-hover", className)
623
630
  }, props)
624
631
  );
625
632
  }
@@ -665,111 +672,6 @@ function BreadcrumbEllipsis(_a) {
665
672
  );
666
673
  }
667
674
 
668
- // components/ui/button-group.tsx
669
- import { cva as cva4 } from "class-variance-authority";
670
- import { Slot as Slot4 } from "radix-ui";
671
-
672
- // components/ui/separator.tsx
673
- import { Separator as SeparatorPrimitive } from "radix-ui";
674
- import { jsx as jsx9 } from "react/jsx-runtime";
675
- function Separator(_a) {
676
- var _b = _a, {
677
- className,
678
- orientation = "horizontal",
679
- decorative = true
680
- } = _b, props = __objRest(_b, [
681
- "className",
682
- "orientation",
683
- "decorative"
684
- ]);
685
- return /* @__PURE__ */ jsx9(
686
- SeparatorPrimitive.Root,
687
- __spreadValues({
688
- "data-slot": "separator",
689
- decorative,
690
- orientation,
691
- className: cn(
692
- "shrink-0 bg-border data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",
693
- className
694
- )
695
- }, props)
696
- );
697
- }
698
-
699
- // components/ui/button-group.tsx
700
- import { jsx as jsx10 } from "react/jsx-runtime";
701
- var buttonGroupVariants = cva4(
702
- "flex w-fit items-stretch has-[>[data-slot=button-group]]:gap-2 [&>*]:focus-visible:relative [&>*]:focus-visible:z-10 has-[select[aria-hidden=true]:last-child]:[&>[data-slot=select-trigger]:last-of-type]:rounded-r-md [&>[data-slot=select-trigger]:not([class*='w-'])]:w-fit [&>input]:flex-1",
703
- {
704
- variants: {
705
- orientation: {
706
- horizontal: "[&>*:not(:first-child)]:rounded-l-none [&>*:not(:first-child)]:border-l-0 [&>*:not(:last-child)]:rounded-r-none",
707
- vertical: "flex-col [&>*:not(:first-child)]:rounded-t-none [&>*:not(:first-child)]:border-t-0 [&>*:not(:last-child)]:rounded-b-none"
708
- }
709
- },
710
- defaultVariants: {
711
- orientation: "horizontal"
712
- }
713
- }
714
- );
715
- function ButtonGroup(_a) {
716
- var _b = _a, {
717
- className,
718
- orientation
719
- } = _b, props = __objRest(_b, [
720
- "className",
721
- "orientation"
722
- ]);
723
- return /* @__PURE__ */ jsx10(
724
- "div",
725
- __spreadValues({
726
- role: "group",
727
- "data-slot": "button-group",
728
- "data-orientation": orientation,
729
- className: cn(buttonGroupVariants({ orientation }), className)
730
- }, props)
731
- );
732
- }
733
- function ButtonGroupText(_a) {
734
- var _b = _a, {
735
- className,
736
- asChild = false
737
- } = _b, props = __objRest(_b, [
738
- "className",
739
- "asChild"
740
- ]);
741
- const Comp = asChild ? Slot4.Root : "div";
742
- return /* @__PURE__ */ jsx10(
743
- Comp,
744
- __spreadValues({
745
- className: cn(
746
- "flex items-center gap-2 rounded-md border bg-muted px-4 text-sm font-medium shadow-xs [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",
747
- className
748
- )
749
- }, props)
750
- );
751
- }
752
- function ButtonGroupSeparator(_a) {
753
- var _b = _a, {
754
- className,
755
- orientation = "vertical"
756
- } = _b, props = __objRest(_b, [
757
- "className",
758
- "orientation"
759
- ]);
760
- return /* @__PURE__ */ jsx10(
761
- Separator,
762
- __spreadValues({
763
- "data-slot": "button-group-separator",
764
- orientation,
765
- className: cn(
766
- "relative m-0! self-stretch bg-input data-[orientation=vertical]:h-auto",
767
- className
768
- )
769
- }, props)
770
- );
771
- }
772
-
773
675
  // components/ui/calendar.tsx
774
676
  import * as React from "react";
775
677
  import {
@@ -781,7 +683,7 @@ import {
781
683
  DayPicker,
782
684
  getDefaultClassNames
783
685
  } from "react-day-picker";
784
- import { jsx as jsx11 } from "react/jsx-runtime";
686
+ import { jsx as jsx9 } from "react/jsx-runtime";
785
687
  function Calendar(_a) {
786
688
  var _b = _a, {
787
689
  className,
@@ -801,7 +703,7 @@ function Calendar(_a) {
801
703
  "components"
802
704
  ]);
803
705
  const defaultClassNames = getDefaultClassNames();
804
- return /* @__PURE__ */ jsx11(
706
+ return /* @__PURE__ */ jsx9(
805
707
  DayPicker,
806
708
  __spreadValues({
807
709
  showOutsideDays,
@@ -853,14 +755,14 @@ function Calendar(_a) {
853
755
  defaultClassNames.dropdown
854
756
  ),
855
757
  caption_label: cn(
856
- "font-medium select-none",
758
+ "font-body font-medium select-none",
857
759
  captionLayout === "label" ? "text-sm" : "flex h-8 items-center gap-1 rounded-md pr-1 pl-2 text-sm [&>svg]:size-3.5 [&>svg]:text-muted-foreground",
858
760
  defaultClassNames.caption_label
859
761
  ),
860
762
  table: "w-full border-collapse",
861
763
  weekdays: cn("flex", defaultClassNames.weekdays),
862
764
  weekday: cn(
863
- "flex-1 rounded-md text-[0.8rem] font-normal text-muted-foreground select-none",
765
+ "flex-1 rounded-md text-[0.8rem] font-body font-normal text-muted-foreground select-none",
864
766
  defaultClassNames.weekday
865
767
  ),
866
768
  week: cn("mt-2 flex w-full", defaultClassNames.week),
@@ -884,7 +786,7 @@ function Calendar(_a) {
884
786
  range_middle: cn("rounded-none", defaultClassNames.range_middle),
885
787
  range_end: cn("rounded-r-md bg-accent", defaultClassNames.range_end),
886
788
  today: cn(
887
- "rounded-md bg-accent text-accent-foreground data-[selected=true]:rounded-none",
789
+ "rounded-md border border-primary/40 text-primary data-[selected=true]:rounded-none",
888
790
  defaultClassNames.today
889
791
  ),
890
792
  outside: cn(
@@ -900,7 +802,7 @@ function Calendar(_a) {
900
802
  components: __spreadValues({
901
803
  Root: (_a2) => {
902
804
  var _b2 = _a2, { className: className2, rootRef } = _b2, props2 = __objRest(_b2, ["className", "rootRef"]);
903
- return /* @__PURE__ */ jsx11(
805
+ return /* @__PURE__ */ jsx9(
904
806
  "div",
905
807
  __spreadValues({
906
808
  "data-slot": "calendar",
@@ -912,22 +814,22 @@ function Calendar(_a) {
912
814
  Chevron: (_c) => {
913
815
  var _d = _c, { className: className2, orientation } = _d, props2 = __objRest(_d, ["className", "orientation"]);
914
816
  if (orientation === "left") {
915
- return /* @__PURE__ */ jsx11(ChevronLeftIcon, __spreadValues({ className: cn("size-4", className2) }, props2));
817
+ return /* @__PURE__ */ jsx9(ChevronLeftIcon, __spreadValues({ className: cn("size-4", className2) }, props2));
916
818
  }
917
819
  if (orientation === "right") {
918
- return /* @__PURE__ */ jsx11(
820
+ return /* @__PURE__ */ jsx9(
919
821
  ChevronRightIcon,
920
822
  __spreadValues({
921
823
  className: cn("size-4", className2)
922
824
  }, props2)
923
825
  );
924
826
  }
925
- return /* @__PURE__ */ jsx11(ChevronDownIcon2, __spreadValues({ className: cn("size-4", className2) }, props2));
827
+ return /* @__PURE__ */ jsx9(ChevronDownIcon2, __spreadValues({ className: cn("size-4", className2) }, props2));
926
828
  },
927
829
  DayButton: CalendarDayButton,
928
830
  WeekNumber: (_e) => {
929
831
  var _f = _e, { children } = _f, props2 = __objRest(_f, ["children"]);
930
- return /* @__PURE__ */ jsx11("td", __spreadProps(__spreadValues({}, props2), { children: /* @__PURE__ */ jsx11("div", { className: "flex size-(--cell-size) items-center justify-center text-center", children }) }));
832
+ return /* @__PURE__ */ jsx9("td", __spreadProps(__spreadValues({}, props2), { children: /* @__PURE__ */ jsx9("div", { className: "flex size-(--cell-size) items-center justify-center text-center", children }) }));
931
833
  }
932
834
  }, components)
933
835
  }, props)
@@ -949,11 +851,11 @@ function CalendarDayButton(_a) {
949
851
  var _a2;
950
852
  if (modifiers.focused) (_a2 = ref.current) == null ? void 0 : _a2.focus();
951
853
  }, [modifiers.focused]);
952
- return /* @__PURE__ */ jsx11(
854
+ return /* @__PURE__ */ jsx9(
953
855
  Button,
954
856
  __spreadValues({
955
857
  ref,
956
- variant: "secondary",
858
+ variant: "tertiary",
957
859
  size: "icon",
958
860
  "data-day": day.date.toLocaleDateString(),
959
861
  "data-selected-single": modifiers.selected && !modifiers.range_start && !modifiers.range_end && !modifiers.range_middle,
@@ -961,7 +863,7 @@ function CalendarDayButton(_a) {
961
863
  "data-range-end": modifiers.range_end,
962
864
  "data-range-middle": modifiers.range_middle,
963
865
  className: cn(
964
- "flex aspect-square size-auto w-full min-w-(--cell-size) flex-col gap-1 leading-none font-normal group-data-[focused=true]/day:relative group-data-[focused=true]/day:z-10 group-data-[focused=true]/day:border-ring group-data-[focused=true]/day:ring-[3px] group-data-[focused=true]/day:ring-ring/50 data-[range-end=true]:rounded-md data-[range-end=true]:rounded-r-md data-[range-end=true]:bg-primary data-[range-end=true]:text-primary-foreground data-[range-middle=true]:rounded-none data-[range-middle=true]:bg-accent data-[range-middle=true]:text-accent-foreground data-[range-start=true]:rounded-md data-[range-start=true]:rounded-l-md data-[range-start=true]:bg-primary data-[range-start=true]:text-primary-foreground data-[selected-single=true]:bg-primary data-[selected-single=true]:text-primary-foreground dark:hover:text-accent-foreground [&>span]:text-xs [&>span]:opacity-70",
866
+ "flex aspect-square size-auto w-full min-w-(--cell-size) flex-col gap-1 leading-none font-body font-normal bg-transparent border-transparent shadow-none text-foreground hover:bg-accent hover:text-foreground hover:no-underline hover:shadow-none group-data-[focused=true]/day:relative group-data-[focused=true]/day:z-10 group-data-[focused=true]/day:border-ring group-data-[focused=true]/day:ring-[3px] group-data-[focused=true]/day:ring-ring/50 data-[range-end=true]:rounded-md data-[range-end=true]:rounded-r-md data-[range-end=true]:bg-primary data-[range-end=true]:text-primary-foreground data-[range-middle=true]:rounded-none data-[range-middle=true]:bg-accent data-[range-middle=true]:text-accent-foreground data-[range-start=true]:rounded-md data-[range-start=true]:rounded-l-md data-[range-start=true]:bg-primary data-[range-start=true]:text-primary-foreground data-[selected-single=true]:bg-primary data-[selected-single=true]:text-primary-foreground data-[selected-single=true]:shadow-[0_0_12px_rgba(0,255,255,0.4)] [&>span]:text-xs [&>span]:opacity-70",
965
867
  defaultClassNames.day,
966
868
  className
967
869
  )
@@ -970,15 +872,15 @@ function CalendarDayButton(_a) {
970
872
  }
971
873
 
972
874
  // components/ui/card.tsx
973
- import { jsx as jsx12 } from "react/jsx-runtime";
875
+ import { jsx as jsx10 } from "react/jsx-runtime";
974
876
  function Card(_a) {
975
877
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
976
- return /* @__PURE__ */ jsx12(
878
+ return /* @__PURE__ */ jsx10(
977
879
  "div",
978
880
  __spreadValues({
979
881
  "data-slot": "card",
980
882
  className: cn(
981
- "flex flex-col gap-6 rounded-xl border bg-card py-6 text-card-foreground shadow-sm",
883
+ "flex flex-col gap-6 rounded-sm border bg-card py-6 text-card-foreground shadow-sm",
982
884
  className
983
885
  )
984
886
  }, props)
@@ -986,7 +888,7 @@ function Card(_a) {
986
888
  }
987
889
  function CardHeader(_a) {
988
890
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
989
- return /* @__PURE__ */ jsx12(
891
+ return /* @__PURE__ */ jsx10(
990
892
  "div",
991
893
  __spreadValues({
992
894
  "data-slot": "card-header",
@@ -999,7 +901,7 @@ function CardHeader(_a) {
999
901
  }
1000
902
  function CardTitle(_a) {
1001
903
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1002
- return /* @__PURE__ */ jsx12(
904
+ return /* @__PURE__ */ jsx10(
1003
905
  "div",
1004
906
  __spreadValues({
1005
907
  "data-slot": "card-title",
@@ -1009,7 +911,7 @@ function CardTitle(_a) {
1009
911
  }
1010
912
  function CardDescription(_a) {
1011
913
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1012
- return /* @__PURE__ */ jsx12(
914
+ return /* @__PURE__ */ jsx10(
1013
915
  "div",
1014
916
  __spreadValues({
1015
917
  "data-slot": "card-description",
@@ -1019,7 +921,7 @@ function CardDescription(_a) {
1019
921
  }
1020
922
  function CardAction(_a) {
1021
923
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1022
- return /* @__PURE__ */ jsx12(
924
+ return /* @__PURE__ */ jsx10(
1023
925
  "div",
1024
926
  __spreadValues({
1025
927
  "data-slot": "card-action",
@@ -1032,7 +934,7 @@ function CardAction(_a) {
1032
934
  }
1033
935
  function CardContent(_a) {
1034
936
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1035
- return /* @__PURE__ */ jsx12(
937
+ return /* @__PURE__ */ jsx10(
1036
938
  "div",
1037
939
  __spreadValues({
1038
940
  "data-slot": "card-content",
@@ -1042,7 +944,7 @@ function CardContent(_a) {
1042
944
  }
1043
945
  function CardFooter(_a) {
1044
946
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1045
- return /* @__PURE__ */ jsx12(
947
+ return /* @__PURE__ */ jsx10(
1046
948
  "div",
1047
949
  __spreadValues({
1048
950
  "data-slot": "card-footer",
@@ -1055,7 +957,7 @@ function CardFooter(_a) {
1055
957
  import * as React2 from "react";
1056
958
  import useEmblaCarousel from "embla-carousel-react";
1057
959
  import { ArrowLeft, ArrowRight } from "lucide-react";
1058
- import { jsx as jsx13, jsxs as jsxs4 } from "react/jsx-runtime";
960
+ import { jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
1059
961
  var CarouselContext = React2.createContext(null);
1060
962
  function useCarousel() {
1061
963
  const context = React2.useContext(CarouselContext);
@@ -1124,7 +1026,7 @@ function Carousel(_a) {
1124
1026
  api == null ? void 0 : api.off("select", onSelect);
1125
1027
  };
1126
1028
  }, [api, onSelect]);
1127
- return /* @__PURE__ */ jsx13(
1029
+ return /* @__PURE__ */ jsx11(
1128
1030
  CarouselContext.Provider,
1129
1031
  {
1130
1032
  value: {
@@ -1137,7 +1039,7 @@ function Carousel(_a) {
1137
1039
  canScrollPrev,
1138
1040
  canScrollNext
1139
1041
  },
1140
- children: /* @__PURE__ */ jsx13(
1042
+ children: /* @__PURE__ */ jsx11(
1141
1043
  "div",
1142
1044
  __spreadProps(__spreadValues({
1143
1045
  onKeyDownCapture: handleKeyDown,
@@ -1155,13 +1057,13 @@ function Carousel(_a) {
1155
1057
  function CarouselContent(_a) {
1156
1058
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1157
1059
  const { carouselRef, orientation } = useCarousel();
1158
- return /* @__PURE__ */ jsx13(
1060
+ return /* @__PURE__ */ jsx11(
1159
1061
  "div",
1160
1062
  {
1161
1063
  ref: carouselRef,
1162
1064
  className: "overflow-hidden",
1163
1065
  "data-slot": "carousel-content",
1164
- children: /* @__PURE__ */ jsx13(
1066
+ children: /* @__PURE__ */ jsx11(
1165
1067
  "div",
1166
1068
  __spreadValues({
1167
1069
  className: cn(
@@ -1177,7 +1079,7 @@ function CarouselContent(_a) {
1177
1079
  function CarouselItem(_a) {
1178
1080
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1179
1081
  const { orientation } = useCarousel();
1180
- return /* @__PURE__ */ jsx13(
1082
+ return /* @__PURE__ */ jsx11(
1181
1083
  "div",
1182
1084
  __spreadValues({
1183
1085
  role: "group",
@@ -1195,7 +1097,7 @@ function CarouselPrevious(_a) {
1195
1097
  var _b = _a, {
1196
1098
  className,
1197
1099
  variant = "secondary",
1198
- size = "icon"
1100
+ size = "icon-md"
1199
1101
  } = _b, props = __objRest(_b, [
1200
1102
  "className",
1201
1103
  "variant",
@@ -1209,7 +1111,7 @@ function CarouselPrevious(_a) {
1209
1111
  variant,
1210
1112
  size,
1211
1113
  className: cn(
1212
- "absolute size-8 rounded-full",
1114
+ "absolute rounded-sm",
1213
1115
  orientation === "horizontal" ? "top-1/2 -left-12 -translate-y-1/2" : "-top-12 left-1/2 -translate-x-1/2 rotate-90",
1214
1116
  className
1215
1117
  ),
@@ -1217,8 +1119,8 @@ function CarouselPrevious(_a) {
1217
1119
  onClick: scrollPrev
1218
1120
  }, props), {
1219
1121
  children: [
1220
- /* @__PURE__ */ jsx13(ArrowLeft, {}),
1221
- /* @__PURE__ */ jsx13("span", { className: "sr-only", children: "Previous slide" })
1122
+ /* @__PURE__ */ jsx11(ArrowLeft, {}),
1123
+ /* @__PURE__ */ jsx11("span", { className: "sr-only", children: "Previous slide" })
1222
1124
  ]
1223
1125
  })
1224
1126
  );
@@ -1227,7 +1129,7 @@ function CarouselNext(_a) {
1227
1129
  var _b = _a, {
1228
1130
  className,
1229
1131
  variant = "secondary",
1230
- size = "icon"
1132
+ size = "icon-md"
1231
1133
  } = _b, props = __objRest(_b, [
1232
1134
  "className",
1233
1135
  "variant",
@@ -1241,7 +1143,7 @@ function CarouselNext(_a) {
1241
1143
  variant,
1242
1144
  size,
1243
1145
  className: cn(
1244
- "absolute size-8 rounded-full",
1146
+ "absolute rounded-sm",
1245
1147
  orientation === "horizontal" ? "top-1/2 -right-12 -translate-y-1/2" : "-bottom-12 left-1/2 -translate-x-1/2 rotate-90",
1246
1148
  className
1247
1149
  ),
@@ -1249,8 +1151,8 @@ function CarouselNext(_a) {
1249
1151
  onClick: scrollNext
1250
1152
  }, props), {
1251
1153
  children: [
1252
- /* @__PURE__ */ jsx13(ArrowRight, {}),
1253
- /* @__PURE__ */ jsx13("span", { className: "sr-only", children: "Next slide" })
1154
+ /* @__PURE__ */ jsx11(ArrowRight, {}),
1155
+ /* @__PURE__ */ jsx11("span", { className: "sr-only", children: "Next slide" })
1254
1156
  ]
1255
1157
  })
1256
1158
  );
@@ -1259,7 +1161,7 @@ function CarouselNext(_a) {
1259
1161
  // components/ui/chart.tsx
1260
1162
  import * as React3 from "react";
1261
1163
  import * as RechartsPrimitive from "recharts";
1262
- import { Fragment, jsx as jsx14, jsxs as jsxs5 } from "react/jsx-runtime";
1164
+ import { Fragment, jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
1263
1165
  var THEMES = { light: "", dark: ".dark" };
1264
1166
  var ChartContext = React3.createContext(null);
1265
1167
  function useChart() {
@@ -1283,7 +1185,7 @@ function ChartContainer(_a) {
1283
1185
  ]);
1284
1186
  const uniqueId = React3.useId();
1285
1187
  const chartId = `chart-${id || uniqueId.replace(/:/g, "")}`;
1286
- return /* @__PURE__ */ jsx14(ChartContext.Provider, { value: { config }, children: /* @__PURE__ */ jsxs5(
1188
+ return /* @__PURE__ */ jsx12(ChartContext.Provider, { value: { config }, children: /* @__PURE__ */ jsxs5(
1287
1189
  "div",
1288
1190
  __spreadProps(__spreadValues({
1289
1191
  "data-slot": "chart",
@@ -1294,8 +1196,8 @@ function ChartContainer(_a) {
1294
1196
  )
1295
1197
  }, props), {
1296
1198
  children: [
1297
- /* @__PURE__ */ jsx14(ChartStyle, { id: chartId, config }),
1298
- /* @__PURE__ */ jsx14(RechartsPrimitive.ResponsiveContainer, { children })
1199
+ /* @__PURE__ */ jsx12(ChartStyle, { id: chartId, config }),
1200
+ /* @__PURE__ */ jsx12(RechartsPrimitive.ResponsiveContainer, { children })
1299
1201
  ]
1300
1202
  })
1301
1203
  ) });
@@ -1307,7 +1209,7 @@ var ChartStyle = ({ id, config }) => {
1307
1209
  if (!colorConfig.length) {
1308
1210
  return null;
1309
1211
  }
1310
- return /* @__PURE__ */ jsx14(
1212
+ return /* @__PURE__ */ jsx12(
1311
1213
  "style",
1312
1214
  {
1313
1215
  dangerouslySetInnerHTML: {
@@ -1353,12 +1255,12 @@ function ChartTooltipContent({
1353
1255
  const itemConfig = getPayloadConfigFromPayload(config, item, key);
1354
1256
  const value = !labelKey && typeof label === "string" ? ((_a = config[label]) == null ? void 0 : _a.label) || label : itemConfig == null ? void 0 : itemConfig.label;
1355
1257
  if (labelFormatter) {
1356
- return /* @__PURE__ */ jsx14("div", { className: cn("font-medium", labelClassName), children: labelFormatter(value, payload) });
1258
+ return /* @__PURE__ */ jsx12("div", { className: cn("font-medium", labelClassName), children: labelFormatter(value, payload) });
1357
1259
  }
1358
1260
  if (!value) {
1359
1261
  return null;
1360
1262
  }
1361
- return /* @__PURE__ */ jsx14("div", { className: cn("font-medium", labelClassName), children: value });
1263
+ return /* @__PURE__ */ jsx12("div", { className: cn("font-medium", labelClassName), children: value });
1362
1264
  }, [
1363
1265
  label,
1364
1266
  labelFormatter,
@@ -1381,11 +1283,11 @@ function ChartTooltipContent({
1381
1283
  ),
1382
1284
  children: [
1383
1285
  !nestLabel ? tooltipLabel : null,
1384
- /* @__PURE__ */ jsx14("div", { className: "grid gap-1.5", children: payload.filter((item) => item.type !== "none").map((item, index) => {
1286
+ /* @__PURE__ */ jsx12("div", { className: "grid gap-1.5", children: payload.filter((item) => item.type !== "none").map((item, index) => {
1385
1287
  const key = `${nameKey || item.name || item.dataKey || "value"}`;
1386
1288
  const itemConfig = getPayloadConfigFromPayload(config, item, key);
1387
1289
  const indicatorColor = color || item.payload.fill || item.color;
1388
- return /* @__PURE__ */ jsx14(
1290
+ return /* @__PURE__ */ jsx12(
1389
1291
  "div",
1390
1292
  {
1391
1293
  className: cn(
@@ -1393,7 +1295,7 @@ function ChartTooltipContent({
1393
1295
  indicator === "dot" && "items-center"
1394
1296
  ),
1395
1297
  children: formatter && (item == null ? void 0 : item.value) !== void 0 && item.name ? formatter(item.value, item.name, item, index, item.payload) : /* @__PURE__ */ jsxs5(Fragment, { children: [
1396
- (itemConfig == null ? void 0 : itemConfig.icon) ? /* @__PURE__ */ jsx14(itemConfig.icon, {}) : !hideIndicator && /* @__PURE__ */ jsx14(
1298
+ (itemConfig == null ? void 0 : itemConfig.icon) ? /* @__PURE__ */ jsx12(itemConfig.icon, {}) : !hideIndicator && /* @__PURE__ */ jsx12(
1397
1299
  "div",
1398
1300
  {
1399
1301
  className: cn(
@@ -1421,9 +1323,9 @@ function ChartTooltipContent({
1421
1323
  children: [
1422
1324
  /* @__PURE__ */ jsxs5("div", { className: "grid gap-1.5", children: [
1423
1325
  nestLabel ? tooltipLabel : null,
1424
- /* @__PURE__ */ jsx14("span", { className: "text-muted-foreground", children: (itemConfig == null ? void 0 : itemConfig.label) || item.name })
1326
+ /* @__PURE__ */ jsx12("span", { className: "text-muted-foreground", children: (itemConfig == null ? void 0 : itemConfig.label) || item.name })
1425
1327
  ] }),
1426
- item.value && /* @__PURE__ */ jsx14("span", { className: "font-mono font-medium text-foreground tabular-nums", children: item.value.toLocaleString() })
1328
+ item.value && /* @__PURE__ */ jsx12("span", { className: "font-mono font-medium text-foreground tabular-nums", children: item.value.toLocaleString() })
1427
1329
  ]
1428
1330
  }
1429
1331
  )
@@ -1448,7 +1350,7 @@ function ChartLegendContent({
1448
1350
  if (!(payload == null ? void 0 : payload.length)) {
1449
1351
  return null;
1450
1352
  }
1451
- return /* @__PURE__ */ jsx14(
1353
+ return /* @__PURE__ */ jsx12(
1452
1354
  "div",
1453
1355
  {
1454
1356
  className: cn(
@@ -1466,7 +1368,7 @@ function ChartLegendContent({
1466
1368
  "flex items-center gap-1.5 [&>svg]:h-3 [&>svg]:w-3 [&>svg]:text-muted-foreground"
1467
1369
  ),
1468
1370
  children: [
1469
- (itemConfig == null ? void 0 : itemConfig.icon) && !hideIcon ? /* @__PURE__ */ jsx14(itemConfig.icon, {}) : /* @__PURE__ */ jsx14(
1371
+ (itemConfig == null ? void 0 : itemConfig.icon) && !hideIcon ? /* @__PURE__ */ jsx12(itemConfig.icon, {}) : /* @__PURE__ */ jsx12(
1470
1372
  "div",
1471
1373
  {
1472
1374
  className: "h-2 w-2 shrink-0 rounded-[2px]",
@@ -1501,28 +1403,28 @@ function getPayloadConfigFromPayload(config, payload, key) {
1501
1403
  // components/ui/checkbox.tsx
1502
1404
  import { CheckIcon } from "lucide-react";
1503
1405
  import { Checkbox as CheckboxPrimitive } from "radix-ui";
1504
- import { jsx as jsx15 } from "react/jsx-runtime";
1406
+ import { jsx as jsx13 } from "react/jsx-runtime";
1505
1407
  function Checkbox(_a) {
1506
1408
  var _b = _a, {
1507
1409
  className
1508
1410
  } = _b, props = __objRest(_b, [
1509
1411
  "className"
1510
1412
  ]);
1511
- return /* @__PURE__ */ jsx15(
1413
+ return /* @__PURE__ */ jsx13(
1512
1414
  CheckboxPrimitive.Root,
1513
1415
  __spreadProps(__spreadValues({
1514
1416
  "data-slot": "checkbox",
1515
1417
  className: cn(
1516
- "peer size-4 shrink-0 rounded-[4px] border border-input shadow-xs transition-shadow outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:bg-input/30 dark:aria-invalid:ring-destructive/40 dark:data-[state=checked]:bg-primary",
1418
+ "peer size-4 shrink-0 rounded-[2px] border border-input shadow-xs transition-shadow outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:bg-input/30 dark:aria-invalid:ring-destructive/40 dark:data-[state=checked]:bg-primary",
1517
1419
  className
1518
1420
  )
1519
1421
  }, props), {
1520
- children: /* @__PURE__ */ jsx15(
1422
+ children: /* @__PURE__ */ jsx13(
1521
1423
  CheckboxPrimitive.Indicator,
1522
1424
  {
1523
1425
  "data-slot": "checkbox-indicator",
1524
1426
  className: "grid place-content-center text-current transition-none",
1525
- children: /* @__PURE__ */ jsx15(CheckIcon, { className: "size-3.5" })
1427
+ children: /* @__PURE__ */ jsx13(CheckIcon, { className: "size-3.5" })
1526
1428
  }
1527
1429
  )
1528
1430
  })
@@ -1531,14 +1433,14 @@ function Checkbox(_a) {
1531
1433
 
1532
1434
  // components/ui/collapsible.tsx
1533
1435
  import { Collapsible as CollapsiblePrimitive } from "radix-ui";
1534
- import { jsx as jsx16 } from "react/jsx-runtime";
1436
+ import { jsx as jsx14 } from "react/jsx-runtime";
1535
1437
  function Collapsible(_a) {
1536
1438
  var props = __objRest(_a, []);
1537
- return /* @__PURE__ */ jsx16(CollapsiblePrimitive.Root, __spreadValues({ "data-slot": "collapsible" }, props));
1439
+ return /* @__PURE__ */ jsx14(CollapsiblePrimitive.Root, __spreadValues({ "data-slot": "collapsible" }, props));
1538
1440
  }
1539
1441
  function CollapsibleTrigger(_a) {
1540
1442
  var props = __objRest(_a, []);
1541
- return /* @__PURE__ */ jsx16(
1443
+ return /* @__PURE__ */ jsx14(
1542
1444
  CollapsiblePrimitive.CollapsibleTrigger,
1543
1445
  __spreadValues({
1544
1446
  "data-slot": "collapsible-trigger"
@@ -1547,7 +1449,7 @@ function CollapsibleTrigger(_a) {
1547
1449
  }
1548
1450
  function CollapsibleContent(_a) {
1549
1451
  var props = __objRest(_a, []);
1550
- return /* @__PURE__ */ jsx16(
1452
+ return /* @__PURE__ */ jsx14(
1551
1453
  CollapsiblePrimitive.CollapsibleContent,
1552
1454
  __spreadValues({
1553
1455
  "data-slot": "collapsible-content"
@@ -1561,20 +1463,20 @@ import { Combobox as ComboboxPrimitive } from "@base-ui/react";
1561
1463
  import { CheckIcon as CheckIcon2, ChevronDownIcon as ChevronDownIcon3, XIcon } from "lucide-react";
1562
1464
 
1563
1465
  // components/ui/input-group.tsx
1564
- import { cva as cva5 } from "class-variance-authority";
1466
+ import { cva as cva4 } from "class-variance-authority";
1565
1467
 
1566
1468
  // components/ui/input.tsx
1567
- import { jsx as jsx17 } from "react/jsx-runtime";
1469
+ import { jsx as jsx15 } from "react/jsx-runtime";
1568
1470
  function Input(_a) {
1569
1471
  var _b = _a, { className, type } = _b, props = __objRest(_b, ["className", "type"]);
1570
- return /* @__PURE__ */ jsx17(
1472
+ return /* @__PURE__ */ jsx15(
1571
1473
  "input",
1572
1474
  __spreadValues({
1573
1475
  type,
1574
1476
  "data-slot": "input",
1575
1477
  className: cn(
1576
- "h-9 w-full min-w-0 rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:bg-input/30",
1577
- "focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50",
1478
+ "h-9 w-full min-w-0 rounded-sm border border-border bg-white/5 px-3 py-1 text-base text-foreground font-body shadow-xs transition-[color,box-shadow] outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-text-tertiary disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
1479
+ "focus-visible:border-primary/40 focus-visible:ring-[3px] focus-visible:ring-primary/[0.08]",
1578
1480
  "aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40",
1579
1481
  className
1580
1482
  )
@@ -1583,15 +1485,15 @@ function Input(_a) {
1583
1485
  }
1584
1486
 
1585
1487
  // components/ui/textarea.tsx
1586
- import { jsx as jsx18 } from "react/jsx-runtime";
1488
+ import { jsx as jsx16 } from "react/jsx-runtime";
1587
1489
  function Textarea(_a) {
1588
1490
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1589
- return /* @__PURE__ */ jsx18(
1491
+ return /* @__PURE__ */ jsx16(
1590
1492
  "textarea",
1591
1493
  __spreadValues({
1592
1494
  "data-slot": "textarea",
1593
1495
  className: cn(
1594
- "flex field-sizing-content min-h-16 w-full rounded-md border border-input bg-transparent px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 md:text-sm dark:bg-input/30 dark:aria-invalid:ring-destructive/40",
1496
+ "flex field-sizing-content min-h-16 w-full rounded-sm border border-border bg-white/5 px-3 py-2 text-base text-foreground font-body shadow-xs transition-[color,box-shadow] outline-none placeholder:text-text-tertiary focus-visible:border-primary/40 focus-visible:ring-[3px] focus-visible:ring-primary/[0.08] disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 md:text-sm dark:aria-invalid:ring-destructive/40",
1595
1497
  className
1596
1498
  )
1597
1499
  }, props)
@@ -1599,16 +1501,16 @@ function Textarea(_a) {
1599
1501
  }
1600
1502
 
1601
1503
  // components/ui/input-group.tsx
1602
- import { jsx as jsx19 } from "react/jsx-runtime";
1504
+ import { jsx as jsx17 } from "react/jsx-runtime";
1603
1505
  function InputGroup(_a) {
1604
1506
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1605
- return /* @__PURE__ */ jsx19(
1507
+ return /* @__PURE__ */ jsx17(
1606
1508
  "div",
1607
1509
  __spreadValues({
1608
1510
  "data-slot": "input-group",
1609
1511
  role: "group",
1610
1512
  className: cn(
1611
- "group/input-group relative flex w-full items-center rounded-md border border-input shadow-xs transition-[color,box-shadow] outline-none dark:bg-input/30",
1513
+ "group/input-group relative flex w-full items-center rounded-sm border border-border bg-white/5 shadow-xs transition-[color,box-shadow] outline-none",
1612
1514
  "h-9 min-w-0 has-[>textarea]:h-auto",
1613
1515
  // Variants based on alignment.
1614
1516
  "has-[>[data-align=inline-start]]:[&>input]:pl-2",
@@ -1616,7 +1518,7 @@ function InputGroup(_a) {
1616
1518
  "has-[>[data-align=block-start]]:h-auto has-[>[data-align=block-start]]:flex-col has-[>[data-align=block-start]]:[&>input]:pb-3",
1617
1519
  "has-[>[data-align=block-end]]:h-auto has-[>[data-align=block-end]]:flex-col has-[>[data-align=block-end]]:[&>input]:pt-3",
1618
1520
  // Focus state.
1619
- "has-[[data-slot=input-group-control]:focus-visible]:border-ring has-[[data-slot=input-group-control]:focus-visible]:ring-[3px] has-[[data-slot=input-group-control]:focus-visible]:ring-ring/50",
1521
+ "has-[[data-slot=input-group-control]:focus-visible]:border-primary/40 has-[[data-slot=input-group-control]:focus-visible]:ring-[3px] has-[[data-slot=input-group-control]:focus-visible]:ring-primary/[0.08]",
1620
1522
  // Error state.
1621
1523
  "has-[[data-slot][aria-invalid=true]]:border-destructive has-[[data-slot][aria-invalid=true]]:ring-destructive/20 dark:has-[[data-slot][aria-invalid=true]]:ring-destructive/40",
1622
1524
  className
@@ -1624,7 +1526,7 @@ function InputGroup(_a) {
1624
1526
  }, props)
1625
1527
  );
1626
1528
  }
1627
- var inputGroupAddonVariants = cva5(
1529
+ var inputGroupAddonVariants = cva4(
1628
1530
  "flex h-auto cursor-text items-center justify-center gap-2 py-1.5 text-sm font-medium text-muted-foreground select-none group-data-[disabled=true]/input-group:opacity-50 [&>kbd]:rounded-[calc(var(--radius)-5px)] [&>svg:not([class*='size-'])]:size-4",
1629
1531
  {
1630
1532
  variants: {
@@ -1648,7 +1550,7 @@ function InputGroupAddon(_a) {
1648
1550
  "className",
1649
1551
  "align"
1650
1552
  ]);
1651
- return /* @__PURE__ */ jsx19(
1553
+ return /* @__PURE__ */ jsx17(
1652
1554
  "div",
1653
1555
  __spreadValues({
1654
1556
  role: "group",
@@ -1665,7 +1567,7 @@ function InputGroupAddon(_a) {
1665
1567
  }, props)
1666
1568
  );
1667
1569
  }
1668
- var inputGroupButtonVariants = cva5(
1570
+ var inputGroupButtonVariants = cva4(
1669
1571
  "flex items-center gap-2 text-sm shadow-none",
1670
1572
  {
1671
1573
  variants: {
@@ -1693,7 +1595,7 @@ function InputGroupButton(_a) {
1693
1595
  "variant",
1694
1596
  "size"
1695
1597
  ]);
1696
- return /* @__PURE__ */ jsx19(
1598
+ return /* @__PURE__ */ jsx17(
1697
1599
  Button,
1698
1600
  __spreadValues({
1699
1601
  type,
@@ -1705,7 +1607,7 @@ function InputGroupButton(_a) {
1705
1607
  }
1706
1608
  function InputGroupText(_a) {
1707
1609
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1708
- return /* @__PURE__ */ jsx19(
1610
+ return /* @__PURE__ */ jsx17(
1709
1611
  "span",
1710
1612
  __spreadValues({
1711
1613
  className: cn(
@@ -1721,7 +1623,7 @@ function InputGroupInput(_a) {
1721
1623
  } = _b, props = __objRest(_b, [
1722
1624
  "className"
1723
1625
  ]);
1724
- return /* @__PURE__ */ jsx19(
1626
+ return /* @__PURE__ */ jsx17(
1725
1627
  Input,
1726
1628
  __spreadValues({
1727
1629
  "data-slot": "input-group-control",
@@ -1738,7 +1640,7 @@ function InputGroupTextarea(_a) {
1738
1640
  } = _b, props = __objRest(_b, [
1739
1641
  "className"
1740
1642
  ]);
1741
- return /* @__PURE__ */ jsx19(
1643
+ return /* @__PURE__ */ jsx17(
1742
1644
  Textarea,
1743
1645
  __spreadValues({
1744
1646
  "data-slot": "input-group-control",
@@ -1751,11 +1653,11 @@ function InputGroupTextarea(_a) {
1751
1653
  }
1752
1654
 
1753
1655
  // components/ui/combobox.tsx
1754
- import { jsx as jsx20, jsxs as jsxs6 } from "react/jsx-runtime";
1656
+ import { jsx as jsx18, jsxs as jsxs6 } from "react/jsx-runtime";
1755
1657
  var Combobox = ComboboxPrimitive.Root;
1756
1658
  function ComboboxValue(_a) {
1757
1659
  var props = __objRest(_a, []);
1758
- return /* @__PURE__ */ jsx20(ComboboxPrimitive.Value, __spreadValues({ "data-slot": "combobox-value" }, props));
1660
+ return /* @__PURE__ */ jsx18(ComboboxPrimitive.Value, __spreadValues({ "data-slot": "combobox-value" }, props));
1759
1661
  }
1760
1662
  function ComboboxTrigger(_a) {
1761
1663
  var _b = _a, {
@@ -1773,7 +1675,7 @@ function ComboboxTrigger(_a) {
1773
1675
  }, props), {
1774
1676
  children: [
1775
1677
  children,
1776
- /* @__PURE__ */ jsx20(
1678
+ /* @__PURE__ */ jsx18(
1777
1679
  ChevronDownIcon3,
1778
1680
  {
1779
1681
  "data-slot": "combobox-trigger-icon",
@@ -1786,14 +1688,14 @@ function ComboboxTrigger(_a) {
1786
1688
  }
1787
1689
  function ComboboxClear(_a) {
1788
1690
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1789
- return /* @__PURE__ */ jsx20(
1691
+ return /* @__PURE__ */ jsx18(
1790
1692
  ComboboxPrimitive.Clear,
1791
1693
  __spreadProps(__spreadValues({
1792
1694
  "data-slot": "combobox-clear",
1793
- render: /* @__PURE__ */ jsx20(InputGroupButton, { variant: "secondary", size: "icon-xs" }),
1695
+ render: /* @__PURE__ */ jsx18(InputGroupButton, { variant: "secondary", size: "icon-xs" }),
1794
1696
  className: cn(className)
1795
1697
  }, props), {
1796
- children: /* @__PURE__ */ jsx20(XIcon, { className: "pointer-events-none" })
1698
+ children: /* @__PURE__ */ jsx18(XIcon, { className: "pointer-events-none" })
1797
1699
  })
1798
1700
  );
1799
1701
  }
@@ -1812,14 +1714,14 @@ function ComboboxInput(_a) {
1812
1714
  "showClear"
1813
1715
  ]);
1814
1716
  return /* @__PURE__ */ jsxs6(InputGroup, { className: cn("w-auto", className), children: [
1815
- /* @__PURE__ */ jsx20(
1717
+ /* @__PURE__ */ jsx18(
1816
1718
  ComboboxPrimitive.Input,
1817
1719
  __spreadValues({
1818
- render: /* @__PURE__ */ jsx20(InputGroupInput, { disabled })
1720
+ render: /* @__PURE__ */ jsx18(InputGroupInput, { disabled })
1819
1721
  }, props)
1820
1722
  ),
1821
1723
  /* @__PURE__ */ jsxs6(InputGroupAddon, { align: "inline-end", children: [
1822
- showTrigger && /* @__PURE__ */ jsx20(
1724
+ showTrigger && /* @__PURE__ */ jsx18(
1823
1725
  InputGroupButton,
1824
1726
  {
1825
1727
  size: "icon-xs",
@@ -1828,10 +1730,10 @@ function ComboboxInput(_a) {
1828
1730
  "data-slot": "input-group-button",
1829
1731
  className: "group-has-data-[slot=combobox-clear]/input-group:hidden data-pressed:bg-transparent",
1830
1732
  disabled,
1831
- children: /* @__PURE__ */ jsx20(ComboboxTrigger, {})
1733
+ children: /* @__PURE__ */ jsx18(ComboboxTrigger, {})
1832
1734
  }
1833
1735
  ),
1834
- showClear && /* @__PURE__ */ jsx20(ComboboxClear, { disabled })
1736
+ showClear && /* @__PURE__ */ jsx18(ComboboxClear, { disabled })
1835
1737
  ] }),
1836
1738
  children
1837
1739
  ] });
@@ -1852,7 +1754,7 @@ function ComboboxContent(_a) {
1852
1754
  "alignOffset",
1853
1755
  "anchor"
1854
1756
  ]);
1855
- return /* @__PURE__ */ jsx20(ComboboxPrimitive.Portal, { children: /* @__PURE__ */ jsx20(
1757
+ return /* @__PURE__ */ jsx18(ComboboxPrimitive.Portal, { children: /* @__PURE__ */ jsx18(
1856
1758
  ComboboxPrimitive.Positioner,
1857
1759
  {
1858
1760
  side,
@@ -1861,13 +1763,13 @@ function ComboboxContent(_a) {
1861
1763
  alignOffset,
1862
1764
  anchor,
1863
1765
  className: "isolate z-50",
1864
- children: /* @__PURE__ */ jsx20(
1766
+ children: /* @__PURE__ */ jsx18(
1865
1767
  ComboboxPrimitive.Popup,
1866
1768
  __spreadValues({
1867
1769
  "data-slot": "combobox-content",
1868
1770
  "data-chips": !!anchor,
1869
1771
  className: cn(
1870
- "group/combobox-content relative max-h-96 w-(--anchor-width) max-w-(--available-width) min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden rounded-md bg-popover text-popover-foreground shadow-md ring-1 ring-foreground/10 duration-100 data-[chips=true]:min-w-(--anchor-width) 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 *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:h-8 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 *:data-[slot=input-group]:shadow-none data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",
1772
+ "group/combobox-content relative max-h-96 w-(--anchor-width) max-w-(--available-width) min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden rounded-md bg-popover text-popover-foreground shadow-md ring-1 ring-border duration-100 data-[chips=true]:min-w-(--anchor-width) 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 *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:h-8 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 *:data-[slot=input-group]:shadow-none data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",
1871
1773
  className
1872
1774
  )
1873
1775
  }, props)
@@ -1877,7 +1779,7 @@ function ComboboxContent(_a) {
1877
1779
  }
1878
1780
  function ComboboxList(_a) {
1879
1781
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1880
- return /* @__PURE__ */ jsx20(
1782
+ return /* @__PURE__ */ jsx18(
1881
1783
  ComboboxPrimitive.List,
1882
1784
  __spreadValues({
1883
1785
  "data-slot": "combobox-list",
@@ -1907,12 +1809,12 @@ function ComboboxItem(_a) {
1907
1809
  }, props), {
1908
1810
  children: [
1909
1811
  children,
1910
- /* @__PURE__ */ jsx20(
1812
+ /* @__PURE__ */ jsx18(
1911
1813
  ComboboxPrimitive.ItemIndicator,
1912
1814
  {
1913
1815
  "data-slot": "combobox-item-indicator",
1914
- render: /* @__PURE__ */ jsx20("span", { className: "pointer-events-none absolute right-2 flex size-4 items-center justify-center" }),
1915
- children: /* @__PURE__ */ jsx20(CheckIcon2, { className: "pointer-events-none size-4 pointer-coarse:size-5" })
1816
+ render: /* @__PURE__ */ jsx18("span", { className: "pointer-events-none absolute right-2 flex size-4 items-center justify-center" }),
1817
+ children: /* @__PURE__ */ jsx18(CheckIcon2, { className: "pointer-events-none size-4 pointer-coarse:size-5" })
1916
1818
  }
1917
1819
  )
1918
1820
  ]
@@ -1921,7 +1823,7 @@ function ComboboxItem(_a) {
1921
1823
  }
1922
1824
  function ComboboxGroup(_a) {
1923
1825
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1924
- return /* @__PURE__ */ jsx20(
1826
+ return /* @__PURE__ */ jsx18(
1925
1827
  ComboboxPrimitive.Group,
1926
1828
  __spreadValues({
1927
1829
  "data-slot": "combobox-group",
@@ -1935,7 +1837,7 @@ function ComboboxLabel(_a) {
1935
1837
  } = _b, props = __objRest(_b, [
1936
1838
  "className"
1937
1839
  ]);
1938
- return /* @__PURE__ */ jsx20(
1840
+ return /* @__PURE__ */ jsx18(
1939
1841
  ComboboxPrimitive.GroupLabel,
1940
1842
  __spreadValues({
1941
1843
  "data-slot": "combobox-label",
@@ -1948,11 +1850,11 @@ function ComboboxLabel(_a) {
1948
1850
  }
1949
1851
  function ComboboxCollection(_a) {
1950
1852
  var props = __objRest(_a, []);
1951
- return /* @__PURE__ */ jsx20(ComboboxPrimitive.Collection, __spreadValues({ "data-slot": "combobox-collection" }, props));
1853
+ return /* @__PURE__ */ jsx18(ComboboxPrimitive.Collection, __spreadValues({ "data-slot": "combobox-collection" }, props));
1952
1854
  }
1953
1855
  function ComboboxEmpty(_a) {
1954
1856
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1955
- return /* @__PURE__ */ jsx20(
1857
+ return /* @__PURE__ */ jsx18(
1956
1858
  ComboboxPrimitive.Empty,
1957
1859
  __spreadValues({
1958
1860
  "data-slot": "combobox-empty",
@@ -1969,7 +1871,7 @@ function ComboboxSeparator(_a) {
1969
1871
  } = _b, props = __objRest(_b, [
1970
1872
  "className"
1971
1873
  ]);
1972
- return /* @__PURE__ */ jsx20(
1874
+ return /* @__PURE__ */ jsx18(
1973
1875
  ComboboxPrimitive.Separator,
1974
1876
  __spreadValues({
1975
1877
  "data-slot": "combobox-separator",
@@ -1983,7 +1885,7 @@ function ComboboxChips(_a) {
1983
1885
  } = _b, props = __objRest(_b, [
1984
1886
  "className"
1985
1887
  ]);
1986
- return /* @__PURE__ */ jsx20(
1888
+ return /* @__PURE__ */ jsx18(
1987
1889
  ComboboxPrimitive.Chips,
1988
1890
  __spreadValues({
1989
1891
  "data-slot": "combobox-chips",
@@ -2015,13 +1917,13 @@ function ComboboxChip(_a) {
2015
1917
  }, props), {
2016
1918
  children: [
2017
1919
  children,
2018
- showRemove && /* @__PURE__ */ jsx20(
1920
+ showRemove && /* @__PURE__ */ jsx18(
2019
1921
  ComboboxPrimitive.ChipRemove,
2020
1922
  {
2021
- render: /* @__PURE__ */ jsx20(Button, { variant: "secondary", size: "icon-xs" }),
1923
+ render: /* @__PURE__ */ jsx18(Button, { variant: "secondary", size: "icon-xs" }),
2022
1924
  className: "-ml-1 opacity-50 hover:opacity-100",
2023
1925
  "data-slot": "combobox-chip-remove",
2024
- children: /* @__PURE__ */ jsx20(XIcon, { className: "pointer-events-none" })
1926
+ children: /* @__PURE__ */ jsx18(XIcon, { className: "pointer-events-none" })
2025
1927
  }
2026
1928
  )
2027
1929
  ]
@@ -2036,7 +1938,7 @@ function ComboboxChipsInput(_a) {
2036
1938
  "className",
2037
1939
  "children"
2038
1940
  ]);
2039
- return /* @__PURE__ */ jsx20(
1941
+ return /* @__PURE__ */ jsx18(
2040
1942
  ComboboxPrimitive.Input,
2041
1943
  __spreadValues({
2042
1944
  "data-slot": "combobox-chip-input",
@@ -2055,22 +1957,22 @@ import { SearchIcon } from "lucide-react";
2055
1957
  // components/ui/dialog.tsx
2056
1958
  import { XIcon as XIcon2 } from "lucide-react";
2057
1959
  import { Dialog as DialogPrimitive } from "radix-ui";
2058
- import { jsx as jsx21, jsxs as jsxs7 } from "react/jsx-runtime";
1960
+ import { jsx as jsx19, jsxs as jsxs7 } from "react/jsx-runtime";
2059
1961
  function Dialog(_a) {
2060
1962
  var props = __objRest(_a, []);
2061
- return /* @__PURE__ */ jsx21(DialogPrimitive.Root, __spreadValues({ "data-slot": "dialog" }, props));
1963
+ return /* @__PURE__ */ jsx19(DialogPrimitive.Root, __spreadValues({ "data-slot": "dialog" }, props));
2062
1964
  }
2063
1965
  function DialogTrigger(_a) {
2064
1966
  var props = __objRest(_a, []);
2065
- return /* @__PURE__ */ jsx21(DialogPrimitive.Trigger, __spreadValues({ "data-slot": "dialog-trigger" }, props));
1967
+ return /* @__PURE__ */ jsx19(DialogPrimitive.Trigger, __spreadValues({ "data-slot": "dialog-trigger" }, props));
2066
1968
  }
2067
1969
  function DialogPortal(_a) {
2068
1970
  var props = __objRest(_a, []);
2069
- return /* @__PURE__ */ jsx21(DialogPrimitive.Portal, __spreadValues({ "data-slot": "dialog-portal" }, props));
1971
+ return /* @__PURE__ */ jsx19(DialogPrimitive.Portal, __spreadValues({ "data-slot": "dialog-portal" }, props));
2070
1972
  }
2071
1973
  function DialogClose(_a) {
2072
1974
  var props = __objRest(_a, []);
2073
- return /* @__PURE__ */ jsx21(DialogPrimitive.Close, __spreadValues({ "data-slot": "dialog-close" }, props));
1975
+ return /* @__PURE__ */ jsx19(DialogPrimitive.Close, __spreadValues({ "data-slot": "dialog-close" }, props));
2074
1976
  }
2075
1977
  function DialogOverlay(_a) {
2076
1978
  var _b = _a, {
@@ -2078,12 +1980,12 @@ function DialogOverlay(_a) {
2078
1980
  } = _b, props = __objRest(_b, [
2079
1981
  "className"
2080
1982
  ]);
2081
- return /* @__PURE__ */ jsx21(
1983
+ return /* @__PURE__ */ jsx19(
2082
1984
  DialogPrimitive.Overlay,
2083
1985
  __spreadValues({
2084
1986
  "data-slot": "dialog-overlay",
2085
1987
  className: cn(
2086
- "fixed inset-0 z-50 bg-black/50 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0",
1988
+ "fixed inset-0 z-50 bg-overlay data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0",
2087
1989
  className
2088
1990
  )
2089
1991
  }, props)
@@ -2100,13 +2002,13 @@ function DialogContent(_a) {
2100
2002
  "showCloseButton"
2101
2003
  ]);
2102
2004
  return /* @__PURE__ */ jsxs7(DialogPortal, { "data-slot": "dialog-portal", children: [
2103
- /* @__PURE__ */ jsx21(DialogOverlay, {}),
2005
+ /* @__PURE__ */ jsx19(DialogOverlay, {}),
2104
2006
  /* @__PURE__ */ jsxs7(
2105
2007
  DialogPrimitive.Content,
2106
2008
  __spreadProps(__spreadValues({
2107
2009
  "data-slot": "dialog-content",
2108
2010
  className: cn(
2109
- "fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border bg-background p-6 shadow-lg duration-200 outline-none data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 sm:max-w-lg",
2011
+ "fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-sm border bg-background p-6 shadow-lg duration-200 outline-none data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 sm:max-w-lg",
2110
2012
  className
2111
2013
  )
2112
2014
  }, props), {
@@ -2118,8 +2020,8 @@ function DialogContent(_a) {
2118
2020
  "data-slot": "dialog-close",
2119
2021
  className: "absolute top-4 right-4 rounded-xs opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:ring-2 focus:ring-ring focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
2120
2022
  children: [
2121
- /* @__PURE__ */ jsx21(XIcon2, {}),
2122
- /* @__PURE__ */ jsx21("span", { className: "sr-only", children: "Close" })
2023
+ /* @__PURE__ */ jsx19(XIcon2, {}),
2024
+ /* @__PURE__ */ jsx19("span", { className: "sr-only", children: "Close" })
2123
2025
  ]
2124
2026
  }
2125
2027
  )
@@ -2130,7 +2032,7 @@ function DialogContent(_a) {
2130
2032
  }
2131
2033
  function DialogHeader(_a) {
2132
2034
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
2133
- return /* @__PURE__ */ jsx21(
2035
+ return /* @__PURE__ */ jsx19(
2134
2036
  "div",
2135
2037
  __spreadValues({
2136
2038
  "data-slot": "dialog-header",
@@ -2159,7 +2061,7 @@ function DialogFooter(_a) {
2159
2061
  }, props), {
2160
2062
  children: [
2161
2063
  children,
2162
- showCloseButton && /* @__PURE__ */ jsx21(DialogPrimitive.Close, { asChild: true, children: /* @__PURE__ */ jsx21(Button, { variant: "secondary", children: "Close" }) })
2064
+ showCloseButton && /* @__PURE__ */ jsx19(DialogPrimitive.Close, { asChild: true, children: /* @__PURE__ */ jsx19(Button, { variant: "secondary", children: "Close" }) })
2163
2065
  ]
2164
2066
  })
2165
2067
  );
@@ -2170,11 +2072,11 @@ function DialogTitle(_a) {
2170
2072
  } = _b, props = __objRest(_b, [
2171
2073
  "className"
2172
2074
  ]);
2173
- return /* @__PURE__ */ jsx21(
2075
+ return /* @__PURE__ */ jsx19(
2174
2076
  DialogPrimitive.Title,
2175
2077
  __spreadValues({
2176
2078
  "data-slot": "dialog-title",
2177
- className: cn("text-lg leading-none font-semibold", className)
2079
+ className: cn("text-lg leading-none font-semibold font-display", className)
2178
2080
  }, props)
2179
2081
  );
2180
2082
  }
@@ -2184,7 +2086,7 @@ function DialogDescription(_a) {
2184
2086
  } = _b, props = __objRest(_b, [
2185
2087
  "className"
2186
2088
  ]);
2187
- return /* @__PURE__ */ jsx21(
2089
+ return /* @__PURE__ */ jsx19(
2188
2090
  DialogPrimitive.Description,
2189
2091
  __spreadValues({
2190
2092
  "data-slot": "dialog-description",
@@ -2194,19 +2096,19 @@ function DialogDescription(_a) {
2194
2096
  }
2195
2097
 
2196
2098
  // components/ui/command.tsx
2197
- import { jsx as jsx22, jsxs as jsxs8 } from "react/jsx-runtime";
2099
+ import { jsx as jsx20, jsxs as jsxs8 } from "react/jsx-runtime";
2198
2100
  function Command(_a) {
2199
2101
  var _b = _a, {
2200
2102
  className
2201
2103
  } = _b, props = __objRest(_b, [
2202
2104
  "className"
2203
2105
  ]);
2204
- return /* @__PURE__ */ jsx22(
2106
+ return /* @__PURE__ */ jsx20(
2205
2107
  CommandPrimitive,
2206
2108
  __spreadValues({
2207
2109
  "data-slot": "command",
2208
2110
  className: cn(
2209
- "flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",
2111
+ "flex h-full w-full flex-col overflow-hidden rounded-sm bg-popover text-popover-foreground",
2210
2112
  className
2211
2113
  )
2212
2114
  }, props)
@@ -2228,15 +2130,15 @@ function CommandDialog(_a) {
2228
2130
  ]);
2229
2131
  return /* @__PURE__ */ jsxs8(Dialog, __spreadProps(__spreadValues({}, props), { children: [
2230
2132
  /* @__PURE__ */ jsxs8(DialogHeader, { className: "sr-only", children: [
2231
- /* @__PURE__ */ jsx22(DialogTitle, { children: title }),
2232
- /* @__PURE__ */ jsx22(DialogDescription, { children: description })
2133
+ /* @__PURE__ */ jsx20(DialogTitle, { children: title }),
2134
+ /* @__PURE__ */ jsx20(DialogDescription, { children: description })
2233
2135
  ] }),
2234
- /* @__PURE__ */ jsx22(
2136
+ /* @__PURE__ */ jsx20(
2235
2137
  DialogContent,
2236
2138
  {
2237
2139
  className: cn("overflow-hidden p-0", className),
2238
2140
  showCloseButton,
2239
- children: /* @__PURE__ */ jsx22(Command, { className: "**:data-[slot=command-input-wrapper]:h-12 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]]:px-2 [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5", children })
2141
+ children: /* @__PURE__ */ jsx20(Command, { className: "**:data-[slot=command-input-wrapper]:h-12 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]]:px-2 [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5", children })
2240
2142
  }
2241
2143
  )
2242
2144
  ] }));
@@ -2253,8 +2155,8 @@ function CommandInput(_a) {
2253
2155
  "data-slot": "command-input-wrapper",
2254
2156
  className: "flex h-9 items-center gap-2 border-b px-3",
2255
2157
  children: [
2256
- /* @__PURE__ */ jsx22(SearchIcon, { className: "size-4 shrink-0 opacity-50" }),
2257
- /* @__PURE__ */ jsx22(
2158
+ /* @__PURE__ */ jsx20(SearchIcon, { className: "size-4 shrink-0 opacity-50" }),
2159
+ /* @__PURE__ */ jsx20(
2258
2160
  CommandPrimitive.Input,
2259
2161
  __spreadValues({
2260
2162
  "data-slot": "command-input",
@@ -2274,7 +2176,7 @@ function CommandList(_a) {
2274
2176
  } = _b, props = __objRest(_b, [
2275
2177
  "className"
2276
2178
  ]);
2277
- return /* @__PURE__ */ jsx22(
2179
+ return /* @__PURE__ */ jsx20(
2278
2180
  CommandPrimitive.List,
2279
2181
  __spreadValues({
2280
2182
  "data-slot": "command-list",
@@ -2287,7 +2189,7 @@ function CommandList(_a) {
2287
2189
  }
2288
2190
  function CommandEmpty(_a) {
2289
2191
  var props = __objRest(_a, []);
2290
- return /* @__PURE__ */ jsx22(
2192
+ return /* @__PURE__ */ jsx20(
2291
2193
  CommandPrimitive.Empty,
2292
2194
  __spreadValues({
2293
2195
  "data-slot": "command-empty",
@@ -2301,7 +2203,7 @@ function CommandGroup(_a) {
2301
2203
  } = _b, props = __objRest(_b, [
2302
2204
  "className"
2303
2205
  ]);
2304
- return /* @__PURE__ */ jsx22(
2206
+ return /* @__PURE__ */ jsx20(
2305
2207
  CommandPrimitive.Group,
2306
2208
  __spreadValues({
2307
2209
  "data-slot": "command-group",
@@ -2318,7 +2220,7 @@ function CommandSeparator(_a) {
2318
2220
  } = _b, props = __objRest(_b, [
2319
2221
  "className"
2320
2222
  ]);
2321
- return /* @__PURE__ */ jsx22(
2223
+ return /* @__PURE__ */ jsx20(
2322
2224
  CommandPrimitive.Separator,
2323
2225
  __spreadValues({
2324
2226
  "data-slot": "command-separator",
@@ -2332,7 +2234,7 @@ function CommandItem(_a) {
2332
2234
  } = _b, props = __objRest(_b, [
2333
2235
  "className"
2334
2236
  ]);
2335
- return /* @__PURE__ */ jsx22(
2237
+ return /* @__PURE__ */ jsx20(
2336
2238
  CommandPrimitive.Item,
2337
2239
  __spreadValues({
2338
2240
  "data-slot": "command-item",
@@ -2349,7 +2251,7 @@ function CommandShortcut(_a) {
2349
2251
  } = _b, props = __objRest(_b, [
2350
2252
  "className"
2351
2253
  ]);
2352
- return /* @__PURE__ */ jsx22(
2254
+ return /* @__PURE__ */ jsx20(
2353
2255
  "span",
2354
2256
  __spreadValues({
2355
2257
  "data-slot": "command-shortcut",
@@ -2364,30 +2266,30 @@ function CommandShortcut(_a) {
2364
2266
  // components/ui/context-menu.tsx
2365
2267
  import { CheckIcon as CheckIcon3, ChevronRightIcon as ChevronRightIcon2, CircleIcon } from "lucide-react";
2366
2268
  import { ContextMenu as ContextMenuPrimitive } from "radix-ui";
2367
- import { jsx as jsx23, jsxs as jsxs9 } from "react/jsx-runtime";
2269
+ import { jsx as jsx21, jsxs as jsxs9 } from "react/jsx-runtime";
2368
2270
  function ContextMenu(_a) {
2369
2271
  var props = __objRest(_a, []);
2370
- return /* @__PURE__ */ jsx23(ContextMenuPrimitive.Root, __spreadValues({ "data-slot": "context-menu" }, props));
2272
+ return /* @__PURE__ */ jsx21(ContextMenuPrimitive.Root, __spreadValues({ "data-slot": "context-menu" }, props));
2371
2273
  }
2372
2274
  function ContextMenuTrigger(_a) {
2373
2275
  var props = __objRest(_a, []);
2374
- return /* @__PURE__ */ jsx23(ContextMenuPrimitive.Trigger, __spreadValues({ "data-slot": "context-menu-trigger" }, props));
2276
+ return /* @__PURE__ */ jsx21(ContextMenuPrimitive.Trigger, __spreadValues({ "data-slot": "context-menu-trigger" }, props));
2375
2277
  }
2376
2278
  function ContextMenuGroup(_a) {
2377
2279
  var props = __objRest(_a, []);
2378
- return /* @__PURE__ */ jsx23(ContextMenuPrimitive.Group, __spreadValues({ "data-slot": "context-menu-group" }, props));
2280
+ return /* @__PURE__ */ jsx21(ContextMenuPrimitive.Group, __spreadValues({ "data-slot": "context-menu-group" }, props));
2379
2281
  }
2380
2282
  function ContextMenuPortal(_a) {
2381
2283
  var props = __objRest(_a, []);
2382
- return /* @__PURE__ */ jsx23(ContextMenuPrimitive.Portal, __spreadValues({ "data-slot": "context-menu-portal" }, props));
2284
+ return /* @__PURE__ */ jsx21(ContextMenuPrimitive.Portal, __spreadValues({ "data-slot": "context-menu-portal" }, props));
2383
2285
  }
2384
2286
  function ContextMenuSub(_a) {
2385
2287
  var props = __objRest(_a, []);
2386
- return /* @__PURE__ */ jsx23(ContextMenuPrimitive.Sub, __spreadValues({ "data-slot": "context-menu-sub" }, props));
2288
+ return /* @__PURE__ */ jsx21(ContextMenuPrimitive.Sub, __spreadValues({ "data-slot": "context-menu-sub" }, props));
2387
2289
  }
2388
2290
  function ContextMenuRadioGroup(_a) {
2389
2291
  var props = __objRest(_a, []);
2390
- return /* @__PURE__ */ jsx23(
2292
+ return /* @__PURE__ */ jsx21(
2391
2293
  ContextMenuPrimitive.RadioGroup,
2392
2294
  __spreadValues({
2393
2295
  "data-slot": "context-menu-radio-group"
@@ -2416,7 +2318,7 @@ function ContextMenuSubTrigger(_a) {
2416
2318
  }, props), {
2417
2319
  children: [
2418
2320
  children,
2419
- /* @__PURE__ */ jsx23(ChevronRightIcon2, { className: "ml-auto" })
2321
+ /* @__PURE__ */ jsx21(ChevronRightIcon2, { className: "ml-auto" })
2420
2322
  ]
2421
2323
  })
2422
2324
  );
@@ -2427,7 +2329,7 @@ function ContextMenuSubContent(_a) {
2427
2329
  } = _b, props = __objRest(_b, [
2428
2330
  "className"
2429
2331
  ]);
2430
- return /* @__PURE__ */ jsx23(
2332
+ return /* @__PURE__ */ jsx21(
2431
2333
  ContextMenuPrimitive.SubContent,
2432
2334
  __spreadValues({
2433
2335
  "data-slot": "context-menu-sub-content",
@@ -2444,7 +2346,7 @@ function ContextMenuContent(_a) {
2444
2346
  } = _b, props = __objRest(_b, [
2445
2347
  "className"
2446
2348
  ]);
2447
- return /* @__PURE__ */ jsx23(ContextMenuPrimitive.Portal, { children: /* @__PURE__ */ jsx23(
2349
+ return /* @__PURE__ */ jsx21(ContextMenuPrimitive.Portal, { children: /* @__PURE__ */ jsx21(
2448
2350
  ContextMenuPrimitive.Content,
2449
2351
  __spreadValues({
2450
2352
  "data-slot": "context-menu-content",
@@ -2465,7 +2367,7 @@ function ContextMenuItem(_a) {
2465
2367
  "inset",
2466
2368
  "variant"
2467
2369
  ]);
2468
- return /* @__PURE__ */ jsx23(
2370
+ return /* @__PURE__ */ jsx21(
2469
2371
  ContextMenuPrimitive.Item,
2470
2372
  __spreadValues({
2471
2373
  "data-slot": "context-menu-item",
@@ -2499,7 +2401,7 @@ function ContextMenuCheckboxItem(_a) {
2499
2401
  checked
2500
2402
  }, props), {
2501
2403
  children: [
2502
- /* @__PURE__ */ jsx23("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx23(ContextMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx23(CheckIcon3, { className: "size-4" }) }) }),
2404
+ /* @__PURE__ */ jsx21("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx21(ContextMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx21(CheckIcon3, { className: "size-4" }) }) }),
2503
2405
  children
2504
2406
  ]
2505
2407
  })
@@ -2523,7 +2425,7 @@ function ContextMenuRadioItem(_a) {
2523
2425
  )
2524
2426
  }, props), {
2525
2427
  children: [
2526
- /* @__PURE__ */ jsx23("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx23(ContextMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx23(CircleIcon, { className: "size-2 fill-current" }) }) }),
2428
+ /* @__PURE__ */ jsx21("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx21(ContextMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx21(CircleIcon, { className: "size-2 fill-current" }) }) }),
2527
2429
  children
2528
2430
  ]
2529
2431
  })
@@ -2537,7 +2439,7 @@ function ContextMenuLabel(_a) {
2537
2439
  "className",
2538
2440
  "inset"
2539
2441
  ]);
2540
- return /* @__PURE__ */ jsx23(
2442
+ return /* @__PURE__ */ jsx21(
2541
2443
  ContextMenuPrimitive.Label,
2542
2444
  __spreadValues({
2543
2445
  "data-slot": "context-menu-label",
@@ -2555,7 +2457,7 @@ function ContextMenuSeparator(_a) {
2555
2457
  } = _b, props = __objRest(_b, [
2556
2458
  "className"
2557
2459
  ]);
2558
- return /* @__PURE__ */ jsx23(
2460
+ return /* @__PURE__ */ jsx21(
2559
2461
  ContextMenuPrimitive.Separator,
2560
2462
  __spreadValues({
2561
2463
  "data-slot": "context-menu-separator",
@@ -2569,7 +2471,7 @@ function ContextMenuShortcut(_a) {
2569
2471
  } = _b, props = __objRest(_b, [
2570
2472
  "className"
2571
2473
  ]);
2572
- return /* @__PURE__ */ jsx23(
2474
+ return /* @__PURE__ */ jsx21(
2573
2475
  "span",
2574
2476
  __spreadValues({
2575
2477
  "data-slot": "context-menu-shortcut",
@@ -2583,34 +2485,34 @@ function ContextMenuShortcut(_a) {
2583
2485
 
2584
2486
  // components/ui/direction.tsx
2585
2487
  import { Direction } from "radix-ui";
2586
- import { jsx as jsx24 } from "react/jsx-runtime";
2488
+ import { jsx as jsx22 } from "react/jsx-runtime";
2587
2489
  function DirectionProvider({
2588
2490
  dir,
2589
2491
  direction,
2590
2492
  children
2591
2493
  }) {
2592
- return /* @__PURE__ */ jsx24(Direction.DirectionProvider, { dir: direction != null ? direction : dir, children });
2494
+ return /* @__PURE__ */ jsx22(Direction.DirectionProvider, { dir: direction != null ? direction : dir, children });
2593
2495
  }
2594
2496
  var useDirection = Direction.useDirection;
2595
2497
 
2596
2498
  // components/ui/drawer.tsx
2597
2499
  import { Drawer as DrawerPrimitive } from "vaul";
2598
- import { jsx as jsx25, jsxs as jsxs10 } from "react/jsx-runtime";
2500
+ import { jsx as jsx23, jsxs as jsxs10 } from "react/jsx-runtime";
2599
2501
  function Drawer(_a) {
2600
2502
  var props = __objRest(_a, []);
2601
- return /* @__PURE__ */ jsx25(DrawerPrimitive.Root, __spreadValues({ "data-slot": "drawer" }, props));
2503
+ return /* @__PURE__ */ jsx23(DrawerPrimitive.Root, __spreadValues({ "data-slot": "drawer" }, props));
2602
2504
  }
2603
2505
  function DrawerTrigger(_a) {
2604
2506
  var props = __objRest(_a, []);
2605
- return /* @__PURE__ */ jsx25(DrawerPrimitive.Trigger, __spreadValues({ "data-slot": "drawer-trigger" }, props));
2507
+ return /* @__PURE__ */ jsx23(DrawerPrimitive.Trigger, __spreadValues({ "data-slot": "drawer-trigger" }, props));
2606
2508
  }
2607
2509
  function DrawerPortal(_a) {
2608
2510
  var props = __objRest(_a, []);
2609
- return /* @__PURE__ */ jsx25(DrawerPrimitive.Portal, __spreadValues({ "data-slot": "drawer-portal" }, props));
2511
+ return /* @__PURE__ */ jsx23(DrawerPrimitive.Portal, __spreadValues({ "data-slot": "drawer-portal" }, props));
2610
2512
  }
2611
2513
  function DrawerClose(_a) {
2612
2514
  var props = __objRest(_a, []);
2613
- return /* @__PURE__ */ jsx25(DrawerPrimitive.Close, __spreadValues({ "data-slot": "drawer-close" }, props));
2515
+ return /* @__PURE__ */ jsx23(DrawerPrimitive.Close, __spreadValues({ "data-slot": "drawer-close" }, props));
2614
2516
  }
2615
2517
  function DrawerOverlay(_a) {
2616
2518
  var _b = _a, {
@@ -2618,12 +2520,12 @@ function DrawerOverlay(_a) {
2618
2520
  } = _b, props = __objRest(_b, [
2619
2521
  "className"
2620
2522
  ]);
2621
- return /* @__PURE__ */ jsx25(
2523
+ return /* @__PURE__ */ jsx23(
2622
2524
  DrawerPrimitive.Overlay,
2623
2525
  __spreadValues({
2624
2526
  "data-slot": "drawer-overlay",
2625
2527
  className: cn(
2626
- "fixed inset-0 z-50 bg-black/50 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0",
2528
+ "fixed inset-0 z-50 bg-overlay data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0",
2627
2529
  className
2628
2530
  )
2629
2531
  }, props)
@@ -2638,7 +2540,7 @@ function DrawerContent(_a) {
2638
2540
  "children"
2639
2541
  ]);
2640
2542
  return /* @__PURE__ */ jsxs10(DrawerPortal, { "data-slot": "drawer-portal", children: [
2641
- /* @__PURE__ */ jsx25(DrawerOverlay, {}),
2543
+ /* @__PURE__ */ jsx23(DrawerOverlay, {}),
2642
2544
  /* @__PURE__ */ jsxs10(
2643
2545
  DrawerPrimitive.Content,
2644
2546
  __spreadProps(__spreadValues({
@@ -2653,7 +2555,7 @@ function DrawerContent(_a) {
2653
2555
  )
2654
2556
  }, props), {
2655
2557
  children: [
2656
- /* @__PURE__ */ jsx25("div", { className: "mx-auto mt-4 hidden h-2 w-[100px] shrink-0 rounded-full bg-muted group-data-[vaul-drawer-direction=bottom]/drawer-content:block" }),
2558
+ /* @__PURE__ */ jsx23("div", { className: "mx-auto mt-4 hidden h-2 w-[100px] shrink-0 rounded-full bg-muted group-data-[vaul-drawer-direction=bottom]/drawer-content:block" }),
2657
2559
  children
2658
2560
  ]
2659
2561
  })
@@ -2662,7 +2564,7 @@ function DrawerContent(_a) {
2662
2564
  }
2663
2565
  function DrawerHeader(_a) {
2664
2566
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
2665
- return /* @__PURE__ */ jsx25(
2567
+ return /* @__PURE__ */ jsx23(
2666
2568
  "div",
2667
2569
  __spreadValues({
2668
2570
  "data-slot": "drawer-header",
@@ -2675,7 +2577,7 @@ function DrawerHeader(_a) {
2675
2577
  }
2676
2578
  function DrawerFooter(_a) {
2677
2579
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
2678
- return /* @__PURE__ */ jsx25(
2580
+ return /* @__PURE__ */ jsx23(
2679
2581
  "div",
2680
2582
  __spreadValues({
2681
2583
  "data-slot": "drawer-footer",
@@ -2689,11 +2591,11 @@ function DrawerTitle(_a) {
2689
2591
  } = _b, props = __objRest(_b, [
2690
2592
  "className"
2691
2593
  ]);
2692
- return /* @__PURE__ */ jsx25(
2594
+ return /* @__PURE__ */ jsx23(
2693
2595
  DrawerPrimitive.Title,
2694
2596
  __spreadValues({
2695
2597
  "data-slot": "drawer-title",
2696
- className: cn("font-semibold text-foreground", className)
2598
+ className: cn("font-semibold font-display text-foreground", className)
2697
2599
  }, props)
2698
2600
  );
2699
2601
  }
@@ -2703,7 +2605,7 @@ function DrawerDescription(_a) {
2703
2605
  } = _b, props = __objRest(_b, [
2704
2606
  "className"
2705
2607
  ]);
2706
- return /* @__PURE__ */ jsx25(
2608
+ return /* @__PURE__ */ jsx23(
2707
2609
  DrawerPrimitive.Description,
2708
2610
  __spreadValues({
2709
2611
  "data-slot": "drawer-description",
@@ -2715,18 +2617,18 @@ function DrawerDescription(_a) {
2715
2617
  // components/ui/dropdown-menu.tsx
2716
2618
  import { CheckIcon as CheckIcon4, ChevronRightIcon as ChevronRightIcon3, CircleIcon as CircleIcon2 } from "lucide-react";
2717
2619
  import { DropdownMenu as DropdownMenuPrimitive } from "radix-ui";
2718
- import { jsx as jsx26, jsxs as jsxs11 } from "react/jsx-runtime";
2620
+ import { jsx as jsx24, jsxs as jsxs11 } from "react/jsx-runtime";
2719
2621
  function DropdownMenu(_a) {
2720
2622
  var props = __objRest(_a, []);
2721
- return /* @__PURE__ */ jsx26(DropdownMenuPrimitive.Root, __spreadValues({ "data-slot": "dropdown-menu" }, props));
2623
+ return /* @__PURE__ */ jsx24(DropdownMenuPrimitive.Root, __spreadValues({ "data-slot": "dropdown-menu" }, props));
2722
2624
  }
2723
2625
  function DropdownMenuPortal(_a) {
2724
2626
  var props = __objRest(_a, []);
2725
- return /* @__PURE__ */ jsx26(DropdownMenuPrimitive.Portal, __spreadValues({ "data-slot": "dropdown-menu-portal" }, props));
2627
+ return /* @__PURE__ */ jsx24(DropdownMenuPrimitive.Portal, __spreadValues({ "data-slot": "dropdown-menu-portal" }, props));
2726
2628
  }
2727
2629
  function DropdownMenuTrigger(_a) {
2728
2630
  var props = __objRest(_a, []);
2729
- return /* @__PURE__ */ jsx26(
2631
+ return /* @__PURE__ */ jsx24(
2730
2632
  DropdownMenuPrimitive.Trigger,
2731
2633
  __spreadValues({
2732
2634
  "data-slot": "dropdown-menu-trigger"
@@ -2741,13 +2643,13 @@ function DropdownMenuContent(_a) {
2741
2643
  "className",
2742
2644
  "sideOffset"
2743
2645
  ]);
2744
- return /* @__PURE__ */ jsx26(DropdownMenuPrimitive.Portal, { children: /* @__PURE__ */ jsx26(
2646
+ return /* @__PURE__ */ jsx24(DropdownMenuPrimitive.Portal, { children: /* @__PURE__ */ jsx24(
2745
2647
  DropdownMenuPrimitive.Content,
2746
2648
  __spreadValues({
2747
2649
  "data-slot": "dropdown-menu-content",
2748
2650
  sideOffset,
2749
2651
  className: cn(
2750
- "z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border bg-popover p-1 text-popover-foreground shadow-md 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 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
2652
+ "z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-sm border bg-popover p-1 text-popover-foreground shadow-md 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 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
2751
2653
  className
2752
2654
  )
2753
2655
  }, props)
@@ -2755,7 +2657,7 @@ function DropdownMenuContent(_a) {
2755
2657
  }
2756
2658
  function DropdownMenuGroup(_a) {
2757
2659
  var props = __objRest(_a, []);
2758
- return /* @__PURE__ */ jsx26(DropdownMenuPrimitive.Group, __spreadValues({ "data-slot": "dropdown-menu-group" }, props));
2660
+ return /* @__PURE__ */ jsx24(DropdownMenuPrimitive.Group, __spreadValues({ "data-slot": "dropdown-menu-group" }, props));
2759
2661
  }
2760
2662
  function DropdownMenuItem(_a) {
2761
2663
  var _b = _a, {
@@ -2767,7 +2669,7 @@ function DropdownMenuItem(_a) {
2767
2669
  "inset",
2768
2670
  "variant"
2769
2671
  ]);
2770
- return /* @__PURE__ */ jsx26(
2672
+ return /* @__PURE__ */ jsx24(
2771
2673
  DropdownMenuPrimitive.Item,
2772
2674
  __spreadValues({
2773
2675
  "data-slot": "dropdown-menu-item",
@@ -2801,7 +2703,7 @@ function DropdownMenuCheckboxItem(_a) {
2801
2703
  checked
2802
2704
  }, props), {
2803
2705
  children: [
2804
- /* @__PURE__ */ jsx26("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx26(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx26(CheckIcon4, { className: "size-4" }) }) }),
2706
+ /* @__PURE__ */ jsx24("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx24(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx24(CheckIcon4, { className: "size-4" }) }) }),
2805
2707
  children
2806
2708
  ]
2807
2709
  })
@@ -2809,7 +2711,7 @@ function DropdownMenuCheckboxItem(_a) {
2809
2711
  }
2810
2712
  function DropdownMenuRadioGroup(_a) {
2811
2713
  var props = __objRest(_a, []);
2812
- return /* @__PURE__ */ jsx26(
2714
+ return /* @__PURE__ */ jsx24(
2813
2715
  DropdownMenuPrimitive.RadioGroup,
2814
2716
  __spreadValues({
2815
2717
  "data-slot": "dropdown-menu-radio-group"
@@ -2834,7 +2736,7 @@ function DropdownMenuRadioItem(_a) {
2834
2736
  )
2835
2737
  }, props), {
2836
2738
  children: [
2837
- /* @__PURE__ */ jsx26("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx26(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx26(CircleIcon2, { className: "size-2 fill-current" }) }) }),
2739
+ /* @__PURE__ */ jsx24("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx24(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx24(CircleIcon2, { className: "size-2 fill-current" }) }) }),
2838
2740
  children
2839
2741
  ]
2840
2742
  })
@@ -2848,7 +2750,7 @@ function DropdownMenuLabel(_a) {
2848
2750
  "className",
2849
2751
  "inset"
2850
2752
  ]);
2851
- return /* @__PURE__ */ jsx26(
2753
+ return /* @__PURE__ */ jsx24(
2852
2754
  DropdownMenuPrimitive.Label,
2853
2755
  __spreadValues({
2854
2756
  "data-slot": "dropdown-menu-label",
@@ -2866,7 +2768,7 @@ function DropdownMenuSeparator(_a) {
2866
2768
  } = _b, props = __objRest(_b, [
2867
2769
  "className"
2868
2770
  ]);
2869
- return /* @__PURE__ */ jsx26(
2771
+ return /* @__PURE__ */ jsx24(
2870
2772
  DropdownMenuPrimitive.Separator,
2871
2773
  __spreadValues({
2872
2774
  "data-slot": "dropdown-menu-separator",
@@ -2880,7 +2782,7 @@ function DropdownMenuShortcut(_a) {
2880
2782
  } = _b, props = __objRest(_b, [
2881
2783
  "className"
2882
2784
  ]);
2883
- return /* @__PURE__ */ jsx26(
2785
+ return /* @__PURE__ */ jsx24(
2884
2786
  "span",
2885
2787
  __spreadValues({
2886
2788
  "data-slot": "dropdown-menu-shortcut",
@@ -2893,7 +2795,7 @@ function DropdownMenuShortcut(_a) {
2893
2795
  }
2894
2796
  function DropdownMenuSub(_a) {
2895
2797
  var props = __objRest(_a, []);
2896
- return /* @__PURE__ */ jsx26(DropdownMenuPrimitive.Sub, __spreadValues({ "data-slot": "dropdown-menu-sub" }, props));
2798
+ return /* @__PURE__ */ jsx24(DropdownMenuPrimitive.Sub, __spreadValues({ "data-slot": "dropdown-menu-sub" }, props));
2897
2799
  }
2898
2800
  function DropdownMenuSubTrigger(_a) {
2899
2801
  var _b = _a, {
@@ -2917,7 +2819,7 @@ function DropdownMenuSubTrigger(_a) {
2917
2819
  }, props), {
2918
2820
  children: [
2919
2821
  children,
2920
- /* @__PURE__ */ jsx26(ChevronRightIcon3, { className: "ml-auto size-4" })
2822
+ /* @__PURE__ */ jsx24(ChevronRightIcon3, { className: "ml-auto size-4" })
2921
2823
  ]
2922
2824
  })
2923
2825
  );
@@ -2928,12 +2830,12 @@ function DropdownMenuSubContent(_a) {
2928
2830
  } = _b, props = __objRest(_b, [
2929
2831
  "className"
2930
2832
  ]);
2931
- return /* @__PURE__ */ jsx26(
2833
+ return /* @__PURE__ */ jsx24(
2932
2834
  DropdownMenuPrimitive.SubContent,
2933
2835
  __spreadValues({
2934
2836
  "data-slot": "dropdown-menu-sub-content",
2935
2837
  className: cn(
2936
- "z-50 min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg 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 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
2838
+ "z-50 min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-hidden rounded-sm border bg-popover p-1 text-popover-foreground shadow-lg 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 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
2937
2839
  className
2938
2840
  )
2939
2841
  }, props)
@@ -2941,16 +2843,16 @@ function DropdownMenuSubContent(_a) {
2941
2843
  }
2942
2844
 
2943
2845
  // components/ui/empty.tsx
2944
- import { cva as cva6 } from "class-variance-authority";
2945
- import { jsx as jsx27 } from "react/jsx-runtime";
2846
+ import { cva as cva5 } from "class-variance-authority";
2847
+ import { jsx as jsx25 } from "react/jsx-runtime";
2946
2848
  function Empty(_a) {
2947
2849
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
2948
- return /* @__PURE__ */ jsx27(
2850
+ return /* @__PURE__ */ jsx25(
2949
2851
  "div",
2950
2852
  __spreadValues({
2951
2853
  "data-slot": "empty",
2952
2854
  className: cn(
2953
- "flex min-w-0 flex-1 flex-col items-center justify-center gap-6 rounded-lg border-dashed p-6 text-center text-balance md:p-12",
2855
+ "flex min-w-0 flex-1 flex-col items-center justify-center gap-6 rounded-sm border-dashed p-6 text-center text-balance md:p-12",
2954
2856
  className
2955
2857
  )
2956
2858
  }, props)
@@ -2958,7 +2860,7 @@ function Empty(_a) {
2958
2860
  }
2959
2861
  function EmptyHeader(_a) {
2960
2862
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
2961
- return /* @__PURE__ */ jsx27(
2863
+ return /* @__PURE__ */ jsx25(
2962
2864
  "div",
2963
2865
  __spreadValues({
2964
2866
  "data-slot": "empty-header",
@@ -2969,7 +2871,7 @@ function EmptyHeader(_a) {
2969
2871
  }, props)
2970
2872
  );
2971
2873
  }
2972
- var emptyMediaVariants = cva6(
2874
+ var emptyMediaVariants = cva5(
2973
2875
  "mb-2 flex shrink-0 items-center justify-center [&_svg]:pointer-events-none [&_svg]:shrink-0",
2974
2876
  {
2975
2877
  variants: {
@@ -2991,7 +2893,7 @@ function EmptyMedia(_a) {
2991
2893
  "className",
2992
2894
  "variant"
2993
2895
  ]);
2994
- return /* @__PURE__ */ jsx27(
2896
+ return /* @__PURE__ */ jsx25(
2995
2897
  "div",
2996
2898
  __spreadValues({
2997
2899
  "data-slot": "empty-icon",
@@ -3002,7 +2904,7 @@ function EmptyMedia(_a) {
3002
2904
  }
3003
2905
  function EmptyTitle(_a) {
3004
2906
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3005
- return /* @__PURE__ */ jsx27(
2907
+ return /* @__PURE__ */ jsx25(
3006
2908
  "div",
3007
2909
  __spreadValues({
3008
2910
  "data-slot": "empty-title",
@@ -3012,7 +2914,7 @@ function EmptyTitle(_a) {
3012
2914
  }
3013
2915
  function EmptyDescription(_a) {
3014
2916
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3015
- return /* @__PURE__ */ jsx27(
2917
+ return /* @__PURE__ */ jsx25(
3016
2918
  "div",
3017
2919
  __spreadValues({
3018
2920
  "data-slot": "empty-description",
@@ -3025,7 +2927,7 @@ function EmptyDescription(_a) {
3025
2927
  }
3026
2928
  function EmptyContent(_a) {
3027
2929
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3028
- return /* @__PURE__ */ jsx27(
2930
+ return /* @__PURE__ */ jsx25(
3029
2931
  "div",
3030
2932
  __spreadValues({
3031
2933
  "data-slot": "empty-content",
@@ -3039,23 +2941,50 @@ function EmptyContent(_a) {
3039
2941
 
3040
2942
  // components/ui/field.tsx
3041
2943
  import { useMemo as useMemo2 } from "react";
3042
- import { cva as cva7 } from "class-variance-authority";
2944
+ import { cva as cva6 } from "class-variance-authority";
3043
2945
 
3044
2946
  // components/ui/label.tsx
3045
2947
  import { Label as LabelPrimitive } from "radix-ui";
3046
- import { jsx as jsx28 } from "react/jsx-runtime";
2948
+ import { jsx as jsx26 } from "react/jsx-runtime";
3047
2949
  function Label(_a) {
3048
2950
  var _b = _a, {
3049
2951
  className
3050
2952
  } = _b, props = __objRest(_b, [
3051
- "className"
2953
+ "className"
2954
+ ]);
2955
+ return /* @__PURE__ */ jsx26(
2956
+ LabelPrimitive.Root,
2957
+ __spreadValues({
2958
+ "data-slot": "label",
2959
+ className: cn(
2960
+ "flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
2961
+ className
2962
+ )
2963
+ }, props)
2964
+ );
2965
+ }
2966
+
2967
+ // components/ui/separator.tsx
2968
+ import { Separator as SeparatorPrimitive } from "radix-ui";
2969
+ import { jsx as jsx27 } from "react/jsx-runtime";
2970
+ function Separator(_a) {
2971
+ var _b = _a, {
2972
+ className,
2973
+ orientation = "horizontal",
2974
+ decorative = true
2975
+ } = _b, props = __objRest(_b, [
2976
+ "className",
2977
+ "orientation",
2978
+ "decorative"
3052
2979
  ]);
3053
- return /* @__PURE__ */ jsx28(
3054
- LabelPrimitive.Root,
2980
+ return /* @__PURE__ */ jsx27(
2981
+ SeparatorPrimitive.Root,
3055
2982
  __spreadValues({
3056
- "data-slot": "label",
2983
+ "data-slot": "separator",
2984
+ decorative,
2985
+ orientation,
3057
2986
  className: cn(
3058
- "flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
2987
+ "shrink-0 bg-border data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",
3059
2988
  className
3060
2989
  )
3061
2990
  }, props)
@@ -3063,10 +2992,10 @@ function Label(_a) {
3063
2992
  }
3064
2993
 
3065
2994
  // components/ui/field.tsx
3066
- import { jsx as jsx29, jsxs as jsxs12 } from "react/jsx-runtime";
2995
+ import { jsx as jsx28, jsxs as jsxs12 } from "react/jsx-runtime";
3067
2996
  function FieldSet(_a) {
3068
2997
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3069
- return /* @__PURE__ */ jsx29(
2998
+ return /* @__PURE__ */ jsx28(
3070
2999
  "fieldset",
3071
3000
  __spreadValues({
3072
3001
  "data-slot": "field-set",
@@ -3086,7 +3015,7 @@ function FieldLegend(_a) {
3086
3015
  "className",
3087
3016
  "variant"
3088
3017
  ]);
3089
- return /* @__PURE__ */ jsx29(
3018
+ return /* @__PURE__ */ jsx28(
3090
3019
  "legend",
3091
3020
  __spreadValues({
3092
3021
  "data-slot": "field-legend",
@@ -3102,7 +3031,7 @@ function FieldLegend(_a) {
3102
3031
  }
3103
3032
  function FieldGroup(_a) {
3104
3033
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3105
- return /* @__PURE__ */ jsx29(
3034
+ return /* @__PURE__ */ jsx28(
3106
3035
  "div",
3107
3036
  __spreadValues({
3108
3037
  "data-slot": "field-group",
@@ -3113,7 +3042,7 @@ function FieldGroup(_a) {
3113
3042
  }, props)
3114
3043
  );
3115
3044
  }
3116
- var fieldVariants = cva7(
3045
+ var fieldVariants = cva6(
3117
3046
  "group/field flex w-full gap-3 data-[invalid=true]:text-destructive",
3118
3047
  {
3119
3048
  variants: {
@@ -3144,7 +3073,7 @@ function Field(_a) {
3144
3073
  "className",
3145
3074
  "orientation"
3146
3075
  ]);
3147
- return /* @__PURE__ */ jsx29(
3076
+ return /* @__PURE__ */ jsx28(
3148
3077
  "div",
3149
3078
  __spreadValues({
3150
3079
  role: "group",
@@ -3156,7 +3085,7 @@ function Field(_a) {
3156
3085
  }
3157
3086
  function FieldContent(_a) {
3158
3087
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3159
- return /* @__PURE__ */ jsx29(
3088
+ return /* @__PURE__ */ jsx28(
3160
3089
  "div",
3161
3090
  __spreadValues({
3162
3091
  "data-slot": "field-content",
@@ -3173,7 +3102,7 @@ function FieldLabel(_a) {
3173
3102
  } = _b, props = __objRest(_b, [
3174
3103
  "className"
3175
3104
  ]);
3176
- return /* @__PURE__ */ jsx29(
3105
+ return /* @__PURE__ */ jsx28(
3177
3106
  Label,
3178
3107
  __spreadValues({
3179
3108
  "data-slot": "field-label",
@@ -3188,7 +3117,7 @@ function FieldLabel(_a) {
3188
3117
  }
3189
3118
  function FieldTitle(_a) {
3190
3119
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3191
- return /* @__PURE__ */ jsx29(
3120
+ return /* @__PURE__ */ jsx28(
3192
3121
  "div",
3193
3122
  __spreadValues({
3194
3123
  "data-slot": "field-label",
@@ -3201,7 +3130,7 @@ function FieldTitle(_a) {
3201
3130
  }
3202
3131
  function FieldDescription(_a) {
3203
3132
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3204
- return /* @__PURE__ */ jsx29(
3133
+ return /* @__PURE__ */ jsx28(
3205
3134
  "p",
3206
3135
  __spreadValues({
3207
3136
  "data-slot": "field-description",
@@ -3233,8 +3162,8 @@ function FieldSeparator(_a) {
3233
3162
  )
3234
3163
  }, props), {
3235
3164
  children: [
3236
- /* @__PURE__ */ jsx29(Separator, { className: "absolute inset-0 top-1/2" }),
3237
- children && /* @__PURE__ */ jsx29(
3165
+ /* @__PURE__ */ jsx28(Separator, { className: "absolute inset-0 top-1/2" }),
3166
+ children && /* @__PURE__ */ jsx28(
3238
3167
  "span",
3239
3168
  {
3240
3169
  className: "relative mx-auto block w-fit bg-background px-2 text-muted-foreground",
@@ -3270,14 +3199,14 @@ function FieldError(_a) {
3270
3199
  if ((uniqueErrors == null ? void 0 : uniqueErrors.length) == 1) {
3271
3200
  return (_a2 = uniqueErrors[0]) == null ? void 0 : _a2.message;
3272
3201
  }
3273
- return /* @__PURE__ */ jsx29("ul", { className: "ml-4 flex list-disc flex-col gap-1", children: uniqueErrors.map(
3274
- (error, index) => (error == null ? void 0 : error.message) && /* @__PURE__ */ jsx29("li", { children: error.message }, index)
3202
+ return /* @__PURE__ */ jsx28("ul", { className: "ml-4 flex list-disc flex-col gap-1", children: uniqueErrors.map(
3203
+ (error, index) => (error == null ? void 0 : error.message) && /* @__PURE__ */ jsx28("li", { children: error.message }, index)
3275
3204
  ) });
3276
3205
  }, [children, errors]);
3277
3206
  if (!content) {
3278
3207
  return null;
3279
3208
  }
3280
- return /* @__PURE__ */ jsx29(
3209
+ return /* @__PURE__ */ jsx28(
3281
3210
  "div",
3282
3211
  __spreadProps(__spreadValues({
3283
3212
  role: "alert",
@@ -3291,21 +3220,21 @@ function FieldError(_a) {
3291
3220
 
3292
3221
  // components/ui/form.tsx
3293
3222
  import * as React5 from "react";
3294
- import { Slot as Slot5 } from "radix-ui";
3223
+ import { Slot as Slot4 } from "radix-ui";
3295
3224
  import {
3296
3225
  Controller,
3297
3226
  FormProvider,
3298
3227
  useFormContext,
3299
3228
  useFormState
3300
3229
  } from "react-hook-form";
3301
- import { jsx as jsx30 } from "react/jsx-runtime";
3230
+ import { jsx as jsx29 } from "react/jsx-runtime";
3302
3231
  var Form = FormProvider;
3303
3232
  var FormFieldContext = React5.createContext(
3304
3233
  {}
3305
3234
  );
3306
3235
  var FormField = (_a) => {
3307
3236
  var props = __objRest(_a, []);
3308
- return /* @__PURE__ */ jsx30(FormFieldContext.Provider, { value: { name: props.name }, children: /* @__PURE__ */ jsx30(Controller, __spreadValues({}, props)) });
3237
+ return /* @__PURE__ */ jsx29(FormFieldContext.Provider, { value: { name: props.name }, children: /* @__PURE__ */ jsx29(Controller, __spreadValues({}, props)) });
3309
3238
  };
3310
3239
  var useFormField = () => {
3311
3240
  const fieldContext = React5.useContext(FormFieldContext);
@@ -3331,7 +3260,7 @@ var FormItemContext = React5.createContext(
3331
3260
  function FormItem(_a) {
3332
3261
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3333
3262
  const id = React5.useId();
3334
- return /* @__PURE__ */ jsx30(FormItemContext.Provider, { value: { id }, children: /* @__PURE__ */ jsx30(
3263
+ return /* @__PURE__ */ jsx29(FormItemContext.Provider, { value: { id }, children: /* @__PURE__ */ jsx29(
3335
3264
  "div",
3336
3265
  __spreadValues({
3337
3266
  "data-slot": "form-item",
@@ -3346,7 +3275,7 @@ function FormLabel(_a) {
3346
3275
  "className"
3347
3276
  ]);
3348
3277
  const { error, formItemId } = useFormField();
3349
- return /* @__PURE__ */ jsx30(
3278
+ return /* @__PURE__ */ jsx29(
3350
3279
  Label,
3351
3280
  __spreadValues({
3352
3281
  "data-slot": "form-label",
@@ -3359,8 +3288,8 @@ function FormLabel(_a) {
3359
3288
  function FormControl(_a) {
3360
3289
  var props = __objRest(_a, []);
3361
3290
  const { error, formItemId, formDescriptionId, formMessageId } = useFormField();
3362
- return /* @__PURE__ */ jsx30(
3363
- Slot5.Root,
3291
+ return /* @__PURE__ */ jsx29(
3292
+ Slot4.Root,
3364
3293
  __spreadValues({
3365
3294
  "data-slot": "form-control",
3366
3295
  id: formItemId,
@@ -3372,7 +3301,7 @@ function FormControl(_a) {
3372
3301
  function FormDescription(_a) {
3373
3302
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3374
3303
  const { formDescriptionId } = useFormField();
3375
- return /* @__PURE__ */ jsx30(
3304
+ return /* @__PURE__ */ jsx29(
3376
3305
  "p",
3377
3306
  __spreadValues({
3378
3307
  "data-slot": "form-description",
@@ -3389,7 +3318,7 @@ function FormMessage(_a) {
3389
3318
  if (!body) {
3390
3319
  return null;
3391
3320
  }
3392
- return /* @__PURE__ */ jsx30(
3321
+ return /* @__PURE__ */ jsx29(
3393
3322
  "p",
3394
3323
  __spreadProps(__spreadValues({
3395
3324
  "data-slot": "form-message",
@@ -3403,14 +3332,14 @@ function FormMessage(_a) {
3403
3332
 
3404
3333
  // components/ui/hover-card.tsx
3405
3334
  import { HoverCard as HoverCardPrimitive } from "radix-ui";
3406
- import { jsx as jsx31 } from "react/jsx-runtime";
3335
+ import { jsx as jsx30 } from "react/jsx-runtime";
3407
3336
  function HoverCard(_a) {
3408
3337
  var props = __objRest(_a, []);
3409
- return /* @__PURE__ */ jsx31(HoverCardPrimitive.Root, __spreadValues({ "data-slot": "hover-card" }, props));
3338
+ return /* @__PURE__ */ jsx30(HoverCardPrimitive.Root, __spreadValues({ "data-slot": "hover-card" }, props));
3410
3339
  }
3411
3340
  function HoverCardTrigger(_a) {
3412
3341
  var props = __objRest(_a, []);
3413
- return /* @__PURE__ */ jsx31(HoverCardPrimitive.Trigger, __spreadValues({ "data-slot": "hover-card-trigger" }, props));
3342
+ return /* @__PURE__ */ jsx30(HoverCardPrimitive.Trigger, __spreadValues({ "data-slot": "hover-card-trigger" }, props));
3414
3343
  }
3415
3344
  function HoverCardContent(_a) {
3416
3345
  var _b = _a, {
@@ -3422,7 +3351,7 @@ function HoverCardContent(_a) {
3422
3351
  "align",
3423
3352
  "sideOffset"
3424
3353
  ]);
3425
- return /* @__PURE__ */ jsx31(HoverCardPrimitive.Portal, { "data-slot": "hover-card-portal", children: /* @__PURE__ */ jsx31(
3354
+ return /* @__PURE__ */ jsx30(HoverCardPrimitive.Portal, { "data-slot": "hover-card-portal", children: /* @__PURE__ */ jsx30(
3426
3355
  HoverCardPrimitive.Content,
3427
3356
  __spreadValues({
3428
3357
  "data-slot": "hover-card-content",
@@ -3440,7 +3369,7 @@ function HoverCardContent(_a) {
3440
3369
  import * as React6 from "react";
3441
3370
  import { OTPInput, OTPInputContext } from "input-otp";
3442
3371
  import { MinusIcon } from "lucide-react";
3443
- import { jsx as jsx32, jsxs as jsxs13 } from "react/jsx-runtime";
3372
+ import { jsx as jsx31, jsxs as jsxs13 } from "react/jsx-runtime";
3444
3373
  function InputOTP(_a) {
3445
3374
  var _b = _a, {
3446
3375
  className,
@@ -3449,7 +3378,7 @@ function InputOTP(_a) {
3449
3378
  "className",
3450
3379
  "containerClassName"
3451
3380
  ]);
3452
- return /* @__PURE__ */ jsx32(
3381
+ return /* @__PURE__ */ jsx31(
3453
3382
  OTPInput,
3454
3383
  __spreadValues({
3455
3384
  "data-slot": "input-otp",
@@ -3463,7 +3392,7 @@ function InputOTP(_a) {
3463
3392
  }
3464
3393
  function InputOTPGroup(_a) {
3465
3394
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3466
- return /* @__PURE__ */ jsx32(
3395
+ return /* @__PURE__ */ jsx31(
3467
3396
  "div",
3468
3397
  __spreadValues({
3469
3398
  "data-slot": "input-otp-group",
@@ -3488,29 +3417,29 @@ function InputOTPSlot(_a) {
3488
3417
  "data-slot": "input-otp-slot",
3489
3418
  "data-active": isActive,
3490
3419
  className: cn(
3491
- "relative flex h-9 w-9 items-center justify-center border-y border-r border-input text-sm shadow-xs transition-all outline-none first:rounded-l-md first:border-l last:rounded-r-md aria-invalid:border-destructive data-[active=true]:z-10 data-[active=true]:border-ring data-[active=true]:ring-[3px] data-[active=true]:ring-ring/50 data-[active=true]:aria-invalid:border-destructive data-[active=true]:aria-invalid:ring-destructive/20 dark:bg-input/30 dark:data-[active=true]:aria-invalid:ring-destructive/40",
3420
+ "relative flex h-9 w-9 items-center justify-center border border-border bg-white/5 text-sm font-body text-foreground shadow-xs transition-[color,box-shadow] outline-none first:rounded-l-sm last:rounded-r-sm aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 data-[active=true]:z-10 data-[active=true]:border-primary/40 data-[active=true]:ring-[3px] data-[active=true]:ring-primary/[0.08] data-[active=true]:aria-invalid:border-destructive data-[active=true]:aria-invalid:ring-destructive/20 dark:data-[active=true]:aria-invalid:ring-destructive/40",
3492
3421
  className
3493
3422
  )
3494
3423
  }, props), {
3495
3424
  children: [
3496
3425
  char,
3497
- hasFakeCaret && /* @__PURE__ */ jsx32("div", { className: "pointer-events-none absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ jsx32("div", { className: "h-4 w-px animate-caret-blink bg-foreground duration-1000" }) })
3426
+ hasFakeCaret && /* @__PURE__ */ jsx31("div", { className: "pointer-events-none absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ jsx31("div", { className: "h-4 w-px animate-caret-blink bg-foreground duration-1000" }) })
3498
3427
  ]
3499
3428
  })
3500
3429
  );
3501
3430
  }
3502
3431
  function InputOTPSeparator(_a) {
3503
3432
  var props = __objRest(_a, []);
3504
- return /* @__PURE__ */ jsx32("div", __spreadProps(__spreadValues({ "data-slot": "input-otp-separator", role: "separator" }, props), { children: /* @__PURE__ */ jsx32(MinusIcon, {}) }));
3433
+ return /* @__PURE__ */ jsx31("div", __spreadProps(__spreadValues({ "data-slot": "input-otp-separator", role: "separator" }, props), { children: /* @__PURE__ */ jsx31(MinusIcon, {}) }));
3505
3434
  }
3506
3435
 
3507
3436
  // components/ui/item.tsx
3508
- import { cva as cva8 } from "class-variance-authority";
3509
- import { Slot as Slot6 } from "radix-ui";
3510
- import { jsx as jsx33 } from "react/jsx-runtime";
3437
+ import { cva as cva7 } from "class-variance-authority";
3438
+ import { Slot as Slot5 } from "radix-ui";
3439
+ import { jsx as jsx32 } from "react/jsx-runtime";
3511
3440
  function ItemGroup(_a) {
3512
3441
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3513
- return /* @__PURE__ */ jsx33(
3442
+ return /* @__PURE__ */ jsx32(
3514
3443
  "div",
3515
3444
  __spreadValues({
3516
3445
  role: "list",
@@ -3525,7 +3454,7 @@ function ItemSeparator(_a) {
3525
3454
  } = _b, props = __objRest(_b, [
3526
3455
  "className"
3527
3456
  ]);
3528
- return /* @__PURE__ */ jsx33(
3457
+ return /* @__PURE__ */ jsx32(
3529
3458
  Separator,
3530
3459
  __spreadValues({
3531
3460
  "data-slot": "item-separator",
@@ -3534,7 +3463,7 @@ function ItemSeparator(_a) {
3534
3463
  }, props)
3535
3464
  );
3536
3465
  }
3537
- var itemVariants = cva8(
3466
+ var itemVariants = cva7(
3538
3467
  "group/item flex flex-wrap items-center rounded-md border border-transparent text-sm transition-colors duration-100 outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 [a]:transition-colors [a]:hover:bg-accent/50",
3539
3468
  {
3540
3469
  variants: {
@@ -3566,8 +3495,8 @@ function Item(_a) {
3566
3495
  "size",
3567
3496
  "asChild"
3568
3497
  ]);
3569
- const Comp = asChild ? Slot6.Root : "div";
3570
- return /* @__PURE__ */ jsx33(
3498
+ const Comp = asChild ? Slot5.Root : "div";
3499
+ return /* @__PURE__ */ jsx32(
3571
3500
  Comp,
3572
3501
  __spreadValues({
3573
3502
  "data-slot": "item",
@@ -3577,7 +3506,7 @@ function Item(_a) {
3577
3506
  }, props)
3578
3507
  );
3579
3508
  }
3580
- var itemMediaVariants = cva8(
3509
+ var itemMediaVariants = cva7(
3581
3510
  "flex shrink-0 items-center justify-center gap-2 group-has-[[data-slot=item-description]]/item:translate-y-0.5 group-has-[[data-slot=item-description]]/item:self-start [&_svg]:pointer-events-none",
3582
3511
  {
3583
3512
  variants: {
@@ -3600,7 +3529,7 @@ function ItemMedia(_a) {
3600
3529
  "className",
3601
3530
  "variant"
3602
3531
  ]);
3603
- return /* @__PURE__ */ jsx33(
3532
+ return /* @__PURE__ */ jsx32(
3604
3533
  "div",
3605
3534
  __spreadValues({
3606
3535
  "data-slot": "item-media",
@@ -3611,7 +3540,7 @@ function ItemMedia(_a) {
3611
3540
  }
3612
3541
  function ItemContent(_a) {
3613
3542
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3614
- return /* @__PURE__ */ jsx33(
3543
+ return /* @__PURE__ */ jsx32(
3615
3544
  "div",
3616
3545
  __spreadValues({
3617
3546
  "data-slot": "item-content",
@@ -3624,7 +3553,7 @@ function ItemContent(_a) {
3624
3553
  }
3625
3554
  function ItemTitle(_a) {
3626
3555
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3627
- return /* @__PURE__ */ jsx33(
3556
+ return /* @__PURE__ */ jsx32(
3628
3557
  "div",
3629
3558
  __spreadValues({
3630
3559
  "data-slot": "item-title",
@@ -3637,7 +3566,7 @@ function ItemTitle(_a) {
3637
3566
  }
3638
3567
  function ItemDescription(_a) {
3639
3568
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3640
- return /* @__PURE__ */ jsx33(
3569
+ return /* @__PURE__ */ jsx32(
3641
3570
  "p",
3642
3571
  __spreadValues({
3643
3572
  "data-slot": "item-description",
@@ -3651,7 +3580,7 @@ function ItemDescription(_a) {
3651
3580
  }
3652
3581
  function ItemActions(_a) {
3653
3582
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3654
- return /* @__PURE__ */ jsx33(
3583
+ return /* @__PURE__ */ jsx32(
3655
3584
  "div",
3656
3585
  __spreadValues({
3657
3586
  "data-slot": "item-actions",
@@ -3661,7 +3590,7 @@ function ItemActions(_a) {
3661
3590
  }
3662
3591
  function ItemHeader(_a) {
3663
3592
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3664
- return /* @__PURE__ */ jsx33(
3593
+ return /* @__PURE__ */ jsx32(
3665
3594
  "div",
3666
3595
  __spreadValues({
3667
3596
  "data-slot": "item-header",
@@ -3674,7 +3603,7 @@ function ItemHeader(_a) {
3674
3603
  }
3675
3604
  function ItemFooter(_a) {
3676
3605
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3677
- return /* @__PURE__ */ jsx33(
3606
+ return /* @__PURE__ */ jsx32(
3678
3607
  "div",
3679
3608
  __spreadValues({
3680
3609
  "data-slot": "item-footer",
@@ -3687,10 +3616,10 @@ function ItemFooter(_a) {
3687
3616
  }
3688
3617
 
3689
3618
  // components/ui/kbd.tsx
3690
- import { jsx as jsx34 } from "react/jsx-runtime";
3619
+ import { jsx as jsx33 } from "react/jsx-runtime";
3691
3620
  function Kbd(_a) {
3692
3621
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3693
- return /* @__PURE__ */ jsx34(
3622
+ return /* @__PURE__ */ jsx33(
3694
3623
  "kbd",
3695
3624
  __spreadValues({
3696
3625
  "data-slot": "kbd",
@@ -3705,7 +3634,7 @@ function Kbd(_a) {
3705
3634
  }
3706
3635
  function KbdGroup(_a) {
3707
3636
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
3708
- return /* @__PURE__ */ jsx34(
3637
+ return /* @__PURE__ */ jsx33(
3709
3638
  "kbd",
3710
3639
  __spreadValues({
3711
3640
  "data-slot": "kbd-group",
@@ -3717,14 +3646,14 @@ function KbdGroup(_a) {
3717
3646
  // components/ui/menubar.tsx
3718
3647
  import { CheckIcon as CheckIcon5, ChevronRightIcon as ChevronRightIcon4, CircleIcon as CircleIcon3 } from "lucide-react";
3719
3648
  import { Menubar as MenubarPrimitive } from "radix-ui";
3720
- import { jsx as jsx35, jsxs as jsxs14 } from "react/jsx-runtime";
3649
+ import { jsx as jsx34, jsxs as jsxs14 } from "react/jsx-runtime";
3721
3650
  function Menubar(_a) {
3722
3651
  var _b = _a, {
3723
3652
  className
3724
3653
  } = _b, props = __objRest(_b, [
3725
3654
  "className"
3726
3655
  ]);
3727
- return /* @__PURE__ */ jsx35(
3656
+ return /* @__PURE__ */ jsx34(
3728
3657
  MenubarPrimitive.Root,
3729
3658
  __spreadValues({
3730
3659
  "data-slot": "menubar",
@@ -3737,19 +3666,19 @@ function Menubar(_a) {
3737
3666
  }
3738
3667
  function MenubarMenu(_a) {
3739
3668
  var props = __objRest(_a, []);
3740
- return /* @__PURE__ */ jsx35(MenubarPrimitive.Menu, __spreadValues({ "data-slot": "menubar-menu" }, props));
3669
+ return /* @__PURE__ */ jsx34(MenubarPrimitive.Menu, __spreadValues({ "data-slot": "menubar-menu" }, props));
3741
3670
  }
3742
3671
  function MenubarGroup(_a) {
3743
3672
  var props = __objRest(_a, []);
3744
- return /* @__PURE__ */ jsx35(MenubarPrimitive.Group, __spreadValues({ "data-slot": "menubar-group" }, props));
3673
+ return /* @__PURE__ */ jsx34(MenubarPrimitive.Group, __spreadValues({ "data-slot": "menubar-group" }, props));
3745
3674
  }
3746
3675
  function MenubarPortal(_a) {
3747
3676
  var props = __objRest(_a, []);
3748
- return /* @__PURE__ */ jsx35(MenubarPrimitive.Portal, __spreadValues({ "data-slot": "menubar-portal" }, props));
3677
+ return /* @__PURE__ */ jsx34(MenubarPrimitive.Portal, __spreadValues({ "data-slot": "menubar-portal" }, props));
3749
3678
  }
3750
3679
  function MenubarRadioGroup(_a) {
3751
3680
  var props = __objRest(_a, []);
3752
- return /* @__PURE__ */ jsx35(MenubarPrimitive.RadioGroup, __spreadValues({ "data-slot": "menubar-radio-group" }, props));
3681
+ return /* @__PURE__ */ jsx34(MenubarPrimitive.RadioGroup, __spreadValues({ "data-slot": "menubar-radio-group" }, props));
3753
3682
  }
3754
3683
  function MenubarTrigger(_a) {
3755
3684
  var _b = _a, {
@@ -3757,7 +3686,7 @@ function MenubarTrigger(_a) {
3757
3686
  } = _b, props = __objRest(_b, [
3758
3687
  "className"
3759
3688
  ]);
3760
- return /* @__PURE__ */ jsx35(
3689
+ return /* @__PURE__ */ jsx34(
3761
3690
  MenubarPrimitive.Trigger,
3762
3691
  __spreadValues({
3763
3692
  "data-slot": "menubar-trigger",
@@ -3780,7 +3709,7 @@ function MenubarContent(_a) {
3780
3709
  "alignOffset",
3781
3710
  "sideOffset"
3782
3711
  ]);
3783
- return /* @__PURE__ */ jsx35(MenubarPortal, { children: /* @__PURE__ */ jsx35(
3712
+ return /* @__PURE__ */ jsx34(MenubarPortal, { children: /* @__PURE__ */ jsx34(
3784
3713
  MenubarPrimitive.Content,
3785
3714
  __spreadValues({
3786
3715
  "data-slot": "menubar-content",
@@ -3804,7 +3733,7 @@ function MenubarItem(_a) {
3804
3733
  "inset",
3805
3734
  "variant"
3806
3735
  ]);
3807
- return /* @__PURE__ */ jsx35(
3736
+ return /* @__PURE__ */ jsx34(
3808
3737
  MenubarPrimitive.Item,
3809
3738
  __spreadValues({
3810
3739
  "data-slot": "menubar-item",
@@ -3838,7 +3767,7 @@ function MenubarCheckboxItem(_a) {
3838
3767
  checked
3839
3768
  }, props), {
3840
3769
  children: [
3841
- /* @__PURE__ */ jsx35("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx35(MenubarPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx35(CheckIcon5, { className: "size-4" }) }) }),
3770
+ /* @__PURE__ */ jsx34("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx34(MenubarPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx34(CheckIcon5, { className: "size-4" }) }) }),
3842
3771
  children
3843
3772
  ]
3844
3773
  })
@@ -3862,7 +3791,7 @@ function MenubarRadioItem(_a) {
3862
3791
  )
3863
3792
  }, props), {
3864
3793
  children: [
3865
- /* @__PURE__ */ jsx35("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx35(MenubarPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx35(CircleIcon3, { className: "size-2 fill-current" }) }) }),
3794
+ /* @__PURE__ */ jsx34("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx34(MenubarPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx34(CircleIcon3, { className: "size-2 fill-current" }) }) }),
3866
3795
  children
3867
3796
  ]
3868
3797
  })
@@ -3876,7 +3805,7 @@ function MenubarLabel(_a) {
3876
3805
  "className",
3877
3806
  "inset"
3878
3807
  ]);
3879
- return /* @__PURE__ */ jsx35(
3808
+ return /* @__PURE__ */ jsx34(
3880
3809
  MenubarPrimitive.Label,
3881
3810
  __spreadValues({
3882
3811
  "data-slot": "menubar-label",
@@ -3894,7 +3823,7 @@ function MenubarSeparator(_a) {
3894
3823
  } = _b, props = __objRest(_b, [
3895
3824
  "className"
3896
3825
  ]);
3897
- return /* @__PURE__ */ jsx35(
3826
+ return /* @__PURE__ */ jsx34(
3898
3827
  MenubarPrimitive.Separator,
3899
3828
  __spreadValues({
3900
3829
  "data-slot": "menubar-separator",
@@ -3908,7 +3837,7 @@ function MenubarShortcut(_a) {
3908
3837
  } = _b, props = __objRest(_b, [
3909
3838
  "className"
3910
3839
  ]);
3911
- return /* @__PURE__ */ jsx35(
3840
+ return /* @__PURE__ */ jsx34(
3912
3841
  "span",
3913
3842
  __spreadValues({
3914
3843
  "data-slot": "menubar-shortcut",
@@ -3921,7 +3850,7 @@ function MenubarShortcut(_a) {
3921
3850
  }
3922
3851
  function MenubarSub(_a) {
3923
3852
  var props = __objRest(_a, []);
3924
- return /* @__PURE__ */ jsx35(MenubarPrimitive.Sub, __spreadValues({ "data-slot": "menubar-sub" }, props));
3853
+ return /* @__PURE__ */ jsx34(MenubarPrimitive.Sub, __spreadValues({ "data-slot": "menubar-sub" }, props));
3925
3854
  }
3926
3855
  function MenubarSubTrigger(_a) {
3927
3856
  var _b = _a, {
@@ -3945,7 +3874,7 @@ function MenubarSubTrigger(_a) {
3945
3874
  }, props), {
3946
3875
  children: [
3947
3876
  children,
3948
- /* @__PURE__ */ jsx35(ChevronRightIcon4, { className: "ml-auto h-4 w-4" })
3877
+ /* @__PURE__ */ jsx34(ChevronRightIcon4, { className: "ml-auto h-4 w-4" })
3949
3878
  ]
3950
3879
  })
3951
3880
  );
@@ -3956,7 +3885,7 @@ function MenubarSubContent(_a) {
3956
3885
  } = _b, props = __objRest(_b, [
3957
3886
  "className"
3958
3887
  ]);
3959
- return /* @__PURE__ */ jsx35(
3888
+ return /* @__PURE__ */ jsx34(
3960
3889
  MenubarPrimitive.SubContent,
3961
3890
  __spreadValues({
3962
3891
  "data-slot": "menubar-sub-content",
@@ -3970,7 +3899,7 @@ function MenubarSubContent(_a) {
3970
3899
 
3971
3900
  // components/ui/native-select.tsx
3972
3901
  import { ChevronDownIcon as ChevronDownIcon4 } from "lucide-react";
3973
- import { jsx as jsx36, jsxs as jsxs15 } from "react/jsx-runtime";
3902
+ import { jsx as jsx35, jsxs as jsxs15 } from "react/jsx-runtime";
3974
3903
  function NativeSelect(_a) {
3975
3904
  var _b = _a, {
3976
3905
  className,
@@ -3985,7 +3914,7 @@ function NativeSelect(_a) {
3985
3914
  className: "group/native-select relative w-fit has-[select:disabled]:opacity-50",
3986
3915
  "data-slot": "native-select-wrapper",
3987
3916
  children: [
3988
- /* @__PURE__ */ jsx36(
3917
+ /* @__PURE__ */ jsx35(
3989
3918
  "select",
3990
3919
  __spreadValues({
3991
3920
  "data-slot": "native-select",
@@ -3998,7 +3927,7 @@ function NativeSelect(_a) {
3998
3927
  )
3999
3928
  }, props)
4000
3929
  ),
4001
- /* @__PURE__ */ jsx36(
3930
+ /* @__PURE__ */ jsx35(
4002
3931
  ChevronDownIcon4,
4003
3932
  {
4004
3933
  className: "pointer-events-none absolute top-1/2 right-3.5 size-4 -translate-y-1/2 text-muted-foreground opacity-50 select-none",
@@ -4012,7 +3941,7 @@ function NativeSelect(_a) {
4012
3941
  }
4013
3942
  function NativeSelectOption(_a) {
4014
3943
  var props = __objRest(_a, []);
4015
- return /* @__PURE__ */ jsx36("option", __spreadValues({ "data-slot": "native-select-option" }, props));
3944
+ return /* @__PURE__ */ jsx35("option", __spreadValues({ "data-slot": "native-select-option" }, props));
4016
3945
  }
4017
3946
  function NativeSelectOptGroup(_a) {
4018
3947
  var _b = _a, {
@@ -4020,7 +3949,7 @@ function NativeSelectOptGroup(_a) {
4020
3949
  } = _b, props = __objRest(_b, [
4021
3950
  "className"
4022
3951
  ]);
4023
- return /* @__PURE__ */ jsx36(
3952
+ return /* @__PURE__ */ jsx35(
4024
3953
  "optgroup",
4025
3954
  __spreadValues({
4026
3955
  "data-slot": "native-select-optgroup",
@@ -4030,10 +3959,10 @@ function NativeSelectOptGroup(_a) {
4030
3959
  }
4031
3960
 
4032
3961
  // components/ui/navigation-menu.tsx
4033
- import { cva as cva9 } from "class-variance-authority";
3962
+ import { cva as cva8 } from "class-variance-authority";
4034
3963
  import { ChevronDownIcon as ChevronDownIcon5 } from "lucide-react";
4035
3964
  import { NavigationMenu as NavigationMenuPrimitive } from "radix-ui";
4036
- import { jsx as jsx37, jsxs as jsxs16 } from "react/jsx-runtime";
3965
+ import { jsx as jsx36, jsxs as jsxs16 } from "react/jsx-runtime";
4037
3966
  function NavigationMenu(_a) {
4038
3967
  var _b = _a, {
4039
3968
  className,
@@ -4056,7 +3985,7 @@ function NavigationMenu(_a) {
4056
3985
  }, props), {
4057
3986
  children: [
4058
3987
  children,
4059
- viewport && /* @__PURE__ */ jsx37(NavigationMenuViewport, {})
3988
+ viewport && /* @__PURE__ */ jsx36(NavigationMenuViewport, {})
4060
3989
  ]
4061
3990
  })
4062
3991
  );
@@ -4067,7 +3996,7 @@ function NavigationMenuList(_a) {
4067
3996
  } = _b, props = __objRest(_b, [
4068
3997
  "className"
4069
3998
  ]);
4070
- return /* @__PURE__ */ jsx37(
3999
+ return /* @__PURE__ */ jsx36(
4071
4000
  NavigationMenuPrimitive.List,
4072
4001
  __spreadValues({
4073
4002
  "data-slot": "navigation-menu-list",
@@ -4084,7 +4013,7 @@ function NavigationMenuItem(_a) {
4084
4013
  } = _b, props = __objRest(_b, [
4085
4014
  "className"
4086
4015
  ]);
4087
- return /* @__PURE__ */ jsx37(
4016
+ return /* @__PURE__ */ jsx36(
4088
4017
  NavigationMenuPrimitive.Item,
4089
4018
  __spreadValues({
4090
4019
  "data-slot": "navigation-menu-item",
@@ -4092,7 +4021,7 @@ function NavigationMenuItem(_a) {
4092
4021
  }, props)
4093
4022
  );
4094
4023
  }
4095
- var navigationMenuTriggerStyle = cva9(
4024
+ var navigationMenuTriggerStyle = cva8(
4096
4025
  "group inline-flex h-9 w-max items-center justify-center rounded-md bg-background px-4 py-2 text-sm font-medium transition-[color,box-shadow] outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=open]:bg-accent/50 data-[state=open]:text-accent-foreground data-[state=open]:hover:bg-accent data-[state=open]:focus:bg-accent"
4097
4026
  );
4098
4027
  function NavigationMenuTrigger(_a) {
@@ -4112,7 +4041,7 @@ function NavigationMenuTrigger(_a) {
4112
4041
  children: [
4113
4042
  children,
4114
4043
  " ",
4115
- /* @__PURE__ */ jsx37(
4044
+ /* @__PURE__ */ jsx36(
4116
4045
  ChevronDownIcon5,
4117
4046
  {
4118
4047
  className: "relative top-[1px] ml-1 size-3 transition duration-300 group-data-[state=open]:rotate-180",
@@ -4129,7 +4058,7 @@ function NavigationMenuContent(_a) {
4129
4058
  } = _b, props = __objRest(_b, [
4130
4059
  "className"
4131
4060
  ]);
4132
- return /* @__PURE__ */ jsx37(
4061
+ return /* @__PURE__ */ jsx36(
4133
4062
  NavigationMenuPrimitive.Content,
4134
4063
  __spreadValues({
4135
4064
  "data-slot": "navigation-menu-content",
@@ -4147,13 +4076,13 @@ function NavigationMenuViewport(_a) {
4147
4076
  } = _b, props = __objRest(_b, [
4148
4077
  "className"
4149
4078
  ]);
4150
- return /* @__PURE__ */ jsx37(
4079
+ return /* @__PURE__ */ jsx36(
4151
4080
  "div",
4152
4081
  {
4153
4082
  className: cn(
4154
4083
  "absolute top-full left-0 isolate z-50 flex justify-center"
4155
4084
  ),
4156
- children: /* @__PURE__ */ jsx37(
4085
+ children: /* @__PURE__ */ jsx36(
4157
4086
  NavigationMenuPrimitive.Viewport,
4158
4087
  __spreadValues({
4159
4088
  "data-slot": "navigation-menu-viewport",
@@ -4172,7 +4101,7 @@ function NavigationMenuLink(_a) {
4172
4101
  } = _b, props = __objRest(_b, [
4173
4102
  "className"
4174
4103
  ]);
4175
- return /* @__PURE__ */ jsx37(
4104
+ return /* @__PURE__ */ jsx36(
4176
4105
  NavigationMenuPrimitive.Link,
4177
4106
  __spreadValues({
4178
4107
  "data-slot": "navigation-menu-link",
@@ -4189,7 +4118,7 @@ function NavigationMenuIndicator(_a) {
4189
4118
  } = _b, props = __objRest(_b, [
4190
4119
  "className"
4191
4120
  ]);
4192
- return /* @__PURE__ */ jsx37(
4121
+ return /* @__PURE__ */ jsx36(
4193
4122
  NavigationMenuPrimitive.Indicator,
4194
4123
  __spreadProps(__spreadValues({
4195
4124
  "data-slot": "navigation-menu-indicator",
@@ -4198,7 +4127,7 @@ function NavigationMenuIndicator(_a) {
4198
4127
  className
4199
4128
  )
4200
4129
  }, props), {
4201
- children: /* @__PURE__ */ jsx37("div", { className: "relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md" })
4130
+ children: /* @__PURE__ */ jsx36("div", { className: "relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md" })
4202
4131
  })
4203
4132
  );
4204
4133
  }
@@ -4209,10 +4138,10 @@ import {
4209
4138
  ChevronRightIcon as ChevronRightIcon5,
4210
4139
  MoreHorizontalIcon
4211
4140
  } from "lucide-react";
4212
- import { jsx as jsx38, jsxs as jsxs17 } from "react/jsx-runtime";
4141
+ import { jsx as jsx37, jsxs as jsxs17 } from "react/jsx-runtime";
4213
4142
  function Pagination(_a) {
4214
4143
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
4215
- return /* @__PURE__ */ jsx38(
4144
+ return /* @__PURE__ */ jsx37(
4216
4145
  "nav",
4217
4146
  __spreadValues({
4218
4147
  role: "navigation",
@@ -4228,7 +4157,7 @@ function PaginationContent(_a) {
4228
4157
  } = _b, props = __objRest(_b, [
4229
4158
  "className"
4230
4159
  ]);
4231
- return /* @__PURE__ */ jsx38(
4160
+ return /* @__PURE__ */ jsx37(
4232
4161
  "ul",
4233
4162
  __spreadValues({
4234
4163
  "data-slot": "pagination-content",
@@ -4238,19 +4167,19 @@ function PaginationContent(_a) {
4238
4167
  }
4239
4168
  function PaginationItem(_a) {
4240
4169
  var props = __objRest(_a, []);
4241
- return /* @__PURE__ */ jsx38("li", __spreadValues({ "data-slot": "pagination-item" }, props));
4170
+ return /* @__PURE__ */ jsx37("li", __spreadValues({ "data-slot": "pagination-item" }, props));
4242
4171
  }
4243
4172
  function PaginationLink(_a) {
4244
4173
  var _b = _a, {
4245
4174
  className,
4246
4175
  isActive,
4247
- size = "icon"
4176
+ size = "icon-md"
4248
4177
  } = _b, props = __objRest(_b, [
4249
4178
  "className",
4250
4179
  "isActive",
4251
4180
  "size"
4252
4181
  ]);
4253
- return /* @__PURE__ */ jsx38(
4182
+ return /* @__PURE__ */ jsx37(
4254
4183
  "a",
4255
4184
  __spreadValues({
4256
4185
  "aria-current": isActive ? "page" : void 0,
@@ -4272,19 +4201,7 @@ function PaginationPrevious(_a) {
4272
4201
  } = _b, props = __objRest(_b, [
4273
4202
  "className"
4274
4203
  ]);
4275
- return /* @__PURE__ */ jsxs17(
4276
- PaginationLink,
4277
- __spreadProps(__spreadValues({
4278
- "aria-label": "Go to previous page",
4279
- size: "md",
4280
- className: cn("gap-1 px-2.5 sm:pl-2.5", className)
4281
- }, props), {
4282
- children: [
4283
- /* @__PURE__ */ jsx38(ChevronLeftIcon2, {}),
4284
- /* @__PURE__ */ jsx38("span", { className: "hidden sm:block", children: "Previous" })
4285
- ]
4286
- })
4287
- );
4204
+ return /* @__PURE__ */ jsx37(Button, { asChild: true, variant: "tertiary", size: "icon-md", className: cn(className), children: /* @__PURE__ */ jsx37("a", __spreadProps(__spreadValues({ "aria-label": "Go to previous page", "data-slot": "pagination-link" }, props), { children: /* @__PURE__ */ jsx37(ChevronLeftIcon2, { className: "size-5" }) })) });
4288
4205
  }
4289
4206
  function PaginationNext(_a) {
4290
4207
  var _b = _a, {
@@ -4292,19 +4209,7 @@ function PaginationNext(_a) {
4292
4209
  } = _b, props = __objRest(_b, [
4293
4210
  "className"
4294
4211
  ]);
4295
- return /* @__PURE__ */ jsxs17(
4296
- PaginationLink,
4297
- __spreadProps(__spreadValues({
4298
- "aria-label": "Go to next page",
4299
- size: "md",
4300
- className: cn("gap-1 px-2.5 sm:pr-2.5", className)
4301
- }, props), {
4302
- children: [
4303
- /* @__PURE__ */ jsx38("span", { className: "hidden sm:block", children: "Next" }),
4304
- /* @__PURE__ */ jsx38(ChevronRightIcon5, {})
4305
- ]
4306
- })
4307
- );
4212
+ return /* @__PURE__ */ jsx37(Button, { asChild: true, variant: "tertiary", size: "icon-md", className: cn(className), children: /* @__PURE__ */ jsx37("a", __spreadProps(__spreadValues({ "aria-label": "Go to next page", "data-slot": "pagination-link" }, props), { children: /* @__PURE__ */ jsx37(ChevronRightIcon5, { className: "size-5" }) })) });
4308
4213
  }
4309
4214
  function PaginationEllipsis(_a) {
4310
4215
  var _b = _a, {
@@ -4317,11 +4222,11 @@ function PaginationEllipsis(_a) {
4317
4222
  __spreadProps(__spreadValues({
4318
4223
  "aria-hidden": true,
4319
4224
  "data-slot": "pagination-ellipsis",
4320
- className: cn("flex size-9 items-center justify-center", className)
4225
+ className: cn("flex size-10 items-center justify-center", className)
4321
4226
  }, props), {
4322
4227
  children: [
4323
- /* @__PURE__ */ jsx38(MoreHorizontalIcon, { className: "size-4" }),
4324
- /* @__PURE__ */ jsx38("span", { className: "sr-only", children: "More pages" })
4228
+ /* @__PURE__ */ jsx37(MoreHorizontalIcon, { className: "size-4" }),
4229
+ /* @__PURE__ */ jsx37("span", { className: "sr-only", children: "More pages" })
4325
4230
  ]
4326
4231
  })
4327
4232
  );
@@ -4329,14 +4234,14 @@ function PaginationEllipsis(_a) {
4329
4234
 
4330
4235
  // components/ui/popover.tsx
4331
4236
  import { Popover as PopoverPrimitive } from "radix-ui";
4332
- import { jsx as jsx39 } from "react/jsx-runtime";
4237
+ import { jsx as jsx38 } from "react/jsx-runtime";
4333
4238
  function Popover(_a) {
4334
4239
  var props = __objRest(_a, []);
4335
- return /* @__PURE__ */ jsx39(PopoverPrimitive.Root, __spreadValues({ "data-slot": "popover" }, props));
4240
+ return /* @__PURE__ */ jsx38(PopoverPrimitive.Root, __spreadValues({ "data-slot": "popover" }, props));
4336
4241
  }
4337
4242
  function PopoverTrigger(_a) {
4338
4243
  var props = __objRest(_a, []);
4339
- return /* @__PURE__ */ jsx39(PopoverPrimitive.Trigger, __spreadValues({ "data-slot": "popover-trigger" }, props));
4244
+ return /* @__PURE__ */ jsx38(PopoverPrimitive.Trigger, __spreadValues({ "data-slot": "popover-trigger" }, props));
4340
4245
  }
4341
4246
  function PopoverContent(_a) {
4342
4247
  var _b = _a, {
@@ -4348,7 +4253,7 @@ function PopoverContent(_a) {
4348
4253
  "align",
4349
4254
  "sideOffset"
4350
4255
  ]);
4351
- return /* @__PURE__ */ jsx39(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx39(
4256
+ return /* @__PURE__ */ jsx38(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx38(
4352
4257
  PopoverPrimitive.Content,
4353
4258
  __spreadValues({
4354
4259
  "data-slot": "popover-content",
@@ -4363,11 +4268,11 @@ function PopoverContent(_a) {
4363
4268
  }
4364
4269
  function PopoverAnchor(_a) {
4365
4270
  var props = __objRest(_a, []);
4366
- return /* @__PURE__ */ jsx39(PopoverPrimitive.Anchor, __spreadValues({ "data-slot": "popover-anchor" }, props));
4271
+ return /* @__PURE__ */ jsx38(PopoverPrimitive.Anchor, __spreadValues({ "data-slot": "popover-anchor" }, props));
4367
4272
  }
4368
4273
  function PopoverHeader(_a) {
4369
4274
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
4370
- return /* @__PURE__ */ jsx39(
4275
+ return /* @__PURE__ */ jsx38(
4371
4276
  "div",
4372
4277
  __spreadValues({
4373
4278
  "data-slot": "popover-header",
@@ -4377,7 +4282,7 @@ function PopoverHeader(_a) {
4377
4282
  }
4378
4283
  function PopoverTitle(_a) {
4379
4284
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
4380
- return /* @__PURE__ */ jsx39(
4285
+ return /* @__PURE__ */ jsx38(
4381
4286
  "div",
4382
4287
  __spreadValues({
4383
4288
  "data-slot": "popover-title",
@@ -4391,7 +4296,7 @@ function PopoverDescription(_a) {
4391
4296
  } = _b, props = __objRest(_b, [
4392
4297
  "className"
4393
4298
  ]);
4394
- return /* @__PURE__ */ jsx39(
4299
+ return /* @__PURE__ */ jsx38(
4395
4300
  "p",
4396
4301
  __spreadValues({
4397
4302
  "data-slot": "popover-description",
@@ -4402,7 +4307,7 @@ function PopoverDescription(_a) {
4402
4307
 
4403
4308
  // components/ui/progress.tsx
4404
4309
  import { Progress as ProgressPrimitive } from "radix-ui";
4405
- import { jsx as jsx40 } from "react/jsx-runtime";
4310
+ import { jsx as jsx39 } from "react/jsx-runtime";
4406
4311
  function Progress(_a) {
4407
4312
  var _b = _a, {
4408
4313
  className,
@@ -4411,16 +4316,16 @@ function Progress(_a) {
4411
4316
  "className",
4412
4317
  "value"
4413
4318
  ]);
4414
- return /* @__PURE__ */ jsx40(
4319
+ return /* @__PURE__ */ jsx39(
4415
4320
  ProgressPrimitive.Root,
4416
4321
  __spreadProps(__spreadValues({
4417
4322
  "data-slot": "progress",
4418
4323
  className: cn(
4419
- "relative h-2 w-full overflow-hidden rounded-full bg-primary/20",
4324
+ "relative h-2 w-full overflow-hidden rounded-2xs bg-primary/20",
4420
4325
  className
4421
4326
  )
4422
4327
  }, props), {
4423
- children: /* @__PURE__ */ jsx40(
4328
+ children: /* @__PURE__ */ jsx39(
4424
4329
  ProgressPrimitive.Indicator,
4425
4330
  {
4426
4331
  "data-slot": "progress-indicator",
@@ -4435,14 +4340,14 @@ function Progress(_a) {
4435
4340
  // components/ui/radio-group.tsx
4436
4341
  import { CircleIcon as CircleIcon4 } from "lucide-react";
4437
4342
  import { RadioGroup as RadioGroupPrimitive } from "radix-ui";
4438
- import { jsx as jsx41 } from "react/jsx-runtime";
4343
+ import { jsx as jsx40 } from "react/jsx-runtime";
4439
4344
  function RadioGroup(_a) {
4440
4345
  var _b = _a, {
4441
4346
  className
4442
4347
  } = _b, props = __objRest(_b, [
4443
4348
  "className"
4444
4349
  ]);
4445
- return /* @__PURE__ */ jsx41(
4350
+ return /* @__PURE__ */ jsx40(
4446
4351
  RadioGroupPrimitive.Root,
4447
4352
  __spreadValues({
4448
4353
  "data-slot": "radio-group",
@@ -4456,7 +4361,7 @@ function RadioGroupItem(_a) {
4456
4361
  } = _b, props = __objRest(_b, [
4457
4362
  "className"
4458
4363
  ]);
4459
- return /* @__PURE__ */ jsx41(
4364
+ return /* @__PURE__ */ jsx40(
4460
4365
  RadioGroupPrimitive.Item,
4461
4366
  __spreadProps(__spreadValues({
4462
4367
  "data-slot": "radio-group-item",
@@ -4465,12 +4370,12 @@ function RadioGroupItem(_a) {
4465
4370
  className
4466
4371
  )
4467
4372
  }, props), {
4468
- children: /* @__PURE__ */ jsx41(
4373
+ children: /* @__PURE__ */ jsx40(
4469
4374
  RadioGroupPrimitive.Indicator,
4470
4375
  {
4471
4376
  "data-slot": "radio-group-indicator",
4472
4377
  className: "relative flex items-center justify-center",
4473
- children: /* @__PURE__ */ jsx41(CircleIcon4, { className: "absolute top-1/2 left-1/2 size-2 -translate-x-1/2 -translate-y-1/2 fill-primary" })
4378
+ children: /* @__PURE__ */ jsx40(CircleIcon4, { className: "absolute top-1/2 left-1/2 size-2 -translate-x-1/2 -translate-y-1/2 fill-primary" })
4474
4379
  }
4475
4380
  )
4476
4381
  })
@@ -4480,14 +4385,14 @@ function RadioGroupItem(_a) {
4480
4385
  // components/ui/resizable.tsx
4481
4386
  import { GripVerticalIcon } from "lucide-react";
4482
4387
  import * as ResizablePrimitive from "react-resizable-panels";
4483
- import { jsx as jsx42 } from "react/jsx-runtime";
4388
+ import { jsx as jsx41 } from "react/jsx-runtime";
4484
4389
  function ResizablePanelGroup(_a) {
4485
4390
  var _b = _a, {
4486
4391
  className
4487
4392
  } = _b, props = __objRest(_b, [
4488
4393
  "className"
4489
4394
  ]);
4490
- return /* @__PURE__ */ jsx42(
4395
+ return /* @__PURE__ */ jsx41(
4491
4396
  ResizablePrimitive.Group,
4492
4397
  __spreadValues({
4493
4398
  "data-slot": "resizable-panel-group",
@@ -4500,7 +4405,7 @@ function ResizablePanelGroup(_a) {
4500
4405
  }
4501
4406
  function ResizablePanel(_a) {
4502
4407
  var props = __objRest(_a, []);
4503
- return /* @__PURE__ */ jsx42(ResizablePrimitive.Panel, __spreadValues({ "data-slot": "resizable-panel" }, props));
4408
+ return /* @__PURE__ */ jsx41(ResizablePrimitive.Panel, __spreadValues({ "data-slot": "resizable-panel" }, props));
4504
4409
  }
4505
4410
  function ResizableHandle(_a) {
4506
4411
  var _b = _a, {
@@ -4510,7 +4415,7 @@ function ResizableHandle(_a) {
4510
4415
  "withHandle",
4511
4416
  "className"
4512
4417
  ]);
4513
- return /* @__PURE__ */ jsx42(
4418
+ return /* @__PURE__ */ jsx41(
4514
4419
  ResizablePrimitive.Separator,
4515
4420
  __spreadProps(__spreadValues({
4516
4421
  "data-slot": "resizable-handle",
@@ -4519,14 +4424,14 @@ function ResizableHandle(_a) {
4519
4424
  className
4520
4425
  )
4521
4426
  }, props), {
4522
- children: withHandle && /* @__PURE__ */ jsx42("div", { className: "z-10 flex h-4 w-3 items-center justify-center rounded-xs border bg-border", children: /* @__PURE__ */ jsx42(GripVerticalIcon, { className: "size-2.5" }) })
4427
+ children: withHandle && /* @__PURE__ */ jsx41("div", { className: "z-10 flex h-4 w-3 items-center justify-center rounded-xs border bg-border", children: /* @__PURE__ */ jsx41(GripVerticalIcon, { className: "size-2.5" }) })
4523
4428
  })
4524
4429
  );
4525
4430
  }
4526
4431
 
4527
4432
  // components/ui/scroll-area.tsx
4528
4433
  import { ScrollArea as ScrollAreaPrimitive } from "radix-ui";
4529
- import { jsx as jsx43, jsxs as jsxs18 } from "react/jsx-runtime";
4434
+ import { jsx as jsx42, jsxs as jsxs18 } from "react/jsx-runtime";
4530
4435
  function ScrollArea(_a) {
4531
4436
  var _b = _a, {
4532
4437
  className,
@@ -4542,7 +4447,7 @@ function ScrollArea(_a) {
4542
4447
  className: cn("relative", className)
4543
4448
  }, props), {
4544
4449
  children: [
4545
- /* @__PURE__ */ jsx43(
4450
+ /* @__PURE__ */ jsx42(
4546
4451
  ScrollAreaPrimitive.Viewport,
4547
4452
  {
4548
4453
  "data-slot": "scroll-area-viewport",
@@ -4550,8 +4455,8 @@ function ScrollArea(_a) {
4550
4455
  children
4551
4456
  }
4552
4457
  ),
4553
- /* @__PURE__ */ jsx43(ScrollBar, {}),
4554
- /* @__PURE__ */ jsx43(ScrollAreaPrimitive.Corner, {})
4458
+ /* @__PURE__ */ jsx42(ScrollBar, {}),
4459
+ /* @__PURE__ */ jsx42(ScrollAreaPrimitive.Corner, {})
4555
4460
  ]
4556
4461
  })
4557
4462
  );
@@ -4564,7 +4469,7 @@ function ScrollBar(_a) {
4564
4469
  "className",
4565
4470
  "orientation"
4566
4471
  ]);
4567
- return /* @__PURE__ */ jsx43(
4472
+ return /* @__PURE__ */ jsx42(
4568
4473
  ScrollAreaPrimitive.ScrollAreaScrollbar,
4569
4474
  __spreadProps(__spreadValues({
4570
4475
  "data-slot": "scroll-area-scrollbar",
@@ -4576,7 +4481,7 @@ function ScrollBar(_a) {
4576
4481
  className
4577
4482
  )
4578
4483
  }, props), {
4579
- children: /* @__PURE__ */ jsx43(
4484
+ children: /* @__PURE__ */ jsx42(
4580
4485
  ScrollAreaPrimitive.ScrollAreaThumb,
4581
4486
  {
4582
4487
  "data-slot": "scroll-area-thumb",
@@ -4590,18 +4495,18 @@ function ScrollBar(_a) {
4590
4495
  // components/ui/select.tsx
4591
4496
  import { CheckIcon as CheckIcon6, ChevronDownIcon as ChevronDownIcon6, ChevronUpIcon } from "lucide-react";
4592
4497
  import { Select as SelectPrimitive } from "radix-ui";
4593
- import { jsx as jsx44, jsxs as jsxs19 } from "react/jsx-runtime";
4498
+ import { jsx as jsx43, jsxs as jsxs19 } from "react/jsx-runtime";
4594
4499
  function Select(_a) {
4595
4500
  var props = __objRest(_a, []);
4596
- return /* @__PURE__ */ jsx44(SelectPrimitive.Root, __spreadValues({ "data-slot": "select" }, props));
4501
+ return /* @__PURE__ */ jsx43(SelectPrimitive.Root, __spreadValues({ "data-slot": "select" }, props));
4597
4502
  }
4598
4503
  function SelectGroup(_a) {
4599
4504
  var props = __objRest(_a, []);
4600
- return /* @__PURE__ */ jsx44(SelectPrimitive.Group, __spreadValues({ "data-slot": "select-group" }, props));
4505
+ return /* @__PURE__ */ jsx43(SelectPrimitive.Group, __spreadValues({ "data-slot": "select-group" }, props));
4601
4506
  }
4602
4507
  function SelectValue(_a) {
4603
4508
  var props = __objRest(_a, []);
4604
- return /* @__PURE__ */ jsx44(SelectPrimitive.Value, __spreadValues({ "data-slot": "select-value" }, props));
4509
+ return /* @__PURE__ */ jsx43(SelectPrimitive.Value, __spreadValues({ "data-slot": "select-value" }, props));
4605
4510
  }
4606
4511
  function SelectTrigger(_a) {
4607
4512
  var _b = _a, {
@@ -4619,13 +4524,13 @@ function SelectTrigger(_a) {
4619
4524
  "data-slot": "select-trigger",
4620
4525
  "data-size": size,
4621
4526
  className: cn(
4622
- "flex w-fit items-center justify-between gap-2 rounded-md border border-input bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[placeholder]:text-muted-foreground data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 dark:bg-input/30 dark:hover:bg-input/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-muted-foreground",
4527
+ "flex w-fit items-center justify-between gap-2 rounded-sm border border-input bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[placeholder]:text-muted-foreground data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 dark:bg-input/30 dark:hover:bg-input/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-muted-foreground",
4623
4528
  className
4624
4529
  )
4625
4530
  }, props), {
4626
4531
  children: [
4627
4532
  children,
4628
- /* @__PURE__ */ jsx44(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx44(ChevronDownIcon6, { className: "size-4 opacity-50" }) })
4533
+ /* @__PURE__ */ jsx43(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx43(ChevronDownIcon6, { className: "size-4 opacity-50" }) })
4629
4534
  ]
4630
4535
  })
4631
4536
  );
@@ -4642,12 +4547,12 @@ function SelectContent(_a) {
4642
4547
  "position",
4643
4548
  "align"
4644
4549
  ]);
4645
- return /* @__PURE__ */ jsx44(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsxs19(
4550
+ return /* @__PURE__ */ jsx43(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsxs19(
4646
4551
  SelectPrimitive.Content,
4647
4552
  __spreadProps(__spreadValues({
4648
4553
  "data-slot": "select-content",
4649
4554
  className: cn(
4650
- "relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border bg-popover text-popover-foreground shadow-md 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 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
4555
+ "relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-sm border bg-popover text-popover-foreground shadow-md 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 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
4651
4556
  position === "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",
4652
4557
  className
4653
4558
  ),
@@ -4655,8 +4560,8 @@ function SelectContent(_a) {
4655
4560
  align
4656
4561
  }, props), {
4657
4562
  children: [
4658
- /* @__PURE__ */ jsx44(SelectScrollUpButton, {}),
4659
- /* @__PURE__ */ jsx44(
4563
+ /* @__PURE__ */ jsx43(SelectScrollUpButton, {}),
4564
+ /* @__PURE__ */ jsx43(
4660
4565
  SelectPrimitive.Viewport,
4661
4566
  {
4662
4567
  className: cn(
@@ -4666,7 +4571,7 @@ function SelectContent(_a) {
4666
4571
  children
4667
4572
  }
4668
4573
  ),
4669
- /* @__PURE__ */ jsx44(SelectScrollDownButton, {})
4574
+ /* @__PURE__ */ jsx43(SelectScrollDownButton, {})
4670
4575
  ]
4671
4576
  })
4672
4577
  ) });
@@ -4677,7 +4582,7 @@ function SelectLabel(_a) {
4677
4582
  } = _b, props = __objRest(_b, [
4678
4583
  "className"
4679
4584
  ]);
4680
- return /* @__PURE__ */ jsx44(
4585
+ return /* @__PURE__ */ jsx43(
4681
4586
  SelectPrimitive.Label,
4682
4587
  __spreadValues({
4683
4588
  "data-slot": "select-label",
@@ -4703,15 +4608,15 @@ function SelectItem(_a) {
4703
4608
  )
4704
4609
  }, props), {
4705
4610
  children: [
4706
- /* @__PURE__ */ jsx44(
4611
+ /* @__PURE__ */ jsx43(
4707
4612
  "span",
4708
4613
  {
4709
4614
  "data-slot": "select-item-indicator",
4710
4615
  className: "absolute right-2 flex size-3.5 items-center justify-center",
4711
- children: /* @__PURE__ */ jsx44(SelectPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx44(CheckIcon6, { className: "size-4" }) })
4616
+ children: /* @__PURE__ */ jsx43(SelectPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx43(CheckIcon6, { className: "size-4" }) })
4712
4617
  }
4713
4618
  ),
4714
- /* @__PURE__ */ jsx44(SelectPrimitive.ItemText, { children })
4619
+ /* @__PURE__ */ jsx43(SelectPrimitive.ItemText, { children })
4715
4620
  ]
4716
4621
  })
4717
4622
  );
@@ -4722,7 +4627,7 @@ function SelectSeparator(_a) {
4722
4627
  } = _b, props = __objRest(_b, [
4723
4628
  "className"
4724
4629
  ]);
4725
- return /* @__PURE__ */ jsx44(
4630
+ return /* @__PURE__ */ jsx43(
4726
4631
  SelectPrimitive.Separator,
4727
4632
  __spreadValues({
4728
4633
  "data-slot": "select-separator",
@@ -4736,7 +4641,7 @@ function SelectScrollUpButton(_a) {
4736
4641
  } = _b, props = __objRest(_b, [
4737
4642
  "className"
4738
4643
  ]);
4739
- return /* @__PURE__ */ jsx44(
4644
+ return /* @__PURE__ */ jsx43(
4740
4645
  SelectPrimitive.ScrollUpButton,
4741
4646
  __spreadProps(__spreadValues({
4742
4647
  "data-slot": "select-scroll-up-button",
@@ -4745,7 +4650,7 @@ function SelectScrollUpButton(_a) {
4745
4650
  className
4746
4651
  )
4747
4652
  }, props), {
4748
- children: /* @__PURE__ */ jsx44(ChevronUpIcon, { className: "size-4" })
4653
+ children: /* @__PURE__ */ jsx43(ChevronUpIcon, { className: "size-4" })
4749
4654
  })
4750
4655
  );
4751
4656
  }
@@ -4755,7 +4660,7 @@ function SelectScrollDownButton(_a) {
4755
4660
  } = _b, props = __objRest(_b, [
4756
4661
  "className"
4757
4662
  ]);
4758
- return /* @__PURE__ */ jsx44(
4663
+ return /* @__PURE__ */ jsx43(
4759
4664
  SelectPrimitive.ScrollDownButton,
4760
4665
  __spreadProps(__spreadValues({
4761
4666
  "data-slot": "select-scroll-down-button",
@@ -4764,7 +4669,7 @@ function SelectScrollDownButton(_a) {
4764
4669
  className
4765
4670
  )
4766
4671
  }, props), {
4767
- children: /* @__PURE__ */ jsx44(ChevronDownIcon6, { className: "size-4" })
4672
+ children: /* @__PURE__ */ jsx43(ChevronDownIcon6, { className: "size-4" })
4768
4673
  })
4769
4674
  );
4770
4675
  }
@@ -4772,22 +4677,22 @@ function SelectScrollDownButton(_a) {
4772
4677
  // components/ui/sheet.tsx
4773
4678
  import { XIcon as XIcon3 } from "lucide-react";
4774
4679
  import { Dialog as SheetPrimitive } from "radix-ui";
4775
- import { jsx as jsx45, jsxs as jsxs20 } from "react/jsx-runtime";
4680
+ import { jsx as jsx44, jsxs as jsxs20 } from "react/jsx-runtime";
4776
4681
  function Sheet(_a) {
4777
4682
  var props = __objRest(_a, []);
4778
- return /* @__PURE__ */ jsx45(SheetPrimitive.Root, __spreadValues({ "data-slot": "sheet" }, props));
4683
+ return /* @__PURE__ */ jsx44(SheetPrimitive.Root, __spreadValues({ "data-slot": "sheet" }, props));
4779
4684
  }
4780
4685
  function SheetTrigger(_a) {
4781
4686
  var props = __objRest(_a, []);
4782
- return /* @__PURE__ */ jsx45(SheetPrimitive.Trigger, __spreadValues({ "data-slot": "sheet-trigger" }, props));
4687
+ return /* @__PURE__ */ jsx44(SheetPrimitive.Trigger, __spreadValues({ "data-slot": "sheet-trigger" }, props));
4783
4688
  }
4784
4689
  function SheetClose(_a) {
4785
4690
  var props = __objRest(_a, []);
4786
- return /* @__PURE__ */ jsx45(SheetPrimitive.Close, __spreadValues({ "data-slot": "sheet-close" }, props));
4691
+ return /* @__PURE__ */ jsx44(SheetPrimitive.Close, __spreadValues({ "data-slot": "sheet-close" }, props));
4787
4692
  }
4788
4693
  function SheetPortal(_a) {
4789
4694
  var props = __objRest(_a, []);
4790
- return /* @__PURE__ */ jsx45(SheetPrimitive.Portal, __spreadValues({ "data-slot": "sheet-portal" }, props));
4695
+ return /* @__PURE__ */ jsx44(SheetPrimitive.Portal, __spreadValues({ "data-slot": "sheet-portal" }, props));
4791
4696
  }
4792
4697
  function SheetOverlay(_a) {
4793
4698
  var _b = _a, {
@@ -4795,12 +4700,12 @@ function SheetOverlay(_a) {
4795
4700
  } = _b, props = __objRest(_b, [
4796
4701
  "className"
4797
4702
  ]);
4798
- return /* @__PURE__ */ jsx45(
4703
+ return /* @__PURE__ */ jsx44(
4799
4704
  SheetPrimitive.Overlay,
4800
4705
  __spreadValues({
4801
4706
  "data-slot": "sheet-overlay",
4802
4707
  className: cn(
4803
- "fixed inset-0 z-50 bg-black/50 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0",
4708
+ "fixed inset-0 z-50 bg-overlay data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0",
4804
4709
  className
4805
4710
  )
4806
4711
  }, props)
@@ -4819,7 +4724,7 @@ function SheetContent(_a) {
4819
4724
  "showCloseButton"
4820
4725
  ]);
4821
4726
  return /* @__PURE__ */ jsxs20(SheetPortal, { children: [
4822
- /* @__PURE__ */ jsx45(SheetOverlay, {}),
4727
+ /* @__PURE__ */ jsx44(SheetOverlay, {}),
4823
4728
  /* @__PURE__ */ jsxs20(
4824
4729
  SheetPrimitive.Content,
4825
4730
  __spreadProps(__spreadValues({
@@ -4836,8 +4741,8 @@ function SheetContent(_a) {
4836
4741
  children: [
4837
4742
  children,
4838
4743
  showCloseButton && /* @__PURE__ */ jsxs20(SheetPrimitive.Close, { className: "absolute top-4 right-4 rounded-xs opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:ring-2 focus:ring-ring focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none data-[state=open]:bg-secondary", children: [
4839
- /* @__PURE__ */ jsx45(XIcon3, { className: "size-4" }),
4840
- /* @__PURE__ */ jsx45("span", { className: "sr-only", children: "Close" })
4744
+ /* @__PURE__ */ jsx44(XIcon3, { className: "size-4" }),
4745
+ /* @__PURE__ */ jsx44("span", { className: "sr-only", children: "Close" })
4841
4746
  ] })
4842
4747
  ]
4843
4748
  })
@@ -4846,7 +4751,7 @@ function SheetContent(_a) {
4846
4751
  }
4847
4752
  function SheetHeader(_a) {
4848
4753
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
4849
- return /* @__PURE__ */ jsx45(
4754
+ return /* @__PURE__ */ jsx44(
4850
4755
  "div",
4851
4756
  __spreadValues({
4852
4757
  "data-slot": "sheet-header",
@@ -4856,7 +4761,7 @@ function SheetHeader(_a) {
4856
4761
  }
4857
4762
  function SheetFooter(_a) {
4858
4763
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
4859
- return /* @__PURE__ */ jsx45(
4764
+ return /* @__PURE__ */ jsx44(
4860
4765
  "div",
4861
4766
  __spreadValues({
4862
4767
  "data-slot": "sheet-footer",
@@ -4870,7 +4775,7 @@ function SheetTitle(_a) {
4870
4775
  } = _b, props = __objRest(_b, [
4871
4776
  "className"
4872
4777
  ]);
4873
- return /* @__PURE__ */ jsx45(
4778
+ return /* @__PURE__ */ jsx44(
4874
4779
  SheetPrimitive.Title,
4875
4780
  __spreadValues({
4876
4781
  "data-slot": "sheet-title",
@@ -4884,7 +4789,7 @@ function SheetDescription(_a) {
4884
4789
  } = _b, props = __objRest(_b, [
4885
4790
  "className"
4886
4791
  ]);
4887
- return /* @__PURE__ */ jsx45(
4792
+ return /* @__PURE__ */ jsx44(
4888
4793
  SheetPrimitive.Description,
4889
4794
  __spreadValues({
4890
4795
  "data-slot": "sheet-description",
@@ -4895,9 +4800,9 @@ function SheetDescription(_a) {
4895
4800
 
4896
4801
  // components/ui/sidebar.tsx
4897
4802
  import * as React8 from "react";
4898
- import { cva as cva10 } from "class-variance-authority";
4803
+ import { cva as cva9 } from "class-variance-authority";
4899
4804
  import { PanelLeftIcon } from "lucide-react";
4900
- import { Slot as Slot7 } from "radix-ui";
4805
+ import { Slot as Slot6 } from "radix-ui";
4901
4806
 
4902
4807
  // hooks/use-mobile.ts
4903
4808
  import * as React7 from "react";
@@ -4917,10 +4822,10 @@ function useIsMobile() {
4917
4822
  }
4918
4823
 
4919
4824
  // components/ui/skeleton.tsx
4920
- import { jsx as jsx46 } from "react/jsx-runtime";
4825
+ import { jsx as jsx45 } from "react/jsx-runtime";
4921
4826
  function Skeleton(_a) {
4922
4827
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
4923
- return /* @__PURE__ */ jsx46(
4828
+ return /* @__PURE__ */ jsx45(
4924
4829
  "div",
4925
4830
  __spreadValues({
4926
4831
  "data-slot": "skeleton",
@@ -4931,14 +4836,14 @@ function Skeleton(_a) {
4931
4836
 
4932
4837
  // components/ui/tooltip.tsx
4933
4838
  import { Tooltip as TooltipPrimitive } from "radix-ui";
4934
- import { jsx as jsx47, jsxs as jsxs21 } from "react/jsx-runtime";
4839
+ import { jsx as jsx46, jsxs as jsxs21 } from "react/jsx-runtime";
4935
4840
  function TooltipProvider(_a) {
4936
4841
  var _b = _a, {
4937
4842
  delayDuration = 0
4938
4843
  } = _b, props = __objRest(_b, [
4939
4844
  "delayDuration"
4940
4845
  ]);
4941
- return /* @__PURE__ */ jsx47(
4846
+ return /* @__PURE__ */ jsx46(
4942
4847
  TooltipPrimitive.Provider,
4943
4848
  __spreadValues({
4944
4849
  "data-slot": "tooltip-provider",
@@ -4948,11 +4853,11 @@ function TooltipProvider(_a) {
4948
4853
  }
4949
4854
  function Tooltip2(_a) {
4950
4855
  var props = __objRest(_a, []);
4951
- return /* @__PURE__ */ jsx47(TooltipPrimitive.Root, __spreadValues({ "data-slot": "tooltip" }, props));
4856
+ return /* @__PURE__ */ jsx46(TooltipPrimitive.Root, __spreadValues({ "data-slot": "tooltip" }, props));
4952
4857
  }
4953
4858
  function TooltipTrigger(_a) {
4954
4859
  var props = __objRest(_a, []);
4955
- return /* @__PURE__ */ jsx47(TooltipPrimitive.Trigger, __spreadValues({ "data-slot": "tooltip-trigger" }, props));
4860
+ return /* @__PURE__ */ jsx46(TooltipPrimitive.Trigger, __spreadValues({ "data-slot": "tooltip-trigger" }, props));
4956
4861
  }
4957
4862
  function TooltipContent(_a) {
4958
4863
  var _b = _a, {
@@ -4964,7 +4869,7 @@ function TooltipContent(_a) {
4964
4869
  "sideOffset",
4965
4870
  "children"
4966
4871
  ]);
4967
- return /* @__PURE__ */ jsx47(TooltipPrimitive.Portal, { children: /* @__PURE__ */ jsxs21(
4872
+ return /* @__PURE__ */ jsx46(TooltipPrimitive.Portal, { children: /* @__PURE__ */ jsxs21(
4968
4873
  TooltipPrimitive.Content,
4969
4874
  __spreadProps(__spreadValues({
4970
4875
  "data-slot": "tooltip-content",
@@ -4976,14 +4881,14 @@ function TooltipContent(_a) {
4976
4881
  }, props), {
4977
4882
  children: [
4978
4883
  children,
4979
- /* @__PURE__ */ jsx47(TooltipPrimitive.Arrow, { className: "z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px] bg-foreground fill-foreground" })
4884
+ /* @__PURE__ */ jsx46(TooltipPrimitive.Arrow, { className: "z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px] bg-foreground fill-foreground" })
4980
4885
  ]
4981
4886
  })
4982
4887
  ) });
4983
4888
  }
4984
4889
 
4985
4890
  // components/ui/sidebar.tsx
4986
- import { jsx as jsx48, jsxs as jsxs22 } from "react/jsx-runtime";
4891
+ import { jsx as jsx47, jsxs as jsxs22 } from "react/jsx-runtime";
4987
4892
  var SIDEBAR_COOKIE_NAME = "sidebar_state";
4988
4893
  var SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
4989
4894
  var SIDEBAR_WIDTH = "16rem";
@@ -5056,7 +4961,7 @@ function SidebarProvider(_a) {
5056
4961
  }),
5057
4962
  [state, open, setOpen, isMobile, openMobile, setOpenMobile, toggleSidebar]
5058
4963
  );
5059
- return /* @__PURE__ */ jsx48(SidebarContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsx48(TooltipProvider, { delayDuration: 0, children: /* @__PURE__ */ jsx48(
4964
+ return /* @__PURE__ */ jsx47(SidebarContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsx47(TooltipProvider, { delayDuration: 0, children: /* @__PURE__ */ jsx47(
5060
4965
  "div",
5061
4966
  __spreadProps(__spreadValues({
5062
4967
  "data-slot": "sidebar-wrapper",
@@ -5089,7 +4994,7 @@ function Sidebar(_a) {
5089
4994
  ]);
5090
4995
  const { isMobile, state, openMobile, setOpenMobile } = useSidebar();
5091
4996
  if (collapsible === "none") {
5092
- return /* @__PURE__ */ jsx48(
4997
+ return /* @__PURE__ */ jsx47(
5093
4998
  "div",
5094
4999
  __spreadProps(__spreadValues({
5095
5000
  "data-slot": "sidebar",
@@ -5103,7 +5008,7 @@ function Sidebar(_a) {
5103
5008
  );
5104
5009
  }
5105
5010
  if (isMobile) {
5106
- return /* @__PURE__ */ jsx48(Sheet, __spreadProps(__spreadValues({ open: openMobile, onOpenChange: setOpenMobile }, props), { children: /* @__PURE__ */ jsxs22(
5011
+ return /* @__PURE__ */ jsx47(Sheet, __spreadProps(__spreadValues({ open: openMobile, onOpenChange: setOpenMobile }, props), { children: /* @__PURE__ */ jsxs22(
5107
5012
  SheetContent,
5108
5013
  {
5109
5014
  "data-sidebar": "sidebar",
@@ -5116,10 +5021,10 @@ function Sidebar(_a) {
5116
5021
  side,
5117
5022
  children: [
5118
5023
  /* @__PURE__ */ jsxs22(SheetHeader, { className: "sr-only", children: [
5119
- /* @__PURE__ */ jsx48(SheetTitle, { children: "Sidebar" }),
5120
- /* @__PURE__ */ jsx48(SheetDescription, { children: "Displays the mobile sidebar." })
5024
+ /* @__PURE__ */ jsx47(SheetTitle, { children: "Sidebar" }),
5025
+ /* @__PURE__ */ jsx47(SheetDescription, { children: "Displays the mobile sidebar." })
5121
5026
  ] }),
5122
- /* @__PURE__ */ jsx48("div", { className: "flex h-full w-full flex-col", children })
5027
+ /* @__PURE__ */ jsx47("div", { className: "flex h-full w-full flex-col", children })
5123
5028
  ]
5124
5029
  }
5125
5030
  ) }));
@@ -5134,7 +5039,7 @@ function Sidebar(_a) {
5134
5039
  "data-side": side,
5135
5040
  "data-slot": "sidebar",
5136
5041
  children: [
5137
- /* @__PURE__ */ jsx48(
5042
+ /* @__PURE__ */ jsx47(
5138
5043
  "div",
5139
5044
  {
5140
5045
  "data-slot": "sidebar-gap",
@@ -5146,7 +5051,7 @@ function Sidebar(_a) {
5146
5051
  )
5147
5052
  }
5148
5053
  ),
5149
- /* @__PURE__ */ jsx48(
5054
+ /* @__PURE__ */ jsx47(
5150
5055
  "div",
5151
5056
  __spreadProps(__spreadValues({
5152
5057
  "data-slot": "sidebar-container",
@@ -5158,7 +5063,7 @@ function Sidebar(_a) {
5158
5063
  className
5159
5064
  )
5160
5065
  }, props), {
5161
- children: /* @__PURE__ */ jsx48(
5066
+ children: /* @__PURE__ */ jsx47(
5162
5067
  "div",
5163
5068
  {
5164
5069
  "data-sidebar": "sidebar",
@@ -5196,8 +5101,8 @@ function SidebarTrigger(_a) {
5196
5101
  }
5197
5102
  }, props), {
5198
5103
  children: [
5199
- /* @__PURE__ */ jsx48(PanelLeftIcon, {}),
5200
- /* @__PURE__ */ jsx48("span", { className: "sr-only", children: "Toggle Sidebar" })
5104
+ /* @__PURE__ */ jsx47(PanelLeftIcon, {}),
5105
+ /* @__PURE__ */ jsx47("span", { className: "sr-only", children: "Toggle Sidebar" })
5201
5106
  ]
5202
5107
  })
5203
5108
  );
@@ -5205,7 +5110,7 @@ function SidebarTrigger(_a) {
5205
5110
  function SidebarRail(_a) {
5206
5111
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5207
5112
  const { toggleSidebar } = useSidebar();
5208
- return /* @__PURE__ */ jsx48(
5113
+ return /* @__PURE__ */ jsx47(
5209
5114
  "button",
5210
5115
  __spreadValues({
5211
5116
  "data-sidebar": "rail",
@@ -5228,7 +5133,7 @@ function SidebarRail(_a) {
5228
5133
  }
5229
5134
  function SidebarInset(_a) {
5230
5135
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5231
- return /* @__PURE__ */ jsx48(
5136
+ return /* @__PURE__ */ jsx47(
5232
5137
  "main",
5233
5138
  __spreadValues({
5234
5139
  "data-slot": "sidebar-inset",
@@ -5246,7 +5151,7 @@ function SidebarInput(_a) {
5246
5151
  } = _b, props = __objRest(_b, [
5247
5152
  "className"
5248
5153
  ]);
5249
- return /* @__PURE__ */ jsx48(
5154
+ return /* @__PURE__ */ jsx47(
5250
5155
  Input,
5251
5156
  __spreadValues({
5252
5157
  "data-slot": "sidebar-input",
@@ -5257,7 +5162,7 @@ function SidebarInput(_a) {
5257
5162
  }
5258
5163
  function SidebarHeader(_a) {
5259
5164
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5260
- return /* @__PURE__ */ jsx48(
5165
+ return /* @__PURE__ */ jsx47(
5261
5166
  "div",
5262
5167
  __spreadValues({
5263
5168
  "data-slot": "sidebar-header",
@@ -5268,7 +5173,7 @@ function SidebarHeader(_a) {
5268
5173
  }
5269
5174
  function SidebarFooter(_a) {
5270
5175
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5271
- return /* @__PURE__ */ jsx48(
5176
+ return /* @__PURE__ */ jsx47(
5272
5177
  "div",
5273
5178
  __spreadValues({
5274
5179
  "data-slot": "sidebar-footer",
@@ -5283,7 +5188,7 @@ function SidebarSeparator(_a) {
5283
5188
  } = _b, props = __objRest(_b, [
5284
5189
  "className"
5285
5190
  ]);
5286
- return /* @__PURE__ */ jsx48(
5191
+ return /* @__PURE__ */ jsx47(
5287
5192
  Separator,
5288
5193
  __spreadValues({
5289
5194
  "data-slot": "sidebar-separator",
@@ -5294,7 +5199,7 @@ function SidebarSeparator(_a) {
5294
5199
  }
5295
5200
  function SidebarContent(_a) {
5296
5201
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5297
- return /* @__PURE__ */ jsx48(
5202
+ return /* @__PURE__ */ jsx47(
5298
5203
  "div",
5299
5204
  __spreadValues({
5300
5205
  "data-slot": "sidebar-content",
@@ -5308,7 +5213,7 @@ function SidebarContent(_a) {
5308
5213
  }
5309
5214
  function SidebarGroup(_a) {
5310
5215
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5311
- return /* @__PURE__ */ jsx48(
5216
+ return /* @__PURE__ */ jsx47(
5312
5217
  "div",
5313
5218
  __spreadValues({
5314
5219
  "data-slot": "sidebar-group",
@@ -5325,8 +5230,8 @@ function SidebarGroupLabel(_a) {
5325
5230
  "className",
5326
5231
  "asChild"
5327
5232
  ]);
5328
- const Comp = asChild ? Slot7.Root : "div";
5329
- return /* @__PURE__ */ jsx48(
5233
+ const Comp = asChild ? Slot6.Root : "div";
5234
+ return /* @__PURE__ */ jsx47(
5330
5235
  Comp,
5331
5236
  __spreadValues({
5332
5237
  "data-slot": "sidebar-group-label",
@@ -5347,8 +5252,8 @@ function SidebarGroupAction(_a) {
5347
5252
  "className",
5348
5253
  "asChild"
5349
5254
  ]);
5350
- const Comp = asChild ? Slot7.Root : "button";
5351
- return /* @__PURE__ */ jsx48(
5255
+ const Comp = asChild ? Slot6.Root : "button";
5256
+ return /* @__PURE__ */ jsx47(
5352
5257
  Comp,
5353
5258
  __spreadValues({
5354
5259
  "data-slot": "sidebar-group-action",
@@ -5369,7 +5274,7 @@ function SidebarGroupContent(_a) {
5369
5274
  } = _b, props = __objRest(_b, [
5370
5275
  "className"
5371
5276
  ]);
5372
- return /* @__PURE__ */ jsx48(
5277
+ return /* @__PURE__ */ jsx47(
5373
5278
  "div",
5374
5279
  __spreadValues({
5375
5280
  "data-slot": "sidebar-group-content",
@@ -5380,7 +5285,7 @@ function SidebarGroupContent(_a) {
5380
5285
  }
5381
5286
  function SidebarMenu(_a) {
5382
5287
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5383
- return /* @__PURE__ */ jsx48(
5288
+ return /* @__PURE__ */ jsx47(
5384
5289
  "ul",
5385
5290
  __spreadValues({
5386
5291
  "data-slot": "sidebar-menu",
@@ -5391,7 +5296,7 @@ function SidebarMenu(_a) {
5391
5296
  }
5392
5297
  function SidebarMenuItem(_a) {
5393
5298
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5394
- return /* @__PURE__ */ jsx48(
5299
+ return /* @__PURE__ */ jsx47(
5395
5300
  "li",
5396
5301
  __spreadValues({
5397
5302
  "data-slot": "sidebar-menu-item",
@@ -5400,13 +5305,13 @@ function SidebarMenuItem(_a) {
5400
5305
  }, props)
5401
5306
  );
5402
5307
  }
5403
- var sidebarMenuButtonVariants = cva10(
5308
+ var sidebarMenuButtonVariants = cva9(
5404
5309
  "peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm ring-sidebar-ring outline-hidden transition-[width,height,padding] group-has-data-[sidebar=menu-action]/menu-item:pr-8 group-data-[collapsible=icon]:size-8! group-data-[collapsible=icon]:p-2! hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",
5405
5310
  {
5406
5311
  variants: {
5407
5312
  variant: {
5408
5313
  default: "hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",
5409
- outline: "bg-background shadow-[0_0_0_1px_hsl(var(--sidebar-border))] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_hsl(var(--sidebar-accent))]"
5314
+ outline: "bg-background ring-1 ring-sidebar-border hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:ring-sidebar-accent"
5410
5315
  },
5411
5316
  size: {
5412
5317
  default: "h-8 text-sm",
@@ -5436,9 +5341,9 @@ function SidebarMenuButton(_a) {
5436
5341
  "tooltip",
5437
5342
  "className"
5438
5343
  ]);
5439
- const Comp = asChild ? Slot7.Root : "button";
5344
+ const Comp = asChild ? Slot6.Root : "button";
5440
5345
  const { isMobile, state } = useSidebar();
5441
- const button = /* @__PURE__ */ jsx48(
5346
+ const button = /* @__PURE__ */ jsx47(
5442
5347
  Comp,
5443
5348
  __spreadValues({
5444
5349
  "data-slot": "sidebar-menu-button",
@@ -5457,8 +5362,8 @@ function SidebarMenuButton(_a) {
5457
5362
  };
5458
5363
  }
5459
5364
  return /* @__PURE__ */ jsxs22(Tooltip2, { children: [
5460
- /* @__PURE__ */ jsx48(TooltipTrigger, { asChild: true, children: button }),
5461
- /* @__PURE__ */ jsx48(
5365
+ /* @__PURE__ */ jsx47(TooltipTrigger, { asChild: true, children: button }),
5366
+ /* @__PURE__ */ jsx47(
5462
5367
  TooltipContent,
5463
5368
  __spreadValues({
5464
5369
  side: "right",
@@ -5478,8 +5383,8 @@ function SidebarMenuAction(_a) {
5478
5383
  "asChild",
5479
5384
  "showOnHover"
5480
5385
  ]);
5481
- const Comp = asChild ? Slot7.Root : "button";
5482
- return /* @__PURE__ */ jsx48(
5386
+ const Comp = asChild ? Slot6.Root : "button";
5387
+ return /* @__PURE__ */ jsx47(
5483
5388
  Comp,
5484
5389
  __spreadValues({
5485
5390
  "data-slot": "sidebar-menu-action",
@@ -5504,7 +5409,7 @@ function SidebarMenuBadge(_a) {
5504
5409
  } = _b, props = __objRest(_b, [
5505
5410
  "className"
5506
5411
  ]);
5507
- return /* @__PURE__ */ jsx48(
5412
+ return /* @__PURE__ */ jsx47(
5508
5413
  "div",
5509
5414
  __spreadValues({
5510
5415
  "data-slot": "sidebar-menu-badge",
@@ -5540,14 +5445,14 @@ function SidebarMenuSkeleton(_a) {
5540
5445
  className: cn("flex h-8 items-center gap-2 rounded-md px-2", className)
5541
5446
  }, props), {
5542
5447
  children: [
5543
- showIcon && /* @__PURE__ */ jsx48(
5448
+ showIcon && /* @__PURE__ */ jsx47(
5544
5449
  Skeleton,
5545
5450
  {
5546
5451
  className: "size-4 rounded-md",
5547
5452
  "data-sidebar": "menu-skeleton-icon"
5548
5453
  }
5549
5454
  ),
5550
- /* @__PURE__ */ jsx48(
5455
+ /* @__PURE__ */ jsx47(
5551
5456
  Skeleton,
5552
5457
  {
5553
5458
  className: "h-4 max-w-(--skeleton-width) flex-1",
@@ -5563,7 +5468,7 @@ function SidebarMenuSkeleton(_a) {
5563
5468
  }
5564
5469
  function SidebarMenuSub(_a) {
5565
5470
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5566
- return /* @__PURE__ */ jsx48(
5471
+ return /* @__PURE__ */ jsx47(
5567
5472
  "ul",
5568
5473
  __spreadValues({
5569
5474
  "data-slot": "sidebar-menu-sub",
@@ -5582,7 +5487,7 @@ function SidebarMenuSubItem(_a) {
5582
5487
  } = _b, props = __objRest(_b, [
5583
5488
  "className"
5584
5489
  ]);
5585
- return /* @__PURE__ */ jsx48(
5490
+ return /* @__PURE__ */ jsx47(
5586
5491
  "li",
5587
5492
  __spreadValues({
5588
5493
  "data-slot": "sidebar-menu-sub-item",
@@ -5603,8 +5508,8 @@ function SidebarMenuSubButton(_a) {
5603
5508
  "isActive",
5604
5509
  "className"
5605
5510
  ]);
5606
- const Comp = asChild ? Slot7.Root : "a";
5607
- return /* @__PURE__ */ jsx48(
5511
+ const Comp = asChild ? Slot6.Root : "a";
5512
+ return /* @__PURE__ */ jsx47(
5608
5513
  Comp,
5609
5514
  __spreadValues({
5610
5515
  "data-slot": "sidebar-menu-sub-button",
@@ -5626,7 +5531,7 @@ function SidebarMenuSubButton(_a) {
5626
5531
  // components/ui/slider.tsx
5627
5532
  import * as React9 from "react";
5628
5533
  import { Slider as SliderPrimitive } from "radix-ui";
5629
- import { jsx as jsx49, jsxs as jsxs23 } from "react/jsx-runtime";
5534
+ import { jsx as jsx48, jsxs as jsxs23 } from "react/jsx-runtime";
5630
5535
  function Slider(_a) {
5631
5536
  var _b = _a, {
5632
5537
  className,
@@ -5659,14 +5564,14 @@ function Slider(_a) {
5659
5564
  )
5660
5565
  }, props), {
5661
5566
  children: [
5662
- /* @__PURE__ */ jsx49(
5567
+ /* @__PURE__ */ jsx48(
5663
5568
  SliderPrimitive.Track,
5664
5569
  {
5665
5570
  "data-slot": "slider-track",
5666
5571
  className: cn(
5667
5572
  "relative grow overflow-hidden rounded-full bg-muted data-[orientation=horizontal]:h-1.5 data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-1.5"
5668
5573
  ),
5669
- children: /* @__PURE__ */ jsx49(
5574
+ children: /* @__PURE__ */ jsx48(
5670
5575
  SliderPrimitive.Range,
5671
5576
  {
5672
5577
  "data-slot": "slider-range",
@@ -5677,11 +5582,11 @@ function Slider(_a) {
5677
5582
  )
5678
5583
  }
5679
5584
  ),
5680
- Array.from({ length: _values.length }, (_, index) => /* @__PURE__ */ jsx49(
5585
+ Array.from({ length: _values.length }, (_, index) => /* @__PURE__ */ jsx48(
5681
5586
  SliderPrimitive.Thumb,
5682
5587
  {
5683
5588
  "data-slot": "slider-thumb",
5684
- className: "block size-4 shrink-0 rounded-full border border-primary bg-white shadow-sm ring-ring/50 transition-[color,box-shadow] hover:ring-4 focus-visible:ring-4 focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50"
5589
+ className: "block size-4 shrink-0 rounded-full border border-primary bg-background shadow-sm ring-ring/50 transition-[color,box-shadow] hover:ring-4 focus-visible:ring-4 focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50"
5685
5590
  },
5686
5591
  index
5687
5592
  ))
@@ -5700,21 +5605,21 @@ import {
5700
5605
  } from "lucide-react";
5701
5606
  import { useTheme } from "next-themes";
5702
5607
  import { Toaster as Sonner } from "sonner";
5703
- import { jsx as jsx50 } from "react/jsx-runtime";
5608
+ import { jsx as jsx49 } from "react/jsx-runtime";
5704
5609
  var Toaster = (_a) => {
5705
5610
  var props = __objRest(_a, []);
5706
5611
  const { theme = "system" } = useTheme();
5707
- return /* @__PURE__ */ jsx50(
5612
+ return /* @__PURE__ */ jsx49(
5708
5613
  Sonner,
5709
5614
  __spreadValues({
5710
5615
  theme,
5711
5616
  className: "toaster group",
5712
5617
  icons: {
5713
- success: /* @__PURE__ */ jsx50(CircleCheckIcon, { className: "size-4" }),
5714
- info: /* @__PURE__ */ jsx50(InfoIcon, { className: "size-4" }),
5715
- warning: /* @__PURE__ */ jsx50(TriangleAlertIcon, { className: "size-4" }),
5716
- error: /* @__PURE__ */ jsx50(OctagonXIcon, { className: "size-4" }),
5717
- loading: /* @__PURE__ */ jsx50(Loader2Icon, { className: "size-4 animate-spin" })
5618
+ success: /* @__PURE__ */ jsx49(CircleCheckIcon, { className: "size-4" }),
5619
+ info: /* @__PURE__ */ jsx49(InfoIcon, { className: "size-4" }),
5620
+ warning: /* @__PURE__ */ jsx49(TriangleAlertIcon, { className: "size-4" }),
5621
+ error: /* @__PURE__ */ jsx49(OctagonXIcon, { className: "size-4" }),
5622
+ loading: /* @__PURE__ */ jsx49(Loader2Icon, { className: "size-4 animate-spin" })
5718
5623
  },
5719
5624
  style: {
5720
5625
  "--normal-bg": "var(--popover)",
@@ -5728,22 +5633,22 @@ var Toaster = (_a) => {
5728
5633
 
5729
5634
  // components/ui/spinner.tsx
5730
5635
  import { Loader2Icon as Loader2Icon2 } from "lucide-react";
5731
- import { jsx as jsx51 } from "react/jsx-runtime";
5636
+ import { jsx as jsx50 } from "react/jsx-runtime";
5732
5637
  function Spinner(_a) {
5733
5638
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5734
- return /* @__PURE__ */ jsx51(
5639
+ return /* @__PURE__ */ jsx50(
5735
5640
  Loader2Icon2,
5736
5641
  __spreadValues({
5737
5642
  role: "status",
5738
5643
  "aria-label": "Loading",
5739
- className: cn("size-4 animate-spin", className)
5644
+ className: cn("size-4 animate-spin text-primary", className)
5740
5645
  }, props)
5741
5646
  );
5742
5647
  }
5743
5648
 
5744
5649
  // components/ui/switch.tsx
5745
5650
  import { Switch as SwitchPrimitive } from "radix-ui";
5746
- import { jsx as jsx52 } from "react/jsx-runtime";
5651
+ import { jsx as jsx51 } from "react/jsx-runtime";
5747
5652
  function Switch(_a) {
5748
5653
  var _b = _a, {
5749
5654
  className,
@@ -5752,22 +5657,22 @@ function Switch(_a) {
5752
5657
  "className",
5753
5658
  "size"
5754
5659
  ]);
5755
- return /* @__PURE__ */ jsx52(
5660
+ return /* @__PURE__ */ jsx51(
5756
5661
  SwitchPrimitive.Root,
5757
5662
  __spreadProps(__spreadValues({
5758
5663
  "data-slot": "switch",
5759
5664
  "data-size": size,
5760
5665
  className: cn(
5761
- "peer group/switch inline-flex shrink-0 items-center rounded-full border border-transparent shadow-xs transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-[1.15rem] data-[size=default]:w-8 data-[size=sm]:h-3.5 data-[size=sm]:w-6 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input dark:data-[state=unchecked]:bg-input/80",
5666
+ "peer group/switch inline-flex shrink-0 items-center rounded-xs border border-transparent shadow-xs transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-[1.15rem] data-[size=default]:w-8 data-[size=sm]:h-3.5 data-[size=sm]:w-6 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input dark:data-[state=unchecked]:bg-input/80",
5762
5667
  className
5763
5668
  )
5764
5669
  }, props), {
5765
- children: /* @__PURE__ */ jsx52(
5670
+ children: /* @__PURE__ */ jsx51(
5766
5671
  SwitchPrimitive.Thumb,
5767
5672
  {
5768
5673
  "data-slot": "switch-thumb",
5769
5674
  className: cn(
5770
- "pointer-events-none block rounded-full bg-background ring-0 transition-transform group-data-[size=default]/switch:size-4 group-data-[size=sm]/switch:size-3 data-[state=checked]:translate-x-[calc(100%-2px)] data-[state=unchecked]:translate-x-0 dark:data-[state=checked]:bg-primary-foreground dark:data-[state=unchecked]:bg-foreground"
5675
+ "pointer-events-none block rounded-2xs bg-background ring-0 transition-transform group-data-[size=default]/switch:size-4 group-data-[size=sm]/switch:size-3 data-[state=checked]:translate-x-[calc(100%-2px)] data-[state=unchecked]:translate-x-0 dark:data-[state=checked]:bg-primary-foreground dark:data-[state=unchecked]:bg-foreground"
5771
5676
  )
5772
5677
  }
5773
5678
  )
@@ -5776,15 +5681,15 @@ function Switch(_a) {
5776
5681
  }
5777
5682
 
5778
5683
  // components/ui/table.tsx
5779
- import { jsx as jsx53 } from "react/jsx-runtime";
5684
+ import { jsx as jsx52 } from "react/jsx-runtime";
5780
5685
  function Table(_a) {
5781
5686
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5782
- return /* @__PURE__ */ jsx53(
5687
+ return /* @__PURE__ */ jsx52(
5783
5688
  "div",
5784
5689
  {
5785
5690
  "data-slot": "table-container",
5786
5691
  className: "relative w-full overflow-x-auto",
5787
- children: /* @__PURE__ */ jsx53(
5692
+ children: /* @__PURE__ */ jsx52(
5788
5693
  "table",
5789
5694
  __spreadValues({
5790
5695
  "data-slot": "table",
@@ -5796,7 +5701,7 @@ function Table(_a) {
5796
5701
  }
5797
5702
  function TableHeader(_a) {
5798
5703
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5799
- return /* @__PURE__ */ jsx53(
5704
+ return /* @__PURE__ */ jsx52(
5800
5705
  "thead",
5801
5706
  __spreadValues({
5802
5707
  "data-slot": "table-header",
@@ -5806,7 +5711,7 @@ function TableHeader(_a) {
5806
5711
  }
5807
5712
  function TableBody(_a) {
5808
5713
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5809
- return /* @__PURE__ */ jsx53(
5714
+ return /* @__PURE__ */ jsx52(
5810
5715
  "tbody",
5811
5716
  __spreadValues({
5812
5717
  "data-slot": "table-body",
@@ -5816,7 +5721,7 @@ function TableBody(_a) {
5816
5721
  }
5817
5722
  function TableFooter(_a) {
5818
5723
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5819
- return /* @__PURE__ */ jsx53(
5724
+ return /* @__PURE__ */ jsx52(
5820
5725
  "tfoot",
5821
5726
  __spreadValues({
5822
5727
  "data-slot": "table-footer",
@@ -5829,7 +5734,7 @@ function TableFooter(_a) {
5829
5734
  }
5830
5735
  function TableRow(_a) {
5831
5736
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5832
- return /* @__PURE__ */ jsx53(
5737
+ return /* @__PURE__ */ jsx52(
5833
5738
  "tr",
5834
5739
  __spreadValues({
5835
5740
  "data-slot": "table-row",
@@ -5842,7 +5747,7 @@ function TableRow(_a) {
5842
5747
  }
5843
5748
  function TableHead(_a) {
5844
5749
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5845
- return /* @__PURE__ */ jsx53(
5750
+ return /* @__PURE__ */ jsx52(
5846
5751
  "th",
5847
5752
  __spreadValues({
5848
5753
  "data-slot": "table-head",
@@ -5855,7 +5760,7 @@ function TableHead(_a) {
5855
5760
  }
5856
5761
  function TableCell(_a) {
5857
5762
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
5858
- return /* @__PURE__ */ jsx53(
5763
+ return /* @__PURE__ */ jsx52(
5859
5764
  "td",
5860
5765
  __spreadValues({
5861
5766
  "data-slot": "table-cell",
@@ -5872,7 +5777,7 @@ function TableCaption(_a) {
5872
5777
  } = _b, props = __objRest(_b, [
5873
5778
  "className"
5874
5779
  ]);
5875
- return /* @__PURE__ */ jsx53(
5780
+ return /* @__PURE__ */ jsx52(
5876
5781
  "caption",
5877
5782
  __spreadValues({
5878
5783
  "data-slot": "table-caption",
@@ -5882,9 +5787,9 @@ function TableCaption(_a) {
5882
5787
  }
5883
5788
 
5884
5789
  // components/ui/tabs.tsx
5885
- import { cva as cva11 } from "class-variance-authority";
5790
+ import { cva as cva10 } from "class-variance-authority";
5886
5791
  import { Tabs as TabsPrimitive } from "radix-ui";
5887
- import { jsx as jsx54 } from "react/jsx-runtime";
5792
+ import { jsx as jsx53 } from "react/jsx-runtime";
5888
5793
  function Tabs(_a) {
5889
5794
  var _b = _a, {
5890
5795
  className,
@@ -5893,7 +5798,7 @@ function Tabs(_a) {
5893
5798
  "className",
5894
5799
  "orientation"
5895
5800
  ]);
5896
- return /* @__PURE__ */ jsx54(
5801
+ return /* @__PURE__ */ jsx53(
5897
5802
  TabsPrimitive.Root,
5898
5803
  __spreadValues({
5899
5804
  "data-slot": "tabs",
@@ -5906,7 +5811,7 @@ function Tabs(_a) {
5906
5811
  }, props)
5907
5812
  );
5908
5813
  }
5909
- var tabsListVariants = cva11(
5814
+ var tabsListVariants = cva10(
5910
5815
  "group/tabs-list inline-flex w-fit items-center justify-center rounded-lg p-[3px] text-muted-foreground group-data-[orientation=horizontal]/tabs:h-9 group-data-[orientation=vertical]/tabs:h-fit group-data-[orientation=vertical]/tabs:flex-col data-[variant=line]:rounded-none",
5911
5816
  {
5912
5817
  variants: {
@@ -5928,7 +5833,7 @@ function TabsList(_a) {
5928
5833
  "className",
5929
5834
  "variant"
5930
5835
  ]);
5931
- return /* @__PURE__ */ jsx54(
5836
+ return /* @__PURE__ */ jsx53(
5932
5837
  TabsPrimitive.List,
5933
5838
  __spreadValues({
5934
5839
  "data-slot": "tabs-list",
@@ -5943,7 +5848,7 @@ function TabsTrigger(_a) {
5943
5848
  } = _b, props = __objRest(_b, [
5944
5849
  "className"
5945
5850
  ]);
5946
- return /* @__PURE__ */ jsx54(
5851
+ return /* @__PURE__ */ jsx53(
5947
5852
  TabsPrimitive.Trigger,
5948
5853
  __spreadValues({
5949
5854
  "data-slot": "tabs-trigger",
@@ -5963,7 +5868,7 @@ function TabsContent(_a) {
5963
5868
  } = _b, props = __objRest(_b, [
5964
5869
  "className"
5965
5870
  ]);
5966
- return /* @__PURE__ */ jsx54(
5871
+ return /* @__PURE__ */ jsx53(
5967
5872
  TabsPrimitive.Content,
5968
5873
  __spreadValues({
5969
5874
  "data-slot": "tabs-content",
@@ -5973,10 +5878,10 @@ function TabsContent(_a) {
5973
5878
  }
5974
5879
 
5975
5880
  // components/ui/toggle.tsx
5976
- import { cva as cva12 } from "class-variance-authority";
5881
+ import { cva as cva11 } from "class-variance-authority";
5977
5882
  import { Toggle as TogglePrimitive } from "radix-ui";
5978
- import { jsx as jsx55 } from "react/jsx-runtime";
5979
- var toggleVariants = cva12(
5883
+ import { jsx as jsx54 } from "react/jsx-runtime";
5884
+ var toggleVariants = cva11(
5980
5885
  "inline-flex items-center justify-center gap-2 rounded-md text-sm font-medium whitespace-nowrap transition-[color,box-shadow] outline-none hover:bg-muted hover:text-muted-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[state=on]:bg-accent data-[state=on]:text-accent-foreground dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
5981
5886
  {
5982
5887
  variants: {
@@ -6006,7 +5911,7 @@ function Toggle(_a) {
6006
5911
  "variant",
6007
5912
  "size"
6008
5913
  ]);
6009
- return /* @__PURE__ */ jsx55(
5914
+ return /* @__PURE__ */ jsx54(
6010
5915
  TogglePrimitive.Root,
6011
5916
  __spreadValues({
6012
5917
  "data-slot": "toggle",
@@ -6018,7 +5923,7 @@ function Toggle(_a) {
6018
5923
  // components/ui/toggle-group.tsx
6019
5924
  import * as React10 from "react";
6020
5925
  import { ToggleGroup as ToggleGroupPrimitive } from "radix-ui";
6021
- import { jsx as jsx56 } from "react/jsx-runtime";
5926
+ import { jsx as jsx55 } from "react/jsx-runtime";
6022
5927
  var ToggleGroupContext = React10.createContext({
6023
5928
  size: "default",
6024
5929
  variant: "default",
@@ -6038,7 +5943,7 @@ function ToggleGroup(_a) {
6038
5943
  "spacing",
6039
5944
  "children"
6040
5945
  ]);
6041
- return /* @__PURE__ */ jsx56(
5946
+ return /* @__PURE__ */ jsx55(
6042
5947
  ToggleGroupPrimitive.Root,
6043
5948
  __spreadProps(__spreadValues({
6044
5949
  "data-slot": "toggle-group",
@@ -6051,7 +5956,7 @@ function ToggleGroup(_a) {
6051
5956
  className
6052
5957
  )
6053
5958
  }, props), {
6054
- children: /* @__PURE__ */ jsx56(ToggleGroupContext.Provider, { value: { variant, size, spacing }, children })
5959
+ children: /* @__PURE__ */ jsx55(ToggleGroupContext.Provider, { value: { variant, size, spacing }, children })
6055
5960
  })
6056
5961
  );
6057
5962
  }
@@ -6068,7 +5973,7 @@ function ToggleGroupItem(_a) {
6068
5973
  "size"
6069
5974
  ]);
6070
5975
  const context = React10.useContext(ToggleGroupContext);
6071
- return /* @__PURE__ */ jsx56(
5976
+ return /* @__PURE__ */ jsx55(
6072
5977
  ToggleGroupPrimitive.Item,
6073
5978
  __spreadProps(__spreadValues({
6074
5979
  "data-slot": "toggle-group-item",
@@ -6125,9 +6030,6 @@ export {
6125
6030
  BreadcrumbPage,
6126
6031
  BreadcrumbSeparator,
6127
6032
  Button,
6128
- ButtonGroup,
6129
- ButtonGroupSeparator,
6130
- ButtonGroupText,
6131
6033
  Calendar,
6132
6034
  CalendarDayButton,
6133
6035
  Card,
@@ -6394,7 +6296,6 @@ export {
6394
6296
  TooltipProvider,
6395
6297
  TooltipTrigger,
6396
6298
  badgeVariants,
6397
- buttonGroupVariants,
6398
6299
  buttonVariants,
6399
6300
  cn,
6400
6301
  navigationMenuTriggerStyle,