@spear-ai/spectral 1.3.66 → 1.3.68
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/Accordion.js +7 -31
- package/dist/Alert/AlertBase.d.ts +10 -1
- package/dist/Alert/AlertBase.js +25 -42
- package/dist/Alert.d.ts +5 -5
- package/dist/Alert.js +43 -54
- package/dist/Avatar.js +4 -33
- package/dist/Badge.js +1 -6
- package/dist/Button.d.ts +1 -1
- package/dist/Button.js +32 -67
- package/dist/ButtonGroup/ButtonGroupButton.js +1 -10
- package/dist/ButtonGroup.js +6 -42
- package/dist/ButtonIcon.d.ts +4 -4
- package/dist/ButtonIcon.js +44 -53
- package/dist/Card.js +6 -13
- package/dist/Checkbox/CheckboxBase.js +4 -15
- package/dist/Checkbox.js +24 -40
- package/dist/Dialog/DialogBase.d.ts +17 -17
- package/dist/Dialog/DialogBase.js +13 -62
- package/dist/Dialog.d.ts +1 -1
- package/dist/Dialog.js +6 -44
- package/dist/Drawer.d.ts +6 -6
- package/dist/Drawer.js +6 -14
- package/dist/HoverCard.d.ts +5 -4
- package/dist/HoverCard.js +148 -138
- package/dist/Icons/AnalyzeIcon.js +52 -64
- package/dist/Icons/AnnotationsIcon.js +8 -20
- package/dist/Icons/ApprovedIcon.js +13 -34
- package/dist/Icons/CalendarIcon.js +15 -54
- package/dist/Icons/CheckCircleIcon.js +5 -21
- package/dist/Icons/CheckSquareIcon.js +5 -21
- package/dist/Icons/CheckmarkIcon.js +4 -20
- package/dist/Icons/ChevronDownIcon.js +4 -20
- package/dist/Icons/ChevronUpIcon.js +4 -20
- package/dist/Icons/ClockIcon.js +13 -34
- package/dist/Icons/CloseCircleIcon.js +5 -21
- package/dist/Icons/CloseIcon.js +4 -20
- package/dist/Icons/DashboardIcon.js +5 -44
- package/dist/Icons/DatabaseIcon.js +14 -44
- package/dist/Icons/DeleteIcon.js +14 -44
- package/dist/Icons/DurationIcon.js +17 -74
- package/dist/Icons/EmailIcon.js +5 -21
- package/dist/Icons/EraserIcon.js +16 -37
- package/dist/Icons/ErrorIcon.js +6 -22
- package/dist/Icons/EyeClosedIcon.js +8 -24
- package/dist/Icons/EyeClosedIcon2.js +6 -22
- package/dist/Icons/EyeOpenIcon.js +4 -20
- package/dist/Icons/GoToFirstIcon.js +4 -34
- package/dist/Icons/GoToLastIcon.js +4 -34
- package/dist/Icons/HarmonicCursorsIcon.js +4 -31
- package/dist/Icons/IconBase.js +5 -22
- package/dist/Icons/InfoIcon.js +5 -26
- package/dist/Icons/LabelIcon.js +7 -19
- package/dist/Icons/LassoIcon.js +23 -44
- package/dist/Icons/LineToolIcon.js +5 -17
- package/dist/Icons/LineToolIcon2.js +43 -64
- package/dist/Icons/LiveViewIcon.js +7 -64
- package/dist/Icons/LoaderIcon.js +18 -42
- package/dist/Icons/LocationIcon.js +22 -34
- package/dist/Icons/LogoutIcon.js +8 -20
- package/dist/Icons/MessagesIcon.js +13 -25
- package/dist/Icons/MetadataIcon.js +8 -20
- package/dist/Icons/MinusIcon.js +1 -17
- package/dist/Icons/OntologyIcon.js +66 -78
- package/dist/Icons/PanelIconClose.js +5 -21
- package/dist/Icons/PanelIconOpen.js +5 -21
- package/dist/Icons/PlayIcon.js +1 -22
- package/dist/Icons/PlusIcon.js +7 -20
- package/dist/Icons/ResetIcon.js +5 -17
- package/dist/Icons/ReviewedIcon.js +14 -35
- package/dist/Icons/ScissorsIcon.js +12 -30
- package/dist/Icons/SettingsIcon.js +22 -34
- package/dist/Icons/SortAscendingIcon.js +7 -64
- package/dist/Icons/SortDescendingIcon.js +7 -64
- package/dist/Icons/StackIcon.js +4 -34
- package/dist/Icons/StarIcon.js +1 -22
- package/dist/Icons/TrashIcon.js +5 -17
- package/dist/Icons/UndoIcon.js +8 -20
- package/dist/Icons/UserIcon.js +7 -19
- package/dist/Icons/WarningIcon.js +7 -19
- package/dist/Icons/ZoomAllIcon.js +10 -94
- package/dist/Icons/ZoomXIcon.js +5 -35
- package/dist/Icons/ZoomYIcon.js +5 -44
- package/dist/Input.d.ts +22 -22
- package/dist/Input.js +46 -87
- package/dist/InputGroup.js +2 -47
- package/dist/InputOTP.js +63 -99
- package/dist/Label.js +1 -12
- package/dist/MultiSelect/MultiSelectBase.d.ts +24 -24
- package/dist/MultiSelect/MultiSelectBase.js +82 -151
- package/dist/MultiSelect/MutiSelect.d.ts +6 -6
- package/dist/MultiSelect/MutiSelect.js +9 -21
- package/dist/Popover.js +2 -9
- package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +8 -8
- package/dist/RadioButtonGroup/RadioButtonGroupBase.js +1 -27
- package/dist/RadioButtonGroup.d.ts +1 -1
- package/dist/RadioButtonGroup.js +1 -11
- package/dist/RadioGroup.d.ts +16 -16
- package/dist/RadioGroup.js +40 -92
- package/dist/Select.d.ts +7 -6
- package/dist/Select.js +81 -135
- package/dist/Separator.js +13 -15
- package/dist/Slider/SliderBase.js +129 -188
- package/dist/Slider.js +4 -41
- package/dist/Switch/SwitchBase.js +84 -106
- package/dist/Switch.d.ts +6 -6
- package/dist/Switch.js +34 -49
- package/dist/Tabs/TabsBase.d.ts +18 -18
- package/dist/Tabs/TabsBase.js +12 -71
- package/dist/Tabs/tabsStoryData.js +2 -2
- package/dist/Tabs/tabsUtils.d.ts +17 -17
- package/dist/Tabs.d.ts +14 -14
- package/dist/Tabs.js +67 -130
- package/dist/Textarea/TextareaUtils.d.ts +1 -1
- package/dist/Textarea/TextareaUtils.js +24 -31
- package/dist/Textarea.d.ts +12 -11
- package/dist/Textarea.js +49 -84
- package/dist/Toggle/ToggleBase.d.ts +4 -4
- package/dist/Toggle/ToggleBase.js +2 -27
- package/dist/Toggle.js +1 -11
- package/dist/ToggleGroup/ToggleGroupBase.d.ts +8 -8
- package/dist/ToggleGroup/ToggleGroupBase.js +6 -35
- package/dist/ToggleGroup.js +1 -1
- package/dist/Tooltip/TooltipBase.d.ts +1 -1
- package/dist/Tooltip/TooltipBase.js +5 -47
- package/dist/Tray/TrayStoriesData.d.ts +1 -1
- package/dist/Tray/TrayStoriesData.js +22 -134
- package/dist/Tray.d.ts +6 -2
- package/dist/Tray.js +55 -68
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Alert/Alert.d.ts +5 -5
- package/dist/components/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Alert/AlertBase.d.ts +10 -1
- package/dist/components/Alert/AlertBase.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Badge/Badge.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroupButton.d.ts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.d.ts +4 -4
- package/dist/components/ButtonIcon/ButtonIcon.d.ts.map +1 -1
- package/dist/components/Card/Card.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox/CheckboxBase.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.d.ts +1 -1
- package/dist/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/components/Dialog/DialogBase.d.ts +17 -17
- package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.d.ts +6 -6
- package/dist/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/components/HoverCard/HoverCard.d.ts +5 -4
- package/dist/components/HoverCard/HoverCard.d.ts.map +1 -1
- package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -1
- package/dist/components/Icons/AnnotationsIcon.d.ts.map +1 -1
- package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -1
- package/dist/components/Icons/CalendarIcon.d.ts.map +1 -1
- package/dist/components/Icons/CheckCircleIcon.d.ts.map +1 -1
- package/dist/components/Icons/CheckSquareIcon.d.ts.map +1 -1
- package/dist/components/Icons/CheckmarkIcon.d.ts.map +1 -1
- package/dist/components/Icons/ChevronDownIcon.d.ts.map +1 -1
- package/dist/components/Icons/ChevronUpIcon.d.ts.map +1 -1
- package/dist/components/Icons/ClockIcon.d.ts.map +1 -1
- package/dist/components/Icons/CloseCircleIcon.d.ts.map +1 -1
- package/dist/components/Icons/CloseIcon.d.ts.map +1 -1
- package/dist/components/Icons/DashboardIcon.d.ts.map +1 -1
- package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -1
- package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
- package/dist/components/Icons/DurationIcon.d.ts.map +1 -1
- package/dist/components/Icons/EmailIcon.d.ts.map +1 -1
- package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
- package/dist/components/Icons/ErrorIcon.d.ts.map +1 -1
- package/dist/components/Icons/EyeClosedIcon.d.ts.map +1 -1
- package/dist/components/Icons/EyeClosedIcon2.d.ts.map +1 -1
- package/dist/components/Icons/EyeOpenIcon.d.ts.map +1 -1
- package/dist/components/Icons/GoToFirstIcon.d.ts.map +1 -1
- package/dist/components/Icons/GoToLastIcon.d.ts.map +1 -1
- package/dist/components/Icons/HarmonicCursorsIcon.d.ts.map +1 -1
- package/dist/components/Icons/IconBase.d.ts.map +1 -1
- package/dist/components/Icons/InfoIcon.d.ts.map +1 -1
- package/dist/components/Icons/LabelIcon.d.ts.map +1 -1
- package/dist/components/Icons/LassoIcon.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -1
- package/dist/components/Icons/LiveViewIcon.d.ts.map +1 -1
- package/dist/components/Icons/LoaderIcon.d.ts.map +1 -1
- package/dist/components/Icons/LocationIcon.d.ts.map +1 -1
- package/dist/components/Icons/LogoutIcon.d.ts.map +1 -1
- package/dist/components/Icons/MessagesIcon.d.ts.map +1 -1
- package/dist/components/Icons/MetadataIcon.d.ts.map +1 -1
- package/dist/components/Icons/MinusIcon.d.ts.map +1 -1
- package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
- package/dist/components/Icons/PanelIconClose.d.ts.map +1 -1
- package/dist/components/Icons/PanelIconOpen.d.ts.map +1 -1
- package/dist/components/Icons/PlayIcon.d.ts.map +1 -1
- package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
- package/dist/components/Icons/ResetIcon.d.ts.map +1 -1
- package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -1
- package/dist/components/Icons/ScissorsIcon.d.ts.map +1 -1
- package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
- package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -1
- package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -1
- package/dist/components/Icons/StackIcon.d.ts.map +1 -1
- package/dist/components/Icons/StarIcon.d.ts.map +1 -1
- package/dist/components/Icons/TrashIcon.d.ts.map +1 -1
- package/dist/components/Icons/UndoIcon.d.ts.map +1 -1
- package/dist/components/Icons/UserIcon.d.ts.map +1 -1
- package/dist/components/Icons/WarningIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomXIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
- package/dist/components/Input/Input.d.ts +22 -22
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/Input/InputUtils.d.ts.map +1 -1
- package/dist/components/InputGroup/InputGroup.d.ts.map +1 -1
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -1
- package/dist/components/Label/Label.d.ts.map +1 -1
- package/dist/components/MultiSelect/MultiSelectBase.d.ts +24 -24
- package/dist/components/MultiSelect/MultiSelectBase.d.ts.map +1 -1
- package/dist/components/MultiSelect/MutiSelect.d.ts +6 -6
- package/dist/components/MultiSelect/MutiSelect.d.ts.map +1 -1
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts +8 -8
- package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +16 -16
- package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +7 -6
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Separator/Separator.d.ts.map +1 -1
- package/dist/components/Slider/Slider.d.ts.map +1 -1
- package/dist/components/Slider/SliderBase.d.ts.map +1 -1
- package/dist/components/Switch/Switch.d.ts +6 -6
- package/dist/components/Switch/Switch.d.ts.map +1 -1
- package/dist/components/Switch/SwitchBase.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.d.ts +14 -14
- package/dist/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/components/Tabs/TabsBase.d.ts +18 -18
- package/dist/components/Tabs/TabsBase.d.ts.map +1 -1
- package/dist/components/Tabs/tabsStoryData.d.ts.map +1 -1
- package/dist/components/Tabs/tabsUtils.d.ts +17 -17
- package/dist/components/Tabs/tabsUtils.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts +12 -11
- package/dist/components/Textarea/Textarea.d.ts.map +1 -1
- package/dist/components/Textarea/TextareaUtils.d.ts +1 -1
- package/dist/components/Textarea/TextareaUtils.d.ts.map +1 -1
- package/dist/components/Toggle/Toggle.d.ts.map +1 -1
- package/dist/components/Toggle/ToggleBase.d.ts +4 -4
- package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroupBase.d.ts +8 -8
- package/dist/components/ToggleGroup/ToggleGroupBase.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/TooltipBase.d.ts +1 -1
- package/dist/components/Tooltip/TooltipBase.d.ts.map +1 -1
- package/dist/components/Tray/Tray.d.ts +6 -2
- package/dist/components/Tray/Tray.d.ts.map +1 -1
- package/dist/components/Tray/TrayStoriesData.d.ts +1 -1
- package/dist/components/Tray/TrayStoriesData.d.ts.map +1 -1
- package/dist/features/AuthCard/AuthCard.d.ts.map +1 -1
- package/dist/features/AuthCard/AuthToggle.d.ts.map +1 -1
- package/dist/features/AuthCard/AuthToggle.js +4 -20
- package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts +1 -1
- package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts.map +1 -1
- package/dist/features/AuthCard/ForgotPasswordEmailForm.js +5 -21
- package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts +1 -1
- package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts.map +1 -1
- package/dist/features/AuthCard/ForgotPasswordResetForm.js +5 -50
- package/dist/features/AuthCard/OTPInput.d.ts +1 -1
- package/dist/features/AuthCard/OTPInput.d.ts.map +1 -1
- package/dist/features/AuthCard/OTPInput.js +3 -21
- package/dist/features/AuthCard/PasswordInput.d.ts +1 -1
- package/dist/features/AuthCard/PasswordInput.d.ts.map +1 -1
- package/dist/features/AuthCard/PasswordInput.js +9 -50
- package/dist/features/AuthCard/SignInForm.d.ts.map +1 -1
- package/dist/features/AuthCard/SignInForm.js +7 -51
- package/dist/features/AuthCard/SignUpForm.d.ts.map +1 -1
- package/dist/features/AuthCard/SignUpForm.js +10 -55
- package/dist/features/AuthCard.js +144 -248
- package/dist/features/ClearDialog/ClearDialog.d.ts.map +1 -1
- package/dist/features/ClearDialog.js +10 -10
- package/dist/features/LabelingTools/LabelingTools.d.ts.map +1 -1
- package/dist/features/LabelingTools.js +21 -56
- package/dist/features/SensorMetadata/SensorMetadata.d.ts.map +1 -1
- package/dist/features/SensorMetadata.js +20 -20
- package/dist/features/SettingsPopover/SettingsPopover.d.ts.map +1 -1
- package/dist/features/SettingsPopover.js +14 -14
- package/dist/hooks/useAccordionAutoScroll.d.ts.map +1 -1
- package/dist/hooks/useControllableState.d.ts.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/primitives/button.d.ts.map +1 -1
- package/dist/primitives/input.d.ts.map +1 -1
- package/dist/primitives/input.js +4 -1
- package/dist/primitives/select.d.ts +1 -1
- package/dist/primitives/select.d.ts.map +1 -1
- package/dist/primitives/select.js +7 -55
- package/dist/primitives/slot.d.ts.map +1 -1
- package/dist/primitives/slot.js +1 -4
- package/dist/primitives/textarea.d.ts.map +1 -1
- package/dist/primitives/textarea.js +3 -1
- package/dist/styles/main.css +1 -1
- package/dist/utils/formFieldUtils.d.ts +4 -2
- package/dist/utils/formFieldUtils.d.ts.map +1 -1
- package/dist/utils/formFieldUtils.js +3 -34
- package/dist/utils/refs.d.ts.map +1 -1
- package/package.json +23 -16
package/dist/Icons/EmailIcon.js
CHANGED
|
@@ -3,27 +3,11 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import m from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const d = ({ className: r, ariaHidden: n, title: t, description: e, size: a = 24, ...i }, s) => /* @__PURE__ */ l(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: t,
|
|
12
|
-
description: e,
|
|
13
|
-
ariaHidden: n,
|
|
14
|
-
ref: s,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...i,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z" }),
|
|
23
|
-
/* @__PURE__ */ o("path", { d: "M3 7l9 6l9 -6" })
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
), p = c(d);
|
|
6
|
+
const d = ({ className: r, ariaHidden: n, title: t, description: e, size: a = 24, ...i }, s) => /* @__PURE__ */ l(m, { size: a, className: r, title: t, description: e, ariaHidden: n, ref: s, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "M3 7l9 6l9 -6" })
|
|
10
|
+
] }), p = c(d);
|
|
27
11
|
p.displayName = "EmailIcon";
|
|
28
12
|
export {
|
|
29
13
|
p as EmailIcon
|
package/dist/Icons/EraserIcon.js
CHANGED
|
@@ -5,43 +5,22 @@ import l, { SvgIdContext as h } from "./IconBase.js";
|
|
|
5
5
|
import { forwardRef as p, useContext as C } from "react";
|
|
6
6
|
const u = ({ className: e, ariaHidden: n, title: i, description: s, size: c = 24, ...d }, a) => {
|
|
7
7
|
const o = C(h);
|
|
8
|
-
return /* @__PURE__ */ t(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
stroke: "currentColor",
|
|
25
|
-
strokeWidth: "2",
|
|
26
|
-
strokeLinecap: "round",
|
|
27
|
-
strokeLinejoin: "round"
|
|
28
|
-
}
|
|
29
|
-
),
|
|
30
|
-
/* @__PURE__ */ r(
|
|
31
|
-
"path",
|
|
32
|
-
{
|
|
33
|
-
d: "M17.4545 13.3636L11.0908 6.99994",
|
|
34
|
-
stroke: "currentColor",
|
|
35
|
-
strokeWidth: "2",
|
|
36
|
-
strokeLinecap: "round",
|
|
37
|
-
strokeLinejoin: "round"
|
|
38
|
-
}
|
|
39
|
-
)
|
|
40
|
-
] }),
|
|
41
|
-
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: `${o}-clip0_2279_97`, children: /* @__PURE__ */ r("rect", { width: "22", height: "20", fill: "white", transform: "translate(1 2)" }) }) })
|
|
42
|
-
]
|
|
43
|
-
}
|
|
44
|
-
);
|
|
8
|
+
return /* @__PURE__ */ t(l, { size: c, className: e, title: i, description: s, ariaHidden: n, ref: a, ...d, children: [
|
|
9
|
+
/* @__PURE__ */ t("g", { clipPath: `url(#${o}-clip0_2279_97)`, children: [
|
|
10
|
+
/* @__PURE__ */ r(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
d: "M20.1819 20.6363H7.72525L3.22034 15.9945C3.02104 15.7922 2.90918 15.5186 2.90918 15.2335C2.90918 14.9483 3.02104 14.6747 3.22034 14.4724L13.9208 3.67749C14.1213 3.47644 14.3925 3.36359 14.6752 3.36359C14.9579 3.36359 15.2291 3.47644 15.4296 3.67749L20.7798 9.07495C20.9791 9.27721 21.091 9.55081 21.091 9.836C21.091 10.1212 20.9791 10.3948 20.7798 10.597L10.9354 20.6363",
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeWidth: "2",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ r("path", { d: "M17.4545 13.3636L11.0908 6.99994", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
21
|
+
] }),
|
|
22
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: `${o}-clip0_2279_97`, children: /* @__PURE__ */ r("rect", { width: "22", height: "20", fill: "white", transform: "translate(1 2)" }) }) })
|
|
23
|
+
] });
|
|
45
24
|
}, L = p(u);
|
|
46
25
|
L.displayName = "EraserIcon";
|
|
47
26
|
export {
|
package/dist/Icons/ErrorIcon.js
CHANGED
|
@@ -3,28 +3,12 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
4
4
|
import p from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const m = ({ className: o, ariaHidden: n, title: t, description: e, size: s = 24, ...a }, d) => /* @__PURE__ */ i(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
description: e,
|
|
13
|
-
ariaHidden: n,
|
|
14
|
-
ref: d,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...a,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ r("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
-
/* @__PURE__ */ r("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
|
|
23
|
-
/* @__PURE__ */ r("path", { d: "M12 9v4" }),
|
|
24
|
-
/* @__PURE__ */ r("path", { d: "M12 16v.01" })
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
), h = c(m);
|
|
6
|
+
const m = ({ className: o, ariaHidden: n, title: t, description: e, size: s = 24, ...a }, d) => /* @__PURE__ */ i(p, { size: s, className: o, title: t, description: e, ariaHidden: n, ref: d, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...a, children: [
|
|
7
|
+
/* @__PURE__ */ r("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
/* @__PURE__ */ r("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
|
|
9
|
+
/* @__PURE__ */ r("path", { d: "M12 9v4" }),
|
|
10
|
+
/* @__PURE__ */ r("path", { d: "M12 16v.01" })
|
|
11
|
+
] }), h = c(m);
|
|
28
12
|
h.displayName = "ErrorIcon";
|
|
29
13
|
export {
|
|
30
14
|
h as ErrorIcon
|
|
@@ -3,30 +3,14 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as p, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import a from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const i = ({ className: e, ariaHidden: r, title: t, description: n, size: d = 24, ...s }, l) => /* @__PURE__ */ p(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
ref: l,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...s,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M21 9c-2.4 2.667 -5.4 4 -9 4c-3.6 0 -6.6 -1.333 -9 -4" }),
|
|
23
|
-
/* @__PURE__ */ o("path", { d: "M3 15l2.5 -3.8" }),
|
|
24
|
-
/* @__PURE__ */ o("path", { d: "M21 14.976l-2.492 -3.776" }),
|
|
25
|
-
/* @__PURE__ */ o("path", { d: "M9 17l.5 -4" }),
|
|
26
|
-
/* @__PURE__ */ o("path", { d: "M15 17l-.5 -4" })
|
|
27
|
-
]
|
|
28
|
-
}
|
|
29
|
-
), h = c(i);
|
|
6
|
+
const i = ({ className: e, ariaHidden: r, title: t, description: n, size: d = 24, ...s }, l) => /* @__PURE__ */ p(a, { size: d, className: e, title: t, description: n, ariaHidden: r, ref: l, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...s, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M21 9c-2.4 2.667 -5.4 4 -9 4c-3.6 0 -6.6 -1.333 -9 -4" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "M3 15l2.5 -3.8" }),
|
|
10
|
+
/* @__PURE__ */ o("path", { d: "M21 14.976l-2.492 -3.776" }),
|
|
11
|
+
/* @__PURE__ */ o("path", { d: "M9 17l.5 -4" }),
|
|
12
|
+
/* @__PURE__ */ o("path", { d: "M15 17l-.5 -4" })
|
|
13
|
+
] }), h = c(i);
|
|
30
14
|
h.displayName = "EyeClosedIcon";
|
|
31
15
|
export {
|
|
32
16
|
h as EyeClosedIcon
|
|
@@ -3,28 +3,12 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as a, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import i from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const l = ({ className: e, ariaHidden: r, title: n, description: t, size: s = 24, ...c }, d) => /* @__PURE__ */ a(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: r,
|
|
14
|
-
ref: d,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...c,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "M10.585 10.587a2 2 0 0 0 2.829 2.828" }),
|
|
23
|
-
/* @__PURE__ */ o("path", { d: "M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87" }),
|
|
24
|
-
/* @__PURE__ */ o("path", { d: "M3 3l18 18" })
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
), m = p(l);
|
|
6
|
+
const l = ({ className: e, ariaHidden: r, title: n, description: t, size: s = 24, ...c }, d) => /* @__PURE__ */ a(i, { size: s, className: e, title: n, description: t, ariaHidden: r, ref: d, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...c, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M10.585 10.587a2 2 0 0 0 2.829 2.828" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87" }),
|
|
10
|
+
/* @__PURE__ */ o("path", { d: "M3 3l18 18" })
|
|
11
|
+
] }), m = p(l);
|
|
28
12
|
m.displayName = "EyeClosedIcon2";
|
|
29
13
|
export {
|
|
30
14
|
m as EyeClosedIcon2
|
|
@@ -3,26 +3,10 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as p, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import a from "./IconBase.js";
|
|
5
5
|
import { forwardRef as d } from "react";
|
|
6
|
-
const m = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...s }, i) => /* @__PURE__ */ p(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
className: r,
|
|
11
|
-
title: n,
|
|
12
|
-
description: t,
|
|
13
|
-
ariaHidden: e,
|
|
14
|
-
ref: i,
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeWidth: 2,
|
|
17
|
-
strokeLinecap: "round",
|
|
18
|
-
strokeLinejoin: "round",
|
|
19
|
-
...s,
|
|
20
|
-
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
|
|
22
|
-
/* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "3" })
|
|
23
|
-
]
|
|
24
|
-
}
|
|
25
|
-
), f = d(m);
|
|
6
|
+
const m = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...s }, i) => /* @__PURE__ */ p(a, { size: c, className: r, title: n, description: t, ariaHidden: e, ref: i, stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", ...s, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
|
|
8
|
+
/* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "3" })
|
|
9
|
+
] }), f = d(m);
|
|
26
10
|
f.displayName = "EyeOpenIcon";
|
|
27
11
|
export {
|
|
28
12
|
f as EyeOpenIcon
|
|
@@ -3,40 +3,10 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import p from "./IconBase.js";
|
|
5
5
|
import { forwardRef as a } from "react";
|
|
6
|
-
const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, c) => /* @__PURE__ */ d(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
className: r,
|
|
11
|
-
title: e,
|
|
12
|
-
description: n,
|
|
13
|
-
ariaHidden: t,
|
|
14
|
-
ref: c,
|
|
15
|
-
...i,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ o(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
d: "M18.1765 19.6501L10.7647 12.0001L18.1765 4.3501",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M5.82353 4.3501V19.6501",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
)
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
), m = a(k);
|
|
6
|
+
const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, c) => /* @__PURE__ */ d(p, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: c, ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { d: "M18.1765 19.6501L10.7647 12.0001L18.1765 4.3501", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M5.82353 4.3501V19.6501", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
9
|
+
] }), m = a(k);
|
|
40
10
|
m.displayName = "GoToFirstIcon";
|
|
41
11
|
export {
|
|
42
12
|
m as GoToFirstIcon
|
|
@@ -3,40 +3,10 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import d from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const L = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, a) => /* @__PURE__ */ c(
|
|
7
|
-
d,
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
className: r,
|
|
11
|
-
title: e,
|
|
12
|
-
description: n,
|
|
13
|
-
ariaHidden: t,
|
|
14
|
-
ref: a,
|
|
15
|
-
...i,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ o(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
d: "M5.75 19.2858L13.25 12.0001L5.75 4.71436",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: "M18.25 4.71436V19.2858",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
)
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
), k = p(L);
|
|
6
|
+
const L = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, a) => /* @__PURE__ */ c(d, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: a, ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { d: "M5.75 19.2858L13.25 12.0001L5.75 4.71436", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M18.25 4.71436V19.2858", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
9
|
+
] }), k = p(L);
|
|
40
10
|
k.displayName = "GoToLastIcon";
|
|
41
11
|
export {
|
|
42
12
|
k as GoToLastIcon
|
|
@@ -3,37 +3,10 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as m, jsx as r } from "react/jsx-runtime";
|
|
4
4
|
import a from "./IconBase.js";
|
|
5
5
|
import { forwardRef as C } from "react";
|
|
6
|
-
const d = ({ className: o, ariaHidden: s, title: t, description: n, size: e = 24, ...c }, i) => /* @__PURE__ */ m(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
className: o,
|
|
11
|
-
title: t,
|
|
12
|
-
description: n,
|
|
13
|
-
ariaHidden: s,
|
|
14
|
-
ref: i,
|
|
15
|
-
...c,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ r(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
d: "M2.45453 13.4347C2.45453 13.4347 11.2804 -1.47771 21.5454 13.2072",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "1.85"
|
|
23
|
-
}
|
|
24
|
-
),
|
|
25
|
-
/* @__PURE__ */ r(
|
|
26
|
-
"path",
|
|
27
|
-
{
|
|
28
|
-
d: "M21.5454 12.9565C12.5912 43.9337 11.4062 -17.8068 2.45453 13.4348C7.71677 -11.6145 6.88298 16.2733 10.0909 16.3044C14.0847 16.3431 16.4288 -11.9102 21.5454 12.9565Z",
|
|
29
|
-
stroke: "currentColor",
|
|
30
|
-
strokeWidth: "1.85",
|
|
31
|
-
strokeLinejoin: "round"
|
|
32
|
-
}
|
|
33
|
-
)
|
|
34
|
-
]
|
|
35
|
-
}
|
|
36
|
-
), p = C(d);
|
|
6
|
+
const d = ({ className: o, ariaHidden: s, title: t, description: n, size: e = 24, ...c }, i) => /* @__PURE__ */ m(a, { size: e, className: o, title: t, description: n, ariaHidden: s, ref: i, ...c, children: [
|
|
7
|
+
/* @__PURE__ */ r("path", { d: "M2.45453 13.4347C2.45453 13.4347 11.2804 -1.47771 21.5454 13.2072", stroke: "currentColor", strokeWidth: "1.85" }),
|
|
8
|
+
/* @__PURE__ */ r("path", { d: "M21.5454 12.9565C12.5912 43.9337 11.4062 -17.8068 2.45453 13.4348C7.71677 -11.6145 6.88298 16.2733 10.0909 16.3044C14.0847 16.3431 16.4288 -11.9102 21.5454 12.9565Z", stroke: "currentColor", strokeWidth: "1.85", strokeLinejoin: "round" })
|
|
9
|
+
] }), p = C(d);
|
|
37
10
|
p.displayName = "HarmonicCursorsIcon";
|
|
38
11
|
export {
|
|
39
12
|
p as HarmonicCursorsIcon
|
package/dist/Icons/IconBase.js
CHANGED
|
@@ -4,28 +4,11 @@ import { jsxs as w, jsx as t } from "react/jsx-runtime";
|
|
|
4
4
|
import { createContext as x, forwardRef as B, useId as g } from "react";
|
|
5
5
|
const m = x(""), p = B(function({ children: c, title: o, size: n = 24, ariaHidden: r = !0, description: d = "", className: a = "", style: f, ...h }, v) {
|
|
6
6
|
const s = g(), e = o !== void 0 ? !1 : r, i = !e && o ? `${s}_title` : "", l = !e && d ? `${s}_desc` : "", u = [i, l].filter(Boolean).join(" ") || void 0;
|
|
7
|
-
return /* @__PURE__ */ w(
|
|
8
|
-
"
|
|
9
|
-
{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
className: a,
|
|
14
|
-
role: "img",
|
|
15
|
-
"aria-hidden": e,
|
|
16
|
-
"aria-labelledby": u,
|
|
17
|
-
ref: v,
|
|
18
|
-
style: f,
|
|
19
|
-
fill: "none",
|
|
20
|
-
viewBox: "0 0 24 24",
|
|
21
|
-
...h,
|
|
22
|
-
children: [
|
|
23
|
-
!e && o && /* @__PURE__ */ t("title", { id: i, children: o }),
|
|
24
|
-
!e && d && /* @__PURE__ */ t("desc", { id: l, children: d }),
|
|
25
|
-
/* @__PURE__ */ t(m.Provider, { value: s, children: c })
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
);
|
|
7
|
+
return /* @__PURE__ */ w("svg", { height: n, width: n, xmlns: "http://www.w3.org/2000/svg", className: a, role: "img", "aria-hidden": e, "aria-labelledby": u, ref: v, style: f, fill: "none", viewBox: "0 0 24 24", ...h, children: [
|
|
8
|
+
!e && o && /* @__PURE__ */ t("title", { id: i, children: o }),
|
|
9
|
+
!e && d && /* @__PURE__ */ t("desc", { id: l, children: d }),
|
|
10
|
+
/* @__PURE__ */ t(m.Provider, { value: s, children: c })
|
|
11
|
+
] });
|
|
29
12
|
});
|
|
30
13
|
export {
|
|
31
14
|
m as SvgIdContext,
|
package/dist/Icons/InfoIcon.js
CHANGED
|
@@ -3,32 +3,11 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import k from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const a = ({ className: r, ariaHidden: n, title: t, description: e, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
|
|
7
|
-
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: t,
|
|
12
|
-
description: e,
|
|
13
|
-
ariaHidden: n,
|
|
14
|
-
ref: d,
|
|
15
|
-
...i,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ o(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ o("path", { d: "M12 16.5V11.1", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
28
|
-
/* @__PURE__ */ o("path", { d: "M12 7.5H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
29
|
-
]
|
|
30
|
-
}
|
|
31
|
-
), u = p(a);
|
|
6
|
+
const a = ({ className: r, ariaHidden: n, title: t, description: e, size: s = 24, ...i }, d) => /* @__PURE__ */ c(k, { size: s, className: r, title: t, description: e, ariaHidden: n, ref: d, ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o("path", { d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
/* @__PURE__ */ o("path", { d: "M12 16.5V11.1", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
/* @__PURE__ */ o("path", { d: "M12 7.5H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
10
|
+
] }), u = p(a);
|
|
32
11
|
u.displayName = "InfoIcon";
|
|
33
12
|
export {
|
|
34
13
|
u as InfoIcon
|
package/dist/Icons/LabelIcon.js
CHANGED
|
@@ -3,27 +3,15 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import s from "./IconBase.js";
|
|
5
5
|
import { forwardRef as i } from "react";
|
|
6
|
-
const m = ({ className: r, ariaHidden: e, title: t, description: a, size: n = 24, ...C }, c) => /* @__PURE__ */ o(
|
|
7
|
-
|
|
6
|
+
const m = ({ className: r, ariaHidden: e, title: t, description: a, size: n = 24, ...C }, c) => /* @__PURE__ */ o(s, { size: n, className: r, title: t, description: a, ariaHidden: e, ref: c, ...C, children: /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
8
|
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
ariaHidden: e,
|
|
14
|
-
ref: c,
|
|
15
|
-
...C,
|
|
16
|
-
children: /* @__PURE__ */ o(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
d: "M7.41926 7.5197H7.62014M3 5.00875V11.2074C3 11.7401 3.21163 12.251 3.58835 12.6278L11.3723 20.4117C12.1567 21.1961 13.4287 21.1961 14.2131 20.4117L20.4117 14.2131C21.1961 13.4287 21.1961 12.1567 20.4117 11.3723L12.6278 3.58835C12.251 3.21163 11.7401 3 11.2074 3H5.00875C3.89935 3 3 3.89935 3 5.00875ZM8.02189 7.5197C8.02189 7.79705 7.79705 8.02189 7.5197 8.02189C7.24235 8.02189 7.01751 7.79705 7.01751 7.5197C7.01751 7.24235 7.24235 7.01751 7.5197 7.01751C7.79705 7.01751 8.02189 7.24235 8.02189 7.5197Z",
|
|
20
|
-
stroke: "currentColor",
|
|
21
|
-
strokeWidth: "2",
|
|
22
|
-
strokeLinecap: "square"
|
|
23
|
-
}
|
|
24
|
-
)
|
|
9
|
+
d: "M7.41926 7.5197H7.62014M3 5.00875V11.2074C3 11.7401 3.21163 12.251 3.58835 12.6278L11.3723 20.4117C12.1567 21.1961 13.4287 21.1961 14.2131 20.4117L20.4117 14.2131C21.1961 13.4287 21.1961 12.1567 20.4117 11.3723L12.6278 3.58835C12.251 3.21163 11.7401 3 11.2074 3H5.00875C3.89935 3 3 3.89935 3 5.00875ZM8.02189 7.5197C8.02189 7.79705 7.79705 8.02189 7.5197 8.02189C7.24235 8.02189 7.01751 7.79705 7.01751 7.5197C7.01751 7.24235 7.24235 7.01751 7.5197 7.01751C7.79705 7.01751 8.02189 7.24235 8.02189 7.5197Z",
|
|
10
|
+
stroke: "currentColor",
|
|
11
|
+
strokeWidth: "2",
|
|
12
|
+
strokeLinecap: "square"
|
|
25
13
|
}
|
|
26
|
-
), p = i(m);
|
|
14
|
+
) }), p = i(m);
|
|
27
15
|
p.displayName = "LabelIcon";
|
|
28
16
|
export {
|
|
29
17
|
p as LabelIcon
|
package/dist/Icons/LassoIcon.js
CHANGED
|
@@ -3,50 +3,29 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import a from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, C) => /* @__PURE__ */ d(
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
{
|
|
30
|
-
d: "M7.45466 21.091C6.89087 20.6681 6.43312 20.12 6.11757 19.4899C5.80202 18.8597 5.63732 18.1648 5.63647 17.4601",
|
|
31
|
-
stroke: "currentColor",
|
|
32
|
-
strokeWidth: "2",
|
|
33
|
-
strokeLinecap: "round",
|
|
34
|
-
strokeLinejoin: "round"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ o(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
d: "M5.6363 17.4545C6.64045 17.4545 7.45448 16.6405 7.45448 15.6364C7.45448 14.6322 6.64045 13.8182 5.6363 13.8182C4.63214 13.8182 3.81812 14.6322 3.81812 15.6364C3.81812 16.6405 4.63214 17.4545 5.6363 17.4545Z",
|
|
41
|
-
stroke: "currentColor",
|
|
42
|
-
strokeWidth: "2",
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
}
|
|
46
|
-
)
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
), p = c(k);
|
|
6
|
+
const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, C) => /* @__PURE__ */ d(a, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: C, ...i, children: [
|
|
7
|
+
/* @__PURE__ */ o(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
d: "M4.45827 14.2428C3.4485 13.0425 2.90915 11.6286 2.90918 10.1818C2.90918 8.253 3.86697 6.40315 5.57185 5.03925C7.27672 3.67535 9.58903 2.90912 12.0001 2.90912C14.4111 2.90912 16.7235 3.67535 18.4283 5.03925C20.1332 6.40315 21.091 8.253 21.091 10.1818C21.091 12.1107 20.1332 13.9605 18.4283 15.3244C16.7235 16.6883 14.4111 17.4546 12.0001 17.4546C10.3394 17.4544 8.71042 17.0903 7.29009 16.4018",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: "2",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ o("path", { d: "M7.45466 21.091C6.89087 20.6681 6.43312 20.12 6.11757 19.4899C5.80202 18.8597 5.63732 18.1648 5.63647 17.4601", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
18
|
+
/* @__PURE__ */ o(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M5.6363 17.4545C6.64045 17.4545 7.45448 16.6405 7.45448 15.6364C7.45448 14.6322 6.64045 13.8182 5.6363 13.8182C4.63214 13.8182 3.81812 14.6322 3.81812 15.6364C3.81812 16.6405 4.63214 17.4545 5.6363 17.4545Z",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
strokeWidth: "2",
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round"
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
] }), p = c(k);
|
|
50
29
|
p.displayName = "LassoIcon";
|
|
51
30
|
export {
|
|
52
31
|
p as LassoIcon
|
|
@@ -3,25 +3,13 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsx as C } from "react/jsx-runtime";
|
|
4
4
|
import l from "./IconBase.js";
|
|
5
5
|
import { forwardRef as m } from "react";
|
|
6
|
-
const f = ({ className: o, ariaHidden: r, title: n, description: e, size: i = 24, ...t }, c) => /* @__PURE__ */ C(
|
|
7
|
-
|
|
6
|
+
const f = ({ className: o, ariaHidden: r, title: n, description: e, size: i = 24, ...t }, c) => /* @__PURE__ */ C(l, { size: i, className: o, title: n, description: e, ariaHidden: r, ref: c, ...t, children: /* @__PURE__ */ C(
|
|
7
|
+
"path",
|
|
8
8
|
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
title: n,
|
|
12
|
-
description: e,
|
|
13
|
-
ariaHidden: r,
|
|
14
|
-
ref: c,
|
|
15
|
-
...t,
|
|
16
|
-
children: /* @__PURE__ */ C(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
d: "M20 16.2V7.8C21.2 7.4 22 6.3 22 5C22 3.3 20.7 2 19 2C17.7 2 16.6 2.8 16.2 4H7.8C7.4 2.8 6.3 2 5 2C3.3 2 2 3.3 2 5C2 6.3 2.8 7.4 4 7.8V16.2C2.8 16.6 2 17.7 2 19C2 20.7 3.3 22 5 22C6.3 22 7.4 21.2 7.8 20H16.2C16.6 21.2 17.7 22 19 22C20.7 22 22 20.7 22 19C22 17.7 21.2 16.6 20 16.2ZM16.2 18H7.8C7.5 17.2 6.8 16.5 6 16.2V7.8C6.8 7.5 7.5 6.8 7.8 6H16.2C16.5 6.8 17.2 7.5 18 7.8V16.2C17.2 16.5 16.5 17.2 16.2 18ZM19 4C19.6 4 20 4.4 20 5C20 5.6 19.6 6 19 6C18.4 6 18 5.6 18 5C18 4.4 18.4 4 19 4ZM5 4C5.6 4 6 4.4 6 5C6 5.6 5.6 6 5 6C4.4 6 4 5.6 4 5C4 4.4 4.4 4 5 4ZM5 20C4.4 20 4 19.6 4 19C4 18.4 4.4 18 5 18C5.6 18 6 18.4 6 19C6 19.6 5.6 20 5 20ZM19 20C18.4 20 18 19.6 18 19C18 18.4 18.4 18 19 18C19.6 18 20 18.4 20 19C20 19.6 19.6 20 19 20Z",
|
|
20
|
-
fill: "currentColor"
|
|
21
|
-
}
|
|
22
|
-
)
|
|
9
|
+
d: "M20 16.2V7.8C21.2 7.4 22 6.3 22 5C22 3.3 20.7 2 19 2C17.7 2 16.6 2.8 16.2 4H7.8C7.4 2.8 6.3 2 5 2C3.3 2 2 3.3 2 5C2 6.3 2.8 7.4 4 7.8V16.2C2.8 16.6 2 17.7 2 19C2 20.7 3.3 22 5 22C6.3 22 7.4 21.2 7.8 20H16.2C16.6 21.2 17.7 22 19 22C20.7 22 22 20.7 22 19C22 17.7 21.2 16.6 20 16.2ZM16.2 18H7.8C7.5 17.2 6.8 16.5 6 16.2V7.8C6.8 7.5 7.5 6.8 7.8 6H16.2C16.5 6.8 17.2 7.5 18 7.8V16.2C17.2 16.5 16.5 17.2 16.2 18ZM19 4C19.6 4 20 4.4 20 5C20 5.6 19.6 6 19 6C18.4 6 18 5.6 18 5C18 4.4 18.4 4 19 4ZM5 4C5.6 4 6 4.4 6 5C6 5.6 5.6 6 5 6C4.4 6 4 5.6 4 5C4 4.4 4.4 4 5 4ZM5 20C4.4 20 4 19.6 4 19C4 18.4 4.4 18 5 18C5.6 18 6 18.4 6 19C6 19.6 5.6 20 5 20ZM19 20C18.4 20 18 19.6 18 19C18 18.4 18.4 18 19 18C19.6 18 20 18.4 20 19C20 19.6 19.6 20 19 20Z",
|
|
10
|
+
fill: "currentColor"
|
|
23
11
|
}
|
|
24
|
-
), p = m(f);
|
|
12
|
+
) }), p = m(f);
|
|
25
13
|
p.displayName = "LineToolIcon";
|
|
26
14
|
export {
|
|
27
15
|
p as LineToolIcon
|