myshell-react-lib 0.1.81 → 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 +100 -142
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -13
- package/dist/index.d.ts +5 -13
- package/dist/index.js +76 -114
- package/dist/index.js.map +1 -1
- package/dist/styles/design2-dark.scss +7 -7
- package/dist/styles/design2-light.scss +18 -18
- package/dist/styles/new-tokens.scss +13 -5
- package/package.json +2 -3
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
|
},
|
|
@@ -5961,7 +5958,7 @@ AlertDialogCancel.displayName = AlertDialogPrimitive.Cancel.displayName;
|
|
|
5961
5958
|
var AspectRatioPrimitive = __toESM(require("@radix-ui/react-aspect-ratio"), 1);
|
|
5962
5959
|
var AspectRatio = AspectRatioPrimitive.Root;
|
|
5963
5960
|
// src/components/audio-player.tsx
|
|
5964
|
-
var
|
|
5961
|
+
var import_lucide_react3 = require("lucide-react");
|
|
5965
5962
|
var import_react_use3 = require("react-use");
|
|
5966
5963
|
// src/common/hooks/useAudioPlayer.tsx
|
|
5967
5964
|
var import_react4 = require("react");
|
|
@@ -6609,7 +6606,7 @@ function AudioPlayer(param) {
|
|
|
6609
6606
|
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(IconButton, {
|
|
6610
6607
|
className: "w-6 h-6",
|
|
6611
6608
|
onClick: onAudioToggle,
|
|
6612
|
-
children: paused ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
6609
|
+
children: paused ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_lucide_react3.PlayIcon, {
|
|
6613
6610
|
className: "w-3 h-3 ml-0.5"
|
|
6614
6611
|
}) : /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(AudioPlaying, {})
|
|
6615
6612
|
}),
|
|
@@ -6801,12 +6798,12 @@ function Badge(props) {
|
|
|
6801
6798
|
}
|
|
6802
6799
|
// src/components/cascader.tsx
|
|
6803
6800
|
var import_clsx2 = __toESM(require("clsx"), 1);
|
|
6804
|
-
var
|
|
6801
|
+
var import_lucide_react5 = require("lucide-react");
|
|
6805
6802
|
var import_react6 = require("react");
|
|
6806
6803
|
var import_react_use4 = require("react-use");
|
|
6807
6804
|
// src/components/dropdown-menu.tsx
|
|
6808
6805
|
var DropdownMenuPrimitive = __toESM(require("@radix-ui/react-dropdown-menu"), 1);
|
|
6809
|
-
var
|
|
6806
|
+
var import_lucide_react4 = require("lucide-react");
|
|
6810
6807
|
var React13 = __toESM(require("react"), 1);
|
|
6811
6808
|
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
6812
6809
|
var DropdownMenu = DropdownMenuPrimitive.Root;
|
|
@@ -6827,7 +6824,7 @@ var DropdownMenuSubTrigger = React13.forwardRef(function(_param, ref) {
|
|
|
6827
6824
|
}, props), {
|
|
6828
6825
|
children: [
|
|
6829
6826
|
children,
|
|
6830
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
6827
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react4.ChevronRight, {
|
|
6831
6828
|
className: "ml-auto h-4 w-4"
|
|
6832
6829
|
})
|
|
6833
6830
|
]
|
|
@@ -6882,7 +6879,7 @@ var DropdownMenuCheckboxItem = React13.forwardRef(function(_param, ref) {
|
|
|
6882
6879
|
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", {
|
|
6883
6880
|
className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
|
|
6884
6881
|
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(DropdownMenuPrimitive.ItemIndicator, {
|
|
6885
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
6882
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react4.Check, {
|
|
6886
6883
|
className: "h-4 w-4"
|
|
6887
6884
|
})
|
|
6888
6885
|
})
|
|
@@ -6905,7 +6902,7 @@ var DropdownMenuRadioItem = React13.forwardRef(function(_param, ref) {
|
|
|
6905
6902
|
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", {
|
|
6906
6903
|
className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
|
|
6907
6904
|
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(DropdownMenuPrimitive.ItemIndicator, {
|
|
6908
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
6905
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react4.Circle, {
|
|
6909
6906
|
className: "h-2 w-2 fill-current"
|
|
6910
6907
|
})
|
|
6911
6908
|
})
|
|
@@ -7027,11 +7024,11 @@ var Checkbox = React14.forwardRef(function(_param, ref) {
|
|
|
7027
7024
|
Checkbox.displayName = CheckboxPrimitive.Root.displayName;
|
|
7028
7025
|
// src/components/command.tsx
|
|
7029
7026
|
var import_cmdk = require("cmdk");
|
|
7030
|
-
var
|
|
7027
|
+
var import_lucide_react7 = require("lucide-react");
|
|
7031
7028
|
var React16 = __toESM(require("react"), 1);
|
|
7032
7029
|
// src/components/dialog.tsx
|
|
7033
7030
|
var DialogPrimitive = __toESM(require("@radix-ui/react-dialog"), 1);
|
|
7034
|
-
var
|
|
7031
|
+
var import_lucide_react6 = require("lucide-react");
|
|
7035
7032
|
var React15 = __toESM(require("react"), 1);
|
|
7036
7033
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
7037
7034
|
var Dialog = DialogPrimitive.Root;
|
|
@@ -7088,7 +7085,7 @@ var DialogContent = React15.forwardRef(function(_param, ref) {
|
|
|
7088
7085
|
onClose && onClose();
|
|
7089
7086
|
},
|
|
7090
7087
|
children: [
|
|
7091
|
-
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
7088
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_lucide_react6.X, {
|
|
7092
7089
|
className: "w-6 h-6 text-Colors-Foreground-Subtle"
|
|
7093
7090
|
}),
|
|
7094
7091
|
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", {
|
|
@@ -7175,7 +7172,7 @@ var CommandInput = React16.forwardRef(function(_param, ref) {
|
|
|
7175
7172
|
className: "flex items-center border-b px-3",
|
|
7176
7173
|
"cmdk-input-wrapper": "",
|
|
7177
7174
|
children: [
|
|
7178
|
-
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
7175
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_lucide_react7.Search, {
|
|
7179
7176
|
className: "mr-2 h-4 w-4 shrink-0 opacity-50"
|
|
7180
7177
|
}),
|
|
7181
7178
|
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_cmdk.Command.Input, _object_spread({
|
|
@@ -7244,7 +7241,7 @@ var CommandShortcut = function(_param) {
|
|
|
7244
7241
|
CommandShortcut.displayName = "CommandShortcut";
|
|
7245
7242
|
// src/components/context-menu.tsx
|
|
7246
7243
|
var ContextMenuPrimitive = __toESM(require("@radix-ui/react-context-menu"), 1);
|
|
7247
|
-
var
|
|
7244
|
+
var import_lucide_react8 = require("lucide-react");
|
|
7248
7245
|
var React17 = __toESM(require("react"), 1);
|
|
7249
7246
|
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
7250
7247
|
var ContextMenu = ContextMenuPrimitive.Root;
|
|
@@ -7265,7 +7262,7 @@ var ContextMenuSubTrigger = React17.forwardRef(function(_param, ref) {
|
|
|
7265
7262
|
}, props), {
|
|
7266
7263
|
children: [
|
|
7267
7264
|
children,
|
|
7268
|
-
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
7265
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react8.ChevronRight, {
|
|
7269
7266
|
className: "ml-auto h-4 w-4"
|
|
7270
7267
|
})
|
|
7271
7268
|
]
|
|
@@ -7321,7 +7318,7 @@ var ContextMenuCheckboxItem = React17.forwardRef(function(_param, ref) {
|
|
|
7321
7318
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", {
|
|
7322
7319
|
className: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center",
|
|
7323
7320
|
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ContextMenuPrimitive.ItemIndicator, {
|
|
7324
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
7321
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react8.Check, {
|
|
7325
7322
|
className: "h-4 w-4"
|
|
7326
7323
|
})
|
|
7327
7324
|
})
|
|
@@ -7343,7 +7340,7 @@ var ContextMenuRadioItem = React17.forwardRef(function(_param, ref) {
|
|
|
7343
7340
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", {
|
|
7344
7341
|
className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
|
|
7345
7342
|
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ContextMenuPrimitive.ItemIndicator, {
|
|
7346
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
7343
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react8.Circle, {
|
|
7347
7344
|
className: "h-2 w-2 fill-current"
|
|
7348
7345
|
})
|
|
7349
7346
|
})
|
|
@@ -8021,7 +8018,7 @@ var Masonry = function(param) {
|
|
|
8021
8018
|
// src/components/menubar.tsx
|
|
8022
8019
|
var React23 = __toESM(require("react"), 1);
|
|
8023
8020
|
var MenubarPrimitive = __toESM(require("@radix-ui/react-menubar"), 1);
|
|
8024
|
-
var
|
|
8021
|
+
var import_lucide_react9 = require("lucide-react");
|
|
8025
8022
|
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
8026
8023
|
var MenubarMenu = MenubarPrimitive.Menu;
|
|
8027
8024
|
var MenubarGroup = MenubarPrimitive.Group;
|
|
@@ -8060,7 +8057,7 @@ var MenubarSubTrigger = React23.forwardRef(function(_param, ref) {
|
|
|
8060
8057
|
}, props), {
|
|
8061
8058
|
children: [
|
|
8062
8059
|
children,
|
|
8063
|
-
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
8060
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_lucide_react9.ChevronRight, {
|
|
8064
8061
|
className: "ml-auto h-4 w-4"
|
|
8065
8062
|
})
|
|
8066
8063
|
]
|
|
@@ -8121,7 +8118,7 @@ var MenubarCheckboxItem = React23.forwardRef(function(_param, ref) {
|
|
|
8121
8118
|
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", {
|
|
8122
8119
|
className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
|
|
8123
8120
|
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(MenubarPrimitive.ItemIndicator, {
|
|
8124
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
8121
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_lucide_react9.Check, {
|
|
8125
8122
|
className: "h-4 w-4"
|
|
8126
8123
|
})
|
|
8127
8124
|
})
|
|
@@ -8144,7 +8141,7 @@ var MenubarRadioItem = React23.forwardRef(function(_param, ref) {
|
|
|
8144
8141
|
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", {
|
|
8145
8142
|
className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
|
|
8146
8143
|
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(MenubarPrimitive.ItemIndicator, {
|
|
8147
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
8144
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_lucide_react9.Circle, {
|
|
8148
8145
|
className: "h-2 w-2 fill-current"
|
|
8149
8146
|
})
|
|
8150
8147
|
})
|
|
@@ -8185,11 +8182,7 @@ var MenubarShortcut = function(_param) {
|
|
|
8185
8182
|
};
|
|
8186
8183
|
MenubarShortcut.displayname = "MenubarShortcut";
|
|
8187
8184
|
// src/components/modal.tsx
|
|
8188
|
-
var
|
|
8189
|
-
var import_ExclamationTriangleIcon = __toESM(require("@heroicons/react/24/outline/esm/ExclamationTriangleIcon"), 1);
|
|
8190
|
-
var import_InformationCircleIcon = __toESM(require("@heroicons/react/24/outline/esm/InformationCircleIcon"), 1);
|
|
8191
|
-
var import_XCircleIcon = __toESM(require("@heroicons/react/24/outline/esm/XCircleIcon"), 1);
|
|
8192
|
-
var import_XMarkIcon = __toESM(require("@heroicons/react/24/outline/esm/XMarkIcon"), 1);
|
|
8185
|
+
var import_lucide_react10 = require("lucide-react");
|
|
8193
8186
|
var DialogPrimitive2 = __toESM(require("@radix-ui/react-dialog"), 1);
|
|
8194
8187
|
// node_modules/@radix-ui/react-focus-scope/dist/index.mjs
|
|
8195
8188
|
var React26 = __toESM(require("react"), 1);
|
|
@@ -8703,7 +8696,7 @@ var Modal = function(_param) {
|
|
|
8703
8696
|
},
|
|
8704
8697
|
children: [
|
|
8705
8698
|
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(IconButton, {
|
|
8706
|
-
icon:
|
|
8699
|
+
icon: import_lucide_react10.XIcon,
|
|
8707
8700
|
size: "md",
|
|
8708
8701
|
variant: "plain",
|
|
8709
8702
|
color: "default",
|
|
@@ -8743,19 +8736,19 @@ var Modal = function(_param) {
|
|
|
8743
8736
|
var renderIcon3 = function(state2) {
|
|
8744
8737
|
switch(state2){
|
|
8745
8738
|
case "info":
|
|
8746
|
-
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
8739
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_lucide_react10.InfoIcon, {
|
|
8747
8740
|
className: "text-cc-Icon-Featured-icon-fg-Info w-6 h-6"
|
|
8748
8741
|
});
|
|
8749
8742
|
case "success":
|
|
8750
|
-
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
8743
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_lucide_react10.CircleCheckIcon, {
|
|
8751
8744
|
className: "text-cc-Icon-Featured-icon-fg-Success w-6 h-6"
|
|
8752
8745
|
});
|
|
8753
8746
|
case "warning":
|
|
8754
|
-
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
8747
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_lucide_react10.TriangleAlertIcon, {
|
|
8755
8748
|
className: "text-cc-Icon-Featured-icon-fg-Warning w-6 h-6"
|
|
8756
8749
|
});
|
|
8757
8750
|
case "error":
|
|
8758
|
-
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
8751
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_lucide_react10.CircleXIcon, {
|
|
8759
8752
|
className: "text-cc-Icon-Featured-icon-fg-Error w-6 h-6"
|
|
8760
8753
|
});
|
|
8761
8754
|
}
|
|
@@ -8851,7 +8844,7 @@ var Modal = function(_param) {
|
|
|
8851
8844
|
className: cn("absolute right-4 top-4", isNotification && "top-5", closeClassName),
|
|
8852
8845
|
children: [
|
|
8853
8846
|
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(IconButton, {
|
|
8854
|
-
icon:
|
|
8847
|
+
icon: import_lucide_react10.XIcon,
|
|
8855
8848
|
size: "md",
|
|
8856
8849
|
variant: "plain",
|
|
8857
8850
|
color: "gray",
|
|
@@ -8917,8 +8910,7 @@ function ModalBody(_param) {
|
|
|
8917
8910
|
}
|
|
8918
8911
|
ModalBody.displayName = "ModalBody";
|
|
8919
8912
|
// src/components/search-bar.tsx
|
|
8920
|
-
var
|
|
8921
|
-
var import_XMarkIcon2 = __toESM(require("@heroicons/react/24/outline/esm/XMarkIcon"), 1);
|
|
8913
|
+
var import_lucide_react11 = require("lucide-react");
|
|
8922
8914
|
var import_class_variance_authority13 = require("class-variance-authority");
|
|
8923
8915
|
var React28 = __toESM(require("react"), 1);
|
|
8924
8916
|
var import_react13 = require("react");
|
|
@@ -8960,7 +8952,7 @@ function SearchBar(_param) {
|
|
|
8960
8952
|
}), className),
|
|
8961
8953
|
children: [
|
|
8962
8954
|
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, {
|
|
8963
|
-
component:
|
|
8955
|
+
component: import_lucide_react11.SearchIcon,
|
|
8964
8956
|
size: "lg",
|
|
8965
8957
|
className: "absolute top-1/2 -translate-y-1/2 left-3 z-10 text-Colors-Foreground-Subtlest cursor-pointer",
|
|
8966
8958
|
onClick: function() {
|
|
@@ -8996,7 +8988,7 @@ function SearchBar(_param) {
|
|
|
8996
8988
|
},
|
|
8997
8989
|
size: "sm",
|
|
8998
8990
|
variant: "plain",
|
|
8999
|
-
icon:
|
|
8991
|
+
icon: import_lucide_react11.XIcon
|
|
9000
8992
|
})
|
|
9001
8993
|
]
|
|
9002
8994
|
});
|
|
@@ -11670,9 +11662,8 @@ function TopNavigationBar(param) {
|
|
|
11670
11662
|
});
|
|
11671
11663
|
}
|
|
11672
11664
|
// src/components/select.tsx
|
|
11673
|
-
var import_outline = require("@heroicons/react/24/outline");
|
|
11674
11665
|
var SelectPrimitive = __toESM(require("@radix-ui/react-select"), 1);
|
|
11675
|
-
var
|
|
11666
|
+
var import_lucide_react12 = require("lucide-react");
|
|
11676
11667
|
var React33 = __toESM(require("react"), 1);
|
|
11677
11668
|
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
11678
11669
|
var Select = React33.forwardRef(function(_param, ref) {
|
|
@@ -11732,7 +11723,7 @@ var SelectTrigger = React33.forwardRef(function(_param, ref) {
|
|
|
11732
11723
|
children,
|
|
11733
11724
|
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(SelectPrimitive.Icon, {
|
|
11734
11725
|
asChild: true,
|
|
11735
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
11726
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react12.ChevronDown, {
|
|
11736
11727
|
className: "select-chevron h-5 w-5 text-Colors-Foreground-Subtle duration-200"
|
|
11737
11728
|
})
|
|
11738
11729
|
})
|
|
@@ -11748,7 +11739,7 @@ var SelectScrollUpButton = React33.forwardRef(function(_param, ref) {
|
|
|
11748
11739
|
ref: ref,
|
|
11749
11740
|
className: cn("flex cursor-default items-center justify-center py-1", className)
|
|
11750
11741
|
}, props), {
|
|
11751
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
11742
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react12.ChevronUp, {
|
|
11752
11743
|
className: "h-4 w-4"
|
|
11753
11744
|
})
|
|
11754
11745
|
}));
|
|
@@ -11762,7 +11753,7 @@ var SelectScrollDownButton = React33.forwardRef(function(_param, ref) {
|
|
|
11762
11753
|
ref: ref,
|
|
11763
11754
|
className: cn("flex cursor-default items-center justify-center py-1", className)
|
|
11764
11755
|
}, props), {
|
|
11765
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
11756
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react12.ChevronDown, {
|
|
11766
11757
|
className: "h-4 w-4"
|
|
11767
11758
|
})
|
|
11768
11759
|
}));
|
|
@@ -11856,7 +11847,7 @@ var SelectItem = React33.forwardRef(function(_param, ref) {
|
|
|
11856
11847
|
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", {
|
|
11857
11848
|
className: "flex h-4 w-4 items-center justify-center",
|
|
11858
11849
|
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(SelectPrimitive.ItemIndicator, {
|
|
11859
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
11850
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react12.CheckIcon, {
|
|
11860
11851
|
className: "h-4 w-4 text-Colors-Foreground-Subtle stroke-[2px]"
|
|
11861
11852
|
})
|
|
11862
11853
|
})
|
|
@@ -11877,7 +11868,7 @@ var SelectSeparator = React33.forwardRef(function(_param, ref) {
|
|
|
11877
11868
|
SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
11878
11869
|
// src/components/multiple-selector.tsx
|
|
11879
11870
|
var import_cmdk2 = require("cmdk");
|
|
11880
|
-
var
|
|
11871
|
+
var import_lucide_react13 = require("lucide-react");
|
|
11881
11872
|
var React34 = __toESM(require("react"), 1);
|
|
11882
11873
|
var import_react16 = require("react");
|
|
11883
11874
|
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
@@ -12342,7 +12333,7 @@ var MultipleSelector = React34.forwardRef(function(param, ref) {
|
|
|
12342
12333
|
onClick: function() {
|
|
12343
12334
|
return handleUnselect(option);
|
|
12344
12335
|
},
|
|
12345
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
12336
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_lucide_react13.X, {
|
|
12346
12337
|
className: "hover:text-foreground text-subtler h-3 w-3"
|
|
12347
12338
|
})
|
|
12348
12339
|
})
|
|
@@ -12393,7 +12384,7 @@ var MultipleSelector = React34.forwardRef(function(param, ref) {
|
|
|
12393
12384
|
},
|
|
12394
12385
|
variant: "plain",
|
|
12395
12386
|
size: "sm",
|
|
12396
|
-
icon:
|
|
12387
|
+
icon: import_lucide_react13.X,
|
|
12397
12388
|
className: cn("text-Colors-Text-Subtle h-6 w-6 p-0", (hideClearAllButton || disabled || selected.length < 1 || selected.filter(function(s) {
|
|
12398
12389
|
return s.fixed;
|
|
12399
12390
|
}).length === selected.length) && "hidden")
|
|
@@ -12401,7 +12392,7 @@ var MultipleSelector = React34.forwardRef(function(param, ref) {
|
|
|
12401
12392
|
selected.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(IconButton, {
|
|
12402
12393
|
variant: "plain",
|
|
12403
12394
|
size: "sm",
|
|
12404
|
-
icon:
|
|
12395
|
+
icon: import_lucide_react13.ChevronDown,
|
|
12405
12396
|
className: cn("text-Colors-Text-Subtle mr-3 h-6 w-6 p-0", open && "rotate-180"),
|
|
12406
12397
|
onClick: function() {
|
|
12407
12398
|
return setOpen(!open);
|
|
@@ -12508,7 +12499,7 @@ MultipleSelector.displayName = "MultipleSelector";
|
|
|
12508
12499
|
// src/components/sheet.tsx
|
|
12509
12500
|
var SheetPrimitive = __toESM(require("@radix-ui/react-dialog"), 1);
|
|
12510
12501
|
var import_class_variance_authority14 = require("class-variance-authority");
|
|
12511
|
-
var
|
|
12502
|
+
var import_lucide_react14 = require("lucide-react");
|
|
12512
12503
|
var React35 = __toESM(require("react"), 1);
|
|
12513
12504
|
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
12514
12505
|
var Sheet = SheetPrimitive.Root;
|
|
@@ -12559,7 +12550,7 @@ var SheetContent = React35.forwardRef(function(_param, ref) {
|
|
|
12559
12550
|
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(SheetPrimitive.Close, {
|
|
12560
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",
|
|
12561
12552
|
children: [
|
|
12562
|
-
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
12553
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_lucide_react14.X, {
|
|
12563
12554
|
className: "h-4 w-4"
|
|
12564
12555
|
}),
|
|
12565
12556
|
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", {
|
|
@@ -12721,7 +12712,7 @@ var SliderSingle = React36.forwardRef(function(_param, ref) {
|
|
|
12721
12712
|
SliderSingle.displayName = "SliderSingle";
|
|
12722
12713
|
// src/components/spinner.tsx
|
|
12723
12714
|
var import_class_variance_authority15 = require("class-variance-authority");
|
|
12724
|
-
var
|
|
12715
|
+
var import_lucide_react15 = require("lucide-react");
|
|
12725
12716
|
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
12726
12717
|
var spinnerVariants = (0, import_class_variance_authority15.cva)("animate-spin", {
|
|
12727
12718
|
variants: {
|
|
@@ -12754,7 +12745,7 @@ var spinnerVariants = (0, import_class_variance_authority15.cva)("animate-spin",
|
|
|
12754
12745
|
});
|
|
12755
12746
|
function Spinner(props) {
|
|
12756
12747
|
var size = props.size, speed = props.speed, color = props.color, className = props.className;
|
|
12757
|
-
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
12748
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_lucide_react15.LoaderCircleIcon, {
|
|
12758
12749
|
className: cn(spinnerVariants({
|
|
12759
12750
|
size: size,
|
|
12760
12751
|
speed: speed,
|
|
@@ -13366,7 +13357,7 @@ function Chips(props) {
|
|
|
13366
13357
|
}
|
|
13367
13358
|
// src/components/button/link-button.tsx
|
|
13368
13359
|
var import_react_slot5 = require("@radix-ui/react-slot");
|
|
13369
|
-
var
|
|
13360
|
+
var import_lucide_react16 = require("lucide-react");
|
|
13370
13361
|
var React42 = __toESM(require("react"), 1);
|
|
13371
13362
|
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
13372
13363
|
var LinkButton = React42.forwardRef(function(_param, ref) {
|
|
@@ -13404,7 +13395,7 @@ var LinkButton = React42.forwardRef(function(_param, ref) {
|
|
|
13404
13395
|
children: [
|
|
13405
13396
|
loading && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", {
|
|
13406
13397
|
className: "absolute left-1/2 top-1/2 flex -translate-x-1/2 -translate-y-1/2 items-center justify-center",
|
|
13407
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
13398
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_lucide_react16.Loader2, {
|
|
13408
13399
|
className: cn(iconVariants2({
|
|
13409
13400
|
variant: "link",
|
|
13410
13401
|
size: size
|
|
@@ -13570,7 +13561,7 @@ var NoPageState = function(args) {
|
|
|
13570
13561
|
var ToastPrimitives = __toESM(require("@radix-ui/react-toast"), 1);
|
|
13571
13562
|
var import_class_variance_authority20 = require("class-variance-authority");
|
|
13572
13563
|
var React43 = __toESM(require("react"), 1);
|
|
13573
|
-
var
|
|
13564
|
+
var import_lucide_react17 = require("lucide-react");
|
|
13574
13565
|
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
13575
13566
|
var ToastProvider = ToastPrimitives.Provider;
|
|
13576
13567
|
var viewportPositionVariants = (0, import_class_variance_authority20.cva)("fixed z-[1000001] flex max-h-screen w-max-content p-0 gap-2", {
|
|
@@ -13662,7 +13653,7 @@ var ToastClose = React43.forwardRef(function(_param, ref) {
|
|
|
13662
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),
|
|
13663
13654
|
"toast-close": ""
|
|
13664
13655
|
}, props), {
|
|
13665
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
13656
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_lucide_react17.XIcon, {
|
|
13666
13657
|
className: "h-5 w-5"
|
|
13667
13658
|
})
|
|
13668
13659
|
}));
|
|
@@ -13688,10 +13679,6 @@ var ToastDescription = React43.forwardRef(function(_param, ref) {
|
|
|
13688
13679
|
}, props));
|
|
13689
13680
|
});
|
|
13690
13681
|
ToastDescription.displayName = ToastPrimitives.Description.displayName;
|
|
13691
|
-
// src/components/toast/toaster.tsx
|
|
13692
|
-
var import_CheckCircleIcon2 = __toESM(require("@heroicons/react/24/outline/esm/CheckCircleIcon"), 1);
|
|
13693
|
-
var import_InformationCircleIcon2 = __toESM(require("@heroicons/react/24/outline/esm/InformationCircleIcon"), 1);
|
|
13694
|
-
var import_XCircleIcon2 = __toESM(require("@heroicons/react/24/outline/esm/XCircleIcon"), 1);
|
|
13695
13682
|
// src/components/toast/use-toast.tsx
|
|
13696
13683
|
var React44 = __toESM(require("react"), 1);
|
|
13697
13684
|
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
@@ -13866,7 +13853,7 @@ function useToast() {
|
|
|
13866
13853
|
}
|
|
13867
13854
|
// src/components/toast/toaster.tsx
|
|
13868
13855
|
var import_react17 = __toESM(require("react"), 1);
|
|
13869
|
-
var
|
|
13856
|
+
var import_lucide_react18 = require("lucide-react");
|
|
13870
13857
|
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
13871
13858
|
function Toaster() {
|
|
13872
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;
|
|
@@ -13904,19 +13891,19 @@ function Toaster() {
|
|
|
13904
13891
|
var renderIcon3 = function(variant2) {
|
|
13905
13892
|
switch(variant2){
|
|
13906
13893
|
case "info":
|
|
13907
|
-
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
13894
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_lucide_react18.InfoIcon, {
|
|
13908
13895
|
className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Info"
|
|
13909
13896
|
});
|
|
13910
13897
|
case "success":
|
|
13911
|
-
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
13898
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_lucide_react18.CircleCheckIcon, {
|
|
13912
13899
|
className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Success"
|
|
13913
13900
|
});
|
|
13914
13901
|
case "warning":
|
|
13915
|
-
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
13902
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_lucide_react18.TriangleAlertIcon, {
|
|
13916
13903
|
className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Warning"
|
|
13917
13904
|
});
|
|
13918
13905
|
case "error":
|
|
13919
|
-
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
13906
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_lucide_react18.CircleXIcon, {
|
|
13920
13907
|
className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Error"
|
|
13921
13908
|
});
|
|
13922
13909
|
}
|
|
@@ -14159,12 +14146,8 @@ function Swiper(props) {
|
|
|
14159
14146
|
});
|
|
14160
14147
|
}
|
|
14161
14148
|
// src/components/custom-notification.tsx
|
|
14162
|
-
var import_XMarkIcon4 = __toESM(require("@heroicons/react/24/outline/esm/XMarkIcon"), 1);
|
|
14163
|
-
var import_CheckCircleIcon3 = __toESM(require("@heroicons/react/24/solid/esm/CheckCircleIcon"), 1);
|
|
14164
|
-
var import_ExclamationCircleIcon = __toESM(require("@heroicons/react/24/solid/esm/ExclamationCircleIcon"), 1);
|
|
14165
|
-
var import_InformationCircleIcon3 = __toESM(require("@heroicons/react/24/solid/esm/InformationCircleIcon"), 1);
|
|
14166
|
-
var import_XCircleIcon3 = __toESM(require("@heroicons/react/24/solid/esm/XCircleIcon"), 1);
|
|
14167
14149
|
var import_react_hot_toast = require("react-hot-toast");
|
|
14150
|
+
var import_lucide_react19 = require("lucide-react");
|
|
14168
14151
|
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
14169
14152
|
function CustomNotification(param) {
|
|
14170
14153
|
var tProps = param.tProps, customProps = param.customProps;
|
|
@@ -14182,16 +14165,16 @@ function CustomNotification(param) {
|
|
|
14182
14165
|
!loading && type && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", {
|
|
14183
14166
|
className: "flex flex-shrink-0 items-center",
|
|
14184
14167
|
children: [
|
|
14185
|
-
type === "info" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
14168
|
+
type === "info" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_lucide_react19.InfoIcon, {
|
|
14186
14169
|
className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Info"
|
|
14187
14170
|
}),
|
|
14188
|
-
type === "success" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
14171
|
+
type === "success" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_lucide_react19.CircleCheckIcon, {
|
|
14189
14172
|
className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Success"
|
|
14190
14173
|
}),
|
|
14191
|
-
type === "warning" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
14174
|
+
type === "warning" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_lucide_react19.CircleAlertIcon, {
|
|
14192
14175
|
className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Warning"
|
|
14193
14176
|
}),
|
|
14194
|
-
type === "error" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
14177
|
+
type === "error" && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_lucide_react19.CircleXIcon, {
|
|
14195
14178
|
className: "h-6 w-6 text-cc-Icon-Featured-icon-fg-Error"
|
|
14196
14179
|
})
|
|
14197
14180
|
]
|
|
@@ -14227,7 +14210,7 @@ function CustomNotification(param) {
|
|
|
14227
14210
|
isClosable && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(IconButton, {
|
|
14228
14211
|
size: "sm",
|
|
14229
14212
|
variant: "plain",
|
|
14230
|
-
icon:
|
|
14213
|
+
icon: import_lucide_react19.XIcon,
|
|
14231
14214
|
onClick: function() {
|
|
14232
14215
|
return import_react_hot_toast.toast.dismiss(id);
|
|
14233
14216
|
},
|
|
@@ -14406,36 +14389,12 @@ var WindowIcon = React47.forwardRef(function(props, ref) {
|
|
|
14406
14389
|
})
|
|
14407
14390
|
}));
|
|
14408
14391
|
});
|
|
14409
|
-
// src/components/icons/outline/
|
|
14392
|
+
// src/components/icons/outline/PencilSquareIcon.tsx
|
|
14410
14393
|
var React48 = __toESM(require("react"), 1);
|
|
14411
14394
|
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
14412
|
-
var
|
|
14395
|
+
var PencilSquareIcon = React48.forwardRef(function(props, ref) {
|
|
14413
14396
|
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
|
|
14414
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime67.
|
|
14415
|
-
ref: ref,
|
|
14416
|
-
className: "w-full h-full",
|
|
14417
|
-
viewBox: "0 0 24 24",
|
|
14418
|
-
fill: "currentColor",
|
|
14419
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
14420
|
-
children: [
|
|
14421
|
-
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", {
|
|
14422
|
-
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"
|
|
14423
|
-
}),
|
|
14424
|
-
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", {
|
|
14425
|
-
fillRule: "evenodd",
|
|
14426
|
-
clipRule: "evenodd",
|
|
14427
|
-
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"
|
|
14428
|
-
})
|
|
14429
|
-
]
|
|
14430
|
-
})
|
|
14431
|
-
}));
|
|
14432
|
-
});
|
|
14433
|
-
// src/components/icons/outline/PencilSquareIcon.tsx
|
|
14434
|
-
var React49 = __toESM(require("react"), 1);
|
|
14435
|
-
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
14436
|
-
var PencilSquareIcon = React49.forwardRef(function(props, ref) {
|
|
14437
|
-
return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
|
|
14438
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", {
|
|
14397
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", {
|
|
14439
14398
|
ref: ref,
|
|
14440
14399
|
className: "w-full h-full",
|
|
14441
14400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -14443,7 +14402,7 @@ var PencilSquareIcon = React49.forwardRef(function(props, ref) {
|
|
|
14443
14402
|
viewBox: "0 0 24 24",
|
|
14444
14403
|
strokeWidth: "1.5",
|
|
14445
14404
|
stroke: "currentColor",
|
|
14446
|
-
children: /* @__PURE__ */ (0,
|
|
14405
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", {
|
|
14447
14406
|
strokeLinecap: "round",
|
|
14448
14407
|
strokeLinejoin: "round",
|
|
14449
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"
|
|
@@ -14452,35 +14411,35 @@ var PencilSquareIcon = React49.forwardRef(function(props, ref) {
|
|
|
14452
14411
|
}));
|
|
14453
14412
|
});
|
|
14454
14413
|
// src/components/icons/outline/ConfigIcon.tsx
|
|
14455
|
-
var
|
|
14456
|
-
var
|
|
14457
|
-
var ConfigIcon =
|
|
14458
|
-
return /* @__PURE__ */ (0,
|
|
14459
|
-
children: /* @__PURE__ */ (0,
|
|
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", {
|
|
14460
14419
|
width: "18",
|
|
14461
14420
|
height: "18",
|
|
14462
14421
|
viewBox: "0 0 18 18",
|
|
14463
14422
|
fill: "none",
|
|
14464
14423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14465
14424
|
className: "cursor-pointer",
|
|
14466
|
-
children: /* @__PURE__ */ (0,
|
|
14425
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("g", {
|
|
14467
14426
|
id: "wrapper",
|
|
14468
|
-
children: /* @__PURE__ */ (0,
|
|
14427
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("g", {
|
|
14469
14428
|
id: "Union",
|
|
14470
14429
|
children: [
|
|
14471
|
-
/* @__PURE__ */ (0,
|
|
14430
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", {
|
|
14472
14431
|
fillRule: "evenodd",
|
|
14473
14432
|
clipRule: "evenodd",
|
|
14474
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",
|
|
14475
14434
|
fill: "#6D7175"
|
|
14476
14435
|
}),
|
|
14477
|
-
/* @__PURE__ */ (0,
|
|
14436
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", {
|
|
14478
14437
|
fillRule: "evenodd",
|
|
14479
14438
|
clipRule: "evenodd",
|
|
14480
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",
|
|
14481
14440
|
fill: "#6D7175"
|
|
14482
14441
|
}),
|
|
14483
|
-
/* @__PURE__ */ (0,
|
|
14442
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", {
|
|
14484
14443
|
fillRule: "evenodd",
|
|
14485
14444
|
clipRule: "evenodd",
|
|
14486
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",
|
|
@@ -14494,17 +14453,17 @@ var ConfigIcon = React50.forwardRef(function(props, ref) {
|
|
|
14494
14453
|
});
|
|
14495
14454
|
// src/components/icons/outline/FilterIcon.tsx
|
|
14496
14455
|
var import_react21 = __toESM(require("react"), 1);
|
|
14497
|
-
var
|
|
14456
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
14498
14457
|
var FilterIcon = import_react21.default.forwardRef(function(props, ref) {
|
|
14499
|
-
return /* @__PURE__ */ (0,
|
|
14500
|
-
children: /* @__PURE__ */ (0,
|
|
14458
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Icon, _object_spread_props(_object_spread({}, props), {
|
|
14459
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", {
|
|
14501
14460
|
className: props === null || props === void 0 ? void 0 : props.className,
|
|
14502
14461
|
width: "22",
|
|
14503
14462
|
height: "22",
|
|
14504
14463
|
viewBox: "0 0 22 22",
|
|
14505
14464
|
fill: "none",
|
|
14506
14465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14507
|
-
children: /* @__PURE__ */ (0,
|
|
14466
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", {
|
|
14508
14467
|
fillRule: "evenodd",
|
|
14509
14468
|
clipRule: "evenodd",
|
|
14510
14469
|
fill: "currentColor",
|
|
@@ -14514,38 +14473,38 @@ var FilterIcon = import_react21.default.forwardRef(function(props, ref) {
|
|
|
14514
14473
|
}));
|
|
14515
14474
|
});
|
|
14516
14475
|
// src/components/icons/solid/CaretDownIcon.tsx
|
|
14517
|
-
var
|
|
14518
|
-
var
|
|
14519
|
-
var CaretDownIcon =
|
|
14520
|
-
return /* @__PURE__ */ (0,
|
|
14521
|
-
children: /* @__PURE__ */ (0,
|
|
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", {
|
|
14522
14481
|
ref: ref,
|
|
14523
14482
|
className: "w-full h-full",
|
|
14524
14483
|
viewBox: "0 0 24 24",
|
|
14525
14484
|
fill: "currentColor",
|
|
14526
14485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14527
|
-
children: /* @__PURE__ */ (0,
|
|
14486
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", {
|
|
14528
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"
|
|
14529
14488
|
})
|
|
14530
14489
|
})
|
|
14531
14490
|
}));
|
|
14532
14491
|
});
|
|
14533
14492
|
// src/components/icons/solid/CodeIcon.tsx
|
|
14534
|
-
var
|
|
14535
|
-
var
|
|
14536
|
-
var CodeIcon =
|
|
14537
|
-
return /* @__PURE__ */ (0,
|
|
14538
|
-
children: /* @__PURE__ */ (0,
|
|
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", {
|
|
14539
14498
|
ref: ref,
|
|
14540
14499
|
className: "w-full h-full",
|
|
14541
14500
|
viewBox: "0 0 24 24",
|
|
14542
14501
|
fill: "currentColor",
|
|
14543
14502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14544
14503
|
children: [
|
|
14545
|
-
/* @__PURE__ */ (0,
|
|
14504
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", {
|
|
14546
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"
|
|
14547
14506
|
}),
|
|
14548
|
-
/* @__PURE__ */ (0,
|
|
14507
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", {
|
|
14549
14508
|
fillRule: "evenodd",
|
|
14550
14509
|
clipRule: "evenodd",
|
|
14551
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"
|
|
@@ -14555,17 +14514,17 @@ var CodeIcon = React53.forwardRef(function(props, ref) {
|
|
|
14555
14514
|
}));
|
|
14556
14515
|
});
|
|
14557
14516
|
// src/components/icons/solid/DragIcon.tsx
|
|
14558
|
-
var
|
|
14559
|
-
var
|
|
14560
|
-
var DragIcon =
|
|
14561
|
-
return /* @__PURE__ */ (0,
|
|
14562
|
-
children: /* @__PURE__ */ (0,
|
|
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", {
|
|
14563
14522
|
ref: ref,
|
|
14564
14523
|
className: "w-full h-full",
|
|
14565
14524
|
viewBox: "0 0 24 24",
|
|
14566
14525
|
fill: "currentColor",
|
|
14567
14526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14568
|
-
children: /* @__PURE__ */ (0,
|
|
14527
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", {
|
|
14569
14528
|
fillRule: "evenodd",
|
|
14570
14529
|
clipRule: "evenodd",
|
|
14571
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"
|
|
@@ -14574,17 +14533,17 @@ var DragIcon = React54.forwardRef(function(props, ref) {
|
|
|
14574
14533
|
}));
|
|
14575
14534
|
});
|
|
14576
14535
|
// src/components/icons/solid/RectangleGroupIcon.tsx
|
|
14577
|
-
var
|
|
14578
|
-
var
|
|
14579
|
-
var RectangleGroupIcon =
|
|
14580
|
-
return /* @__PURE__ */ (0,
|
|
14581
|
-
children: /* @__PURE__ */ (0,
|
|
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", {
|
|
14582
14541
|
ref: ref,
|
|
14583
14542
|
className: "w-full h-full",
|
|
14584
14543
|
viewBox: "0 0 24 24",
|
|
14585
14544
|
fill: "currentColor",
|
|
14586
14545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14587
|
-
children: /* @__PURE__ */ (0,
|
|
14546
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", {
|
|
14588
14547
|
fillRule: "evenodd",
|
|
14589
14548
|
clipRule: "evenodd",
|
|
14590
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"
|
|
@@ -14620,7 +14579,6 @@ var RectangleGroupIcon = React55.forwardRef(function(props, ref) {
|
|
|
14620
14579
|
Badge: Badge,
|
|
14621
14580
|
Button: Button,
|
|
14622
14581
|
CaretDownIcon: CaretDownIcon,
|
|
14623
|
-
CheckCircleIcon: CheckCircleIcon,
|
|
14624
14582
|
Checkbox: Checkbox,
|
|
14625
14583
|
Chips: Chips,
|
|
14626
14584
|
CodeIcon: CodeIcon,
|