@spear-ai/spectral 1.3.26 → 1.3.28
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/README.md +1 -1
- package/dist/.js +93 -98
- package/dist/App.js +0 -10
- package/dist/Badge.js +0 -10
- package/dist/Button.js +0 -9
- package/dist/Card.js +0 -9
- package/dist/Drawer.js +0 -9
- package/dist/Icons/DashboardIcon.js +60 -0
- package/dist/Icons/LogoutIcon.js +28 -0
- package/dist/Icons/UserIcon.js +27 -0
- package/dist/Icons.js +50 -54
- package/dist/Label.js +0 -9
- package/dist/Popover.js +0 -9
- package/dist/RadioGroup.js +0 -9
- package/dist/Skeleton.js +0 -10
- package/dist/Slider.js +0 -10
- package/dist/Switch.js +0 -9
- package/dist/Toggle.js +0 -9
- package/dist/ToggleGroup.js +0 -9
- package/dist/Tooltip.js +0 -9
- package/dist/assets/main.css +1 -1
- package/dist/components/Icons/DashboardIcon.d.ts +3 -0
- package/dist/components/Icons/DashboardIcon.d.ts.map +1 -0
- package/dist/components/Icons/LogoutIcon.d.ts +3 -0
- package/dist/components/Icons/LogoutIcon.d.ts.map +1 -0
- package/dist/components/Icons/UserIcon.d.ts +3 -0
- package/dist/components/Icons/UserIcon.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +3 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/features/LabelingTools.js +36 -33
- package/dist/features/SensorMetadata.js +5 -2
- package/dist/features/SettingsPopover.js +5 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/main.js +0 -9
- package/package.json +3 -6
- package/dist/Icons/iconTypes.js +0 -1
package/README.md
CHANGED
package/dist/.js
CHANGED
|
@@ -1,102 +1,97 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { Skeleton as T } from "./Skeleton.js";
|
|
17
|
-
import { Slider as d } from "./Slider.js";
|
|
18
|
-
import { Switch as G } from "./Switch.js";
|
|
19
|
-
import { Toggle as S } from "./Toggle.js";
|
|
20
|
-
import { ToggleGroup as P, ToggleGroupItem as h } from "./ToggleGroup.js";
|
|
21
|
-
import { Tooltip as w, TooltipContent as B, TooltipTrigger as D } from "./Tooltip.js";
|
|
22
|
-
import { AnnotationsIcon as Z } from "./Icons/AnnotationsIcon.js";
|
|
23
|
-
import { CalendarIcon as A } from "./Icons/CalendarIcon.js";
|
|
24
|
-
import { ClockIcon as b } from "./Icons/ClockIcon.js";
|
|
1
|
+
import { Badge as e } from "./Badge.js";
|
|
2
|
+
import { Button as p } from "./Button.js";
|
|
3
|
+
import { Drawer as n } from "./Drawer.js";
|
|
4
|
+
import { Popover as x, PopoverContent as c, PopoverTrigger as I } from "./Popover.js";
|
|
5
|
+
import { RadioGroup as s, RadioGroupItem as i } from "./RadioGroup.js";
|
|
6
|
+
import { Skeleton as g } from "./Skeleton.js";
|
|
7
|
+
import { Slider as u } from "./Slider.js";
|
|
8
|
+
import { Switch as L } from "./Switch.js";
|
|
9
|
+
import { Toggle as G } from "./Toggle.js";
|
|
10
|
+
import { ToggleGroup as v, ToggleGroupItem as P } from "./ToggleGroup.js";
|
|
11
|
+
import { Tooltip as D, TooltipContent as k, TooltipTrigger as w } from "./Tooltip.js";
|
|
12
|
+
import { AnnotationsIcon as R } from "./Icons/AnnotationsIcon.js";
|
|
13
|
+
import { CalendarIcon as b } from "./Icons/CalendarIcon.js";
|
|
14
|
+
import { ClockIcon as A } from "./Icons/ClockIcon.js";
|
|
15
|
+
import { DashboardIcon as U } from "./Icons/DashboardIcon.js";
|
|
25
16
|
import { DeleteIcon as F } from "./Icons/DeleteIcon.js";
|
|
26
|
-
import { DurationIcon as
|
|
27
|
-
import { EraserIcon as
|
|
28
|
-
import { GoToFirstIcon as
|
|
29
|
-
import { GoToLastIcon as
|
|
30
|
-
import { InfoIcon as
|
|
31
|
-
import { LabelIcon as
|
|
32
|
-
import { LassoIcon as
|
|
33
|
-
import { LineToolIcon as
|
|
34
|
-
import { LiveViewIcon as
|
|
35
|
-
import { LocationIcon as
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import "
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
17
|
+
import { DurationIcon as V } from "./Icons/DurationIcon.js";
|
|
18
|
+
import { EraserIcon as Y } from "./Icons/EraserIcon.js";
|
|
19
|
+
import { GoToFirstIcon as q } from "./Icons/GoToFirstIcon.js";
|
|
20
|
+
import { GoToLastIcon as H } from "./Icons/GoToLastIcon.js";
|
|
21
|
+
import { InfoIcon as K } from "./Icons/InfoIcon.js";
|
|
22
|
+
import { LabelIcon as Q } from "./Icons/LabelIcon.js";
|
|
23
|
+
import { LassoIcon as _ } from "./Icons/LassoIcon.js";
|
|
24
|
+
import { LineToolIcon as oo } from "./Icons/LineToolIcon.js";
|
|
25
|
+
import { LiveViewIcon as eo } from "./Icons/LiveViewIcon.js";
|
|
26
|
+
import { LocationIcon as po } from "./Icons/LocationIcon.js";
|
|
27
|
+
import { LogoutIcon as no } from "./Icons/LogoutIcon.js";
|
|
28
|
+
import { MetadataIcon as xo } from "./Icons/MetadataIcon.js";
|
|
29
|
+
import { OntologyIcon as Io } from "./Icons/OntologyIcon.js";
|
|
30
|
+
import { PlayIcon as so } from "./Icons/PlayIcon.js";
|
|
31
|
+
import { PlusIcon as lo } from "./Icons/PlusIcon.js";
|
|
32
|
+
import { ResetIcon as To } from "./Icons/ResetIcon.js";
|
|
33
|
+
import { ScissorsIcon as Lo } from "./Icons/ScissorsIcon.js";
|
|
34
|
+
import { SettingsIcon as Go } from "./Icons/SettingsIcon.js";
|
|
35
|
+
import { TrashIcon as vo } from "./Icons/TrashIcon.js";
|
|
36
|
+
import { UndoIcon as ho } from "./Icons/UndoIcon.js";
|
|
37
|
+
import { UserIcon as ko } from "./Icons/UserIcon.js";
|
|
38
|
+
import { ZoomAllIcon as Bo } from "./Icons/ZoomAllIcon.js";
|
|
39
|
+
import { ZoomXIcon as Zo } from "./Icons/ZoomXIcon.js";
|
|
40
|
+
import { ZoomYIcon as yo } from "./Icons/ZoomYIcon.js";
|
|
41
|
+
import { default as Oo, SvgIdContext as Uo } from "./Icons/IconBase.js";
|
|
42
|
+
import { useOutsideClick as Fo } from "./hooks/useOutsideClick.js";
|
|
43
|
+
import { useTheme as Vo } from "./hooks/useTheme.js";
|
|
44
|
+
import { c as Yo } from "./twUtils-CRiPKpXj.js";
|
|
53
45
|
export {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
46
|
+
R as AnnotationsIcon,
|
|
47
|
+
e as Badge,
|
|
48
|
+
p as Button,
|
|
49
|
+
b as CalendarIcon,
|
|
50
|
+
A as ClockIcon,
|
|
51
|
+
U as DashboardIcon,
|
|
59
52
|
F as DeleteIcon,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
s as
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
ko as
|
|
98
|
-
Bo as
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
53
|
+
n as Drawer,
|
|
54
|
+
V as DurationIcon,
|
|
55
|
+
Y as EraserIcon,
|
|
56
|
+
q as GoToFirstIcon,
|
|
57
|
+
H as GoToLastIcon,
|
|
58
|
+
Oo as IconBase,
|
|
59
|
+
K as InfoIcon,
|
|
60
|
+
Q as LabelIcon,
|
|
61
|
+
_ as LassoIcon,
|
|
62
|
+
oo as LineToolIcon,
|
|
63
|
+
eo as LiveViewIcon,
|
|
64
|
+
po as LocationIcon,
|
|
65
|
+
no as LogoutIcon,
|
|
66
|
+
xo as MetadataIcon,
|
|
67
|
+
Io as OntologyIcon,
|
|
68
|
+
so as PlayIcon,
|
|
69
|
+
lo as PlusIcon,
|
|
70
|
+
x as Popover,
|
|
71
|
+
c as PopoverContent,
|
|
72
|
+
I as PopoverTrigger,
|
|
73
|
+
s as RadioGroup,
|
|
74
|
+
i as RadioGroupItem,
|
|
75
|
+
To as ResetIcon,
|
|
76
|
+
Lo as ScissorsIcon,
|
|
77
|
+
Go as SettingsIcon,
|
|
78
|
+
g as Skeleton,
|
|
79
|
+
u as Slider,
|
|
80
|
+
Uo as SvgIdContext,
|
|
81
|
+
L as Switch,
|
|
82
|
+
G as Toggle,
|
|
83
|
+
v as ToggleGroup,
|
|
84
|
+
P as ToggleGroupItem,
|
|
85
|
+
D as Tooltip,
|
|
86
|
+
k as TooltipContent,
|
|
87
|
+
w as TooltipTrigger,
|
|
88
|
+
vo as TrashIcon,
|
|
89
|
+
ho as UndoIcon,
|
|
90
|
+
ko as UserIcon,
|
|
91
|
+
Bo as ZoomAllIcon,
|
|
92
|
+
Zo as ZoomXIcon,
|
|
93
|
+
yo as ZoomYIcon,
|
|
94
|
+
Yo as cn,
|
|
95
|
+
Fo as useOutsideClick,
|
|
96
|
+
Vo as useTheme
|
|
102
97
|
};
|
package/dist/App.js
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
12
2
|
function p() {
|
|
13
3
|
return /* @__PURE__ */ r("div", { children: "spectral | spear.ai" });
|
package/dist/Badge.js
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
12
2
|
import { BadgeBase as t } from "./Badge/BadgeBase.js";
|
|
13
3
|
const p = ({ children: r, ...o }) => /* @__PURE__ */ e(t, { ...o, children: r });
|
package/dist/Button.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
2
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
12
3
|
import { c as u } from "./twUtils-CRiPKpXj.js";
|
|
13
4
|
import { c as f } from "./index-CRBC94ik.js";
|
package/dist/Card.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
2
|
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
|
12
3
|
import { c as a } from "./twUtils-CRiPKpXj.js";
|
|
13
4
|
import { forwardRef as u } from "react";
|
package/dist/Drawer.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
2
|
import { jsx as S, jsxs as gt, Fragment as te } from "react/jsx-runtime";
|
|
12
3
|
import * as O from "react";
|
|
13
4
|
import i, { useMemo as je, useLayoutEffect as qe, useEffect as Xe } from "react";
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import a from "./IconBase.js";
|
|
4
|
+
import { forwardRef as k } from "react";
|
|
5
|
+
const C = ({ className: r, ariaHidden: t, title: e = "Dashboard", description: n, size: s = 24 }, d) => /* @__PURE__ */ i(
|
|
6
|
+
a,
|
|
7
|
+
{
|
|
8
|
+
size: s,
|
|
9
|
+
className: r,
|
|
10
|
+
title: e,
|
|
11
|
+
description: n,
|
|
12
|
+
"aria-hidden": t,
|
|
13
|
+
ref: d,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ o(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M4 7.2C4 6.0799 4 5.51984 4.21799 5.09202C4.40973 4.71569 4.71569 4.40973 5.09202 4.21799C5.51984 4 6.0799 4 7.2 4H10V8H4V7.2Z",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeWidth: "2",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
"stroke-linejoin": "round"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ o(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M14 16H20V16.8C20 17.9201 20 18.4802 19.782 18.908C19.5903 19.2843 19.2843 19.5903 18.908 19.782C18.4802 20 17.9201 20 16.8 20H14V16Z",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ o(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M4 12H10V20H7.2C6.0799 20 5.51984 20 5.09202 19.782C4.71569 19.5903 4.40973 19.2843 4.21799 18.908C4 18.4802 4 17.9201 4 16.8V12Z",
|
|
39
|
+
stroke: "currentColor",
|
|
40
|
+
strokeWidth: "2",
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round"
|
|
43
|
+
}
|
|
44
|
+
),
|
|
45
|
+
/* @__PURE__ */ o(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
d: "M14 4H16.8C17.9201 4 18.4802 4 18.908 4.21799C19.2843 4.40973 19.5903 4.71569 19.782 5.09202C20 5.51984 20 6.0799 20 7.2V12H14V4Z",
|
|
49
|
+
stroke: "currentColor",
|
|
50
|
+
strokeWidth: "2",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
), p = k(C);
|
|
58
|
+
export {
|
|
59
|
+
p as DashboardIcon
|
|
60
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
3
|
+
import c from "./IconBase.js";
|
|
4
|
+
import { forwardRef as d } from "react";
|
|
5
|
+
const s = ({ className: r, ariaHidden: t, title: n = "Logout", description: e, size: i = 24 }, L) => /* @__PURE__ */ o(
|
|
6
|
+
c,
|
|
7
|
+
{
|
|
8
|
+
size: i,
|
|
9
|
+
className: r,
|
|
10
|
+
title: n,
|
|
11
|
+
description: e,
|
|
12
|
+
"aria-hidden": t,
|
|
13
|
+
ref: L,
|
|
14
|
+
children: /* @__PURE__ */ o(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M11.25 20H6C4.89543 20 4 19.1046 4 18L4 6C4 4.89543 4.89543 4 6 4L11.25 4M20 12L8.75 12M20 12L15.5 16.5M20 12L15.5 7.5",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeWidth: "2",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round"
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
), p = d(s);
|
|
26
|
+
export {
|
|
27
|
+
p as LogoutIcon
|
|
28
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import i from "./IconBase.js";
|
|
4
|
+
import { forwardRef as c } from "react";
|
|
5
|
+
const d = ({ className: o, ariaHidden: e, title: t = "User", description: C, size: n = 24 }, s) => /* @__PURE__ */ r(
|
|
6
|
+
i,
|
|
7
|
+
{
|
|
8
|
+
size: n,
|
|
9
|
+
className: o,
|
|
10
|
+
title: t,
|
|
11
|
+
description: C,
|
|
12
|
+
"aria-hidden": e,
|
|
13
|
+
ref: s,
|
|
14
|
+
children: /* @__PURE__ */ r(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M6.11594 18.8103C7.44562 17.0943 9.50054 16 12 16C14.4995 16 16.5544 17.0943 17.8841 18.8103M6.11594 18.8103C7.69368 20.1747 9.75046 21 12 21C14.2495 21 16.3063 20.1747 17.8841 18.8103M6.11594 18.8103C4.20753 17.16 3 14.721 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.721 19.7925 17.16 17.8841 18.8103M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeWidth: "2",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
), p = c(d);
|
|
25
|
+
export {
|
|
26
|
+
p as UserIcon
|
|
27
|
+
};
|
package/dist/Icons.js
CHANGED
|
@@ -1,64 +1,60 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
1
|
import { AnnotationsIcon as e } from "./Icons/AnnotationsIcon.js";
|
|
12
2
|
import { CalendarIcon as n } from "./Icons/CalendarIcon.js";
|
|
13
3
|
import { ClockIcon as m } from "./Icons/ClockIcon.js";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
4
|
+
import { DashboardIcon as I } from "./Icons/DashboardIcon.js";
|
|
5
|
+
import { DeleteIcon as x } from "./Icons/DeleteIcon.js";
|
|
6
|
+
import { DurationIcon as s } from "./Icons/DurationIcon.js";
|
|
7
|
+
import { EraserIcon as i } from "./Icons/EraserIcon.js";
|
|
8
|
+
import { GoToFirstIcon as d } from "./Icons/GoToFirstIcon.js";
|
|
9
|
+
import { GoToLastIcon as g } from "./Icons/GoToLastIcon.js";
|
|
10
|
+
import { InfoIcon as D } from "./Icons/InfoIcon.js";
|
|
11
|
+
import { LabelIcon as b } from "./Icons/LabelIcon.js";
|
|
12
|
+
import { LassoIcon as y } from "./Icons/LassoIcon.js";
|
|
13
|
+
import { LineToolIcon as C } from "./Icons/LineToolIcon.js";
|
|
23
14
|
import { LiveViewIcon as P } from "./Icons/LiveViewIcon.js";
|
|
24
|
-
import { LocationIcon as
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
15
|
+
import { LocationIcon as U } from "./Icons/LocationIcon.js";
|
|
16
|
+
import { LogoutIcon as v } from "./Icons/LogoutIcon.js";
|
|
17
|
+
import { MetadataIcon as E } from "./Icons/MetadataIcon.js";
|
|
18
|
+
import { OntologyIcon as M } from "./Icons/OntologyIcon.js";
|
|
19
|
+
import { PlayIcon as R } from "./Icons/PlayIcon.js";
|
|
20
|
+
import { PlusIcon as X } from "./Icons/PlusIcon.js";
|
|
21
|
+
import { ResetIcon as j } from "./Icons/ResetIcon.js";
|
|
22
|
+
import { ScissorsIcon as z } from "./Icons/ScissorsIcon.js";
|
|
23
|
+
import { SettingsIcon as H } from "./Icons/SettingsIcon.js";
|
|
24
|
+
import { TrashIcon as K } from "./Icons/TrashIcon.js";
|
|
25
|
+
import { UndoIcon as Q } from "./Icons/UndoIcon.js";
|
|
26
|
+
import { UserIcon as _ } from "./Icons/UserIcon.js";
|
|
27
|
+
import { ZoomAllIcon as oo } from "./Icons/ZoomAllIcon.js";
|
|
28
|
+
import { ZoomXIcon as eo } from "./Icons/ZoomXIcon.js";
|
|
29
|
+
import { ZoomYIcon as no } from "./Icons/ZoomYIcon.js";
|
|
37
30
|
export {
|
|
38
31
|
e as AnnotationsIcon,
|
|
39
32
|
n as CalendarIcon,
|
|
40
33
|
m as ClockIcon,
|
|
41
|
-
I as
|
|
42
|
-
x as
|
|
43
|
-
s as
|
|
44
|
-
i as
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
34
|
+
I as DashboardIcon,
|
|
35
|
+
x as DeleteIcon,
|
|
36
|
+
s as DurationIcon,
|
|
37
|
+
i as EraserIcon,
|
|
38
|
+
d as GoToFirstIcon,
|
|
39
|
+
g as GoToLastIcon,
|
|
40
|
+
D as InfoIcon,
|
|
41
|
+
b as LabelIcon,
|
|
42
|
+
y as LassoIcon,
|
|
43
|
+
C as LineToolIcon,
|
|
50
44
|
P as LiveViewIcon,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
45
|
+
U as LocationIcon,
|
|
46
|
+
v as LogoutIcon,
|
|
47
|
+
E as MetadataIcon,
|
|
48
|
+
M as OntologyIcon,
|
|
49
|
+
R as PlayIcon,
|
|
50
|
+
X as PlusIcon,
|
|
51
|
+
j as ResetIcon,
|
|
52
|
+
z as ScissorsIcon,
|
|
53
|
+
H as SettingsIcon,
|
|
54
|
+
K as TrashIcon,
|
|
55
|
+
Q as UndoIcon,
|
|
56
|
+
_ as UserIcon,
|
|
57
|
+
oo as ZoomAllIcon,
|
|
58
|
+
eo as ZoomXIcon,
|
|
59
|
+
no as ZoomYIcon
|
|
64
60
|
};
|
package/dist/Label.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
2
|
import { jsx as l } from "react/jsx-runtime";
|
|
12
3
|
import { c as s } from "./twUtils-CRiPKpXj.js";
|
|
13
4
|
import { c as t } from "./index-CRBC94ik.js";
|
package/dist/Popover.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
2
|
import { jsx as s } from "react/jsx-runtime";
|
|
12
3
|
import * as i from "react";
|
|
13
4
|
import { u as L, c as z, a as G, P as x, b as H, d as O, e as _, f as P, g as K, D as j } from "./index-B7LSgz_k.js";
|
package/dist/RadioGroup.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
2
|
import { jsx as t, jsxs as d } from "react/jsx-runtime";
|
|
12
3
|
import { RadioGroup as l, RadioGroupItem as n, RadioGroupIndicator as m } from "./RadioGroup/RadioGroupBase.js";
|
|
13
4
|
import { c as e } from "./twUtils-CRiPKpXj.js";
|
package/dist/Skeleton.js
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
12
2
|
import { c as n } from "./twUtils-CRiPKpXj.js";
|
|
13
3
|
import "react";
|
package/dist/Slider.js
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
1
|
import { jsxs as v, jsx as t } from "react/jsx-runtime";
|
|
12
2
|
import { SliderBase as w, SliderTrack as p, SliderRange as x, SliderThumb as k } from "./Slider/SliderBase.js";
|
|
13
3
|
import { c as a } from "./twUtils-CRiPKpXj.js";
|
package/dist/Switch.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
2
|
import { jsxs as w, jsx as t } from "react/jsx-runtime";
|
|
12
3
|
import { Switch as p, SwitchThumb as k } from "./Switch/SwitchBase.js";
|
|
13
4
|
import { Label as r } from "./Label.js";
|
package/dist/Toggle.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
2
|
import { jsx as n } from "react/jsx-runtime";
|
|
12
3
|
import { ToggleBase as g } from "./Toggle/ToggleBase.js";
|
|
13
4
|
import { c as s } from "./twUtils-CRiPKpXj.js";
|
package/dist/ToggleGroup.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
(function(){
|
|
3
|
-
if (typeof document === 'undefined') return;
|
|
4
|
-
if (document.querySelector('link[data-spectral-css]')) return;
|
|
5
|
-
var link = document.createElement('link');
|
|
6
|
-
link.rel = 'stylesheet';
|
|
7
|
-
link.setAttribute('data-spectral-css', '');
|
|
8
|
-
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
9
|
-
document.head.appendChild(link);
|
|
10
|
-
})();
|
|
11
2
|
import { jsx as d } from "react/jsx-runtime";
|
|
12
3
|
import { ToggleGroupItemBase as p, ToggleGroupBase as f } from "./ToggleGroup/ToggleGroupBase.js";
|
|
13
4
|
import { toggleVariants as m } from "./Toggle.js";
|