@spear-ai/spectral 1.3.52 → 1.3.53

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 (71) hide show
  1. package/dist/.js +75 -73
  2. package/dist/Alert.js +4 -3
  3. package/dist/ButtonIcon.js +2 -1
  4. package/dist/Icons/AnnotationsIcon.js +7 -7
  5. package/dist/Icons/CalendarIcon.js +4 -4
  6. package/dist/Icons/CheckCircleIcon.js +11 -11
  7. package/dist/Icons/CheckSquareIcon.js +9 -9
  8. package/dist/Icons/CheckmarkIcon.js +15 -15
  9. package/dist/Icons/ChevronDownIcon.js +9 -9
  10. package/dist/Icons/ChevronUpIcon.js +8 -8
  11. package/dist/Icons/ClockIcon.js +13 -13
  12. package/dist/Icons/CloseCircleIcon.js +17 -17
  13. package/dist/Icons/CloseIcon.js +12 -12
  14. package/dist/Icons/DashboardIcon.js +3 -3
  15. package/dist/Icons/DeleteIcon.js +8 -8
  16. package/dist/Icons/DurationIcon.js +1 -1
  17. package/dist/Icons/EmailIcon.js +12 -12
  18. package/dist/Icons/EraserIcon.js +10 -10
  19. package/dist/Icons/ErrorIcon.js +9 -9
  20. package/dist/Icons/EyeClosedIcon.js +8 -8
  21. package/dist/Icons/EyeClosedIcon2.js +12 -12
  22. package/dist/Icons/EyeOpenIcon.js +8 -8
  23. package/dist/Icons/GoToFirstIcon.js +10 -10
  24. package/dist/Icons/GoToLastIcon.js +5 -5
  25. package/dist/Icons/HarmonicCursorsIcon.js +11 -11
  26. package/dist/Icons/InfoIcon.js +10 -10
  27. package/dist/Icons/LabelIcon.js +13 -13
  28. package/dist/Icons/LassoIcon.js +7 -7
  29. package/dist/Icons/LineToolIcon.js +9 -9
  30. package/dist/Icons/LiveViewIcon.js +5 -5
  31. package/dist/Icons/LoaderIcon.js +1 -1
  32. package/dist/Icons/LocationIcon.js +6 -6
  33. package/dist/Icons/LogoutIcon.js +11 -11
  34. package/dist/Icons/MetadataIcon.js +6 -6
  35. package/dist/Icons/OntologyIcon.js +4 -4
  36. package/dist/Icons/PanelIconClose.d.ts +3 -0
  37. package/dist/Icons/PanelIconClose.js +30 -0
  38. package/dist/Icons/PanelIconOpen.d.ts +3 -0
  39. package/dist/Icons/PanelIconOpen.js +30 -0
  40. package/dist/Icons/PlayIcon.js +10 -10
  41. package/dist/Icons/PlusIcon.js +10 -10
  42. package/dist/Icons/ResetIcon.js +12 -12
  43. package/dist/Icons/ScissorsIcon.js +11 -11
  44. package/dist/Icons/SettingsIcon.js +8 -8
  45. package/dist/Icons/TrashIcon.js +1 -1
  46. package/dist/Icons/UndoIcon.js +10 -10
  47. package/dist/Icons/UserIcon.js +12 -12
  48. package/dist/Icons/WarningIcon.js +9 -9
  49. package/dist/Icons/ZoomAllIcon.js +9 -9
  50. package/dist/Icons/ZoomXIcon.js +11 -11
  51. package/dist/Icons/ZoomYIcon.js +11 -11
  52. package/dist/Icons/index.d.ts +2 -1
  53. package/dist/Icons.js +40 -38
  54. package/dist/Input.js +2 -1
  55. package/dist/Select.js +2 -1
  56. package/dist/Textarea.js +2 -1
  57. package/dist/components/Icons/PanelIconClose.d.ts +3 -0
  58. package/dist/components/Icons/PanelIconClose.d.ts.map +1 -0
  59. package/dist/components/Icons/PanelIconOpen.d.ts +3 -0
  60. package/dist/components/Icons/PanelIconOpen.d.ts.map +1 -0
  61. package/dist/components/Icons/index.d.ts +2 -1
  62. package/dist/components/Icons/index.d.ts.map +1 -1
  63. package/dist/features/AuthCard.js +4 -3
  64. package/dist/features/LabelingTools.js +4 -3
  65. package/dist/features/SensorMetadata.js +4 -3
  66. package/dist/features/SettingsPopover.js +4 -3
  67. package/package.json +1 -1
  68. package/dist/Icons/PanelIcon.d.ts +0 -3
  69. package/dist/Icons/PanelIcon.js +0 -31
  70. package/dist/components/Icons/PanelIcon.d.ts +0 -3
  71. package/dist/components/Icons/PanelIcon.d.ts.map +0 -1
@@ -2,17 +2,17 @@
2
2
  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
- import { forwardRef as a } from "react";
6
- const k = ({ className: e, ariaHidden: r, title: t = "Delete", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
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(
7
7
  C,
8
8
  {
9
- size: i,
9
+ size: s,
10
10
  className: e,
11
11
  title: t,
12
12
  description: n,
13
- "aria-hidden": r,
13
+ ariaHidden: r,
14
14
  ref: d,
15
- ...s,
15
+ ...i,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
@@ -28,8 +28,8 @@ const k = ({ className: e, ariaHidden: r, title: t = "Delete", description: n, s
28
28
  /* @__PURE__ */ o("path", { d: "M18 9L12 15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
29
29
  ]
30
30
  }
31
- ), p = a(k);
32
- p.displayName = "DeleteIcon";
31
+ ), a = k(p);
32
+ a.displayName = "DeleteIcon";
33
33
  export {
34
- p as DeleteIcon
34
+ a as DeleteIcon
35
35
  };
@@ -10,7 +10,7 @@ const c = ({ className: r, ariaHidden: t, title: e = "Duration", description: n,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
- "aria-hidden": t,
13
+ ariaHidden: t,
14
14
  ref: d,
15
15
  ...s,
16
16
  children: [
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import l from "./IconBase.js";
5
- import { forwardRef as m } from "react";
6
- const c = ({ className: r, ariaHidden: n, title: a = "Email", description: e, size: t = 24, ...i }, s) => /* @__PURE__ */ d(
7
- l,
3
+ import { jsxs as l, jsx as o } from "react/jsx-runtime";
4
+ import m from "./IconBase.js";
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(
7
+ m,
8
8
  {
9
- size: t,
9
+ size: e,
10
10
  className: r,
11
- title: a,
12
- description: e,
13
- "aria-hidden": n,
11
+ title: t,
12
+ description: a,
13
+ ariaHidden: n,
14
14
  ref: s,
15
15
  stroke: "currentColor",
16
16
  strokeWidth: "2",
@@ -23,8 +23,8 @@ const c = ({ className: r, ariaHidden: n, title: a = "Email", description: e, si
23
23
  /* @__PURE__ */ o("path", { d: "M3 7l9 6l9 -6" })
24
24
  ]
25
25
  }
26
- ), h = m(c);
27
- h.displayName = "EmailIcon";
26
+ ), p = c(d);
27
+ p.displayName = "EmailIcon";
28
28
  export {
29
- h as EmailIcon
29
+ p as EmailIcon
30
30
  };
@@ -1,22 +1,22 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as o, jsx as r } from "react/jsx-runtime";
3
+ import { jsxs as e, jsx as r } from "react/jsx-runtime";
4
4
  import h, { SvgIdContext as l } from "./IconBase.js";
5
5
  import { forwardRef as p, useContext as C } from "react";
6
- const u = ({ className: t, ariaHidden: i, title: n = "Eraser", description: s, size: d = 24, ...c }, a) => {
7
- const e = C(l);
8
- return /* @__PURE__ */ o(
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
9
  h,
10
10
  {
11
- size: d,
11
+ size: c,
12
12
  className: t,
13
- title: n,
13
+ title: i,
14
14
  description: s,
15
- "aria-hidden": i,
15
+ ariaHidden: n,
16
16
  ref: a,
17
- ...c,
17
+ ...d,
18
18
  children: [
19
- /* @__PURE__ */ o("g", { clipPath: `url(#${e}-clip0)`, children: [
19
+ /* @__PURE__ */ e("g", { clipPath: `url(#${o}-clip0)`, children: [
20
20
  /* @__PURE__ */ r(
21
21
  "path",
22
22
  {
@@ -29,7 +29,7 @@ const u = ({ className: t, ariaHidden: i, title: n = "Eraser", description: s, s
29
29
  ),
30
30
  /* @__PURE__ */ r("path", { d: "M18 13.3L11.7 7", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
31
31
  ] }),
32
- /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: `${e}-clip0`, children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
32
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: `${o}-clip0`, children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white" }) }) })
33
33
  ]
34
34
  }
35
35
  );
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as s, jsx as r } from "react/jsx-runtime";
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 h = ({ className: o, ariaHidden: n, title: t = "Error", description: e, size: a = 24, ...d }, i) => /* @__PURE__ */ s(
6
+ const m = ({ className: o, ariaHidden: n, title: t = "Error", description: e, size: s = 24, ...a }, d) => /* @__PURE__ */ i(
7
7
  p,
8
8
  {
9
- size: a,
9
+ size: s,
10
10
  className: o,
11
11
  title: t,
12
12
  description: e,
13
- "aria-hidden": n,
14
- ref: i,
15
- ...d,
13
+ ariaHidden: n,
14
+ ref: d,
15
+ ...a,
16
16
  stroke: "currentColor",
17
17
  strokeWidth: "2",
18
18
  strokeLinecap: "round",
@@ -24,8 +24,8 @@ const h = ({ className: o, ariaHidden: n, title: t = "Error", description: e, si
24
24
  /* @__PURE__ */ r("path", { d: "M12 16v.01" })
25
25
  ]
26
26
  }
27
- ), m = c(h);
28
- m.displayName = "ErrorIcon";
27
+ ), h = c(m);
28
+ h.displayName = "ErrorIcon";
29
29
  export {
30
- m as ErrorIcon
30
+ h as ErrorIcon
31
31
  };
@@ -1,17 +1,17 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as l, jsx as o } from "react/jsx-runtime";
4
- import i from "./IconBase.js";
5
- import { forwardRef as p } from "react";
6
- const c = ({ className: e, ariaHidden: r, title: t = "Eye Closed", description: n, size: d = 24, ...s }, a) => /* @__PURE__ */ l(
7
- i,
3
+ import { jsxs as p, jsx as o } from "react/jsx-runtime";
4
+ import a from "./IconBase.js";
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(
7
+ a,
8
8
  {
9
9
  size: d,
10
10
  className: e,
11
11
  title: t,
12
12
  description: n,
13
- "aria-hidden": r,
14
- ref: a,
13
+ ariaHidden: r,
14
+ ref: l,
15
15
  stroke: "currentColor",
16
16
  strokeWidth: "2",
17
17
  strokeLinecap: "round",
@@ -26,7 +26,7 @@ const c = ({ className: e, ariaHidden: r, title: t = "Eye Closed", description:
26
26
  /* @__PURE__ */ o("path", { d: "M15 17l-.5 -4" })
27
27
  ]
28
28
  }
29
- ), h = p(c);
29
+ ), h = c(i);
30
30
  h.displayName = "EyeClosedIcon";
31
31
  export {
32
32
  h as EyeClosedIcon
@@ -1,22 +1,22 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
4
- import p from "./IconBase.js";
5
- import { forwardRef as c } from "react";
6
- const m = ({ className: e, ariaHidden: r, title: t = "Eye Closed", description: d, size: n = 24, ...s }, a) => /* @__PURE__ */ i(
7
- p,
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,
8
8
  {
9
- size: n,
9
+ size: d,
10
10
  className: e,
11
11
  title: t,
12
- description: d,
13
- "aria-hidden": r,
12
+ description: s,
13
+ ariaHidden: r,
14
14
  ref: a,
15
15
  stroke: "currentColor",
16
16
  strokeWidth: "2",
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
- ...s,
19
+ ...n,
20
20
  children: [
21
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
22
  /* @__PURE__ */ o("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
@@ -24,8 +24,8 @@ const m = ({ className: e, ariaHidden: r, title: t = "Eye Closed", description:
24
24
  /* @__PURE__ */ o("path", { d: "m2 2 20 20" })
25
25
  ]
26
26
  }
27
- ), h = c(m);
28
- h.displayName = "EyeClosedIcon2";
27
+ ), l = i(m);
28
+ l.displayName = "EyeClosedIcon2";
29
29
  export {
30
- h as EyeClosedIcon2
30
+ l as EyeClosedIcon2
31
31
  };
@@ -1,25 +1,25 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as s, jsx as r } from "react/jsx-runtime";
3
+ import { jsxs as i, 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: e, ariaHidden: o, title: n = "Eye Open", description: t, size: c = 24, ...i }, p) => /* @__PURE__ */ s(
6
+ const m = ({ className: r, ariaHidden: e, title: n = "Eye Open", description: t, size: c = 24, ...p }, s) => /* @__PURE__ */ i(
7
7
  a,
8
8
  {
9
9
  size: c,
10
- className: e,
10
+ className: r,
11
11
  title: n,
12
12
  description: t,
13
- "aria-hidden": o,
14
- ref: p,
13
+ ariaHidden: e,
14
+ ref: s,
15
15
  stroke: "currentColor",
16
16
  strokeWidth: "2",
17
17
  strokeLinecap: "round",
18
18
  strokeLinejoin: "round",
19
- ...i,
19
+ ...p,
20
20
  children: [
21
- /* @__PURE__ */ r("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
- /* @__PURE__ */ r("circle", { cx: "12", cy: "12", r: "3" })
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
+ /* @__PURE__ */ o("circle", { cx: "12", cy: "12", r: "3" })
23
23
  ]
24
24
  }
25
25
  ), y = d(m);
@@ -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 a from "./IconBase.js";
5
- import { forwardRef as p } from "react";
6
- const k = ({ className: r, ariaHidden: t, title: e = "Go to First", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
7
- a,
3
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
+ import p from "./IconBase.js";
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(
7
+ p,
8
8
  {
9
- size: i,
9
+ size: s,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
- "aria-hidden": t,
14
- ref: d,
15
- ...s,
13
+ ariaHidden: t,
14
+ ref: c,
15
+ ...i,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
@@ -36,7 +36,7 @@ const k = ({ className: r, ariaHidden: t, title: e = "Go to First", description:
36
36
  )
37
37
  ]
38
38
  }
39
- ), m = p(k);
39
+ ), m = a(k);
40
40
  m.displayName = "GoToFirstIcon";
41
41
  export {
42
42
  m as GoToFirstIcon
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
- import c from "./IconBase.js";
3
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
4
+ import d from "./IconBase.js";
5
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__ */ d(
7
- c,
6
+ const p = ({ className: r, ariaHidden: t, title: e = "Go to Last", description: n, size: s = 24, ...i }, a) => /* @__PURE__ */ c(
7
+ d,
8
8
  {
9
9
  size: s,
10
10
  className: r,
11
11
  title: e,
12
12
  description: n,
13
- "aria-hidden": t,
13
+ ariaHidden: t,
14
14
  ref: a,
15
15
  ...i,
16
16
  children: [
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as a, jsx as r } from "react/jsx-runtime";
4
- import m from "./IconBase.js";
5
- import { forwardRef as d } from "react";
6
- const C = ({ className: o, ariaHidden: s, title: n = "Harmonic Cursors", description: t, size: e = 24, ...i }, c) => /* @__PURE__ */ a(
7
- m,
3
+ import { jsxs as m, jsx as r } from "react/jsx-runtime";
4
+ import a from "./IconBase.js";
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(
7
+ a,
8
8
  {
9
9
  size: e,
10
10
  className: o,
11
- title: n,
12
- description: t,
13
- "aria-hidden": s,
14
- ref: c,
15
- ...i,
11
+ title: t,
12
+ description: n,
13
+ ariaHidden: s,
14
+ ref: i,
15
+ ...c,
16
16
  children: [
17
17
  /* @__PURE__ */ r(
18
18
  "path",
@@ -33,7 +33,7 @@ const C = ({ className: o, ariaHidden: s, title: n = "Harmonic Cursors", descrip
33
33
  )
34
34
  ]
35
35
  }
36
- ), u = d(C);
36
+ ), u = C(d);
37
37
  u.displayName = "HarmonicCursorsIcon";
38
38
  export {
39
39
  u as HarmonicCursorsIcon
@@ -1,18 +1,18 @@
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 a from "./IconBase.js";
5
- import { forwardRef as k } from "react";
6
- const p = ({ className: r, ariaHidden: n, title: e = "Info", description: t, size: i = 24, ...s }, d) => /* @__PURE__ */ c(
7
- a,
4
+ import k from "./IconBase.js";
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(
7
+ k,
8
8
  {
9
- size: i,
9
+ size: s,
10
10
  className: r,
11
- title: e,
12
- description: t,
13
- "aria-hidden": n,
11
+ title: t,
12
+ description: e,
13
+ ariaHidden: n,
14
14
  ref: d,
15
- ...s,
15
+ ...i,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
@@ -28,7 +28,7 @@ const p = ({ className: r, ariaHidden: n, title: e = "Info", description: t, siz
28
28
  /* @__PURE__ */ o("path", { d: "M12 7H12.01", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
29
29
  ]
30
30
  }
31
- ), u = k(p);
31
+ ), u = p(a);
32
32
  u.displayName = "InfoIcon";
33
33
  export {
34
34
  u as InfoIcon
@@ -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 i from "./IconBase.js";
5
- import { forwardRef as s } from "react";
6
- const L = ({ className: o, ariaHidden: e, title: a = "Label", description: t, size: n = 24, ...C }, c) => /* @__PURE__ */ r(
7
- i,
3
+ import { jsx as o } from "react/jsx-runtime";
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(
7
+ s,
8
8
  {
9
9
  size: n,
10
- className: o,
11
- title: a,
12
- description: t,
13
- "aria-hidden": e,
10
+ className: r,
11
+ title: t,
12
+ description: a,
13
+ ariaHidden: e,
14
14
  ref: c,
15
15
  ...C,
16
- children: /* @__PURE__ */ r(
16
+ children: /* @__PURE__ */ o(
17
17
  "path",
18
18
  {
19
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",
@@ -23,8 +23,8 @@ const L = ({ className: o, ariaHidden: e, title: a = "Label", description: t, si
23
23
  }
24
24
  )
25
25
  }
26
- ), d = s(L);
27
- d.displayName = "LabelIcon";
26
+ ), l = L(i);
27
+ l.displayName = "LabelIcon";
28
28
  export {
29
- d as LabelIcon
29
+ l as LabelIcon
30
30
  };
@@ -1,17 +1,17 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as C, jsx as o } from "react/jsx-runtime";
3
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
4
4
  import a from "./IconBase.js";
5
5
  import { forwardRef as c } from "react";
6
- const k = ({ className: r, ariaHidden: e, title: t = "Lasso Tool", description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ C(
6
+ const k = ({ className: r, ariaHidden: t, title: e = "Lasso Tool", description: s, size: n = 24, ...i }, C) => /* @__PURE__ */ d(
7
7
  a,
8
8
  {
9
- size: s,
9
+ size: n,
10
10
  className: r,
11
- title: t,
12
- description: n,
13
- "aria-hidden": e,
14
- ref: d,
11
+ title: e,
12
+ description: s,
13
+ ariaHidden: t,
14
+ ref: C,
15
15
  ...i,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
@@ -2,17 +2,17 @@
2
2
  import "../styles/main.css";
3
3
  import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
4
  import c from "./IconBase.js";
5
- import { forwardRef as a } from "react";
6
- const p = ({ className: r, ariaHidden: e, title: t = "Line Tool", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
5
+ import { forwardRef as p } from "react";
6
+ const u = ({ className: r, ariaHidden: t, title: e = "Line Tool", description: n, size: s = 24, ...i }, d) => /* @__PURE__ */ k(
7
7
  c,
8
8
  {
9
- size: i,
9
+ size: s,
10
10
  className: r,
11
- title: t,
11
+ title: e,
12
12
  description: n,
13
- "aria-hidden": e,
13
+ ariaHidden: t,
14
14
  ref: d,
15
- ...s,
15
+ ...i,
16
16
  children: [
17
17
  /* @__PURE__ */ o(
18
18
  "path",
@@ -92,8 +92,8 @@ const p = ({ className: r, ariaHidden: e, title: t = "Line Tool", description: n
92
92
  )
93
93
  ]
94
94
  }
95
- ), u = a(p);
96
- u.displayName = "LineToolIcon";
95
+ ), a = p(u);
96
+ a.displayName = "LineToolIcon";
97
97
  export {
98
- u as LineToolIcon
98
+ a as LineToolIcon
99
99
  };
@@ -3,14 +3,14 @@ import "../styles/main.css";
3
3
  import { jsxs as k, jsx as o } from "react/jsx-runtime";
4
4
  import c from "./IconBase.js";
5
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(
6
+ const u = ({ className: r, ariaHidden: e, title: t = "Live View", description: n, size: i = 24, ...s }, d) => /* @__PURE__ */ k(
7
7
  c,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
11
  title: t,
12
12
  description: n,
13
- "aria-hidden": e,
13
+ ariaHidden: e,
14
14
  ref: d,
15
15
  ...s,
16
16
  children: [
@@ -66,8 +66,8 @@ const a = ({ className: r, ariaHidden: e, title: t = "Live View", description: n
66
66
  )
67
67
  ]
68
68
  }
69
- ), u = C(a);
70
- u.displayName = "LiveViewIcon";
69
+ ), p = C(u);
70
+ p.displayName = "LiveViewIcon";
71
71
  export {
72
- u as LiveViewIcon
72
+ p as LiveViewIcon
73
73
  };
@@ -12,7 +12,7 @@ const m = ({ className: e, ariaHidden: s, title: n = "Loader", description: i, s
12
12
  className: e,
13
13
  title: n,
14
14
  description: i,
15
- "aria-hidden": s,
15
+ ariaHidden: s,
16
16
  ref: d,
17
17
  ...p,
18
18
  color: "oklch(92.53% 0.1976 123.38)",
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
- import { jsxs as a, jsx as o } from "react/jsx-runtime";
4
- import C from "./IconBase.js";
3
+ import { jsxs as C, jsx as o } from "react/jsx-runtime";
4
+ import a from "./IconBase.js";
5
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,
6
+ const p = ({ className: r, ariaHidden: t, title: n = "Location", description: e, size: i = 24, ...c }, s) => /* @__PURE__ */ C(
7
+ a,
8
8
  {
9
9
  size: i,
10
10
  className: r,
11
- title: t,
11
+ title: n,
12
12
  description: e,
13
- "aria-hidden": n,
13
+ ariaHidden: t,
14
14
  ref: s,
15
15
  ...c,
16
16
  children: [
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../styles/main.css";
3
3
  import { jsx as o } from "react/jsx-runtime";
4
- import d from "./IconBase.js";
5
- import { forwardRef as s } from "react";
6
- const a = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, size: i = 24, ...L }, c) => /* @__PURE__ */ o(
7
- d,
4
+ import s from "./IconBase.js";
5
+ import { forwardRef as u } from "react";
6
+ const d = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, size: L = 24, ...c }, i) => /* @__PURE__ */ o(
7
+ s,
8
8
  {
9
- size: i,
9
+ size: L,
10
10
  className: r,
11
11
  title: n,
12
12
  description: e,
13
- "aria-hidden": t,
14
- ref: c,
15
- ...L,
13
+ ariaHidden: t,
14
+ ref: i,
15
+ ...c,
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",
18
18
  {
@@ -24,8 +24,8 @@ const a = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, s
24
24
  }
25
25
  )
26
26
  }
27
- ), u = s(a);
28
- u.displayName = "LogoutIcon";
27
+ ), m = u(d);
28
+ m.displayName = "LogoutIcon";
29
29
  export {
30
- u as LogoutIcon
30
+ m as LogoutIcon
31
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";
4
+ import i from "./IconBase.js";
5
5
  import { forwardRef as s } from "react";
6
- const m = ({ className: r, ariaHidden: t, title: a = "Metadata", description: e, size: n = 24, ...d }, i) => /* @__PURE__ */ o(
7
- c,
6
+ const m = ({ className: t, ariaHidden: r, title: a = "Metadata", description: e, size: n = 24, ...d }, c) => /* @__PURE__ */ o(
7
+ i,
8
8
  {
9
9
  size: n,
10
- className: r,
10
+ className: t,
11
11
  title: a,
12
12
  description: e,
13
- "aria-hidden": t,
14
- ref: i,
13
+ ariaHidden: r,
14
+ ref: c,
15
15
  ...d,
16
16
  children: /* @__PURE__ */ o(
17
17
  "path",