@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.
- package/dist/.js +194 -170
- package/dist/Accordion.js +9 -0
- package/dist/Alert.js +19 -10
- package/dist/Button.d.ts +3 -3
- package/dist/Button.js +33 -26
- package/dist/ButtonIcon.js +9 -0
- package/dist/Card.d.ts +16 -0
- package/dist/Card.js +32 -0
- package/dist/Checkbox.js +14 -5
- package/dist/Dialog/DialogBase.d.ts +5 -2
- package/dist/Dialog/DialogBase.js +113 -98
- package/dist/Dialog.d.ts +1 -1
- package/dist/Dialog.js +41 -35
- package/dist/Icons/AnalyzeIcon.d.ts +3 -0
- package/dist/Icons/AnalyzeIcon.js +73 -0
- package/dist/Icons/AnnotationsIcon.js +4 -4
- package/dist/Icons/ApprovedIcon.d.ts +3 -0
- package/dist/Icons/ApprovedIcon.js +43 -0
- package/dist/Icons/CalendarIcon.js +7 -7
- package/dist/Icons/CheckCircleIcon.js +14 -14
- package/dist/Icons/CheckSquareIcon.js +14 -14
- package/dist/Icons/CheckmarkIcon.js +9 -9
- package/dist/Icons/ChevronDownIcon.js +6 -6
- package/dist/Icons/ChevronUpIcon.js +7 -7
- package/dist/Icons/ClockIcon.js +10 -10
- package/dist/Icons/CloseCircleIcon.js +10 -10
- package/dist/Icons/CloseIcon.js +5 -5
- package/dist/Icons/DashboardIcon.js +4 -4
- package/dist/Icons/DatabaseIcon.d.ts +3 -0
- package/dist/Icons/DatabaseIcon.js +53 -0
- package/dist/Icons/DeleteIcon.js +24 -6
- package/dist/Icons/DurationIcon.js +7 -7
- package/dist/Icons/EmailIcon.js +4 -4
- package/dist/Icons/EraserIcon.js +20 -11
- package/dist/Icons/ErrorIcon.js +3 -3
- package/dist/Icons/EyeClosedIcon.js +2 -2
- package/dist/Icons/EyeClosedIcon2.js +18 -18
- package/dist/Icons/EyeOpenIcon.js +8 -8
- package/dist/Icons/GoToFirstIcon.js +1 -1
- package/dist/Icons/GoToLastIcon.js +3 -3
- package/dist/Icons/HarmonicCursorsIcon.js +4 -4
- package/dist/Icons/IconBase.d.ts +1 -1
- package/dist/Icons/IconBase.js +15 -17
- package/dist/Icons/InfoIcon.js +4 -4
- package/dist/Icons/LabelIcon.js +6 -6
- package/dist/Icons/LassoIcon.js +6 -6
- package/dist/Icons/LineToolIcon.js +22 -93
- package/dist/Icons/LineToolIcon2.d.ts +3 -0
- package/dist/Icons/LineToolIcon2.js +73 -0
- package/dist/Icons/LiveViewIcon.js +5 -5
- package/dist/Icons/LoaderIcon.js +5 -5
- package/dist/Icons/LocationIcon.js +5 -5
- package/dist/Icons/LogoutIcon.js +11 -11
- package/dist/Icons/MessagesIcon.js +22 -19
- package/dist/Icons/MetadataIcon.js +5 -5
- package/dist/Icons/MinusIcon.js +9 -9
- package/dist/Icons/OntologyIcon.js +74 -21
- package/dist/Icons/PanelIconClose.js +11 -11
- package/dist/Icons/PanelIconOpen.js +11 -11
- package/dist/Icons/PlayIcon.js +5 -5
- package/dist/Icons/PlusIcon.js +9 -8
- package/dist/Icons/ResetIcon.js +6 -6
- package/dist/Icons/ReviewedIcon.d.ts +3 -0
- package/dist/Icons/ReviewedIcon.js +44 -0
- package/dist/Icons/ScissorsIcon.js +9 -9
- package/dist/Icons/SettingsIcon.js +20 -22
- package/dist/Icons/SortAscendingIcon.d.ts +3 -0
- package/dist/Icons/SortAscendingIcon.js +73 -0
- package/dist/Icons/SortDescendingIcon.d.ts +3 -0
- package/dist/Icons/SortDescendingIcon.js +73 -0
- package/dist/Icons/StackIcon.d.ts +3 -0
- package/dist/Icons/StackIcon.js +43 -0
- package/dist/Icons/StarIcon.d.ts +3 -0
- package/dist/Icons/StarIcon.js +31 -0
- package/dist/Icons/TrashIcon.js +10 -10
- package/dist/Icons/UndoIcon.js +1 -1
- package/dist/Icons/UserIcon.js +1 -1
- package/dist/Icons/WarningIcon.js +9 -9
- package/dist/Icons/ZoomAllIcon.js +97 -57
- package/dist/Icons/ZoomXIcon.js +6 -6
- package/dist/Icons/ZoomYIcon.js +17 -8
- package/dist/Icons/index.d.ts +9 -0
- package/dist/Icons.js +114 -96
- package/dist/Input.js +30 -21
- package/dist/InputOTP.js +11 -2
- package/dist/MultiSelect/MultiSelectBase.js +6 -6
- package/dist/Select.d.ts +13 -12
- package/dist/Select.js +77 -68
- package/dist/Textarea.js +25 -16
- package/dist/Tray.js +25 -16
- package/dist/analyzer/network.webp +0 -0
- package/dist/analyzer/sunburst.webp +0 -0
- package/dist/analyzer/visual.webp +0 -0
- package/dist/components/Button/Button.d.ts +3 -3
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Card/Card.d.ts +16 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Dialog/Dialog.d.ts +1 -1
- package/dist/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/components/Dialog/DialogBase.d.ts +5 -2
- package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
- package/dist/components/Icons/AnalyzeIcon.d.ts +3 -0
- package/dist/components/Icons/AnalyzeIcon.d.ts.map +1 -0
- package/dist/components/Icons/ApprovedIcon.d.ts +3 -0
- package/dist/components/Icons/ApprovedIcon.d.ts.map +1 -0
- package/dist/components/Icons/DatabaseIcon.d.ts +3 -0
- package/dist/components/Icons/DatabaseIcon.d.ts.map +1 -0
- package/dist/components/Icons/DeleteIcon.d.ts.map +1 -1
- package/dist/components/Icons/EraserIcon.d.ts.map +1 -1
- package/dist/components/Icons/IconBase.d.ts +1 -1
- package/dist/components/Icons/IconBase.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon.d.ts.map +1 -1
- package/dist/components/Icons/LineToolIcon2.d.ts +3 -0
- package/dist/components/Icons/LineToolIcon2.d.ts.map +1 -0
- package/dist/components/Icons/OntologyIcon.d.ts.map +1 -1
- package/dist/components/Icons/PlusIcon.d.ts.map +1 -1
- package/dist/components/Icons/ReviewedIcon.d.ts +3 -0
- package/dist/components/Icons/ReviewedIcon.d.ts.map +1 -0
- package/dist/components/Icons/SettingsIcon.d.ts.map +1 -1
- package/dist/components/Icons/SortAscendingIcon.d.ts +3 -0
- package/dist/components/Icons/SortAscendingIcon.d.ts.map +1 -0
- package/dist/components/Icons/SortDescendingIcon.d.ts +3 -0
- package/dist/components/Icons/SortDescendingIcon.d.ts.map +1 -0
- package/dist/components/Icons/StackIcon.d.ts +3 -0
- package/dist/components/Icons/StackIcon.d.ts.map +1 -0
- package/dist/components/Icons/StarIcon.d.ts +3 -0
- package/dist/components/Icons/StarIcon.d.ts.map +1 -0
- package/dist/components/Icons/ZoomAllIcon.d.ts.map +1 -1
- package/dist/components/Icons/ZoomYIcon.d.ts.map +1 -1
- package/dist/components/Icons/index.d.ts +9 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +13 -12
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/{createLucideIcon-CI1yJrZf.js → createLucideIcon-B_8CJpcQ.js} +4 -4
- package/dist/features/AuthCard/ForgotPasswordEmailForm.js +11 -2
- package/dist/features/AuthCard/PasswordInput.js +19 -10
- package/dist/features/AuthCard/SignInForm.js +21 -12
- package/dist/features/AuthCard/SignUpForm.js +21 -12
- package/dist/features/LabelingTools.js +11 -2
- package/dist/features/SensorMetadata.js +14 -5
- package/dist/features/SettingsPopover.js +21 -12
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/{loader-circle-CvdzOiQ_.js → loader-circle-CdRVlFhN.js} +2 -2
- package/dist/main.js +15630 -13510
- package/dist/primitives/select.js +41 -32
- package/dist/styles/main.css +1 -1
- package/dist/{x-BBpi7a_7.js → x-Dl66o_vF.js} +2 -2
- package/package.json +22 -22
- /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
|
|
4
|
-
import
|
|
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
|
|
7
|
-
|
|
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,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
|
+
};
|
package/dist/Icons/DeleteIcon.js
CHANGED
|
@@ -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:
|
|
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:
|
|
10
|
+
className: r,
|
|
11
11
|
title: t,
|
|
12
12
|
description: n,
|
|
13
|
-
ariaHidden:
|
|
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
|
|
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(
|
|
28
|
-
|
|
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
|
|
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: "
|
|
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: "
|
|
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.
|
|
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: "
|
|
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.
|
|
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: "
|
|
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",
|
package/dist/Icons/EmailIcon.js
CHANGED
|
@@ -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
|
|
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:
|
|
9
|
+
size: a,
|
|
10
10
|
className: r,
|
|
11
11
|
title: t,
|
|
12
|
-
description:
|
|
12
|
+
description: e,
|
|
13
13
|
ariaHidden: n,
|
|
14
14
|
ref: s,
|
|
15
15
|
stroke: "currentColor",
|
|
16
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: 2,
|
|
17
17
|
strokeLinecap: "round",
|
|
18
18
|
strokeLinejoin: "round",
|
|
19
19
|
...i,
|
package/dist/Icons/EraserIcon.js
CHANGED
|
@@ -1,35 +1,44 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
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:
|
|
7
|
-
const o = C(
|
|
8
|
-
return /* @__PURE__ */
|
|
9
|
-
|
|
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:
|
|
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__ */
|
|
19
|
+
/* @__PURE__ */ t("g", { clipPath: `url(#${o}-clip0_2279_97)`, children: [
|
|
20
20
|
/* @__PURE__ */ r(
|
|
21
21
|
"path",
|
|
22
22
|
{
|
|
23
|
-
d: "
|
|
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(
|
|
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}-
|
|
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
|
);
|
package/dist/Icons/ErrorIcon.js
CHANGED
|
@@ -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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
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:
|
|
9
|
+
size: s,
|
|
10
10
|
className: e,
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
11
|
+
title: n,
|
|
12
|
+
description: t,
|
|
13
13
|
ariaHidden: r,
|
|
14
|
-
ref:
|
|
14
|
+
ref: d,
|
|
15
15
|
stroke: "currentColor",
|
|
16
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: 2,
|
|
17
17
|
strokeLinecap: "round",
|
|
18
18
|
strokeLinejoin: "round",
|
|
19
|
-
...
|
|
19
|
+
...c,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */ o("path", {
|
|
22
|
-
/* @__PURE__ */ o("path", { d: "
|
|
23
|
-
/* @__PURE__ */ o("path", { d: "
|
|
24
|
-
/* @__PURE__ */ o("path", { d: "
|
|
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
|
-
),
|
|
28
|
-
|
|
27
|
+
), m = p(l);
|
|
28
|
+
m.displayName = "EyeClosedIcon2";
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
m as EyeClosedIcon2
|
|
31
31
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
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
|
|
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:
|
|
14
|
+
ref: i,
|
|
15
15
|
stroke: "currentColor",
|
|
16
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: 2,
|
|
17
17
|
strokeLinecap: "round",
|
|
18
18
|
strokeLinejoin: "round",
|
|
19
|
-
...
|
|
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
|
-
),
|
|
26
|
-
|
|
25
|
+
), f = d(m);
|
|
26
|
+
f.displayName = "EyeOpenIcon";
|
|
27
27
|
export {
|
|
28
|
-
|
|
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
|
|
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
|
|
6
|
-
const
|
|
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
|
|
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
|
|
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
|
-
),
|
|
37
|
-
|
|
36
|
+
), p = C(d);
|
|
37
|
+
p.displayName = "HarmonicCursorsIcon";
|
|
38
38
|
export {
|
|
39
|
-
|
|
39
|
+
p as HarmonicCursorsIcon
|
|
40
40
|
};
|
package/dist/Icons/IconBase.d.ts
CHANGED
|
@@ -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;
|
package/dist/Icons/IconBase.js
CHANGED
|
@@ -1,35 +1,33 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import { createContext as
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
return /* @__PURE__ */
|
|
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:
|
|
13
|
+
className: a,
|
|
14
14
|
role: "img",
|
|
15
15
|
"aria-hidden": e,
|
|
16
|
-
"aria-labelledby":
|
|
17
|
-
ref:
|
|
18
|
-
style:
|
|
16
|
+
"aria-labelledby": u,
|
|
17
|
+
ref: v,
|
|
18
|
+
style: f,
|
|
19
19
|
fill: "none",
|
|
20
20
|
viewBox: "0 0 24 24",
|
|
21
|
-
...
|
|
21
|
+
...h,
|
|
22
22
|
children: [
|
|
23
|
-
e
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
34
|
-
|
|
31
|
+
m as SvgIdContext,
|
|
32
|
+
p as default
|
|
35
33
|
};
|
package/dist/Icons/InfoIcon.js
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
28
|
-
/* @__PURE__ */ o("path", { d: "M12
|
|
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);
|
package/dist/Icons/LabelIcon.js
CHANGED
|
@@ -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
|
|
6
|
-
const
|
|
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.
|
|
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
|
-
),
|
|
27
|
-
|
|
26
|
+
), p = i(m);
|
|
27
|
+
p.displayName = "LabelIcon";
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
p as LabelIcon
|
|
30
30
|
};
|