@spear-ai/spectral 1.3.67 → 1.4.0

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 (306) hide show
  1. package/dist/Accordion.js +7 -31
  2. package/dist/Alert/AlertBase.d.ts +10 -1
  3. package/dist/Alert/AlertBase.js +25 -42
  4. package/dist/Alert.d.ts +5 -5
  5. package/dist/Alert.js +43 -54
  6. package/dist/Avatar.js +4 -33
  7. package/dist/Badge.js +1 -6
  8. package/dist/Button.d.ts +1 -1
  9. package/dist/Button.js +32 -67
  10. package/dist/ButtonGroup/ButtonGroupButton.js +1 -10
  11. package/dist/ButtonGroup.js +6 -42
  12. package/dist/ButtonIcon.d.ts +4 -4
  13. package/dist/ButtonIcon.js +44 -53
  14. package/dist/Card.js +6 -13
  15. package/dist/Checkbox/CheckboxBase.js +4 -15
  16. package/dist/Checkbox.js +24 -40
  17. package/dist/Dialog/DialogBase.d.ts +17 -17
  18. package/dist/Dialog/DialogBase.js +13 -62
  19. package/dist/Dialog.d.ts +1 -1
  20. package/dist/Dialog.js +6 -44
  21. package/dist/Drawer.d.ts +6 -6
  22. package/dist/Drawer.js +6 -14
  23. package/dist/HoverCard.d.ts +5 -4
  24. package/dist/HoverCard.js +148 -138
  25. package/dist/Icons/AnalyzeIcon.js +52 -64
  26. package/dist/Icons/AnnotationsIcon.js +8 -20
  27. package/dist/Icons/ApprovedIcon.js +13 -34
  28. package/dist/Icons/CalendarIcon.js +15 -54
  29. package/dist/Icons/CheckCircleIcon.js +5 -21
  30. package/dist/Icons/CheckSquareIcon.js +5 -21
  31. package/dist/Icons/CheckmarkIcon.js +4 -20
  32. package/dist/Icons/ChevronDownIcon.js +4 -20
  33. package/dist/Icons/ChevronUpIcon.js +4 -20
  34. package/dist/Icons/ClockIcon.js +13 -34
  35. package/dist/Icons/CloseCircleIcon.js +5 -21
  36. package/dist/Icons/CloseIcon.js +4 -20
  37. package/dist/Icons/DashboardIcon.js +5 -44
  38. package/dist/Icons/DatabaseIcon.js +14 -44
  39. package/dist/Icons/DeleteIcon.js +14 -44
  40. package/dist/Icons/DurationIcon.js +17 -74
  41. package/dist/Icons/EmailIcon.js +5 -21
  42. package/dist/Icons/EraserIcon.js +16 -37
  43. package/dist/Icons/ErrorIcon.js +6 -22
  44. package/dist/Icons/EyeClosedIcon.js +8 -24
  45. package/dist/Icons/EyeClosedIcon2.js +6 -22
  46. package/dist/Icons/EyeOpenIcon.js +4 -20
  47. package/dist/Icons/GoToFirstIcon.js +4 -34
  48. package/dist/Icons/GoToLastIcon.js +4 -34
  49. package/dist/Icons/HarmonicCursorsIcon.js +4 -31
  50. package/dist/Icons/IconBase.js +5 -22
  51. package/dist/Icons/InfoIcon.js +5 -26
  52. package/dist/Icons/LabelIcon.js +7 -19
  53. package/dist/Icons/LassoIcon.js +23 -44
  54. package/dist/Icons/LineToolIcon.js +5 -17
  55. package/dist/Icons/LineToolIcon2.js +43 -64
  56. package/dist/Icons/LiveViewIcon.js +7 -64
  57. package/dist/Icons/LoaderIcon.js +18 -42
  58. package/dist/Icons/LocationIcon.js +22 -34
  59. package/dist/Icons/LogoutIcon.js +8 -20
  60. package/dist/Icons/MessagesIcon.js +13 -25
  61. package/dist/Icons/MetadataIcon.js +8 -20
  62. package/dist/Icons/MinusIcon.js +1 -17
  63. package/dist/Icons/OntologyIcon.js +66 -78
  64. package/dist/Icons/PanelIconClose.js +5 -21
  65. package/dist/Icons/PanelIconOpen.js +5 -21
  66. package/dist/Icons/PlayIcon.js +1 -22
  67. package/dist/Icons/PlusIcon.js +7 -20
  68. package/dist/Icons/ResetIcon.js +5 -17
  69. package/dist/Icons/ReviewedIcon.js +14 -35
  70. package/dist/Icons/ScissorsIcon.js +12 -30
  71. package/dist/Icons/SettingsIcon.js +22 -34
  72. package/dist/Icons/SortAscendingIcon.js +7 -64
  73. package/dist/Icons/SortDescendingIcon.js +7 -64
  74. package/dist/Icons/StackIcon.js +4 -34
  75. package/dist/Icons/StarIcon.js +1 -22
  76. package/dist/Icons/TrashIcon.js +5 -17
  77. package/dist/Icons/UndoIcon.js +8 -20
  78. package/dist/Icons/UserIcon.js +7 -19
  79. package/dist/Icons/WarningIcon.js +7 -19
  80. package/dist/Icons/ZoomAllIcon.js +10 -94
  81. package/dist/Icons/ZoomXIcon.js +5 -35
  82. package/dist/Icons/ZoomYIcon.js +5 -44
  83. package/dist/Input.d.ts +22 -20
  84. package/dist/Input.js +52 -92
  85. package/dist/InputGroup.js +2 -47
  86. package/dist/InputOTP.js +63 -99
  87. package/dist/Label.js +1 -12
  88. package/dist/MultiSelect/MultiSelectBase.d.ts +24 -24
  89. package/dist/MultiSelect/MultiSelectBase.js +82 -151
  90. package/dist/MultiSelect/MutiSelect.d.ts +6 -6
  91. package/dist/MultiSelect/MutiSelect.js +9 -21
  92. package/dist/Popover.js +2 -9
  93. package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +8 -8
  94. package/dist/RadioButtonGroup/RadioButtonGroupBase.js +1 -27
  95. package/dist/RadioButtonGroup.d.ts +1 -1
  96. package/dist/RadioButtonGroup.js +1 -11
  97. package/dist/RadioGroup.d.ts +16 -16
  98. package/dist/RadioGroup.js +40 -92
  99. package/dist/Select.d.ts +7 -6
  100. package/dist/Select.js +81 -135
  101. package/dist/Separator.js +13 -15
  102. package/dist/Slider/SliderBase.js +129 -188
  103. package/dist/Slider.js +4 -41
  104. package/dist/Switch/SwitchBase.js +84 -106
  105. package/dist/Switch.d.ts +6 -6
  106. package/dist/Switch.js +34 -49
  107. package/dist/Tabs/TabsBase.d.ts +18 -18
  108. package/dist/Tabs/TabsBase.js +12 -71
  109. package/dist/Tabs/tabsStoryData.js +2 -2
  110. package/dist/Tabs/tabsUtils.d.ts +17 -17
  111. package/dist/Tabs.d.ts +14 -14
  112. package/dist/Tabs.js +67 -130
  113. package/dist/Textarea/TextareaUtils.d.ts +1 -1
  114. package/dist/Textarea.d.ts +9 -8
  115. package/dist/Textarea.js +49 -84
  116. package/dist/Toggle/ToggleBase.d.ts +4 -4
  117. package/dist/Toggle/ToggleBase.js +2 -27
  118. package/dist/Toggle.js +1 -11
  119. package/dist/ToggleGroup/ToggleGroupBase.d.ts +8 -8
  120. package/dist/ToggleGroup/ToggleGroupBase.js +6 -35
  121. package/dist/ToggleGroup.js +1 -1
  122. package/dist/Tooltip/TooltipBase.d.ts +1 -1
  123. package/dist/Tooltip/TooltipBase.js +5 -47
  124. package/dist/Tray/TrayStoriesData.d.ts +1 -1
  125. package/dist/Tray/TrayStoriesData.js +22 -134
  126. package/dist/Tray.d.ts +6 -2
  127. package/dist/Tray.js +55 -68
  128. package/dist/components/Accordion/Accordion.d.ts.map +1 -1
  129. package/dist/components/Alert/Alert.d.ts +5 -5
  130. package/dist/components/Alert/Alert.d.ts.map +1 -1
  131. package/dist/components/Alert/AlertBase.d.ts +10 -1
  132. package/dist/components/Alert/AlertBase.d.ts.map +1 -1
  133. package/dist/components/Avatar/Avatar.d.ts.map +1 -1
  134. package/dist/components/Badge/Badge.d.ts.map +1 -1
  135. package/dist/components/Button/Button.d.ts +1 -1
  136. package/dist/components/Button/Button.d.ts.map +1 -1
  137. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  138. package/dist/components/ButtonGroup/ButtonGroupButton.d.ts.map +1 -1
  139. package/dist/components/ButtonIcon/ButtonIcon.d.ts +4 -4
  140. package/dist/components/ButtonIcon/ButtonIcon.d.ts.map +1 -1
  141. package/dist/components/Card/Card.d.ts.map +1 -1
  142. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
  143. package/dist/components/Checkbox/CheckboxBase.d.ts.map +1 -1
  144. package/dist/components/Dialog/Dialog.d.ts +1 -1
  145. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  146. package/dist/components/Dialog/DialogBase.d.ts +17 -17
  147. package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
  148. package/dist/components/Drawer/Drawer.d.ts +6 -6
  149. package/dist/components/Drawer/Drawer.d.ts.map +1 -1
  150. package/dist/components/HoverCard/HoverCard.d.ts +5 -4
  151. package/dist/components/HoverCard/HoverCard.d.ts.map +1 -1
  152. package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -1
  153. package/dist/components/Icons/AnnotationsIcon.d.ts.map +1 -1
  154. package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -1
  155. package/dist/components/Icons/CalendarIcon.d.ts.map +1 -1
  156. package/dist/components/Icons/CheckCircleIcon.d.ts.map +1 -1
  157. package/dist/components/Icons/CheckSquareIcon.d.ts.map +1 -1
  158. package/dist/components/Icons/CheckmarkIcon.d.ts.map +1 -1
  159. package/dist/components/Icons/ChevronDownIcon.d.ts.map +1 -1
  160. package/dist/components/Icons/ChevronUpIcon.d.ts.map +1 -1
  161. package/dist/components/Icons/ClockIcon.d.ts.map +1 -1
  162. package/dist/components/Icons/CloseCircleIcon.d.ts.map +1 -1
  163. package/dist/components/Icons/CloseIcon.d.ts.map +1 -1
  164. package/dist/components/Icons/DashboardIcon.d.ts.map +1 -1
  165. package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -1
  166. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  167. package/dist/components/Icons/DurationIcon.d.ts.map +1 -1
  168. package/dist/components/Icons/EmailIcon.d.ts.map +1 -1
  169. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  170. package/dist/components/Icons/ErrorIcon.d.ts.map +1 -1
  171. package/dist/components/Icons/EyeClosedIcon.d.ts.map +1 -1
  172. package/dist/components/Icons/EyeClosedIcon2.d.ts.map +1 -1
  173. package/dist/components/Icons/EyeOpenIcon.d.ts.map +1 -1
  174. package/dist/components/Icons/GoToFirstIcon.d.ts.map +1 -1
  175. package/dist/components/Icons/GoToLastIcon.d.ts.map +1 -1
  176. package/dist/components/Icons/HarmonicCursorsIcon.d.ts.map +1 -1
  177. package/dist/components/Icons/IconBase.d.ts.map +1 -1
  178. package/dist/components/Icons/InfoIcon.d.ts.map +1 -1
  179. package/dist/components/Icons/LabelIcon.d.ts.map +1 -1
  180. package/dist/components/Icons/LassoIcon.d.ts.map +1 -1
  181. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  182. package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -1
  183. package/dist/components/Icons/LiveViewIcon.d.ts.map +1 -1
  184. package/dist/components/Icons/LoaderIcon.d.ts.map +1 -1
  185. package/dist/components/Icons/LocationIcon.d.ts.map +1 -1
  186. package/dist/components/Icons/LogoutIcon.d.ts.map +1 -1
  187. package/dist/components/Icons/MessagesIcon.d.ts.map +1 -1
  188. package/dist/components/Icons/MetadataIcon.d.ts.map +1 -1
  189. package/dist/components/Icons/MinusIcon.d.ts.map +1 -1
  190. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  191. package/dist/components/Icons/PanelIconClose.d.ts.map +1 -1
  192. package/dist/components/Icons/PanelIconOpen.d.ts.map +1 -1
  193. package/dist/components/Icons/PlayIcon.d.ts.map +1 -1
  194. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  195. package/dist/components/Icons/ResetIcon.d.ts.map +1 -1
  196. package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -1
  197. package/dist/components/Icons/ScissorsIcon.d.ts.map +1 -1
  198. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  199. package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -1
  200. package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -1
  201. package/dist/components/Icons/StackIcon.d.ts.map +1 -1
  202. package/dist/components/Icons/StarIcon.d.ts.map +1 -1
  203. package/dist/components/Icons/TrashIcon.d.ts.map +1 -1
  204. package/dist/components/Icons/UndoIcon.d.ts.map +1 -1
  205. package/dist/components/Icons/UserIcon.d.ts.map +1 -1
  206. package/dist/components/Icons/WarningIcon.d.ts.map +1 -1
  207. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  208. package/dist/components/Icons/ZoomXIcon.d.ts.map +1 -1
  209. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  210. package/dist/components/Input/Input.d.ts +22 -20
  211. package/dist/components/Input/Input.d.ts.map +1 -1
  212. package/dist/components/Input/InputUtils.d.ts.map +1 -1
  213. package/dist/components/InputGroup/InputGroup.d.ts.map +1 -1
  214. package/dist/components/InputOTP/InputOTP.d.ts.map +1 -1
  215. package/dist/components/Label/Label.d.ts.map +1 -1
  216. package/dist/components/MultiSelect/MultiSelectBase.d.ts +24 -24
  217. package/dist/components/MultiSelect/MultiSelectBase.d.ts.map +1 -1
  218. package/dist/components/MultiSelect/MutiSelect.d.ts +6 -6
  219. package/dist/components/MultiSelect/MutiSelect.d.ts.map +1 -1
  220. package/dist/components/Popover/Popover.d.ts.map +1 -1
  221. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  222. package/dist/components/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -1
  223. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts +8 -8
  224. package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts.map +1 -1
  225. package/dist/components/RadioGroup/RadioGroup.d.ts +16 -16
  226. package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -1
  227. package/dist/components/Select/Select.d.ts +7 -6
  228. package/dist/components/Select/Select.d.ts.map +1 -1
  229. package/dist/components/Separator/Separator.d.ts.map +1 -1
  230. package/dist/components/Slider/Slider.d.ts.map +1 -1
  231. package/dist/components/Slider/SliderBase.d.ts.map +1 -1
  232. package/dist/components/Switch/Switch.d.ts +6 -6
  233. package/dist/components/Switch/Switch.d.ts.map +1 -1
  234. package/dist/components/Switch/SwitchBase.d.ts.map +1 -1
  235. package/dist/components/Tabs/Tabs.d.ts +14 -14
  236. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  237. package/dist/components/Tabs/TabsBase.d.ts +18 -18
  238. package/dist/components/Tabs/TabsBase.d.ts.map +1 -1
  239. package/dist/components/Tabs/tabsStoryData.d.ts.map +1 -1
  240. package/dist/components/Tabs/tabsUtils.d.ts +17 -17
  241. package/dist/components/Tabs/tabsUtils.d.ts.map +1 -1
  242. package/dist/components/Textarea/Textarea.d.ts +9 -8
  243. package/dist/components/Textarea/Textarea.d.ts.map +1 -1
  244. package/dist/components/Textarea/TextareaUtils.d.ts +1 -1
  245. package/dist/components/Textarea/TextareaUtils.d.ts.map +1 -1
  246. package/dist/components/Toggle/Toggle.d.ts.map +1 -1
  247. package/dist/components/Toggle/ToggleBase.d.ts +4 -4
  248. package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
  249. package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -1
  250. package/dist/components/ToggleGroup/ToggleGroupBase.d.ts +8 -8
  251. package/dist/components/ToggleGroup/ToggleGroupBase.d.ts.map +1 -1
  252. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  253. package/dist/components/Tooltip/TooltipBase.d.ts +1 -1
  254. package/dist/components/Tooltip/TooltipBase.d.ts.map +1 -1
  255. package/dist/components/Tray/Tray.d.ts +6 -2
  256. package/dist/components/Tray/Tray.d.ts.map +1 -1
  257. package/dist/components/Tray/TrayStoriesData.d.ts +1 -1
  258. package/dist/components/Tray/TrayStoriesData.d.ts.map +1 -1
  259. package/dist/features/AuthCard/AuthCard.d.ts.map +1 -1
  260. package/dist/features/AuthCard/AuthToggle.d.ts.map +1 -1
  261. package/dist/features/AuthCard/AuthToggle.js +4 -20
  262. package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts +1 -1
  263. package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts.map +1 -1
  264. package/dist/features/AuthCard/ForgotPasswordEmailForm.js +5 -21
  265. package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts +1 -1
  266. package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts.map +1 -1
  267. package/dist/features/AuthCard/ForgotPasswordResetForm.js +5 -50
  268. package/dist/features/AuthCard/OTPInput.d.ts +1 -1
  269. package/dist/features/AuthCard/OTPInput.d.ts.map +1 -1
  270. package/dist/features/AuthCard/OTPInput.js +3 -21
  271. package/dist/features/AuthCard/PasswordInput.d.ts +1 -1
  272. package/dist/features/AuthCard/PasswordInput.d.ts.map +1 -1
  273. package/dist/features/AuthCard/PasswordInput.js +9 -50
  274. package/dist/features/AuthCard/SignInForm.d.ts.map +1 -1
  275. package/dist/features/AuthCard/SignInForm.js +7 -51
  276. package/dist/features/AuthCard/SignUpForm.d.ts.map +1 -1
  277. package/dist/features/AuthCard/SignUpForm.js +10 -55
  278. package/dist/features/AuthCard.js +144 -248
  279. package/dist/features/ClearDialog/ClearDialog.d.ts.map +1 -1
  280. package/dist/features/ClearDialog.js +10 -10
  281. package/dist/features/LabelingTools/LabelingTools.d.ts.map +1 -1
  282. package/dist/features/LabelingTools.js +21 -56
  283. package/dist/features/SensorMetadata/SensorMetadata.d.ts.map +1 -1
  284. package/dist/features/SensorMetadata.js +20 -20
  285. package/dist/features/SettingsPopover/SettingsPopover.d.ts.map +1 -1
  286. package/dist/features/SettingsPopover.js +14 -14
  287. package/dist/hooks/useAccordionAutoScroll.d.ts.map +1 -1
  288. package/dist/hooks/useControllableState.d.ts.map +1 -1
  289. package/dist/index.d.ts +2 -2
  290. package/dist/index.d.ts.map +1 -1
  291. package/dist/primitives/button.d.ts.map +1 -1
  292. package/dist/primitives/input.d.ts.map +1 -1
  293. package/dist/primitives/input.js +4 -1
  294. package/dist/primitives/select.d.ts +1 -1
  295. package/dist/primitives/select.d.ts.map +1 -1
  296. package/dist/primitives/select.js +7 -55
  297. package/dist/primitives/slot.d.ts.map +1 -1
  298. package/dist/primitives/slot.js +1 -4
  299. package/dist/primitives/textarea.d.ts.map +1 -1
  300. package/dist/primitives/textarea.js +3 -1
  301. package/dist/styles/main.css +1 -1
  302. package/dist/utils/formFieldUtils.d.ts +4 -2
  303. package/dist/utils/formFieldUtils.d.ts.map +1 -1
  304. package/dist/utils/formFieldUtils.js +3 -34
  305. package/dist/utils/refs.d.ts.map +1 -1
  306. package/package.json +26 -17
@@ -3,70 +3,13 @@ import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
5
  import { forwardRef as u } from "react";
6
- const p = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
- k,
8
- {
9
- size: s,
10
- className: r,
11
- title: t,
12
- description: n,
13
- ariaHidden: e,
14
- ref: d,
15
- ...i,
16
- children: [
17
- /* @__PURE__ */ o(
18
- "path",
19
- {
20
- d: "M3.05273 5.57141H12.5264",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- d: "M3.05273 12H10.4212",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- ),
37
- /* @__PURE__ */ o(
38
- "path",
39
- {
40
- d: "M3.05273 18.4286H10.4212",
41
- stroke: "currentColor",
42
- strokeWidth: "2",
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- }
46
- ),
47
- /* @__PURE__ */ o(
48
- "path",
49
- {
50
- d: "M14.6316 15.2143L17.7895 18.4286L20.9474 15.2143",
51
- stroke: "currentColor",
52
- strokeWidth: "2",
53
- strokeLinecap: "round",
54
- strokeLinejoin: "round"
55
- }
56
- ),
57
- /* @__PURE__ */ o(
58
- "path",
59
- {
60
- d: "M17.7896 5.57141V18.4286",
61
- stroke: "currentColor",
62
- strokeWidth: "2",
63
- strokeLinecap: "round",
64
- strokeLinejoin: "round"
65
- }
66
- )
67
- ]
68
- }
69
- ), a = u(p);
6
+ const p = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(k, { size: s, className: r, title: t, description: n, ariaHidden: e, ref: d, ...i, children: [
7
+ /* @__PURE__ */ o("path", { d: "M3.05273 5.57141H12.5264", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
+ /* @__PURE__ */ o("path", { d: "M3.05273 12H10.4212", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
9
+ /* @__PURE__ */ o("path", { d: "M3.05273 18.4286H10.4212", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
10
+ /* @__PURE__ */ o("path", { d: "M14.6316 15.2143L17.7895 18.4286L20.9474 15.2143", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
11
+ /* @__PURE__ */ o("path", { d: "M17.7896 5.57141V18.4286", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
12
+ ] }), a = u(p);
70
13
  a.displayName = "SortDescendingIcon";
71
14
  export {
72
15
  a as SortDescendingIcon
@@ -3,40 +3,10 @@ import "../styles/main.css";
3
3
  import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
4
  import d from "./IconBase.js";
5
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);
6
+ const L = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ a(d, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: i, ...c, children: [
7
+ /* @__PURE__ */ o("path", { d: "M12 4.5L3 9L12 13.5L21 9L12 4.5Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
+ /* @__PURE__ */ o("path", { d: "M3 14.5L12 19.5L21 14.5", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
9
+ ] }), p = k(L);
40
10
  p.displayName = "StackIcon";
41
11
  export {
42
12
  p as StackIcon
@@ -3,28 +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 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);
6
+ const d = ({ className: o, ariaHidden: t, title: n, description: e, size: L = 24, ...a }, c) => /* @__PURE__ */ r(i, { size: L, className: o, title: n, description: e, ariaHidden: t, ref: c, ...a, children: /* @__PURE__ */ r("path", { 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", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }), m = s(d);
28
7
  m.displayName = "StarIcon";
29
8
  export {
30
9
  m as StarIcon
@@ -3,25 +3,13 @@ import "../styles/main.css";
3
3
  import { jsx as C } from "react/jsx-runtime";
4
4
  import n from "./IconBase.js";
5
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,
6
+ const a = ({ className: M, ariaHidden: Z, title: r, description: V, size: o = 24, ...H }, L) => /* @__PURE__ */ C(n, { size: o, className: M, title: r, description: V, ariaHidden: Z, ref: L, ...H, children: /* @__PURE__ */ C(
7
+ "path",
8
8
  {
9
- size: o,
10
- className: M,
11
- title: r,
12
- description: V,
13
- ariaHidden: Z,
14
- ref: L,
15
- ...H,
16
- children: /* @__PURE__ */ C(
17
- "path",
18
- {
19
- d: "M3 5C2.44772 5 2 5.44772 2 6C2 6.55228 2.44772 7 3 7V5ZM21 7C21.5523 7 22 6.55228 22 6C22 5.44772 21.5523 5 21 5V7ZM11 11C11 10.4477 10.5523 10 10 10C9.44772 10 9 10.4477 9 11H11ZM9 16C9 16.5523 9.44772 17 10 17C10.5523 17 11 16.5523 11 16H9ZM15 11C15 10.4477 14.5523 10 14 10C13.4477 10 13 10.4477 13 11H15ZM13 16C13 16.5523 13.4477 17 14 17C14.5523 17 15 16.5523 15 16H13ZM14.9056 6.24926C15.0432 6.78411 15.5884 7.1061 16.1233 6.96844C16.6581 6.83078 16.9801 6.28559 16.8424 5.75074L14.9056 6.24926ZM4.00221 6.06652L4.87775 19.1996L6.87332 19.0665L5.99779 5.93348L4.00221 6.06652ZM7.87111 22H16.1289V20H7.87111V22ZM19.1222 19.1996L19.9978 6.06652L18.0022 5.93348L17.1267 19.0665L19.1222 19.1996ZM19 5H5V7H19V5ZM3 7H5V5H3V7ZM19 7H21V5H19V7ZM16.1289 22C17.7083 22 19.0172 20.7754 19.1222 19.1996L17.1267 19.0665C17.0917 19.5918 16.6554 20 16.1289 20V22ZM4.87775 19.1996C4.98281 20.7754 6.29171 22 7.87111 22V20C7.34464 20 6.90834 19.5918 6.87332 19.0665L4.87775 19.1996ZM9 11V16H11V11H9ZM13 11V16H15V11H13ZM12 4C13.3965 4 14.5725 4.95512 14.9056 6.24926L16.8424 5.75074C16.2874 3.59442 14.3312 2 12 2V4ZM9.09447 6.24926C9.42756 4.95512 10.6035 4 12 4V2C9.66885 2 7.7126 3.59442 7.1576 5.75074L9.09447 6.24926Z",
20
- fill: "currentColor"
21
- }
22
- )
9
+ d: "M3 5C2.44772 5 2 5.44772 2 6C2 6.55228 2.44772 7 3 7V5ZM21 7C21.5523 7 22 6.55228 22 6C22 5.44772 21.5523 5 21 5V7ZM11 11C11 10.4477 10.5523 10 10 10C9.44772 10 9 10.4477 9 11H11ZM9 16C9 16.5523 9.44772 17 10 17C10.5523 17 11 16.5523 11 16H9ZM15 11C15 10.4477 14.5523 10 14 10C13.4477 10 13 10.4477 13 11H15ZM13 16C13 16.5523 13.4477 17 14 17C14.5523 17 15 16.5523 15 16H13ZM14.9056 6.24926C15.0432 6.78411 15.5884 7.1061 16.1233 6.96844C16.6581 6.83078 16.9801 6.28559 16.8424 5.75074L14.9056 6.24926ZM4.00221 6.06652L4.87775 19.1996L6.87332 19.0665L5.99779 5.93348L4.00221 6.06652ZM7.87111 22H16.1289V20H7.87111V22ZM19.1222 19.1996L19.9978 6.06652L18.0022 5.93348L17.1267 19.0665L19.1222 19.1996ZM19 5H5V7H19V5ZM3 7H5V5H3V7ZM19 7H21V5H19V7ZM16.1289 22C17.7083 22 19.0172 20.7754 19.1222 19.1996L17.1267 19.0665C17.0917 19.5918 16.6554 20 16.1289 20V22ZM4.87775 19.1996C4.98281 20.7754 6.29171 22 7.87111 22V20C7.34464 20 6.90834 19.5918 6.87332 19.0665L4.87775 19.1996ZM9 11V16H11V11H9ZM13 11V16H15V11H13ZM12 4C13.3965 4 14.5725 4.95512 14.9056 6.24926L16.8424 5.75074C16.2874 3.59442 14.3312 2 12 2V4ZM9.09447 6.24926C9.42756 4.95512 10.6035 4 12 4V2C9.66885 2 7.7126 3.59442 7.1576 5.75074L9.09447 6.24926Z",
10
+ fill: "currentColor"
23
11
  }
24
- ), c = t(a);
12
+ ) }), c = t(a);
25
13
  c.displayName = "TrashIcon";
26
14
  export {
27
15
  c as TrashIcon
@@ -3,28 +3,16 @@ 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, description: e, size: d = 24, ...c }, i) => /* @__PURE__ */ o(
7
- s,
6
+ const p = ({ className: r, ariaHidden: n, title: t, description: e, size: d = 24, ...c }, i) => /* @__PURE__ */ o(s, { size: d, className: r, title: t, description: e, ariaHidden: n, ref: i, ...c, children: /* @__PURE__ */ o(
7
+ "path",
8
8
  {
9
- size: d,
10
- className: r,
11
- title: t,
12
- description: e,
13
- ariaHidden: n,
14
- ref: i,
15
- ...c,
16
- children: /* @__PURE__ */ o(
17
- "path",
18
- {
19
- d: "M7.8 9.66667L3 14.3333M3 14.3333L7.8 19M3 14.3333H16.2C17.473 14.3333 18.6939 13.8417 19.5941 12.9665C20.4943 12.0913 21 10.9043 21 9.66667C21 8.42899 20.4943 7.242 19.5941 6.36683C18.6939 5.49167 17.473 5 16.2 5H15",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- )
9
+ d: "M7.8 9.66667L3 14.3333M3 14.3333L7.8 19M3 14.3333H16.2C17.473 14.3333 18.6939 13.8417 19.5941 12.9665C20.4943 12.0913 21 10.9043 21 9.66667C21 8.42899 20.4943 7.242 19.5941 6.36683C18.6939 5.49167 17.473 5 16.2 5H15",
10
+ stroke: "currentColor",
11
+ strokeWidth: "2",
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round"
26
14
  }
27
- ), a = m(p);
15
+ ) }), a = m(p);
28
16
  a.displayName = "UndoIcon";
29
17
  export {
30
18
  a as UndoIcon
@@ -3,27 +3,15 @@ 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, description: C, size: n = 24, ...s }, c) => /* @__PURE__ */ r(
7
- i,
6
+ const d = ({ className: o, ariaHidden: e, title: t, description: C, size: n = 24, ...s }, c) => /* @__PURE__ */ r(i, { size: n, className: o, title: t, description: C, ariaHidden: e, ref: c, ...s, children: /* @__PURE__ */ r(
7
+ "path",
8
8
  {
9
- size: n,
10
- className: o,
11
- title: t,
12
- description: C,
13
- ariaHidden: e,
14
- ref: c,
15
- ...s,
16
- children: /* @__PURE__ */ r(
17
- "path",
18
- {
19
- d: "M6.11594 18.8103C7.44562 17.0943 9.50054 16 12 16C14.4995 16 16.5544 17.0943 17.8841 18.8103M6.11594 18.8103C7.69368 20.1747 9.75046 21 12 21C14.2495 21 16.3063 20.1747 17.8841 18.8103M6.11594 18.8103C4.20753 17.16 3 14.721 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.721 19.7925 17.16 17.8841 18.8103M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinejoin: "round"
23
- }
24
- )
9
+ d: "M6.11594 18.8103C7.44562 17.0943 9.50054 16 12 16C14.4995 16 16.5544 17.0943 17.8841 18.8103M6.11594 18.8103C7.69368 20.1747 9.75046 21 12 21C14.2495 21 16.3063 20.1747 17.8841 18.8103M6.11594 18.8103C4.20753 17.16 3 14.721 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.721 19.7925 17.16 17.8841 18.8103M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z",
10
+ stroke: "currentColor",
11
+ strokeWidth: "2",
12
+ strokeLinejoin: "round"
25
13
  }
26
- ), p = m(d);
14
+ ) }), p = m(d);
27
15
  p.displayName = "UserIcon";
28
16
  export {
29
17
  p as UserIcon
@@ -3,27 +3,15 @@ import "../styles/main.css";
3
3
  import { jsx as r } from "react/jsx-runtime";
4
4
  import s from "./IconBase.js";
5
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,
6
+ const m = ({ className: o, ariaHidden: n, title: t, description: e, size: i = 24, ...a }, c) => /* @__PURE__ */ r(s, { size: i, className: o, title: t, description: e, ariaHidden: n, ref: c, ...a, children: /* @__PURE__ */ r(
7
+ "path",
8
8
  {
9
- size: i,
10
- className: o,
11
- title: t,
12
- description: e,
13
- ariaHidden: n,
14
- ref: c,
15
- ...a,
16
- children: /* @__PURE__ */ r(
17
- "path",
18
- {
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
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round"
23
- }
24
- )
9
+ 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",
10
+ stroke: "currentColor",
11
+ strokeWidth: "2",
12
+ strokeLinecap: "round"
25
13
  }
26
- ), p = C(m);
14
+ ) }), p = C(m);
27
15
  p.displayName = "WarningIcon";
28
16
  export {
29
17
  p as WarningIcon
@@ -3,100 +3,16 @@ import "../styles/main.css";
3
3
  import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
4
  import u from "./IconBase.js";
5
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);
6
+ const p = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ k(u, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: d, ...i, children: [
7
+ /* @__PURE__ */ o("path", { d: "M16.0909 3.81818H20.1819V7.90909", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
+ /* @__PURE__ */ o("path", { d: "M14.0454 9.95454L20.1818 3.81818", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
9
+ /* @__PURE__ */ o("path", { d: "M7.90915 20.1818H3.81824V16.0909", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
10
+ /* @__PURE__ */ o("path", { d: "M3.81824 20.1818L9.9546 14.0455", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
11
+ /* @__PURE__ */ o("path", { d: "M16.0909 20.1818H20.1819V16.0909", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
12
+ /* @__PURE__ */ o("path", { d: "M14.0454 14.0455L20.1818 20.1818", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
13
+ /* @__PURE__ */ o("path", { d: "M7.90915 3.81818H3.81824V7.9090", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
14
+ /* @__PURE__ */ o("path", { d: "M3.81824 3.81818L9.9546 9.95454", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
15
+ ] }), a = c(p);
100
16
  a.displayName = "ZoomAllIcon";
101
17
  export {
102
18
  a as ZoomAllIcon
@@ -3,41 +3,11 @@ import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
5
  import { forwardRef as p } from "react";
6
- const a = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
- k,
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: "M6.65278 7.875L2.375 12L6.65278 16.125",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- d: "M17.3472 7.875L21.6249 12L17.3472 16.125",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- ),
37
- /* @__PURE__ */ o("path", { d: "M2.375 12H21.625", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
38
- ]
39
- }
40
- ), m = p(a);
6
+ const a = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(k, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: d, ...i, children: [
7
+ /* @__PURE__ */ o("path", { d: "M6.65278 7.875L2.375 12L6.65278 16.125", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
+ /* @__PURE__ */ o("path", { d: "M17.3472 7.875L21.6249 12L17.3472 16.125", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
9
+ /* @__PURE__ */ o("path", { d: "M2.375 12H21.625", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
10
+ ] }), m = p(a);
41
11
  m.displayName = "ZoomXIcon";
42
12
  export {
43
13
  m as ZoomXIcon
@@ -3,50 +3,11 @@ import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import k from "./IconBase.js";
5
5
  import { forwardRef as p } from "react";
6
- const a = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
- k,
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: "M7.90906 6.94952L12 2.90912L16.0909 6.94952",
21
- stroke: "currentColor",
22
- strokeWidth: "2",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }
26
- ),
27
- /* @__PURE__ */ o(
28
- "path",
29
- {
30
- d: "M7.90906 17.0505L12 21.0909L16.0909 17.0505",
31
- stroke: "currentColor",
32
- strokeWidth: "2",
33
- strokeLinecap: "round",
34
- strokeLinejoin: "round"
35
- }
36
- ),
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
- )
47
- ]
48
- }
49
- ), m = p(a);
6
+ const a = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(k, { size: s, className: r, title: e, description: n, ariaHidden: t, ref: d, ...i, children: [
7
+ /* @__PURE__ */ o("path", { d: "M7.90906 6.94952L12 2.90912L16.0909 6.94952", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
8
+ /* @__PURE__ */ o("path", { d: "M7.90906 17.0505L12 21.0909L16.0909 17.0505", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
9
+ /* @__PURE__ */ o("path", { d: "M12 2.90912V21.0909", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
10
+ ] }), m = p(a);
50
11
  m.displayName = "ZoomYIcon";
51
12
  export {
52
13
  m as ZoomYIcon
package/dist/Input.d.ts CHANGED
@@ -2,33 +2,35 @@ import { BaseFormFieldProps } from '../../utils/formFieldUtils';
2
2
  import { FocusEvent, InputHTMLAttributes, ReactElement } from 'react';
3
3
  export type InputType = 'text' | 'email' | 'url' | 'tel' | 'password' | 'number' | 'date' | 'datetime-local';
4
4
  export type InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'id' | 'onChange'> & BaseFormFieldProps & {
5
+ className?: string;
6
+ clearOnFocus?: boolean;
7
+ endIcon?: ReactElement;
8
+ labelClassName?: string;
5
9
  onBlur?: (e: FocusEvent<HTMLInputElement>) => void;
6
- onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
7
10
  onChange?: (value: string) => void;
8
- readonly className?: string;
9
- readonly clearOnFocus?: boolean;
10
- readonly placeholder?: string;
11
- readonly prefix?: string;
12
- readonly showClearButton?: boolean;
13
- readonly suppressHydrationWarning?: boolean;
14
- readonly type?: InputType;
15
- readonly startIcon?: ReactElement;
16
- readonly endIcon?: ReactElement;
11
+ onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
12
+ placeholder?: string;
13
+ prefix?: string;
14
+ showClearButton?: boolean;
15
+ startIcon?: ReactElement;
16
+ suppressHydrationWarning?: boolean;
17
+ type?: InputType;
17
18
  value?: string;
18
19
  };
19
20
  export declare const Input: import('react').ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "id" | "onChange"> & BaseFormFieldProps & {
21
+ className?: string;
22
+ clearOnFocus?: boolean;
23
+ endIcon?: ReactElement;
24
+ labelClassName?: string;
20
25
  onBlur?: (e: FocusEvent<HTMLInputElement>) => void;
21
- onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
22
26
  onChange?: (value: string) => void;
23
- readonly className?: string;
24
- readonly clearOnFocus?: boolean;
25
- readonly placeholder?: string;
26
- readonly prefix?: string;
27
- readonly showClearButton?: boolean;
28
- readonly suppressHydrationWarning?: boolean;
29
- readonly type?: InputType;
30
- readonly startIcon?: ReactElement;
31
- readonly endIcon?: ReactElement;
27
+ onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
28
+ placeholder?: string;
29
+ prefix?: string;
30
+ showClearButton?: boolean;
31
+ startIcon?: ReactElement;
32
+ suppressHydrationWarning?: boolean;
33
+ type?: InputType;
32
34
  value?: string;
33
35
  } & import('react').RefAttributes<HTMLInputElement>>;
34
36
  //# sourceMappingURL=Input.d.ts.map