@spear-ai/spectral 1.3.11 → 1.3.12
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 +1 -1
- package/dist/Accordion/AccordionBase.js +1 -1
- package/dist/App.js +1 -1
- package/dist/Badge/BadgeBase.js +1 -1
- package/dist/Badge.js +1 -1
- package/dist/Button.js +1 -1
- package/dist/Card.js +1 -1
- package/dist/Checkbox/CheckboxBase.js +1 -1
- package/dist/Drawer.js +1 -1
- package/dist/Icons/AnnotationsIcon.js +1 -1
- package/dist/Icons/CalendarIcon.js +1 -1
- package/dist/Icons/ClockIcon.js +1 -1
- package/dist/Icons/DeleteIcon.js +1 -1
- package/dist/Icons/DurationIcon.js +1 -1
- package/dist/Icons/EraserIcon.js +1 -1
- package/dist/Icons/GoToFirstIcon.js +1 -1
- package/dist/Icons/GoToLastIcon.js +1 -1
- package/dist/Icons/IconBase.js +1 -1
- package/dist/Icons/LabelIcon.js +1 -1
- package/dist/Icons/LassoIcon.js +1 -1
- package/dist/Icons/LineToolIcon.js +1 -1
- package/dist/Icons/LiveViewIcon.js +1 -1
- package/dist/Icons/LocationIcon.js +1 -1
- package/dist/Icons/MetadataIcon.js +1 -1
- package/dist/Icons/OntologyIcon.js +1 -1
- package/dist/Icons/PlayIcon.js +1 -1
- package/dist/Icons/PlusIcon.js +1 -1
- package/dist/Icons/ResetIcon.js +1 -1
- package/dist/Icons/ScissorsIcon.js +1 -1
- package/dist/Icons/TrashIcon.js +1 -1
- package/dist/Icons/UndoIcon.js +1 -1
- package/dist/Icons/ZoomAllIcon.js +1 -1
- package/dist/Icons/ZoomXIcon.js +1 -1
- package/dist/Icons/ZoomYIcon.js +1 -1
- package/dist/Icons/iconTypes.js +1 -1
- package/dist/Icons.js +1 -1
- package/dist/Label.js +1 -1
- package/dist/Popover.js +1 -1
- package/dist/RadioGroup/RadioGroupBase.js +1 -1
- package/dist/Skeleton.js +1 -1
- package/dist/Slider/SliderBase.js +1 -1
- package/dist/Slider.js +1 -1
- package/dist/Switch/SwitchBase.js +1 -1
- package/dist/Switch.js +1 -1
- package/dist/Toggle/ToggleBase.js +1 -1
- package/dist/Toggle.js +1 -1
- package/dist/ToggleGroup/ToggleGroupBase.js +1 -1
- package/dist/ToggleGroup.js +1 -1
- package/dist/Toolbar.js +1 -1
- package/dist/Tooltip/TooltipBase.js +1 -1
- package/dist/Tooltip.js +1 -1
- package/dist/features/LabelingTools.js +1 -1
- package/dist/hooks/useAccordionAutoScroll.js +1 -1
- package/dist/hooks/useOutsideClick.js +1 -1
- package/dist/hooks/useTheme.js +1 -1
- package/dist/main.js +1 -1
- package/dist/primitives/label.js +1 -1
- package/dist/primitives/slot.js +1 -1
- package/dist/utils/refs.js +1 -1
- package/dist/utils/shared.js +1 -1
- package/dist/utils/twUtils.js +1 -1
- package/package.json +1 -1
package/dist/.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as C } from "react/jsx-runtime";
|
|
3
3
|
import { Slot as M } from "../primitives/slot.js";
|
|
4
4
|
import { createContext as j, forwardRef as V, useRef as S, useState as O, useCallback as I, useEffect as T, useContext as N, useId as H, useLayoutEffect as L } from "react";
|
package/dist/App.js
CHANGED
package/dist/Badge/BadgeBase.js
CHANGED
package/dist/Badge.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import { BadgeBase as t } from "./Badge/BadgeBase.js";
|
|
4
4
|
const p = ({ children: r, ...o }) => /* @__PURE__ */ e(t, { ...o, children: r });
|
package/dist/Button.js
CHANGED
package/dist/Card.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as m, jsxs as M } from "react/jsx-runtime";
|
|
3
3
|
import { Slot as C } from "../primitives/slot.js";
|
|
4
4
|
import { useControllableState as O, cn as w } from "../utils/shared.js";
|
package/dist/Drawer.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as S, jsxs as gt, Fragment as te } from "react/jsx-runtime";
|
|
3
3
|
import * as O from "react";
|
|
4
4
|
import i, { useMemo as je, useLayoutEffect as qe, useEffect as Xe } from "react";
|
package/dist/Icons/ClockIcon.js
CHANGED
package/dist/Icons/DeleteIcon.js
CHANGED
package/dist/Icons/EraserIcon.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
3
3
|
import h, { SvgIdContext as a } from "./IconBase.js";
|
|
4
4
|
import { forwardRef as l, useContext as p } from "react";
|
package/dist/Icons/IconBase.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsxs as c, jsx as o, Fragment as m } from "react/jsx-runtime";
|
|
3
3
|
import { createContext as w, forwardRef as x, useId as f } from "react";
|
|
4
4
|
const u = w(""), v = ({ children: d, title: i, size: n = 24, ariaHidden: e, description: t = "", className: h = "", style: a }, g) => {
|
package/dist/Icons/LabelIcon.js
CHANGED
package/dist/Icons/LassoIcon.js
CHANGED
package/dist/Icons/PlayIcon.js
CHANGED
package/dist/Icons/PlusIcon.js
CHANGED
package/dist/Icons/ResetIcon.js
CHANGED
package/dist/Icons/TrashIcon.js
CHANGED
package/dist/Icons/UndoIcon.js
CHANGED
package/dist/Icons/ZoomXIcon.js
CHANGED
package/dist/Icons/ZoomYIcon.js
CHANGED
package/dist/Icons/iconTypes.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import "react";
|
package/dist/Icons.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { AnnotationsIcon as e } from "./Icons/AnnotationsIcon.js";
|
|
3
3
|
import { CalendarIcon as n } from "./Icons/CalendarIcon.js";
|
|
4
4
|
import { ClockIcon as m } from "./Icons/ClockIcon.js";
|
package/dist/Label.js
CHANGED
package/dist/Popover.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as s } from "react/jsx-runtime";
|
|
3
3
|
import * as i from "react";
|
|
4
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";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as j, jsxs as M } from "react/jsx-runtime";
|
|
3
3
|
import { Slot as S } from "../primitives/slot.js";
|
|
4
4
|
import { createContext as T, forwardRef as L, useId as U, useState as P, useRef as E, useEffect as I, useCallback as C, useContext as $, useImperativeHandle as B } from "react";
|
package/dist/Skeleton.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as k, jsxs as Q } from "react/jsx-runtime";
|
|
3
3
|
import { Slot as P } from "../primitives/slot.js";
|
|
4
4
|
import { createContext as W, forwardRef as z, useEffect as Z, useRef as B, useState as F, useCallback as A, useContext as U, createRef as _ } from "react";
|
package/dist/Slider.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsxs as v, jsx as t } from "react/jsx-runtime";
|
|
3
3
|
import { Slider as w, SliderTrack as p, SliderRange as x, SliderThumb as S } from "./Slider/SliderBase.js";
|
|
4
4
|
import { c as a } from "./twUtils-CRiPKpXj.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as f, jsxs as K } from "react/jsx-runtime";
|
|
3
3
|
import { Slot as g } from "../primitives/slot.js";
|
|
4
4
|
import { useControllableState as M, cn as x } from "../utils/shared.js";
|
package/dist/Switch.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsxs as w, jsx as t } from "react/jsx-runtime";
|
|
3
3
|
import { Switch as p, SwitchThumb as k } from "./Switch/SwitchBase.js";
|
|
4
4
|
import { Label as r } from "./Label.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as h } from "react/jsx-runtime";
|
|
3
3
|
import { useControllableState as k } from "../utils/shared.js";
|
|
4
4
|
import { forwardRef as C, useCallback as f } from "react";
|
package/dist/Toggle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as B, jsxs as E } from "react/jsx-runtime";
|
|
3
3
|
import { useControllableState as R, clamp as M } from "../utils/shared.js";
|
|
4
4
|
import { createContext as j, forwardRef as H, useContext as K, useRef as S, useImperativeHandle as L, useEffect as N, useCallback as i, useMemo as U } from "react";
|
package/dist/ToggleGroup.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as d } from "react/jsx-runtime";
|
|
3
3
|
import { ToggleGroupItemBase as p, ToggleGroupBase as m } from "./ToggleGroup/ToggleGroupBase.js";
|
|
4
4
|
import { toggleVariants as f } from "./Toggle.js";
|
package/dist/Toolbar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
const c = ({ title: r, description: t, children: l }) => /* @__PURE__ */ s("div", { className: "bg-background text-text-primary border-border-primary flex h-[72px] w-full justify-between border-b", children: [
|
package/dist/Tooltip.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as u, jsxs as S } from "react/jsx-runtime";
|
|
3
3
|
import * as a from "react";
|
|
4
4
|
import { e as H, c as J, a as Q, u as Z, P as j, b as ee, d as G, f as C, D as te, h as oe } from "./index-B7LSgz_k.js";
|
package/dist/hooks/useTheme.js
CHANGED
package/dist/main.js
CHANGED
package/dist/primitives/label.js
CHANGED
package/dist/primitives/slot.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.css'
|
|
1
|
+
import(/* @vite-ignore */ new URL('./assets/main.css', import.meta.url).href)
|
|
2
2
|
import { jsx as m, Fragment as y } from "react/jsx-runtime";
|
|
3
3
|
import { forwardRef as h, isValidElement as p, cloneElement as E } from "react";
|
|
4
4
|
function v(c, t, { checkForDefaultPrevented: e = !0 } = {}) {
|
package/dist/utils/refs.js
CHANGED
package/dist/utils/shared.js
CHANGED
package/dist/utils/twUtils.js
CHANGED