@spear-ai/spectral 1.3.44 → 1.3.46

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 (80) hide show
  1. package/dist/.js +150 -146
  2. package/dist/Accordion/AccordionBase.js +141 -150
  3. package/dist/ButtonIcon.d.ts +14 -0
  4. package/dist/ButtonIcon.js +119 -0
  5. package/dist/Checkbox/CheckboxBase.js +6 -5
  6. package/dist/Icons/AnnotationsIcon.js +6 -5
  7. package/dist/Icons/CalendarIcon.js +4 -3
  8. package/dist/Icons/CheckCircleIcon.js +6 -5
  9. package/dist/Icons/CheckSquareIcon.js +6 -5
  10. package/dist/Icons/ChevronDownIcon.js +6 -5
  11. package/dist/Icons/ChevronUpIcon.js +9 -8
  12. package/dist/Icons/ClockIcon.js +11 -10
  13. package/dist/Icons/CloseCircleIcon.js +12 -11
  14. package/dist/Icons/CloseIcon.js +10 -9
  15. package/dist/Icons/DashboardIcon.js +6 -5
  16. package/dist/Icons/DeleteIcon.js +10 -9
  17. package/dist/Icons/DurationIcon.js +3 -2
  18. package/dist/Icons/EraserIcon.js +12 -11
  19. package/dist/Icons/ErrorIcon.js +3 -2
  20. package/dist/Icons/EyeClosedIcon.js +9 -8
  21. package/dist/Icons/EyeClosedIcon2.js +6 -5
  22. package/dist/Icons/EyeOpenIcon.js +11 -10
  23. package/dist/Icons/GoToFirstIcon.js +5 -4
  24. package/dist/Icons/GoToLastIcon.js +6 -5
  25. package/dist/Icons/HarmonicCursorsIcon.js +10 -9
  26. package/dist/Icons/InfoIcon.js +9 -8
  27. package/dist/Icons/LabelIcon.js +6 -5
  28. package/dist/Icons/LassoIcon.js +8 -7
  29. package/dist/Icons/LineToolIcon.js +9 -8
  30. package/dist/Icons/LiveViewIcon.js +7 -6
  31. package/dist/Icons/LoaderIcon.js +6 -5
  32. package/dist/Icons/LocationIcon.js +12 -11
  33. package/dist/Icons/LogoutIcon.js +4 -3
  34. package/dist/Icons/MetadataIcon.js +6 -5
  35. package/dist/Icons/OntologyIcon.js +3 -2
  36. package/dist/Icons/PanelIcon.js +4 -3
  37. package/dist/Icons/PlayIcon.js +8 -7
  38. package/dist/Icons/PlusIcon.js +8 -7
  39. package/dist/Icons/ResetIcon.js +14 -13
  40. package/dist/Icons/ScissorsIcon.js +7 -6
  41. package/dist/Icons/SettingsIcon.js +3 -2
  42. package/dist/Icons/TrashIcon.js +9 -8
  43. package/dist/Icons/UndoIcon.js +6 -5
  44. package/dist/Icons/UserIcon.js +7 -6
  45. package/dist/Icons/WarningIcon.js +13 -12
  46. package/dist/Icons/ZoomAllIcon.js +7 -6
  47. package/dist/Icons/ZoomXIcon.js +9 -8
  48. package/dist/Icons/ZoomYIcon.js +9 -8
  49. package/dist/Input.d.ts +2 -0
  50. package/dist/Input.js +48 -46
  51. package/dist/RadioGroup/RadioGroupBase.js +130 -138
  52. package/dist/Switch/SwitchBase.js +22 -21
  53. package/dist/Toggle/ToggleBase.js +4 -4
  54. package/dist/ToggleGroup/ToggleGroupBase.js +6 -5
  55. package/dist/components/Accordion/AccordionBase.d.ts.map +1 -1
  56. package/dist/components/ButtonIcon/ButtonIcon.d.ts +14 -0
  57. package/dist/components/ButtonIcon/ButtonIcon.d.ts.map +1 -0
  58. package/dist/components/Checkbox/CheckboxBase.d.ts.map +1 -1
  59. package/dist/components/Input/Input.d.ts +2 -0
  60. package/dist/components/Input/Input.d.ts.map +1 -1
  61. package/dist/components/RadioGroup/RadioGroupBase.d.ts.map +1 -1
  62. package/dist/components/Switch/SwitchBase.d.ts.map +1 -1
  63. package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
  64. package/dist/components/ToggleGroup/ToggleGroupBase.d.ts.map +1 -1
  65. package/dist/hooks/useControllableState.d.ts +9 -0
  66. package/dist/hooks/useControllableState.d.ts.map +1 -0
  67. package/dist/hooks/useControllableState.js +15 -0
  68. package/dist/index.d.ts +2 -0
  69. package/dist/index.d.ts.map +1 -1
  70. package/dist/styles/main.css +1 -1
  71. package/dist/utils/sharedUtils.d.ts +2 -0
  72. package/dist/utils/sharedUtils.d.ts.map +1 -0
  73. package/dist/utils/sharedUtils.js +6 -0
  74. package/package.json +1 -1
  75. package/dist/hooks/useOutsideClick.d.ts +0 -8
  76. package/dist/hooks/useOutsideClick.d.ts.map +0 -1
  77. package/dist/hooks/useOutsideClick.js +0 -16
  78. package/dist/utils/shared.d.ts +0 -24
  79. package/dist/utils/shared.d.ts.map +0 -1
  80. package/dist/utils/shared.js +0 -29
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
- import C from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
7
- C,
4
+ import c from "./IconBase.js";
5
+ import { forwardRef as C } from "react";
6
+ const a = ({ className: r, ariaHidden: e, title: t = "Live View", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
7
+ c,
8
8
  {
9
9
  size: i,
10
10
  className: r,
@@ -66,7 +66,8 @@ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
66
66
  )
67
67
  ]
68
68
  }
69
- ), h = c(u);
69
+ ), u = C(a);
70
+ u.displayName = "LiveViewIcon";
70
71
  export {
71
- h as LiveViewIcon
72
+ u as LiveViewIcon
72
73
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as t, jsx as o } from "react/jsx-runtime";
4
- import c, { SvgIdContext as f } from "./IconBase.js";
5
- import { forwardRef as l, useContext as h } from "react";
4
+ import c, { SvgIdContext as l } from "./IconBase.js";
5
+ import { forwardRef as f, useContext as h } from "react";
6
6
  const m = ({ className: e, ariaHidden: s, title: n = "Loader", description: i, size: a = 24, ...p }, d) => {
7
- const r = h(f);
7
+ const r = h(l);
8
8
  return /* @__PURE__ */ t(
9
9
  c,
10
10
  {
@@ -47,7 +47,8 @@ const m = ({ className: e, ariaHidden: s, title: n = "Loader", description: i, s
47
47
  ]
48
48
  }
49
49
  );
50
- }, x = l(m);
50
+ }, k = f(m);
51
+ k.displayName = "LoaderIcon";
51
52
  export {
52
- x as LoaderIcon
53
+ k as LoaderIcon
53
54
  };
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const k = ({ className: r, ariaHidden: t, title: n = "Location", description: e, size: i = 24, ...s }, C) => /* @__PURE__ */ c(
7
- d,
3
+ import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
+ import C from "./IconBase.js";
5
+ import { forwardRef as d } from "react";
6
+ const p = ({ className: r, ariaHidden: n, title: t = "Location", description: e, size: i = 24, ...c }, s) => /* @__PURE__ */ a(
7
+ C,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
- title: n,
11
+ title: t,
12
12
  description: e,
13
- "aria-hidden": t,
14
- ref: C,
15
- ...s,
13
+ "aria-hidden": n,
14
+ ref: s,
15
+ ...c,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
@@ -36,7 +36,8 @@ const k = ({ className: r, ariaHidden: t, title: n = "Location", description: e,
36
36
  )
37
37
  ]
38
38
  }
39
- ), h = a(k);
39
+ ), k = d(p);
40
+ k.displayName = "LocationIcon";
40
41
  export {
41
- h as LocationIcon
42
+ k as LocationIcon
42
43
  };
@@ -3,7 +3,7 @@ import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import d from "./IconBase.js";
5
5
  import { forwardRef as s } from "react";
6
- const u = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, size: i = 24, ...L }, c) => /* @__PURE__ */ o(
6
+ const a = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, size: i = 24, ...L }, c) => /* @__PURE__ */ o(
7
7
  d,
8
8
  {
9
9
  size: i,
@@ -24,7 +24,8 @@ const u = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, s
24
24
  }
25
25
  )
26
26
  }
27
- ), f = s(u);
27
+ ), u = s(a);
28
+ u.displayName = "LogoutIcon";
28
29
  export {
29
- f as LogoutIcon
30
+ u as LogoutIcon
30
31
  };
@@ -3,13 +3,13 @@ import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import c from "./IconBase.js";
5
5
  import { forwardRef as s } from "react";
6
- const C = ({ className: r, ariaHidden: t, title: e = "Metadata", description: a, size: n = 24, ...d }, i) => /* @__PURE__ */ o(
6
+ const m = ({ className: r, ariaHidden: t, title: a = "Metadata", description: e, size: n = 24, ...d }, i) => /* @__PURE__ */ o(
7
7
  c,
8
8
  {
9
9
  size: n,
10
10
  className: r,
11
- title: e,
12
- description: a,
11
+ title: a,
12
+ description: e,
13
13
  "aria-hidden": t,
14
14
  ref: i,
15
15
  ...d,
@@ -24,7 +24,8 @@ const C = ({ className: r, ariaHidden: t, title: e = "Metadata", description: a,
24
24
  }
25
25
  )
26
26
  }
27
- ), L = s(C);
27
+ ), p = s(m);
28
+ p.displayName = "MetadataIcon";
28
29
  export {
29
- L as MetadataIcon
30
+ p as MetadataIcon
30
31
  };
@@ -27,7 +27,8 @@ const p = ({ className: o, ariaHidden: t, title: e = "Ontology", description: n,
27
27
  /* @__PURE__ */ r("path", { d: "M14.4062 17.8035L10.125 13.25", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" })
28
28
  ]
29
29
  }
30
- ), l = a(p);
30
+ ), h = a(p);
31
+ h.displayName = "OntologyIcon";
31
32
  export {
32
- l as OntologyIcon
33
+ h as OntologyIcon
33
34
  };
@@ -2,7 +2,7 @@
2
2
  import "../styles/main.css";
3
3
  import { jsxs as n, jsx as C } from "react/jsx-runtime";
4
4
  import e from "./IconBase.js";
5
- import { forwardRef as t } from "react";
5
+ import { forwardRef as a } from "react";
6
6
  const l = ({ className: L, ariaHidden: M, title: Z = "Panel", description: H, size: V = 24, ...r }, o) => /* @__PURE__ */ n(
7
7
  e,
8
8
  {
@@ -24,7 +24,8 @@ const l = ({ className: L, ariaHidden: M, title: Z = "Panel", description: H, si
24
24
  /* @__PURE__ */ C("path", { d: "M11 4V3H9V4H11ZM9 20V21H11V20H9ZM9 4V20H11V4H9Z", fill: "currentColor" })
25
25
  ]
26
26
  }
27
- ), f = t(l);
27
+ ), t = a(l);
28
+ t.displayName = "PanelIcon";
28
29
  export {
29
- f as PanelIcon
30
+ t as PanelIcon
30
31
  };
@@ -3,16 +3,16 @@ import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
4
  import d from "./IconBase.js";
5
5
  import { forwardRef as s } from "react";
6
- const m = ({ className: r, ariaHidden: n, title: t = "Play", description: e, size: i = 24, ...a }, c) => /* @__PURE__ */ o(
6
+ const l = ({ className: r, ariaHidden: n, title: e = "Play", description: t, size: a = 24, ...i }, c) => /* @__PURE__ */ o(
7
7
  d,
8
8
  {
9
- size: i,
9
+ size: a,
10
10
  className: r,
11
- title: t,
12
- description: e,
11
+ title: e,
12
+ description: t,
13
13
  "aria-hidden": n,
14
14
  ref: c,
15
- ...a,
15
+ ...i,
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",
18
18
  {
@@ -24,7 +24,8 @@ const m = ({ className: r, ariaHidden: n, title: t = "Play", description: e, siz
24
24
  }
25
25
  )
26
26
  }
27
- ), h = s(m);
27
+ ), m = s(l);
28
+ m.displayName = "PlayIcon";
28
29
  export {
29
- h as PlayIcon
30
+ m as PlayIcon
30
31
  };
@@ -1,17 +1,17 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
- import C from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const f = ({ className: r, ariaHidden: e, title: l = "Plus", description: n, size: d = 24, ...i }, t) => /* @__PURE__ */ o(
7
- C,
4
+ import s from "./IconBase.js";
5
+ import { forwardRef as t } from "react";
6
+ const C = ({ className: r, ariaHidden: e, title: l = "Plus", description: n, size: d = 24, ...i }, c) => /* @__PURE__ */ o(
7
+ s,
8
8
  {
9
9
  size: d,
10
10
  className: r,
11
11
  title: l,
12
12
  description: n,
13
13
  "aria-hidden": e,
14
- ref: t,
14
+ ref: c,
15
15
  ...i,
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",
@@ -23,7 +23,8 @@ const f = ({ className: r, ariaHidden: e, title: l = "Plus", description: n, siz
23
23
  }
24
24
  )
25
25
  }
26
- ), p = c(f);
26
+ ), u = t(C);
27
+ u.displayName = "PlusIcon";
27
28
  export {
28
- p as PlusIcon
29
+ u as PlusIcon
29
30
  };
@@ -1,19 +1,19 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsx as r } from "react/jsx-runtime";
4
- import s from "./IconBase.js";
5
- import { forwardRef as f } from "react";
6
- const m = ({ className: C, ariaHidden: o, title: e = "Reset", description: t, size: n = 24, ...c }, i) => /* @__PURE__ */ r(
7
- s,
3
+ import { jsx as e } from "react/jsx-runtime";
4
+ import i from "./IconBase.js";
5
+ import { forwardRef as a } from "react";
6
+ const m = ({ className: o, ariaHidden: r, title: C = "Reset", description: t, size: n = 24, ...s }, c) => /* @__PURE__ */ e(
7
+ i,
8
8
  {
9
9
  size: n,
10
- className: C,
11
- title: e,
10
+ className: o,
11
+ title: C,
12
12
  description: t,
13
- "aria-hidden": o,
14
- ref: i,
15
- ...c,
16
- children: /* @__PURE__ */ r(
13
+ "aria-hidden": r,
14
+ ref: c,
15
+ ...s,
16
+ children: /* @__PURE__ */ e(
17
17
  "path",
18
18
  {
19
19
  d: "M4.97266 12C4.97266 8.13401 8.10666 5 11.9727 5C13.9466 5 15.3753 5.67948 16.7591 7H15C14.4477 7 14 7.44772 14 8C14 8.55228 14.4477 9 15 9H18.25C19.2165 9 20 8.2165 20 7.25V4C20 3.44772 19.5523 3 19 3C18.4477 3 18 3.44772 18 4V5.42301C16.3778 3.9219 14.5241 3 11.9727 3C7.00209 3 2.97266 7.02944 2.97266 12C2.97266 16.9706 7.00209 21 11.9727 21C15.8929 21 19.2253 18.4941 20.4603 14.9999C20.6443 14.4792 20.3714 13.9079 19.8507 13.7238C19.33 13.5398 18.7586 13.8127 18.5746 14.3334C17.6132 17.0536 15.0189 19 11.9727 19C8.10666 19 4.97266 15.866 4.97266 12Z",
@@ -21,7 +21,8 @@ const m = ({ className: C, ariaHidden: o, title: e = "Reset", description: t, si
21
21
  }
22
22
  )
23
23
  }
24
- ), l = f(m);
24
+ ), d = a(m);
25
+ d.displayName = "ResetIcon";
25
26
  export {
26
- l as ResetIcon
27
+ d as ResetIcon
27
28
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as n, jsx as o } from "react/jsx-runtime";
4
- import t from "./IconBase.js";
5
- import { forwardRef as d } from "react";
6
- const f = ({ className: r, ariaHidden: C, title: s = "Scissors", description: e, size: i = 24, ...c }, l) => /* @__PURE__ */ n(
7
- t,
4
+ import d from "./IconBase.js";
5
+ import { forwardRef as t } from "react";
6
+ const a = ({ className: r, ariaHidden: C, title: s = "Scissors", description: e, size: i = 24, ...c }, l) => /* @__PURE__ */ n(
7
+ d,
8
8
  {
9
9
  size: i,
10
10
  className: r,
@@ -32,7 +32,8 @@ const f = ({ className: r, ariaHidden: C, title: s = "Scissors", description: e,
32
32
  )
33
33
  ]
34
34
  }
35
- ), m = d(f);
35
+ ), f = t(a);
36
+ f.displayName = "ScissorsIcon";
36
37
  export {
37
- m as ScissorsIcon
38
+ f as ScissorsIcon
38
39
  };
@@ -38,7 +38,8 @@ const p = ({ className: o, ariaHidden: t, title: e = "Settings", description: n,
38
38
  )
39
39
  ]
40
40
  }
41
- ), h = k(p);
41
+ ), m = k(p);
42
+ m.displayName = "SettingsIcon";
42
43
  export {
43
- h as SettingsIcon
44
+ m as SettingsIcon
44
45
  };
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as C } from "react/jsx-runtime";
4
- import n from "./IconBase.js";
5
- import { forwardRef as t } from "react";
6
- const a = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, size: H = 24, ...o }, L) => /* @__PURE__ */ C(
7
- n,
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,
8
8
  {
9
- size: H,
9
+ size: o,
10
10
  className: r,
11
11
  title: Z,
12
12
  description: V,
13
13
  "aria-hidden": M,
14
14
  ref: L,
15
- ...o,
15
+ ...H,
16
16
  children: /* @__PURE__ */ C(
17
17
  "path",
18
18
  {
@@ -21,7 +21,8 @@ const a = ({ className: r, ariaHidden: M, title: Z = "Trash", description: V, si
21
21
  }
22
22
  )
23
23
  }
24
- ), s = t(a);
24
+ ), t = n(s);
25
+ t.displayName = "TrashIcon";
25
26
  export {
26
- s as TrashIcon
27
+ t as TrashIcon
27
28
  };
@@ -3,13 +3,13 @@ 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 a } from "react";
6
- const m = ({ className: r, ariaHidden: n, title: t = "Undo", description: e, size: d = 24, ...i }, c) => /* @__PURE__ */ o(
6
+ const m = ({ className: r, ariaHidden: n, title: e = "Undo", description: t, size: d = 24, ...i }, c) => /* @__PURE__ */ o(
7
7
  s,
8
8
  {
9
9
  size: d,
10
10
  className: r,
11
- title: t,
12
- description: e,
11
+ title: e,
12
+ description: t,
13
13
  "aria-hidden": n,
14
14
  ref: c,
15
15
  ...i,
@@ -24,7 +24,8 @@ const m = ({ className: r, ariaHidden: n, title: t = "Undo", description: e, siz
24
24
  }
25
25
  )
26
26
  }
27
- ), h = a(m);
27
+ ), p = a(m);
28
+ p.displayName = "UndoIcon";
28
29
  export {
29
- h as UndoIcon
30
+ p as UndoIcon
30
31
  };
@@ -3,13 +3,13 @@ import "../styles/main.css";
3
3
  import { jsx as r } from "react/jsx-runtime";
4
4
  import c from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const m = ({ className: o, ariaHidden: e, title: t = "User", description: C, size: n = 24, ...s }, i) => /* @__PURE__ */ r(
6
+ const a = ({ className: o, ariaHidden: e, title: n = "User", description: t, size: C = 24, ...s }, i) => /* @__PURE__ */ r(
7
7
  c,
8
8
  {
9
- size: n,
9
+ size: C,
10
10
  className: o,
11
- title: t,
12
- description: C,
11
+ title: n,
12
+ description: t,
13
13
  "aria-hidden": e,
14
14
  ref: i,
15
15
  ...s,
@@ -23,7 +23,8 @@ const m = ({ className: o, ariaHidden: e, title: t = "User", description: C, siz
23
23
  }
24
24
  )
25
25
  }
26
- ), h = d(m);
26
+ ), m = d(a);
27
+ m.displayName = "UserIcon";
27
28
  export {
28
- h as UserIcon
29
+ m as UserIcon
29
30
  };
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as r } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
4
+ import C from "./IconBase.js";
5
5
  import { forwardRef as d } from "react";
6
- const s = ({ className: o, ariaHidden: n, title: t = "Warning/Caution", description: i, size: e = 24, ...a }, C) => /* @__PURE__ */ r(
7
- c,
6
+ const s = ({ className: n, ariaHidden: o, title: i = "Warning/Caution", description: t, size: a = 24, ...e }, c) => /* @__PURE__ */ r(
7
+ C,
8
8
  {
9
- size: e,
10
- className: o,
11
- title: t,
12
- description: i,
13
- "aria-hidden": n,
14
- ref: C,
15
- ...a,
9
+ size: a,
10
+ className: n,
11
+ title: i,
12
+ description: t,
13
+ "aria-hidden": o,
14
+ ref: c,
15
+ ...e,
16
16
  children: /* @__PURE__ */ r(
17
17
  "path",
18
18
  {
@@ -23,7 +23,8 @@ const s = ({ className: o, ariaHidden: n, title: t = "Warning/Caution", descript
23
23
  }
24
24
  )
25
25
  }
26
- ), h = d(s);
26
+ ), m = d(s);
27
+ m.displayName = "WarningIcon";
27
28
  export {
28
- h as WarningIcon
29
+ m as WarningIcon
29
30
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as t, jsx as o } from "react/jsx-runtime";
4
- import L, { SvgIdContext as h } from "./IconBase.js";
5
- import { forwardRef as l, useContext as u } from "react";
6
- const a = ({ className: e, ariaHidden: n, title: i = "Zoom All", description: d, size: s = 24, ...c }, k) => {
7
- const r = u(h);
4
+ import L, { SvgIdContext as l } from "./IconBase.js";
5
+ import { forwardRef as h, useContext as a } from "react";
6
+ const u = ({ className: e, ariaHidden: n, title: i = "Zoom All", description: d, size: s = 24, ...c }, k) => {
7
+ const r = a(l);
8
8
  return /* @__PURE__ */ t(
9
9
  L,
10
10
  {
@@ -56,7 +56,8 @@ const a = ({ className: e, ariaHidden: n, title: i = "Zoom All", description: d,
56
56
  ]
57
57
  }
58
58
  );
59
- }, j = l(a);
59
+ }, p = h(u);
60
+ p.displayName = "ZoomAllIcon";
60
61
  export {
61
- j as ZoomAllIcon
62
+ p as ZoomAllIcon
62
63
  };
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
- import k from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const p = ({ className: r, ariaHidden: t, title: e = "Zoom X Axis", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
7
- k,
4
+ import a from "./IconBase.js";
5
+ import { forwardRef as k } from "react";
6
+ const m = ({ className: r, ariaHidden: e, title: t = "Zoom X Axis", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
7
+ a,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
- title: e,
11
+ title: t,
12
12
  description: n,
13
- "aria-hidden": t,
13
+ "aria-hidden": e,
14
14
  ref: d,
15
15
  ...s,
16
16
  children: [
@@ -37,7 +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
- ), h = a(p);
40
+ ), p = k(m);
41
+ p.displayName = "ZoomXIcon";
41
42
  export {
42
- h as ZoomXIcon
43
+ p as ZoomXIcon
43
44
  };
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
- import k from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const p = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
7
- k,
4
+ import a from "./IconBase.js";
5
+ import { forwardRef as k } from "react";
6
+ const m = ({ className: r, ariaHidden: e, title: t = "Zoom Y Axis", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
7
+ a,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
- title: e,
11
+ title: t,
12
12
  description: n,
13
- "aria-hidden": t,
13
+ "aria-hidden": e,
14
14
  ref: d,
15
15
  ...s,
16
16
  children: [
@@ -37,7 +37,8 @@ const p = ({ className: r, ariaHidden: t, title: e = "Zoom Y Axis", description:
37
37
  /* @__PURE__ */ o("path", { d: "M12 2.90918V21.091", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
38
38
  ]
39
39
  }
40
- ), h = a(p);
40
+ ), p = k(m);
41
+ p.displayName = "ZoomYIcon";
41
42
  export {
42
- h as ZoomYIcon
43
+ p as ZoomYIcon
43
44
  };
package/dist/Input.d.ts CHANGED
@@ -8,6 +8,7 @@ export type InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'id'> & Bas
8
8
  onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
9
9
  prefix?: string;
10
10
  showClearButton?: boolean;
11
+ suppressHydrationWarning?: boolean;
11
12
  type?: InputType;
12
13
  value?: string;
13
14
  };
@@ -18,6 +19,7 @@ export declare const Input: import('react').ForwardRefExoticComponent<Omit<Input
18
19
  onFocus?: (e: FocusEvent<HTMLInputElement>) => void;
19
20
  prefix?: string;
20
21
  showClearButton?: boolean;
22
+ suppressHydrationWarning?: boolean;
21
23
  type?: InputType;
22
24
  value?: string;
23
25
  } & import('react').RefAttributes<HTMLInputElement>>;