@spear-ai/spectral 1.3.63 → 1.3.65

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 (150) hide show
  1. package/dist/.js +194 -170
  2. package/dist/Accordion.js +9 -0
  3. package/dist/Alert.js +19 -10
  4. package/dist/Button.d.ts +3 -3
  5. package/dist/Button.js +33 -26
  6. package/dist/ButtonIcon.js +9 -0
  7. package/dist/Card.d.ts +16 -0
  8. package/dist/Card.js +32 -0
  9. package/dist/Checkbox.js +14 -5
  10. package/dist/Dialog/DialogBase.d.ts +5 -2
  11. package/dist/Dialog/DialogBase.js +113 -98
  12. package/dist/Dialog.d.ts +1 -1
  13. package/dist/Dialog.js +41 -35
  14. package/dist/Icons/AnalyzeIcon.d.ts +3 -0
  15. package/dist/Icons/AnalyzeIcon.js +73 -0
  16. package/dist/Icons/AnnotationsIcon.js +4 -4
  17. package/dist/Icons/ApprovedIcon.d.ts +3 -0
  18. package/dist/Icons/ApprovedIcon.js +43 -0
  19. package/dist/Icons/CalendarIcon.js +7 -7
  20. package/dist/Icons/CheckCircleIcon.js +14 -14
  21. package/dist/Icons/CheckSquareIcon.js +14 -14
  22. package/dist/Icons/CheckmarkIcon.js +9 -9
  23. package/dist/Icons/ChevronDownIcon.js +6 -6
  24. package/dist/Icons/ChevronUpIcon.js +7 -7
  25. package/dist/Icons/ClockIcon.js +10 -10
  26. package/dist/Icons/CloseCircleIcon.js +10 -10
  27. package/dist/Icons/CloseIcon.js +5 -5
  28. package/dist/Icons/DashboardIcon.js +4 -4
  29. package/dist/Icons/DatabaseIcon.d.ts +3 -0
  30. package/dist/Icons/DatabaseIcon.js +53 -0
  31. package/dist/Icons/DeleteIcon.js +24 -6
  32. package/dist/Icons/DurationIcon.js +7 -7
  33. package/dist/Icons/EmailIcon.js +4 -4
  34. package/dist/Icons/EraserIcon.js +20 -11
  35. package/dist/Icons/ErrorIcon.js +3 -3
  36. package/dist/Icons/EyeClosedIcon.js +2 -2
  37. package/dist/Icons/EyeClosedIcon2.js +18 -18
  38. package/dist/Icons/EyeOpenIcon.js +8 -8
  39. package/dist/Icons/GoToFirstIcon.js +1 -1
  40. package/dist/Icons/GoToLastIcon.js +3 -3
  41. package/dist/Icons/HarmonicCursorsIcon.js +4 -4
  42. package/dist/Icons/IconBase.d.ts +1 -1
  43. package/dist/Icons/IconBase.js +15 -17
  44. package/dist/Icons/InfoIcon.js +4 -4
  45. package/dist/Icons/LabelIcon.js +6 -6
  46. package/dist/Icons/LassoIcon.js +6 -6
  47. package/dist/Icons/LineToolIcon.js +22 -93
  48. package/dist/Icons/LineToolIcon2.d.ts +3 -0
  49. package/dist/Icons/LineToolIcon2.js +73 -0
  50. package/dist/Icons/LiveViewIcon.js +5 -5
  51. package/dist/Icons/LoaderIcon.js +5 -5
  52. package/dist/Icons/LocationIcon.js +5 -5
  53. package/dist/Icons/LogoutIcon.js +11 -11
  54. package/dist/Icons/MessagesIcon.js +22 -19
  55. package/dist/Icons/MetadataIcon.js +5 -5
  56. package/dist/Icons/MinusIcon.js +9 -9
  57. package/dist/Icons/OntologyIcon.js +74 -21
  58. package/dist/Icons/PanelIconClose.js +11 -11
  59. package/dist/Icons/PanelIconOpen.js +11 -11
  60. package/dist/Icons/PlayIcon.js +5 -5
  61. package/dist/Icons/PlusIcon.js +9 -8
  62. package/dist/Icons/ResetIcon.js +6 -6
  63. package/dist/Icons/ReviewedIcon.d.ts +3 -0
  64. package/dist/Icons/ReviewedIcon.js +44 -0
  65. package/dist/Icons/ScissorsIcon.js +9 -9
  66. package/dist/Icons/SettingsIcon.js +20 -22
  67. package/dist/Icons/SortAscendingIcon.d.ts +3 -0
  68. package/dist/Icons/SortAscendingIcon.js +73 -0
  69. package/dist/Icons/SortDescendingIcon.d.ts +3 -0
  70. package/dist/Icons/SortDescendingIcon.js +73 -0
  71. package/dist/Icons/StackIcon.d.ts +3 -0
  72. package/dist/Icons/StackIcon.js +43 -0
  73. package/dist/Icons/StarIcon.d.ts +3 -0
  74. package/dist/Icons/StarIcon.js +31 -0
  75. package/dist/Icons/TrashIcon.js +10 -10
  76. package/dist/Icons/UndoIcon.js +1 -1
  77. package/dist/Icons/UserIcon.js +1 -1
  78. package/dist/Icons/WarningIcon.js +9 -9
  79. package/dist/Icons/ZoomAllIcon.js +97 -57
  80. package/dist/Icons/ZoomXIcon.js +6 -6
  81. package/dist/Icons/ZoomYIcon.js +17 -8
  82. package/dist/Icons/index.d.ts +9 -0
  83. package/dist/Icons.js +114 -96
  84. package/dist/Input.js +30 -21
  85. package/dist/InputOTP.js +11 -2
  86. package/dist/MultiSelect/MultiSelectBase.js +6 -6
  87. package/dist/Select.d.ts +13 -12
  88. package/dist/Select.js +77 -68
  89. package/dist/Textarea.js +25 -16
  90. package/dist/Tray.js +25 -16
  91. package/dist/analyzer/network.webp +0 -0
  92. package/dist/analyzer/sunburst.webp +0 -0
  93. package/dist/analyzer/visual.webp +0 -0
  94. package/dist/components/Button/Button.d.ts +3 -3
  95. package/dist/components/Button/Button.d.ts.map +1 -1
  96. package/dist/components/Card/Card.d.ts +16 -0
  97. package/dist/components/Card/Card.d.ts.map +1 -0
  98. package/dist/components/Dialog/Dialog.d.ts +1 -1
  99. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  100. package/dist/components/Dialog/DialogBase.d.ts +5 -2
  101. package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
  102. package/dist/components/Icons/AnalyzeIcon.d.ts +3 -0
  103. package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -0
  104. package/dist/components/Icons/ApprovedIcon.d.ts +3 -0
  105. package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -0
  106. package/dist/components/Icons/DatabaseIcon.d.ts +3 -0
  107. package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -0
  108. package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
  109. package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
  110. package/dist/components/Icons/IconBase.d.ts +1 -1
  111. package/dist/components/Icons/IconBase.d.ts.map +1 -1
  112. package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
  113. package/dist/components/Icons/LineToolIcon2.d.ts +3 -0
  114. package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -0
  115. package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
  116. package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
  117. package/dist/components/Icons/ReviewedIcon.d.ts +3 -0
  118. package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -0
  119. package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
  120. package/dist/components/Icons/SortAscendingIcon.d.ts +3 -0
  121. package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -0
  122. package/dist/components/Icons/SortDescendingIcon.d.ts +3 -0
  123. package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -0
  124. package/dist/components/Icons/StackIcon.d.ts +3 -0
  125. package/dist/components/Icons/StackIcon.d.ts.map +1 -0
  126. package/dist/components/Icons/StarIcon.d.ts +3 -0
  127. package/dist/components/Icons/StarIcon.d.ts.map +1 -0
  128. package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
  129. package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
  130. package/dist/components/Icons/index.d.ts +9 -0
  131. package/dist/components/Icons/index.d.ts.map +1 -1
  132. package/dist/components/Select/Select.d.ts +13 -12
  133. package/dist/components/Select/Select.d.ts.map +1 -1
  134. package/dist/{createLucideIcon-CI1yJrZf.js → createLucideIcon-B_8CJpcQ.js} +4 -4
  135. package/dist/features/AuthCard/ForgotPasswordEmailForm.js +11 -2
  136. package/dist/features/AuthCard/PasswordInput.js +19 -10
  137. package/dist/features/AuthCard/SignInForm.js +21 -12
  138. package/dist/features/AuthCard/SignUpForm.js +21 -12
  139. package/dist/features/LabelingTools.js +11 -2
  140. package/dist/features/SensorMetadata.js +14 -5
  141. package/dist/features/SettingsPopover.js +21 -12
  142. package/dist/index.d.ts +1 -0
  143. package/dist/index.d.ts.map +1 -1
  144. package/dist/{loader-circle-CvdzOiQ_.js → loader-circle-CdRVlFhN.js} +2 -2
  145. package/dist/main.js +15630 -13510
  146. package/dist/primitives/select.js +41 -32
  147. package/dist/styles/main.css +1 -1
  148. package/dist/{x-BBpi7a_7.js → x-Dl66o_vF.js} +2 -2
  149. package/package.json +22 -22
  150. /package/dist/{list.yml.webp → analyzer/list.yml.webp} +0 -0
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as h, jsx as o } from "react/jsx-runtime";
4
- import i from "./IconBase.js";
3
+ import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
+ import h from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const k = ({ className: r, ariaHidden: a, title: t = "Dashboard", description: e, size: n = 24, ...s }, d) => /* @__PURE__ */ h(
7
- i,
6
+ const k = ({ className: r, ariaHidden: a, title: t, description: e, size: n = 24, ...s }, d) => /* @__PURE__ */ i(
7
+ h,
8
8
  {
9
9
  size: n,
10
10
  className: r,
@@ -0,0 +1,3 @@
1
+ import { IconProps } from './iconTypes';
2
+ export declare const DatabaseIcon: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
3
+ //# sourceMappingURL=DatabaseIcon.d.ts.map
@@ -0,0 +1,53 @@
1
+ "use client";
2
+ import "../styles/main.css";
3
+ import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as c } from "react";
6
+ const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...a }, C) => /* @__PURE__ */ i(
7
+ d,
8
+ {
9
+ size: s,
10
+ className: r,
11
+ title: e,
12
+ description: n,
13
+ ariaHidden: t,
14
+ ref: C,
15
+ ...a,
16
+ children: [
17
+ /* @__PURE__ */ o(
18
+ "path",
19
+ {
20
+ d: "M4 6C4 6.79565 4.84285 7.55871 6.34315 8.12132C7.84344 8.68393 9.87827 9 12 9C14.1217 9 16.1566 8.68393 17.6569 8.12132C19.1571 7.55871 20 6.79565 20 6C20 5.20435 19.1571 4.44129 17.6569 3.87868C16.1566 3.31607 14.1217 3 12 3C9.87827 3 7.84344 3.31607 6.34315 3.87868C4.84285 4.44129 4 5.20435 4 6Z",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M4 6V12C4 12.7956 4.84285 13.5587 6.34315 14.1213C7.84344 14.6839 9.87827 15 12 15C14.1217 15 16.1566 14.6839 17.6569 14.1213C19.1571 13.5587 20 12.7956 20 12V6",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ o(
38
+ "path",
39
+ {
40
+ d: "M4 12V18C4 18.7956 4.84285 19.5587 6.34315 20.1213C7.84344 20.6839 9.87827 21 12 21C14.1217 21 16.1566 20.6839 17.6569 20.1213C19.1571 19.5587 20 18.7956 20 18V12",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ )
47
+ ]
48
+ }
49
+ ), p = c(k);
50
+ p.displayName = "DatabaseIcon";
51
+ export {
52
+ p as DatabaseIcon
53
+ };
@@ -3,29 +3,47 @@ import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
4
  import C from "./IconBase.js";
5
5
  import { forwardRef as k } from "react";
6
- const p = ({ className: e, ariaHidden: r, title: t = "Delete", description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
6
+ const p = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
7
  C,
8
8
  {
9
9
  size: s,
10
- className: e,
10
+ className: r,
11
11
  title: t,
12
12
  description: n,
13
- ariaHidden: r,
13
+ ariaHidden: e,
14
14
  ref: d,
15
15
  ...i,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
- d: "M10 5C9.50309 5.00003 9.02397 5.18504 8.656 5.519L2.328 11.259C2.22472 11.3527 2.14219 11.467 2.08572 11.5946C2.02924 11.7221 2.00006 11.86 2.00006 11.9995C2.00006 12.139 2.02924 12.2769 2.08572 12.4044C2.14219 12.532 2.22472 12.6463 2.328 12.74L8.656 18.481C9.02397 18.815 9.50309 19 10 19H20C20.5304 19 21.0391 18.7893 21.4142 18.4142C21.7893 18.0391 22 17.5304 22 17V7C22 6.46957 21.7893 5.96086 21.4142 5.58579C21.0391 5.21071 20.5304 5 20 5H10Z",
20
+ d: "M10.1819 5.4375C9.73011 5.43753 9.29455 5.61098 8.96004 5.92406L3.20731 11.3053C3.11342 11.3932 3.03839 11.5003 2.98705 11.6199C2.9357 11.7395 2.90918 11.8688 2.90918 11.9995C2.90918 12.1303 2.9357 12.2596 2.98705 12.3792C3.03839 12.4987 3.11342 12.6059 3.20731 12.6937L8.96004 18.0759C9.29455 18.389 9.73011 18.5625 10.1819 18.5625H19.2728C19.755 18.5625 20.2174 18.365 20.5584 18.0133C20.8994 17.6617 21.0909 17.1848 21.0909 16.6875V7.3125C21.0909 6.81522 20.8994 6.33831 20.5584 5.98667C20.2174 5.63504 19.755 5.4375 19.2728 5.4375H10.1819Z",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
24
24
  strokeLinejoin: "round"
25
25
  }
26
26
  ),
27
- /* @__PURE__ */ o("path", { d: "M12 9L18 15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
28
- /* @__PURE__ */ o("path", { d: "M18 9L12 15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
27
+ /* @__PURE__ */ o(
28
+ "path",
29
+ {
30
+ d: "M12 9.1875L17.4545 14.812",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ o(
38
+ "path",
39
+ {
40
+ d: "M17.4545 9.1875L12 14.8125",
41
+ stroke: "currentColor",
42
+ strokeWidth: "2",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }
46
+ )
29
47
  ]
30
48
  }
31
49
  ), a = k(p);
@@ -3,7 +3,7 @@ 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 a } from "react";
6
- const c = ({ className: r, ariaHidden: t, title: e = "Duration", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
6
+ const c = ({ className: r, ariaHidden: t, title: e, description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
7
7
  u,
8
8
  {
9
9
  size: i,
@@ -17,7 +17,7 @@ const c = ({ className: r, ariaHidden: t, title: e = "Duration", description: n,
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
- d: "M11.5652 3.36353C13.2523 3.36322 14.903 3.85034 16.3162 4.76551C17.7294 5.68069 18.8441 6.9844 19.5243 8.51774C20.2045 10.0511 20.421 11.7478 20.1472 13.4012C19.8735 15.0546 19.1214 16.5932 17.9826 17.8294",
20
+ d: "M12.0652 3.36365C13.7523 3.36334 15.403 3.85046 16.8162 4.76564C18.2294 5.68081 19.3441 6.98452 20.0243 8.51786C20.7045 10.0512 20.9209 11.748 20.6472 13.4013C20.3734 15.0547 19.6214 16.5933 18.4826 17.8296",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
@@ -27,7 +27,7 @@ const c = ({ className: r, ariaHidden: t, title: e = "Duration", description: n,
27
27
  /* @__PURE__ */ o(
28
28
  "path",
29
29
  {
30
- d: "M11.5652 6.81812V11.9999L15.0435 13.7272",
30
+ d: "M12.0652 6.81818V12L15.5434 13.7273",
31
31
  stroke: "currentColor",
32
32
  strokeWidth: "2",
33
33
  strokeLinecap: "round",
@@ -37,7 +37,7 @@ const c = ({ className: r, ariaHidden: t, title: e = "Duration", description: n,
37
37
  /* @__PURE__ */ o(
38
38
  "path",
39
39
  {
40
- d: "M3.30435 9.30103C3.02726 10.1376 2.88064 11.0113 2.86957 11.8919",
40
+ d: "M3.80441 9.30115C3.52732 10.1377 3.3807 11.0115 3.36963 11.8921",
41
41
  stroke: "currentColor",
42
42
  strokeWidth: "2",
43
43
  strokeLinecap: "round",
@@ -47,7 +47,7 @@ const c = ({ className: r, ariaHidden: t, title: e = "Duration", description: n,
47
47
  /* @__PURE__ */ o(
48
48
  "path",
49
49
  {
50
- d: "M3.59128 15.4546C4.07954 16.5703 4.79961 17.5709 5.70432 18.391",
50
+ d: "M4.09131 15.4545C4.57957 16.5702 5.29964 17.5708 6.20435 18.3909",
51
51
  stroke: "currentColor",
52
52
  strokeWidth: "2",
53
53
  strokeLinecap: "round",
@@ -57,7 +57,7 @@ const c = ({ className: r, ariaHidden: t, title: e = "Duration", description: n,
57
57
  /* @__PURE__ */ o(
58
58
  "path",
59
59
  {
60
- d: "M5.16171 6.15737C5.40436 5.89503 5.66311 5.64784 5.93649 5.41724",
60
+ d: "M5.66162 6.15743C5.90427 5.89509 6.16302 5.6479 6.4364 5.4173",
61
61
  stroke: "currentColor",
62
62
  strokeWidth: "2",
63
63
  strokeLinecap: "round",
@@ -67,7 +67,7 @@ const c = ({ className: r, ariaHidden: t, title: e = "Duration", description: n,
67
67
  /* @__PURE__ */ o(
68
68
  "path",
69
69
  {
70
- d: "M8.64697 20.1356C10.8154 20.9028 13.2017 20.7848 15.2826 19.8074",
70
+ d: "M9.14697 20.1355C11.3154 20.9027 13.7017 20.7847 15.7826 19.8073",
71
71
  stroke: "currentColor",
72
72
  strokeWidth: "2",
73
73
  strokeLinecap: "round",
@@ -3,17 +3,17 @@ import "../styles/main.css";
3
3
  import { jsxs as l, jsx as o } from "react/jsx-runtime";
4
4
  import m from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const d = ({ className: r, ariaHidden: n, title: t = "Email", description: a, size: e = 24, ...i }, s) => /* @__PURE__ */ l(
6
+ const d = ({ className: r, ariaHidden: n, title: t, description: e, size: a = 24, ...i }, s) => /* @__PURE__ */ l(
7
7
  m,
8
8
  {
9
- size: e,
9
+ size: a,
10
10
  className: r,
11
11
  title: t,
12
- description: a,
12
+ description: e,
13
13
  ariaHidden: n,
14
14
  ref: s,
15
15
  stroke: "currentColor",
16
- strokeWidth: "2",
16
+ strokeWidth: 2,
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
19
  ...i,
@@ -1,35 +1,44 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as e, jsx as r } from "react/jsx-runtime";
4
- import h, { SvgIdContext as l } from "./IconBase.js";
3
+ import { jsxs as t, jsx as r } from "react/jsx-runtime";
4
+ import l, { SvgIdContext as h } from "./IconBase.js";
5
5
  import { forwardRef as p, useContext as C } from "react";
6
- const u = ({ className: t, ariaHidden: n, title: i = "Eraser", description: s, size: c = 24, ...d }, a) => {
7
- const o = C(l);
8
- return /* @__PURE__ */ e(
9
- h,
6
+ const u = ({ className: e, ariaHidden: n, title: i, description: s, size: c = 24, ...d }, a) => {
7
+ const o = C(h);
8
+ return /* @__PURE__ */ t(
9
+ l,
10
10
  {
11
11
  size: c,
12
- className: t,
12
+ className: e,
13
13
  title: i,
14
14
  description: s,
15
15
  ariaHidden: n,
16
16
  ref: a,
17
17
  ...d,
18
18
  children: [
19
- /* @__PURE__ */ e("g", { clipPath: `url(#${o}-clip0)`, children: [
19
+ /* @__PURE__ */ t("g", { clipPath: `url(#${o}-clip0_2279_97)`, children: [
20
20
  /* @__PURE__ */ r(
21
21
  "path",
22
22
  {
23
- d: "M19 20.0001H8.5L4.29 15.7001C4.10375 15.5127 3.99921 15.2592 3.99921 14.9951C3.99921 14.7309 4.10375 14.4774 4.29 14.2901L14.29 4.29006C14.4774 4.10381 14.7308 3.99927 14.995 3.99927C15.2592 3.99927 15.5126 4.10381 15.7 4.29006L20.7 9.29006C20.8863 9.47742 20.9908 9.73087 20.9908 9.99506C20.9908 10.2592 20.8863 10.5127 20.7 10.7001L11.5 20.0001",
23
+ d: "M20.1819 20.6363H7.72525L3.22034 15.9945C3.02104 15.7922 2.90918 15.5186 2.90918 15.2335C2.90918 14.9483 3.02104 14.6747 3.22034 14.4724L13.9208 3.67749C14.1213 3.47644 14.3925 3.36359 14.6752 3.36359C14.9579 3.36359 15.2291 3.47644 15.4296 3.67749L20.7798 9.07495C20.9791 9.27721 21.091 9.55081 21.091 9.836C21.091 10.1212 20.9791 10.3948 20.7798 10.597L10.9354 20.6363",
24
24
  stroke: "currentColor",
25
25
  strokeWidth: "2",
26
26
  strokeLinecap: "round",
27
27
  strokeLinejoin: "round"
28
28
  }
29
29
  ),
30
- /* @__PURE__ */ r("path", { d: "M18 13.3L11.7 7", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
30
+ /* @__PURE__ */ r(
31
+ "path",
32
+ {
33
+ d: "M17.4545 13.3636L11.0908 6.99994",
34
+ stroke: "currentColor",
35
+ strokeWidth: "2",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round"
38
+ }
39
+ )
31
40
  ] }),
32
- /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: `${o}-clip0`, children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
41
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: `${o}-clip0_2279_97`, children: /* @__PURE__ */ r("rect", { width: "22", height: "20", fill: "white", transform: "translate(1 2)" }) }) })
33
42
  ]
34
43
  }
35
44
  );
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
4
4
  import p from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const m = ({ className: o, ariaHidden: n, title: t = "Error", description: e, size: s = 24, ...a }, d) => /* @__PURE__ */ i(
6
+ const m = ({ className: o, ariaHidden: n, title: t, description: e, size: s = 24, ...a }, d) => /* @__PURE__ */ i(
7
7
  p,
8
8
  {
9
9
  size: s,
@@ -12,11 +12,11 @@ const m = ({ className: o, ariaHidden: n, title: t = "Error", description: e, si
12
12
  description: e,
13
13
  ariaHidden: n,
14
14
  ref: d,
15
- ...a,
16
15
  stroke: "currentColor",
17
- strokeWidth: "2",
16
+ strokeWidth: 2,
18
17
  strokeLinecap: "round",
19
18
  strokeLinejoin: "round",
19
+ ...a,
20
20
  children: [
21
21
  /* @__PURE__ */ r("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
22
  /* @__PURE__ */ r("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsxs as p, jsx as o } from "react/jsx-runtime";
4
4
  import a from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const i = ({ className: e, ariaHidden: r, title: t = "Eye Closed", description: n, size: d = 24, ...s }, l) => /* @__PURE__ */ p(
6
+ const i = ({ className: e, ariaHidden: r, title: t, description: n, size: d = 24, ...s }, l) => /* @__PURE__ */ p(
7
7
  a,
8
8
  {
9
9
  size: d,
@@ -13,7 +13,7 @@ const i = ({ className: e, ariaHidden: r, title: t = "Eye Closed", description:
13
13
  ariaHidden: r,
14
14
  ref: l,
15
15
  stroke: "currentColor",
16
- strokeWidth: "2",
16
+ strokeWidth: 2,
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
19
  ...s,
@@ -1,31 +1,31 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as p, jsx as o } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
5
- import { forwardRef as i } from "react";
6
- const m = ({ className: e, ariaHidden: r, title: t = "Eye Closed", description: s, size: d = 24, ...n }, a) => /* @__PURE__ */ p(
7
- c,
3
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
+ import i from "./IconBase.js";
5
+ import { forwardRef as p } from "react";
6
+ const l = ({ className: e, ariaHidden: r, title: n, description: t, size: s = 24, ...c }, d) => /* @__PURE__ */ a(
7
+ i,
8
8
  {
9
- size: d,
9
+ size: s,
10
10
  className: e,
11
- title: t,
12
- description: s,
11
+ title: n,
12
+ description: t,
13
13
  ariaHidden: r,
14
- ref: a,
14
+ ref: d,
15
15
  stroke: "currentColor",
16
- strokeWidth: "2",
16
+ strokeWidth: 2,
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
- ...n,
19
+ ...c,
20
20
  children: [
21
- /* @__PURE__ */ o("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }),
22
- /* @__PURE__ */ o("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
23
- /* @__PURE__ */ o("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }),
24
- /* @__PURE__ */ o("path", { d: "m2 2 20 20" })
21
+ /* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
22
+ /* @__PURE__ */ o("path", { d: "M10.585 10.587a2 2 0 0 0 2.829 2.828" }),
23
+ /* @__PURE__ */ o("path", { d: "M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87" }),
24
+ /* @__PURE__ */ o("path", { d: "M3 3l18 18" })
25
25
  ]
26
26
  }
27
- ), l = i(m);
28
- l.displayName = "EyeClosedIcon2";
27
+ ), m = p(l);
28
+ m.displayName = "EyeClosedIcon2";
29
29
  export {
30
- l as EyeClosedIcon2
30
+ m as EyeClosedIcon2
31
31
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
3
+ import { jsxs as p, jsx as o } from "react/jsx-runtime";
4
4
  import a from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const m = ({ className: r, ariaHidden: e, title: n = "Eye Open", description: t, size: c = 24, ...p }, s) => /* @__PURE__ */ i(
6
+ const m = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...s }, i) => /* @__PURE__ */ p(
7
7
  a,
8
8
  {
9
9
  size: c,
@@ -11,19 +11,19 @@ const m = ({ className: r, ariaHidden: e, title: n = "Eye Open", description: t,
11
11
  title: n,
12
12
  description: t,
13
13
  ariaHidden: e,
14
- ref: s,
14
+ ref: i,
15
15
  stroke: "currentColor",
16
- strokeWidth: "2",
16
+ strokeWidth: 2,
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
- ...p,
19
+ ...s,
20
20
  children: [
21
21
  /* @__PURE__ */ o("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
22
22
  /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "3" })
23
23
  ]
24
24
  }
25
- ), y = d(m);
26
- y.displayName = "EyeOpenIcon";
25
+ ), f = d(m);
26
+ f.displayName = "EyeOpenIcon";
27
27
  export {
28
- y as EyeOpenIcon
28
+ f as EyeOpenIcon
29
29
  };
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
4
  import p from "./IconBase.js";
5
5
  import { forwardRef as a } from "react";
6
- const k = ({ className: r, ariaHidden: t, title: e = "Go to First", description: n, size: s = 24, ...i }, c) => /* @__PURE__ */ d(
6
+ const k = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, c) => /* @__PURE__ */ d(
7
7
  p,
8
8
  {
9
9
  size: s,
@@ -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 d from "./IconBase.js";
5
- import { forwardRef as L } from "react";
6
- const p = ({ className: r, ariaHidden: t, title: e = "Go to Last", description: n, size: s = 24, ...i }, a) => /* @__PURE__ */ c(
5
+ import { forwardRef as p } from "react";
6
+ const L = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...i }, a) => /* @__PURE__ */ c(
7
7
  d,
8
8
  {
9
9
  size: s,
@@ -36,7 +36,7 @@ const p = ({ className: r, ariaHidden: t, title: e = "Go to Last", description:
36
36
  )
37
37
  ]
38
38
  }
39
- ), k = L(p);
39
+ ), k = p(L);
40
40
  k.displayName = "GoToLastIcon";
41
41
  export {
42
42
  k as GoToLastIcon
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsxs as m, jsx as r } from "react/jsx-runtime";
4
4
  import a from "./IconBase.js";
5
5
  import { forwardRef as C } from "react";
6
- const d = ({ className: o, ariaHidden: s, title: t = "Harmonic Cursors", description: n, size: e = 24, ...c }, i) => /* @__PURE__ */ m(
6
+ const d = ({ className: o, ariaHidden: s, title: t, description: n, size: e = 24, ...c }, i) => /* @__PURE__ */ m(
7
7
  a,
8
8
  {
9
9
  size: e,
@@ -33,8 +33,8 @@ const d = ({ className: o, ariaHidden: s, title: t = "Harmonic Cursors", descrip
33
33
  )
34
34
  ]
35
35
  }
36
- ), u = C(d);
37
- u.displayName = "HarmonicCursorsIcon";
36
+ ), p = C(d);
37
+ p.displayName = "HarmonicCursorsIcon";
38
38
  export {
39
- u as HarmonicCursorsIcon
39
+ p as HarmonicCursorsIcon
40
40
  };
@@ -1,7 +1,7 @@
1
1
  import { IconProps } from './iconTypes';
2
2
  import { ComponentPropsWithoutRef, CSSProperties, ReactNode } from 'react';
3
3
  export declare const SvgIdContext: import('react').Context<string>;
4
- interface IconBaseProps extends IconProps, ComponentPropsWithoutRef<'svg'> {
4
+ interface IconBaseProps extends Omit<IconProps, 'strokeWidth'>, ComponentPropsWithoutRef<'svg'> {
5
5
  children: ReactNode;
6
6
  className?: string;
7
7
  size?: number;
@@ -1,35 +1,33 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as c, jsx as o, Fragment as m } from "react/jsx-runtime";
4
- import { createContext as u, forwardRef as w, useId as x } from "react";
5
- const v = u(""), b = w(function({ children: d, title: i, size: n = 24, ariaHidden: e, description: t = "", className: h = "", style: a, ...f }, g) {
6
- const l = x(), r = e ? "" : `${l}_title`, s = !e && t ? `${l}_desc` : "";
7
- return /* @__PURE__ */ c(
3
+ import { jsxs as w, jsx as t } from "react/jsx-runtime";
4
+ import { createContext as x, forwardRef as B, useId as g } from "react";
5
+ const m = x(""), p = B(function({ children: c, title: o, size: n = 24, ariaHidden: r = !0, description: d = "", className: a = "", style: f, ...h }, v) {
6
+ const s = g(), e = o !== void 0 ? !1 : r, i = !e && o ? `${s}_title` : "", l = !e && d ? `${s}_desc` : "", u = [i, l].filter(Boolean).join(" ") || void 0;
7
+ return /* @__PURE__ */ w(
8
8
  "svg",
9
9
  {
10
10
  height: n,
11
11
  width: n,
12
12
  xmlns: "http://www.w3.org/2000/svg",
13
- className: h,
13
+ className: a,
14
14
  role: "img",
15
15
  "aria-hidden": e,
16
- "aria-labelledby": `${r} ${s}`,
17
- ref: g,
18
- style: a,
16
+ "aria-labelledby": u,
17
+ ref: v,
18
+ style: f,
19
19
  fill: "none",
20
20
  viewBox: "0 0 24 24",
21
- ...f,
21
+ ...h,
22
22
  children: [
23
- e ? null : /* @__PURE__ */ c(m, { children: [
24
- /* @__PURE__ */ o("title", { id: r, children: i }),
25
- t ? /* @__PURE__ */ o("desc", { id: s, children: t }) : null
26
- ] }),
27
- /* @__PURE__ */ o(v.Provider, { value: l, children: d })
23
+ !e && o && /* @__PURE__ */ t("title", { id: i, children: o }),
24
+ !e && d && /* @__PURE__ */ t("desc", { id: l, children: d }),
25
+ /* @__PURE__ */ t(m.Provider, { value: s, children: c })
28
26
  ]
29
27
  }
30
28
  );
31
29
  });
32
30
  export {
33
- v as SvgIdContext,
34
- b as default
31
+ m as SvgIdContext,
32
+ p as default
35
33
  };
@@ -3,7 +3,7 @@ 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: n, title: t = "Info", description: e, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
6
+ const a = ({ className: r, ariaHidden: n, title: t, description: e, size: s = 24, ...i }, d) => /* @__PURE__ */ c(
7
7
  k,
8
8
  {
9
9
  size: s,
@@ -17,15 +17,15 @@ const a = ({ className: r, ariaHidden: n, title: t = "Info", description: e, siz
17
17
  /* @__PURE__ */ o(
18
18
  "path",
19
19
  {
20
- d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
20
+ d: "M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
21
21
  stroke: "currentColor",
22
22
  strokeWidth: "2",
23
23
  strokeLinecap: "round",
24
24
  strokeLinejoin: "round"
25
25
  }
26
26
  ),
27
- /* @__PURE__ */ o("path", { d: "M12 17V11", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
28
- /* @__PURE__ */ o("path", { d: "M12 7H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
27
+ /* @__PURE__ */ o("path", { d: "M12 16.5V11.1", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
28
+ /* @__PURE__ */ o("path", { d: "M12 7.5H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
29
29
  ]
30
30
  }
31
31
  ), u = p(a);
@@ -2,8 +2,8 @@
2
2
  import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import s from "./IconBase.js";
5
- import { forwardRef as L } from "react";
6
- const i = ({ className: r, ariaHidden: e, title: t = "Label", description: a, size: n = 24, ...C }, c) => /* @__PURE__ */ o(
5
+ import { forwardRef as i } from "react";
6
+ const m = ({ className: r, ariaHidden: e, title: t, description: a, size: n = 24, ...C }, c) => /* @__PURE__ */ o(
7
7
  s,
8
8
  {
9
9
  size: n,
@@ -16,15 +16,15 @@ const i = ({ className: r, ariaHidden: e, title: t = "Label", description: a, si
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",
18
18
  {
19
- d: "M7.4 7.5H7.6M3 5V11.1716C3 11.702 3.21071 12.2107 3.58579 12.5858L11.3358 20.3358C12.1168 21.1168 13.3832 21.1168 14.1642 20.3358L20.3358 14.1642C21.1168 13.3832 21.1168 12.1168 20.3358 11.3358L12.5858 3.58579C12.2107 3.21071 11.702 3 11.1716 3H5C3.89543 3 3 3.89543 3 5ZM8 7.5C8 7.77614 7.77614 8 7.5 8C7.22386 8 7 7.77614 7 7.5C7 7.22386 7.22386 7 7.5 7C7.77614 7 8 7.22386 8 7.5Z",
19
+ d: "M7.41926 7.5197H7.62014M3 5.00875V11.2074C3 11.7401 3.21163 12.251 3.58835 12.6278L11.3723 20.4117C12.1567 21.1961 13.4287 21.1961 14.2131 20.4117L20.4117 14.2131C21.1961 13.4287 21.1961 12.1567 20.4117 11.3723L12.6278 3.58835C12.251 3.21163 11.7401 3 11.2074 3H5.00875C3.89935 3 3 3.89935 3 5.00875ZM8.02189 7.5197C8.02189 7.79705 7.79705 8.02189 7.5197 8.02189C7.24235 8.02189 7.01751 7.79705 7.01751 7.5197C7.01751 7.24235 7.24235 7.01751 7.5197 7.01751C7.79705 7.01751 8.02189 7.24235 8.02189 7.5197Z",
20
20
  stroke: "currentColor",
21
21
  strokeWidth: "2",
22
22
  strokeLinecap: "square"
23
23
  }
24
24
  )
25
25
  }
26
- ), l = L(i);
27
- l.displayName = "LabelIcon";
26
+ ), p = i(m);
27
+ p.displayName = "LabelIcon";
28
28
  export {
29
- l as LabelIcon
29
+ p as LabelIcon
30
30
  };