@spear-ai/spectral 1.3.33 → 1.3.35

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.
Files changed (152) hide show
  1. package/dist/.js +47 -43
  2. package/dist/Accordion/AccordionBase.d.ts +42 -0
  3. package/dist/Accordion/AccordionBase.js +1 -0
  4. package/dist/App.js +1 -0
  5. package/dist/Badge/BadgeBase.d.ts +13 -0
  6. package/dist/Badge/BadgeBase.js +14 -13
  7. package/dist/Badge.d.ts +3 -0
  8. package/dist/Badge.js +1 -0
  9. package/dist/Button.d.ts +23 -0
  10. package/dist/Button.js +1 -0
  11. package/dist/Card.d.ts +10 -0
  12. package/dist/Card.js +1 -0
  13. package/dist/Checkbox/CheckboxBase.d.ts +30 -0
  14. package/dist/Checkbox/CheckboxBase.js +1 -0
  15. package/dist/Dialog/DialogBase.d.ts +71 -0
  16. package/dist/Dialog/DialogBase.js +206 -0
  17. package/dist/Dialog.d.ts +16 -0
  18. package/dist/Dialog.js +100 -0
  19. package/dist/Drawer.d.ts +13 -0
  20. package/dist/Drawer.js +1 -0
  21. package/dist/Icons/AnnotationsIcon.d.ts +3 -0
  22. package/dist/Icons/AnnotationsIcon.js +1 -0
  23. package/dist/Icons/CalendarIcon.d.ts +3 -0
  24. package/dist/Icons/CalendarIcon.js +1 -0
  25. package/dist/Icons/ClockIcon.d.ts +3 -0
  26. package/dist/Icons/ClockIcon.js +1 -0
  27. package/dist/Icons/DashboardIcon.d.ts +3 -0
  28. package/dist/Icons/DashboardIcon.js +5 -4
  29. package/dist/Icons/DeleteIcon.d.ts +3 -0
  30. package/dist/Icons/DeleteIcon.js +1 -0
  31. package/dist/Icons/DurationIcon.d.ts +3 -0
  32. package/dist/Icons/DurationIcon.js +1 -0
  33. package/dist/Icons/EraserIcon.d.ts +3 -0
  34. package/dist/Icons/EraserIcon.js +1 -0
  35. package/dist/Icons/GoToFirstIcon.d.ts +3 -0
  36. package/dist/Icons/GoToFirstIcon.js +1 -0
  37. package/dist/Icons/GoToLastIcon.d.ts +3 -0
  38. package/dist/Icons/GoToLastIcon.js +1 -0
  39. package/dist/Icons/HarmonicCursorsIcon.d.ts +3 -0
  40. package/dist/Icons/HarmonicCursorsIcon.js +1 -0
  41. package/dist/Icons/IconBase.d.ts +14 -0
  42. package/dist/Icons/IconBase.js +1 -0
  43. package/dist/Icons/InfoIcon.d.ts +3 -0
  44. package/dist/Icons/InfoIcon.js +1 -0
  45. package/dist/Icons/LabelIcon.d.ts +3 -0
  46. package/dist/Icons/LabelIcon.js +1 -0
  47. package/dist/Icons/LassoIcon.d.ts +3 -0
  48. package/dist/Icons/LassoIcon.js +1 -0
  49. package/dist/Icons/LineToolIcon.d.ts +3 -0
  50. package/dist/Icons/LineToolIcon.js +1 -0
  51. package/dist/Icons/LiveViewIcon.d.ts +3 -0
  52. package/dist/Icons/LiveViewIcon.js +1 -0
  53. package/dist/Icons/LocationIcon.d.ts +3 -0
  54. package/dist/Icons/LocationIcon.js +1 -0
  55. package/dist/Icons/LogoutIcon.d.ts +3 -0
  56. package/dist/Icons/LogoutIcon.js +1 -0
  57. package/dist/Icons/MetadataIcon.d.ts +3 -0
  58. package/dist/Icons/MetadataIcon.js +1 -0
  59. package/dist/Icons/OntologyIcon.d.ts +3 -0
  60. package/dist/Icons/OntologyIcon.js +1 -0
  61. package/dist/Icons/PanelIcon.d.ts +3 -0
  62. package/dist/Icons/PanelIcon.js +1 -0
  63. package/dist/Icons/PlayIcon.d.ts +3 -0
  64. package/dist/Icons/PlayIcon.js +1 -0
  65. package/dist/Icons/PlusIcon.d.ts +3 -0
  66. package/dist/Icons/PlusIcon.js +1 -0
  67. package/dist/Icons/ResetIcon.d.ts +3 -0
  68. package/dist/Icons/ResetIcon.js +1 -0
  69. package/dist/Icons/ScissorsIcon.d.ts +3 -0
  70. package/dist/Icons/ScissorsIcon.js +1 -0
  71. package/dist/Icons/SettingsIcon.d.ts +3 -0
  72. package/dist/Icons/SettingsIcon.js +1 -0
  73. package/dist/Icons/TrashIcon.d.ts +3 -0
  74. package/dist/Icons/TrashIcon.js +1 -0
  75. package/dist/Icons/UndoIcon.d.ts +3 -0
  76. package/dist/Icons/UndoIcon.js +1 -0
  77. package/dist/Icons/UserIcon.d.ts +3 -0
  78. package/dist/Icons/UserIcon.js +1 -0
  79. package/dist/Icons/WarningIcon.d.ts +3 -0
  80. package/dist/Icons/WarningIcon.js +28 -0
  81. package/dist/Icons/ZoomAllIcon.d.ts +3 -0
  82. package/dist/Icons/ZoomAllIcon.js +1 -0
  83. package/dist/Icons/ZoomXIcon.d.ts +3 -0
  84. package/dist/Icons/ZoomXIcon.js +1 -0
  85. package/dist/Icons/ZoomYIcon.d.ts +3 -0
  86. package/dist/Icons/ZoomYIcon.js +1 -0
  87. package/dist/Icons/index.d.ts +33 -0
  88. package/dist/Icons.js +24 -22
  89. package/dist/Label.d.ts +8 -0
  90. package/dist/Label.js +1 -0
  91. package/dist/Popover.d.ts +11 -0
  92. package/dist/Popover.js +1 -0
  93. package/dist/RadioGroup/RadioGroupBase.d.ts +52 -0
  94. package/dist/RadioGroup/RadioGroupBase.js +1 -0
  95. package/dist/RadioGroup.d.ts +11 -0
  96. package/dist/RadioGroup.js +1 -0
  97. package/dist/Skeleton.d.ts +4 -0
  98. package/dist/Skeleton.js +1 -0
  99. package/dist/Slider/SliderBase.d.ts +54 -0
  100. package/dist/Slider/SliderBase.js +1 -0
  101. package/dist/Slider.d.ts +6 -0
  102. package/dist/Slider.js +1 -0
  103. package/dist/SpectralProvider.d.ts +30 -0
  104. package/dist/SpectralProvider.js +7 -0
  105. package/dist/Switch/SwitchBase.d.ts +25 -0
  106. package/dist/Switch/SwitchBase.js +1 -0
  107. package/dist/Switch.d.ts +12 -0
  108. package/dist/Switch.js +1 -0
  109. package/dist/Toggle/ToggleBase.d.ts +14 -0
  110. package/dist/Toggle/ToggleBase.js +1 -0
  111. package/dist/Toggle.d.ts +11 -0
  112. package/dist/Toggle.js +1 -0
  113. package/dist/ToggleGroup/ToggleGroupBase.d.ts +30 -0
  114. package/dist/ToggleGroup/ToggleGroupBase.js +1 -0
  115. package/dist/ToggleGroup.d.ts +12 -0
  116. package/dist/ToggleGroup.js +1 -0
  117. package/dist/Tooltip/TooltipBase.d.ts +51 -0
  118. package/dist/Tooltip/TooltipBase.js +1 -0
  119. package/dist/Tooltip.d.ts +9 -0
  120. package/dist/Tooltip.js +1 -0
  121. package/dist/components/Dialog/Dialog.d.ts +16 -0
  122. package/dist/components/Dialog/Dialog.d.ts.map +1 -0
  123. package/dist/components/Dialog/DialogBase.d.ts +71 -0
  124. package/dist/components/Dialog/DialogBase.d.ts.map +1 -0
  125. package/dist/components/Icons/WarningIcon.d.ts +3 -0
  126. package/dist/components/Icons/WarningIcon.d.ts.map +1 -0
  127. package/dist/components/Icons/index.d.ts +1 -0
  128. package/dist/components/Icons/index.d.ts.map +1 -1
  129. package/dist/components/SpectralProvider/SpectralProvider.d.ts +30 -0
  130. package/dist/components/SpectralProvider/SpectralProvider.d.ts.map +1 -0
  131. package/dist/components/SpectralProvider/index.d.ts +2 -0
  132. package/dist/components/SpectralProvider/index.d.ts.map +1 -0
  133. package/dist/features/ClearDialog/ClearDialog.d.ts +2 -0
  134. package/dist/features/ClearDialog/ClearDialog.d.ts.map +1 -0
  135. package/dist/features/ClearDialog.js +31 -0
  136. package/dist/features/HorizonColorGrid.js +1 -0
  137. package/dist/features/LabelingToolbar.js +1 -0
  138. package/dist/features/LabelingTools/LabelingTools.d.ts.map +1 -1
  139. package/dist/features/LabelingTools.js +104 -67
  140. package/dist/features/SensorMetadata.js +4 -2
  141. package/dist/features/SettingsPopover.js +22 -20
  142. package/dist/index-B7LSgz_k.js +1 -0
  143. package/dist/index-gg2zpNk0.js +1 -0
  144. package/dist/index-sDEISz8i.js +1 -0
  145. package/dist/index.d.ts +1 -0
  146. package/dist/index.d.ts.map +1 -1
  147. package/dist/main.js +1 -0
  148. package/dist/styles/base-colors.css +53 -0
  149. package/dist/styles/main.css +1 -0
  150. package/package.json +16 -7
  151. package/dist/assets/main.css +0 -1
  152. package/src/styles/main.css +0 -7
@@ -0,0 +1,16 @@
1
+ import { DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DialogBaseProps } from './DialogBase';
2
+ import { ComponentProps } from '../../../node_modules/react';
3
+ declare function Dialog({ ...props }: DialogBaseProps): import("react/jsx-runtime").JSX.Element;
4
+ declare function DialogTrigger({ ...props }: ComponentProps<typeof DialogTriggerBase>): import("react/jsx-runtime").JSX.Element;
5
+ declare function DialogPortal({ ...props }: ComponentProps<typeof DialogPortalBase>): import("react/jsx-runtime").JSX.Element;
6
+ declare function DialogClose({ ...props }: ComponentProps<typeof DialogCloseBase>): import("react/jsx-runtime").JSX.Element;
7
+ declare function DialogOverlay({ className, ...props }: ComponentProps<typeof DialogOverlayBase>): import("react/jsx-runtime").JSX.Element;
8
+ declare function DialogContent({ className, children, ...props }: ComponentProps<typeof DialogContentBase> & {
9
+ showCloseButton?: boolean;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ declare function DialogHeader({ className, ...props }: ComponentProps<typeof DialogHeaderBase>): import("react/jsx-runtime").JSX.Element;
12
+ declare function DialogFooter({ className, ...props }: ComponentProps<typeof DialogFooterBase>): import("react/jsx-runtime").JSX.Element;
13
+ declare function DialogTitle({ className, ...props }: ComponentProps<typeof DialogTitleBase>): import("react/jsx-runtime").JSX.Element;
14
+ declare function DialogDescription({ className, ...props }: ComponentProps<typeof DialogDescriptionBase>): import("react/jsx-runtime").JSX.Element;
15
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, };
16
+ //# sourceMappingURL=Dialog.d.ts.map
package/dist/Dialog.js ADDED
@@ -0,0 +1,100 @@
1
+ import "./styles/main.css";
2
+ import { jsx as e, Fragment as i } from "react/jsx-runtime";
3
+ import { DialogBase as n, DialogCloseBase as s, DialogContentBase as r, DialogDescriptionBase as d, DialogFooterBase as g, DialogHeaderBase as c, DialogOverlayBase as f, DialogPortalBase as u, DialogTitleBase as m, DialogTriggerBase as D } from "./Dialog/DialogBase.js";
4
+ import { c as o } from "./twUtils-CRiPKpXj.js";
5
+ import "react";
6
+ function N({ ...a }) {
7
+ return /* @__PURE__ */ e(n, { "data-slot": "dialog", ...a });
8
+ }
9
+ function b({ ...a }) {
10
+ return /* @__PURE__ */ e(D, { "data-slot": "dialog-trigger", ...a });
11
+ }
12
+ function w({ ...a }) {
13
+ return /* @__PURE__ */ e(u, { "data-slot": "dialog-portal", ...a });
14
+ }
15
+ function v({ ...a }) {
16
+ return /* @__PURE__ */ e(s, { "data-slot": "dialog-close", ...a });
17
+ }
18
+ function z({ className: a, ...t }) {
19
+ return /* @__PURE__ */ e(
20
+ f,
21
+ {
22
+ "data-slot": "dialog-overlay",
23
+ className: o(
24
+ "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 bg-bg-primary/50 fixed inset-0 z-50",
25
+ a
26
+ ),
27
+ ...t
28
+ }
29
+ );
30
+ }
31
+ function C({
32
+ className: a,
33
+ children: t,
34
+ ...l
35
+ }) {
36
+ return /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
37
+ r,
38
+ {
39
+ "data-slot": "dialog-content",
40
+ className: o(
41
+ "bg-dialog-bg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg p-6 shadow-lg duration-200",
42
+ a
43
+ ),
44
+ ...l,
45
+ children: t
46
+ }
47
+ ) });
48
+ }
49
+ function T({ className: a, ...t }) {
50
+ return /* @__PURE__ */ e(
51
+ c,
52
+ {
53
+ "data-slot": "dialog-header",
54
+ className: o("flex flex-col gap-2 text-center sm:text-left", a),
55
+ ...t
56
+ }
57
+ );
58
+ }
59
+ function h({ className: a, ...t }) {
60
+ return /* @__PURE__ */ e(
61
+ g,
62
+ {
63
+ "data-slot": "dialog-footer",
64
+ className: o("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", a),
65
+ ...t
66
+ }
67
+ );
68
+ }
69
+ function F({ className: a, ...t }) {
70
+ return /* @__PURE__ */ e(
71
+ m,
72
+ {
73
+ "data-slot": "dialog-title",
74
+ className: o("text-lg leading-none font-semibold", a),
75
+ ...t
76
+ }
77
+ );
78
+ }
79
+ function j({ className: a, ...t }) {
80
+ return /* @__PURE__ */ e(
81
+ d,
82
+ {
83
+ "data-slot": "dialog-description",
84
+ className: o("text-muted-foreground text-sm", a),
85
+ ...t
86
+ }
87
+ );
88
+ }
89
+ export {
90
+ N as Dialog,
91
+ v as DialogClose,
92
+ C as DialogContent,
93
+ j as DialogDescription,
94
+ h as DialogFooter,
95
+ T as DialogHeader,
96
+ z as DialogOverlay,
97
+ w as DialogPortal,
98
+ F as DialogTitle,
99
+ b as DialogTrigger
100
+ };
@@ -0,0 +1,13 @@
1
+ import { ReactNode } from '../../../node_modules/react';
2
+ export type DrawerProps = {
3
+ children?: ReactNode;
4
+ description?: string;
5
+ direction?: 'left' | 'right' | 'top' | 'bottom';
6
+ size?: string;
7
+ title?: string;
8
+ trigger: ReactNode;
9
+ open?: boolean;
10
+ onOpenChange?: (open: boolean) => void;
11
+ };
12
+ export declare const Drawer: ({ trigger, title, description, children, direction, size }: DrawerProps) => import("react/jsx-runtime").JSX.Element;
13
+ //# sourceMappingURL=Drawer.d.ts.map
package/dist/Drawer.js CHANGED
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as S, jsxs as gt, Fragment as te } from "react/jsx-runtime";
3
4
  import * as O from "react";
4
5
  import i, { useMemo as je, useLayoutEffect as qe, useEffect as Xe } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const AnnotationsIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=AnnotationsIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as o } from "react/jsx-runtime";
3
4
  import a from "./IconBase.js";
4
5
  import { forwardRef as c } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const CalendarIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=CalendarIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as s, jsx as r } from "react/jsx-runtime";
3
4
  import a from "./IconBase.js";
4
5
  import { forwardRef as k } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ClockIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ClockIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
3
4
  import d from "./IconBase.js";
4
5
  import { forwardRef as k } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const DashboardIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=DashboardIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as i, jsx as o } from "react/jsx-runtime";
3
4
  import a from "./IconBase.js";
4
5
  import { forwardRef as k } from "react";
@@ -15,7 +16,7 @@ const C = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n
15
16
  /* @__PURE__ */ o(
16
17
  "path",
17
18
  {
18
- d: "M4 7.2C4 6.0799 4 5.51984 4.21799 5.09202C4.40973 4.71569 4.71569 4.40973 5.09202 4.21799C5.51984 4 6.0799 4 7.2 4H10V8H4V7.2Z",
19
+ d: "M3.16962 6.91225C3.16962 5.60219 3.16962 4.94715 3.4247 4.44677C3.64907 4.00662 4.0071 3.64877 4.44747 3.42451C4.9481 3.16956 5.60346 3.16956 6.91418 3.16956H10.1907V7.84792H3.16962V6.91225Z",
19
20
  stroke: "currentColor",
20
21
  strokeWidth: "2",
21
22
  strokeLinecap: "round",
@@ -25,7 +26,7 @@ const C = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n
25
26
  /* @__PURE__ */ o(
26
27
  "path",
27
28
  {
28
- d: "M14 16H20V16.8C20 17.9201 20 18.4802 19.782 18.908C19.5903 19.2843 19.2843 19.5903 18.908 19.782C18.4802 20 17.9201 20 16.8 20H14V16Z",
29
+ d: "M13.345 15.6842H20.3661V16.6199C20.3661 17.9299 20.3661 18.585 20.111 19.0854C19.8867 19.5255 19.5286 19.8834 19.0883 20.1076C18.5877 20.3626 17.9322 20.3626 16.6215 20.3626H13.345V15.6842Z",
29
30
  stroke: "currentColor",
30
31
  strokeWidth: "2",
31
32
  strokeLinecap: "round",
@@ -35,7 +36,7 @@ const C = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n
35
36
  /* @__PURE__ */ o(
36
37
  "path",
37
38
  {
38
- d: "M4 12H10V20H7.2C6.0799 20 5.51984 20 5.09202 19.782C4.71569 19.5903 4.40973 19.2843 4.21799 18.908C4 18.4802 4 17.9201 4 16.8V12Z",
39
+ d: "M3.16956 11.0059H10.1906V20.3626H6.91412C5.6034 20.3626 4.94804 20.3626 4.44741 20.1076C4.00704 19.8834 3.64901 19.5255 3.42464 19.0854C3.16956 18.585 3.16956 17.93 3.16956 16.6199V11.0059Z",
39
40
  stroke: "currentColor",
40
41
  strokeWidth: "2",
41
42
  strokeLinecap: "round",
@@ -45,7 +46,7 @@ const C = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n
45
46
  /* @__PURE__ */ o(
46
47
  "path",
47
48
  {
48
- d: "M14 4H16.8C17.9201 4 18.4802 4 18.908 4.21799C19.2843 4.40973 19.5903 4.71569 19.782 5.09202C20 5.51984 20 6.0799 20 7.2V12H14V4Z",
49
+ d: "M13.345 3.16956H16.6215C17.9322 3.16956 18.5877 3.16956 19.0883 3.42451C19.5286 3.64877 19.8867 4.00662 20.111 4.44677C20.3661 4.94715 20.3661 5.60219 20.3661 6.91225V12.5263H13.345V3.16956Z",
49
50
  stroke: "currentColor",
50
51
  strokeWidth: "2",
51
52
  strokeLinecap: "round",
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const DeleteIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=DeleteIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
4
  import C from "./IconBase.js";
4
5
  import { forwardRef as c } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const DurationIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=DurationIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
4
  import k from "./IconBase.js";
4
5
  import { forwardRef as u } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const EraserIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=EraserIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as e, jsx as r } from "react/jsx-runtime";
3
4
  import h, { SvgIdContext as a } from "./IconBase.js";
4
5
  import { forwardRef as l, useContext as p } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const GoToFirstIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=GoToFirstIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
4
  import c from "./IconBase.js";
4
5
  import { forwardRef as a } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const GoToLastIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=GoToLastIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
4
  import a from "./IconBase.js";
4
5
  import { forwardRef as c } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const HarmonicCursorsIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=HarmonicCursorsIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as c, jsx as r } from "react/jsx-runtime";
3
4
  import a from "./IconBase.js";
4
5
  import { forwardRef as d } from "react";
@@ -0,0 +1,14 @@
1
+ import { IconProps } from './iconTypes';
2
+ import { ComponentPropsWithoutRef, CSSProperties, ReactNode } from '../../../node_modules/react';
3
+ export declare const SvgIdContext: import('../../../node_modules/react').Context<string>;
4
+ interface IconBaseProps extends IconProps, ComponentPropsWithoutRef<'svg'> {
5
+ children: ReactNode;
6
+ className?: string;
7
+ size?: number;
8
+ title?: string;
9
+ style?: CSSProperties;
10
+ color?: string;
11
+ }
12
+ declare const IconBase: import('../../../node_modules/react').ForwardRefExoticComponent<IconBaseProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
13
+ export default IconBase;
14
+ //# sourceMappingURL=IconBase.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as c, jsx as o, Fragment as m } from "react/jsx-runtime";
3
4
  import { createContext as u, forwardRef as w, useId as x } from "react";
4
5
  const v = u(""), b = w(function({ children: d, title: i, size: n = 24, ariaHidden: e, description: t = "", className: h = "", style: a, ...f }, g) {
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const InfoIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=InfoIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
4
  import c from "./IconBase.js";
4
5
  import { forwardRef as k } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const LabelIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=LabelIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as r } from "react/jsx-runtime";
3
4
  import c from "./IconBase.js";
4
5
  import { forwardRef as i } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const LassoIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=LassoIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as C, jsx as o } from "react/jsx-runtime";
3
4
  import d from "./IconBase.js";
4
5
  import { forwardRef as a } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const LineToolIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=LineToolIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
4
  import k from "./IconBase.js";
4
5
  import { forwardRef as c } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const LiveViewIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=LiveViewIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
4
  import k from "./IconBase.js";
4
5
  import { forwardRef as C } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const LocationIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=LocationIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as C, jsx as o } from "react/jsx-runtime";
3
4
  import c from "./IconBase.js";
4
5
  import { forwardRef as d } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const LogoutIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=LogoutIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as o } from "react/jsx-runtime";
3
4
  import c from "./IconBase.js";
4
5
  import { forwardRef as d } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const MetadataIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=MetadataIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as o } from "react/jsx-runtime";
3
4
  import i from "./IconBase.js";
4
5
  import { forwardRef as c } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const OntologyIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=OntologyIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as k, jsx as r } from "react/jsx-runtime";
3
4
  import c from "./IconBase.js";
4
5
  import { forwardRef as i } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const PanelIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=PanelIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as o, jsx as C } from "react/jsx-runtime";
3
4
  import n from "./IconBase.js";
4
5
  import { forwardRef as e } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const PlayIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=PlayIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as o } from "react/jsx-runtime";
3
4
  import c from "./IconBase.js";
4
5
  import { forwardRef as d } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const PlusIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=PlusIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as o } from "react/jsx-runtime";
3
4
  import t from "./IconBase.js";
4
5
  import { forwardRef as C } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ResetIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ResetIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as r } from "react/jsx-runtime";
3
4
  import i from "./IconBase.js";
4
5
  import { forwardRef as s } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ScissorsIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ScissorsIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as l, jsx as o } from "react/jsx-runtime";
3
4
  import n from "./IconBase.js";
4
5
  import { forwardRef as t } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const SettingsIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=SettingsIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as c, jsx as r } from "react/jsx-runtime";
3
4
  import d from "./IconBase.js";
4
5
  import { forwardRef as a } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const TrashIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=TrashIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as C } from "react/jsx-runtime";
3
4
  import L from "./IconBase.js";
4
5
  import { forwardRef as n } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const UndoIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=UndoIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as o } from "react/jsx-runtime";
3
4
  import c from "./IconBase.js";
4
5
  import { forwardRef as s } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const UserIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=UserIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsx as r } from "react/jsx-runtime";
3
4
  import i from "./IconBase.js";
4
5
  import { forwardRef as c } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const WarningIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=WarningIcon.d.ts.map
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ import "./styles/main.css";
3
+ import { jsx as r } from "react/jsx-runtime";
4
+ import C from "./IconBase.js";
5
+ import { forwardRef as c } from "react";
6
+ const d = ({ className: o, ariaHidden: n, title: t = "Warning/Caution", description: i, size: e = 24 }, a) => /* @__PURE__ */ r(
7
+ C,
8
+ {
9
+ size: e,
10
+ className: o,
11
+ title: t,
12
+ description: i,
13
+ "aria-hidden": n,
14
+ ref: a,
15
+ children: /* @__PURE__ */ r(
16
+ "path",
17
+ {
18
+ d: "M12 9.77157V13.1401M12 16.5H12.0111M10.085 4.11416L2.30535 17.6227C1.44317 19.1199 2.50929 21 4.22041 21H19.7796C21.4907 21 22.5568 19.1199 21.6947 17.6227L13.915 4.11415C13.0596 2.62862 10.9405 2.62862 10.085 4.11416ZM12.2778 16.5C12.2778 16.6554 12.1535 16.7812 12 16.7812C11.8466 16.7812 11.7222 16.6554 11.7222 16.5C11.7222 16.3446 11.8466 16.2187 12 16.2187C12.1535 16.2187 12.2778 16.3446 12.2778 16.5Z",
19
+ stroke: "currentColor",
20
+ strokeWidth: "2",
21
+ strokeLinecap: "round"
22
+ }
23
+ )
24
+ }
25
+ ), f = c(d);
26
+ export {
27
+ f as WarningIcon
28
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ZoomAllIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ZoomAllIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as t, jsx as o } from "react/jsx-runtime";
3
4
  import k, { SvgIdContext as L } from "./IconBase.js";
4
5
  import { forwardRef as h, useContext as l } from "react";
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const ZoomXIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=ZoomXIcon.d.ts.map
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ import "./styles/main.css";
2
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
4
  import c from "./IconBase.js";
4
5
  import { forwardRef as k } from "react";