@spear-ai/spectral 1.3.58 → 1.3.59
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 +51 -49
- package/dist/Alert.d.ts +1 -1
- package/dist/Alert.js +3 -2
- package/dist/Button.d.ts +5 -5
- package/dist/Button.js +4 -5
- package/dist/ButtonIcon.d.ts +4 -4
- package/dist/ButtonIcon.js +1 -0
- package/dist/Dialog/DialogBase.d.ts +14 -14
- package/dist/Dialog/DialogBase.js +1 -1
- package/dist/Drawer.d.ts +6 -6
- package/dist/Icons/MinusIcon.d.ts +3 -0
- package/dist/Icons/MinusIcon.js +26 -0
- package/dist/Icons/index.d.ts +1 -0
- package/dist/Icons.js +40 -38
- package/dist/Input.js +1 -0
- package/dist/InputOTP.d.ts +29 -0
- package/dist/InputOTP.js +302 -0
- package/dist/PasswordInput-ClY_hxuN.js +261 -0
- package/dist/RadioButtonGroup/RadioButtonGroupBase.d.ts +6 -6
- package/dist/RadioGroup.d.ts +7 -7
- package/dist/Select.d.ts +12 -12
- package/dist/Select.js +1 -0
- package/dist/Switch.d.ts +6 -6
- package/dist/Textarea.js +1 -0
- package/dist/Toggle/ToggleBase.d.ts +6 -4
- package/dist/ToggleGroup/ToggleGroupBase.d.ts +8 -8
- package/dist/components/Alert/Alert.d.ts +1 -1
- package/dist/components/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts +5 -5
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.d.ts +4 -4
- package/dist/components/ButtonIcon/ButtonIcon.d.ts.map +1 -1
- package/dist/components/Dialog/DialogBase.d.ts +14 -14
- package/dist/components/Dialog/DialogBase.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.d.ts +6 -6
- package/dist/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/components/Icons/MinusIcon.d.ts +3 -0
- package/dist/components/Icons/MinusIcon.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +1 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/InputOTP/InputOTP.d.ts +29 -0
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -0
- package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts +6 -6
- package/dist/components/RadioButtonGroup/RadioButtonGroupBase.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +7 -7
- package/dist/components/RadioGroup/RadioGroup.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/components/Switch/Switch.d.ts +6 -6
- package/dist/components/Switch/Switch.d.ts.map +1 -1
- package/dist/components/Toggle/ToggleBase.d.ts +6 -4
- package/dist/components/Toggle/ToggleBase.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroupBase.d.ts +8 -8
- package/dist/components/ToggleGroup/ToggleGroupBase.d.ts.map +1 -1
- package/dist/features/AuthCard/AuthCard.d.ts.map +1 -1
- package/dist/features/AuthCard/AuthToggle.d.ts +9 -0
- package/dist/features/AuthCard/AuthToggle.d.ts.map +1 -0
- package/dist/features/AuthCard/AuthToggle.js +36 -0
- package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts +11 -0
- package/dist/features/AuthCard/ForgotPasswordEmailForm.d.ts.map +1 -0
- package/dist/features/AuthCard/ForgotPasswordEmailForm.js +92 -0
- package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts +11 -0
- package/dist/features/AuthCard/ForgotPasswordResetForm.d.ts.map +1 -0
- package/dist/features/AuthCard/ForgotPasswordResetForm.js +66 -0
- package/dist/features/AuthCard/OTPInput.d.ts +12 -0
- package/dist/features/AuthCard/OTPInput.d.ts.map +1 -0
- package/dist/features/AuthCard/OTPInput.js +30 -0
- package/dist/features/AuthCard/PasswordInput.d.ts +13 -0
- package/dist/features/AuthCard/PasswordInput.d.ts.map +1 -0
- package/dist/features/AuthCard/PasswordInput.js +56 -0
- package/dist/features/AuthCard/SignInForm.d.ts +9 -0
- package/dist/features/AuthCard/SignInForm.d.ts.map +1 -0
- package/dist/features/AuthCard/SignInForm.js +120 -0
- package/dist/features/AuthCard/SignUpForm.d.ts +8 -0
- package/dist/features/AuthCard/SignUpForm.d.ts.map +1 -0
- package/dist/features/AuthCard/SignUpForm.js +135 -0
- package/dist/features/AuthCard.js +234 -5124
- package/dist/features/LabelingTools.js +3 -2
- package/dist/features/SensorMetadata.js +3 -2
- package/dist/features/SettingsPopover.js +3 -2
- package/dist/proxy-DD79Ok6n.js +4670 -0
- package/dist/styles/main.css +1 -1
- package/dist/utils/formFieldUtils.js +1 -1
- package/package.json +1 -1
|
@@ -32,6 +32,7 @@ import "../Icons/LoaderIcon.js";
|
|
|
32
32
|
import "../Icons/LocationIcon.js";
|
|
33
33
|
import "../Icons/LogoutIcon.js";
|
|
34
34
|
import { MetadataIcon as b } from "../Icons/MetadataIcon.js";
|
|
35
|
+
import "../Icons/MinusIcon.js";
|
|
35
36
|
import { OntologyIcon as h } from "../Icons/OntologyIcon.js";
|
|
36
37
|
import "../Icons/PanelIconClose.js";
|
|
37
38
|
import "../Icons/PanelIconOpen.js";
|
|
@@ -50,7 +51,7 @@ import "../Icons/ZoomYIcon.js";
|
|
|
50
51
|
import { Toggle as d } from "../Toggle.js";
|
|
51
52
|
import { ToggleGroup as s, ToggleGroupItem as l } from "../ToggleGroup.js";
|
|
52
53
|
import { Tooltip as i, TooltipTrigger as o, TooltipContent as t } from "../Tooltip.js";
|
|
53
|
-
const
|
|
54
|
+
const ve = () => /* @__PURE__ */ r("div", { className: "flex items-center gap-4", children: [
|
|
54
55
|
/* @__PURE__ */ e("div", { className: "flex", children: /* @__PURE__ */ r(s, { type: "single", variant: "outline", children: [
|
|
55
56
|
/* @__PURE__ */ r(i, { children: [
|
|
56
57
|
/* @__PURE__ */ e(o, { children: /* @__PURE__ */ r(l, { value: "crosshairs", children: [
|
|
@@ -160,5 +161,5 @@ const fe = () => /* @__PURE__ */ r("div", { className: "flex items-center gap-4"
|
|
|
160
161
|
] })
|
|
161
162
|
] });
|
|
162
163
|
export {
|
|
163
|
-
|
|
164
|
+
ve as LabelingTools
|
|
164
165
|
};
|
|
@@ -32,6 +32,7 @@ import "../Icons/LoaderIcon.js";
|
|
|
32
32
|
import { LocationIcon as s } from "../Icons/LocationIcon.js";
|
|
33
33
|
import "../Icons/LogoutIcon.js";
|
|
34
34
|
import { MetadataIcon as c } from "../Icons/MetadataIcon.js";
|
|
35
|
+
import "../Icons/MinusIcon.js";
|
|
35
36
|
import "../Icons/OntologyIcon.js";
|
|
36
37
|
import "../Icons/PanelIconClose.js";
|
|
37
38
|
import "../Icons/PanelIconOpen.js";
|
|
@@ -47,7 +48,7 @@ import "../Icons/WarningIcon.js";
|
|
|
47
48
|
import "../Icons/ZoomAllIcon.js";
|
|
48
49
|
import "../Icons/ZoomXIcon.js";
|
|
49
50
|
import "../Icons/ZoomYIcon.js";
|
|
50
|
-
const
|
|
51
|
+
const ie = () => /* @__PURE__ */ e(r, { description: "Recording Details", title: "Sensor Metadata", trigger: /* @__PURE__ */ e(c, {}), children: /* @__PURE__ */ t("div", { className: "flex flex-col gap-4", children: [
|
|
51
52
|
/* @__PURE__ */ t("div", { className: "bg-card-bg-secondary rounded-md px-4 py-5", children: [
|
|
52
53
|
/* @__PURE__ */ t("div", { className: "flex items-center gap-2 !text-sm font-semibold uppercase", children: [
|
|
53
54
|
/* @__PURE__ */ e(a, { size: 16 }),
|
|
@@ -102,5 +103,5 @@ const re = () => /* @__PURE__ */ e(r, { description: "Recording Details", title:
|
|
|
102
103
|
] })
|
|
103
104
|
] }) });
|
|
104
105
|
export {
|
|
105
|
-
|
|
106
|
+
ie as SensorMetadata
|
|
106
107
|
};
|
|
@@ -32,6 +32,7 @@ import "../Icons/LoaderIcon.js";
|
|
|
32
32
|
import "../Icons/LocationIcon.js";
|
|
33
33
|
import "../Icons/LogoutIcon.js";
|
|
34
34
|
import "../Icons/MetadataIcon.js";
|
|
35
|
+
import "../Icons/MinusIcon.js";
|
|
35
36
|
import "../Icons/OntologyIcon.js";
|
|
36
37
|
import "../Icons/PanelIconClose.js";
|
|
37
38
|
import "../Icons/PanelIconOpen.js";
|
|
@@ -54,7 +55,7 @@ import { Switch as P } from "../Switch.js";
|
|
|
54
55
|
import { Toggle as m } from "../Toggle.js";
|
|
55
56
|
import { Tooltip as s, TooltipTrigger as a, TooltipContent as n } from "../Tooltip.js";
|
|
56
57
|
import { useState as o } from "react";
|
|
57
|
-
const
|
|
58
|
+
const Be = () => {
|
|
58
59
|
const [f, b] = o("green-black"), [u, p] = o(""), [v, c] = o(!1), [g, w] = o(!1), [y, N] = o("");
|
|
59
60
|
return /* @__PURE__ */ r(R, { open: v, onOpenChange: c, children: [
|
|
60
61
|
/* @__PURE__ */ e(S, { children: /* @__PURE__ */ e(m, { pressed: !1, children: /* @__PURE__ */ e(V, {}) }) }),
|
|
@@ -189,5 +190,5 @@ const je = () => {
|
|
|
189
190
|
] });
|
|
190
191
|
};
|
|
191
192
|
export {
|
|
192
|
-
|
|
193
|
+
Be as SettingsPopover
|
|
193
194
|
};
|