@spear-ai/spectral 1.9.0 → 1.10.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/README.md +6 -5
- package/dist/.js +112 -239
- package/dist/Accordion-CDXdSAST.js +363 -0
- package/dist/Accordion.js +3 -498
- package/dist/Alert/AlertBase.js +69 -152
- package/dist/Alert.js +58 -106
- package/dist/AnimatePresence-D-9jXfgI.js +178 -0
- package/dist/App.js +6 -6
- package/dist/Avatar.js +83 -65
- package/dist/Badge.d.ts +1 -3
- package/dist/Badge.js +21 -25
- package/dist/Button.js +102 -178
- package/dist/ButtonGroup/ButtonGroupButton.js +38 -40
- package/dist/ButtonGroup.js +55 -59
- package/dist/ButtonIcon.js +58 -134
- package/dist/Calendar-s4lyijkn.js +3109 -0
- package/dist/Checkbox/CheckboxBase.js +94 -126
- package/dist/Checkbox.d.ts +1 -1
- package/dist/Checkbox.js +40 -105
- package/dist/Combobox/ComboboxBase.js +2 -79
- package/dist/Combobox.js +106 -172
- package/dist/ComboboxBase-D8Nf4xC-.js +491 -0
- package/dist/ControlGroup/ControlGroupSelect.d.ts +1 -1
- package/dist/ControlGroup/ControlGroupSelect.js +85 -101
- package/dist/ControlGroup.js +45 -48
- package/dist/DataCard/Card.js +37 -12
- package/dist/DataCard.d.ts +1 -1
- package/dist/DataCard.js +36 -16
- package/dist/DateTimePicker/Calendar.js +2 -2967
- package/dist/DateTimePicker/DateTimeDisplayInput.d.ts +1 -1
- package/dist/DateTimePicker/DateTimeDisplayInput.js +379 -274
- package/dist/DateTimePicker/DateTimeInput.d.ts +5 -3
- package/dist/DateTimePicker/DateTimeInput.js +133 -88
- package/dist/DateTimePicker/DateTimeUtils.js +2 -2193
- package/dist/DateTimePicker/TimePeriodSelect.d.ts +1 -1
- package/dist/DateTimePicker/TimePeriodSelect.js +45 -20
- package/dist/DateTimePicker/TimePicker.d.ts +1 -1
- package/dist/DateTimePicker/TimePicker.js +76 -60
- package/dist/DateTimePicker.d.ts +2 -2
- package/dist/DateTimePicker.js +87 -205
- package/dist/DateTimeUtils-DVvG6H-p.js +2098 -0
- package/dist/Dialog.js +74 -74
- package/dist/Drawer.js +67 -37
- package/dist/HoverCard-CYDsIiVK.js +201 -0
- package/dist/HoverCard.d.ts +1 -1
- package/dist/HoverCard.js +2 -218
- package/dist/Icons/AnalyzeIcon.js +50 -57
- package/dist/Icons/AnnotationsIcon.js +20 -15
- package/dist/Icons/ApprovedIcon.js +26 -18
- package/dist/Icons/ArrowDownIcon.js +20 -6
- package/dist/Icons/ArrowUpIcon.js +20 -6
- package/dist/Icons/BoxToolIcon.js +17 -12
- package/dist/Icons/CalendarIcon.js +43 -20
- package/dist/Icons/CheckCircleIcon.js +26 -10
- package/dist/Icons/CheckSquareIcon.js +26 -10
- package/dist/Icons/CheckmarkIcon.js +22 -9
- package/dist/Icons/ChevronDownIcon.js +22 -9
- package/dist/Icons/ChevronUpIcon.js +22 -9
- package/dist/Icons/ClockIcon.js +26 -18
- package/dist/Icons/CloseCircleIcon.js +26 -10
- package/dist/Icons/CloseIcon.js +18 -9
- package/dist/Icons/DashboardIcon.js +36 -10
- package/dist/Icons/DatabaseIcon.js +36 -19
- package/dist/Icons/DeleteIcon.js +36 -19
- package/dist/Icons/DurationIcon.js +57 -22
- package/dist/Icons/EditIcon.js +26 -27
- package/dist/Icons/EmailIcon.js +26 -10
- package/dist/Icons/EraserIcon.js +41 -25
- package/dist/Icons/ErrorIcon.js +27 -11
- package/dist/Icons/EyeClosedIcon.js +29 -13
- package/dist/Icons/EyeClosedIcon2.js +27 -11
- package/dist/Icons/EyeOpenIcon.js +22 -9
- package/dist/Icons/FileDownloadIcon.js +43 -20
- package/dist/Icons/GoToFirstIcon.js +26 -9
- package/dist/Icons/GoToLastIcon.js +26 -9
- package/dist/Icons/HarmonicCursorsIcon.js +23 -9
- package/dist/Icons/IconBase.d.ts +3 -3
- package/dist/Icons/IconBase.js +49 -23
- package/dist/Icons/InfoIcon.js +36 -10
- package/dist/Icons/KeyboardIcon.js +26 -27
- package/dist/Icons/LabelIcon.js +19 -14
- package/dist/Icons/LassoIcon.js +36 -28
- package/dist/Icons/LineToolIcon.js +48 -39
- package/dist/Icons/LiveViewIcon.js +50 -12
- package/dist/Icons/LoaderIcon.js +67 -27
- package/dist/Icons/LocationIcon.js +26 -27
- package/dist/Icons/LogoutIcon.js +20 -15
- package/dist/Icons/MeasureIcon.js +78 -25
- package/dist/Icons/MessagesIcon.js +33 -18
- package/dist/Icons/MetadataIcon.js +20 -15
- package/dist/Icons/MinusIcon.d.ts +1 -1
- package/dist/Icons/MinusIcon.js +18 -6
- package/dist/Icons/OntologyIcon.js +87 -71
- package/dist/Icons/PanelIconClose.js +28 -10
- package/dist/Icons/PanelIconOpen.js +28 -10
- package/dist/Icons/PlayIcon.js +20 -6
- package/dist/Icons/PlusIcon.js +20 -14
- package/dist/Icons/PolygonIcon.js +50 -39
- package/dist/Icons/ProgressCheckIcon.d.ts +5 -0
- package/dist/Icons/ProgressCheckIcon.js +58 -0
- package/dist/Icons/ResetIcon.js +17 -12
- package/dist/Icons/ReviewedIcon.js +36 -19
- package/dist/Icons/ScissorsIcon.js +22 -17
- package/dist/Icons/SearchIcon.js +26 -9
- package/dist/Icons/SettingsIcon.js +26 -27
- package/dist/Icons/SortAscendingIcon.js +50 -12
- package/dist/Icons/SortAtoZIcon.js +50 -12
- package/dist/Icons/SortDescendingIcon.js +50 -12
- package/dist/Icons/SortZtoAIcon.js +50 -12
- package/dist/Icons/StackIcon.js +26 -9
- package/dist/Icons/StarIcon.js +20 -6
- package/dist/Icons/TrashIcon.js +17 -12
- package/dist/Icons/UndoIcon.js +20 -15
- package/dist/Icons/User2Icon.js +26 -10
- package/dist/Icons/UserIcon.js +19 -14
- package/dist/Icons/WarningIcon.js +19 -14
- package/dist/Icons/ZoomAllIcon.js +71 -15
- package/dist/Icons/ZoomXIcon.js +36 -10
- package/dist/Icons/ZoomYIcon.js +36 -10
- package/dist/Icons/index.d.ts +1 -0
- package/dist/Icons.js +68 -136
- package/dist/IconsAnimated/PanelLeftCloseIcon.js +66 -36
- package/dist/IconsAnimated/PanelLeftOpenIcon.js +66 -36
- package/dist/IconsAnimated.js +3 -6
- package/dist/Input/InputUtils.js +51 -52
- package/dist/Input.js +132 -185
- package/dist/InputOTP-XUWW9xcI.js +461 -0
- package/dist/InputOTP.js +2 -382
- package/dist/Kbd.d.ts +1 -1
- package/dist/Kbd.js +182 -86
- package/dist/Label.js +12 -14
- package/dist/MultiSelect/MultiSelectBase.js +331 -403
- package/dist/MultiSelect.d.ts +1 -1
- package/dist/MultiSelect.js +23 -23
- package/dist/Popover.js +28 -32
- package/dist/RadioButton.d.ts +17 -0
- package/dist/RadioButton.js +33 -0
- package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +3 -1
- package/dist/RadioButtonGroup/RadioButtonGroupBase.js +49 -46
- package/dist/RadioButtonGroup.d.ts +1 -1
- package/dist/RadioButtonGroup.js +11 -8
- package/dist/RadioGroup-w_q6RGEK.js +447 -0
- package/dist/RadioGroup.js +2 -505
- package/dist/Select.js +163 -186
- package/dist/Separator.js +16 -19
- package/dist/Skeleton.js +10 -6
- package/dist/Slider-BzzZT3Zm.js +490 -0
- package/dist/Slider.js +2 -562
- package/dist/SpectralProvider.js +8 -5
- package/dist/Switch/SwitchBase.js +91 -95
- package/dist/Switch-CVzRJ-0n.js +126 -0
- package/dist/Switch.d.ts +1 -1
- package/dist/Switch.js +2 -134
- package/dist/Tabs/TabsBase.js +242 -250
- package/dist/Tabs/tabsUtils.js +65 -73
- package/dist/Tabs.d.ts +1 -1
- package/dist/Tabs.js +73 -103
- package/dist/Textarea/TextareaUtils.js +35 -46
- package/dist/Textarea.js +83 -160
- package/dist/Toast-9zqXxKKO.js +711 -0
- package/dist/Toast.js +2 -885
- package/dist/Toggle/ToggleBase.js +46 -56
- package/dist/Toggle.d.ts +1 -1
- package/dist/Toggle.js +52 -62
- package/dist/ToggleGroup/ToggleGroupBase.js +128 -104
- package/dist/ToggleGroup.d.ts +1 -1
- package/dist/ToggleGroup.js +52 -63
- package/dist/Tooltip-D1K8kY1y.js +389 -0
- package/dist/Tooltip.js +2 -365
- package/dist/Tray.js +174 -217
- package/dist/chunk-h9knIhTc.js +20 -0
- package/dist/clsx-jM1GlMvB.js +16 -0
- package/dist/dist-3Af8168y.js +913 -0
- package/dist/dist-7HRQ5IKN.js +249 -0
- package/dist/dist-B2k1iWFp.js +129 -0
- package/dist/dist-B4FgboI8.js +122 -0
- package/dist/dist-B4g6zpUF.js +33 -0
- package/dist/dist-B9tup-4O.js +216 -0
- package/dist/dist-BK1K0g9W.js +29 -0
- package/dist/dist-Bfjk-jx9.js +28 -0
- package/dist/dist-Bft31cJh.js +65 -0
- package/dist/dist-BtdmHAzK.js +190 -0
- package/dist/dist-C0Hifjgh.js +1287 -0
- package/dist/dist-CGzgmYB9.js +68 -0
- package/dist/dist-ClmepHp4.js +10 -0
- package/dist/dist-D8Wb_MX9.js +6 -0
- package/dist/dist-Dtvmk11N.js +12 -0
- package/dist/dist-fW81qjVl.js +677 -0
- package/dist/dist-s1uWaZYZ.js +11 -0
- package/dist/es2015-YHaMV-St.js +701 -0
- package/dist/hooks/useAccordionAutoScroll.js +66 -67
- package/dist/hooks/useControllableState.js +14 -13
- package/dist/hooks/useTheme.js +21 -17
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/main.js +18954 -27224
- package/dist/primitives/button.js +39 -41
- package/dist/primitives/input-group.js +57 -73
- package/dist/primitives/input.js +11 -20
- package/dist/primitives/popover.d.ts.map +1 -1
- package/dist/primitives/popover.js +34 -25
- package/dist/primitives/select.js +70 -138
- package/dist/primitives/slot.js +32 -31
- package/dist/primitives/textarea.js +10 -16
- package/dist/proxy-Dn10Pl_g.js +4920 -0
- package/dist/styles/main.css +2 -1
- package/dist/styles/spectral.css +1 -1
- package/dist/twUtils-VNWgstKL.js +1673 -0
- package/dist/use-animation-CBUDycyW.js +57 -0
- package/dist/utils/constants.js +4 -4
- package/dist/utils/formFieldUtils.js +136 -148
- package/dist/utils/sharedUtils.js +26 -7
- package/dist/utils/twUtils.js +2 -2919
- package/package.json +24 -28
- package/dist/ComboboxBase-CxNxYtdT.js +0 -408
- package/dist/clsx-OuTLNxxd.js +0 -16
- package/dist/index-0ioNhtNM.js +0 -10
- package/dist/index-6oYKCvIn.js +0 -677
- package/dist/index-BFOf48AQ.js +0 -69
- package/dist/index-BZPx6jYI.js +0 -8
- package/dist/index-BlHU_t18.js +0 -142
- package/dist/index-Bm1RbF6w.js +0 -1037
- package/dist/index-Bv2OIg5P.js +0 -225
- package/dist/index-CKEI0pDv.js +0 -56
- package/dist/index-CM_hWgfC.js +0 -32
- package/dist/index-C_YVr64u.js +0 -1538
- package/dist/index-Cl8VeY0o.js +0 -149
- package/dist/index-CwSyIPrv.js +0 -13
- package/dist/index-D29mdTf5.js +0 -34
- package/dist/index-DEYs15GP.js +0 -66
- package/dist/index-Dc0No4pV.js +0 -233
- package/dist/index-T6XEa11q.js +0 -822
- package/dist/index-pBCLb6Gr.js +0 -240
- package/dist/index-psiVrsnE.js +0 -27
- package/dist/index-rKs9bXHr.js +0 -6
- package/dist/proxy-CO_-Vget.js +0 -4975
- package/dist/use-animation-DhEPRwZ3.js +0 -62
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
import "../styles/main.css";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
4
|
+
var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
|
|
5
|
+
size: s,
|
|
6
|
+
className: r,
|
|
7
|
+
title: a,
|
|
8
|
+
description: o,
|
|
9
|
+
ariaHidden: i,
|
|
10
|
+
ref: n,
|
|
11
|
+
...c,
|
|
12
|
+
children: /* @__PURE__ */ t("path", {
|
|
13
|
+
d: "M3 12H6.80472C7.23083 12 7.62038 12.2408 7.81094 12.6219L9.75 16.5L14.25 7.5L16.1891 11.3781C16.3796 11.7592 16.7692 12 17.1953 12H21M5.25 21H18.75C19.9927 21 21 19.9927 21 18.75V5.25C21 4.00736 19.9927 3 18.75 3H5.25C4.00736 3 3 4.00736 3 5.25V18.75C3 19.9927 4.00736 21 5.25 21Z",
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeWidth: "2",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
})
|
|
19
|
+
}), { displayName: "MetadataIcon" });
|
|
20
|
+
//#endregion
|
|
21
|
+
export { n as MetadataIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const MinusIcon: (({ ref, className, ariaHidden, title, description,
|
|
2
|
+
export declare const MinusIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
3
3
|
displayName: string;
|
|
4
4
|
};
|
|
5
5
|
//# sourceMappingURL=MinusIcon.d.ts.map
|
package/dist/Icons/MinusIcon.js
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
import "../styles/main.css";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
4
|
+
var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
|
|
5
|
+
size: s,
|
|
6
|
+
className: r,
|
|
7
|
+
title: a,
|
|
8
|
+
description: o,
|
|
9
|
+
ariaHidden: i,
|
|
10
|
+
ref: n,
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 2,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
...c,
|
|
16
|
+
children: /* @__PURE__ */ t("path", { d: "M5 12l14 0" })
|
|
17
|
+
}), { displayName: "MinusIcon" });
|
|
18
|
+
//#endregion
|
|
19
|
+
export { n as MinusIcon };
|
|
@@ -1,72 +1,88 @@
|
|
|
1
1
|
import "../styles/main.css";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
4
|
+
var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
|
|
5
|
+
size: c,
|
|
6
|
+
className: i,
|
|
7
|
+
title: o,
|
|
8
|
+
description: s,
|
|
9
|
+
ariaHidden: a,
|
|
10
|
+
ref: r,
|
|
11
|
+
...l,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ t("path", {
|
|
14
|
+
d: "M3 19.25C3 19.7141 3.18437 20.1592 3.51256 20.4874C3.84075 20.8156 4.28587 21 4.75 21C5.21413 21 5.65925 20.8156 5.98744 20.4874C6.31563 20.1592 6.5 19.7141 6.5 19.25C6.5 18.7859 6.31563 18.3408 5.98744 18.0126C5.65925 17.6844 5.21413 17.5 4.75 17.5C4.28587 17.5 3.84075 17.6844 3.51256 18.0126C3.18437 18.3408 3 18.7859 3 19.25Z",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
strokeWidth: "2",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ t("path", {
|
|
21
|
+
d: "M14 19.15C14 19.6142 14.1844 20.0593 14.5126 20.3875C14.8408 20.7156 15.2859 20.9 15.75 20.9C16.2141 20.9 16.6592 20.7156 16.9874 20.3875C17.3156 20.0593 17.5 19.6142 17.5 19.15C17.5 18.6859 17.3156 18.2408 16.9874 17.9126C16.6592 17.5844 16.2141 17.4 15.75 17.4C15.2859 17.4 14.8408 17.5844 14.5126 17.9126C14.1844 18.2408 14 18.6859 14 19.15Z",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
strokeWidth: "2",
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ t("path", {
|
|
28
|
+
d: "M17.5 12.45C17.5 12.9141 17.6844 13.3593 18.0126 13.6874C18.3408 14.0156 18.7859 14.2 19.25 14.2C19.7141 14.2 20.1592 14.0156 20.4874 13.6874C20.8156 13.3593 21 12.9141 21 12.45C21 11.9859 20.8156 11.5408 20.4874 11.2126C20.1592 10.8844 19.7141 10.7 19.25 10.7C18.7859 10.7 18.3408 10.8844 18.0126 11.2126C17.6844 11.5408 17.5 11.9859 17.5 12.45Z",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ t("path", {
|
|
35
|
+
d: "M11.3 5.34998C11.3 5.8141 11.4844 6.25922 11.8126 6.58741C12.1408 6.9156 12.5859 7.09998 13.05 7.09998C13.5142 7.09998 13.9593 6.9156 14.2875 6.58741C14.6157 6.25922 14.8 5.8141 14.8 5.34998C14.8 4.88585 14.6157 4.44073 14.2875 4.11254C13.9593 3.78435 13.5142 3.59998 13.05 3.59998C12.5859 3.59998 12.1408 3.78435 11.8126 4.11254C11.4844 4.44073 11.3 4.88585 11.3 5.34998Z",
|
|
36
|
+
stroke: "currentColor",
|
|
37
|
+
strokeWidth: "2",
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round"
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ t("path", {
|
|
42
|
+
d: "M3 4.75C3 5.21413 3.18437 5.65925 3.51256 5.98744C3.84075 6.31563 4.28587 6.5 4.75 6.5C5.21413 6.5 5.65925 6.31563 5.98744 5.98744C6.31563 5.65925 6.5 5.21413 6.5 4.75C6.5 4.28587 6.31563 3.84075 5.98744 3.51256C5.65925 3.18437 5.21413 3 4.75 3C4.28587 3 3.84075 3.18437 3.51256 3.51256C3.18437 3.84075 3 4.28587 3 4.75Z",
|
|
43
|
+
stroke: "currentColor",
|
|
44
|
+
strokeWidth: "2",
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round"
|
|
47
|
+
}),
|
|
48
|
+
/* @__PURE__ */ t("path", {
|
|
49
|
+
d: "M7.86499 13.9165L5.72389 17.6455",
|
|
50
|
+
stroke: "currentColor",
|
|
51
|
+
strokeWidth: "2",
|
|
52
|
+
strokeLinecap: "round"
|
|
53
|
+
}),
|
|
54
|
+
/* @__PURE__ */ t("path", {
|
|
55
|
+
d: "M5.80005 6.78003L7.97645 10.1361",
|
|
56
|
+
stroke: "currentColor",
|
|
57
|
+
strokeWidth: "2",
|
|
58
|
+
strokeLinecap: "round"
|
|
59
|
+
}),
|
|
60
|
+
/* @__PURE__ */ t("path", {
|
|
61
|
+
d: "M12.1899 7L10.0001 10.2318",
|
|
62
|
+
stroke: "currentColor",
|
|
63
|
+
strokeWidth: "2",
|
|
64
|
+
strokeLinecap: "round"
|
|
65
|
+
}),
|
|
66
|
+
/* @__PURE__ */ t("path", {
|
|
67
|
+
d: "M17.4812 12.4493L11.4873 12.1798",
|
|
68
|
+
stroke: "currentColor",
|
|
69
|
+
strokeWidth: "2",
|
|
70
|
+
strokeLinecap: "round"
|
|
71
|
+
}),
|
|
72
|
+
/* @__PURE__ */ t("path", {
|
|
73
|
+
d: "M14.0964 17.6428L10.8093 14.1631",
|
|
74
|
+
stroke: "currentColor",
|
|
75
|
+
strokeWidth: "2",
|
|
76
|
+
strokeLinecap: "round"
|
|
77
|
+
}),
|
|
78
|
+
/* @__PURE__ */ t("path", {
|
|
79
|
+
d: "M7 12.1C7 12.657 7.22125 13.1911 7.61508 13.5849C8.0089 13.9788 8.54305 14.2 9.1 14.2C9.65695 14.2 10.1911 13.9788 10.5849 13.5849C10.9788 13.1911 11.2 12.657 11.2 12.1C11.2 11.543 10.9788 11.0089 10.5849 10.6151C10.1911 10.2212 9.65695 10 9.1 10C8.54305 10 8.0089 10.2212 7.61508 10.6151C7.22125 11.0089 7 11.543 7 12.1Z",
|
|
80
|
+
stroke: "currentColor",
|
|
81
|
+
strokeWidth: "2",
|
|
82
|
+
strokeLinecap: "round",
|
|
83
|
+
strokeLinejoin: "round"
|
|
84
|
+
})
|
|
85
|
+
]
|
|
86
|
+
}), { displayName: "OntologyIcon" });
|
|
87
|
+
//#endregion
|
|
88
|
+
export { r as OntologyIcon };
|
|
@@ -1,11 +1,29 @@
|
|
|
1
1
|
import "../styles/main.css";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
4
|
+
var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
|
|
5
|
+
size: c,
|
|
6
|
+
className: i,
|
|
7
|
+
title: o,
|
|
8
|
+
description: s,
|
|
9
|
+
ariaHidden: a,
|
|
10
|
+
ref: r,
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 2,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
...l,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ t("rect", {
|
|
18
|
+
width: "18",
|
|
19
|
+
height: "18",
|
|
20
|
+
x: "3",
|
|
21
|
+
y: "3",
|
|
22
|
+
rx: "2"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ t("path", { d: "M9 3v18" }),
|
|
25
|
+
/* @__PURE__ */ t("path", { d: "m16 15-3-3 3-3" })
|
|
26
|
+
]
|
|
27
|
+
}), { displayName: "PanelIconClose" });
|
|
28
|
+
//#endregion
|
|
29
|
+
export { r as PanelIconClose };
|
|
@@ -1,11 +1,29 @@
|
|
|
1
1
|
import "../styles/main.css";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
4
|
+
var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
|
|
5
|
+
size: c,
|
|
6
|
+
className: i,
|
|
7
|
+
title: o,
|
|
8
|
+
description: s,
|
|
9
|
+
ariaHidden: a,
|
|
10
|
+
ref: r,
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 2,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
...l,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ t("rect", {
|
|
18
|
+
width: "18",
|
|
19
|
+
height: "18",
|
|
20
|
+
x: "3",
|
|
21
|
+
y: "3",
|
|
22
|
+
rx: "2"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ t("path", { d: "M9 3v18" }),
|
|
25
|
+
/* @__PURE__ */ t("path", { d: "m14 9 3 3-3 3" })
|
|
26
|
+
]
|
|
27
|
+
}), { displayName: "PanelIconOpen" });
|
|
28
|
+
//#endregion
|
|
29
|
+
export { r as PanelIconOpen };
|
package/dist/Icons/PlayIcon.js
CHANGED
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
import "../styles/main.css";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
4
|
+
var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
|
|
5
|
+
size: s,
|
|
6
|
+
className: r,
|
|
7
|
+
title: a,
|
|
8
|
+
description: o,
|
|
9
|
+
ariaHidden: i,
|
|
10
|
+
ref: n,
|
|
11
|
+
...c,
|
|
12
|
+
children: /* @__PURE__ */ t("path", {
|
|
13
|
+
d: "M4.6333 3.11108V20.8889L19.3666 12L4.6333 3.11108Z",
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeWidth: "2",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
})
|
|
19
|
+
}), { displayName: "PlayIcon" });
|
|
20
|
+
//#endregion
|
|
21
|
+
export { n as PlayIcon };
|
package/dist/Icons/PlusIcon.js
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
import "../styles/main.css";
|
|
2
|
-
import {
|
|
3
|
-
import t from "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
4
|
+
var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
|
|
5
|
+
size: s,
|
|
6
|
+
className: r,
|
|
7
|
+
title: a,
|
|
8
|
+
description: o,
|
|
9
|
+
ariaHidden: i,
|
|
10
|
+
fill: "none",
|
|
11
|
+
ref: n,
|
|
12
|
+
...c,
|
|
13
|
+
children: /* @__PURE__ */ t("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M11 2C11.5523 2 12 2.44772 12 3V10H19C19.5523 10 20 10.4477 20 11C20 11.5523 19.5523 12 19 12H12V19C12 19.5523 11.5523 20 11 20C10.4477 20 10 19.5523 10 19V12H3C2.44772 12 2 11.5523 2 11C2 10.4477 2.44772 10 3 10H10V3C10 2.44772 10.4477 2 11 2Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
})
|
|
19
|
+
}), { displayName: "PlusIcon" });
|
|
20
|
+
//#endregion
|
|
21
|
+
export { n as PlusIcon };
|
|
@@ -1,40 +1,51 @@
|
|
|
1
1
|
import "../styles/main.css";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
4
|
+
var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, strokeWidth: l, ...u }) => /* @__PURE__ */ n(e, {
|
|
5
|
+
...u,
|
|
6
|
+
size: c,
|
|
7
|
+
className: i,
|
|
8
|
+
title: o,
|
|
9
|
+
description: s,
|
|
10
|
+
ariaHidden: a,
|
|
11
|
+
ref: r,
|
|
12
|
+
strokeWidth: 2,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ t("path", {
|
|
17
|
+
d: "M10 5C10 5.53043 10.2107 6.03914 10.5858 6.41421C10.9609 6.78929 11.4696 7 12 7C12.5304 7 13.0391 6.78929 13.4142 6.41421C13.7893 6.03914 14 5.53043 14 5C14 4.46957 13.7893 3.96086 13.4142 3.58579C13.0391 3.21071 12.5304 3 12 3C11.4696 3 10.9609 3.21071 10.5858 3.58579C10.2107 3.96086 10 4.46957 10 5Z",
|
|
18
|
+
stroke: "currentColor"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ t("path", {
|
|
21
|
+
d: "M17 8C17 8.53043 17.2107 9.03914 17.5858 9.41421C17.9609 9.78929 18.4696 10 19 10C19.5304 10 20.0391 9.78929 20.4142 9.41421C20.7893 9.03914 21 8.53043 21 8C21 7.46957 20.7893 6.96086 20.4142 6.58579C20.0391 6.21071 19.5304 6 19 6C18.4696 6 17.9609 6.21071 17.5858 6.58579C17.2107 6.96086 17 7.46957 17 8Z",
|
|
22
|
+
stroke: "currentColor"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ t("path", {
|
|
25
|
+
d: "M3 11C3 11.5304 3.21071 12.0391 3.58579 12.4142C3.96086 12.7893 4.46957 13 5 13C5.53043 13 6.03914 12.7893 6.41421 12.4142C6.78929 12.0391 7 11.5304 7 11C7 10.4696 6.78929 9.96086 6.41421 9.58579C6.03914 9.21071 5.53043 9 5 9C4.46957 9 3.96086 9.21071 3.58579 9.58579C3.21071 9.96086 3 10.4696 3 11Z",
|
|
26
|
+
stroke: "currentColor"
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ t("path", {
|
|
29
|
+
d: "M13 19C13 19.5304 13.2107 20.0391 13.5858 20.4142C13.9609 20.7893 14.4696 21 15 21C15.5304 21 16.0391 20.7893 16.4142 20.4142C16.7893 20.0391 17 19.5304 17 19C17 18.4696 16.7893 17.9609 16.4142 17.5858C16.0391 17.2107 15.5304 17 15 17C14.4696 17 13.9609 17.2107 13.5858 17.5858C13.2107 17.9609 13 18.4696 13 19Z",
|
|
30
|
+
stroke: "currentColor"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ t("path", {
|
|
33
|
+
d: "M6.5 9.5L10 6.5",
|
|
34
|
+
stroke: "currentColor"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ t("path", {
|
|
37
|
+
d: "M14 5.5L17 7",
|
|
38
|
+
stroke: "currentColor"
|
|
39
|
+
}),
|
|
40
|
+
/* @__PURE__ */ t("path", {
|
|
41
|
+
d: "M18.5 10L16 17",
|
|
42
|
+
stroke: "currentColor"
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ t("path", {
|
|
45
|
+
d: "M13.5 17.5L6.5 12.5",
|
|
46
|
+
stroke: "currentColor"
|
|
47
|
+
})
|
|
48
|
+
]
|
|
49
|
+
}), { displayName: "PolygonIcon" });
|
|
50
|
+
//#endregion
|
|
51
|
+
export { r as PolygonIcon };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IconProps } from './iconTypes';
|
|
2
|
+
export declare const ProgressCheckIcon: (({ ref, className, ariaHidden, title, description, size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
3
|
+
displayName: string;
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=ProgressCheckIcon.d.ts.map
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import "../styles/main.css";
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
4
|
+
var r = Object.assign(({ ref: r, className: i, ariaHidden: a, title: o, description: s, size: c = 24, ...l }) => /* @__PURE__ */ n(e, {
|
|
5
|
+
size: c,
|
|
6
|
+
className: i,
|
|
7
|
+
title: o,
|
|
8
|
+
description: s,
|
|
9
|
+
ariaHidden: a,
|
|
10
|
+
ref: r,
|
|
11
|
+
...l,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ t("path", {
|
|
14
|
+
d: "M9.99999 20.777C9.1296 20.5796 8.29367 20.253 7.51999 19.808",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
strokeWidth: "2",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ t("path", {
|
|
21
|
+
d: "M14 3.22301C15.9882 3.67708 17.7632 4.7927 19.0347 6.38721C20.3061 7.98173 20.9984 9.96066 20.9984 12C20.9984 14.0394 20.3061 16.0183 19.0347 17.6128C17.7632 19.2073 15.9882 20.3229 14 20.777",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
strokeWidth: "2",
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ t("path", {
|
|
28
|
+
d: "M4.57899 17.093C4.03349 16.3005 3.61919 15.4253 3.35199 14.501",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ t("path", {
|
|
35
|
+
d: "M3.12399 10.5C3.28399 9.55 3.59199 8.65 4.02399 7.825L4.19299 7.52",
|
|
36
|
+
stroke: "currentColor",
|
|
37
|
+
strokeWidth: "2",
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round"
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ t("path", {
|
|
42
|
+
d: "M6.90701 4.57901C7.84267 3.93491 8.89233 3.47472 10 3.22301",
|
|
43
|
+
stroke: "currentColor",
|
|
44
|
+
strokeWidth: "2",
|
|
45
|
+
strokeLinecap: "round",
|
|
46
|
+
strokeLinejoin: "round"
|
|
47
|
+
}),
|
|
48
|
+
/* @__PURE__ */ t("path", {
|
|
49
|
+
d: "M9 12L11 14L15 10",
|
|
50
|
+
stroke: "currentColor",
|
|
51
|
+
strokeWidth: "2",
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round"
|
|
54
|
+
})
|
|
55
|
+
]
|
|
56
|
+
}), { displayName: "ProgressCheckIcon" });
|
|
57
|
+
//#endregion
|
|
58
|
+
export { r as ProgressCheckIcon };
|
package/dist/Icons/ResetIcon.js
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import "../styles/main.css";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
import { IconBase as e } from "./IconBase.js";
|
|
3
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
4
|
+
var n = Object.assign(({ ref: n, className: r, ariaHidden: i, title: a, description: o, size: s = 24, ...c }) => /* @__PURE__ */ t(e, {
|
|
5
|
+
size: s,
|
|
6
|
+
className: r,
|
|
7
|
+
title: a,
|
|
8
|
+
description: o,
|
|
9
|
+
ariaHidden: i,
|
|
10
|
+
ref: n,
|
|
11
|
+
...c,
|
|
12
|
+
children: /* @__PURE__ */ t("path", {
|
|
13
|
+
d: "M4.66585 12C4.66585 7.70446 8.05974 4.22222 12.2464 4.22222C14.384 4.22222 15.9311 4.9772 17.4297 6.44444H15.5247C14.9266 6.44444 14.4418 6.94191 14.4418 7.55556C14.4418 8.1692 14.9266 8.66667 15.5247 8.66667H19.0442C20.0909 8.66667 20.9394 7.79611 20.9394 6.72222V3.11111C20.9394 2.49747 20.4545 2 19.8564 2C19.2583 2 18.7735 2.49747 18.7735 3.11111V4.69223C17.0168 3.02433 15.0094 2 12.2464 2C6.86358 2 2.5 6.47716 2.5 12C2.5 17.5229 6.86358 22 12.2464 22C16.4917 22 20.1004 19.2157 21.4378 15.3332C21.6371 14.7547 21.3416 14.1199 20.7777 13.9153C20.2138 13.7109 19.595 14.0141 19.3958 14.5927C18.3546 17.6151 15.5452 19.7778 12.2464 19.7778C8.05974 19.7778 4.66585 16.2956 4.66585 12Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
})
|
|
16
|
+
}), { displayName: "ResetIcon" });
|
|
17
|
+
//#endregion
|
|
18
|
+
export { n as ResetIcon };
|