@spear-ai/spectral 1.3.63 → 1.3.64
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 +12 -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 +12 -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
package/dist/Dialog.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "./styles/main.css";
|
|
2
|
-
import { jsx as e, Fragment as
|
|
3
|
-
import { DialogBase as
|
|
2
|
+
import { jsx as e, Fragment as s } from "react/jsx-runtime";
|
|
3
|
+
import { DialogBase as d, DialogCloseBase as g, DialogContentBase as c, DialogDescriptionBase as u, DialogFooterBase as f, DialogHeaderBase as m, DialogOverlayBase as D, DialogPortalBase as p, DialogTitleBase as x, DialogTriggerBase as B } from "./Dialog/DialogBase.js";
|
|
4
4
|
import { cn as o } from "./utils/twUtils.js";
|
|
5
5
|
import "react";
|
|
6
|
-
function
|
|
7
|
-
return /* @__PURE__ */ e(
|
|
6
|
+
function C({ ...a }) {
|
|
7
|
+
return /* @__PURE__ */ e(d, { "data-slot": "dialog", ...a });
|
|
8
8
|
}
|
|
9
|
-
function
|
|
10
|
-
return /* @__PURE__ */ e(
|
|
9
|
+
function h({ ...a }) {
|
|
10
|
+
return /* @__PURE__ */ e(B, { asChild: !0, "data-slot": "dialog-trigger", ...a });
|
|
11
11
|
}
|
|
12
|
-
function
|
|
13
|
-
return /* @__PURE__ */ e(
|
|
12
|
+
function v({ ...a }) {
|
|
13
|
+
return /* @__PURE__ */ e(p, { "data-slot": "dialog-portal", ...a });
|
|
14
14
|
}
|
|
15
|
-
function
|
|
16
|
-
return /* @__PURE__ */ e(
|
|
15
|
+
function z({ ...a }) {
|
|
16
|
+
return /* @__PURE__ */ e(g, { "data-slot": "dialog-close", ...a });
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function T({ className: a, ...t }) {
|
|
19
19
|
return /* @__PURE__ */ e(
|
|
20
|
-
|
|
20
|
+
D,
|
|
21
21
|
{
|
|
22
22
|
"data-slot": "dialog-overlay",
|
|
23
23
|
className: o(
|
|
@@ -28,27 +28,33 @@ function h({ className: a, ...t }) {
|
|
|
28
28
|
}
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
|
-
function
|
|
31
|
+
function F({
|
|
32
32
|
className: a,
|
|
33
33
|
children: t,
|
|
34
|
-
|
|
34
|
+
onInteractOutside: l,
|
|
35
|
+
onPointerDownOutside: i,
|
|
36
|
+
onEscapeKeyDown: n,
|
|
37
|
+
...r
|
|
35
38
|
}) {
|
|
36
|
-
return /* @__PURE__ */ e(
|
|
37
|
-
|
|
39
|
+
return /* @__PURE__ */ e(s, { children: /* @__PURE__ */ e(
|
|
40
|
+
c,
|
|
38
41
|
{
|
|
39
42
|
"data-slot": "dialog-content",
|
|
40
43
|
className: o(
|
|
41
44
|
"bg-dialog-bg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg p-6 shadow-lg duration-200",
|
|
42
45
|
a
|
|
43
46
|
),
|
|
44
|
-
|
|
47
|
+
onInteractOutside: l,
|
|
48
|
+
onPointerDownOutside: i,
|
|
49
|
+
onEscapeKeyDown: n,
|
|
50
|
+
...r,
|
|
45
51
|
children: t
|
|
46
52
|
}
|
|
47
53
|
) });
|
|
48
54
|
}
|
|
49
|
-
function
|
|
55
|
+
function j({ className: a, ...t }) {
|
|
50
56
|
return /* @__PURE__ */ e(
|
|
51
|
-
|
|
57
|
+
m,
|
|
52
58
|
{
|
|
53
59
|
"data-slot": "dialog-header",
|
|
54
60
|
className: o("flex flex-col gap-2 text-center sm:text-left", a),
|
|
@@ -56,9 +62,9 @@ function z({ className: a, ...t }) {
|
|
|
56
62
|
}
|
|
57
63
|
);
|
|
58
64
|
}
|
|
59
|
-
function
|
|
65
|
+
function H({ className: a, ...t }) {
|
|
60
66
|
return /* @__PURE__ */ e(
|
|
61
|
-
|
|
67
|
+
f,
|
|
62
68
|
{
|
|
63
69
|
"data-slot": "dialog-footer",
|
|
64
70
|
className: o("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", a),
|
|
@@ -66,9 +72,9 @@ function T({ className: a, ...t }) {
|
|
|
66
72
|
}
|
|
67
73
|
);
|
|
68
74
|
}
|
|
69
|
-
function
|
|
75
|
+
function O({ className: a, ...t }) {
|
|
70
76
|
return /* @__PURE__ */ e(
|
|
71
|
-
|
|
77
|
+
x,
|
|
72
78
|
{
|
|
73
79
|
"data-slot": "dialog-title",
|
|
74
80
|
className: o("text-lg leading-none font-semibold", a),
|
|
@@ -76,9 +82,9 @@ function F({ className: a, ...t }) {
|
|
|
76
82
|
}
|
|
77
83
|
);
|
|
78
84
|
}
|
|
79
|
-
function
|
|
85
|
+
function P({ className: a, ...t }) {
|
|
80
86
|
return /* @__PURE__ */ e(
|
|
81
|
-
|
|
87
|
+
u,
|
|
82
88
|
{
|
|
83
89
|
"data-slot": "dialog-description",
|
|
84
90
|
className: o("text-muted-foreground text-sm", a),
|
|
@@ -87,14 +93,14 @@ function j({ className: a, ...t }) {
|
|
|
87
93
|
);
|
|
88
94
|
}
|
|
89
95
|
export {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
96
|
+
C as Dialog,
|
|
97
|
+
z as DialogClose,
|
|
98
|
+
F as DialogContent,
|
|
99
|
+
P as DialogDescription,
|
|
100
|
+
H as DialogFooter,
|
|
101
|
+
j as DialogHeader,
|
|
102
|
+
T as DialogOverlay,
|
|
103
|
+
v as DialogPortal,
|
|
104
|
+
O as DialogTitle,
|
|
105
|
+
h as DialogTrigger
|
|
100
106
|
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../styles/main.css";
|
|
3
|
+
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import k from "./IconBase.js";
|
|
5
|
+
import { forwardRef as a } from "react";
|
|
6
|
+
const c = ({ className: r, ariaHidden: e, title: t, description: n, size: C = 24, ...s }, i) => /* @__PURE__ */ d(
|
|
7
|
+
k,
|
|
8
|
+
{
|
|
9
|
+
size: C,
|
|
10
|
+
className: r,
|
|
11
|
+
title: t,
|
|
12
|
+
description: n,
|
|
13
|
+
ariaHidden: e,
|
|
14
|
+
ref: i,
|
|
15
|
+
...s,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ o(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M20.8889 10.8889C20.6171 8.93372 19.71 7.12214 18.3074 5.73317C16.9048 4.34421 15.0844 3.4549 13.1267 3.20222C11.3783 2.97471 9.60165 3.26606 8.01753 4.04004C6.43341 4.81403 5.11169 6.03652 4.21667 7.55555",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
strokeWidth: "2",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ o(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M3.11108 13.1111C3.36813 14.9612 4.19446 16.6855 5.4755 18.0449C6.75653 19.4043 8.42879 20.3315 10.2604 20.6978C12.092 21.0641 13.9922 20.8515 15.6976 20.0894C17.4029 19.3272 18.8289 18.0534 19.7777 16.4444",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "2",
|
|
33
|
+
strokeLinecap: "round",
|
|
34
|
+
strokeLinejoin: "round"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ o(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
d: "M18.6666 16.4444C18.6666 16.7391 18.7837 17.0217 18.9921 17.2301C19.2004 17.4385 19.4831 17.5556 19.7777 17.5556C20.0724 17.5556 20.355 17.4385 20.5634 17.2301C20.7718 17.0217 20.8888 16.7391 20.8888 16.4444C20.8888 16.1498 20.7718 15.8671 20.5634 15.6588C20.355 15.4504 20.0724 15.3333 19.7777 15.3333C19.4831 15.3333 19.2004 15.4504 18.9921 15.6588C18.7837 15.8671 18.6666 16.1498 18.6666 16.4444Z",
|
|
41
|
+
stroke: "currentColor",
|
|
42
|
+
strokeWidth: "2",
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ o(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M3.11108 7.55555C3.11108 7.85024 3.22815 8.13285 3.43652 8.34123C3.64489 8.5496 3.92751 8.66667 4.2222 8.66667C4.51688 8.66667 4.7995 8.5496 5.00787 8.34123C5.21624 8.13285 5.33331 7.85024 5.33331 7.55555C5.33331 7.26087 5.21624 6.97825 5.00787 6.76988C4.7995 6.56151 4.51688 6.44444 4.2222 6.44444C3.92751 6.44444 3.64489 6.56151 3.43652 6.76988C3.22815 6.97825 3.11108 7.26087 3.11108 7.55555Z",
|
|
51
|
+
stroke: "currentColor",
|
|
52
|
+
strokeWidth: "2",
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ o(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
d: "M8.66663 12C8.66663 12.8841 9.01782 13.7319 9.64294 14.357C10.2681 14.9821 11.1159 15.3333 12 15.3333C12.884 15.3333 13.7319 14.9821 14.357 14.357C14.9821 13.7319 15.3333 12.8841 15.3333 12C15.3333 11.1159 14.9821 10.2681 14.357 9.64297C13.7319 9.01785 12.884 8.66666 12 8.66666C11.1159 8.66666 10.2681 9.01785 9.64294 9.64297C9.01782 10.2681 8.66663 11.1159 8.66663 12Z",
|
|
61
|
+
stroke: "currentColor",
|
|
62
|
+
strokeWidth: "2",
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round"
|
|
65
|
+
}
|
|
66
|
+
)
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
), u = a(c);
|
|
70
|
+
u.displayName = "AnalyzeIcon";
|
|
71
|
+
export {
|
|
72
|
+
u as AnalyzeIcon
|
|
73
|
+
};
|
|
@@ -3,20 +3,20 @@ 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 L } from "react";
|
|
6
|
-
const d = ({ className: n, ariaHidden:
|
|
6
|
+
const d = ({ className: n, ariaHidden: r, title: t, description: e, size: i = 24, ...s }, a) => /* @__PURE__ */ o(
|
|
7
7
|
c,
|
|
8
8
|
{
|
|
9
9
|
size: i,
|
|
10
10
|
className: n,
|
|
11
|
-
title:
|
|
11
|
+
title: t,
|
|
12
12
|
description: e,
|
|
13
|
-
ariaHidden:
|
|
13
|
+
ariaHidden: r,
|
|
14
14
|
ref: a,
|
|
15
15
|
...s,
|
|
16
16
|
children: /* @__PURE__ */ o(
|
|
17
17
|
"path",
|
|
18
18
|
{
|
|
19
|
-
d: "M13.
|
|
19
|
+
d: "M13.6952 5.72122L15.8197 3.59668C16.6152 2.80111 17.9052 2.80111 18.7007 3.59668L20.4034 5.29931C21.1989 6.09488 21.1989 7.38475 20.4034 8.18031L18.2788 10.3049M13.6952 5.72122L3.29833 16.118C3.10732 16.309 3 16.5681 3 16.8383V21H7.16173C7.43187 21 7.69096 20.8927 7.88197 20.7017L18.2788 10.3049M13.6952 5.72122L18.2788 10.3049",
|
|
20
20
|
stroke: "currentColor",
|
|
21
21
|
strokeWidth: "2",
|
|
22
22
|
strokeLinecap: "round",
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../styles/main.css";
|
|
3
|
+
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import c from "./IconBase.js";
|
|
5
|
+
import { forwardRef as C } from "react";
|
|
6
|
+
const a = ({ className: r, ariaHidden: e, title: t, description: n, size: p = 24, ...s }, d) => /* @__PURE__ */ i(
|
|
7
|
+
c,
|
|
8
|
+
{
|
|
9
|
+
size: p,
|
|
10
|
+
className: r,
|
|
11
|
+
title: t,
|
|
12
|
+
description: n,
|
|
13
|
+
ariaHidden: e,
|
|
14
|
+
ref: d,
|
|
15
|
+
...s,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ o(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M19.8125 11.2813V12C19.8115 13.6847 19.266 15.324 18.2573 16.6733C17.2486 18.0226 15.8307 19.0097 14.2151 19.4874C12.5996 19.9651 10.8729 19.9077 9.29255 19.3239C7.71225 18.7401 6.36301 17.661 5.44606 16.2477C4.52911 14.8344 4.09359 13.1626 4.20443 11.4815C4.31528 9.80044 4.96657 8.20026 6.06116 6.91959C7.15574 5.63892 8.63499 4.74639 10.2783 4.37511C11.9216 4.00384 13.6408 4.1737 15.1797 4.85938",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
strokeWidth: "2",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ o(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M19.8125 5.75L12 13.5703L9.65625 11.2266",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "2",
|
|
33
|
+
strokeLinecap: "round",
|
|
34
|
+
strokeLinejoin: "round"
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
), k = C(a);
|
|
40
|
+
k.displayName = "ApprovedIcon";
|
|
41
|
+
export {
|
|
42
|
+
k as ApprovedIcon
|
|
43
|
+
};
|
|
@@ -3,21 +3,21 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as a, jsx as r } from "react/jsx-runtime";
|
|
4
4
|
import k from "./IconBase.js";
|
|
5
5
|
import { forwardRef as c } from "react";
|
|
6
|
-
const p = ({ className: o, ariaHidden: e, title: n
|
|
6
|
+
const p = ({ className: o, ariaHidden: e, title: n, description: t, size: s = 24, ...d }, i) => /* @__PURE__ */ a(
|
|
7
7
|
k,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
9
|
+
size: s,
|
|
10
10
|
className: o,
|
|
11
11
|
title: n,
|
|
12
12
|
description: t,
|
|
13
13
|
ariaHidden: e,
|
|
14
14
|
ref: i,
|
|
15
|
-
...
|
|
15
|
+
...d,
|
|
16
16
|
children: [
|
|
17
17
|
/* @__PURE__ */ r(
|
|
18
18
|
"path",
|
|
19
19
|
{
|
|
20
|
-
d: "M8.
|
|
20
|
+
d: "M8.40002 2.90912V6.54548",
|
|
21
21
|
stroke: "currentColor",
|
|
22
22
|
strokeWidth: "2",
|
|
23
23
|
strokeLinecap: "round",
|
|
@@ -27,7 +27,7 @@ const p = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t,
|
|
|
27
27
|
/* @__PURE__ */ r(
|
|
28
28
|
"path",
|
|
29
29
|
{
|
|
30
|
-
d: "M15.6 2.
|
|
30
|
+
d: "M15.6 2.90912V6.54548",
|
|
31
31
|
stroke: "currentColor",
|
|
32
32
|
strokeWidth: "2",
|
|
33
33
|
strokeLinecap: "round",
|
|
@@ -37,7 +37,7 @@ const p = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t,
|
|
|
37
37
|
/* @__PURE__ */ r(
|
|
38
38
|
"path",
|
|
39
39
|
{
|
|
40
|
-
d: "M18.3 4.72729H5.
|
|
40
|
+
d: "M18.3 4.72729H5.70002C4.70591 4.72729 3.90002 5.54132 3.90002 6.54548V19.2727C3.90002 20.2769 4.70591 21.0909 5.70002 21.0909H18.3C19.2941 21.0909 20.1 20.2769 20.1 19.2727V6.54548C20.1 5.54132 19.2941 4.72729 18.3 4.72729Z",
|
|
41
41
|
stroke: "currentColor",
|
|
42
42
|
strokeWidth: "2",
|
|
43
43
|
strokeLinecap: "round",
|
|
@@ -47,7 +47,7 @@ const p = ({ className: o, ariaHidden: e, title: n = "Calendar", description: t,
|
|
|
47
47
|
/* @__PURE__ */ r(
|
|
48
48
|
"path",
|
|
49
49
|
{
|
|
50
|
-
d: "M3.
|
|
50
|
+
d: "M3.90002 10.1818H20.1",
|
|
51
51
|
stroke: "currentColor",
|
|
52
52
|
strokeWidth: "2",
|
|
53
53
|
strokeLinecap: "round",
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as a, jsx as
|
|
3
|
+
import { jsxs as a, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import l from "./IconBase.js";
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
5
|
+
import { forwardRef as d } from "react";
|
|
6
|
+
const h = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, ...i }, s) => /* @__PURE__ */ a(
|
|
7
7
|
l,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
10
|
-
className:
|
|
9
|
+
size: c,
|
|
10
|
+
className: r,
|
|
11
11
|
title: n,
|
|
12
|
-
description:
|
|
12
|
+
description: t,
|
|
13
13
|
ariaHidden: e,
|
|
14
14
|
ref: s,
|
|
15
|
-
...i,
|
|
16
15
|
stroke: "currentColor",
|
|
17
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: 2,
|
|
18
17
|
strokeLinecap: "round",
|
|
19
18
|
strokeLinejoin: "round",
|
|
19
|
+
...i,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
/* @__PURE__ */
|
|
23
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
+
/* @__PURE__ */ o("path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }),
|
|
23
|
+
/* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" })
|
|
24
24
|
]
|
|
25
25
|
}
|
|
26
|
-
),
|
|
27
|
-
|
|
26
|
+
), p = d(h);
|
|
27
|
+
p.displayName = "CheckCircleIcon";
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
p as CheckCircleIcon
|
|
30
30
|
};
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as i, jsx as
|
|
4
|
-
import
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
7
|
-
|
|
3
|
+
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import d from "./IconBase.js";
|
|
5
|
+
import { forwardRef as h } from "react";
|
|
6
|
+
const p = ({ className: r, ariaHidden: e, title: n, description: t, size: s = 24, ...c }, a) => /* @__PURE__ */ i(
|
|
7
|
+
d,
|
|
8
8
|
{
|
|
9
9
|
size: s,
|
|
10
|
-
className:
|
|
10
|
+
className: r,
|
|
11
11
|
title: n,
|
|
12
12
|
description: t,
|
|
13
13
|
ariaHidden: e,
|
|
14
14
|
ref: a,
|
|
15
|
-
...c,
|
|
16
15
|
stroke: "currentColor",
|
|
17
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: 2,
|
|
18
17
|
strokeLinecap: "round",
|
|
19
18
|
strokeLinejoin: "round",
|
|
19
|
+
...c,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
/* @__PURE__ */
|
|
23
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
|
+
/* @__PURE__ */ o("path", { d: "M9 12l2 2l4 -4" }),
|
|
23
|
+
/* @__PURE__ */ o("path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" })
|
|
24
24
|
]
|
|
25
25
|
}
|
|
26
|
-
),
|
|
27
|
-
|
|
26
|
+
), k = h(p);
|
|
27
|
+
k.displayName = "CheckSquareIcon";
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
k as CheckSquareIcon
|
|
30
30
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
3
|
+
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import i from "./IconBase.js";
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
5
|
+
import { forwardRef as p } from "react";
|
|
6
|
+
const d = ({ className: r, ariaHidden: e, title: n, description: t, size: c = 24, strokeWidth: s = 2, ...a }, k) => /* @__PURE__ */ m(
|
|
7
7
|
i,
|
|
8
8
|
{
|
|
9
9
|
size: c,
|
|
@@ -11,19 +11,19 @@ const p = ({ className: r, ariaHidden: e, title: n = "Checkmark", description: t
|
|
|
11
11
|
title: n,
|
|
12
12
|
description: t,
|
|
13
13
|
ariaHidden: e,
|
|
14
|
-
ref:
|
|
15
|
-
...a,
|
|
14
|
+
ref: k,
|
|
16
15
|
stroke: "currentColor",
|
|
17
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: s,
|
|
18
17
|
strokeLinecap: "round",
|
|
19
18
|
strokeLinejoin: "round",
|
|
19
|
+
...a,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
22
|
/* @__PURE__ */ o("path", { d: "M5 12l5 5l10 -10" })
|
|
23
23
|
]
|
|
24
24
|
}
|
|
25
|
-
),
|
|
26
|
-
|
|
25
|
+
), h = p(d);
|
|
26
|
+
h.displayName = "CheckmarkIcon";
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
h as CheckmarkIcon
|
|
29
29
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../styles/main.css";
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
3
|
+
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import h from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const a = ({ className: r, ariaHidden: n, title: e
|
|
7
|
-
|
|
6
|
+
const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...i }, c) => /* @__PURE__ */ d(
|
|
7
|
+
h,
|
|
8
8
|
{
|
|
9
9
|
size: s,
|
|
10
10
|
className: r,
|
|
@@ -12,11 +12,11 @@ const a = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t,
|
|
|
12
12
|
description: t,
|
|
13
13
|
ariaHidden: n,
|
|
14
14
|
ref: c,
|
|
15
|
-
...i,
|
|
16
15
|
stroke: "currentColor",
|
|
17
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: 2,
|
|
18
17
|
strokeLinecap: "round",
|
|
19
18
|
strokeLinejoin: "round",
|
|
19
|
+
...i,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
22
|
/* @__PURE__ */ o("path", { d: "M6 9l6 6l6 -6" })
|
|
@@ -1,10 +1,10 @@
|
|
|
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 a = ({ className: r, ariaHidden: n, title: e
|
|
7
|
-
|
|
4
|
+
import d from "./IconBase.js";
|
|
5
|
+
import { forwardRef as h } from "react";
|
|
6
|
+
const a = ({ className: r, ariaHidden: n, title: e, description: t, size: s = 24, ...p }, i) => /* @__PURE__ */ c(
|
|
7
|
+
d,
|
|
8
8
|
{
|
|
9
9
|
size: s,
|
|
10
10
|
className: r,
|
|
@@ -12,17 +12,17 @@ const a = ({ className: r, ariaHidden: n, title: e = "Chevron", description: t,
|
|
|
12
12
|
description: t,
|
|
13
13
|
ariaHidden: n,
|
|
14
14
|
ref: i,
|
|
15
|
-
...p,
|
|
16
15
|
stroke: "currentColor",
|
|
17
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: 2,
|
|
18
17
|
strokeLinecap: "round",
|
|
19
18
|
strokeLinejoin: "round",
|
|
19
|
+
...p,
|
|
20
20
|
children: [
|
|
21
21
|
/* @__PURE__ */ o("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }),
|
|
22
22
|
/* @__PURE__ */ o("path", { d: "M6 15l6 -6l6 6" })
|
|
23
23
|
]
|
|
24
24
|
}
|
|
25
|
-
), l =
|
|
25
|
+
), l = h(a);
|
|
26
26
|
l.displayName = "ChevronUpIcon";
|
|
27
27
|
export {
|
|
28
28
|
l as ChevronUpIcon
|
package/dist/Icons/ClockIcon.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
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 d, jsx as o } from "react/jsx-runtime";
|
|
4
|
+
import k from "./IconBase.js";
|
|
5
|
+
import { forwardRef as p } from "react";
|
|
6
|
+
const C = ({ className: r, ariaHidden: t, title: e, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(
|
|
7
|
+
k,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
9
|
+
size: s,
|
|
10
10
|
className: r,
|
|
11
11
|
title: e,
|
|
12
12
|
description: n,
|
|
13
13
|
ariaHidden: t,
|
|
14
14
|
ref: i,
|
|
15
|
-
...
|
|
15
|
+
...c,
|
|
16
16
|
children: [
|
|
17
17
|
/* @__PURE__ */ o(
|
|
18
18
|
"path",
|
|
19
19
|
{
|
|
20
|
-
d: "M12 6.
|
|
20
|
+
d: "M12 6.54547V12L15.6364 13.8182",
|
|
21
21
|
stroke: "currentColor",
|
|
22
22
|
strokeWidth: "2",
|
|
23
23
|
strokeLinecap: "round",
|
|
@@ -27,7 +27,7 @@ const p = ({ className: r, ariaHidden: t, title: e = "Clock", description: n, si
|
|
|
27
27
|
/* @__PURE__ */ o(
|
|
28
28
|
"path",
|
|
29
29
|
{
|
|
30
|
-
d: "M12 21.
|
|
30
|
+
d: "M12 21.0909C17.0207 21.0909 21.0909 17.0208 21.0909 12C21.0909 6.97926 17.0207 2.90912 12 2.90912C6.9792 2.90912 2.90906 6.97926 2.90906 12C2.90906 17.0208 6.9792 21.0909 12 21.0909Z",
|
|
31
31
|
stroke: "currentColor",
|
|
32
32
|
strokeWidth: "2",
|
|
33
33
|
strokeLinecap: "round",
|
|
@@ -36,7 +36,7 @@ const p = ({ className: r, ariaHidden: t, title: e = "Clock", description: n, si
|
|
|
36
36
|
)
|
|
37
37
|
]
|
|
38
38
|
}
|
|
39
|
-
), a = C
|
|
39
|
+
), a = p(C);
|
|
40
40
|
a.displayName = "ClockIcon";
|
|
41
41
|
export {
|
|
42
42
|
a as ClockIcon
|
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
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
|
-
import { forwardRef as
|
|
6
|
-
const
|
|
5
|
+
import { forwardRef as d } from "react";
|
|
6
|
+
const p = ({ className: r, ariaHidden: e, title: c, description: t, size: n = 24, ...s }, i) => /* @__PURE__ */ l(
|
|
7
7
|
m,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
9
|
+
size: n,
|
|
10
10
|
className: r,
|
|
11
11
|
title: c,
|
|
12
|
-
description:
|
|
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("circle", { cx: "12", cy: "12", r: "10" }),
|
|
22
22
|
/* @__PURE__ */ o("path", { d: "m15 9-6 6" }),
|
|
23
23
|
/* @__PURE__ */ o("path", { d: "m9 9 6 6" })
|
|
24
24
|
]
|
|
25
25
|
}
|
|
26
|
-
),
|
|
27
|
-
|
|
26
|
+
), a = d(p);
|
|
27
|
+
a.displayName = "CloseCircleIcon";
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
a as CloseCircleIcon
|
|
30
30
|
};
|
package/dist/Icons/CloseIcon.js
CHANGED
|
@@ -3,17 +3,17 @@ import "../styles/main.css";
|
|
|
3
3
|
import { jsxs as d, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import m from "./IconBase.js";
|
|
5
5
|
import { forwardRef as p } from "react";
|
|
6
|
-
const a = ({ className: r, ariaHidden: e, title:
|
|
6
|
+
const a = ({ className: r, ariaHidden: e, title: t, description: n, size: s = 24, ...c }, i) => /* @__PURE__ */ d(
|
|
7
7
|
m,
|
|
8
8
|
{
|
|
9
|
-
size:
|
|
9
|
+
size: s,
|
|
10
10
|
className: r,
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
11
|
+
title: t,
|
|
12
|
+
description: n,
|
|
13
13
|
ariaHidden: e,
|
|
14
14
|
ref: i,
|
|
15
15
|
stroke: "currentColor",
|
|
16
|
-
strokeWidth:
|
|
16
|
+
strokeWidth: 2,
|
|
17
17
|
strokeLinecap: "round",
|
|
18
18
|
strokeLinejoin: "round",
|
|
19
19
|
...c,
|