myshell-react-lib 0.1.80 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -4117,9 +4117,6 @@ __export(index_exports, {
4117
4117
  CaretDownIcon: function() {
4118
4118
  return CaretDownIcon;
4119
4119
  },
4120
- CheckCircleIcon: function() {
4121
- return CheckCircleIcon4;
4122
- },
4123
4120
  Checkbox: function() {
4124
4121
  return Checkbox;
4125
4122
  },
@@ -4824,40 +4821,8 @@ var Icon = React.forwardRef(function(props, ref) {
4824
4821
  "rotate",
4825
4822
  "className"
4826
4823
  ]);
4827
- if (!component) {
4828
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", _object_spread_props(_object_spread({
4829
- ref: ref
4830
- }, passProps), {
4831
- className: cn(iconVariants({
4832
- size: size,
4833
- color: color,
4834
- rotate: rotate
4835
- }), className),
4836
- children: children
4837
- }));
4838
- }
4839
- if (typeof component === "function") {
4840
- var isReactComponent = "displayName" in component || component.name && /^[A-Z]/.test(component.name);
4841
- if (!isReactComponent) {
4842
- try {
4843
- var iconElement = component();
4844
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", _object_spread_props(_object_spread({
4845
- ref: ref
4846
- }, passProps), {
4847
- className: cn(iconVariants({
4848
- size: size,
4849
- color: color,
4850
- rotate: rotate
4851
- }), className),
4852
- children: iconElement || children
4853
- }));
4854
- } catch (error) {
4855
- console.error("Error rendering icon component as a function", error);
4856
- }
4857
- }
4858
- }
4859
- var Component = component;
4860
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, _object_spread_props(_object_spread({
4824
+ var Com = component || "span";
4825
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Com, _object_spread_props(_object_spread({
4861
4826
  ref: ref
4862
4827
  }, passProps), {
4863
4828
  className: cn(iconVariants({
@@ -5993,7 +5958,7 @@ AlertDialogCancel.displayName = AlertDialogPrimitive.Cancel.displayName;
5993
5958
  var AspectRatioPrimitive = __toESM(require("@radix-ui/react-aspect-ratio"), 1);
5994
5959
  var AspectRatio = AspectRatioPrimitive.Root;
5995
5960
  // src/components/audio-player.tsx
5996
- var import_PlayIcon = __toESM(require("@heroicons/react/20/solid/esm/PlayIcon"), 1);
5961
+ var import_lucide_react3 = require("lucide-react");
5997
5962
  var import_react_use3 = require("react-use");
5998
5963
  // src/common/hooks/useAudioPlayer.tsx
5999
5964
  var import_react4 = require("react");
@@ -6641,7 +6606,7 @@ function AudioPlayer(param) {
6641
6606
  /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(IconButton, {
6642
6607
  className: "w-6 h-6",
6643
6608
  onClick: onAudioToggle,
6644
- children: paused ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_PlayIcon.default, {
6609
+ children: paused ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_lucide_react3.PlayIcon, {
6645
6610
  className: "w-3 h-3 ml-0.5"
6646
6611
  }) : /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(AudioPlaying, {})
6647
6612
  }),
@@ -6833,12 +6798,12 @@ function Badge(props) {
6833
6798
  }
6834
6799
  // src/components/cascader.tsx
6835
6800
  var import_clsx2 = __toESM(require("clsx"), 1);
6836
- var import_lucide_react4 = require("lucide-react");
6801
+ var import_lucide_react5 = require("lucide-react");
6837
6802
  var import_react6 = require("react");
6838
6803
  var import_react_use4 = require("react-use");
6839
6804
  // src/components/dropdown-menu.tsx
6840
6805
  var DropdownMenuPrimitive = __toESM(require("@radix-ui/react-dropdown-menu"), 1);
6841
- var import_lucide_react3 = require("lucide-react");
6806
+ var import_lucide_react4 = require("lucide-react");
6842
6807
  var React13 = __toESM(require("react"), 1);
6843
6808
  var import_jsx_runtime18 = require("react/jsx-runtime");
6844
6809
  var DropdownMenu = DropdownMenuPrimitive.Root;
@@ -6859,7 +6824,7 @@ var DropdownMenuSubTrigger = React13.forwardRef(function(_param, ref) {
6859
6824
  }, props), {
6860
6825
  children: [
6861
6826
  children,
6862
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react3.ChevronRight, {
6827
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react4.ChevronRight, {
6863
6828
  className: "ml-auto h-4 w-4"
6864
6829
  })
6865
6830
  ]
@@ -6914,7 +6879,7 @@ var DropdownMenuCheckboxItem = React13.forwardRef(function(_param, ref) {
6914
6879
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", {
6915
6880
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
6916
6881
  children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(DropdownMenuPrimitive.ItemIndicator, {
6917
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react3.Check, {
6882
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react4.Check, {
6918
6883
  className: "h-4 w-4"
6919
6884
  })
6920
6885
  })
@@ -6937,7 +6902,7 @@ var DropdownMenuRadioItem = React13.forwardRef(function(_param, ref) {
6937
6902
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", {
6938
6903
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
6939
6904
  children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(DropdownMenuPrimitive.ItemIndicator, {
6940
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react3.Circle, {
6905
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react4.Circle, {
6941
6906
  className: "h-2 w-2 fill-current"
6942
6907
  })
6943
6908
  })
@@ -7059,11 +7024,11 @@ var Checkbox = React14.forwardRef(function(_param, ref) {
7059
7024
  Checkbox.displayName = CheckboxPrimitive.Root.displayName;
7060
7025
  // src/components/command.tsx
7061
7026
  var import_cmdk = require("cmdk");
7062
- var import_lucide_react6 = require("lucide-react");
7027
+ var import_lucide_react7 = require("lucide-react");
7063
7028
  var React16 = __toESM(require("react"), 1);
7064
7029
  // src/components/dialog.tsx
7065
7030
  var DialogPrimitive = __toESM(require("@radix-ui/react-dialog"), 1);
7066
- var import_lucide_react5 = require("lucide-react");
7031
+ var import_lucide_react6 = require("lucide-react");
7067
7032
  var React15 = __toESM(require("react"), 1);
7068
7033
  var import_jsx_runtime21 = require("react/jsx-runtime");
7069
7034
  var Dialog = DialogPrimitive.Root;
@@ -7120,7 +7085,7 @@ var DialogContent = React15.forwardRef(function(_param, ref) {
7120
7085
  onClose && onClose();
7121
7086
  },
7122
7087
  children: [
7123
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_lucide_react5.X, {
7088
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_lucide_react6.X, {
7124
7089
  className: "w-6 h-6 text-Colors-Foreground-Subtle"
7125
7090
  }),
7126
7091
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", {
@@ -7207,7 +7172,7 @@ var CommandInput = React16.forwardRef(function(_param, ref) {
7207
7172
  className: "flex items-center border-b px-3",
7208
7173
  "cmdk-input-wrapper": "",
7209
7174
  children: [
7210
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_lucide_react6.Search, {
7175
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_lucide_react7.Search, {
7211
7176
  className: "mr-2 h-4 w-4 shrink-0 opacity-50"
7212
7177
  }),
7213
7178
  /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_cmdk.Command.Input, _object_spread({
@@ -7276,7 +7241,7 @@ var CommandShortcut = function(_param) {
7276
7241
  CommandShortcut.displayName = "CommandShortcut";
7277
7242
  // src/components/context-menu.tsx
7278
7243
  var ContextMenuPrimitive = __toESM(require("@radix-ui/react-context-menu"), 1);
7279
- var import_lucide_react7 = require("lucide-react");
7244
+ var import_lucide_react8 = require("lucide-react");
7280
7245
  var React17 = __toESM(require("react"), 1);
7281
7246
  var import_jsx_runtime23 = require("react/jsx-runtime");
7282
7247
  var ContextMenu = ContextMenuPrimitive.Root;
@@ -7297,7 +7262,7 @@ var ContextMenuSubTrigger = React17.forwardRef(function(_param, ref) {
7297
7262
  }, props), {
7298
7263
  children: [
7299
7264
  children,
7300
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react7.ChevronRight, {
7265
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react8.ChevronRight, {
7301
7266
  className: "ml-auto h-4 w-4"
7302
7267
  })
7303
7268
  ]
@@ -7353,7 +7318,7 @@ var ContextMenuCheckboxItem = React17.forwardRef(function(_param, ref) {
7353
7318
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", {
7354
7319
  className: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center",
7355
7320
  children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ContextMenuPrimitive.ItemIndicator, {
7356
- children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react7.Check, {
7321
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react8.Check, {
7357
7322
  className: "h-4 w-4"
7358
7323
  })
7359
7324
  })
@@ -7375,7 +7340,7 @@ var ContextMenuRadioItem = React17.forwardRef(function(_param, ref) {
7375
7340
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", {
7376
7341
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
7377
7342
  children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ContextMenuPrimitive.ItemIndicator, {
7378
- children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react7.Circle, {
7343
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react8.Circle, {
7379
7344
  className: "h-2 w-2 fill-current"
7380
7345
  })
7381
7346
  })
@@ -8053,7 +8018,7 @@ var Masonry = function(param) {
8053
8018
  // src/components/menubar.tsx
8054
8019
  var React23 = __toESM(require("react"), 1);
8055
8020
  var MenubarPrimitive = __toESM(require("@radix-ui/react-menubar"), 1);
8056
- var import_lucide_react8 = require("lucide-react");
8021
+ var import_lucide_react9 = require("lucide-react");
8057
8022
  var import_jsx_runtime32 = require("react/jsx-runtime");
8058
8023
  var MenubarMenu = MenubarPrimitive.Menu;
8059
8024
  var MenubarGroup = MenubarPrimitive.Group;
@@ -8092,7 +8057,7 @@ var MenubarSubTrigger = React23.forwardRef(function(_param, ref) {
8092
8057
  }, props), {
8093
8058
  children: [
8094
8059
  children,
8095
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_lucide_react8.ChevronRight, {
8060
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_lucide_react9.ChevronRight, {
8096
8061
  className: "ml-auto h-4 w-4"
8097
8062
  })
8098
8063
  ]
@@ -8153,7 +8118,7 @@ var MenubarCheckboxItem = React23.forwardRef(function(_param, ref) {
8153
8118
  /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", {
8154
8119
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
8155
8120
  children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(MenubarPrimitive.ItemIndicator, {
8156
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_lucide_react8.Check, {
8121
+ children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_lucide_react9.Check, {
8157
8122
  className: "h-4 w-4"
8158
8123
  })
8159
8124
  })
@@ -8176,7 +8141,7 @@ var MenubarRadioItem = React23.forwardRef(function(_param, ref) {
8176
8141
  /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", {
8177
8142
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
8178
8143
  children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(MenubarPrimitive.ItemIndicator, {
8179
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_lucide_react8.Circle, {
8144
+ children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_lucide_react9.Circle, {
8180
8145
  className: "h-2 w-2 fill-current"
8181
8146
  })
8182
8147
  })
@@ -8217,11 +8182,7 @@ var MenubarShortcut = function(_param) {
8217
8182
  };
8218
8183
  MenubarShortcut.displayname = "MenubarShortcut";
8219
8184
  // src/components/modal.tsx
8220
- var import_CheckCircleIcon = __toESM(require("@heroicons/react/24/outline/esm/CheckCircleIcon"), 1);
8221
- var import_ExclamationTriangleIcon = __toESM(require("@heroicons/react/24/outline/esm/ExclamationTriangleIcon"), 1);
8222
- var import_InformationCircleIcon = __toESM(require("@heroicons/react/24/outline/esm/InformationCircleIcon"), 1);
8223
- var import_XCircleIcon = __toESM(require("@heroicons/react/24/outline/esm/XCircleIcon"), 1);
8224
- var import_XMarkIcon = __toESM(require("@heroicons/react/24/outline/esm/XMarkIcon"), 1);
8185
+ var import_lucide_react10 = require("lucide-react");
8225
8186
  var DialogPrimitive2 = __toESM(require("@radix-ui/react-dialog"), 1);
8226
8187
  // node_modules/@radix-ui/react-focus-scope/dist/index.mjs
8227
8188
  var React26 = __toESM(require("react"), 1);
@@ -8735,7 +8696,7 @@ var Modal = function(_param) {
8735
8696
  },
8736
8697
  children: [
8737
8698
  /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(IconButton, {
8738
- icon: import_XMarkIcon.default,
8699
+ icon: import_lucide_react10.XIcon,
8739
8700
  size: "md",
8740
8701
  variant: "plain",
8741
8702
  color: "default",
@@ -8775,19 +8736,19 @@ var Modal = function(_param) {
8775
8736
  var renderIcon3 = function(state2) {
8776
8737
  switch(state2){
8777
8738
  case "info":
8778
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_InformationCircleIcon.default, {
8739
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_lucide_react10.InfoIcon, {
8779
8740
  className: "text-cc-Icon-Featured-icon-fg-Info w-6 h-6"
8780
8741
  });
8781
8742
  case "success":
8782
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_CheckCircleIcon.default, {
8743
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_lucide_react10.CircleCheckIcon, {
8783
8744
  className: "text-cc-Icon-Featured-icon-fg-Success w-6 h-6"
8784
8745
  });
8785
8746
  case "warning":
8786
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_ExclamationTriangleIcon.default, {
8747
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_lucide_react10.TriangleAlertIcon, {
8787
8748
  className: "text-cc-Icon-Featured-icon-fg-Warning w-6 h-6"
8788
8749
  });
8789
8750
  case "error":
8790
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_XCircleIcon.default, {
8751
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_lucide_react10.CircleXIcon, {
8791
8752
  className: "text-cc-Icon-Featured-icon-fg-Error w-6 h-6"
8792
8753
  });
8793
8754
  }
@@ -8883,7 +8844,7 @@ var Modal = function(_param) {
8883
8844
  className: cn("absolute right-4 top-4", isNotification && "top-5", closeClassName),
8884
8845
  children: [
8885
8846
  /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(IconButton, {
8886
- icon: import_XMarkIcon.default,
8847
+ icon: import_lucide_react10.XIcon,
8887
8848
  size: "md",
8888
8849
  variant: "plain",
8889
8850
  color: "gray",
@@ -8949,8 +8910,7 @@ function ModalBody(_param) {
8949
8910
  }
8950
8911
  ModalBody.displayName = "ModalBody";
8951
8912
  // src/components/search-bar.tsx
8952
- var import_MagnifyingGlassIcon = __toESM(require("@heroicons/react/24/outline/esm/MagnifyingGlassIcon"), 1);
8953
- var import_XMarkIcon2 = __toESM(require("@heroicons/react/24/outline/esm/XMarkIcon"), 1);
8913
+ var import_lucide_react11 = require("lucide-react");
8954
8914
  var import_class_variance_authority13 = require("class-variance-authority");
8955
8915
  var React28 = __toESM(require("react"), 1);
8956
8916
  var import_react13 = require("react");
@@ -8992,7 +8952,7 @@ function SearchBar(_param) {
8992
8952
  }), className),
8993
8953
  children: [
8994
8954
  /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, {
8995
- component: import_MagnifyingGlassIcon.default,
8955
+ component: import_lucide_react11.SearchIcon,
8996
8956
  size: "lg",
8997
8957
  className: "absolute top-1/2 -translate-y-1/2 left-3 z-10 text-Colors-Foreground-Subtlest cursor-pointer",
8998
8958
  onClick: function() {
@@ -9028,7 +8988,7 @@ function SearchBar(_param) {
9028
8988
  },
9029
8989
  size: "sm",
9030
8990
  variant: "plain",
9031
- icon: import_XMarkIcon2.default
8991
+ icon: import_lucide_react11.XIcon
9032
8992
  })
9033
8993
  ]
9034
8994
  });
@@ -11702,9 +11662,8 @@ function TopNavigationBar(param) {
11702
11662
  });
11703
11663
  }
11704
11664
  // src/components/select.tsx
11705
- var import_outline = require("@heroicons/react/24/outline");
11706
11665
  var SelectPrimitive = __toESM(require("@radix-ui/react-select"), 1);
11707
- var import_lucide_react9 = require("lucide-react");
11666
+ var import_lucide_react12 = require("lucide-react");
11708
11667
  var React33 = __toESM(require("react"), 1);
11709
11668
  var import_jsx_runtime45 = require("react/jsx-runtime");
11710
11669
  var Select = React33.forwardRef(function(_param, ref) {
@@ -11764,7 +11723,7 @@ var SelectTrigger = React33.forwardRef(function(_param, ref) {
11764
11723
  children,
11765
11724
  /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(SelectPrimitive.Icon, {
11766
11725
  asChild: true,
11767
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react9.ChevronDown, {
11726
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react12.ChevronDown, {
11768
11727
  className: "select-chevron h-5 w-5 text-Colors-Foreground-Subtle duration-200"
11769
11728
  })
11770
11729
  })
@@ -11780,7 +11739,7 @@ var SelectScrollUpButton = React33.forwardRef(function(_param, ref) {
11780
11739
  ref: ref,
11781
11740
  className: cn("flex cursor-default items-center justify-center py-1", className)
11782
11741
  }, props), {
11783
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react9.ChevronUp, {
11742
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react12.ChevronUp, {
11784
11743
  className: "h-4 w-4"
11785
11744
  })
11786
11745
  }));
@@ -11794,7 +11753,7 @@ var SelectScrollDownButton = React33.forwardRef(function(_param, ref) {
11794
11753
  ref: ref,
11795
11754
  className: cn("flex cursor-default items-center justify-center py-1", className)
11796
11755
  }, props), {
11797
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react9.ChevronDown, {
11756
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react12.ChevronDown, {
11798
11757
  className: "h-4 w-4"
11799
11758
  })
11800
11759
  }));
@@ -11888,7 +11847,7 @@ var SelectItem = React33.forwardRef(function(_param, ref) {
11888
11847
  /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", {
11889
11848
  className: "flex h-4 w-4 items-center justify-center",
11890
11849
  children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(SelectPrimitive.ItemIndicator, {
11891
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_outline.CheckIcon, {
11850
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react12.CheckIcon, {
11892
11851
  className: "h-4 w-4 text-Colors-Foreground-Subtle stroke-[2px]"
11893
11852
  })
11894
11853
  })
@@ -11909,7 +11868,7 @@ var SelectSeparator = React33.forwardRef(function(_param, ref) {
11909
11868
  SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
11910
11869
  // src/components/multiple-selector.tsx
11911
11870
  var import_cmdk2 = require("cmdk");
11912
- var import_lucide_react10 = require("lucide-react");
11871
+ var import_lucide_react13 = require("lucide-react");
11913
11872
  var React34 = __toESM(require("react"), 1);
11914
11873
  var import_react16 = require("react");
11915
11874
  var import_jsx_runtime46 = require("react/jsx-runtime");
@@ -12374,7 +12333,7 @@ var MultipleSelector = React34.forwardRef(function(param, ref) {
12374
12333
  onClick: function() {
12375
12334
  return handleUnselect(option);
12376
12335
  },
12377
- children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_lucide_react10.X, {
12336
+ children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_lucide_react13.X, {
12378
12337
  className: "hover:text-foreground text-subtler h-3 w-3"
12379
12338
  })
12380
12339
  })
@@ -12425,7 +12384,7 @@ var MultipleSelector = React34.forwardRef(function(param, ref) {
12425
12384
  },
12426
12385
  variant: "plain",
12427
12386
  size: "sm",
12428
- icon: import_lucide_react10.X,
12387
+ icon: import_lucide_react13.X,
12429
12388
  className: cn("text-Colors-Text-Subtle h-6 w-6 p-0", (hideClearAllButton || disabled || selected.length < 1 || selected.filter(function(s) {
12430
12389
  return s.fixed;
12431
12390
  }).length === selected.length) && "hidden")
@@ -12433,7 +12392,7 @@ var MultipleSelector = React34.forwardRef(function(param, ref) {
12433
12392
  selected.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(IconButton, {
12434
12393
  variant: "plain",
12435
12394
  size: "sm",
12436
- icon: import_lucide_react10.ChevronDown,
12395
+ icon: import_lucide_react13.ChevronDown,
12437
12396
  className: cn("text-Colors-Text-Subtle mr-3 h-6 w-6 p-0", open && "rotate-180"),
12438
12397
  onClick: function() {
12439
12398
  return setOpen(!open);
@@ -12540,7 +12499,7 @@ MultipleSelector.displayName = "MultipleSelector";
12540
12499
  // src/components/sheet.tsx
12541
12500
  var SheetPrimitive = __toESM(require("@radix-ui/react-dialog"), 1);
12542
12501
  var import_class_variance_authority14 = require("class-variance-authority");
12543
- var import_lucide_react11 = require("lucide-react");
12502
+ var import_lucide_react14 = require("lucide-react");
12544
12503
  var React35 = __toESM(require("react"), 1);
12545
12504
  var import_jsx_runtime47 = require("react/jsx-runtime");
12546
12505
  var Sheet = SheetPrimitive.Root;
@@ -12591,7 +12550,7 @@ var SheetContent = React35.forwardRef(function(_param, ref) {
12591
12550
  /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(SheetPrimitive.Close, {
12592
12551
  className: "absolute right-4 top-4 rounded-xxs opacity-70 ring-offset-white transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-slate-950 focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-slate-100 dark:ring-offset-slate-950 dark:focus:ring-slate-300 dark:data-[state=open]:bg-slate-800",
12593
12552
  children: [
12594
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_lucide_react11.X, {
12553
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_lucide_react14.X, {
12595
12554
  className: "h-4 w-4"
12596
12555
  }),
12597
12556
  /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", {
@@ -12753,7 +12712,7 @@ var SliderSingle = React36.forwardRef(function(_param, ref) {
12753
12712
  SliderSingle.displayName = "SliderSingle";
12754
12713
  // src/components/spinner.tsx
12755
12714
  var import_class_variance_authority15 = require("class-variance-authority");
12756
- var import_lucide_react12 = require("lucide-react");
12715
+ var import_lucide_react15 = require("lucide-react");
12757
12716
  var import_jsx_runtime50 = require("react/jsx-runtime");
12758
12717
  var spinnerVariants = (0, import_class_variance_authority15.cva)("animate-spin", {
12759
12718
  variants: {
@@ -12786,7 +12745,7 @@ var spinnerVariants = (0, import_class_variance_authority15.cva)("animate-spin",
12786
12745
  });
12787
12746
  function Spinner(props) {
12788
12747
  var size = props.size, speed = props.speed, color = props.color, className = props.className;
12789
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_lucide_react12.Loader2, {
12748
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_lucide_react15.LoaderCircleIcon, {
12790
12749
  className: cn(spinnerVariants({
12791
12750
  size: size,
12792
12751
  speed: speed,
@@ -13398,7 +13357,7 @@ function Chips(props) {
13398
13357
  }
13399
13358
  // src/components/button/link-button.tsx
13400
13359
  var import_react_slot5 = require("@radix-ui/react-slot");
13401
- var import_lucide_react13 = require("lucide-react");
13360
+ var import_lucide_react16 = require("lucide-react");
13402
13361
  var React42 = __toESM(require("react"), 1);
13403
13362
  var import_jsx_runtime57 = require("react/jsx-runtime");
13404
13363
  var LinkButton = React42.forwardRef(function(_param, ref) {
@@ -13436,7 +13395,7 @@ var LinkButton = React42.forwardRef(function(_param, ref) {
13436
13395
  children: [
13437
13396
  loading && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", {
13438
13397
  className: "absolute left-1/2 top-1/2 flex -translate-x-1/2 -translate-y-1/2 items-center justify-center",
13439
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_lucide_react13.Loader2, {
13398
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_lucide_react16.Loader2, {
13440
13399
  className: cn(iconVariants2({
13441
13400
  variant: "link",
13442
13401
  size: size
@@ -13602,7 +13561,7 @@ var NoPageState = function(args) {
13602
13561
  var ToastPrimitives = __toESM(require("@radix-ui/react-toast"), 1);
13603
13562
  var import_class_variance_authority20 = require("class-variance-authority");
13604
13563
  var React43 = __toESM(require("react"), 1);
13605
- var import_XMarkIcon3 = __toESM(require("@heroicons/react/24/outline/esm/XMarkIcon"), 1);
13564
+ var import_lucide_react17 = require("lucide-react");
13606
13565
  var import_jsx_runtime59 = require("react/jsx-runtime");
13607
13566
  var ToastProvider = ToastPrimitives.Provider;
13608
13567
  var viewportPositionVariants = (0, import_class_variance_authority20.cva)("fixed z-[1000001] flex max-h-screen w-max-content p-0 gap-2", {
@@ -13694,7 +13653,7 @@ var ToastClose = React43.forwardRef(function(_param, ref) {
13694
13653
  className: cn("absolute right-4 top-4 rounded-sm p-1 text-slate-950/50 transition-opacity hover:text-slate-950 outline-none focus:outline-none focus:ring-2 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600 dark:text-slate-50/50 dark:hover:text-slate-50", className),
13695
13654
  "toast-close": ""
13696
13655
  }, props), {
13697
- children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_XMarkIcon3.default, {
13656
+ children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_lucide_react17.XIcon, {
13698
13657
  className: "h-5 w-5"
13699
13658
  })
13700
13659
  }));
@@ -13720,10 +13679,6 @@ var ToastDescription = React43.forwardRef(function(_param, ref) {
13720
13679
  }, props));
13721
13680
  });
13722
13681
  ToastDescription.displayName = ToastPrimitives.Description.displayName;
13723
- // src/components/toast/toaster.tsx
13724
- var import_CheckCircleIcon2 = __toESM(require("@heroicons/react/24/outline/esm/CheckCircleIcon"), 1);
13725
- var import_InformationCircleIcon2 = __toESM(require("@heroicons/react/24/outline/esm/InformationCircleIcon"), 1);
13726
- var import_XCircleIcon2 = __toESM(require("@heroicons/react/24/outline/esm/XCircleIcon"), 1);
13727
13682
  // src/components/toast/use-toast.tsx
13728
13683
  var React44 = __toESM(require("react"), 1);
13729
13684
  var import_jsx_runtime60 = require("react/jsx-runtime");
@@ -13898,7 +13853,7 @@ function useToast() {
13898
13853
  }
13899
13854
  // src/components/toast/toaster.tsx
13900
13855
  var import_react17 = __toESM(require("react"), 1);
13901
- var import_outline2 = require("@heroicons/react/24/outline");
13856
+ var import_lucide_react18 = require("lucide-react");
13902
13857
  var import_jsx_runtime61 = require("react/jsx-runtime");
13903
13858
  function Toaster() {
13904
13859
  var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_position = _ref.position, position = _ref_position === void 0 ? "top-right" : _ref_position;
@@ -13936,19 +13891,19 @@ function Toaster() {
13936
13891
  var renderIcon3 = function(variant2) {
13937
13892
  switch(variant2){
13938
13893
  case "info":
13939
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_InformationCircleIcon2.default, {
13894
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_lucide_react18.InfoIcon, {
13940
13895
  className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Info"
13941
13896
  });
13942
13897
  case "success":
13943
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_CheckCircleIcon2.default, {
13898
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_lucide_react18.CircleCheckIcon, {
13944
13899
  className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Success"
13945
13900
  });
13946
13901
  case "warning":
13947
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_outline2.ExclamationTriangleIcon, {
13902
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_lucide_react18.TriangleAlertIcon, {
13948
13903
  className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Warning"
13949
13904
  });
13950
13905
  case "error":
13951
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_XCircleIcon2.default, {
13906
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_lucide_react18.CircleXIcon, {
13952
13907
  className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Error"
13953
13908
  });
13954
13909
  }
@@ -14191,12 +14146,8 @@ function Swiper(props) {
14191
14146
  });
14192
14147
  }
14193
14148
  // src/components/custom-notification.tsx
14194
- var import_XMarkIcon4 = __toESM(require("@heroicons/react/24/outline/esm/XMarkIcon"), 1);
14195
- var import_CheckCircleIcon3 = __toESM(require("@heroicons/react/24/solid/esm/CheckCircleIcon"), 1);
14196
- var import_ExclamationCircleIcon = __toESM(require("@heroicons/react/24/solid/esm/ExclamationCircleIcon"), 1);
14197
- var import_InformationCircleIcon3 = __toESM(require("@heroicons/react/24/solid/esm/InformationCircleIcon"), 1);
14198
- var import_XCircleIcon3 = __toESM(require("@heroicons/react/24/solid/esm/XCircleIcon"), 1);
14199
14149
  var import_react_hot_toast = require("react-hot-toast");
14150
+ var import_lucide_react19 = require("lucide-react");
14200
14151
  var import_jsx_runtime63 = require("react/jsx-runtime");
14201
14152
  function CustomNotification(param) {
14202
14153
  var tProps = param.tProps, customProps = param.customProps;
@@ -14214,16 +14165,16 @@ function CustomNotification(param) {
14214
14165
  !loading && type && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", {
14215
14166
  className: "flex flex-shrink-0 items-center",
14216
14167
  children: [
14217
- type === "info" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_InformationCircleIcon3.default, {
14168
+ type === "info" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_lucide_react19.InfoIcon, {
14218
14169
  className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Info"
14219
14170
  }),
14220
- type === "success" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_CheckCircleIcon3.default, {
14171
+ type === "success" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_lucide_react19.CircleCheckIcon, {
14221
14172
  className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Success"
14222
14173
  }),
14223
- type === "warning" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_ExclamationCircleIcon.default, {
14174
+ type === "warning" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_lucide_react19.CircleAlertIcon, {
14224
14175
  className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Warning"
14225
14176
  }),
14226
- type === "error" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_XCircleIcon3.default, {
14177
+ type === "error" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_lucide_react19.CircleXIcon, {
14227
14178
  className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Error"
14228
14179
  })
14229
14180
  ]
@@ -14259,7 +14210,7 @@ function CustomNotification(param) {
14259
14210
  isClosable && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(IconButton, {
14260
14211
  size: "sm",
14261
14212
  variant: "plain",
14262
- icon: import_XMarkIcon4.default,
14213
+ icon: import_lucide_react19.XIcon,
14263
14214
  onClick: function() {
14264
14215
  return import_react_hot_toast.toast.dismiss(id);
14265
14216
  },
@@ -14438,36 +14389,12 @@ var WindowIcon = React47.forwardRef(function(props, ref) {
14438
14389
  })
14439
14390
  }));
14440
14391
  });
14441
- // src/components/icons/outline/CheckCircleIcon.tsx
14392
+ // src/components/icons/outline/PencilSquareIcon.tsx
14442
14393
  var React48 = __toESM(require("react"), 1);
14443
14394
  var import_jsx_runtime67 = require("react/jsx-runtime");
14444
- var CheckCircleIcon4 = React48.forwardRef(function(props, ref) {
14395
+ var PencilSquareIcon = React48.forwardRef(function(props, ref) {
14445
14396
  return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14446
- children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", {
14447
- ref: ref,
14448
- className: "w-full h-full",
14449
- viewBox: "0 0 24 24",
14450
- fill: "currentColor",
14451
- xmlns: "http://www.w3.org/2000/svg",
14452
- children: [
14453
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", {
14454
- d: "M15.4359 9.1397C15.773 9.38046 15.8511 9.84887 15.6103 10.1859L11.8603 15.4359C11.7322 15.6153 11.5316 15.7293 11.3119 15.7474C11.0921 15.7656 10.8756 15.6862 10.7197 15.5303L8.46967 13.2803C8.17678 12.9874 8.17678 12.5126 8.46967 12.2197C8.76256 11.9268 9.23744 11.9268 9.53033 12.2197L11.1543 13.8436L14.3897 9.31407C14.6305 8.97701 15.0989 8.89894 15.4359 9.1397Z"
14455
- }),
14456
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", {
14457
- fillRule: "evenodd",
14458
- clipRule: "evenodd",
14459
- d: "M2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75Z"
14460
- })
14461
- ]
14462
- })
14463
- }));
14464
- });
14465
- // src/components/icons/outline/PencilSquareIcon.tsx
14466
- var React49 = __toESM(require("react"), 1);
14467
- var import_jsx_runtime68 = require("react/jsx-runtime");
14468
- var PencilSquareIcon = React49.forwardRef(function(props, ref) {
14469
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14470
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", {
14397
+ children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", {
14471
14398
  ref: ref,
14472
14399
  className: "w-full h-full",
14473
14400
  xmlns: "http://www.w3.org/2000/svg",
@@ -14475,7 +14402,7 @@ var PencilSquareIcon = React49.forwardRef(function(props, ref) {
14475
14402
  viewBox: "0 0 24 24",
14476
14403
  strokeWidth: "1.5",
14477
14404
  stroke: "currentColor",
14478
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", {
14405
+ children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", {
14479
14406
  strokeLinecap: "round",
14480
14407
  strokeLinejoin: "round",
14481
14408
  d: "m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10"
@@ -14484,35 +14411,35 @@ var PencilSquareIcon = React49.forwardRef(function(props, ref) {
14484
14411
  }));
14485
14412
  });
14486
14413
  // src/components/icons/outline/ConfigIcon.tsx
14487
- var React50 = __toESM(require("react"), 1);
14488
- var import_jsx_runtime69 = require("react/jsx-runtime");
14489
- var ConfigIcon = React50.forwardRef(function(props, ref) {
14490
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14491
- children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", {
14414
+ var React49 = __toESM(require("react"), 1);
14415
+ var import_jsx_runtime68 = require("react/jsx-runtime");
14416
+ var ConfigIcon = React49.forwardRef(function(props, ref) {
14417
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14418
+ children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", {
14492
14419
  width: "18",
14493
14420
  height: "18",
14494
14421
  viewBox: "0 0 18 18",
14495
14422
  fill: "none",
14496
14423
  xmlns: "http://www.w3.org/2000/svg",
14497
14424
  className: "cursor-pointer",
14498
- children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("g", {
14425
+ children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("g", {
14499
14426
  id: "wrapper",
14500
- children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("g", {
14427
+ children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", {
14501
14428
  id: "Union",
14502
14429
  children: [
14503
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", {
14430
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", {
14504
14431
  fillRule: "evenodd",
14505
14432
  clipRule: "evenodd",
14506
14433
  d: "M4.5 2.25C4.81066 2.25 5.0625 2.50184 5.0625 2.8125L5.0625 9.65852C5.71792 9.89018 6.1875 10.5153 6.1875 11.25C6.1875 11.9847 5.71792 12.6098 5.0625 12.8415V15.1875C5.0625 15.4982 4.81066 15.75 4.5 15.75C4.18934 15.75 3.9375 15.4982 3.9375 15.1875V12.8415C3.28208 12.6098 2.8125 11.9847 2.8125 11.25C2.8125 10.5153 3.28208 9.89018 3.9375 9.65852L3.9375 2.8125C3.9375 2.50184 4.18934 2.25 4.5 2.25ZM4.5 10.6875C4.18934 10.6875 3.9375 10.9393 3.9375 11.25C3.9375 11.5607 4.18934 11.8125 4.5 11.8125C4.81066 11.8125 5.0625 11.5607 5.0625 11.25C5.0625 10.9393 4.81066 10.6875 4.5 10.6875Z",
14507
14434
  fill: "#6D7175"
14508
14435
  }),
14509
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", {
14436
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", {
14510
14437
  fillRule: "evenodd",
14511
14438
  clipRule: "evenodd",
14512
14439
  d: "M9 2.25C9.31066 2.25 9.5625 2.50184 9.5625 2.8125V5.15852C10.2179 5.39018 10.6875 6.01525 10.6875 6.75C10.6875 7.48475 10.2179 8.10982 9.5625 8.34148V15.1875C9.5625 15.4982 9.31066 15.75 9 15.75C8.68934 15.75 8.4375 15.4982 8.4375 15.1875V8.34148C7.78208 8.10982 7.3125 7.48475 7.3125 6.75C7.3125 6.01525 7.78208 5.39018 8.4375 5.15852V2.8125C8.4375 2.50184 8.68934 2.25 9 2.25ZM9 6.1875C8.68934 6.1875 8.4375 6.43934 8.4375 6.75C8.4375 7.06066 8.68934 7.3125 9 7.3125C9.31066 7.3125 9.5625 7.06066 9.5625 6.75C9.5625 6.43934 9.31066 6.1875 9 6.1875Z",
14513
14440
  fill: "#6D7175"
14514
14441
  }),
14515
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", {
14442
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", {
14516
14443
  fillRule: "evenodd",
14517
14444
  clipRule: "evenodd",
14518
14445
  d: "M13.5 2.25C13.8107 2.25 14.0625 2.50184 14.0625 2.8125V9.65852C14.7179 9.89018 15.1875 10.5153 15.1875 11.25C15.1875 11.9847 14.7179 12.6098 14.0625 12.8415L14.0625 15.1875C14.0625 15.4982 13.8107 15.75 13.5 15.75C13.1893 15.75 12.9375 15.4982 12.9375 15.1875L12.9375 12.8415C12.2821 12.6098 11.8125 11.9847 11.8125 11.25C11.8125 10.5153 12.2821 9.89018 12.9375 9.65852V2.8125C12.9375 2.50184 13.1893 2.25 13.5 2.25ZM13.5 10.6875C13.1893 10.6875 12.9375 10.9393 12.9375 11.25C12.9375 11.5607 13.1893 11.8125 13.5 11.8125C13.8107 11.8125 14.0625 11.5607 14.0625 11.25C14.0625 10.9393 13.8107 10.6875 13.5 10.6875Z",
@@ -14526,17 +14453,17 @@ var ConfigIcon = React50.forwardRef(function(props, ref) {
14526
14453
  });
14527
14454
  // src/components/icons/outline/FilterIcon.tsx
14528
14455
  var import_react21 = __toESM(require("react"), 1);
14529
- var import_jsx_runtime70 = require("react/jsx-runtime");
14456
+ var import_jsx_runtime69 = require("react/jsx-runtime");
14530
14457
  var FilterIcon = import_react21.default.forwardRef(function(props, ref) {
14531
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14532
- children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", {
14458
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14459
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", {
14533
14460
  className: props === null || props === void 0 ? void 0 : props.className,
14534
14461
  width: "22",
14535
14462
  height: "22",
14536
14463
  viewBox: "0 0 22 22",
14537
14464
  fill: "none",
14538
14465
  xmlns: "http://www.w3.org/2000/svg",
14539
- children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", {
14466
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", {
14540
14467
  fillRule: "evenodd",
14541
14468
  clipRule: "evenodd",
14542
14469
  fill: "currentColor",
@@ -14546,38 +14473,38 @@ var FilterIcon = import_react21.default.forwardRef(function(props, ref) {
14546
14473
  }));
14547
14474
  });
14548
14475
  // src/components/icons/solid/CaretDownIcon.tsx
14549
- var React52 = __toESM(require("react"), 1);
14550
- var import_jsx_runtime71 = require("react/jsx-runtime");
14551
- var CaretDownIcon = React52.forwardRef(function(props, ref) {
14552
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14553
- children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", {
14476
+ var React51 = __toESM(require("react"), 1);
14477
+ var import_jsx_runtime70 = require("react/jsx-runtime");
14478
+ var CaretDownIcon = React51.forwardRef(function(props, ref) {
14479
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14480
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", {
14554
14481
  ref: ref,
14555
14482
  className: "w-full h-full",
14556
14483
  viewBox: "0 0 24 24",
14557
14484
  fill: "currentColor",
14558
14485
  xmlns: "http://www.w3.org/2000/svg",
14559
- children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", {
14486
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", {
14560
14487
  d: "M13.5119 17.7818C12.7143 18.7028 11.2857 18.7028 10.4881 17.7818L2.74159 8.83689C1.61984 7.54161 2.53995 5.52759 4.25345 5.52759L19.7466 5.52759C21.4601 5.52759 22.3802 7.54161 21.2584 8.8369L13.5119 17.7818Z"
14561
14488
  })
14562
14489
  })
14563
14490
  }));
14564
14491
  });
14565
14492
  // src/components/icons/solid/CodeIcon.tsx
14566
- var React53 = __toESM(require("react"), 1);
14567
- var import_jsx_runtime72 = require("react/jsx-runtime");
14568
- var CodeIcon = React53.forwardRef(function(props, ref) {
14569
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14570
- children: /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", {
14493
+ var React52 = __toESM(require("react"), 1);
14494
+ var import_jsx_runtime71 = require("react/jsx-runtime");
14495
+ var CodeIcon = React52.forwardRef(function(props, ref) {
14496
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14497
+ children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", {
14571
14498
  ref: ref,
14572
14499
  className: "w-full h-full",
14573
14500
  viewBox: "0 0 24 24",
14574
14501
  fill: "currentColor",
14575
14502
  xmlns: "http://www.w3.org/2000/svg",
14576
14503
  children: [
14577
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", {
14504
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", {
14578
14505
  d: "M15.3995 7.375C15.6066 7.01628 15.4837 6.55759 15.125 6.35048C14.7663 6.14337 14.3076 6.26628 14.1005 6.625L8.35048 16.5843C8.14337 16.943 8.26628 17.4017 8.625 17.6088C8.98372 17.8159 9.44241 17.693 9.64952 17.3343L15.3995 7.375Z"
14579
14506
  }),
14580
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", {
14507
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", {
14581
14508
  fillRule: "evenodd",
14582
14509
  clipRule: "evenodd",
14583
14510
  d: "M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM4.5 6C4.5 5.17157 5.17157 4.5 6 4.5H18C18.8284 4.5 19.5 5.17157 19.5 6V18C19.5 18.8284 18.8284 19.5 18 19.5H6C5.17157 19.5 4.5 18.8284 4.5 18V6Z"
@@ -14587,17 +14514,17 @@ var CodeIcon = React53.forwardRef(function(props, ref) {
14587
14514
  }));
14588
14515
  });
14589
14516
  // src/components/icons/solid/DragIcon.tsx
14590
- var React54 = __toESM(require("react"), 1);
14591
- var import_jsx_runtime73 = require("react/jsx-runtime");
14592
- var DragIcon = React54.forwardRef(function(props, ref) {
14593
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14594
- children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", {
14517
+ var React53 = __toESM(require("react"), 1);
14518
+ var import_jsx_runtime72 = require("react/jsx-runtime");
14519
+ var DragIcon = React53.forwardRef(function(props, ref) {
14520
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14521
+ children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", {
14595
14522
  ref: ref,
14596
14523
  className: "w-full h-full",
14597
14524
  viewBox: "0 0 24 24",
14598
14525
  fill: "currentColor",
14599
14526
  xmlns: "http://www.w3.org/2000/svg",
14600
- children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", {
14527
+ children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", {
14601
14528
  fillRule: "evenodd",
14602
14529
  clipRule: "evenodd",
14603
14530
  d: "M7.5 5C7.5 4.17157 8.17157 3.5 9 3.5C9.82843 3.5 10.5 4.17157 10.5 5C10.5 5.82843 9.82843 6.5 9 6.5C8.17157 6.5 7.5 5.82843 7.5 5ZM13.5 5C13.5 4.17157 14.1716 3.5 15 3.5C15.8284 3.5 16.5 4.17157 16.5 5C16.5 5.82843 15.8284 6.5 15 6.5C14.1716 6.5 13.5 5.82843 13.5 5ZM7.5 12C7.5 11.1716 8.17157 10.5 9 10.5C9.82843 10.5 10.5 11.1716 10.5 12C10.5 12.8284 9.82843 13.5 9 13.5C8.17157 13.5 7.5 12.8284 7.5 12ZM13.5 12C13.5 11.1716 14.1716 10.5 15 10.5C15.8284 10.5 16.5 11.1716 16.5 12C16.5 12.8284 15.8284 13.5 15 13.5C14.1716 13.5 13.5 12.8284 13.5 12ZM7.5 19C7.5 18.1716 8.17157 17.5 9 17.5C9.82843 17.5 10.5 18.1716 10.5 19C10.5 19.8284 9.82843 20.5 9 20.5C8.17157 20.5 7.5 19.8284 7.5 19ZM13.5 19C13.5 18.1716 14.1716 17.5 15 17.5C15.8284 17.5 16.5 18.1716 16.5 19C16.5 19.8284 15.8284 20.5 15 20.5C14.1716 20.5 13.5 19.8284 13.5 19Z"
@@ -14606,17 +14533,17 @@ var DragIcon = React54.forwardRef(function(props, ref) {
14606
14533
  }));
14607
14534
  });
14608
14535
  // src/components/icons/solid/RectangleGroupIcon.tsx
14609
- var React55 = __toESM(require("react"), 1);
14610
- var import_jsx_runtime74 = require("react/jsx-runtime");
14611
- var RectangleGroupIcon = React55.forwardRef(function(props, ref) {
14612
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14613
- children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", {
14536
+ var React54 = __toESM(require("react"), 1);
14537
+ var import_jsx_runtime73 = require("react/jsx-runtime");
14538
+ var RectangleGroupIcon = React54.forwardRef(function(props, ref) {
14539
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
14540
+ children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", {
14614
14541
  ref: ref,
14615
14542
  className: "w-full h-full",
14616
14543
  viewBox: "0 0 24 24",
14617
14544
  fill: "currentColor",
14618
14545
  xmlns: "http://www.w3.org/2000/svg",
14619
- children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", {
14546
+ children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", {
14620
14547
  fillRule: "evenodd",
14621
14548
  clipRule: "evenodd",
14622
14549
  d: "M1.5 7.125C1.5 6.08947 2.33947 5.25 3.375 5.25H9.375C10.4105 5.25 11.25 6.08947 11.25 7.125V10.875C11.25 11.9105 10.4105 12.75 9.375 12.75H3.375C2.33947 12.75 1.5 11.9105 1.5 10.875V7.125ZM13.5 8.625C13.5 7.58947 14.3395 6.75 15.375 6.75H20.625C21.6605 6.75 22.5 7.58947 22.5 8.625V16.875C22.5 17.9105 21.6605 18.75 20.625 18.75H15.375C14.3395 18.75 13.5 17.9105 13.5 16.875V8.625ZM3 16.125C3 15.0895 3.83947 14.25 4.875 14.25H10.125C11.1605 14.25 12 15.0895 12 16.125V18.375C12 19.4105 11.1605 20.25 10.125 20.25H4.875C3.83947 20.25 3 19.4105 3 18.375V16.125Z"
@@ -14652,7 +14579,6 @@ var RectangleGroupIcon = React55.forwardRef(function(props, ref) {
14652
14579
  Badge: Badge,
14653
14580
  Button: Button,
14654
14581
  CaretDownIcon: CaretDownIcon,
14655
- CheckCircleIcon: CheckCircleIcon,
14656
14582
  Checkbox: Checkbox,
14657
14583
  Chips: Chips,
14658
14584
  CodeIcon: CodeIcon,