@spear-ai/spectral 1.3.42 → 1.3.44
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/.js +152 -106
- package/dist/Accordion/AccordionBase.d.ts +8 -8
- package/dist/Alert/AlertBase.d.ts +14 -0
- package/dist/Alert/AlertBase.js +63 -0
- package/dist/Alert.d.ts +12 -0
- package/dist/Alert.js +102 -0
- package/dist/Avatar.d.ts +2 -0
- package/dist/Avatar.js +1 -0
- package/dist/Badge/BadgeBase.d.ts +1 -1
- package/dist/Button.d.ts +2 -2
- package/dist/Button.js +24 -30
- package/dist/Checkbox/CheckboxBase.d.ts +5 -5
- package/dist/Dialog/DialogBase.d.ts +7 -7
- package/dist/Dialog/DialogBase.js +87 -86
- package/dist/Dialog.d.ts +1 -1
- package/dist/Drawer.d.ts +1 -1
- package/dist/Drawer.js +141 -139
- package/dist/Icons/AnnotationsIcon.d.ts +1 -1
- package/dist/Icons/AnnotationsIcon.js +8 -7
- package/dist/Icons/CalendarIcon.d.ts +1 -1
- package/dist/Icons/CalendarIcon.js +9 -8
- package/dist/Icons/CheckCircleIcon.d.ts +3 -0
- package/dist/Icons/CheckCircleIcon.js +29 -0
- package/dist/Icons/CheckSquareIcon.d.ts +3 -0
- package/dist/Icons/CheckSquareIcon.js +29 -0
- package/dist/Icons/ChevronDownIcon.d.ts +3 -0
- package/dist/Icons/ChevronDownIcon.js +28 -0
- package/dist/Icons/ChevronUpIcon.d.ts +3 -0
- package/dist/Icons/ChevronUpIcon.js +28 -0
- package/dist/Icons/ClockIcon.d.ts +1 -1
- package/dist/Icons/ClockIcon.js +9 -8
- package/dist/Icons/CloseCircleIcon.d.ts +3 -0
- package/dist/Icons/CloseCircleIcon.js +29 -0
- package/dist/Icons/CloseIcon.d.ts +3 -0
- package/dist/Icons/CloseIcon.js +28 -0
- package/dist/Icons/DashboardIcon.d.ts +1 -1
- package/dist/Icons/DashboardIcon.js +9 -8
- package/dist/Icons/DeleteIcon.d.ts +1 -1
- package/dist/Icons/DeleteIcon.js +9 -8
- package/dist/Icons/DurationIcon.d.ts +1 -1
- package/dist/Icons/DurationIcon.js +9 -8
- package/dist/Icons/EraserIcon.d.ts +1 -1
- package/dist/Icons/EraserIcon.js +9 -8
- package/dist/Icons/ErrorIcon.d.ts +3 -0
- package/dist/Icons/ErrorIcon.js +30 -0
- package/dist/Icons/EyeClosedIcon.d.ts +3 -0
- package/dist/Icons/EyeClosedIcon.js +32 -0
- package/dist/Icons/EyeClosedIcon2.d.ts +3 -0
- package/dist/Icons/EyeClosedIcon2.js +30 -0
- package/dist/Icons/EyeOpenIcon.d.ts +3 -0
- package/dist/Icons/EyeOpenIcon.js +28 -0
- package/dist/Icons/GoToFirstIcon.d.ts +1 -1
- package/dist/Icons/GoToFirstIcon.js +9 -8
- package/dist/Icons/GoToLastIcon.d.ts +1 -1
- package/dist/Icons/GoToLastIcon.js +9 -8
- package/dist/Icons/HarmonicCursorsIcon.d.ts +1 -1
- package/dist/Icons/HarmonicCursorsIcon.js +9 -8
- package/dist/Icons/IconBase.d.ts +3 -3
- package/dist/Icons/InfoIcon.d.ts +1 -1
- package/dist/Icons/InfoIcon.js +9 -8
- package/dist/Icons/LabelIcon.d.ts +1 -1
- package/dist/Icons/LabelIcon.js +8 -7
- package/dist/Icons/LassoIcon.d.ts +1 -1
- package/dist/Icons/LassoIcon.js +9 -8
- package/dist/Icons/LineToolIcon.d.ts +1 -1
- package/dist/Icons/LineToolIcon.js +9 -8
- package/dist/Icons/LiveViewIcon.d.ts +1 -1
- package/dist/Icons/LiveViewIcon.js +9 -8
- package/dist/Icons/LoaderIcon.d.ts +3 -0
- package/dist/Icons/LoaderIcon.js +53 -0
- package/dist/Icons/LocationIcon.d.ts +1 -1
- package/dist/Icons/LocationIcon.js +9 -8
- package/dist/Icons/LogoutIcon.d.ts +1 -1
- package/dist/Icons/LogoutIcon.js +8 -7
- package/dist/Icons/MetadataIcon.d.ts +1 -1
- package/dist/Icons/MetadataIcon.js +8 -7
- package/dist/Icons/OntologyIcon.d.ts +1 -1
- package/dist/Icons/OntologyIcon.js +9 -8
- package/dist/Icons/PanelIcon.d.ts +1 -1
- package/dist/Icons/PanelIcon.js +9 -8
- package/dist/Icons/PlayIcon.d.ts +1 -1
- package/dist/Icons/PlayIcon.js +8 -7
- package/dist/Icons/PlusIcon.d.ts +1 -1
- package/dist/Icons/PlusIcon.js +8 -7
- package/dist/Icons/ResetIcon.d.ts +1 -1
- package/dist/Icons/ResetIcon.js +8 -7
- package/dist/Icons/ScissorsIcon.d.ts +1 -1
- package/dist/Icons/ScissorsIcon.js +9 -8
- package/dist/Icons/SettingsIcon.d.ts +1 -1
- package/dist/Icons/SettingsIcon.js +9 -8
- package/dist/Icons/TrashIcon.d.ts +1 -1
- package/dist/Icons/TrashIcon.js +8 -7
- package/dist/Icons/UndoIcon.d.ts +1 -1
- package/dist/Icons/UndoIcon.js +8 -7
- package/dist/Icons/UserIcon.d.ts +1 -1
- package/dist/Icons/UserIcon.js +8 -7
- package/dist/Icons/WarningIcon.d.ts +1 -1
- package/dist/Icons/WarningIcon.js +8 -7
- package/dist/Icons/ZoomAllIcon.d.ts +1 -1
- package/dist/Icons/ZoomAllIcon.js +9 -8
- package/dist/Icons/ZoomXIcon.d.ts +1 -1
- package/dist/Icons/ZoomXIcon.js +9 -8
- package/dist/Icons/ZoomYIcon.d.ts +1 -1
- package/dist/Icons/ZoomYIcon.js +9 -8
- package/dist/Icons/index.d.ts +11 -0
- package/dist/Icons.js +82 -60
- package/dist/Input/InputUtils.d.ts +15 -0
- package/dist/Input/InputUtils.js +54 -0
- package/dist/Input.d.ts +24 -0
- package/dist/Input.js +170 -0
- package/dist/Label.d.ts +2 -2
- package/dist/MultiSelect/MultiSelectBase.d.ts +34 -0
- package/dist/MultiSelect/MultiSelectBase.js +321 -0
- package/dist/MultiSelect/MutiSelect.d.ts +15 -0
- package/dist/MultiSelect/MutiSelect.js +30 -0
- package/dist/Popover.d.ts +2 -2
- package/dist/Popover.js +61 -59
- package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +5 -3
- package/dist/RadioButtonGroup/RadioButtonGroupBase.js +43 -40
- package/dist/RadioButtonGroup.d.ts +2 -2
- package/dist/RadioButtonGroup.js +6 -6
- package/dist/RadioGroup/RadioGroupBase.d.ts +7 -7
- package/dist/RadioGroup.d.ts +1 -1
- package/dist/Select/SelectBase.d.ts +26 -0
- package/dist/Select/SelectBase.js +233 -0
- package/dist/Select.d.ts +50 -0
- package/dist/Select.js +136 -0
- package/dist/Skeleton.d.ts +1 -1
- package/dist/Slider/SliderBase.d.ts +7 -7
- package/dist/SpectralProvider.d.ts +1 -1
- package/dist/Switch/SwitchBase.d.ts +4 -4
- package/dist/Switch.d.ts +2 -2
- package/dist/Textarea/TextareaUtils.d.ts +19 -0
- package/dist/Textarea/TextareaUtils.js +54 -0
- package/dist/Textarea.d.ts +17 -0
- package/dist/Textarea.js +160 -0
- package/dist/Toggle/ToggleBase.d.ts +5 -4
- package/dist/Toggle/ToggleBase.js +30 -28
- package/dist/Toggle.d.ts +2 -2
- package/dist/ToggleGroup/ToggleGroupBase.d.ts +2 -2
- package/dist/ToggleGroup.d.ts +3 -3
- package/dist/Tooltip/TooltipBase.d.ts +8 -8
- package/dist/Tooltip.d.ts +1 -1
- package/dist/chevron-down-UbkgS76q.js +19 -0
- package/dist/components/Accordion/AccordionBase.d.ts +8 -8
- package/dist/components/Alert/Alert.d.ts +12 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Alert/AlertBase.d.ts +14 -0
- package/dist/components/Alert/AlertBase.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts +2 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Badge/BadgeBase.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Checkbox/CheckboxBase.d.ts +5 -5
- package/dist/components/Dialog/Dialog.d.ts +1 -1
- package/dist/components/Dialog/DialogBase.d.ts +7 -7
- package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.d.ts +1 -1
- package/dist/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/components/Icons/AnnotationsIcon.d.ts +1 -1
- package/dist/components/Icons/AnnotationsIcon.d.ts.map +1 -1
- package/dist/components/Icons/CalendarIcon.d.ts +1 -1
- package/dist/components/Icons/CalendarIcon.d.ts.map +1 -1
- package/dist/components/Icons/CheckCircleIcon.d.ts +3 -0
- package/dist/components/Icons/CheckCircleIcon.d.ts.map +1 -0
- package/dist/components/Icons/CheckSquareIcon.d.ts +3 -0
- package/dist/components/Icons/CheckSquareIcon.d.ts.map +1 -0
- package/dist/components/Icons/ChevronDownIcon.d.ts +3 -0
- package/dist/components/Icons/ChevronDownIcon.d.ts.map +1 -0
- package/dist/components/Icons/ChevronUpIcon.d.ts +3 -0
- package/dist/components/Icons/ChevronUpIcon.d.ts.map +1 -0
- package/dist/components/Icons/ClockIcon.d.ts +1 -1
- package/dist/components/Icons/ClockIcon.d.ts.map +1 -1
- package/dist/components/Icons/CloseCircleIcon.d.ts +3 -0
- package/dist/components/Icons/CloseCircleIcon.d.ts.map +1 -0
- package/dist/components/Icons/CloseIcon.d.ts +3 -0
- package/dist/components/Icons/CloseIcon.d.ts.map +1 -0
- package/dist/components/Icons/DashboardIcon.d.ts +1 -1
- package/dist/components/Icons/DashboardIcon.d.ts.map +1 -1
- package/dist/components/Icons/DeleteIcon.d.ts +1 -1
- package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
- package/dist/components/Icons/DurationIcon.d.ts +1 -1
- package/dist/components/Icons/DurationIcon.d.ts.map +1 -1
- package/dist/components/Icons/EraserIcon.d.ts +1 -1
- package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
- package/dist/components/Icons/ErrorIcon.d.ts +3 -0
- package/dist/components/Icons/ErrorIcon.d.ts.map +1 -0
- package/dist/components/Icons/EyeClosedIcon.d.ts +3 -0
- package/dist/components/Icons/EyeClosedIcon.d.ts.map +1 -0
- package/dist/components/Icons/EyeClosedIcon2.d.ts +3 -0
- package/dist/components/Icons/EyeClosedIcon2.d.ts.map +1 -0
- package/dist/components/Icons/EyeOpenIcon.d.ts +3 -0
- package/dist/components/Icons/EyeOpenIcon.d.ts.map +1 -0
- package/dist/components/Icons/GoToFirstIcon.d.ts +1 -1
- package/dist/components/Icons/GoToFirstIcon.d.ts.map +1 -1
- package/dist/components/Icons/GoToLastIcon.d.ts +1 -1
- package/dist/components/Icons/GoToLastIcon.d.ts.map +1 -1
- package/dist/components/Icons/HarmonicCursorsIcon.d.ts +1 -1
- package/dist/components/Icons/HarmonicCursorsIcon.d.ts.map +1 -1
- package/dist/components/Icons/IconBase.d.ts +3 -3
- package/dist/components/Icons/InfoIcon.d.ts +1 -1
- package/dist/components/Icons/InfoIcon.d.ts.map +1 -1
- package/dist/components/Icons/LabelIcon.d.ts +1 -1
- package/dist/components/Icons/LabelIcon.d.ts.map +1 -1
- package/dist/components/Icons/LassoIcon.d.ts +1 -1
- package/dist/components/Icons/LassoIcon.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon.d.ts +1 -1
- package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
- package/dist/components/Icons/LiveViewIcon.d.ts +1 -1
- package/dist/components/Icons/LiveViewIcon.d.ts.map +1 -1
- package/dist/components/Icons/LoaderIcon.d.ts +3 -0
- package/dist/components/Icons/LoaderIcon.d.ts.map +1 -0
- package/dist/components/Icons/LocationIcon.d.ts +1 -1
- package/dist/components/Icons/LocationIcon.d.ts.map +1 -1
- package/dist/components/Icons/LogoutIcon.d.ts +1 -1
- package/dist/components/Icons/LogoutIcon.d.ts.map +1 -1
- package/dist/components/Icons/MetadataIcon.d.ts +1 -1
- package/dist/components/Icons/MetadataIcon.d.ts.map +1 -1
- package/dist/components/Icons/OntologyIcon.d.ts +1 -1
- package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
- package/dist/components/Icons/PanelIcon.d.ts +1 -1
- package/dist/components/Icons/PanelIcon.d.ts.map +1 -1
- package/dist/components/Icons/PlayIcon.d.ts +1 -1
- package/dist/components/Icons/PlayIcon.d.ts.map +1 -1
- package/dist/components/Icons/PlusIcon.d.ts +1 -1
- package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
- package/dist/components/Icons/ResetIcon.d.ts +1 -1
- package/dist/components/Icons/ResetIcon.d.ts.map +1 -1
- package/dist/components/Icons/ScissorsIcon.d.ts +1 -1
- package/dist/components/Icons/ScissorsIcon.d.ts.map +1 -1
- package/dist/components/Icons/SettingsIcon.d.ts +1 -1
- package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
- package/dist/components/Icons/TrashIcon.d.ts +1 -1
- package/dist/components/Icons/TrashIcon.d.ts.map +1 -1
- package/dist/components/Icons/UndoIcon.d.ts +1 -1
- package/dist/components/Icons/UndoIcon.d.ts.map +1 -1
- package/dist/components/Icons/UserIcon.d.ts +1 -1
- package/dist/components/Icons/UserIcon.d.ts.map +1 -1
- package/dist/components/Icons/WarningIcon.d.ts +1 -1
- package/dist/components/Icons/WarningIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomAllIcon.d.ts +1 -1
- package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomXIcon.d.ts +1 -1
- package/dist/components/Icons/ZoomXIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomYIcon.d.ts +1 -1
- package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
- package/dist/components/Icons/iconTypes.d.ts +3 -3
- package/dist/components/Icons/iconTypes.d.ts.map +1 -1
- package/dist/components/Icons/index.d.ts +11 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/Input/Input.d.ts +24 -0
- package/dist/components/Input/Input.d.ts.map +1 -0
- package/dist/components/Input/InputUtils.d.ts +15 -0
- package/dist/components/Input/InputUtils.d.ts.map +1 -0
- package/dist/components/Label/Label.d.ts +2 -2
- package/dist/components/MultiSelect/MultiSelectBase.d.ts +34 -0
- package/dist/components/MultiSelect/MultiSelectBase.d.ts.map +1 -0
- package/dist/components/MultiSelect/MutiSelect.d.ts +15 -0
- package/dist/components/MultiSelect/MutiSelect.d.ts.map +1 -0
- package/dist/components/Popover/Popover.d.ts +2 -2
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts +2 -2
- package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -1
- package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts +5 -3
- package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/components/RadioGroup/RadioGroupBase.d.ts +7 -7
- package/dist/components/Select/Select.d.ts +50 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/SelectBase.d.ts +26 -0
- package/dist/components/Select/SelectBase.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +1 -1
- package/dist/components/Slider/SliderBase.d.ts +7 -7
- package/dist/components/SpectralProvider/SpectralProvider.d.ts +1 -1
- package/dist/components/Switch/Switch.d.ts +2 -2
- package/dist/components/Switch/SwitchBase.d.ts +4 -4
- package/dist/components/Textarea/Textarea.d.ts +17 -0
- package/dist/components/Textarea/Textarea.d.ts.map +1 -0
- package/dist/components/Textarea/TextareaUtils.d.ts +19 -0
- package/dist/components/Textarea/TextareaUtils.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.d.ts +2 -2
- package/dist/components/Toggle/ToggleBase.d.ts +5 -4
- package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +3 -3
- package/dist/components/ToggleGroup/ToggleGroupBase.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/components/Tooltip/TooltipBase.d.ts +8 -8
- package/dist/features/HorizonColorGrid/HorizonColorGrid.d.ts +1 -1
- package/dist/features/LabelingToolbar/LabelingToolbar.d.ts +1 -1
- package/dist/features/LabelingTools.js +19 -8
- package/dist/features/SensorMetadata.js +21 -10
- package/dist/features/SettingsPopover/SettingsPopover.d.ts.map +1 -1
- package/dist/features/SettingsPopover.js +36 -24
- package/dist/hooks/useAccordionAutoScroll.d.ts +1 -1
- package/dist/hooks/useOutsideClick.d.ts +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/loader-circle-CvdzOiQ_.js +11 -0
- package/dist/primitives/label.d.ts +2 -2
- package/dist/primitives/slot.d.ts +3 -3
- package/dist/styles/base-colors.css +52 -42
- package/dist/styles/main.css +1 -1
- package/dist/utils/formFieldUtils.d.ts +70 -0
- package/dist/utils/formFieldUtils.d.ts.map +1 -0
- package/dist/utils/formFieldUtils.js +178 -0
- package/dist/utils/refs.d.ts +1 -1
- package/dist/x-BBpi7a_7.js +14 -0
- package/package.json +2 -1
package/dist/Icons/PlayIcon.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
4
|
+
import d from "./IconBase.js";
|
|
5
|
+
import { forwardRef as s } from "react";
|
|
6
|
+
const m = ({ className: r, ariaHidden: n, title: t = "Play", description: e, size: i = 24, ...a }, c) => /* @__PURE__ */ o(
|
|
7
|
+
d,
|
|
8
8
|
{
|
|
9
9
|
size: i,
|
|
10
10
|
className: r,
|
|
11
11
|
title: t,
|
|
12
12
|
description: e,
|
|
13
13
|
"aria-hidden": n,
|
|
14
|
-
ref:
|
|
14
|
+
ref: c,
|
|
15
|
+
...a,
|
|
15
16
|
children: /* @__PURE__ */ o(
|
|
16
17
|
"path",
|
|
17
18
|
{
|
|
@@ -23,7 +24,7 @@ const s = ({ className: r, ariaHidden: n, title: t = "Play", description: e, siz
|
|
|
23
24
|
}
|
|
24
25
|
)
|
|
25
26
|
}
|
|
26
|
-
),
|
|
27
|
+
), h = s(m);
|
|
27
28
|
export {
|
|
28
|
-
|
|
29
|
+
h as PlayIcon
|
|
29
30
|
};
|
package/dist/Icons/PlusIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const PlusIcon: import('
|
|
2
|
+
export declare const PlusIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=PlusIcon.d.ts.map
|
package/dist/Icons/PlusIcon.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
4
|
+
import C from "./IconBase.js";
|
|
5
|
+
import { forwardRef as c } from "react";
|
|
6
|
+
const f = ({ className: r, ariaHidden: e, title: l = "Plus", description: n, size: d = 24, ...i }, t) => /* @__PURE__ */ o(
|
|
7
|
+
C,
|
|
8
8
|
{
|
|
9
9
|
size: d,
|
|
10
10
|
className: r,
|
|
11
11
|
title: l,
|
|
12
12
|
description: n,
|
|
13
13
|
"aria-hidden": e,
|
|
14
|
-
ref:
|
|
14
|
+
ref: t,
|
|
15
|
+
...i,
|
|
15
16
|
children: /* @__PURE__ */ o(
|
|
16
17
|
"path",
|
|
17
18
|
{
|
|
@@ -22,7 +23,7 @@ const c = ({ className: r, ariaHidden: e, title: l = "Plus", description: n, siz
|
|
|
22
23
|
}
|
|
23
24
|
)
|
|
24
25
|
}
|
|
25
|
-
),
|
|
26
|
+
), p = c(f);
|
|
26
27
|
export {
|
|
27
|
-
|
|
28
|
+
p as PlusIcon
|
|
28
29
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const ResetIcon: import('
|
|
2
|
+
export declare const ResetIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=ResetIcon.d.ts.map
|
package/dist/Icons/ResetIcon.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as r } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
4
|
+
import s from "./IconBase.js";
|
|
5
|
+
import { forwardRef as f } from "react";
|
|
6
|
+
const m = ({ className: C, ariaHidden: o, title: e = "Reset", description: t, size: n = 24, ...c }, i) => /* @__PURE__ */ r(
|
|
7
|
+
s,
|
|
8
8
|
{
|
|
9
9
|
size: n,
|
|
10
10
|
className: C,
|
|
11
11
|
title: e,
|
|
12
12
|
description: t,
|
|
13
13
|
"aria-hidden": o,
|
|
14
|
-
ref:
|
|
14
|
+
ref: i,
|
|
15
|
+
...c,
|
|
15
16
|
children: /* @__PURE__ */ r(
|
|
16
17
|
"path",
|
|
17
18
|
{
|
|
@@ -20,7 +21,7 @@ const f = ({ className: C, ariaHidden: o, title: e = "Reset", description: t, si
|
|
|
20
21
|
}
|
|
21
22
|
)
|
|
22
23
|
}
|
|
23
|
-
),
|
|
24
|
+
), l = f(m);
|
|
24
25
|
export {
|
|
25
|
-
|
|
26
|
+
l as ResetIcon
|
|
26
27
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const ScissorsIcon: import('
|
|
2
|
+
export declare const ScissorsIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=ScissorsIcon.d.ts.map
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
3
|
+
import { jsxs as n, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import t from "./IconBase.js";
|
|
5
|
+
import { forwardRef as d } from "react";
|
|
6
|
+
const f = ({ className: r, ariaHidden: C, title: s = "Scissors", description: e, size: i = 24, ...c }, l) => /* @__PURE__ */ n(
|
|
7
|
+
t,
|
|
8
8
|
{
|
|
9
9
|
size: i,
|
|
10
10
|
className: r,
|
|
11
11
|
title: s,
|
|
12
12
|
description: e,
|
|
13
13
|
"aria-hidden": C,
|
|
14
|
-
ref:
|
|
14
|
+
ref: l,
|
|
15
|
+
...c,
|
|
15
16
|
children: [
|
|
16
17
|
/* @__PURE__ */ o(
|
|
17
18
|
"path",
|
|
@@ -31,7 +32,7 @@ const d = ({ className: r, ariaHidden: C, title: s = "Scissors", description: e,
|
|
|
31
32
|
)
|
|
32
33
|
]
|
|
33
34
|
}
|
|
34
|
-
),
|
|
35
|
+
), m = d(f);
|
|
35
36
|
export {
|
|
36
|
-
|
|
37
|
+
m as ScissorsIcon
|
|
37
38
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const SettingsIcon: import('
|
|
2
|
+
export declare const SettingsIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=SettingsIcon.d.ts.map
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
3
|
+
import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
4
|
+
import a from "./IconBase.js";
|
|
5
|
+
import { forwardRef as k } from "react";
|
|
6
|
+
const p = ({ className: o, ariaHidden: t, title: e = "Settings", description: n, size: i = 24, ...s }, c) => /* @__PURE__ */ d(
|
|
7
|
+
a,
|
|
8
8
|
{
|
|
9
9
|
size: i,
|
|
10
10
|
className: o,
|
|
11
11
|
title: e,
|
|
12
12
|
description: n,
|
|
13
13
|
"aria-hidden": t,
|
|
14
|
-
ref:
|
|
14
|
+
ref: c,
|
|
15
|
+
...s,
|
|
15
16
|
children: [
|
|
16
17
|
/* @__PURE__ */ r(
|
|
17
18
|
"path",
|
|
@@ -37,7 +38,7 @@ const k = ({ className: o, ariaHidden: t, title: e = "Settings", description: n,
|
|
|
37
38
|
)
|
|
38
39
|
]
|
|
39
40
|
}
|
|
40
|
-
),
|
|
41
|
+
), h = k(p);
|
|
41
42
|
export {
|
|
42
|
-
|
|
43
|
+
h as SettingsIcon
|
|
43
44
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const TrashIcon: import('
|
|
2
|
+
export declare const TrashIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=TrashIcon.d.ts.map
|
package/dist/Icons/TrashIcon.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as C } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
4
|
+
import n from "./IconBase.js";
|
|
5
|
+
import { forwardRef as t } from "react";
|
|
6
|
+
const a = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, size: H = 24, ...o }, L) => /* @__PURE__ */ C(
|
|
7
|
+
n,
|
|
8
8
|
{
|
|
9
9
|
size: H,
|
|
10
10
|
className: r,
|
|
11
11
|
title: Z,
|
|
12
12
|
description: V,
|
|
13
13
|
"aria-hidden": M,
|
|
14
|
-
ref:
|
|
14
|
+
ref: L,
|
|
15
|
+
...o,
|
|
15
16
|
children: /* @__PURE__ */ C(
|
|
16
17
|
"path",
|
|
17
18
|
{
|
|
@@ -20,7 +21,7 @@ const t = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, si
|
|
|
20
21
|
}
|
|
21
22
|
)
|
|
22
23
|
}
|
|
23
|
-
),
|
|
24
|
+
), s = t(a);
|
|
24
25
|
export {
|
|
25
|
-
|
|
26
|
+
s as TrashIcon
|
|
26
27
|
};
|
package/dist/Icons/UndoIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const UndoIcon: import('
|
|
2
|
+
export declare const UndoIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=UndoIcon.d.ts.map
|
package/dist/Icons/UndoIcon.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
4
|
+
import s from "./IconBase.js";
|
|
5
|
+
import { forwardRef as a } from "react";
|
|
6
|
+
const m = ({ className: r, ariaHidden: n, title: t = "Undo", description: e, size: d = 24, ...i }, c) => /* @__PURE__ */ o(
|
|
7
|
+
s,
|
|
8
8
|
{
|
|
9
9
|
size: d,
|
|
10
10
|
className: r,
|
|
11
11
|
title: t,
|
|
12
12
|
description: e,
|
|
13
13
|
"aria-hidden": n,
|
|
14
|
-
ref:
|
|
14
|
+
ref: c,
|
|
15
|
+
...i,
|
|
15
16
|
children: /* @__PURE__ */ o(
|
|
16
17
|
"path",
|
|
17
18
|
{
|
|
@@ -23,7 +24,7 @@ const a = ({ className: r, ariaHidden: n, title: t = "Undo", description: e, siz
|
|
|
23
24
|
}
|
|
24
25
|
)
|
|
25
26
|
}
|
|
26
|
-
),
|
|
27
|
+
), h = a(m);
|
|
27
28
|
export {
|
|
28
|
-
|
|
29
|
+
h as UndoIcon
|
|
29
30
|
};
|
package/dist/Icons/UserIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const UserIcon: import('
|
|
2
|
+
export declare const UserIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=UserIcon.d.ts.map
|
package/dist/Icons/UserIcon.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as r } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
4
|
+
import c from "./IconBase.js";
|
|
5
|
+
import { forwardRef as d } from "react";
|
|
6
|
+
const m = ({ className: o, ariaHidden: e, title: t = "User", description: C, size: n = 24, ...s }, i) => /* @__PURE__ */ r(
|
|
7
|
+
c,
|
|
8
8
|
{
|
|
9
9
|
size: n,
|
|
10
10
|
className: o,
|
|
11
11
|
title: t,
|
|
12
12
|
description: C,
|
|
13
13
|
"aria-hidden": e,
|
|
14
|
-
ref:
|
|
14
|
+
ref: i,
|
|
15
|
+
...s,
|
|
15
16
|
children: /* @__PURE__ */ r(
|
|
16
17
|
"path",
|
|
17
18
|
{
|
|
@@ -22,7 +23,7 @@ const d = ({ className: o, ariaHidden: e, title: t = "User", description: C, siz
|
|
|
22
23
|
}
|
|
23
24
|
)
|
|
24
25
|
}
|
|
25
|
-
),
|
|
26
|
+
), h = d(m);
|
|
26
27
|
export {
|
|
27
|
-
|
|
28
|
+
h as UserIcon
|
|
28
29
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const WarningIcon: import('
|
|
2
|
+
export declare const WarningIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=WarningIcon.d.ts.map
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsx as r } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
4
|
+
import c from "./IconBase.js";
|
|
5
|
+
import { forwardRef as d } from "react";
|
|
6
|
+
const s = ({ className: o, ariaHidden: n, title: t = "Warning/Caution", description: i, size: e = 24, ...a }, C) => /* @__PURE__ */ r(
|
|
7
|
+
c,
|
|
8
8
|
{
|
|
9
9
|
size: e,
|
|
10
10
|
className: o,
|
|
11
11
|
title: t,
|
|
12
12
|
description: i,
|
|
13
13
|
"aria-hidden": n,
|
|
14
|
-
ref:
|
|
14
|
+
ref: C,
|
|
15
|
+
...a,
|
|
15
16
|
children: /* @__PURE__ */ r(
|
|
16
17
|
"path",
|
|
17
18
|
{
|
|
@@ -22,7 +23,7 @@ const d = ({ className: o, ariaHidden: n, title: t = "Warning/Caution", descript
|
|
|
22
23
|
}
|
|
23
24
|
)
|
|
24
25
|
}
|
|
25
|
-
),
|
|
26
|
+
), h = d(s);
|
|
26
27
|
export {
|
|
27
|
-
|
|
28
|
+
h as WarningIcon
|
|
28
29
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const ZoomAllIcon: import('
|
|
2
|
+
export declare const ZoomAllIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=ZoomAllIcon.d.ts.map
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
3
|
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
const r =
|
|
4
|
+
import L, { SvgIdContext as h } from "./IconBase.js";
|
|
5
|
+
import { forwardRef as l, useContext as u } from "react";
|
|
6
|
+
const a = ({ className: e, ariaHidden: n, title: i = "Zoom All", description: d, size: s = 24, ...c }, k) => {
|
|
7
|
+
const r = u(h);
|
|
8
8
|
return /* @__PURE__ */ t(
|
|
9
|
-
|
|
9
|
+
L,
|
|
10
10
|
{
|
|
11
11
|
size: s,
|
|
12
12
|
className: e,
|
|
13
13
|
title: i,
|
|
14
14
|
description: d,
|
|
15
15
|
"aria-hidden": n,
|
|
16
|
-
ref:
|
|
16
|
+
ref: k,
|
|
17
|
+
...c,
|
|
17
18
|
children: [
|
|
18
19
|
/* @__PURE__ */ t("g", { clipPath: `url(#${r}-clip0)`, children: [
|
|
19
20
|
/* @__PURE__ */ o("path", { d: "M21 19L10 19", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
@@ -55,7 +56,7 @@ const u = ({ className: e, ariaHidden: n, title: i = "Zoom All", description: d,
|
|
|
55
56
|
]
|
|
56
57
|
}
|
|
57
58
|
);
|
|
58
|
-
},
|
|
59
|
+
}, j = l(a);
|
|
59
60
|
export {
|
|
60
|
-
|
|
61
|
+
j as ZoomAllIcon
|
|
61
62
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const ZoomXIcon: import('
|
|
2
|
+
export declare const ZoomXIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=ZoomXIcon.d.ts.map
|
package/dist/Icons/ZoomXIcon.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
3
|
+
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import k from "./IconBase.js";
|
|
5
|
+
import { forwardRef as a } from "react";
|
|
6
|
+
const p = ({ className: r, ariaHidden: t, title: e = "Zoom X Axis", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
|
|
7
|
+
k,
|
|
8
8
|
{
|
|
9
9
|
size: i,
|
|
10
10
|
className: r,
|
|
11
11
|
title: e,
|
|
12
12
|
description: n,
|
|
13
13
|
"aria-hidden": t,
|
|
14
|
-
ref:
|
|
14
|
+
ref: d,
|
|
15
|
+
...s,
|
|
15
16
|
children: [
|
|
16
17
|
/* @__PURE__ */ o(
|
|
17
18
|
"path",
|
|
@@ -36,7 +37,7 @@ const a = ({ className: r, ariaHidden: t, title: e = "Zoom X Axis", description:
|
|
|
36
37
|
/* @__PURE__ */ o("path", { d: "M2.375 12H21.625", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
37
38
|
]
|
|
38
39
|
}
|
|
39
|
-
),
|
|
40
|
+
), h = a(p);
|
|
40
41
|
export {
|
|
41
|
-
|
|
42
|
+
h as ZoomXIcon
|
|
42
43
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IconProps } from './iconTypes';
|
|
2
|
-
export declare const ZoomYIcon: import('
|
|
2
|
+
export declare const ZoomYIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
3
|
//# sourceMappingURL=ZoomYIcon.d.ts.map
|
package/dist/Icons/ZoomYIcon.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
3
|
+
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import k from "./IconBase.js";
|
|
5
|
+
import { forwardRef as a } from "react";
|
|
6
|
+
const p = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
|
|
7
|
+
k,
|
|
8
8
|
{
|
|
9
9
|
size: i,
|
|
10
10
|
className: r,
|
|
11
11
|
title: e,
|
|
12
12
|
description: n,
|
|
13
13
|
"aria-hidden": t,
|
|
14
|
-
ref:
|
|
14
|
+
ref: d,
|
|
15
|
+
...s,
|
|
15
16
|
children: [
|
|
16
17
|
/* @__PURE__ */ o(
|
|
17
18
|
"path",
|
|
@@ -36,7 +37,7 @@ const a = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description:
|
|
|
36
37
|
/* @__PURE__ */ o("path", { d: "M12 2.90918V21.091", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
37
38
|
]
|
|
38
39
|
}
|
|
39
|
-
),
|
|
40
|
+
), h = a(p);
|
|
40
41
|
export {
|
|
41
|
-
|
|
42
|
+
h as ZoomYIcon
|
|
42
43
|
};
|
package/dist/Icons/index.d.ts
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
export { AnnotationsIcon } from './AnnotationsIcon';
|
|
2
2
|
export { CalendarIcon } from './CalendarIcon';
|
|
3
|
+
export { CheckCircleIcon } from './CheckCircleIcon';
|
|
4
|
+
export { CheckSquareIcon } from './CheckSquareIcon';
|
|
5
|
+
export { ChevronDownIcon } from './ChevronDownIcon';
|
|
6
|
+
export { ChevronUpIcon } from './ChevronUpIcon';
|
|
3
7
|
export { ClockIcon } from './ClockIcon';
|
|
8
|
+
export { CloseCircleIcon } from './CloseCircleIcon';
|
|
9
|
+
export { CloseIcon } from './CloseIcon';
|
|
4
10
|
export { DashboardIcon } from './DashboardIcon';
|
|
5
11
|
export { DeleteIcon } from './DeleteIcon';
|
|
6
12
|
export { DurationIcon } from './DurationIcon';
|
|
7
13
|
export { EraserIcon } from './EraserIcon';
|
|
14
|
+
export { ErrorIcon } from './ErrorIcon';
|
|
15
|
+
export { EyeClosedIcon } from './EyeClosedIcon';
|
|
16
|
+
export { EyeClosedIcon2 } from './EyeClosedIcon2';
|
|
17
|
+
export { EyeOpenIcon } from './EyeOpenIcon';
|
|
8
18
|
export { GoToFirstIcon } from './GoToFirstIcon';
|
|
9
19
|
export { GoToLastIcon } from './GoToLastIcon';
|
|
10
20
|
export { HarmonicCursorsIcon } from './HarmonicCursorsIcon';
|
|
@@ -13,6 +23,7 @@ export { LabelIcon } from './LabelIcon';
|
|
|
13
23
|
export { LassoIcon } from './LassoIcon';
|
|
14
24
|
export { LineToolIcon } from './LineToolIcon';
|
|
15
25
|
export { LiveViewIcon } from './LiveViewIcon';
|
|
26
|
+
export { LoaderIcon } from './LoaderIcon';
|
|
16
27
|
export { LocationIcon } from './LocationIcon';
|
|
17
28
|
export { LogoutIcon } from './LogoutIcon';
|
|
18
29
|
export { MetadataIcon } from './MetadataIcon';
|