@spear-ai/spectral 1.3.42 → 1.3.43

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 (241) hide show
  1. package/dist/.js +117 -103
  2. package/dist/Accordion/AccordionBase.d.ts +8 -8
  3. package/dist/Alert/AlertBase.d.ts +14 -0
  4. package/dist/Alert/AlertBase.js +63 -0
  5. package/dist/Alert.d.ts +12 -0
  6. package/dist/Alert.js +97 -0
  7. package/dist/Badge/BadgeBase.d.ts +1 -1
  8. package/dist/Button.d.ts +2 -2
  9. package/dist/Checkbox/CheckboxBase.d.ts +5 -5
  10. package/dist/Dialog/DialogBase.d.ts +2 -2
  11. package/dist/Dialog.d.ts +1 -1
  12. package/dist/Drawer.d.ts +1 -1
  13. package/dist/Drawer.js +141 -139
  14. package/dist/Icons/AnnotationsIcon.d.ts +1 -1
  15. package/dist/Icons/AnnotationsIcon.js +8 -7
  16. package/dist/Icons/CalendarIcon.d.ts +1 -1
  17. package/dist/Icons/CalendarIcon.js +9 -8
  18. package/dist/Icons/CheckIcon.d.ts +3 -0
  19. package/dist/Icons/CheckIcon.js +29 -0
  20. package/dist/Icons/ClockIcon.d.ts +1 -1
  21. package/dist/Icons/ClockIcon.js +9 -8
  22. package/dist/Icons/CloseCircleIcon.d.ts +3 -0
  23. package/dist/Icons/CloseCircleIcon.js +29 -0
  24. package/dist/Icons/CloseIcon.d.ts +3 -0
  25. package/dist/Icons/CloseIcon.js +28 -0
  26. package/dist/Icons/DashboardIcon.d.ts +1 -1
  27. package/dist/Icons/DashboardIcon.js +9 -8
  28. package/dist/Icons/DeleteIcon.d.ts +1 -1
  29. package/dist/Icons/DeleteIcon.js +9 -8
  30. package/dist/Icons/DurationIcon.d.ts +1 -1
  31. package/dist/Icons/DurationIcon.js +9 -8
  32. package/dist/Icons/EraserIcon.d.ts +1 -1
  33. package/dist/Icons/EraserIcon.js +9 -8
  34. package/dist/Icons/EyeClosedIcon.d.ts +3 -0
  35. package/dist/Icons/EyeClosedIcon.js +32 -0
  36. package/dist/Icons/EyeClosedIcon2.d.ts +3 -0
  37. package/dist/Icons/EyeClosedIcon2.js +30 -0
  38. package/dist/Icons/EyeOpenIcon.d.ts +3 -0
  39. package/dist/Icons/EyeOpenIcon.js +28 -0
  40. package/dist/Icons/GoToFirstIcon.d.ts +1 -1
  41. package/dist/Icons/GoToFirstIcon.js +9 -8
  42. package/dist/Icons/GoToLastIcon.d.ts +1 -1
  43. package/dist/Icons/GoToLastIcon.js +9 -8
  44. package/dist/Icons/HarmonicCursorsIcon.d.ts +1 -1
  45. package/dist/Icons/HarmonicCursorsIcon.js +9 -8
  46. package/dist/Icons/IconBase.d.ts +3 -3
  47. package/dist/Icons/InfoIcon.d.ts +1 -1
  48. package/dist/Icons/InfoIcon.js +9 -8
  49. package/dist/Icons/LabelIcon.d.ts +1 -1
  50. package/dist/Icons/LabelIcon.js +8 -7
  51. package/dist/Icons/LassoIcon.d.ts +1 -1
  52. package/dist/Icons/LassoIcon.js +9 -8
  53. package/dist/Icons/LineToolIcon.d.ts +1 -1
  54. package/dist/Icons/LineToolIcon.js +9 -8
  55. package/dist/Icons/LiveViewIcon.d.ts +1 -1
  56. package/dist/Icons/LiveViewIcon.js +9 -8
  57. package/dist/Icons/LocationIcon.d.ts +1 -1
  58. package/dist/Icons/LocationIcon.js +9 -8
  59. package/dist/Icons/LogoutIcon.d.ts +1 -1
  60. package/dist/Icons/LogoutIcon.js +8 -7
  61. package/dist/Icons/MetadataIcon.d.ts +1 -1
  62. package/dist/Icons/MetadataIcon.js +8 -7
  63. package/dist/Icons/OntologyIcon.d.ts +1 -1
  64. package/dist/Icons/OntologyIcon.js +9 -8
  65. package/dist/Icons/PanelIcon.d.ts +1 -1
  66. package/dist/Icons/PanelIcon.js +9 -8
  67. package/dist/Icons/PlayIcon.d.ts +1 -1
  68. package/dist/Icons/PlayIcon.js +8 -7
  69. package/dist/Icons/PlusIcon.d.ts +1 -1
  70. package/dist/Icons/PlusIcon.js +8 -7
  71. package/dist/Icons/ResetIcon.d.ts +1 -1
  72. package/dist/Icons/ResetIcon.js +8 -7
  73. package/dist/Icons/ScissorsIcon.d.ts +1 -1
  74. package/dist/Icons/ScissorsIcon.js +9 -8
  75. package/dist/Icons/SettingsIcon.d.ts +1 -1
  76. package/dist/Icons/SettingsIcon.js +9 -8
  77. package/dist/Icons/TrashIcon.d.ts +1 -1
  78. package/dist/Icons/TrashIcon.js +8 -7
  79. package/dist/Icons/UndoIcon.d.ts +1 -1
  80. package/dist/Icons/UndoIcon.js +8 -7
  81. package/dist/Icons/UserIcon.d.ts +1 -1
  82. package/dist/Icons/UserIcon.js +8 -7
  83. package/dist/Icons/WarningIcon.d.ts +1 -1
  84. package/dist/Icons/WarningIcon.js +8 -7
  85. package/dist/Icons/ZoomAllIcon.d.ts +1 -1
  86. package/dist/Icons/ZoomAllIcon.js +9 -8
  87. package/dist/Icons/ZoomXIcon.d.ts +1 -1
  88. package/dist/Icons/ZoomXIcon.js +9 -8
  89. package/dist/Icons/ZoomYIcon.d.ts +1 -1
  90. package/dist/Icons/ZoomYIcon.js +9 -8
  91. package/dist/Icons/index.d.ts +6 -0
  92. package/dist/Icons.js +72 -60
  93. package/dist/Label.d.ts +2 -2
  94. package/dist/Popover.d.ts +1 -1
  95. package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +5 -3
  96. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +41 -39
  97. package/dist/RadioButtonGroup.d.ts +2 -2
  98. package/dist/RadioButtonGroup.js +6 -6
  99. package/dist/RadioGroup/RadioGroupBase.d.ts +7 -7
  100. package/dist/RadioGroup.d.ts +1 -1
  101. package/dist/Skeleton.d.ts +1 -1
  102. package/dist/Slider/SliderBase.d.ts +7 -7
  103. package/dist/SpectralProvider.d.ts +1 -1
  104. package/dist/Switch/SwitchBase.d.ts +4 -4
  105. package/dist/Switch.d.ts +2 -2
  106. package/dist/Toggle/ToggleBase.d.ts +5 -4
  107. package/dist/Toggle/ToggleBase.js +30 -28
  108. package/dist/Toggle.d.ts +2 -2
  109. package/dist/ToggleGroup/ToggleGroupBase.d.ts +2 -2
  110. package/dist/ToggleGroup.d.ts +3 -3
  111. package/dist/Tooltip/TooltipBase.d.ts +8 -8
  112. package/dist/Tooltip.d.ts +1 -1
  113. package/dist/components/Accordion/AccordionBase.d.ts +8 -8
  114. package/dist/components/Alert/Alert.d.ts +12 -0
  115. package/dist/components/Alert/Alert.d.ts.map +1 -0
  116. package/dist/components/Alert/AlertBase.d.ts +14 -0
  117. package/dist/components/Alert/AlertBase.d.ts.map +1 -0
  118. package/dist/components/Badge/BadgeBase.d.ts +1 -1
  119. package/dist/components/Button/Button.d.ts +2 -2
  120. package/dist/components/Checkbox/CheckboxBase.d.ts +5 -5
  121. package/dist/components/Dialog/Dialog.d.ts +1 -1
  122. package/dist/components/Dialog/DialogBase.d.ts +2 -2
  123. package/dist/components/Drawer/Drawer.d.ts +1 -1
  124. package/dist/components/Drawer/Drawer.d.ts.map +1 -1
  125. package/dist/components/Icons/AnnotationsIcon.d.ts +1 -1
  126. package/dist/components/Icons/AnnotationsIcon.d.ts.map +1 -1
  127. package/dist/components/Icons/CalendarIcon.d.ts +1 -1
  128. package/dist/components/Icons/CalendarIcon.d.ts.map +1 -1
  129. package/dist/components/Icons/CheckIcon.d.ts +3 -0
  130. package/dist/components/Icons/CheckIcon.d.ts.map +1 -0
  131. package/dist/components/Icons/ClockIcon.d.ts +1 -1
  132. package/dist/components/Icons/ClockIcon.d.ts.map +1 -1
  133. package/dist/components/Icons/CloseCircleIcon.d.ts +3 -0
  134. package/dist/components/Icons/CloseCircleIcon.d.ts.map +1 -0
  135. package/dist/components/Icons/CloseIcon.d.ts +3 -0
  136. package/dist/components/Icons/CloseIcon.d.ts.map +1 -0
  137. package/dist/components/Icons/DashboardIcon.d.ts +1 -1
  138. package/dist/components/Icons/DashboardIcon.d.ts.map +1 -1
  139. package/dist/components/Icons/DeleteIcon.d.ts +1 -1
  140. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  141. package/dist/components/Icons/DurationIcon.d.ts +1 -1
  142. package/dist/components/Icons/DurationIcon.d.ts.map +1 -1
  143. package/dist/components/Icons/EraserIcon.d.ts +1 -1
  144. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  145. package/dist/components/Icons/EyeClosedIcon.d.ts +3 -0
  146. package/dist/components/Icons/EyeClosedIcon.d.ts.map +1 -0
  147. package/dist/components/Icons/EyeClosedIcon2.d.ts +3 -0
  148. package/dist/components/Icons/EyeClosedIcon2.d.ts.map +1 -0
  149. package/dist/components/Icons/EyeOpenIcon.d.ts +3 -0
  150. package/dist/components/Icons/EyeOpenIcon.d.ts.map +1 -0
  151. package/dist/components/Icons/GoToFirstIcon.d.ts +1 -1
  152. package/dist/components/Icons/GoToFirstIcon.d.ts.map +1 -1
  153. package/dist/components/Icons/GoToLastIcon.d.ts +1 -1
  154. package/dist/components/Icons/GoToLastIcon.d.ts.map +1 -1
  155. package/dist/components/Icons/HarmonicCursorsIcon.d.ts +1 -1
  156. package/dist/components/Icons/HarmonicCursorsIcon.d.ts.map +1 -1
  157. package/dist/components/Icons/IconBase.d.ts +3 -3
  158. package/dist/components/Icons/InfoIcon.d.ts +1 -1
  159. package/dist/components/Icons/InfoIcon.d.ts.map +1 -1
  160. package/dist/components/Icons/LabelIcon.d.ts +1 -1
  161. package/dist/components/Icons/LabelIcon.d.ts.map +1 -1
  162. package/dist/components/Icons/LassoIcon.d.ts +1 -1
  163. package/dist/components/Icons/LassoIcon.d.ts.map +1 -1
  164. package/dist/components/Icons/LineToolIcon.d.ts +1 -1
  165. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  166. package/dist/components/Icons/LiveViewIcon.d.ts +1 -1
  167. package/dist/components/Icons/LiveViewIcon.d.ts.map +1 -1
  168. package/dist/components/Icons/LocationIcon.d.ts +1 -1
  169. package/dist/components/Icons/LocationIcon.d.ts.map +1 -1
  170. package/dist/components/Icons/LogoutIcon.d.ts +1 -1
  171. package/dist/components/Icons/LogoutIcon.d.ts.map +1 -1
  172. package/dist/components/Icons/MetadataIcon.d.ts +1 -1
  173. package/dist/components/Icons/MetadataIcon.d.ts.map +1 -1
  174. package/dist/components/Icons/OntologyIcon.d.ts +1 -1
  175. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  176. package/dist/components/Icons/PanelIcon.d.ts +1 -1
  177. package/dist/components/Icons/PanelIcon.d.ts.map +1 -1
  178. package/dist/components/Icons/PlayIcon.d.ts +1 -1
  179. package/dist/components/Icons/PlayIcon.d.ts.map +1 -1
  180. package/dist/components/Icons/PlusIcon.d.ts +1 -1
  181. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  182. package/dist/components/Icons/ResetIcon.d.ts +1 -1
  183. package/dist/components/Icons/ResetIcon.d.ts.map +1 -1
  184. package/dist/components/Icons/ScissorsIcon.d.ts +1 -1
  185. package/dist/components/Icons/ScissorsIcon.d.ts.map +1 -1
  186. package/dist/components/Icons/SettingsIcon.d.ts +1 -1
  187. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  188. package/dist/components/Icons/TrashIcon.d.ts +1 -1
  189. package/dist/components/Icons/TrashIcon.d.ts.map +1 -1
  190. package/dist/components/Icons/UndoIcon.d.ts +1 -1
  191. package/dist/components/Icons/UndoIcon.d.ts.map +1 -1
  192. package/dist/components/Icons/UserIcon.d.ts +1 -1
  193. package/dist/components/Icons/UserIcon.d.ts.map +1 -1
  194. package/dist/components/Icons/WarningIcon.d.ts +1 -1
  195. package/dist/components/Icons/WarningIcon.d.ts.map +1 -1
  196. package/dist/components/Icons/ZoomAllIcon.d.ts +1 -1
  197. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  198. package/dist/components/Icons/ZoomXIcon.d.ts +1 -1
  199. package/dist/components/Icons/ZoomXIcon.d.ts.map +1 -1
  200. package/dist/components/Icons/ZoomYIcon.d.ts +1 -1
  201. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  202. package/dist/components/Icons/iconTypes.d.ts +3 -3
  203. package/dist/components/Icons/iconTypes.d.ts.map +1 -1
  204. package/dist/components/Icons/index.d.ts +6 -0
  205. package/dist/components/Icons/index.d.ts.map +1 -1
  206. package/dist/components/Label/Label.d.ts +2 -2
  207. package/dist/components/Popover/Popover.d.ts +1 -1
  208. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts +2 -2
  209. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -1
  210. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts +5 -3
  211. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts.map +1 -1
  212. package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
  213. package/dist/components/RadioGroup/RadioGroupBase.d.ts +7 -7
  214. package/dist/components/Skeleton/Skeleton.d.ts +1 -1
  215. package/dist/components/Slider/SliderBase.d.ts +7 -7
  216. package/dist/components/SpectralProvider/SpectralProvider.d.ts +1 -1
  217. package/dist/components/Switch/Switch.d.ts +2 -2
  218. package/dist/components/Switch/SwitchBase.d.ts +4 -4
  219. package/dist/components/Toggle/Toggle.d.ts +2 -2
  220. package/dist/components/Toggle/ToggleBase.d.ts +5 -4
  221. package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
  222. package/dist/components/ToggleGroup/ToggleGroup.d.ts +3 -3
  223. package/dist/components/ToggleGroup/ToggleGroupBase.d.ts +2 -2
  224. package/dist/components/Tooltip/Tooltip.d.ts +1 -1
  225. package/dist/components/Tooltip/TooltipBase.d.ts +8 -8
  226. package/dist/features/HorizonColorGrid/HorizonColorGrid.d.ts +1 -1
  227. package/dist/features/LabelingToolbar/LabelingToolbar.d.ts +1 -1
  228. package/dist/features/LabelingTools.js +14 -8
  229. package/dist/features/SensorMetadata.js +14 -8
  230. package/dist/features/SettingsPopover/SettingsPopover.d.ts.map +1 -1
  231. package/dist/features/SettingsPopover.js +26 -19
  232. package/dist/hooks/useAccordionAutoScroll.d.ts +1 -1
  233. package/dist/hooks/useOutsideClick.d.ts +1 -1
  234. package/dist/index.d.ts +1 -0
  235. package/dist/index.d.ts.map +1 -1
  236. package/dist/primitives/label.d.ts +2 -2
  237. package/dist/primitives/slot.d.ts +3 -3
  238. package/dist/styles/base-colors.css +19 -9
  239. package/dist/styles/main.css +1 -1
  240. package/dist/utils/refs.d.ts +1 -1
  241. package/package.json +2 -1
@@ -1,6 +1,6 @@
1
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>;
2
+ import { ComponentPropsWithoutRef, CSSProperties, ReactNode } from 'react';
3
+ export declare const SvgIdContext: import('react').Context<string>;
4
4
  interface IconBaseProps extends IconProps, ComponentPropsWithoutRef<'svg'> {
5
5
  children: ReactNode;
6
6
  className?: string;
@@ -9,6 +9,6 @@ interface IconBaseProps extends IconProps, ComponentPropsWithoutRef<'svg'> {
9
9
  style?: CSSProperties;
10
10
  color?: string;
11
11
  }
12
- declare const IconBase: import('../../../node_modules/react').ForwardRefExoticComponent<IconBaseProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
12
+ declare const IconBase: import('react').ForwardRefExoticComponent<IconBaseProps & import('react').RefAttributes<SVGSVGElement>>;
13
13
  export default IconBase;
14
14
  //# sourceMappingURL=IconBase.d.ts.map
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const InfoIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const InfoIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=InfoIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
5
- import { forwardRef as k } from "react";
6
- const a = ({ className: r, ariaHidden: n, title: t = "Info", description: e, size: i = 24 }, s) => /* @__PURE__ */ d(
7
- c,
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: n, title: t = "Info", description: e, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
7
+ k,
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: s,
14
+ ref: d,
15
+ ...s,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -27,7 +28,7 @@ const a = ({ className: r, ariaHidden: n, title: t = "Info", description: e, siz
27
28
  /* @__PURE__ */ o("path", { d: "M12 7H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
28
29
  ]
29
30
  }
30
- ), h = k(a);
31
+ ), C = a(p);
31
32
  export {
32
- h as InfoIcon
33
+ C as InfoIcon
33
34
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LabelIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LabelIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=LabelIcon.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 c from "./IconBase.js";
5
- import { forwardRef as i } from "react";
6
- const s = ({ className: o, ariaHidden: e, title: t = "Label", description: a, size: n = 24 }, C) => /* @__PURE__ */ r(
7
- c,
4
+ import i from "./IconBase.js";
5
+ import { forwardRef as s } from "react";
6
+ const L = ({ className: o, ariaHidden: e, title: t = "Label", description: a, size: n = 24, ...C }, c) => /* @__PURE__ */ r(
7
+ i,
8
8
  {
9
9
  size: n,
10
10
  className: o,
11
11
  title: t,
12
12
  description: a,
13
13
  "aria-hidden": e,
14
- ref: C,
14
+ ref: c,
15
+ ...C,
15
16
  children: /* @__PURE__ */ r(
16
17
  "path",
17
18
  {
@@ -22,7 +23,7 @@ const s = ({ className: o, ariaHidden: e, title: t = "Label", description: a, si
22
23
  }
23
24
  )
24
25
  }
25
- ), p = i(s);
26
+ ), f = s(L);
26
27
  export {
27
- p as LabelIcon
28
+ f as LabelIcon
28
29
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LassoIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LassoIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=LassoIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as C, jsx as o } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const c = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description: n, size: s = 24 }, i) => /* @__PURE__ */ C(
7
- d,
3
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
+ import a from "./IconBase.js";
5
+ import { forwardRef as c } from "react";
6
+ const k = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description: n, size: s = 24, ...i }, C) => /* @__PURE__ */ d(
7
+ a,
8
8
  {
9
9
  size: s,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
13
  "aria-hidden": t,
14
- ref: i,
14
+ ref: C,
15
+ ...i,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -45,7 +46,7 @@ const c = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description:
45
46
  )
46
47
  ]
47
48
  }
48
- ), L = a(c);
49
+ ), h = c(k);
49
50
  export {
50
- L as LassoIcon
51
+ h as LassoIcon
51
52
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LineToolIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LineToolIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=LineToolIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import k from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const u = ({ className: r, ariaHidden: t, title: e = "Line Tool", description: n, size: s = 24 }, i) => /* @__PURE__ */ d(
7
- k,
3
+ import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
+ import c from "./IconBase.js";
5
+ import { forwardRef as u } from "react";
6
+ const a = ({ className: r, ariaHidden: t, title: e = "Line Tool", description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ k(
7
+ c,
8
8
  {
9
9
  size: s,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
13
  "aria-hidden": t,
14
- ref: i,
14
+ ref: d,
15
+ ...i,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -91,7 +92,7 @@ const u = ({ className: r, ariaHidden: t, title: e = "Line Tool", description: n
91
92
  )
92
93
  ]
93
94
  }
94
- ), C = c(u);
95
+ ), L = u(a);
95
96
  export {
96
- C as LineToolIcon
97
+ L as LineToolIcon
97
98
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LiveViewIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LiveViewIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=LiveViewIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import k from "./IconBase.js";
5
- import { forwardRef as C } from "react";
6
- const c = ({ className: r, ariaHidden: e, title: t = "Live View", description: n, size: i = 24 }, s) => /* @__PURE__ */ d(
7
- k,
3
+ import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
+ import C from "./IconBase.js";
5
+ import { forwardRef as c } from "react";
6
+ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
7
+ C,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
11
  title: t,
12
12
  description: n,
13
13
  "aria-hidden": e,
14
- ref: s,
14
+ ref: d,
15
+ ...s,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -65,7 +66,7 @@ const c = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
65
66
  )
66
67
  ]
67
68
  }
68
- ), L = C(c);
69
+ ), h = c(u);
69
70
  export {
70
- L as LiveViewIcon
71
+ h as LiveViewIcon
71
72
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LocationIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LocationIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=LocationIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as C, jsx as o } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
5
- import { forwardRef as d } from "react";
6
- const a = ({ className: r, ariaHidden: t, title: n = "Location", description: e, size: i = 24 }, s) => /* @__PURE__ */ C(
7
- c,
3
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as a } from "react";
6
+ const k = ({ className: r, ariaHidden: t, title: n = "Location", description: e, size: i = 24, ...s }, C) => /* @__PURE__ */ c(
7
+ d,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
11
  title: n,
12
12
  description: e,
13
13
  "aria-hidden": t,
14
- ref: s,
14
+ ref: C,
15
+ ...s,
15
16
  children: [
16
17
  /* @__PURE__ */ o(
17
18
  "path",
@@ -35,7 +36,7 @@ const a = ({ className: r, ariaHidden: t, title: n = "Location", description: e,
35
36
  )
36
37
  ]
37
38
  }
38
- ), L = d(a);
39
+ ), h = a(k);
39
40
  export {
40
- L as LocationIcon
41
+ h as LocationIcon
41
42
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const LogoutIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const LogoutIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=LogoutIcon.d.ts.map
@@ -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 c from "./IconBase.js";
5
- import { forwardRef as d } from "react";
6
- const s = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, size: i = 24 }, L) => /* @__PURE__ */ o(
7
- c,
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as s } from "react";
6
+ const u = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, size: i = 24, ...L }, c) => /* @__PURE__ */ o(
7
+ d,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
11
  title: n,
12
12
  description: e,
13
13
  "aria-hidden": t,
14
- ref: L,
14
+ ref: c,
15
+ ...L,
15
16
  children: /* @__PURE__ */ o(
16
17
  "path",
17
18
  {
@@ -23,7 +24,7 @@ const s = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, s
23
24
  }
24
25
  )
25
26
  }
26
- ), p = d(s);
27
+ ), f = s(u);
27
28
  export {
28
- p as LogoutIcon
29
+ f as LogoutIcon
29
30
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const MetadataIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const MetadataIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=MetadataIcon.d.ts.map
@@ -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 i from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const s = ({ className: r, ariaHidden: t, title: e = "Metadata", description: a, size: n = 24 }, d) => /* @__PURE__ */ o(
7
- i,
4
+ import c from "./IconBase.js";
5
+ import { forwardRef as s } from "react";
6
+ const C = ({ className: r, ariaHidden: t, title: e = "Metadata", description: a, size: n = 24, ...d }, i) => /* @__PURE__ */ o(
7
+ c,
8
8
  {
9
9
  size: n,
10
10
  className: r,
11
11
  title: e,
12
12
  description: a,
13
13
  "aria-hidden": t,
14
- ref: d,
14
+ ref: i,
15
+ ...d,
15
16
  children: /* @__PURE__ */ o(
16
17
  "path",
17
18
  {
@@ -23,7 +24,7 @@ const s = ({ className: r, ariaHidden: t, title: e = "Metadata", description: a,
23
24
  }
24
25
  )
25
26
  }
26
- ), f = c(s);
27
+ ), L = s(C);
27
28
  export {
28
- f as MetadataIcon
29
+ L as MetadataIcon
29
30
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const OntologyIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const OntologyIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=OntologyIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as k, jsx as r } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
5
- import { forwardRef as i } from "react";
6
- const a = ({ className: o, ariaHidden: t, title: e = "Ontology", description: n, size: s = 24 }, d) => /* @__PURE__ */ k(
7
- c,
3
+ import { jsxs as c, jsx as r } from "react/jsx-runtime";
4
+ import i from "./IconBase.js";
5
+ import { forwardRef as a } from "react";
6
+ const p = ({ className: o, ariaHidden: t, title: e = "Ontology", description: n, size: s = 24, ...d }, k) => /* @__PURE__ */ c(
7
+ i,
8
8
  {
9
9
  size: s,
10
10
  className: o,
11
11
  title: e,
12
12
  description: n,
13
13
  "aria-hidden": t,
14
- ref: d,
14
+ ref: k,
15
+ ...d,
15
16
  children: [
16
17
  /* @__PURE__ */ r("path", { d: "M15.5 19.0625V19.0626", stroke: "currentColor", strokeWidth: "4.2", strokeLinecap: "round" }),
17
18
  /* @__PURE__ */ r("path", { d: "M19.475 12.7126V12.7127", stroke: "currentColor", strokeWidth: "4.4", strokeLinecap: "round" }),
@@ -26,7 +27,7 @@ const a = ({ className: o, ariaHidden: t, title: e = "Ontology", description: n,
26
27
  /* @__PURE__ */ r("path", { d: "M14.4062 17.8035L10.125 13.25", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" })
27
28
  ]
28
29
  }
29
- ), L = i(a);
30
+ ), l = a(p);
30
31
  export {
31
- L as OntologyIcon
32
+ l as OntologyIcon
32
33
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const PanelIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const PanelIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=PanelIcon.d.ts.map
@@ -1,17 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as o, jsx as C } from "react/jsx-runtime";
4
- import n from "./IconBase.js";
5
- import { forwardRef as e } from "react";
6
- const t = ({ className: L, ariaHidden: M, title: Z = "Panel", description: H, size: V = 24 }, r) => /* @__PURE__ */ o(
7
- n,
3
+ import { jsxs as n, jsx as C } from "react/jsx-runtime";
4
+ import e from "./IconBase.js";
5
+ import { forwardRef as t } from "react";
6
+ const l = ({ className: L, ariaHidden: M, title: Z = "Panel", description: H, size: V = 24, ...r }, o) => /* @__PURE__ */ n(
7
+ e,
8
8
  {
9
9
  size: V,
10
10
  className: L,
11
11
  title: Z,
12
12
  description: H,
13
13
  "aria-hidden": M,
14
- ref: r,
14
+ ref: o,
15
+ ...r,
15
16
  children: [
16
17
  /* @__PURE__ */ C(
17
18
  "path",
@@ -23,7 +24,7 @@ const t = ({ className: L, ariaHidden: M, title: Z = "Panel", description: H, si
23
24
  /* @__PURE__ */ C("path", { d: "M11 4V3H9V4H11ZM9 20V21H11V20H9ZM9 4V20H11V4H9Z", fill: "currentColor" })
24
25
  ]
25
26
  }
26
- ), i = e(t);
27
+ ), f = t(l);
27
28
  export {
28
- i as PanelIcon
29
+ f as PanelIcon
29
30
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const PlayIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const PlayIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=PlayIcon.d.ts.map
@@ -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 c from "./IconBase.js";
5
- import { forwardRef as d } from "react";
6
- const s = ({ className: r, ariaHidden: n, title: t = "Play", description: e, size: i = 24 }, a) => /* @__PURE__ */ o(
7
- c,
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: a,
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
- ), l = d(s);
27
+ ), h = s(m);
27
28
  export {
28
- l as PlayIcon
29
+ h as PlayIcon
29
30
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const PlusIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const PlusIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=PlusIcon.d.ts.map
@@ -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 t from "./IconBase.js";
5
- import { forwardRef as C } from "react";
6
- const c = ({ className: r, ariaHidden: e, title: l = "Plus", description: n, size: d = 24 }, i) => /* @__PURE__ */ o(
7
- t,
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: i,
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
- ), m = C(c);
26
+ ), p = c(f);
26
27
  export {
27
- m as PlusIcon
28
+ p as PlusIcon
28
29
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const ResetIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
2
+ export declare const ResetIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
3
  //# sourceMappingURL=ResetIcon.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 i from "./IconBase.js";
5
- import { forwardRef as s } from "react";
6
- const f = ({ className: C, ariaHidden: o, title: e = "Reset", description: t, size: n = 24 }, c) => /* @__PURE__ */ r(
7
- i,
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: c,
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
- ), p = s(f);
24
+ ), l = f(m);
24
25
  export {
25
- p as ResetIcon
26
+ l as ResetIcon
26
27
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const ScissorsIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
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 l, jsx as o } from "react/jsx-runtime";
4
- import n from "./IconBase.js";
5
- import { forwardRef as t } from "react";
6
- const d = ({ className: r, ariaHidden: C, title: s = "Scissors", description: e, size: i = 24 }, c) => /* @__PURE__ */ l(
7
- n,
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: c,
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
- ), a = t(d);
35
+ ), m = d(f);
35
36
  export {
36
- a as ScissorsIcon
37
+ m as ScissorsIcon
37
38
  };
@@ -1,3 +1,3 @@
1
1
  import { IconProps } from './iconTypes';
2
- export declare const SettingsIcon: import('../../../node_modules/react').ForwardRefExoticComponent<IconProps & import('../../../node_modules/react').RefAttributes<SVGSVGElement>>;
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 c, jsx as r } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const k = ({ className: o, ariaHidden: t, title: e = "Settings", description: n, size: i = 24 }, s) => /* @__PURE__ */ c(
7
- d,
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: s,
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
- ), f = a(k);
41
+ ), h = k(p);
41
42
  export {
42
- f as SettingsIcon
43
+ h as SettingsIcon
43
44
  };