@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.
- package/dist/.js +75 -73
- package/dist/Alert.js +4 -3
- package/dist/ButtonIcon.js +2 -1
- package/dist/Icons/AnnotationsIcon.js +7 -7
- package/dist/Icons/CalendarIcon.js +4 -4
- package/dist/Icons/CheckCircleIcon.js +11 -11
- package/dist/Icons/CheckSquareIcon.js +9 -9
- package/dist/Icons/CheckmarkIcon.js +15 -15
- package/dist/Icons/ChevronDownIcon.js +9 -9
- package/dist/Icons/ChevronUpIcon.js +8 -8
- package/dist/Icons/ClockIcon.js +13 -13
- package/dist/Icons/CloseCircleIcon.js +17 -17
- package/dist/Icons/CloseIcon.js +12 -12
- package/dist/Icons/DashboardIcon.js +3 -3
- package/dist/Icons/DeleteIcon.js +8 -8
- package/dist/Icons/DurationIcon.js +1 -1
- package/dist/Icons/EmailIcon.js +12 -12
- package/dist/Icons/EraserIcon.js +10 -10
- package/dist/Icons/ErrorIcon.js +9 -9
- package/dist/Icons/EyeClosedIcon.js +8 -8
- package/dist/Icons/EyeClosedIcon2.js +12 -12
- package/dist/Icons/EyeOpenIcon.js +8 -8
- package/dist/Icons/GoToFirstIcon.js +10 -10
- package/dist/Icons/GoToLastIcon.js +5 -5
- package/dist/Icons/HarmonicCursorsIcon.js +11 -11
- package/dist/Icons/InfoIcon.js +10 -10
- package/dist/Icons/LabelIcon.js +13 -13
- package/dist/Icons/LassoIcon.js +7 -7
- package/dist/Icons/LineToolIcon.js +9 -9
- package/dist/Icons/LiveViewIcon.js +5 -5
- package/dist/Icons/LoaderIcon.js +1 -1
- package/dist/Icons/LocationIcon.js +6 -6
- package/dist/Icons/LogoutIcon.js +11 -11
- package/dist/Icons/MetadataIcon.js +6 -6
- package/dist/Icons/OntologyIcon.js +4 -4
- package/dist/Icons/PanelIconClose.d.ts +3 -0
- package/dist/Icons/PanelIconClose.js +30 -0
- package/dist/Icons/PanelIconOpen.d.ts +3 -0
- package/dist/Icons/PanelIconOpen.js +30 -0
- package/dist/Icons/PlayIcon.js +10 -10
- package/dist/Icons/PlusIcon.js +10 -10
- package/dist/Icons/ResetIcon.js +12 -12
- package/dist/Icons/ScissorsIcon.js +11 -11
- package/dist/Icons/SettingsIcon.js +8 -8
- package/dist/Icons/TrashIcon.js +1 -1
- package/dist/Icons/UndoIcon.js +10 -10
- package/dist/Icons/UserIcon.js +12 -12
- package/dist/Icons/WarningIcon.js +9 -9
- package/dist/Icons/ZoomAllIcon.js +9 -9
- package/dist/Icons/ZoomXIcon.js +11 -11
- package/dist/Icons/ZoomYIcon.js +11 -11
- package/dist/Icons/index.d.ts +2 -1
- package/dist/Icons.js +40 -38
- package/dist/Input.js +2 -1
- package/dist/Select.js +2 -1
- package/dist/Textarea.js +2 -1
- package/dist/components/Icons/PanelIconClose.d.ts +3 -0
- package/dist/components/Icons/PanelIconClose.d.ts.map +1 -0
- package/dist/components/Icons/PanelIconOpen.d.ts +3 -0
- package/dist/components/Icons/PanelIconOpen.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +2 -1
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/features/AuthCard.js +4 -3
- package/dist/features/LabelingTools.js +4 -3
- package/dist/features/SensorMetadata.js +4 -3
- package/dist/features/SettingsPopover.js +4 -3
- package/package.json +1 -1
- package/dist/Icons/PanelIcon.d.ts +0 -3
- package/dist/Icons/PanelIcon.js +0 -31
- package/dist/components/Icons/PanelIcon.d.ts +0 -3
- package/dist/components/Icons/PanelIcon.d.ts.map +0 -1
package/dist/Icons/DeleteIcon.js
CHANGED
|
@@ -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
|
|
6
|
-
const
|
|
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:
|
|
9
|
+
size: s,
|
|
10
10
|
className: e,
|
|
11
11
|
title: t,
|
|
12
12
|
description: n,
|
|
13
|
-
|
|
13
|
+
ariaHidden: r,
|
|
14
14
|
ref: d,
|
|
15
|
-
...
|
|
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
|
-
),
|
|
32
|
-
|
|
31
|
+
), a = k(p);
|
|
32
|
+
a.displayName = "DeleteIcon";
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
a as DeleteIcon
|
|
35
35
|
};
|
package/dist/Icons/EmailIcon.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
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:
|
|
9
|
+
size: e,
|
|
10
10
|
className: r,
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
13
|
-
|
|
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
|
-
),
|
|
27
|
-
|
|
26
|
+
), p = c(d);
|
|
27
|
+
p.displayName = "EmailIcon";
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
p as EmailIcon
|
|
30
30
|
};
|
package/dist/Icons/EraserIcon.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
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:
|
|
7
|
-
const
|
|
8
|
-
return /* @__PURE__ */
|
|
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:
|
|
11
|
+
size: c,
|
|
12
12
|
className: t,
|
|
13
|
-
title:
|
|
13
|
+
title: i,
|
|
14
14
|
description: s,
|
|
15
|
-
|
|
15
|
+
ariaHidden: n,
|
|
16
16
|
ref: a,
|
|
17
|
-
...
|
|
17
|
+
...d,
|
|
18
18
|
children: [
|
|
19
|
-
/* @__PURE__ */
|
|
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: `${
|
|
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
|
);
|
package/dist/Icons/ErrorIcon.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
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
|
|
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:
|
|
9
|
+
size: s,
|
|
10
10
|
className: o,
|
|
11
11
|
title: t,
|
|
12
12
|
description: e,
|
|
13
|
-
|
|
14
|
-
ref:
|
|
15
|
-
...
|
|
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
|
-
),
|
|
28
|
-
|
|
27
|
+
), h = c(m);
|
|
28
|
+
h.displayName = "ErrorIcon";
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
h as ErrorIcon
|
|
31
31
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
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
|
-
|
|
14
|
-
ref:
|
|
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 =
|
|
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
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const m = ({ className: e, ariaHidden: r, title: t = "Eye Closed", description:
|
|
7
|
-
|
|
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:
|
|
9
|
+
size: d,
|
|
10
10
|
className: e,
|
|
11
11
|
title: t,
|
|
12
|
-
description:
|
|
13
|
-
|
|
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
|
-
...
|
|
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
|
-
),
|
|
28
|
-
|
|
27
|
+
), l = i(m);
|
|
28
|
+
l.displayName = "EyeClosedIcon2";
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
l as EyeClosedIcon2
|
|
31
31
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
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:
|
|
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:
|
|
10
|
+
className: r,
|
|
11
11
|
title: n,
|
|
12
12
|
description: t,
|
|
13
|
-
|
|
14
|
-
ref:
|
|
13
|
+
ariaHidden: e,
|
|
14
|
+
ref: s,
|
|
15
15
|
stroke: "currentColor",
|
|
16
16
|
strokeWidth: "2",
|
|
17
17
|
strokeLinecap: "round",
|
|
18
18
|
strokeLinejoin: "round",
|
|
19
|
-
...
|
|
19
|
+
...p,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
/* @__PURE__ */
|
|
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
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const k = ({ className: r, ariaHidden: t, title: e = "Go to First", description: n, size:
|
|
7
|
-
|
|
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:
|
|
9
|
+
size: s,
|
|
10
10
|
className: r,
|
|
11
11
|
title: e,
|
|
12
12
|
description: n,
|
|
13
|
-
|
|
14
|
-
ref:
|
|
15
|
-
...
|
|
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 =
|
|
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
|
|
4
|
-
import
|
|
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__ */
|
|
7
|
-
|
|
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
|
-
|
|
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
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
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:
|
|
12
|
-
description:
|
|
13
|
-
|
|
14
|
-
ref:
|
|
15
|
-
...
|
|
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
|
|
36
|
+
), u = C(d);
|
|
37
37
|
u.displayName = "HarmonicCursorsIcon";
|
|
38
38
|
export {
|
|
39
39
|
u as HarmonicCursorsIcon
|
package/dist/Icons/InfoIcon.js
CHANGED
|
@@ -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
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
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:
|
|
9
|
+
size: s,
|
|
10
10
|
className: r,
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
13
|
-
|
|
11
|
+
title: t,
|
|
12
|
+
description: e,
|
|
13
|
+
ariaHidden: n,
|
|
14
14
|
ref: d,
|
|
15
|
-
...
|
|
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 =
|
|
31
|
+
), u = p(a);
|
|
32
32
|
u.displayName = "InfoIcon";
|
|
33
33
|
export {
|
|
34
34
|
u as InfoIcon
|
package/dist/Icons/LabelIcon.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsx as
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
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:
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
13
|
-
|
|
10
|
+
className: r,
|
|
11
|
+
title: t,
|
|
12
|
+
description: a,
|
|
13
|
+
ariaHidden: e,
|
|
14
14
|
ref: c,
|
|
15
15
|
...C,
|
|
16
|
-
children: /* @__PURE__ */
|
|
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
|
-
),
|
|
27
|
-
|
|
26
|
+
), l = L(i);
|
|
27
|
+
l.displayName = "LabelIcon";
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
l as LabelIcon
|
|
30
30
|
};
|
package/dist/Icons/LassoIcon.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
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:
|
|
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:
|
|
9
|
+
size: n,
|
|
10
10
|
className: r,
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
13
|
-
|
|
14
|
-
ref:
|
|
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
|
|
6
|
-
const
|
|
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:
|
|
9
|
+
size: s,
|
|
10
10
|
className: r,
|
|
11
|
-
title:
|
|
11
|
+
title: e,
|
|
12
12
|
description: n,
|
|
13
|
-
|
|
13
|
+
ariaHidden: t,
|
|
14
14
|
ref: d,
|
|
15
|
-
...
|
|
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
|
-
),
|
|
96
|
-
|
|
95
|
+
), a = p(u);
|
|
96
|
+
a.displayName = "LineToolIcon";
|
|
97
97
|
export {
|
|
98
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
),
|
|
70
|
-
|
|
69
|
+
), p = C(u);
|
|
70
|
+
p.displayName = "LiveViewIcon";
|
|
71
71
|
export {
|
|
72
|
-
|
|
72
|
+
p as LiveViewIcon
|
|
73
73
|
};
|
package/dist/Icons/LoaderIcon.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
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:
|
|
7
|
-
|
|
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:
|
|
11
|
+
title: n,
|
|
12
12
|
description: e,
|
|
13
|
-
|
|
13
|
+
ariaHidden: t,
|
|
14
14
|
ref: s,
|
|
15
15
|
...c,
|
|
16
16
|
children: [
|
package/dist/Icons/LogoutIcon.js
CHANGED
|
@@ -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
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
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:
|
|
9
|
+
size: L,
|
|
10
10
|
className: r,
|
|
11
11
|
title: n,
|
|
12
12
|
description: e,
|
|
13
|
-
|
|
14
|
-
ref:
|
|
15
|
-
...
|
|
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
|
-
),
|
|
28
|
-
|
|
27
|
+
), m = u(d);
|
|
28
|
+
m.displayName = "LogoutIcon";
|
|
29
29
|
export {
|
|
30
|
-
|
|
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
|
|
4
|
+
import i from "./IconBase.js";
|
|
5
5
|
import { forwardRef as s } from "react";
|
|
6
|
-
const m = ({ className:
|
|
7
|
-
|
|
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:
|
|
10
|
+
className: t,
|
|
11
11
|
title: a,
|
|
12
12
|
description: e,
|
|
13
|
-
|
|
14
|
-
ref:
|
|
13
|
+
ariaHidden: r,
|
|
14
|
+
ref: c,
|
|
15
15
|
...d,
|
|
16
16
|
children: /* @__PURE__ */ o(
|
|
17
17
|
"path",
|