@spear-ai/spectral 1.3.62 → 1.3.64

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 (281) hide show
  1. package/dist/.js +205 -152
  2. package/dist/Accordion.d.ts +37 -0
  3. package/dist/Accordion.js +474 -0
  4. package/dist/Alert/AlertBase.js +2 -2
  5. package/dist/Alert.js +21 -11
  6. package/dist/Avatar.js +1 -1
  7. package/dist/Badge.d.ts +12 -2
  8. package/dist/Badge.js +28 -4
  9. package/dist/Button.d.ts +3 -3
  10. package/dist/Button.js +35 -28
  11. package/dist/ButtonGroup/ButtonGroupButton.d.ts +13 -0
  12. package/dist/ButtonGroup/ButtonGroupButton.js +51 -0
  13. package/dist/ButtonGroup.d.ts +29 -0
  14. package/dist/ButtonGroup.js +89 -0
  15. package/dist/ButtonIcon.js +11 -1
  16. package/dist/Card.d.ts +16 -0
  17. package/dist/Card.js +32 -0
  18. package/dist/Checkbox/CheckboxBase.js +1 -1
  19. package/dist/Checkbox.js +22 -14
  20. package/dist/Dialog/DialogBase.d.ts +6 -3
  21. package/dist/Dialog/DialogBase.js +113 -98
  22. package/dist/Dialog.d.ts +1 -1
  23. package/dist/Dialog.js +42 -36
  24. package/dist/Drawer.js +24 -1283
  25. package/dist/HoverCard.d.ts +29 -0
  26. package/dist/HoverCard.js +207 -0
  27. package/dist/Icons/AnalyzeIcon.d.ts +3 -0
  28. package/dist/Icons/AnalyzeIcon.js +73 -0
  29. package/dist/Icons/AnnotationsIcon.js +4 -4
  30. package/dist/Icons/ApprovedIcon.d.ts +3 -0
  31. package/dist/Icons/ApprovedIcon.js +43 -0
  32. package/dist/Icons/CalendarIcon.js +7 -7
  33. package/dist/Icons/CheckCircleIcon.js +14 -14
  34. package/dist/Icons/CheckSquareIcon.js +14 -14
  35. package/dist/Icons/CheckmarkIcon.js +9 -9
  36. package/dist/Icons/ChevronDownIcon.js +6 -6
  37. package/dist/Icons/ChevronUpIcon.js +7 -7
  38. package/dist/Icons/ClockIcon.js +10 -10
  39. package/dist/Icons/CloseCircleIcon.js +10 -10
  40. package/dist/Icons/CloseIcon.js +5 -5
  41. package/dist/Icons/DashboardIcon.js +4 -4
  42. package/dist/Icons/DatabaseIcon.d.ts +3 -0
  43. package/dist/Icons/DatabaseIcon.js +53 -0
  44. package/dist/Icons/DeleteIcon.js +24 -6
  45. package/dist/Icons/DurationIcon.js +7 -7
  46. package/dist/Icons/EmailIcon.js +4 -4
  47. package/dist/Icons/EraserIcon.js +20 -11
  48. package/dist/Icons/ErrorIcon.js +3 -3
  49. package/dist/Icons/EyeClosedIcon.js +2 -2
  50. package/dist/Icons/EyeClosedIcon2.js +18 -18
  51. package/dist/Icons/EyeOpenIcon.js +8 -8
  52. package/dist/Icons/GoToFirstIcon.js +1 -1
  53. package/dist/Icons/GoToLastIcon.js +3 -3
  54. package/dist/Icons/HarmonicCursorsIcon.js +4 -4
  55. package/dist/Icons/IconBase.d.ts +1 -1
  56. package/dist/Icons/IconBase.js +15 -17
  57. package/dist/Icons/InfoIcon.js +4 -4
  58. package/dist/Icons/LabelIcon.js +6 -6
  59. package/dist/Icons/LassoIcon.js +6 -6
  60. package/dist/Icons/LineToolIcon.js +22 -93
  61. package/dist/Icons/LineToolIcon2.d.ts +3 -0
  62. package/dist/Icons/LineToolIcon2.js +73 -0
  63. package/dist/Icons/LiveViewIcon.js +5 -5
  64. package/dist/Icons/LoaderIcon.js +5 -5
  65. package/dist/Icons/LocationIcon.js +5 -5
  66. package/dist/Icons/LogoutIcon.js +11 -11
  67. package/dist/Icons/MessagesIcon.d.ts +3 -0
  68. package/dist/Icons/MessagesIcon.js +34 -0
  69. package/dist/Icons/MetadataIcon.js +5 -5
  70. package/dist/Icons/MinusIcon.js +9 -9
  71. package/dist/Icons/OntologyIcon.js +74 -21
  72. package/dist/Icons/PanelIconClose.js +11 -11
  73. package/dist/Icons/PanelIconOpen.js +11 -11
  74. package/dist/Icons/PlayIcon.js +5 -5
  75. package/dist/Icons/PlusIcon.js +9 -8
  76. package/dist/Icons/ResetIcon.js +6 -6
  77. package/dist/Icons/ReviewedIcon.d.ts +3 -0
  78. package/dist/Icons/ReviewedIcon.js +44 -0
  79. package/dist/Icons/ScissorsIcon.js +9 -9
  80. package/dist/Icons/SettingsIcon.js +20 -22
  81. package/dist/Icons/SortAscendingIcon.d.ts +3 -0
  82. package/dist/Icons/SortAscendingIcon.js +73 -0
  83. package/dist/Icons/SortDescendingIcon.d.ts +3 -0
  84. package/dist/Icons/SortDescendingIcon.js +73 -0
  85. package/dist/Icons/StackIcon.d.ts +3 -0
  86. package/dist/Icons/StackIcon.js +43 -0
  87. package/dist/Icons/StarIcon.d.ts +3 -0
  88. package/dist/Icons/StarIcon.js +31 -0
  89. package/dist/Icons/TrashIcon.js +10 -10
  90. package/dist/Icons/UndoIcon.js +1 -1
  91. package/dist/Icons/UserIcon.js +1 -1
  92. package/dist/Icons/WarningIcon.js +9 -9
  93. package/dist/Icons/ZoomAllIcon.js +97 -57
  94. package/dist/Icons/ZoomXIcon.js +6 -6
  95. package/dist/Icons/ZoomYIcon.js +17 -8
  96. package/dist/Icons/index.d.ts +10 -0
  97. package/dist/Icons.js +114 -94
  98. package/dist/Input.d.ts +2 -0
  99. package/dist/Input.js +100 -82
  100. package/dist/InputGroup.d.ts +16 -0
  101. package/dist/InputGroup.js +129 -0
  102. package/dist/InputOTP.d.ts +0 -2
  103. package/dist/InputOTP.js +148 -143
  104. package/dist/Label.d.ts +3 -7
  105. package/dist/Label.js +11 -11
  106. package/dist/MultiSelect/MultiSelectBase.js +28 -28
  107. package/dist/Popover.d.ts +6 -7
  108. package/dist/Popover.js +60 -71
  109. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +1 -1
  110. package/dist/RadioButtonGroup.js +1 -1
  111. package/dist/RadioGroup.d.ts +1 -1
  112. package/dist/RadioGroup.js +141 -134
  113. package/dist/Select.d.ts +12 -12
  114. package/dist/Select.js +106 -895
  115. package/dist/Separator.d.ts +12 -0
  116. package/dist/Separator.js +24 -0
  117. package/dist/Skeleton.js +3 -3
  118. package/dist/Slider.d.ts +15 -3
  119. package/dist/Slider.js +464 -40
  120. package/dist/Switch/SwitchBase.js +1 -1
  121. package/dist/Switch.js +2 -2
  122. package/dist/Tabs/TabsBase.js +1 -1
  123. package/dist/Tabs.js +16 -16
  124. package/dist/Textarea.js +58 -50
  125. package/dist/Toggle.js +2 -2
  126. package/dist/ToggleGroup.js +1 -1
  127. package/dist/Tooltip/TooltipBase.js +29 -29
  128. package/dist/Tooltip.js +15 -15
  129. package/dist/Tray/TrayStoriesData.d.ts +39 -0
  130. package/dist/Tray/TrayStoriesData.js +438 -0
  131. package/dist/Tray.d.ts +28 -0
  132. package/dist/Tray.js +236 -0
  133. package/dist/analyzer/network.webp +0 -0
  134. package/dist/analyzer/sunburst.webp +0 -0
  135. package/dist/analyzer/visual.webp +0 -0
  136. package/dist/clsx-OuTLNxxd.js +16 -0
  137. package/dist/components/Accordion/Accordion.d.ts +37 -0
  138. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  139. package/dist/components/Badge/Badge.d.ts +12 -2
  140. package/dist/components/Badge/Badge.d.ts.map +1 -1
  141. package/dist/components/Button/Button.d.ts +3 -3
  142. package/dist/components/Button/Button.d.ts.map +1 -1
  143. package/dist/components/ButtonGroup/ButtonGroup.d.ts +29 -0
  144. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  145. package/dist/components/ButtonGroup/ButtonGroupButton.d.ts +13 -0
  146. package/dist/components/ButtonGroup/ButtonGroupButton.d.ts.map +1 -0
  147. package/dist/components/Card/Card.d.ts +16 -0
  148. package/dist/components/Card/Card.d.ts.map +1 -0
  149. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
  150. package/dist/components/Dialog/Dialog.d.ts +1 -1
  151. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  152. package/dist/components/Dialog/DialogBase.d.ts +6 -3
  153. package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
  154. package/dist/components/HoverCard/HoverCard.d.ts +29 -0
  155. package/dist/components/HoverCard/HoverCard.d.ts.map +1 -0
  156. package/dist/components/Icons/AnalyzeIcon.d.ts +3 -0
  157. package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -0
  158. package/dist/components/Icons/ApprovedIcon.d.ts +3 -0
  159. package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -0
  160. package/dist/components/Icons/DatabaseIcon.d.ts +3 -0
  161. package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -0
  162. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  163. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  164. package/dist/components/Icons/IconBase.d.ts +1 -1
  165. package/dist/components/Icons/IconBase.d.ts.map +1 -1
  166. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  167. package/dist/components/Icons/LineToolIcon2.d.ts +3 -0
  168. package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -0
  169. package/dist/components/Icons/MessagesIcon.d.ts +3 -0
  170. package/dist/components/Icons/MessagesIcon.d.ts.map +1 -0
  171. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  172. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  173. package/dist/components/Icons/ReviewedIcon.d.ts +3 -0
  174. package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -0
  175. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  176. package/dist/components/Icons/SortAscendingIcon.d.ts +3 -0
  177. package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -0
  178. package/dist/components/Icons/SortDescendingIcon.d.ts +3 -0
  179. package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -0
  180. package/dist/components/Icons/StackIcon.d.ts +3 -0
  181. package/dist/components/Icons/StackIcon.d.ts.map +1 -0
  182. package/dist/components/Icons/StarIcon.d.ts +3 -0
  183. package/dist/components/Icons/StarIcon.d.ts.map +1 -0
  184. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  185. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  186. package/dist/components/Icons/index.d.ts +10 -0
  187. package/dist/components/Icons/index.d.ts.map +1 -1
  188. package/dist/components/Input/Input.d.ts +2 -0
  189. package/dist/components/Input/Input.d.ts.map +1 -1
  190. package/dist/components/InputGroup/InputGroup.d.ts +16 -0
  191. package/dist/components/InputGroup/InputGroup.d.ts.map +1 -0
  192. package/dist/components/InputOTP/InputOTP.d.ts +0 -2
  193. package/dist/components/InputOTP/InputOTP.d.ts.map +1 -1
  194. package/dist/components/Label/Label.d.ts +3 -7
  195. package/dist/components/Label/Label.d.ts.map +1 -1
  196. package/dist/components/Popover/Popover.d.ts +6 -7
  197. package/dist/components/Popover/Popover.d.ts.map +1 -1
  198. package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
  199. package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -1
  200. package/dist/components/Select/Select.d.ts +12 -12
  201. package/dist/components/Select/Select.d.ts.map +1 -1
  202. package/dist/components/Separator/Separator.d.ts +12 -0
  203. package/dist/components/Separator/Separator.d.ts.map +1 -0
  204. package/dist/components/Slider/Slider.d.ts +15 -3
  205. package/dist/components/Slider/Slider.d.ts.map +1 -1
  206. package/dist/components/Textarea/Textarea.d.ts.map +1 -1
  207. package/dist/components/Tray/Tray.d.ts +28 -0
  208. package/dist/components/Tray/Tray.d.ts.map +1 -0
  209. package/dist/components/Tray/TrayStoriesData.d.ts +39 -0
  210. package/dist/components/Tray/TrayStoriesData.d.ts.map +1 -0
  211. package/dist/{createLucideIcon-CI1yJrZf.js → createLucideIcon-B_8CJpcQ.js} +4 -4
  212. package/dist/features/AuthCard/ForgotPasswordEmailForm.js +13 -3
  213. package/dist/features/AuthCard/ForgotPasswordResetForm.js +9 -9
  214. package/dist/features/AuthCard/PasswordInput.js +87 -9
  215. package/dist/features/AuthCard/SignInForm.js +25 -15
  216. package/dist/features/AuthCard/SignUpForm.js +24 -14
  217. package/dist/features/AuthCard.js +2 -2
  218. package/dist/features/LabelingTools.js +16 -6
  219. package/dist/features/SensorMetadata.js +15 -5
  220. package/dist/features/SettingsPopover.js +22 -12
  221. package/dist/index-0ioNhtNM.js +10 -0
  222. package/dist/{index-CBwRmAsQ.js → index-6Abv_Flm.js} +1 -1
  223. package/dist/{index-DUK1rxhf.js → index-B-GQStVW.js} +6 -5
  224. package/dist/index-B2oBi8ng.js +142 -0
  225. package/dist/index-BIpuW_o8.js +146 -0
  226. package/dist/index-BZPx6jYI.js +8 -0
  227. package/dist/index-BhufZRa2.js +232 -0
  228. package/dist/index-CAKA12cC.js +1265 -0
  229. package/dist/{index-Cfyte2YO.js → index-CGALWSq_.js} +1 -1
  230. package/dist/index-CVSxKOPp.js +13 -0
  231. package/dist/index-CevVJ05e.js +822 -0
  232. package/dist/{index-CRBC94ik.js → index-D29mdTf5.js} +1 -1
  233. package/dist/{index-FeGk8zep.js → index-NzygPVvJ.js} +10 -9
  234. package/dist/index-UEFPWH8U.js +54 -0
  235. package/dist/index-rKs9bXHr.js +6 -0
  236. package/dist/{index-Cb7rjMhE.js → index-y6Br5T4h.js} +6 -6
  237. package/dist/index.d.ts +11 -1
  238. package/dist/index.d.ts.map +1 -1
  239. package/dist/linear-cursor-small.png +0 -0
  240. package/dist/{loader-circle-CvdzOiQ_.js → loader-circle-CdRVlFhN.js} +2 -2
  241. package/dist/main.js +15630 -13510
  242. package/dist/message-alert-matte-glass-gradient.webp +0 -0
  243. package/dist/primitives/button.d.ts +10 -0
  244. package/dist/primitives/button.d.ts.map +1 -0
  245. package/dist/primitives/button.js +42 -0
  246. package/dist/primitives/input.d.ts +3 -0
  247. package/dist/primitives/input.d.ts.map +1 -0
  248. package/dist/primitives/input.js +18 -0
  249. package/dist/primitives/select.d.ts +16 -0
  250. package/dist/primitives/select.d.ts.map +1 -0
  251. package/dist/primitives/select.js +205 -0
  252. package/dist/primitives/slot.d.ts.map +1 -1
  253. package/dist/primitives/slot.js +21 -20
  254. package/dist/primitives/textarea.d.ts +3 -0
  255. package/dist/primitives/textarea.d.ts.map +1 -0
  256. package/dist/primitives/textarea.js +16 -0
  257. package/dist/{proxy-DD79Ok6n.js → proxy-C9AqCss6.js} +1 -1
  258. package/dist/speech-bubble-fluid-glass-gradient.webp +0 -0
  259. package/dist/styles/main.css +1 -1
  260. package/dist/utils/formFieldUtils.js +1 -1
  261. package/dist/utils/twUtils.js +2728 -2
  262. package/dist/{x-BBpi7a_7.js → x-Dl66o_vF.js} +2 -2
  263. package/package.json +28 -23
  264. package/dist/Accordion/AccordionBase.d.ts +0 -42
  265. package/dist/Accordion/AccordionBase.js +0 -225
  266. package/dist/Badge/BadgeBase.d.ts +0 -13
  267. package/dist/Badge/BadgeBase.js +0 -35
  268. package/dist/PasswordInput-ClY_hxuN.js +0 -261
  269. package/dist/components/Accordion/AccordionBase.d.ts +0 -42
  270. package/dist/components/Accordion/AccordionBase.d.ts.map +0 -1
  271. package/dist/components/Badge/BadgeBase.d.ts +0 -13
  272. package/dist/components/Badge/BadgeBase.d.ts.map +0 -1
  273. package/dist/index-CA7haECj.js +0 -248
  274. package/dist/index-CbXx14YO.js +0 -59
  275. package/dist/index-VXXKXen4.js +0 -15
  276. package/dist/index-cCg4yNa8.js +0 -132
  277. package/dist/primitives/label.d.ts +0 -5
  278. package/dist/primitives/label.d.ts.map +0 -1
  279. package/dist/primitives/label.js +0 -27
  280. package/dist/twUtils-CRiPKpXj.js +0 -2743
  281. /package/dist/{list.yml.webp → analyzer/list.yml.webp} +0 -0
@@ -0,0 +1,43 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as k } from "react";
6
+ const L = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ a(
7
+ d,
8
+ {
9
+ size: s,
10
+ className: r,
11
+ title: e,
12
+ description: n,
13
+ ariaHidden: t,
14
+ ref: i,
15
+ ...c,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ d: "M12 4.5L3 9L12 13.5L21 9L12 4.5Z",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M3 14.5L12 19.5L21 14.5",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ )
37
+ ]
38
+ }
39
+ ), p = k(L);
40
+ p.displayName = "StackIcon";
41
+ export {
42
+ p as StackIcon
43
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const StarIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=StarIcon.d.ts.map
@@ -0,0 +1,31 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsx as r } from "react/jsx-runtime";
4
+ import i from "./IconBase.js";
5
+ import { forwardRef as s } from "react";
6
+ const d = ({ className: o, ariaHidden: t, title: n, description: e, size: L = 24, ...a }, c) => /* @__PURE__ */ r(
7
+ i,
8
+ {
9
+ size: L,
10
+ className: o,
11
+ title: n,
12
+ description: e,
13
+ ariaHidden: t,
14
+ ref: c,
15
+ ...a,
16
+ children: /* @__PURE__ */ r(
17
+ "path",
18
+ {
19
+ d: "M12 3L14.781 8.92429L21 9.88013L16.5 14.489L17.562 21L12 17.9243L6.438 21L7.5 14.489L3 9.88013L9.219 8.92429L12 3Z",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ }
25
+ )
26
+ }
27
+ ), m = s(d);
28
+ m.displayName = "StarIcon";
29
+ export {
30
+ m as StarIcon
31
+ };
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as C } from "react/jsx-runtime";
4
- import a from "./IconBase.js";
5
- import { forwardRef as n } from "react";
6
- const s = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, size: o = 24, ...H }, L) => /* @__PURE__ */ C(
7
- a,
4
+ import n from "./IconBase.js";
5
+ import { forwardRef as t } from "react";
6
+ const a = ({ className: M, ariaHidden: Z, title: r, description: V, size: o = 24, ...H }, L) => /* @__PURE__ */ C(
7
+ n,
8
8
  {
9
9
  size: o,
10
- className: r,
11
- title: Z,
10
+ className: M,
11
+ title: r,
12
12
  description: V,
13
- ariaHidden: M,
13
+ ariaHidden: Z,
14
14
  ref: L,
15
15
  ...H,
16
16
  children: /* @__PURE__ */ C(
@@ -21,8 +21,8 @@ const s = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, si
21
21
  }
22
22
  )
23
23
  }
24
- ), t = n(s);
25
- t.displayName = "TrashIcon";
24
+ ), c = t(a);
25
+ c.displayName = "TrashIcon";
26
26
  export {
27
- t as TrashIcon
27
+ c as TrashIcon
28
28
  };
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import s from "./IconBase.js";
5
5
  import { forwardRef as m } from "react";
6
- const p = ({ className: r, ariaHidden: n, title: t = "Undo", description: e, size: d = 24, ...c }, i) => /* @__PURE__ */ o(
6
+ const p = ({ className: r, ariaHidden: n, title: t, description: e, size: d = 24, ...c }, i) => /* @__PURE__ */ o(
7
7
  s,
8
8
  {
9
9
  size: d,
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsx as r } from "react/jsx-runtime";
4
4
  import i from "./IconBase.js";
5
5
  import { forwardRef as m } from "react";
6
- const d = ({ className: o, ariaHidden: e, title: t = "User", description: C, size: n = 24, ...s }, c) => /* @__PURE__ */ r(
6
+ const d = ({ className: o, ariaHidden: e, title: t, description: C, size: n = 24, ...s }, c) => /* @__PURE__ */ r(
7
7
  i,
8
8
  {
9
9
  size: n,
@@ -1,29 +1,29 @@
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 s } from "react";
6
- const m = ({ className: o, ariaHidden: n, title: t = "Warning/Caution", description: i, size: a = 24, ...e }, c) => /* @__PURE__ */ r(
7
- C,
4
+ import s from "./IconBase.js";
5
+ import { forwardRef as C } from "react";
6
+ const m = ({ className: o, ariaHidden: n, title: t, description: e, size: i = 24, ...a }, c) => /* @__PURE__ */ r(
7
+ s,
8
8
  {
9
- size: a,
9
+ size: i,
10
10
  className: o,
11
11
  title: t,
12
- description: i,
12
+ description: e,
13
13
  ariaHidden: n,
14
14
  ref: c,
15
- ...e,
15
+ ...a,
16
16
  children: /* @__PURE__ */ r(
17
17
  "path",
18
18
  {
19
- 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
+ d: "M12.1125 9.99443V13.0261M12.1125 16.05H12.1226M10.3675 4.90277L3.27825 17.0605C2.49259 18.4079 3.46409 20.1 5.02334 20.1H19.2016C20.7609 20.1 21.7324 18.4079 20.9468 17.0605L13.8575 4.90275C13.078 3.56578 11.147 3.56578 10.3675 4.90277ZM12.3656 16.05C12.3656 16.1899 12.2523 16.3031 12.1125 16.3031C11.9727 16.3031 11.8594 16.1899 11.8594 16.05C11.8594 15.9102 11.9727 15.7969 12.1125 15.7969C12.2523 15.7969 12.3656 15.9102 12.3656 16.05Z",
20
20
  stroke: "currentColor",
21
21
  strokeWidth: "2",
22
22
  strokeLinecap: "round"
23
23
  }
24
24
  )
25
25
  }
26
- ), p = s(m);
26
+ ), p = C(m);
27
27
  p.displayName = "WarningIcon";
28
28
  export {
29
29
  p as WarningIcon
@@ -1,62 +1,102 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as t, jsx as o } from "react/jsx-runtime";
4
- import L, { SvgIdContext as l } from "./IconBase.js";
5
- import { forwardRef as h, useContext as u } from "react";
6
- const p = ({ className: e, ariaHidden: n, title: i = "Zoom All", description: s, size: d = 24, ...c }, k) => {
7
- const r = u(l);
8
- return /* @__PURE__ */ t(
9
- L,
10
- {
11
- size: d,
12
- className: e,
13
- title: i,
14
- description: s,
15
- ariaHidden: n,
16
- ref: k,
17
- ...c,
18
- children: [
19
- /* @__PURE__ */ t("g", { clipPath: `url(#${r}-clip0)`, children: [
20
- /* @__PURE__ */ o("path", { d: "M21 19L10 19", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
21
- /* @__PURE__ */ o(
22
- "path",
23
- {
24
- d: "M12 17L10 19L12 21",
25
- stroke: "currentColor",
26
- strokeWidth: "2",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round"
29
- }
30
- ),
31
- /* @__PURE__ */ o(
32
- "path",
33
- {
34
- d: "M19 21L21 19L19 17",
35
- stroke: "currentColor",
36
- strokeWidth: "2",
37
- strokeLinecap: "round",
38
- strokeLinejoin: "round"
39
- }
40
- ),
41
- /* @__PURE__ */ o("path", { d: "M5 14L5 3", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
42
- /* @__PURE__ */ o("path", { d: "M7 5L5 3L3 5", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
43
- /* @__PURE__ */ o("path", { d: "M3 12L5 14L7 12", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
44
- /* @__PURE__ */ o(
45
- "path",
46
- {
47
- d: "M21 12C21 12.5304 20.7893 13.0391 20.4142 13.4142C20.0391 13.7893 19.5304 14 19 14L12 14C11.4696 14 10.9609 13.7893 10.5858 13.4142C10.2107 13.0391 10 12.5304 10 12L10 5C10 4.46957 10.2107 3.96086 10.5858 3.58579C10.9609 3.21071 11.4696 3 12 3L19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5L21 12Z",
48
- stroke: "currentColor",
49
- strokeWidth: "2",
50
- strokeLinecap: "round",
51
- strokeLinejoin: "round"
52
- }
53
- )
54
- ] }),
55
- /* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: `${r}-clip0`, children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "matrix(-1 0 0 -1 24 24)" }) }) })
56
- ]
57
- }
58
- );
59
- }, a = h(p);
3
+ import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
+ import u from "./IconBase.js";
5
+ import { forwardRef as c } from "react";
6
+ const p = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ k(
7
+ u,
8
+ {
9
+ size: s,
10
+ className: r,
11
+ title: e,
12
+ description: n,
13
+ ariaHidden: t,
14
+ ref: d,
15
+ ...i,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ d: "M16.0909 3.81818H20.1819V7.90909",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M14.0454 9.95454L20.1818 3.81818",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ o(
38
+ "path",
39
+ {
40
+ d: "M7.90915 20.1818H3.81824V16.0909",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ o(
48
+ "path",
49
+ {
50
+ d: "M3.81824 20.1818L9.9546 14.0455",
51
+ stroke: "currentColor",
52
+ strokeWidth: "2",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ o(
58
+ "path",
59
+ {
60
+ d: "M16.0909 20.1818H20.1819V16.0909",
61
+ stroke: "currentColor",
62
+ strokeWidth: "2",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round"
65
+ }
66
+ ),
67
+ /* @__PURE__ */ o(
68
+ "path",
69
+ {
70
+ d: "M14.0454 14.0455L20.1818 20.1818",
71
+ stroke: "currentColor",
72
+ strokeWidth: "2",
73
+ strokeLinecap: "round",
74
+ strokeLinejoin: "round"
75
+ }
76
+ ),
77
+ /* @__PURE__ */ o(
78
+ "path",
79
+ {
80
+ d: "M7.90915 3.81818H3.81824V7.9090",
81
+ stroke: "currentColor",
82
+ strokeWidth: "2",
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round"
85
+ }
86
+ ),
87
+ /* @__PURE__ */ o(
88
+ "path",
89
+ {
90
+ d: "M3.81824 3.81818L9.9546 9.95454",
91
+ stroke: "currentColor",
92
+ strokeWidth: "2",
93
+ strokeLinecap: "round",
94
+ strokeLinejoin: "round"
95
+ }
96
+ )
97
+ ]
98
+ }
99
+ ), a = c(p);
60
100
  a.displayName = "ZoomAllIcon";
61
101
  export {
62
102
  a as ZoomAllIcon
@@ -2,8 +2,8 @@
2
2
  import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
- import { forwardRef as m } from "react";
6
- const p = ({ className: r, ariaHidden: t, title: e = "Zoom X Axis", description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
5
+ import { forwardRef as p } from "react";
6
+ const a = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
7
  k,
8
8
  {
9
9
  size: s,
@@ -27,7 +27,7 @@ const p = ({ className: r, ariaHidden: t, title: e = "Zoom X Axis", description:
27
27
  /* @__PURE__ */ o(
28
28
  "path",
29
29
  {
30
- d: "M17.3472 7.875L21.625 12L17.3472 16.125",
30
+ d: "M17.3472 7.875L21.6249 12L17.3472 16.125",
31
31
  stroke: "currentColor",
32
32
  strokeWidth: "2",
33
33
  strokeLinecap: "round",
@@ -37,8 +37,8 @@ const p = ({ className: r, ariaHidden: t, title: e = "Zoom X Axis", description:
37
37
  /* @__PURE__ */ o("path", { d: "M2.375 12H21.625", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
38
38
  ]
39
39
  }
40
- ), a = m(p);
41
- a.displayName = "ZoomXIcon";
40
+ ), m = p(a);
41
+ m.displayName = "ZoomXIcon";
42
42
  export {
43
- a as ZoomXIcon
43
+ m as ZoomXIcon
44
44
  };
@@ -2,8 +2,8 @@
2
2
  import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
- import { forwardRef as m } from "react";
6
- const p = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
5
+ import { forwardRef as p } from "react";
6
+ const a = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
7
  k,
8
8
  {
9
9
  size: s,
@@ -17,7 +17,7 @@ const p = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description:
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
- d: "M7.90909 6.94958L12 2.90918L16.0909 6.94958",
20
+ d: "M7.90906 6.94952L12 2.90912L16.0909 6.94952",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
@@ -27,18 +27,27 @@ const p = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description:
27
27
  /* @__PURE__ */ o(
28
28
  "path",
29
29
  {
30
- d: "M7.90909 17.0505L12 21.0909L16.0909 17.0505",
30
+ d: "M7.90906 17.0505L12 21.0909L16.0909 17.0505",
31
31
  stroke: "currentColor",
32
32
  strokeWidth: "2",
33
33
  strokeLinecap: "round",
34
34
  strokeLinejoin: "round"
35
35
  }
36
36
  ),
37
- /* @__PURE__ */ o("path", { d: "M12 2.90918V21.091", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
37
+ /* @__PURE__ */ o(
38
+ "path",
39
+ {
40
+ d: "M12 2.90912V21.0909",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ )
38
47
  ]
39
48
  }
40
- ), a = m(p);
41
- a.displayName = "ZoomYIcon";
49
+ ), m = p(a);
50
+ m.displayName = "ZoomYIcon";
42
51
  export {
43
- a as ZoomYIcon
52
+ m as ZoomYIcon
44
53
  };
@@ -1,4 +1,6 @@
1
+ export { AnalyzeIcon } from './AnalyzeIcon';
1
2
  export { AnnotationsIcon } from './AnnotationsIcon';
3
+ export { ApprovedIcon } from './ApprovedIcon';
2
4
  export { CalendarIcon } from './CalendarIcon';
3
5
  export { CheckCircleIcon } from './CheckCircleIcon';
4
6
  export { CheckSquareIcon } from './CheckSquareIcon';
@@ -9,6 +11,7 @@ export { ClockIcon } from './ClockIcon';
9
11
  export { CloseCircleIcon } from './CloseCircleIcon';
10
12
  export { CloseIcon } from './CloseIcon';
11
13
  export { DashboardIcon } from './DashboardIcon';
14
+ export { DatabaseIcon } from './DatabaseIcon';
12
15
  export { DeleteIcon } from './DeleteIcon';
13
16
  export { DurationIcon } from './DurationIcon';
14
17
  export { EmailIcon } from './EmailIcon';
@@ -24,10 +27,12 @@ export { InfoIcon } from './InfoIcon';
24
27
  export { LabelIcon } from './LabelIcon';
25
28
  export { LassoIcon } from './LassoIcon';
26
29
  export { LineToolIcon } from './LineToolIcon';
30
+ export { LineToolIcon2 } from './LineToolIcon2';
27
31
  export { LiveViewIcon } from './LiveViewIcon';
28
32
  export { LoaderIcon } from './LoaderIcon';
29
33
  export { LocationIcon } from './LocationIcon';
30
34
  export { LogoutIcon } from './LogoutIcon';
35
+ export { MessagesIcon } from './MessagesIcon';
31
36
  export { MetadataIcon } from './MetadataIcon';
32
37
  export { MinusIcon } from './MinusIcon';
33
38
  export { OntologyIcon } from './OntologyIcon';
@@ -36,8 +41,13 @@ export { PanelIconOpen } from './PanelIconOpen';
36
41
  export { PlayIcon } from './PlayIcon';
37
42
  export { PlusIcon } from './PlusIcon';
38
43
  export { ResetIcon } from './ResetIcon';
44
+ export { ReviewedIcon } from './ReviewedIcon';
39
45
  export { ScissorsIcon } from './ScissorsIcon';
40
46
  export { SettingsIcon } from './SettingsIcon';
47
+ export { SortAscendingIcon } from './SortAscendingIcon';
48
+ export { SortDescendingIcon } from './SortDescendingIcon';
49
+ export { StackIcon } from './StackIcon';
50
+ export { StarIcon } from './StarIcon';
41
51
  export { TrashIcon } from './TrashIcon';
42
52
  export { UndoIcon } from './UndoIcon';
43
53
  export { UserIcon } from './UserIcon';