@atxp/design-system 0.1.3 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -36,6 +36,7 @@ __export(index_exports, {
36
36
  AccordionItem: () => AccordionItem,
37
37
  AccordionTrigger: () => AccordionTrigger,
38
38
  Activity: () => import_lucide_react17.Activity,
39
+ AddUserButton: () => AddUserButton,
39
40
  Alert: () => Alert,
40
41
  AlertCircle: () => import_lucide_react4.AlertCircle,
41
42
  AlertDescription: () => AlertDescription,
@@ -55,6 +56,8 @@ __export(index_exports, {
55
56
  ArrowUp: () => import_lucide_react2.ArrowUp,
56
57
  Avatar: () => Avatar,
57
58
  AvatarFallback: () => AvatarFallback,
59
+ AvatarGroup: () => AvatarGroup,
60
+ AvatarGroupItem: () => AvatarGroupItem,
58
61
  AvatarImage: () => AvatarImage,
59
62
  Award: () => import_lucide_react17.Award,
60
63
  Badge: () => Badge,
@@ -143,6 +146,10 @@ __export(index_exports, {
143
146
  DrawerFooter: () => DrawerFooter,
144
147
  DrawerHeader: () => DrawerHeader,
145
148
  DrawerTitle: () => DrawerTitle,
149
+ DropdownMenu: () => DropdownMenu,
150
+ DropdownMenuItem: () => DropdownMenuItem,
151
+ DropdownMenuLabel: () => DropdownMenuLabel,
152
+ DropdownMenuSeparator: () => DropdownMenuSeparator,
146
153
  Edit: () => import_lucide_react3.Edit,
147
154
  Edit2: () => import_lucide_react3.Edit2,
148
155
  Edit3: () => import_lucide_react3.Edit3,
@@ -226,6 +233,8 @@ __export(index_exports, {
226
233
  Minimize: () => import_lucide_react9.Minimize,
227
234
  Minimize2: () => import_lucide_react9.Minimize2,
228
235
  Minus: () => import_lucide_react3.Minus,
236
+ ModelSelector: () => ModelSelector,
237
+ ModelUserManagement: () => ModelUserManagement,
229
238
  Monitor: () => import_lucide_react13.Monitor,
230
239
  Moon: () => import_lucide_react12.Moon,
231
240
  MoreHorizontal: () => import_lucide_react9.MoreHorizontal,
@@ -330,6 +339,7 @@ __export(index_exports, {
330
339
  Toast: () => Toaster2,
331
340
  Toaster: () => import_sonner2.Toaster,
332
341
  Toggle: () => Toggle,
342
+ Tooltip: () => Tooltip,
333
343
  Trash: () => import_lucide_react3.Trash,
334
344
  Trash2: () => import_lucide_react3.Trash2,
335
345
  TrendingDown: () => import_lucide_react17.TrendingDown,
@@ -340,7 +350,10 @@ __export(index_exports, {
340
350
  Unlock: () => import_lucide_react7.Unlock,
341
351
  Upload: () => import_lucide_react3.Upload,
342
352
  User: () => import_lucide_react7.User,
353
+ UserAvatars: () => UserAvatars,
343
354
  UserCheck: () => import_lucide_react7.UserCheck,
355
+ UserDropdownTrigger: () => UserDropdownTrigger,
356
+ UserManagementGroup: () => UserManagementGroup,
344
357
  UserMinus: () => import_lucide_react7.UserMinus,
345
358
  UserPlus: () => import_lucide_react7.UserPlus,
346
359
  UserX: () => import_lucide_react7.UserX,
@@ -359,9 +372,11 @@ __export(index_exports, {
359
372
  XCircle: () => import_lucide_react4.XCircle,
360
373
  Youtube: () => import_lucide_react15.Youtube,
361
374
  Zap: () => import_lucide_react17.Zap,
375
+ avatarGroupVariants: () => avatarGroupVariants,
362
376
  badgeVariants: () => badgeVariants,
363
377
  buttonVariants: () => buttonVariants,
364
378
  cn: () => cn,
379
+ dropdownMenuItemVariants: () => dropdownMenuItemVariants,
365
380
  indicatorCircleVariants: () => indicatorCircleVariants,
366
381
  indicatorDotVariants: () => indicatorDotVariants,
367
382
  menubarItemVariants: () => menubarItemVariants,
@@ -382,8 +397,9 @@ var import_lucide_react = require("lucide-react");
382
397
 
383
398
  // src/lib/utils.ts
384
399
  var import_clsx = require("clsx");
400
+ var import_tailwind_merge = require("tailwind-merge");
385
401
  function cn(...inputs) {
386
- return (0, import_clsx.clsx)(inputs);
402
+ return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
387
403
  }
388
404
 
389
405
  // src/components/Accordion/Accordion.tsx
@@ -626,10 +642,65 @@ var AvatarFallback = React4.forwardRef(({ className, ...props }, ref) => /* @__P
626
642
  ));
627
643
  AvatarFallback.displayName = "AvatarFallback";
628
644
 
629
- // src/components/Badge/Badge.tsx
645
+ // src/components/AvatarGroup/AvatarGroup.tsx
646
+ var React5 = __toESM(require("react"), 1);
630
647
  var import_class_variance_authority2 = require("class-variance-authority");
631
648
  var import_jsx_runtime5 = require("react/jsx-runtime");
632
- var badgeVariants = (0, import_class_variance_authority2.cva)(
649
+ var avatarGroupVariants = (0, import_class_variance_authority2.cva)("flex items-center", {
650
+ variants: {
651
+ size: {
652
+ sm: "[&>*]:h-4 [&>*]:w-4 [&>*]:text-[10px]",
653
+ default: "[&>*]:h-[25px] [&>*]:w-[25px] [&>*]:text-xs",
654
+ lg: "[&>*]:h-10 [&>*]:w-10 [&>*]:text-sm"
655
+ },
656
+ spacing: {
657
+ tight: "[&>*:not(:first-child)]:-ml-2",
658
+ default: "[&>*:not(:first-child)]:-ml-1",
659
+ loose: "[&>*:not(:first-child)]:-ml-0.5"
660
+ }
661
+ },
662
+ defaultVariants: {
663
+ size: "default",
664
+ spacing: "default"
665
+ }
666
+ });
667
+ var AvatarGroup = React5.forwardRef(
668
+ ({ className, size, spacing, ...props }, ref) => {
669
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
670
+ "div",
671
+ {
672
+ ref,
673
+ className: cn(avatarGroupVariants({ size, spacing }), className),
674
+ role: "group",
675
+ ...props
676
+ }
677
+ );
678
+ }
679
+ );
680
+ AvatarGroup.displayName = "AvatarGroup";
681
+ var AvatarGroupItem = React5.forwardRef(
682
+ ({ className, fallbackClassName, src, alt, fallback, showPresence, ...props }, ref) => {
683
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { ref, className: "relative h-[inherit] w-[inherit]", ...props, children: [
684
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Avatar, { className: cn("h-full w-full border border-input", className), children: [
685
+ src && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(AvatarImage, { src, alt }),
686
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(AvatarFallback, { className: cn("font-semibold", fallbackClassName), children: fallback })
687
+ ] }),
688
+ showPresence && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
689
+ "span",
690
+ {
691
+ className: "absolute bottom-0 right-0 h-1.5 w-1.5 rounded-full bg-[#00bc7d] ring-2 ring-background",
692
+ "aria-label": "Online"
693
+ }
694
+ )
695
+ ] });
696
+ }
697
+ );
698
+ AvatarGroupItem.displayName = "AvatarGroupItem";
699
+
700
+ // src/components/Badge/Badge.tsx
701
+ var import_class_variance_authority3 = require("class-variance-authority");
702
+ var import_jsx_runtime6 = require("react/jsx-runtime");
703
+ var badgeVariants = (0, import_class_variance_authority3.cva)(
633
704
  "inline-flex items-center justify-center rounded-lg border transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2",
634
705
  {
635
706
  variants: {
@@ -652,7 +723,7 @@ var badgeVariants = (0, import_class_variance_authority2.cva)(
652
723
  }
653
724
  );
654
725
  function Badge({ className, variant, size, ...props }) {
655
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
726
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
656
727
  "div",
657
728
  {
658
729
  className: cn(badgeVariants({ variant, size }), className),
@@ -662,14 +733,14 @@ function Badge({ className, variant, size, ...props }) {
662
733
  }
663
734
 
664
735
  // src/components/Breadcrumb/Breadcrumb.tsx
665
- var React6 = __toESM(require("react"), 1);
736
+ var React7 = __toESM(require("react"), 1);
666
737
 
667
738
  // src/components/Icon/Icon.tsx
668
- var React5 = __toESM(require("react"), 1);
669
- var import_jsx_runtime6 = require("react/jsx-runtime");
670
- var Icon = React5.forwardRef(
739
+ var React6 = __toESM(require("react"), 1);
740
+ var import_jsx_runtime7 = require("react/jsx-runtime");
741
+ var Icon = React6.forwardRef(
671
742
  ({ icon: IconComponent, size = 24, className, ...props }, ref) => {
672
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
743
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
673
744
  IconComponent,
674
745
  {
675
746
  ref,
@@ -701,10 +772,10 @@ var import_lucide_react16 = require("lucide-react");
701
772
  var import_lucide_react17 = require("lucide-react");
702
773
 
703
774
  // src/components/Breadcrumb/Breadcrumb.tsx
704
- var import_jsx_runtime7 = require("react/jsx-runtime");
705
- var Breadcrumb = React6.forwardRef(({ ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("nav", { ref, "aria-label": "breadcrumb", ...props }));
775
+ var import_jsx_runtime8 = require("react/jsx-runtime");
776
+ var Breadcrumb = React7.forwardRef(({ ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("nav", { ref, "aria-label": "breadcrumb", ...props }));
706
777
  Breadcrumb.displayName = "Breadcrumb";
707
- var BreadcrumbList = React6.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
778
+ var BreadcrumbList = React7.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
708
779
  "ol",
709
780
  {
710
781
  ref,
@@ -716,7 +787,7 @@ var BreadcrumbList = React6.forwardRef(({ className, ...props }, ref) => /* @__P
716
787
  }
717
788
  ));
718
789
  BreadcrumbList.displayName = "BreadcrumbList";
719
- var BreadcrumbItem = React6.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
790
+ var BreadcrumbItem = React7.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
720
791
  "li",
721
792
  {
722
793
  ref,
@@ -725,7 +796,7 @@ var BreadcrumbItem = React6.forwardRef(({ className, ...props }, ref) => /* @__P
725
796
  }
726
797
  ));
727
798
  BreadcrumbItem.displayName = "BreadcrumbItem";
728
- var BreadcrumbLink = React6.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
799
+ var BreadcrumbLink = React7.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
729
800
  "a",
730
801
  {
731
802
  ref,
@@ -737,7 +808,7 @@ var BreadcrumbLink = React6.forwardRef(({ className, ...props }, ref) => /* @__P
737
808
  }
738
809
  ));
739
810
  BreadcrumbLink.displayName = "BreadcrumbLink";
740
- var BreadcrumbPage = React6.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
811
+ var BreadcrumbPage = React7.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
741
812
  "span",
742
813
  {
743
814
  ref,
@@ -753,21 +824,21 @@ var BreadcrumbSeparator = ({
753
824
  children,
754
825
  className,
755
826
  ...props
756
- }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
827
+ }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
757
828
  "li",
758
829
  {
759
830
  role: "presentation",
760
831
  "aria-hidden": "true",
761
832
  className: cn("flex h-5 w-5 items-center justify-center", className),
762
833
  ...props,
763
- children: children ?? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Icon, { icon: import_lucide_react2.ChevronRight, size: 14 })
834
+ children: children ?? /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { icon: import_lucide_react2.ChevronRight, size: 14 })
764
835
  }
765
836
  );
766
837
  BreadcrumbSeparator.displayName = "BreadcrumbSeparator";
767
838
  var BreadcrumbEllipsis = ({
768
839
  className,
769
840
  ...props
770
- }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
841
+ }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
771
842
  "span",
772
843
  {
773
844
  role: "presentation",
@@ -775,18 +846,18 @@ var BreadcrumbEllipsis = ({
775
846
  className: cn("flex h-5 w-5 items-center justify-center", className),
776
847
  ...props,
777
848
  children: [
778
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Icon, { icon: import_lucide_react9.MoreHorizontal, size: 16 }),
779
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: "sr-only", children: "More" })
849
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { icon: import_lucide_react9.MoreHorizontal, size: 16 }),
850
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "sr-only", children: "More" })
780
851
  ]
781
852
  }
782
853
  );
783
854
  BreadcrumbEllipsis.displayName = "BreadcrumbElipssis";
784
855
 
785
856
  // src/components/Button/Button.tsx
786
- var React7 = __toESM(require("react"), 1);
787
- var import_class_variance_authority3 = require("class-variance-authority");
788
- var import_jsx_runtime8 = require("react/jsx-runtime");
789
- var buttonVariants = (0, import_class_variance_authority3.cva)(
857
+ var React8 = __toESM(require("react"), 1);
858
+ var import_class_variance_authority4 = require("class-variance-authority");
859
+ var import_jsx_runtime9 = require("react/jsx-runtime");
860
+ var buttonVariants = (0, import_class_variance_authority4.cva)(
790
861
  "inline-flex items-center justify-center gap-1.5 whitespace-nowrap rounded-lg text-sm font-medium leading-5 transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
791
862
  {
792
863
  variants: {
@@ -815,9 +886,9 @@ var buttonVariants = (0, import_class_variance_authority3.cva)(
815
886
  }
816
887
  }
817
888
  );
818
- var Button = React7.forwardRef(
889
+ var Button = React8.forwardRef(
819
890
  ({ className, variant, size, ...props }, ref) => {
820
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
891
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
821
892
  "button",
822
893
  {
823
894
  className: cn(buttonVariants({ variant, size, className })),
@@ -830,11 +901,11 @@ var Button = React7.forwardRef(
830
901
  Button.displayName = "Button";
831
902
 
832
903
  // src/components/ButtonGroup/ButtonGroup.tsx
833
- var React8 = __toESM(require("react"), 1);
834
- var import_jsx_runtime9 = require("react/jsx-runtime");
835
- var ButtonGroup = React8.forwardRef(
904
+ var React9 = __toESM(require("react"), 1);
905
+ var import_jsx_runtime10 = require("react/jsx-runtime");
906
+ var ButtonGroup = React9.forwardRef(
836
907
  ({ className, orientation = "horizontal", children, ...props }, ref) => {
837
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
908
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
838
909
  "div",
839
910
  {
840
911
  ref,
@@ -853,9 +924,9 @@ var ButtonGroup = React8.forwardRef(
853
924
  ButtonGroup.displayName = "ButtonGroup";
854
925
 
855
926
  // src/components/Card/Card.tsx
856
- var React9 = __toESM(require("react"), 1);
857
- var import_jsx_runtime10 = require("react/jsx-runtime");
858
- var Card = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
927
+ var React10 = __toESM(require("react"), 1);
928
+ var import_jsx_runtime11 = require("react/jsx-runtime");
929
+ var Card = React10.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
859
930
  "div",
860
931
  {
861
932
  ref,
@@ -867,7 +938,7 @@ var Card = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (
867
938
  }
868
939
  ));
869
940
  Card.displayName = "Card";
870
- var CardHeader = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
941
+ var CardHeader = React10.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
871
942
  "div",
872
943
  {
873
944
  ref,
@@ -876,7 +947,7 @@ var CardHeader = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE_
876
947
  }
877
948
  ));
878
949
  CardHeader.displayName = "CardHeader";
879
- var CardTitle = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
950
+ var CardTitle = React10.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
880
951
  "h3",
881
952
  {
882
953
  ref,
@@ -888,7 +959,7 @@ var CardTitle = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE__
888
959
  }
889
960
  ));
890
961
  CardTitle.displayName = "CardTitle";
891
- var CardDescription = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
962
+ var CardDescription = React10.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
892
963
  "p",
893
964
  {
894
965
  ref,
@@ -897,9 +968,9 @@ var CardDescription = React9.forwardRef(({ className, ...props }, ref) => /* @__
897
968
  }
898
969
  ));
899
970
  CardDescription.displayName = "CardDescription";
900
- var CardContent = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { ref, className: cn("px-6 pb-6 pt-0", className), ...props }));
971
+ var CardContent = React10.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { ref, className: cn("px-6 pb-6 pt-0", className), ...props }));
901
972
  CardContent.displayName = "CardContent";
902
- var CardFooter = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
973
+ var CardFooter = React10.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
903
974
  "div",
904
975
  {
905
976
  ref,
@@ -910,32 +981,32 @@ var CardFooter = React9.forwardRef(({ className, ...props }, ref) => /* @__PURE_
910
981
  CardFooter.displayName = "CardFooter";
911
982
 
912
983
  // src/components/Carousel/Carousel.tsx
913
- var React10 = __toESM(require("react"), 1);
914
- var import_jsx_runtime11 = require("react/jsx-runtime");
915
- var CarouselContext = React10.createContext(
984
+ var React11 = __toESM(require("react"), 1);
985
+ var import_jsx_runtime12 = require("react/jsx-runtime");
986
+ var CarouselContext = React11.createContext(
916
987
  void 0
917
988
  );
918
989
  function useCarousel() {
919
- const context = React10.useContext(CarouselContext);
990
+ const context = React11.useContext(CarouselContext);
920
991
  if (!context) {
921
992
  throw new Error("useCarousel must be used within a Carousel");
922
993
  }
923
994
  return context;
924
995
  }
925
- var Carousel = React10.forwardRef(
996
+ var Carousel = React11.forwardRef(
926
997
  ({ className, children, ...props }, ref) => {
927
- const [currentIndex, setCurrentIndex] = React10.useState(0);
928
- const [totalItems, setTotalItems] = React10.useState(0);
929
- const goToSlide = React10.useCallback((index) => {
998
+ const [currentIndex, setCurrentIndex] = React11.useState(0);
999
+ const [totalItems, setTotalItems] = React11.useState(0);
1000
+ const goToSlide = React11.useCallback((index) => {
930
1001
  setCurrentIndex(index);
931
1002
  }, []);
932
- const nextSlide = React10.useCallback(() => {
1003
+ const nextSlide = React11.useCallback(() => {
933
1004
  setCurrentIndex((prev) => (prev + 1) % totalItems);
934
1005
  }, [totalItems]);
935
- const previousSlide = React10.useCallback(() => {
1006
+ const previousSlide = React11.useCallback(() => {
936
1007
  setCurrentIndex((prev) => (prev - 1 + totalItems) % totalItems);
937
1008
  }, [totalItems]);
938
- const value = React10.useMemo(
1009
+ const value = React11.useMemo(
939
1010
  () => ({
940
1011
  currentIndex,
941
1012
  totalItems,
@@ -945,15 +1016,15 @@ var Carousel = React10.forwardRef(
945
1016
  }),
946
1017
  [currentIndex, totalItems, goToSlide, nextSlide, previousSlide]
947
1018
  );
948
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(CarouselContext.Provider, { value, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1019
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(CarouselContext.Provider, { value, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
949
1020
  "div",
950
1021
  {
951
1022
  ref,
952
1023
  className: cn("flex items-center justify-center gap-6", className),
953
1024
  ...props,
954
- children: React10.Children.map(children, (child) => {
955
- if (React10.isValidElement(child)) {
956
- return React10.cloneElement(child, { setTotalItems });
1025
+ children: React11.Children.map(children, (child) => {
1026
+ if (React11.isValidElement(child)) {
1027
+ return React11.cloneElement(child, { setTotalItems });
957
1028
  }
958
1029
  return child;
959
1030
  })
@@ -962,14 +1033,14 @@ var Carousel = React10.forwardRef(
962
1033
  }
963
1034
  );
964
1035
  Carousel.displayName = "Carousel";
965
- var CarouselContent = React10.forwardRef(
1036
+ var CarouselContent = React11.forwardRef(
966
1037
  ({ className, children, setTotalItems, ...props }, ref) => {
967
1038
  const { currentIndex } = useCarousel();
968
- const childrenArray = React10.Children.toArray(children);
969
- React10.useEffect(() => {
1039
+ const childrenArray = React11.Children.toArray(children);
1040
+ React11.useEffect(() => {
970
1041
  setTotalItems?.(childrenArray.length);
971
1042
  }, [childrenArray.length, setTotalItems]);
972
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1043
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
973
1044
  "div",
974
1045
  {
975
1046
  ref,
@@ -978,7 +1049,7 @@ var CarouselContent = React10.forwardRef(
978
1049
  className
979
1050
  ),
980
1051
  ...props,
981
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1052
+ children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
982
1053
  "div",
983
1054
  {
984
1055
  className: "flex h-full transition-transform duration-300 ease-in-out",
@@ -993,7 +1064,7 @@ var CarouselContent = React10.forwardRef(
993
1064
  }
994
1065
  );
995
1066
  CarouselContent.displayName = "CarouselContent";
996
- var CarouselItem = React10.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1067
+ var CarouselItem = React11.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
997
1068
  "div",
998
1069
  {
999
1070
  ref,
@@ -1005,9 +1076,9 @@ var CarouselItem = React10.forwardRef(({ className, ...props }, ref) => /* @__PU
1005
1076
  }
1006
1077
  ));
1007
1078
  CarouselItem.displayName = "CarouselItem";
1008
- var CarouselPrevious = React10.forwardRef(({ className, ...props }, ref) => {
1079
+ var CarouselPrevious = React11.forwardRef(({ className, ...props }, ref) => {
1009
1080
  const { previousSlide, currentIndex } = useCarousel();
1010
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1081
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1011
1082
  "button",
1012
1083
  {
1013
1084
  ref,
@@ -1020,14 +1091,14 @@ var CarouselPrevious = React10.forwardRef(({ className, ...props }, ref) => {
1020
1091
  onClick: previousSlide,
1021
1092
  "aria-label": "Previous slide",
1022
1093
  ...props,
1023
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Icon, { icon: import_lucide_react2.ArrowLeft, size: 20 })
1094
+ children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: import_lucide_react2.ArrowLeft, size: 20 })
1024
1095
  }
1025
1096
  );
1026
1097
  });
1027
1098
  CarouselPrevious.displayName = "CarouselPrevious";
1028
- var CarouselNext = React10.forwardRef(({ className, ...props }, ref) => {
1099
+ var CarouselNext = React11.forwardRef(({ className, ...props }, ref) => {
1029
1100
  const { nextSlide, currentIndex, totalItems } = useCarousel();
1030
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1101
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1031
1102
  "button",
1032
1103
  {
1033
1104
  ref,
@@ -1040,23 +1111,23 @@ var CarouselNext = React10.forwardRef(({ className, ...props }, ref) => {
1040
1111
  onClick: nextSlide,
1041
1112
  "aria-label": "Next slide",
1042
1113
  ...props,
1043
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Icon, { icon: import_lucide_react2.ArrowRight, size: 20 })
1114
+ children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: import_lucide_react2.ArrowRight, size: 20 })
1044
1115
  }
1045
1116
  );
1046
1117
  });
1047
1118
  CarouselNext.displayName = "CarouselNext";
1048
1119
 
1049
1120
  // src/components/Checkbox/Checkbox.tsx
1050
- var React11 = __toESM(require("react"), 1);
1051
- var import_jsx_runtime12 = require("react/jsx-runtime");
1052
- var Checkbox = React11.forwardRef(
1121
+ var React12 = __toESM(require("react"), 1);
1122
+ var import_jsx_runtime13 = require("react/jsx-runtime");
1123
+ var Checkbox = React12.forwardRef(
1053
1124
  ({ className, onCheckedChange, onChange, ...props }, ref) => {
1054
1125
  const handleChange = (e) => {
1055
1126
  onChange?.(e);
1056
1127
  onCheckedChange?.(e.target.checked);
1057
1128
  };
1058
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "relative inline-flex items-center", children: [
1059
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1129
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "relative inline-flex items-center", children: [
1130
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1060
1131
  "input",
1061
1132
  {
1062
1133
  type: "checkbox",
@@ -1066,7 +1137,7 @@ var Checkbox = React11.forwardRef(
1066
1137
  ...props
1067
1138
  }
1068
1139
  ),
1069
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1140
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1070
1141
  "div",
1071
1142
  {
1072
1143
  className: cn(
@@ -1076,7 +1147,7 @@ var Checkbox = React11.forwardRef(
1076
1147
  "peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
1077
1148
  className
1078
1149
  ),
1079
- children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1150
+ children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1080
1151
  Icon,
1081
1152
  {
1082
1153
  icon: import_lucide_react3.Check,
@@ -1092,10 +1163,10 @@ var Checkbox = React11.forwardRef(
1092
1163
  Checkbox.displayName = "Checkbox";
1093
1164
 
1094
1165
  // src/components/Dialog/Dialog.tsx
1095
- var React12 = __toESM(require("react"), 1);
1096
- var import_jsx_runtime13 = require("react/jsx-runtime");
1166
+ var React13 = __toESM(require("react"), 1);
1167
+ var import_jsx_runtime14 = require("react/jsx-runtime");
1097
1168
  var Dialog = ({ open, onOpenChange, children }) => {
1098
- React12.useEffect(() => {
1169
+ React13.useEffect(() => {
1099
1170
  const handleEscape = (e) => {
1100
1171
  if (e.key === "Escape" && open) {
1101
1172
  onOpenChange?.(false);
@@ -1111,23 +1182,23 @@ var Dialog = ({ open, onOpenChange, children }) => {
1111
1182
  };
1112
1183
  }, [open, onOpenChange]);
1113
1184
  if (!open) return null;
1114
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, { children: React12.Children.map(children, (child) => {
1115
- if (React12.isValidElement(child)) {
1116
- return React12.cloneElement(child, { onOpenChange });
1185
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, { children: React13.Children.map(children, (child) => {
1186
+ if (React13.isValidElement(child)) {
1187
+ return React13.cloneElement(child, { onOpenChange });
1117
1188
  }
1118
1189
  return child;
1119
1190
  }) });
1120
1191
  };
1121
1192
  Dialog.displayName = "Dialog";
1122
- var DialogContent = React12.forwardRef(
1123
- ({ className, children, onOpenChange, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
1193
+ var DialogContent = React13.forwardRef(
1194
+ ({ className, children, onOpenChange, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
1124
1195
  "div",
1125
1196
  {
1126
1197
  className: "fixed inset-0 z-50 flex items-center justify-center",
1127
1198
  onClick: () => onOpenChange?.(false),
1128
1199
  children: [
1129
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "fixed inset-0 bg-black/80", "aria-hidden": "true" }),
1130
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
1200
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "fixed inset-0 bg-black/80", "aria-hidden": "true" }),
1201
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
1131
1202
  "div",
1132
1203
  {
1133
1204
  ref,
@@ -1140,13 +1211,13 @@ var DialogContent = React12.forwardRef(
1140
1211
  onClick: (e) => e.stopPropagation(),
1141
1212
  ...props,
1142
1213
  children: [
1143
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1214
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1144
1215
  "button",
1145
1216
  {
1146
1217
  onClick: () => onOpenChange?.(false),
1147
1218
  className: "absolute right-[15px] top-[15px] rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",
1148
1219
  "aria-label": "Close",
1149
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { icon: import_lucide_react3.X, size: 16 })
1220
+ children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { icon: import_lucide_react3.X, size: 16 })
1150
1221
  }
1151
1222
  ),
1152
1223
  children
@@ -1158,7 +1229,7 @@ var DialogContent = React12.forwardRef(
1158
1229
  )
1159
1230
  );
1160
1231
  DialogContent.displayName = "DialogContent";
1161
- var DialogHeader = React12.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1232
+ var DialogHeader = React13.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1162
1233
  "div",
1163
1234
  {
1164
1235
  ref,
@@ -1167,7 +1238,7 @@ var DialogHeader = React12.forwardRef(({ className, ...props }, ref) => /* @__PU
1167
1238
  }
1168
1239
  ));
1169
1240
  DialogHeader.displayName = "DialogHeader";
1170
- var DialogTitle = React12.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1241
+ var DialogTitle = React13.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1171
1242
  "h2",
1172
1243
  {
1173
1244
  ref,
@@ -1176,7 +1247,7 @@ var DialogTitle = React12.forwardRef(({ className, ...props }, ref) => /* @__PUR
1176
1247
  }
1177
1248
  ));
1178
1249
  DialogTitle.displayName = "DialogTitle";
1179
- var DialogDescription = React12.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1250
+ var DialogDescription = React13.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1180
1251
  "p",
1181
1252
  {
1182
1253
  ref,
@@ -1185,7 +1256,7 @@ var DialogDescription = React12.forwardRef(({ className, ...props }, ref) => /*
1185
1256
  }
1186
1257
  ));
1187
1258
  DialogDescription.displayName = "DialogDescription";
1188
- var DialogFooter = React12.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1259
+ var DialogFooter = React13.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1189
1260
  "div",
1190
1261
  {
1191
1262
  ref,
@@ -1196,10 +1267,10 @@ var DialogFooter = React12.forwardRef(({ className, ...props }, ref) => /* @__PU
1196
1267
  DialogFooter.displayName = "DialogFooter";
1197
1268
 
1198
1269
  // src/components/Drawer/Drawer.tsx
1199
- var React13 = __toESM(require("react"), 1);
1200
- var import_jsx_runtime14 = require("react/jsx-runtime");
1270
+ var React14 = __toESM(require("react"), 1);
1271
+ var import_jsx_runtime15 = require("react/jsx-runtime");
1201
1272
  var Drawer = ({ open, onOpenChange, children }) => {
1202
- React13.useEffect(() => {
1273
+ React14.useEffect(() => {
1203
1274
  const handleEscape = (e) => {
1204
1275
  if (e.key === "Escape" && open) {
1205
1276
  onOpenChange?.(false);
@@ -1215,23 +1286,23 @@ var Drawer = ({ open, onOpenChange, children }) => {
1215
1286
  };
1216
1287
  }, [open, onOpenChange]);
1217
1288
  if (!open) return null;
1218
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, { children: React13.Children.map(children, (child) => {
1219
- if (React13.isValidElement(child)) {
1220
- return React13.cloneElement(child, { onOpenChange });
1289
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, { children: React14.Children.map(children, (child) => {
1290
+ if (React14.isValidElement(child)) {
1291
+ return React14.cloneElement(child, { onOpenChange });
1221
1292
  }
1222
1293
  return child;
1223
1294
  }) });
1224
1295
  };
1225
1296
  Drawer.displayName = "Drawer";
1226
- var DrawerContent = React13.forwardRef(
1227
- ({ className, children, onOpenChange, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
1297
+ var DrawerContent = React14.forwardRef(
1298
+ ({ className, children, onOpenChange, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
1228
1299
  "div",
1229
1300
  {
1230
1301
  className: "fixed inset-0 z-50 flex items-end justify-center",
1231
1302
  onClick: () => onOpenChange?.(false),
1232
1303
  children: [
1233
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "fixed inset-0 bg-black/80", "aria-hidden": "true" }),
1234
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
1304
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "fixed inset-0 bg-black/80", "aria-hidden": "true" }),
1305
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
1235
1306
  "div",
1236
1307
  {
1237
1308
  ref,
@@ -1244,14 +1315,14 @@ var DrawerContent = React13.forwardRef(
1244
1315
  onClick: (e) => e.stopPropagation(),
1245
1316
  ...props,
1246
1317
  children: [
1247
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "absolute left-1/2 top-4 h-2 w-[100px] -translate-x-1/2 rounded-full bg-muted" }),
1248
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1318
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "absolute left-1/2 top-4 h-2 w-[100px] -translate-x-1/2 rounded-full bg-muted" }),
1319
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1249
1320
  "button",
1250
1321
  {
1251
1322
  onClick: () => onOpenChange?.(false),
1252
1323
  className: "absolute right-[15px] top-[15px] rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",
1253
1324
  "aria-label": "Close",
1254
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { icon: import_lucide_react3.X, size: 16 })
1325
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: import_lucide_react3.X, size: 16 })
1255
1326
  }
1256
1327
  ),
1257
1328
  children
@@ -1263,7 +1334,7 @@ var DrawerContent = React13.forwardRef(
1263
1334
  )
1264
1335
  );
1265
1336
  DrawerContent.displayName = "DrawerContent";
1266
- var DrawerHeader = React13.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1337
+ var DrawerHeader = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1267
1338
  "div",
1268
1339
  {
1269
1340
  ref,
@@ -1272,7 +1343,7 @@ var DrawerHeader = React13.forwardRef(({ className, ...props }, ref) => /* @__PU
1272
1343
  }
1273
1344
  ));
1274
1345
  DrawerHeader.displayName = "DrawerHeader";
1275
- var DrawerTitle = React13.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1346
+ var DrawerTitle = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1276
1347
  "h2",
1277
1348
  {
1278
1349
  ref,
@@ -1281,7 +1352,7 @@ var DrawerTitle = React13.forwardRef(({ className, ...props }, ref) => /* @__PUR
1281
1352
  }
1282
1353
  ));
1283
1354
  DrawerTitle.displayName = "DrawerTitle";
1284
- var DrawerDescription = React13.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1355
+ var DrawerDescription = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1285
1356
  "p",
1286
1357
  {
1287
1358
  ref,
@@ -1290,7 +1361,7 @@ var DrawerDescription = React13.forwardRef(({ className, ...props }, ref) => /*
1290
1361
  }
1291
1362
  ));
1292
1363
  DrawerDescription.displayName = "DrawerDescription";
1293
- var DrawerFooter = React13.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1364
+ var DrawerFooter = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1294
1365
  "div",
1295
1366
  {
1296
1367
  ref,
@@ -1300,10 +1371,122 @@ var DrawerFooter = React13.forwardRef(({ className, ...props }, ref) => /* @__PU
1300
1371
  ));
1301
1372
  DrawerFooter.displayName = "DrawerFooter";
1302
1373
 
1374
+ // src/components/DropdownMenu/DropdownMenu.tsx
1375
+ var React15 = __toESM(require("react"), 1);
1376
+ var import_class_variance_authority5 = require("class-variance-authority");
1377
+ var import_jsx_runtime16 = require("react/jsx-runtime");
1378
+ var DropdownMenu = React15.forwardRef(
1379
+ ({ className, ...props }, ref) => {
1380
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1381
+ "div",
1382
+ {
1383
+ ref,
1384
+ role: "menu",
1385
+ className: cn(
1386
+ "flex min-w-[128px] flex-col gap-0 rounded-md border border-border bg-popover p-1 shadow-md",
1387
+ className
1388
+ ),
1389
+ ...props
1390
+ }
1391
+ );
1392
+ }
1393
+ );
1394
+ DropdownMenu.displayName = "DropdownMenu";
1395
+ var dropdownMenuItemVariants = (0, import_class_variance_authority5.cva)(
1396
+ "flex h-8 w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm font-normal leading-5 text-popover-foreground transition-colors",
1397
+ {
1398
+ variants: {
1399
+ variant: {
1400
+ default: "hover:bg-muted",
1401
+ active: "bg-muted"
1402
+ },
1403
+ disabled: {
1404
+ true: "cursor-not-allowed opacity-50",
1405
+ false: "cursor-pointer"
1406
+ }
1407
+ },
1408
+ defaultVariants: {
1409
+ variant: "default",
1410
+ disabled: false
1411
+ }
1412
+ }
1413
+ );
1414
+ var DropdownMenuItem = React15.forwardRef(
1415
+ ({
1416
+ className,
1417
+ variant,
1418
+ disabled = false,
1419
+ icon,
1420
+ secondaryIcon,
1421
+ checked,
1422
+ hasSubmenu,
1423
+ avatar,
1424
+ children,
1425
+ ...props
1426
+ }, ref) => {
1427
+ const isDisabled = Boolean(disabled);
1428
+ let secondaryIconComponent = null;
1429
+ if (checked || secondaryIcon === "check") {
1430
+ secondaryIconComponent = /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { icon: import_lucide_react3.Check, size: 10.67 });
1431
+ } else if (hasSubmenu || secondaryIcon === "chevron") {
1432
+ secondaryIconComponent = /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { icon: import_lucide_react2.ChevronRight, size: 10.67 });
1433
+ } else if (secondaryIcon === "plus") {
1434
+ secondaryIconComponent = /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { icon: import_lucide_react3.Plus, size: 10.67 });
1435
+ } else if (secondaryIcon && typeof secondaryIcon !== "string") {
1436
+ secondaryIconComponent = /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { icon: secondaryIcon, size: 10.67 });
1437
+ }
1438
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
1439
+ "button",
1440
+ {
1441
+ ref,
1442
+ role: "menuitem",
1443
+ disabled: isDisabled,
1444
+ className: cn(
1445
+ dropdownMenuItemVariants({ variant, disabled: isDisabled }),
1446
+ className
1447
+ ),
1448
+ ...props,
1449
+ children: [
1450
+ avatar && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "shrink-0", children: avatar }),
1451
+ icon && !avatar && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { icon, size: 16, className: "shrink-0" }),
1452
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: "flex-1 text-left", children }),
1453
+ secondaryIconComponent && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "shrink-0", children: secondaryIconComponent })
1454
+ ]
1455
+ }
1456
+ );
1457
+ }
1458
+ );
1459
+ DropdownMenuItem.displayName = "DropdownMenuItem";
1460
+ var DropdownMenuLabel = React15.forwardRef(({ className, ...props }, ref) => {
1461
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1462
+ "div",
1463
+ {
1464
+ ref,
1465
+ className: cn(
1466
+ "flex h-8 w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm font-semibold leading-5 text-popover-foreground",
1467
+ className
1468
+ ),
1469
+ ...props
1470
+ }
1471
+ );
1472
+ });
1473
+ DropdownMenuLabel.displayName = "DropdownMenuLabel";
1474
+ var DropdownMenuSeparator = React15.forwardRef(({ className, ...props }, ref) => {
1475
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1476
+ "div",
1477
+ {
1478
+ ref,
1479
+ className: cn("my-1 h-px w-full bg-border", className),
1480
+ ...props
1481
+ }
1482
+ );
1483
+ });
1484
+ DropdownMenuSeparator.displayName = "DropdownMenuSeparator";
1485
+
1303
1486
  // src/components/Header/Header.tsx
1304
- var React14 = __toESM(require("react"), 1);
1305
- var import_jsx_runtime15 = require("react/jsx-runtime");
1306
- var Header2 = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1487
+ var React16 = __toESM(require("react"), 1);
1488
+ var import_jsx_runtime17 = require("react/jsx-runtime");
1489
+ var Header2 = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1307
1490
  "header",
1308
1491
  {
1309
1492
  ref,
@@ -1315,7 +1498,7 @@ var Header2 = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__
1315
1498
  }
1316
1499
  ));
1317
1500
  Header2.displayName = "Header";
1318
- var HeaderBreadcrumbs = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1501
+ var HeaderBreadcrumbs = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1319
1502
  "div",
1320
1503
  {
1321
1504
  ref,
@@ -1324,7 +1507,7 @@ var HeaderBreadcrumbs = React14.forwardRef(({ className, ...props }, ref) => /*
1324
1507
  }
1325
1508
  ));
1326
1509
  HeaderBreadcrumbs.displayName = "HeaderBreadcrumbs";
1327
- var HeaderContent = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1510
+ var HeaderContent = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1328
1511
  "div",
1329
1512
  {
1330
1513
  ref,
@@ -1333,7 +1516,7 @@ var HeaderContent = React14.forwardRef(({ className, ...props }, ref) => /* @__P
1333
1516
  }
1334
1517
  ));
1335
1518
  HeaderContent.displayName = "HeaderContent";
1336
- var HeaderTitle = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1519
+ var HeaderTitle = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1337
1520
  "h1",
1338
1521
  {
1339
1522
  ref,
@@ -1345,7 +1528,7 @@ var HeaderTitle = React14.forwardRef(({ className, ...props }, ref) => /* @__PUR
1345
1528
  }
1346
1529
  ));
1347
1530
  HeaderTitle.displayName = "HeaderTitle";
1348
- var HeaderActions = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1531
+ var HeaderActions = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1349
1532
  "div",
1350
1533
  {
1351
1534
  ref,
@@ -1354,7 +1537,7 @@ var HeaderActions = React14.forwardRef(({ className, ...props }, ref) => /* @__P
1354
1537
  }
1355
1538
  ));
1356
1539
  HeaderActions.displayName = "HeaderActions";
1357
- var HeaderDescription = React14.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1540
+ var HeaderDescription = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1358
1541
  "p",
1359
1542
  {
1360
1543
  ref,
@@ -1368,11 +1551,11 @@ var HeaderDescription = React14.forwardRef(({ className, ...props }, ref) => /*
1368
1551
  HeaderDescription.displayName = "HeaderDescription";
1369
1552
 
1370
1553
  // src/components/HoverCard/HoverCard.tsx
1371
- var React15 = __toESM(require("react"), 1);
1372
- var import_jsx_runtime16 = require("react/jsx-runtime");
1373
- var HoverCard = React15.forwardRef(
1554
+ var React17 = __toESM(require("react"), 1);
1555
+ var import_jsx_runtime18 = require("react/jsx-runtime");
1556
+ var HoverCard = React17.forwardRef(
1374
1557
  ({ className, ...props }, ref) => {
1375
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1558
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1376
1559
  "div",
1377
1560
  {
1378
1561
  ref,
@@ -1386,9 +1569,9 @@ var HoverCard = React15.forwardRef(
1386
1569
  }
1387
1570
  );
1388
1571
  HoverCard.displayName = "HoverCard";
1389
- var HoverCardHeader = React15.forwardRef(
1572
+ var HoverCardHeader = React17.forwardRef(
1390
1573
  ({ className, ...props }, ref) => {
1391
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1574
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1392
1575
  "div",
1393
1576
  {
1394
1577
  ref,
@@ -1399,8 +1582,8 @@ var HoverCardHeader = React15.forwardRef(
1399
1582
  }
1400
1583
  );
1401
1584
  HoverCardHeader.displayName = "HoverCardHeader";
1402
- var HoverCardTitle = React15.forwardRef(({ className, ...props }, ref) => {
1403
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1585
+ var HoverCardTitle = React17.forwardRef(({ className, ...props }, ref) => {
1586
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1404
1587
  "p",
1405
1588
  {
1406
1589
  ref,
@@ -1413,8 +1596,8 @@ var HoverCardTitle = React15.forwardRef(({ className, ...props }, ref) => {
1413
1596
  );
1414
1597
  });
1415
1598
  HoverCardTitle.displayName = "HoverCardTitle";
1416
- var HoverCardDescription = React15.forwardRef(({ className, ...props }, ref) => {
1417
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1599
+ var HoverCardDescription = React17.forwardRef(({ className, ...props }, ref) => {
1600
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1418
1601
  "p",
1419
1602
  {
1420
1603
  ref,
@@ -1426,10 +1609,10 @@ var HoverCardDescription = React15.forwardRef(({ className, ...props }, ref) =>
1426
1609
  HoverCardDescription.displayName = "HoverCardDescription";
1427
1610
 
1428
1611
  // src/components/Indicators/Indicators.tsx
1429
- var React16 = __toESM(require("react"), 1);
1430
- var import_class_variance_authority4 = require("class-variance-authority");
1431
- var import_jsx_runtime17 = require("react/jsx-runtime");
1432
- var indicatorDotVariants = (0, import_class_variance_authority4.cva)("h-2.5 w-2.5 rounded-full", {
1612
+ var React18 = __toESM(require("react"), 1);
1613
+ var import_class_variance_authority6 = require("class-variance-authority");
1614
+ var import_jsx_runtime19 = require("react/jsx-runtime");
1615
+ var indicatorDotVariants = (0, import_class_variance_authority6.cva)("h-2.5 w-2.5 rounded-full", {
1433
1616
  variants: {
1434
1617
  status: {
1435
1618
  high: "bg-warning",
@@ -1442,9 +1625,9 @@ var indicatorDotVariants = (0, import_class_variance_authority4.cva)("h-2.5 w-2.
1442
1625
  status: "high"
1443
1626
  }
1444
1627
  });
1445
- var IndicatorDot = React16.forwardRef(
1628
+ var IndicatorDot = React18.forwardRef(
1446
1629
  ({ className, status, ...props }, ref) => {
1447
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1630
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1448
1631
  "div",
1449
1632
  {
1450
1633
  ref,
@@ -1455,7 +1638,7 @@ var IndicatorDot = React16.forwardRef(
1455
1638
  }
1456
1639
  );
1457
1640
  IndicatorDot.displayName = "IndicatorDot";
1458
- var indicatorCircleVariants = (0, import_class_variance_authority4.cva)("relative h-5 w-5", {
1641
+ var indicatorCircleVariants = (0, import_class_variance_authority6.cva)("relative h-5 w-5", {
1459
1642
  variants: {
1460
1643
  status: {
1461
1644
  complete: "",
@@ -1467,18 +1650,18 @@ var indicatorCircleVariants = (0, import_class_variance_authority4.cva)("relativ
1467
1650
  status: "complete"
1468
1651
  }
1469
1652
  });
1470
- var IndicatorCircle = React16.forwardRef(
1653
+ var IndicatorCircle = React18.forwardRef(
1471
1654
  ({ className, status = "complete", ...props }, ref) => {
1472
1655
  const isComplete = status === "complete";
1473
1656
  const isPartial = status === "partial";
1474
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
1657
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
1475
1658
  "div",
1476
1659
  {
1477
1660
  ref,
1478
1661
  className: cn(indicatorCircleVariants({ status }), className),
1479
1662
  ...props,
1480
1663
  children: [
1481
- isComplete && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1664
+ isComplete && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1482
1665
  Icon,
1483
1666
  {
1484
1667
  icon: import_lucide_react3.Check,
@@ -1487,7 +1670,7 @@ var IndicatorCircle = React16.forwardRef(
1487
1670
  strokeWidth: 2
1488
1671
  }
1489
1672
  ),
1490
- isPartial && /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
1673
+ isPartial && /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
1491
1674
  "svg",
1492
1675
  {
1493
1676
  width: "20",
@@ -1497,7 +1680,7 @@ var IndicatorCircle = React16.forwardRef(
1497
1680
  xmlns: "http://www.w3.org/2000/svg",
1498
1681
  className: "absolute inset-0",
1499
1682
  children: [
1500
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1683
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1501
1684
  "circle",
1502
1685
  {
1503
1686
  cx: "10",
@@ -1507,7 +1690,7 @@ var IndicatorCircle = React16.forwardRef(
1507
1690
  strokeWidth: "1.5"
1508
1691
  }
1509
1692
  ),
1510
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1693
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1511
1694
  "path",
1512
1695
  {
1513
1696
  d: "M 10,3.5 A 6.5,6.5 0 0,1 16.5,10",
@@ -1520,7 +1703,7 @@ var IndicatorCircle = React16.forwardRef(
1520
1703
  ]
1521
1704
  }
1522
1705
  ),
1523
- !isComplete && !isPartial && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1706
+ !isComplete && !isPartial && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1524
1707
  "svg",
1525
1708
  {
1526
1709
  width: "20",
@@ -1529,7 +1712,7 @@ var IndicatorCircle = React16.forwardRef(
1529
1712
  fill: "none",
1530
1713
  xmlns: "http://www.w3.org/2000/svg",
1531
1714
  className: "absolute inset-0",
1532
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1715
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1533
1716
  "circle",
1534
1717
  {
1535
1718
  cx: "10",
@@ -1549,11 +1732,11 @@ var IndicatorCircle = React16.forwardRef(
1549
1732
  IndicatorCircle.displayName = "IndicatorCircle";
1550
1733
 
1551
1734
  // src/components/Input/Input.tsx
1552
- var React17 = __toESM(require("react"), 1);
1553
- var import_jsx_runtime18 = require("react/jsx-runtime");
1554
- var Input = React17.forwardRef(
1735
+ var React19 = __toESM(require("react"), 1);
1736
+ var import_jsx_runtime20 = require("react/jsx-runtime");
1737
+ var Input = React19.forwardRef(
1555
1738
  ({ className, type, icon, ...props }, ref) => {
1556
- const WrapperComponent = icon ? "div" : React17.Fragment;
1739
+ const WrapperComponent = icon ? "div" : React19.Fragment;
1557
1740
  const wrapperProps = icon ? {
1558
1741
  className: cn(
1559
1742
  "flex h-10 w-full items-center gap-2 rounded-md border border-input bg-background px-3 py-2",
@@ -1561,7 +1744,7 @@ var Input = React17.forwardRef(
1561
1744
  className
1562
1745
  )
1563
1746
  } : {};
1564
- const inputElement = /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1747
+ const inputElement = /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1565
1748
  "input",
1566
1749
  {
1567
1750
  type,
@@ -1579,7 +1762,7 @@ var Input = React17.forwardRef(
1579
1762
  }
1580
1763
  );
1581
1764
  if (icon) {
1582
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(WrapperComponent, { ...wrapperProps, children: [
1765
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(WrapperComponent, { ...wrapperProps, children: [
1583
1766
  inputElement,
1584
1767
  icon
1585
1768
  ] });
@@ -1590,11 +1773,11 @@ var Input = React17.forwardRef(
1590
1773
  Input.displayName = "Input";
1591
1774
 
1592
1775
  // src/components/InputGroup/InputGroup.tsx
1593
- var React18 = __toESM(require("react"), 1);
1594
- var import_jsx_runtime19 = require("react/jsx-runtime");
1595
- var InputGroup = React18.forwardRef(
1776
+ var React20 = __toESM(require("react"), 1);
1777
+ var import_jsx_runtime21 = require("react/jsx-runtime");
1778
+ var InputGroup = React20.forwardRef(
1596
1779
  ({ className, ...props }, ref) => {
1597
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1780
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1598
1781
  "div",
1599
1782
  {
1600
1783
  ref,
@@ -1605,8 +1788,8 @@ var InputGroup = React18.forwardRef(
1605
1788
  }
1606
1789
  );
1607
1790
  InputGroup.displayName = "InputGroup";
1608
- var InputGroupLabel = React18.forwardRef(({ className, ...props }, ref) => {
1609
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1791
+ var InputGroupLabel = React20.forwardRef(({ className, ...props }, ref) => {
1792
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1610
1793
  "label",
1611
1794
  {
1612
1795
  ref,
@@ -1619,8 +1802,8 @@ var InputGroupLabel = React18.forwardRef(({ className, ...props }, ref) => {
1619
1802
  );
1620
1803
  });
1621
1804
  InputGroupLabel.displayName = "InputGroupLabel";
1622
- var InputGroupHelpText = React18.forwardRef(({ className, ...props }, ref) => {
1623
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1805
+ var InputGroupHelpText = React20.forwardRef(({ className, ...props }, ref) => {
1806
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1624
1807
  "p",
1625
1808
  {
1626
1809
  ref,
@@ -1635,11 +1818,11 @@ var InputGroupHelpText = React18.forwardRef(({ className, ...props }, ref) => {
1635
1818
  InputGroupHelpText.displayName = "InputGroupHelpText";
1636
1819
 
1637
1820
  // src/components/Label/Label.tsx
1638
- var React19 = __toESM(require("react"), 1);
1639
- var import_jsx_runtime20 = require("react/jsx-runtime");
1640
- var Label = React19.forwardRef(
1821
+ var React21 = __toESM(require("react"), 1);
1822
+ var import_jsx_runtime22 = require("react/jsx-runtime");
1823
+ var Label = React21.forwardRef(
1641
1824
  ({ className, ...props }, ref) => {
1642
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1825
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1643
1826
  "label",
1644
1827
  {
1645
1828
  ref,
@@ -1656,12 +1839,12 @@ var Label = React19.forwardRef(
1656
1839
  Label.displayName = "Label";
1657
1840
 
1658
1841
  // src/components/Menubar/Menubar.tsx
1659
- var React20 = __toESM(require("react"), 1);
1660
- var import_class_variance_authority5 = require("class-variance-authority");
1661
- var import_jsx_runtime21 = require("react/jsx-runtime");
1662
- var Menubar = React20.forwardRef(
1842
+ var React22 = __toESM(require("react"), 1);
1843
+ var import_class_variance_authority7 = require("class-variance-authority");
1844
+ var import_jsx_runtime23 = require("react/jsx-runtime");
1845
+ var Menubar = React22.forwardRef(
1663
1846
  ({ className, ...props }, ref) => {
1664
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1847
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1665
1848
  "div",
1666
1849
  {
1667
1850
  ref,
@@ -1675,7 +1858,7 @@ var Menubar = React20.forwardRef(
1675
1858
  }
1676
1859
  );
1677
1860
  Menubar.displayName = "Menubar";
1678
- var menubarTriggerVariants = (0, import_class_variance_authority5.cva)(
1861
+ var menubarTriggerVariants = (0, import_class_variance_authority7.cva)(
1679
1862
  "inline-flex items-center justify-center rounded-md px-3 py-1.5 text-sm font-medium leading-5 transition-colors",
1680
1863
  {
1681
1864
  variants: {
@@ -1689,9 +1872,9 @@ var menubarTriggerVariants = (0, import_class_variance_authority5.cva)(
1689
1872
  }
1690
1873
  }
1691
1874
  );
1692
- var MenubarTrigger = React20.forwardRef(
1875
+ var MenubarTrigger = React22.forwardRef(
1693
1876
  ({ className, selected, ...props }, ref) => {
1694
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1877
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1695
1878
  "button",
1696
1879
  {
1697
1880
  ref,
@@ -1702,9 +1885,9 @@ var MenubarTrigger = React20.forwardRef(
1702
1885
  }
1703
1886
  );
1704
1887
  MenubarTrigger.displayName = "MenubarTrigger";
1705
- var MenubarDropdown = React20.forwardRef(
1888
+ var MenubarDropdown = React22.forwardRef(
1706
1889
  ({ className, ...props }, ref) => {
1707
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1890
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1708
1891
  "div",
1709
1892
  {
1710
1893
  ref,
@@ -1718,7 +1901,7 @@ var MenubarDropdown = React20.forwardRef(
1718
1901
  }
1719
1902
  );
1720
1903
  MenubarDropdown.displayName = "MenubarDropdown";
1721
- var menubarItemVariants = (0, import_class_variance_authority5.cva)(
1904
+ var menubarItemVariants = (0, import_class_variance_authority7.cva)(
1722
1905
  "flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm font-normal leading-5 transition-colors",
1723
1906
  {
1724
1907
  variants: {
@@ -1732,7 +1915,7 @@ var menubarItemVariants = (0, import_class_variance_authority5.cva)(
1732
1915
  }
1733
1916
  }
1734
1917
  );
1735
- var MenubarItem = React20.forwardRef(
1918
+ var MenubarItem = React22.forwardRef(
1736
1919
  ({
1737
1920
  className,
1738
1921
  disabled = false,
@@ -1743,7 +1926,7 @@ var MenubarItem = React20.forwardRef(
1743
1926
  ...props
1744
1927
  }, ref) => {
1745
1928
  const isDisabled = Boolean(disabled);
1746
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
1929
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
1747
1930
  "button",
1748
1931
  {
1749
1932
  ref,
@@ -1751,20 +1934,20 @@ var MenubarItem = React20.forwardRef(
1751
1934
  className: cn(menubarItemVariants({ disabled: isDisabled }), className),
1752
1935
  ...props,
1753
1936
  children: [
1754
- checked && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { icon: import_lucide_react3.Check, size: 16, className: "shrink-0" }),
1755
- !checked && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "w-4 shrink-0" }),
1756
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: "flex-1 text-left", children }),
1757
- shortcut && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: "ml-auto text-xs leading-4 opacity-60", children: shortcut }),
1758
- hasSubmenu && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { icon: import_lucide_react2.ChevronRight, size: 10.67, className: "ml-auto opacity-60" })
1937
+ checked && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Icon, { icon: import_lucide_react3.Check, size: 16, className: "shrink-0" }),
1938
+ !checked && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "w-4 shrink-0" }),
1939
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: "flex-1 text-left", children }),
1940
+ shortcut && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: "ml-auto text-xs leading-4 opacity-60", children: shortcut }),
1941
+ hasSubmenu && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Icon, { icon: import_lucide_react2.ChevronRight, size: 10.67, className: "ml-auto opacity-60" })
1759
1942
  ]
1760
1943
  }
1761
1944
  );
1762
1945
  }
1763
1946
  );
1764
1947
  MenubarItem.displayName = "MenubarItem";
1765
- var MenubarSeparator = React20.forwardRef(
1948
+ var MenubarSeparator = React22.forwardRef(
1766
1949
  ({ className, ...props }, ref) => {
1767
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1950
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1768
1951
  "div",
1769
1952
  {
1770
1953
  ref,
@@ -1775,9 +1958,9 @@ var MenubarSeparator = React20.forwardRef(
1775
1958
  }
1776
1959
  );
1777
1960
  MenubarSeparator.displayName = "MenubarSeparator";
1778
- var MenubarLabel = React20.forwardRef(
1961
+ var MenubarLabel = React22.forwardRef(
1779
1962
  ({ className, ...props }, ref) => {
1780
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1963
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1781
1964
  "div",
1782
1965
  {
1783
1966
  ref,
@@ -1792,13 +1975,117 @@ var MenubarLabel = React20.forwardRef(
1792
1975
  );
1793
1976
  MenubarLabel.displayName = "MenubarLabel";
1794
1977
 
1978
+ // src/components/ModelUserManagement/ModelUserManagement.tsx
1979
+ var React23 = __toESM(require("react"), 1);
1980
+ var import_jsx_runtime24 = require("react/jsx-runtime");
1981
+ var ModelUserManagement = React23.forwardRef(({ className, ...props }, ref) => {
1982
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1983
+ "div",
1984
+ {
1985
+ ref,
1986
+ className: cn("flex items-center justify-end gap-4", className),
1987
+ ...props
1988
+ }
1989
+ );
1990
+ });
1991
+ ModelUserManagement.displayName = "ModelUserManagement";
1992
+ var ModelSelector = React23.forwardRef(
1993
+ ({ className, children, ...props }, ref) => {
1994
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1995
+ Button,
1996
+ {
1997
+ ref,
1998
+ variant: "secondary",
1999
+ size: "sm",
2000
+ className: cn("h-[32px]", className),
2001
+ ...props,
2002
+ children
2003
+ }
2004
+ );
2005
+ }
2006
+ );
2007
+ ModelSelector.displayName = "ModelSelector";
2008
+ var UserManagementGroup = React23.forwardRef(({ className, ...props }, ref) => {
2009
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2010
+ "div",
2011
+ {
2012
+ ref,
2013
+ className: cn("flex items-center justify-end gap-1", className),
2014
+ ...props
2015
+ }
2016
+ );
2017
+ });
2018
+ UserManagementGroup.displayName = "UserManagementGroup";
2019
+ var AddUserButton = React23.forwardRef(
2020
+ ({ className, ...props }, ref) => {
2021
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2022
+ "button",
2023
+ {
2024
+ ref,
2025
+ type: "button",
2026
+ "aria-label": "Add user",
2027
+ className: cn(
2028
+ "flex h-[32px] w-[32px] items-center justify-center rounded-full bg-muted transition-colors hover:bg-muted/80",
2029
+ className
2030
+ ),
2031
+ ...props,
2032
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: import_lucide_react3.Plus, size: 19 })
2033
+ }
2034
+ );
2035
+ }
2036
+ );
2037
+ AddUserButton.displayName = "AddUserButton";
2038
+ var UserAvatars = React23.forwardRef(
2039
+ ({ className, children, ...props }, ref) => {
2040
+ const isDropdownTrigger = (child) => {
2041
+ return React23.isValidElement(child) && typeof child.type !== "string" && "displayName" in child.type && child.type.displayName === "UserDropdownTrigger";
2042
+ };
2043
+ const childArray = React23.Children.toArray(children);
2044
+ const dropdownTrigger = childArray.find(isDropdownTrigger);
2045
+ const avatarChildren = childArray.filter((child) => !isDropdownTrigger(child));
2046
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2047
+ "div",
2048
+ {
2049
+ ref,
2050
+ className: cn(
2051
+ "flex h-[32px] items-center gap-0 rounded-full border border-input bg-background p-0.5",
2052
+ className
2053
+ ),
2054
+ ...props,
2055
+ children: [
2056
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "pr-1", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(AvatarGroup, { children: avatarChildren }) }),
2057
+ dropdownTrigger
2058
+ ]
2059
+ }
2060
+ );
2061
+ }
2062
+ );
2063
+ UserAvatars.displayName = "UserAvatars";
2064
+ var UserDropdownTrigger = React23.forwardRef(({ className, ...props }, ref) => {
2065
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2066
+ "button",
2067
+ {
2068
+ ref,
2069
+ type: "button",
2070
+ "aria-label": "User options",
2071
+ className: cn(
2072
+ "flex h-[25px] w-[25px] items-center justify-center rounded-full transition-colors hover:bg-muted/50",
2073
+ className
2074
+ ),
2075
+ ...props,
2076
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: import_lucide_react2.ChevronDown, size: 19 })
2077
+ }
2078
+ );
2079
+ });
2080
+ UserDropdownTrigger.displayName = "UserDropdownTrigger";
2081
+
1795
2082
  // src/components/NavHeader/NavHeader.tsx
1796
- var React21 = __toESM(require("react"), 1);
1797
- var import_class_variance_authority6 = require("class-variance-authority");
1798
- var import_jsx_runtime22 = require("react/jsx-runtime");
1799
- var NavHeader = React21.forwardRef(
2083
+ var React24 = __toESM(require("react"), 1);
2084
+ var import_class_variance_authority8 = require("class-variance-authority");
2085
+ var import_jsx_runtime25 = require("react/jsx-runtime");
2086
+ var NavHeader = React24.forwardRef(
1800
2087
  ({ className, ...props }, ref) => {
1801
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2088
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1802
2089
  "header",
1803
2090
  {
1804
2091
  ref,
@@ -1812,9 +2099,9 @@ var NavHeader = React21.forwardRef(
1812
2099
  }
1813
2100
  );
1814
2101
  NavHeader.displayName = "NavHeader";
1815
- var NavHeaderBrand = React21.forwardRef(
2102
+ var NavHeaderBrand = React24.forwardRef(
1816
2103
  ({ className, ...props }, ref) => {
1817
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2104
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1818
2105
  "div",
1819
2106
  {
1820
2107
  ref,
@@ -1825,9 +2112,9 @@ var NavHeaderBrand = React21.forwardRef(
1825
2112
  }
1826
2113
  );
1827
2114
  NavHeaderBrand.displayName = "NavHeaderBrand";
1828
- var NavHeaderNav = React21.forwardRef(
2115
+ var NavHeaderNav = React24.forwardRef(
1829
2116
  ({ className, ...props }, ref) => {
1830
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2117
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1831
2118
  "nav",
1832
2119
  {
1833
2120
  ref,
@@ -1838,7 +2125,7 @@ var NavHeaderNav = React21.forwardRef(
1838
2125
  }
1839
2126
  );
1840
2127
  NavHeaderNav.displayName = "NavHeaderNav";
1841
- var navHeaderItemVariants = (0, import_class_variance_authority6.cva)(
2128
+ var navHeaderItemVariants = (0, import_class_variance_authority8.cva)(
1842
2129
  "inline-flex h-9 items-center justify-center gap-1.5 rounded-lg px-4 py-2 text-sm font-medium leading-5 transition-colors",
1843
2130
  {
1844
2131
  variants: {
@@ -1852,9 +2139,9 @@ var navHeaderItemVariants = (0, import_class_variance_authority6.cva)(
1852
2139
  }
1853
2140
  }
1854
2141
  );
1855
- var NavHeaderItem = React21.forwardRef(
2142
+ var NavHeaderItem = React24.forwardRef(
1856
2143
  ({ className, variant, selected, icon, children, ...props }, ref) => {
1857
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
2144
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1858
2145
  "button",
1859
2146
  {
1860
2147
  ref,
@@ -1874,8 +2161,8 @@ var NavHeaderItem = React21.forwardRef(
1874
2161
  }
1875
2162
  );
1876
2163
  NavHeaderItem.displayName = "NavHeaderItem";
1877
- var NavHeaderDivider = React21.forwardRef(({ className, ...props }, ref) => {
1878
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2164
+ var NavHeaderDivider = React24.forwardRef(({ className, ...props }, ref) => {
2165
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1879
2166
  "div",
1880
2167
  {
1881
2168
  ref,
@@ -1888,12 +2175,12 @@ var NavHeaderDivider = React21.forwardRef(({ className, ...props }, ref) => {
1888
2175
  NavHeaderDivider.displayName = "NavHeaderDivider";
1889
2176
 
1890
2177
  // src/components/NavSidePanel/NavSidePanel.tsx
1891
- var React22 = __toESM(require("react"), 1);
1892
- var import_class_variance_authority7 = require("class-variance-authority");
1893
- var import_jsx_runtime23 = require("react/jsx-runtime");
1894
- var NavSidePanel = React22.forwardRef(
2178
+ var React25 = __toESM(require("react"), 1);
2179
+ var import_class_variance_authority9 = require("class-variance-authority");
2180
+ var import_jsx_runtime26 = require("react/jsx-runtime");
2181
+ var NavSidePanel = React25.forwardRef(
1895
2182
  ({ className, ...props }, ref) => {
1896
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2183
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1897
2184
  "div",
1898
2185
  {
1899
2186
  ref,
@@ -1907,8 +2194,8 @@ var NavSidePanel = React22.forwardRef(
1907
2194
  }
1908
2195
  );
1909
2196
  NavSidePanel.displayName = "NavSidePanel";
1910
- var NavSidePanelHeader = React22.forwardRef(({ className, ...props }, ref) => {
1911
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2197
+ var NavSidePanelHeader = React25.forwardRef(({ className, ...props }, ref) => {
2198
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1912
2199
  "div",
1913
2200
  {
1914
2201
  ref,
@@ -1918,8 +2205,8 @@ var NavSidePanelHeader = React22.forwardRef(({ className, ...props }, ref) => {
1918
2205
  );
1919
2206
  });
1920
2207
  NavSidePanelHeader.displayName = "NavSidePanelHeader";
1921
- var NavSidePanelBrand = React22.forwardRef(({ className, ...props }, ref) => {
1922
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2208
+ var NavSidePanelBrand = React25.forwardRef(({ className, ...props }, ref) => {
2209
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1923
2210
  "div",
1924
2211
  {
1925
2212
  ref,
@@ -1932,8 +2219,8 @@ var NavSidePanelBrand = React22.forwardRef(({ className, ...props }, ref) => {
1932
2219
  );
1933
2220
  });
1934
2221
  NavSidePanelBrand.displayName = "NavSidePanelBrand";
1935
- var NavSidePanelSeparator = React22.forwardRef(({ className, ...props }, ref) => {
1936
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2222
+ var NavSidePanelSeparator = React25.forwardRef(({ className, ...props }, ref) => {
2223
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1937
2224
  "div",
1938
2225
  {
1939
2226
  ref,
@@ -1943,9 +2230,9 @@ var NavSidePanelSeparator = React22.forwardRef(({ className, ...props }, ref) =>
1943
2230
  );
1944
2231
  });
1945
2232
  NavSidePanelSeparator.displayName = "NavSidePanelSeparator";
1946
- var NavSidePanelNav = React22.forwardRef(
2233
+ var NavSidePanelNav = React25.forwardRef(
1947
2234
  ({ className, ...props }, ref) => {
1948
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2235
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1949
2236
  "nav",
1950
2237
  {
1951
2238
  ref,
@@ -1956,7 +2243,7 @@ var NavSidePanelNav = React22.forwardRef(
1956
2243
  }
1957
2244
  );
1958
2245
  NavSidePanelNav.displayName = "NavSidePanelNav";
1959
- var navSidePanelItemVariants = (0, import_class_variance_authority7.cva)(
2246
+ var navSidePanelItemVariants = (0, import_class_variance_authority9.cva)(
1960
2247
  "flex h-10 w-full items-center gap-1.5 rounded-sm bg-secondary px-4 py-0 shadow-xs transition-colors",
1961
2248
  {
1962
2249
  variants: {
@@ -1970,8 +2257,8 @@ var navSidePanelItemVariants = (0, import_class_variance_authority7.cva)(
1970
2257
  }
1971
2258
  }
1972
2259
  );
1973
- var NavSidePanelItem = React22.forwardRef(({ className, selected, icon, children, ...props }, ref) => {
1974
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
2260
+ var NavSidePanelItem = React25.forwardRef(({ className, selected, icon, children, ...props }, ref) => {
2261
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1975
2262
  "button",
1976
2263
  {
1977
2264
  ref,
@@ -1979,14 +2266,14 @@ var NavSidePanelItem = React22.forwardRef(({ className, selected, icon, children
1979
2266
  ...props,
1980
2267
  children: [
1981
2268
  icon,
1982
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: "text-sm font-medium leading-5 text-accent-foreground", children })
2269
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "text-sm font-medium leading-5 text-accent-foreground", children })
1983
2270
  ]
1984
2271
  }
1985
2272
  );
1986
2273
  });
1987
2274
  NavSidePanelItem.displayName = "NavSidePanelItem";
1988
- var NavSidePanelFooter = React22.forwardRef(({ className, ...props }, ref) => {
1989
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2275
+ var NavSidePanelFooter = React25.forwardRef(({ className, ...props }, ref) => {
2276
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1990
2277
  "div",
1991
2278
  {
1992
2279
  ref,
@@ -1998,12 +2285,12 @@ var NavSidePanelFooter = React22.forwardRef(({ className, ...props }, ref) => {
1998
2285
  NavSidePanelFooter.displayName = "NavSidePanelFooter";
1999
2286
 
2000
2287
  // src/components/Pagination/Pagination.tsx
2001
- var React23 = __toESM(require("react"), 1);
2002
- var import_class_variance_authority8 = require("class-variance-authority");
2003
- var import_jsx_runtime24 = require("react/jsx-runtime");
2004
- var Pagination = React23.forwardRef(
2288
+ var React26 = __toESM(require("react"), 1);
2289
+ var import_class_variance_authority10 = require("class-variance-authority");
2290
+ var import_jsx_runtime27 = require("react/jsx-runtime");
2291
+ var Pagination = React26.forwardRef(
2005
2292
  ({ className, ...props }, ref) => {
2006
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2293
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2007
2294
  "nav",
2008
2295
  {
2009
2296
  ref,
@@ -2016,7 +2303,7 @@ var Pagination = React23.forwardRef(
2016
2303
  }
2017
2304
  );
2018
2305
  Pagination.displayName = "Pagination";
2019
- var paginationItemVariants = (0, import_class_variance_authority8.cva)(
2306
+ var paginationItemVariants = (0, import_class_variance_authority10.cva)(
2020
2307
  "inline-flex items-center justify-center rounded-md text-sm font-medium leading-5 transition-colors",
2021
2308
  {
2022
2309
  variants: {
@@ -2035,9 +2322,9 @@ var paginationItemVariants = (0, import_class_variance_authority8.cva)(
2035
2322
  }
2036
2323
  }
2037
2324
  );
2038
- var PaginationItem = React23.forwardRef(
2325
+ var PaginationItem = React26.forwardRef(
2039
2326
  ({ className, variant, size, isActive, ...props }, ref) => {
2040
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2327
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2041
2328
  "button",
2042
2329
  {
2043
2330
  ref,
@@ -2055,11 +2342,11 @@ var PaginationItem = React23.forwardRef(
2055
2342
  }
2056
2343
  );
2057
2344
  PaginationItem.displayName = "PaginationItem";
2058
- var PaginationLink = React23.forwardRef(
2345
+ var PaginationLink = React26.forwardRef(
2059
2346
  ({ className, direction = "next", children, ...props }, ref) => {
2060
2347
  const isPrevious = direction === "previous";
2061
2348
  const isNext = direction === "next";
2062
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2349
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
2063
2350
  "button",
2064
2351
  {
2065
2352
  ref,
@@ -2069,17 +2356,17 @@ var PaginationLink = React23.forwardRef(
2069
2356
  ),
2070
2357
  ...props,
2071
2358
  children: [
2072
- isPrevious && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: import_lucide_react2.ChevronLeft, size: 16 }),
2359
+ isPrevious && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { icon: import_lucide_react2.ChevronLeft, size: 16 }),
2073
2360
  children || (isPrevious ? "Previous" : "Next"),
2074
- isNext && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: import_lucide_react2.ChevronRight, size: 16 })
2361
+ isNext && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { icon: import_lucide_react2.ChevronRight, size: 16 })
2075
2362
  ]
2076
2363
  }
2077
2364
  );
2078
2365
  }
2079
2366
  );
2080
2367
  PaginationLink.displayName = "PaginationLink";
2081
- var PaginationEllipsis = React23.forwardRef(({ className, ...props }, ref) => {
2082
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2368
+ var PaginationEllipsis = React26.forwardRef(({ className, ...props }, ref) => {
2369
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2083
2370
  "span",
2084
2371
  {
2085
2372
  ref,
@@ -2089,18 +2376,18 @@ var PaginationEllipsis = React23.forwardRef(({ className, ...props }, ref) => {
2089
2376
  className
2090
2377
  ),
2091
2378
  ...props,
2092
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: import_lucide_react17.MoreHorizontal, size: 24 })
2379
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { icon: import_lucide_react17.MoreHorizontal, size: 24 })
2093
2380
  }
2094
2381
  );
2095
2382
  });
2096
2383
  PaginationEllipsis.displayName = "PaginationEllipsis";
2097
2384
 
2098
2385
  // src/components/Popover/Popover.tsx
2099
- var React24 = __toESM(require("react"), 1);
2100
- var import_jsx_runtime25 = require("react/jsx-runtime");
2101
- var Popover = React24.forwardRef(
2386
+ var React27 = __toESM(require("react"), 1);
2387
+ var import_jsx_runtime28 = require("react/jsx-runtime");
2388
+ var Popover = React27.forwardRef(
2102
2389
  ({ className, ...props }, ref) => {
2103
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2390
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2104
2391
  "div",
2105
2392
  {
2106
2393
  ref,
@@ -2114,9 +2401,9 @@ var Popover = React24.forwardRef(
2114
2401
  }
2115
2402
  );
2116
2403
  Popover.displayName = "Popover";
2117
- var PopoverHeader = React24.forwardRef(
2404
+ var PopoverHeader = React27.forwardRef(
2118
2405
  ({ className, ...props }, ref) => {
2119
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2406
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2120
2407
  "div",
2121
2408
  {
2122
2409
  ref,
@@ -2127,8 +2414,8 @@ var PopoverHeader = React24.forwardRef(
2127
2414
  }
2128
2415
  );
2129
2416
  PopoverHeader.displayName = "PopoverHeader";
2130
- var PopoverTitle = React24.forwardRef(({ className, ...props }, ref) => {
2131
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2417
+ var PopoverTitle = React27.forwardRef(({ className, ...props }, ref) => {
2418
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2132
2419
  "p",
2133
2420
  {
2134
2421
  ref,
@@ -2141,8 +2428,8 @@ var PopoverTitle = React24.forwardRef(({ className, ...props }, ref) => {
2141
2428
  );
2142
2429
  });
2143
2430
  PopoverTitle.displayName = "PopoverTitle";
2144
- var PopoverDescription = React24.forwardRef(({ className, ...props }, ref) => {
2145
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2431
+ var PopoverDescription = React27.forwardRef(({ className, ...props }, ref) => {
2432
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2146
2433
  "p",
2147
2434
  {
2148
2435
  ref,
@@ -2154,12 +2441,12 @@ var PopoverDescription = React24.forwardRef(({ className, ...props }, ref) => {
2154
2441
  PopoverDescription.displayName = "PopoverDescription";
2155
2442
 
2156
2443
  // src/components/Progress/Progress.tsx
2157
- var React25 = __toESM(require("react"), 1);
2158
- var import_jsx_runtime26 = require("react/jsx-runtime");
2159
- var Progress = React25.forwardRef(
2444
+ var React28 = __toESM(require("react"), 1);
2445
+ var import_jsx_runtime29 = require("react/jsx-runtime");
2446
+ var Progress = React28.forwardRef(
2160
2447
  ({ className, value = 0, max = 100, ...props }, ref) => {
2161
2448
  const percentage = Math.min(Math.max(value / max * 100, 0), 100);
2162
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2449
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2163
2450
  "div",
2164
2451
  {
2165
2452
  ref,
@@ -2172,7 +2459,7 @@ var Progress = React25.forwardRef(
2172
2459
  className
2173
2460
  ),
2174
2461
  ...props,
2175
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2462
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2176
2463
  "div",
2177
2464
  {
2178
2465
  className: "h-full bg-primary transition-all duration-300 ease-in-out",
@@ -2186,16 +2473,16 @@ var Progress = React25.forwardRef(
2186
2473
  Progress.displayName = "Progress";
2187
2474
 
2188
2475
  // src/components/Radio/Radio.tsx
2189
- var React26 = __toESM(require("react"), 1);
2190
- var import_jsx_runtime27 = require("react/jsx-runtime");
2191
- var Radio = React26.forwardRef(
2476
+ var React29 = __toESM(require("react"), 1);
2477
+ var import_jsx_runtime30 = require("react/jsx-runtime");
2478
+ var Radio = React29.forwardRef(
2192
2479
  ({ className, onCheckedChange, onChange, ...props }, ref) => {
2193
2480
  const handleChange = (e) => {
2194
2481
  onChange?.(e);
2195
2482
  onCheckedChange?.(e.target.checked);
2196
2483
  };
2197
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { className: "relative inline-flex items-center", children: [
2198
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2484
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: "relative inline-flex items-center", children: [
2485
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2199
2486
  "input",
2200
2487
  {
2201
2488
  type: "radio",
@@ -2205,7 +2492,7 @@ var Radio = React26.forwardRef(
2205
2492
  ...props
2206
2493
  }
2207
2494
  ),
2208
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2495
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2209
2496
  "div",
2210
2497
  {
2211
2498
  className: cn(
@@ -2225,14 +2512,14 @@ var Radio = React26.forwardRef(
2225
2512
  Radio.displayName = "Radio";
2226
2513
 
2227
2514
  // src/components/Select/Select.tsx
2228
- var React27 = __toESM(require("react"), 1);
2515
+ var React30 = __toESM(require("react"), 1);
2229
2516
  var SelectPrimitive = __toESM(require("@radix-ui/react-select"), 1);
2230
2517
  var import_lucide_react18 = require("lucide-react");
2231
- var import_jsx_runtime28 = require("react/jsx-runtime");
2518
+ var import_jsx_runtime31 = require("react/jsx-runtime");
2232
2519
  var Select = SelectPrimitive.Root;
2233
2520
  var SelectGroup = SelectPrimitive.Group;
2234
2521
  var SelectValue = SelectPrimitive.Value;
2235
- var SelectTrigger = React27.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2522
+ var SelectTrigger = React30.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
2236
2523
  SelectPrimitive.Trigger,
2237
2524
  {
2238
2525
  ref,
@@ -2247,12 +2534,12 @@ var SelectTrigger = React27.forwardRef(({ className, children, ...props }, ref)
2247
2534
  ...props,
2248
2535
  children: [
2249
2536
  children,
2250
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_lucide_react18.ChevronDown, { className: "h-3 w-3 opacity-50" }) })
2537
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_lucide_react18.ChevronDown, { className: "h-3 w-3 opacity-50" }) })
2251
2538
  ]
2252
2539
  }
2253
2540
  ));
2254
2541
  SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
2255
- var SelectScrollUpButton = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2542
+ var SelectScrollUpButton = React30.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2256
2543
  SelectPrimitive.ScrollUpButton,
2257
2544
  {
2258
2545
  ref,
@@ -2261,11 +2548,11 @@ var SelectScrollUpButton = React27.forwardRef(({ className, ...props }, ref) =>
2261
2548
  className
2262
2549
  ),
2263
2550
  ...props,
2264
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_lucide_react18.ChevronDown, { className: "h-4 w-4 rotate-180" })
2551
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_lucide_react18.ChevronDown, { className: "h-4 w-4 rotate-180" })
2265
2552
  }
2266
2553
  ));
2267
2554
  SelectScrollUpButton.displayName = SelectPrimitive.ScrollUpButton.displayName;
2268
- var SelectScrollDownButton = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2555
+ var SelectScrollDownButton = React30.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2269
2556
  SelectPrimitive.ScrollDownButton,
2270
2557
  {
2271
2558
  ref,
@@ -2274,11 +2561,11 @@ var SelectScrollDownButton = React27.forwardRef(({ className, ...props }, ref) =
2274
2561
  className
2275
2562
  ),
2276
2563
  ...props,
2277
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_lucide_react18.ChevronDown, { className: "h-4 w-4" })
2564
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_lucide_react18.ChevronDown, { className: "h-4 w-4" })
2278
2565
  }
2279
2566
  ));
2280
2567
  SelectScrollDownButton.displayName = SelectPrimitive.ScrollDownButton.displayName;
2281
- var SelectContent = React27.forwardRef(({ className, children, position = "popper", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2568
+ var SelectContent = React30.forwardRef(({ className, children, position = "popper", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(SelectPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
2282
2569
  SelectPrimitive.Content,
2283
2570
  {
2284
2571
  ref,
@@ -2293,8 +2580,8 @@ var SelectContent = React27.forwardRef(({ className, children, position = "poppe
2293
2580
  collisionPadding: 8,
2294
2581
  ...props,
2295
2582
  children: [
2296
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectScrollUpButton, {}),
2297
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2583
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(SelectScrollUpButton, {}),
2584
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2298
2585
  SelectPrimitive.Viewport,
2299
2586
  {
2300
2587
  className: cn(
@@ -2304,12 +2591,12 @@ var SelectContent = React27.forwardRef(({ className, children, position = "poppe
2304
2591
  children
2305
2592
  }
2306
2593
  ),
2307
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectScrollDownButton, {})
2594
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(SelectScrollDownButton, {})
2308
2595
  ]
2309
2596
  }
2310
2597
  ) }));
2311
2598
  SelectContent.displayName = SelectPrimitive.Content.displayName;
2312
- var SelectLabel = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2599
+ var SelectLabel = React30.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2313
2600
  SelectPrimitive.Label,
2314
2601
  {
2315
2602
  ref,
@@ -2321,7 +2608,7 @@ var SelectLabel = React27.forwardRef(({ className, ...props }, ref) => /* @__PUR
2321
2608
  }
2322
2609
  ));
2323
2610
  SelectLabel.displayName = SelectPrimitive.Label.displayName;
2324
- var SelectItem = React27.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
2611
+ var SelectItem = React30.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
2325
2612
  SelectPrimitive.Item,
2326
2613
  {
2327
2614
  ref,
@@ -2333,13 +2620,13 @@ var SelectItem = React27.forwardRef(({ className, children, ...props }, ref) =>
2333
2620
  ),
2334
2621
  ...props,
2335
2622
  children: [
2336
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectPrimitive.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_lucide_react18.Check, { className: "h-4 w-4" }) }) }),
2337
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectPrimitive.ItemText, { children })
2623
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(SelectPrimitive.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_lucide_react18.Check, { className: "h-4 w-4" }) }) }),
2624
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(SelectPrimitive.ItemText, { children })
2338
2625
  ]
2339
2626
  }
2340
2627
  ));
2341
2628
  SelectItem.displayName = SelectPrimitive.Item.displayName;
2342
- var SelectSeparator = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
2629
+ var SelectSeparator = React30.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2343
2630
  SelectPrimitive.Separator,
2344
2631
  {
2345
2632
  ref,
@@ -2350,11 +2637,11 @@ var SelectSeparator = React27.forwardRef(({ className, ...props }, ref) => /* @_
2350
2637
  SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
2351
2638
 
2352
2639
  // src/components/Separator/Separator.tsx
2353
- var React28 = __toESM(require("react"), 1);
2640
+ var React31 = __toESM(require("react"), 1);
2354
2641
  var SeparatorPrimitive = __toESM(require("@radix-ui/react-separator"), 1);
2355
- var import_jsx_runtime29 = require("react/jsx-runtime");
2356
- var Separator2 = React28.forwardRef(
2357
- ({ className, orientation = "horizontal", decorative = true, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2642
+ var import_jsx_runtime32 = require("react/jsx-runtime");
2643
+ var Separator2 = React31.forwardRef(
2644
+ ({ className, orientation = "horizontal", decorative = true, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2358
2645
  SeparatorPrimitive.Root,
2359
2646
  {
2360
2647
  ref,
@@ -2372,10 +2659,10 @@ var Separator2 = React28.forwardRef(
2372
2659
  Separator2.displayName = SeparatorPrimitive.Root.displayName;
2373
2660
 
2374
2661
  // src/components/Sheet/Sheet.tsx
2375
- var React29 = __toESM(require("react"), 1);
2376
- var import_jsx_runtime30 = require("react/jsx-runtime");
2662
+ var React32 = __toESM(require("react"), 1);
2663
+ var import_jsx_runtime33 = require("react/jsx-runtime");
2377
2664
  var Sheet = ({ open, onOpenChange, children }) => {
2378
- React29.useEffect(() => {
2665
+ React32.useEffect(() => {
2379
2666
  const handleEscape = (e) => {
2380
2667
  if (e.key === "Escape" && open) {
2381
2668
  onOpenChange?.(false);
@@ -2391,9 +2678,9 @@ var Sheet = ({ open, onOpenChange, children }) => {
2391
2678
  };
2392
2679
  }, [open, onOpenChange]);
2393
2680
  if (!open) return null;
2394
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, { children: React29.Children.map(children, (child) => {
2395
- if (React29.isValidElement(child)) {
2396
- return React29.cloneElement(child, { onOpenChange });
2681
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, { children: React32.Children.map(children, (child) => {
2682
+ if (React32.isValidElement(child)) {
2683
+ return React32.cloneElement(child, { onOpenChange });
2397
2684
  }
2398
2685
  return child;
2399
2686
  }) });
@@ -2405,15 +2692,15 @@ var sheetVariants = {
2405
2692
  left: "inset-y-0 left-0 h-full w-[448px] border-r",
2406
2693
  right: "inset-y-0 right-0 h-full w-[448px] border-l"
2407
2694
  };
2408
- var SheetContent = React29.forwardRef(
2409
- ({ className, children, onOpenChange, side = "right", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
2695
+ var SheetContent = React32.forwardRef(
2696
+ ({ className, children, onOpenChange, side = "right", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
2410
2697
  "div",
2411
2698
  {
2412
2699
  className: "fixed inset-0 z-50",
2413
2700
  onClick: () => onOpenChange?.(false),
2414
2701
  children: [
2415
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "fixed inset-0 bg-black/80", "aria-hidden": "true" }),
2416
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
2702
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "fixed inset-0 bg-black/80", "aria-hidden": "true" }),
2703
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
2417
2704
  "div",
2418
2705
  {
2419
2706
  ref,
@@ -2427,13 +2714,13 @@ var SheetContent = React29.forwardRef(
2427
2714
  onClick: (e) => e.stopPropagation(),
2428
2715
  ...props,
2429
2716
  children: [
2430
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2717
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2431
2718
  "button",
2432
2719
  {
2433
2720
  onClick: () => onOpenChange?.(false),
2434
2721
  className: "absolute right-4 top-4 rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",
2435
2722
  "aria-label": "Close",
2436
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { icon: import_lucide_react3.X, size: 16 })
2723
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { icon: import_lucide_react3.X, size: 16 })
2437
2724
  }
2438
2725
  ),
2439
2726
  children
@@ -2445,7 +2732,7 @@ var SheetContent = React29.forwardRef(
2445
2732
  )
2446
2733
  );
2447
2734
  SheetContent.displayName = "SheetContent";
2448
- var SheetHeader = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2735
+ var SheetHeader = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2449
2736
  "div",
2450
2737
  {
2451
2738
  ref,
@@ -2454,7 +2741,7 @@ var SheetHeader = React29.forwardRef(({ className, ...props }, ref) => /* @__PUR
2454
2741
  }
2455
2742
  ));
2456
2743
  SheetHeader.displayName = "SheetHeader";
2457
- var SheetTitle = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2744
+ var SheetTitle = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2458
2745
  "h2",
2459
2746
  {
2460
2747
  ref,
@@ -2463,7 +2750,7 @@ var SheetTitle = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE
2463
2750
  }
2464
2751
  ));
2465
2752
  SheetTitle.displayName = "SheetTitle";
2466
- var SheetDescription = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2753
+ var SheetDescription = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2467
2754
  "p",
2468
2755
  {
2469
2756
  ref,
@@ -2472,7 +2759,7 @@ var SheetDescription = React29.forwardRef(({ className, ...props }, ref) => /* @
2472
2759
  }
2473
2760
  ));
2474
2761
  SheetDescription.displayName = "SheetDescription";
2475
- var SheetFooter = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2762
+ var SheetFooter = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2476
2763
  "div",
2477
2764
  {
2478
2765
  ref,
@@ -2481,7 +2768,7 @@ var SheetFooter = React29.forwardRef(({ className, ...props }, ref) => /* @__PUR
2481
2768
  }
2482
2769
  ));
2483
2770
  SheetFooter.displayName = "SheetFooter";
2484
- var SheetClose = React29.forwardRef(({ className, onOpenChange, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2771
+ var SheetClose = React32.forwardRef(({ className, onOpenChange, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2485
2772
  "button",
2486
2773
  {
2487
2774
  ref,
@@ -2496,9 +2783,9 @@ var SheetClose = React29.forwardRef(({ className, onOpenChange, ...props }, ref)
2496
2783
  SheetClose.displayName = "SheetClose";
2497
2784
 
2498
2785
  // src/components/Skeleton/Skeleton.tsx
2499
- var React30 = __toESM(require("react"), 1);
2500
- var import_jsx_runtime31 = require("react/jsx-runtime");
2501
- var Skeleton = React30.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2786
+ var React33 = __toESM(require("react"), 1);
2787
+ var import_jsx_runtime34 = require("react/jsx-runtime");
2788
+ var Skeleton = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2502
2789
  "div",
2503
2790
  {
2504
2791
  ref,
@@ -2512,10 +2799,10 @@ var Skeleton = React30.forwardRef(({ className, ...props }, ref) => /* @__PURE__
2512
2799
  Skeleton.displayName = "Skeleton";
2513
2800
 
2514
2801
  // src/components/Slider/Slider.tsx
2515
- var React31 = __toESM(require("react"), 1);
2802
+ var React34 = __toESM(require("react"), 1);
2516
2803
  var SliderPrimitive = __toESM(require("@radix-ui/react-slider"), 1);
2517
- var import_jsx_runtime32 = require("react/jsx-runtime");
2518
- var Slider = React31.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
2804
+ var import_jsx_runtime35 = require("react/jsx-runtime");
2805
+ var Slider = React34.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
2519
2806
  SliderPrimitive.Root,
2520
2807
  {
2521
2808
  ref,
@@ -2525,18 +2812,18 @@ var Slider = React31.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
2525
2812
  ),
2526
2813
  ...props,
2527
2814
  children: [
2528
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(SliderPrimitive.Track, { className: "relative h-2 w-full grow overflow-hidden rounded-full bg-secondary", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(SliderPrimitive.Range, { className: "absolute h-full bg-primary" }) }),
2529
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(SliderPrimitive.Thumb, { className: "block h-5 w-5 rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50" })
2815
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(SliderPrimitive.Track, { className: "relative h-2 w-full grow overflow-hidden rounded-full bg-secondary", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(SliderPrimitive.Range, { className: "absolute h-full bg-primary" }) }),
2816
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(SliderPrimitive.Thumb, { className: "block h-5 w-5 rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50" })
2530
2817
  ]
2531
2818
  }
2532
2819
  ));
2533
2820
  Slider.displayName = SliderPrimitive.Root.displayName;
2534
2821
 
2535
2822
  // src/components/Switch/Switch.tsx
2536
- var React32 = __toESM(require("react"), 1);
2823
+ var React35 = __toESM(require("react"), 1);
2537
2824
  var SwitchPrimitives = __toESM(require("@radix-ui/react-switch"), 1);
2538
- var import_jsx_runtime33 = require("react/jsx-runtime");
2539
- var Switch = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2825
+ var import_jsx_runtime36 = require("react/jsx-runtime");
2826
+ var Switch = React35.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2540
2827
  SwitchPrimitives.Root,
2541
2828
  {
2542
2829
  className: cn(
@@ -2545,7 +2832,7 @@ var Switch = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
2545
2832
  ),
2546
2833
  ...props,
2547
2834
  ref,
2548
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2835
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2549
2836
  SwitchPrimitives.Thumb,
2550
2837
  {
2551
2838
  className: cn(
@@ -2558,9 +2845,9 @@ var Switch = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
2558
2845
  Switch.displayName = SwitchPrimitives.Root.displayName;
2559
2846
 
2560
2847
  // src/components/Table/Table.tsx
2561
- var React33 = __toESM(require("react"), 1);
2562
- var import_jsx_runtime34 = require("react/jsx-runtime");
2563
- var Table = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "relative w-full overflow-auto", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2848
+ var React36 = __toESM(require("react"), 1);
2849
+ var import_jsx_runtime37 = require("react/jsx-runtime");
2850
+ var Table = React36.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "relative w-full overflow-auto", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2564
2851
  "table",
2565
2852
  {
2566
2853
  ref,
@@ -2569,9 +2856,9 @@ var Table = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
2569
2856
  }
2570
2857
  ) }));
2571
2858
  Table.displayName = "Table";
2572
- var TableHeader = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("thead", { ref, className: cn("[&_tr]:border-b", className), ...props }));
2859
+ var TableHeader = React36.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("thead", { ref, className: cn("[&_tr]:border-b", className), ...props }));
2573
2860
  TableHeader.displayName = "TableHeader";
2574
- var TableBody = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2861
+ var TableBody = React36.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2575
2862
  "tbody",
2576
2863
  {
2577
2864
  ref,
@@ -2580,7 +2867,7 @@ var TableBody = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE_
2580
2867
  }
2581
2868
  ));
2582
2869
  TableBody.displayName = "TableBody";
2583
- var TableFooter = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2870
+ var TableFooter = React36.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2584
2871
  "tfoot",
2585
2872
  {
2586
2873
  ref,
@@ -2592,7 +2879,7 @@ var TableFooter = React33.forwardRef(({ className, ...props }, ref) => /* @__PUR
2592
2879
  }
2593
2880
  ));
2594
2881
  TableFooter.displayName = "TableFooter";
2595
- var TableRow = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2882
+ var TableRow = React36.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2596
2883
  "tr",
2597
2884
  {
2598
2885
  ref,
@@ -2604,7 +2891,7 @@ var TableRow = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__
2604
2891
  }
2605
2892
  ));
2606
2893
  TableRow.displayName = "TableRow";
2607
- var TableHead = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2894
+ var TableHead = React36.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2608
2895
  "th",
2609
2896
  {
2610
2897
  ref,
@@ -2616,7 +2903,7 @@ var TableHead = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE_
2616
2903
  }
2617
2904
  ));
2618
2905
  TableHead.displayName = "TableHead";
2619
- var TableCell = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2906
+ var TableCell = React36.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2620
2907
  "td",
2621
2908
  {
2622
2909
  ref,
@@ -2628,7 +2915,7 @@ var TableCell = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE_
2628
2915
  }
2629
2916
  ));
2630
2917
  TableCell.displayName = "TableCell";
2631
- var TableCaption = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2918
+ var TableCaption = React36.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2632
2919
  "caption",
2633
2920
  {
2634
2921
  ref,
@@ -2639,11 +2926,11 @@ var TableCaption = React33.forwardRef(({ className, ...props }, ref) => /* @__PU
2639
2926
  TableCaption.displayName = "TableCaption";
2640
2927
 
2641
2928
  // src/components/Tabs/Tabs.tsx
2642
- var React34 = __toESM(require("react"), 1);
2929
+ var React37 = __toESM(require("react"), 1);
2643
2930
  var TabsPrimitive = __toESM(require("@radix-ui/react-tabs"), 1);
2644
- var import_jsx_runtime35 = require("react/jsx-runtime");
2931
+ var import_jsx_runtime38 = require("react/jsx-runtime");
2645
2932
  var Tabs = TabsPrimitive.Root;
2646
- var TabsList = React34.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2933
+ var TabsList = React37.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2647
2934
  TabsPrimitive.List,
2648
2935
  {
2649
2936
  ref,
@@ -2655,7 +2942,7 @@ var TabsList = React34.forwardRef(({ className, ...props }, ref) => /* @__PURE__
2655
2942
  }
2656
2943
  ));
2657
2944
  TabsList.displayName = TabsPrimitive.List.displayName;
2658
- var TabsTrigger = React34.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2945
+ var TabsTrigger = React37.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2659
2946
  TabsPrimitive.Trigger,
2660
2947
  {
2661
2948
  ref,
@@ -2667,7 +2954,7 @@ var TabsTrigger = React34.forwardRef(({ className, ...props }, ref) => /* @__PUR
2667
2954
  }
2668
2955
  ));
2669
2956
  TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
2670
- var TabsContent = React34.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2957
+ var TabsContent = React37.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2671
2958
  TabsPrimitive.Content,
2672
2959
  {
2673
2960
  ref,
@@ -2681,11 +2968,11 @@ var TabsContent = React34.forwardRef(({ className, ...props }, ref) => /* @__PUR
2681
2968
  TabsContent.displayName = TabsPrimitive.Content.displayName;
2682
2969
 
2683
2970
  // src/components/Textarea/Textarea.tsx
2684
- var React35 = __toESM(require("react"), 1);
2685
- var import_jsx_runtime36 = require("react/jsx-runtime");
2686
- var Textarea = React35.forwardRef(
2971
+ var React38 = __toESM(require("react"), 1);
2972
+ var import_jsx_runtime39 = require("react/jsx-runtime");
2973
+ var Textarea = React38.forwardRef(
2687
2974
  ({ className, ...props }, ref) => {
2688
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2975
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2689
2976
  "textarea",
2690
2977
  {
2691
2978
  className: cn(
@@ -2703,9 +2990,9 @@ Textarea.displayName = "Textarea";
2703
2990
  // src/components/Toast/Toast.tsx
2704
2991
  var import_sonner = require("sonner");
2705
2992
  var import_sonner2 = require("sonner");
2706
- var import_jsx_runtime37 = require("react/jsx-runtime");
2993
+ var import_jsx_runtime40 = require("react/jsx-runtime");
2707
2994
  var Toaster2 = ({ ...props }) => {
2708
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2995
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2709
2996
  import_sonner.Toaster,
2710
2997
  {
2711
2998
  className: "toaster group",
@@ -2723,11 +3010,11 @@ var Toaster2 = ({ ...props }) => {
2723
3010
  };
2724
3011
 
2725
3012
  // src/components/Toggle/Toggle.tsx
2726
- var React36 = __toESM(require("react"), 1);
3013
+ var React39 = __toESM(require("react"), 1);
2727
3014
  var TogglePrimitive = __toESM(require("@radix-ui/react-toggle"), 1);
2728
- var import_class_variance_authority9 = require("class-variance-authority");
2729
- var import_jsx_runtime38 = require("react/jsx-runtime");
2730
- var toggleVariants = (0, import_class_variance_authority9.cva)(
3015
+ var import_class_variance_authority11 = require("class-variance-authority");
3016
+ var import_jsx_runtime41 = require("react/jsx-runtime");
3017
+ var toggleVariants = (0, import_class_variance_authority11.cva)(
2731
3018
  "inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors hover:bg-muted hover:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-muted data-[state=on]:text-foreground",
2732
3019
  {
2733
3020
  variants: {
@@ -2747,7 +3034,7 @@ var toggleVariants = (0, import_class_variance_authority9.cva)(
2747
3034
  }
2748
3035
  }
2749
3036
  );
2750
- var Toggle = React36.forwardRef(({ className, variant, size, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
3037
+ var Toggle = React39.forwardRef(({ className, variant, size, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2751
3038
  TogglePrimitive.Root,
2752
3039
  {
2753
3040
  ref,
@@ -2757,17 +3044,38 @@ var Toggle = React36.forwardRef(({ className, variant, size, ...props }, ref) =>
2757
3044
  ));
2758
3045
  Toggle.displayName = TogglePrimitive.Root.displayName;
2759
3046
 
3047
+ // src/components/Tooltip/Tooltip.tsx
3048
+ var React40 = __toESM(require("react"), 1);
3049
+ var import_jsx_runtime42 = require("react/jsx-runtime");
3050
+ var Tooltip = React40.forwardRef(
3051
+ ({ className, ...props }, ref) => {
3052
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3053
+ "div",
3054
+ {
3055
+ ref,
3056
+ role: "tooltip",
3057
+ className: cn(
3058
+ "rounded-md border border-border bg-popover px-3 py-1.5 text-sm font-normal leading-5 text-popover-foreground shadow-md",
3059
+ className
3060
+ ),
3061
+ ...props
3062
+ }
3063
+ );
3064
+ }
3065
+ );
3066
+ Tooltip.displayName = "Tooltip";
3067
+
2760
3068
  // src/lib/theme.tsx
2761
- var React37 = __toESM(require("react"), 1);
2762
- var import_jsx_runtime39 = require("react/jsx-runtime");
2763
- var ThemeContext = React37.createContext(void 0);
3069
+ var React41 = __toESM(require("react"), 1);
3070
+ var import_jsx_runtime43 = require("react/jsx-runtime");
3071
+ var ThemeContext = React41.createContext(void 0);
2764
3072
  function ThemeProvider({
2765
3073
  children,
2766
3074
  defaultTheme = "auto",
2767
3075
  storageKey = "cc-theme",
2768
3076
  enablePersistence = true
2769
3077
  }) {
2770
- const [theme, setThemeState] = React37.useState(() => {
3078
+ const [theme, setThemeState] = React41.useState(() => {
2771
3079
  if (typeof window === "undefined") return defaultTheme;
2772
3080
  if (enablePersistence) {
2773
3081
  const stored = window.localStorage.getItem(storageKey);
@@ -2777,13 +3085,13 @@ function ThemeProvider({
2777
3085
  }
2778
3086
  return defaultTheme;
2779
3087
  });
2780
- const [actualTheme, setActualTheme] = React37.useState(() => {
3088
+ const [actualTheme, setActualTheme] = React41.useState(() => {
2781
3089
  if (theme === "auto") {
2782
3090
  return typeof window !== "undefined" && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
2783
3091
  }
2784
3092
  return theme;
2785
3093
  });
2786
- React37.useEffect(() => {
3094
+ React41.useEffect(() => {
2787
3095
  const root = window.document.documentElement;
2788
3096
  if (theme === "auto") {
2789
3097
  root.removeAttribute("data-theme");
@@ -2791,7 +3099,7 @@ function ThemeProvider({
2791
3099
  root.setAttribute("data-theme", theme);
2792
3100
  }
2793
3101
  }, [theme]);
2794
- React37.useEffect(() => {
3102
+ React41.useEffect(() => {
2795
3103
  if (theme !== "auto") {
2796
3104
  setActualTheme(theme);
2797
3105
  return;
@@ -2806,7 +3114,7 @@ function ThemeProvider({
2806
3114
  mediaQuery.removeEventListener("change", handleChange);
2807
3115
  };
2808
3116
  }, [theme]);
2809
- const setTheme = React37.useCallback(
3117
+ const setTheme = React41.useCallback(
2810
3118
  (newTheme) => {
2811
3119
  setThemeState(newTheme);
2812
3120
  if (enablePersistence && typeof window !== "undefined") {
@@ -2819,7 +3127,7 @@ function ThemeProvider({
2819
3127
  },
2820
3128
  [enablePersistence, storageKey]
2821
3129
  );
2822
- const value = React37.useMemo(
3130
+ const value = React41.useMemo(
2823
3131
  () => ({
2824
3132
  theme,
2825
3133
  setTheme,
@@ -2827,10 +3135,10 @@ function ThemeProvider({
2827
3135
  }),
2828
3136
  [theme, setTheme, actualTheme]
2829
3137
  );
2830
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ThemeContext.Provider, { value, children });
3138
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ThemeContext.Provider, { value, children });
2831
3139
  }
2832
3140
  function useTheme() {
2833
- const context = React37.useContext(ThemeContext);
3141
+ const context = React41.useContext(ThemeContext);
2834
3142
  if (context === void 0) {
2835
3143
  throw new Error("useTheme must be used within a ThemeProvider");
2836
3144
  }
@@ -2846,6 +3154,7 @@ function isValidTheme(value) {
2846
3154
  AccordionItem,
2847
3155
  AccordionTrigger,
2848
3156
  Activity,
3157
+ AddUserButton,
2849
3158
  Alert,
2850
3159
  AlertCircle,
2851
3160
  AlertDescription,
@@ -2865,6 +3174,8 @@ function isValidTheme(value) {
2865
3174
  ArrowUp,
2866
3175
  Avatar,
2867
3176
  AvatarFallback,
3177
+ AvatarGroup,
3178
+ AvatarGroupItem,
2868
3179
  AvatarImage,
2869
3180
  Award,
2870
3181
  Badge,
@@ -2953,6 +3264,10 @@ function isValidTheme(value) {
2953
3264
  DrawerFooter,
2954
3265
  DrawerHeader,
2955
3266
  DrawerTitle,
3267
+ DropdownMenu,
3268
+ DropdownMenuItem,
3269
+ DropdownMenuLabel,
3270
+ DropdownMenuSeparator,
2956
3271
  Edit,
2957
3272
  Edit2,
2958
3273
  Edit3,
@@ -3036,6 +3351,8 @@ function isValidTheme(value) {
3036
3351
  Minimize,
3037
3352
  Minimize2,
3038
3353
  Minus,
3354
+ ModelSelector,
3355
+ ModelUserManagement,
3039
3356
  Monitor,
3040
3357
  Moon,
3041
3358
  MoreHorizontal,
@@ -3140,6 +3457,7 @@ function isValidTheme(value) {
3140
3457
  Toast,
3141
3458
  Toaster,
3142
3459
  Toggle,
3460
+ Tooltip,
3143
3461
  Trash,
3144
3462
  Trash2,
3145
3463
  TrendingDown,
@@ -3150,7 +3468,10 @@ function isValidTheme(value) {
3150
3468
  Unlock,
3151
3469
  Upload,
3152
3470
  User,
3471
+ UserAvatars,
3153
3472
  UserCheck,
3473
+ UserDropdownTrigger,
3474
+ UserManagementGroup,
3154
3475
  UserMinus,
3155
3476
  UserPlus,
3156
3477
  UserX,
@@ -3169,9 +3490,11 @@ function isValidTheme(value) {
3169
3490
  XCircle,
3170
3491
  Youtube,
3171
3492
  Zap,
3493
+ avatarGroupVariants,
3172
3494
  badgeVariants,
3173
3495
  buttonVariants,
3174
3496
  cn,
3497
+ dropdownMenuItemVariants,
3175
3498
  indicatorCircleVariants,
3176
3499
  indicatorDotVariants,
3177
3500
  menubarItemVariants,