@spear-ai/spectral 1.3.17 → 1.3.18

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.
Files changed (62) hide show
  1. package/dist/.js +1 -13
  2. package/dist/Accordion/AccordionBase.js +0 -13
  3. package/dist/App.js +1 -13
  4. package/dist/Badge/BadgeBase.js +0 -13
  5. package/dist/Badge.js +1 -13
  6. package/dist/Button.js +1 -13
  7. package/dist/Card.js +1 -13
  8. package/dist/Checkbox/CheckboxBase.js +0 -13
  9. package/dist/Drawer.js +1 -13
  10. package/dist/Icons/AnnotationsIcon.js +0 -13
  11. package/dist/Icons/CalendarIcon.js +0 -13
  12. package/dist/Icons/ClockIcon.js +0 -13
  13. package/dist/Icons/DeleteIcon.js +0 -13
  14. package/dist/Icons/DurationIcon.js +0 -13
  15. package/dist/Icons/EraserIcon.js +0 -13
  16. package/dist/Icons/GoToFirstIcon.js +0 -13
  17. package/dist/Icons/GoToLastIcon.js +0 -13
  18. package/dist/Icons/IconBase.js +0 -13
  19. package/dist/Icons/LabelIcon.js +0 -13
  20. package/dist/Icons/LassoIcon.js +0 -13
  21. package/dist/Icons/LineToolIcon.js +0 -13
  22. package/dist/Icons/LiveViewIcon.js +0 -13
  23. package/dist/Icons/LocationIcon.js +0 -13
  24. package/dist/Icons/MetadataIcon.js +0 -13
  25. package/dist/Icons/OntologyIcon.js +0 -13
  26. package/dist/Icons/PlayIcon.js +0 -13
  27. package/dist/Icons/PlusIcon.js +0 -13
  28. package/dist/Icons/ResetIcon.js +0 -13
  29. package/dist/Icons/ScissorsIcon.js +0 -13
  30. package/dist/Icons/TrashIcon.js +0 -13
  31. package/dist/Icons/UndoIcon.js +0 -13
  32. package/dist/Icons/ZoomAllIcon.js +0 -13
  33. package/dist/Icons/ZoomXIcon.js +0 -13
  34. package/dist/Icons/ZoomYIcon.js +0 -13
  35. package/dist/Icons/iconTypes.js +0 -13
  36. package/dist/Icons.js +1 -13
  37. package/dist/Label.js +1 -13
  38. package/dist/Popover.js +1 -13
  39. package/dist/RadioGroup/RadioGroupBase.js +0 -13
  40. package/dist/Skeleton.js +1 -13
  41. package/dist/Slider/SliderBase.js +0 -13
  42. package/dist/Slider.js +1 -13
  43. package/dist/Switch/SwitchBase.js +0 -13
  44. package/dist/Switch.js +1 -13
  45. package/dist/Toggle/ToggleBase.js +0 -13
  46. package/dist/Toggle.js +1 -13
  47. package/dist/ToggleGroup/ToggleGroupBase.js +0 -13
  48. package/dist/ToggleGroup.js +1 -13
  49. package/dist/Toolbar.js +1 -13
  50. package/dist/Tooltip/TooltipBase.js +0 -13
  51. package/dist/Tooltip.js +1 -13
  52. package/dist/features/LabelingTools.js +0 -13
  53. package/dist/hooks/useAccordionAutoScroll.js +0 -13
  54. package/dist/hooks/useOutsideClick.js +0 -13
  55. package/dist/hooks/useTheme.js +0 -13
  56. package/dist/main.js +1 -13
  57. package/dist/primitives/label.js +0 -13
  58. package/dist/primitives/slot.js +0 -13
  59. package/dist/utils/refs.js +0 -13
  60. package/dist/utils/shared.js +0 -13
  61. package/dist/utils/twUtils.js +0 -13
  62. package/package.json +1 -1
package/dist/.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { Badge as p } from "./Badge.js";
15
3
  import { Button as n } from "./Button.js";
16
4
  import { Card as x } from "./Card.js";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as C } from "react/jsx-runtime";
15
2
  import { Slot as M } from "../primitives/slot.js";
16
3
  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
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as r } from "react/jsx-runtime";
15
3
  function p() {
16
4
  return /* @__PURE__ */ r("div", { children: "spectral | spear.ai" });
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as i } from "react/jsx-runtime";
15
2
  import { Slot as o } from "../primitives/slot.js";
16
3
  import { c as n } from "../twUtils-CRiPKpXj.js";
package/dist/Badge.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as e } from "react/jsx-runtime";
15
3
  import { BadgeBase as t } from "./Badge/BadgeBase.js";
16
4
  const p = ({ children: r, ...o }) => /* @__PURE__ */ e(t, { ...o, children: r });
package/dist/Button.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
15
3
  import { c as u } from "./twUtils-CRiPKpXj.js";
16
4
  import { c as f } from "./index-CRBC94ik.js";
package/dist/Card.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsxs as n, jsx as e } from "react/jsx-runtime";
15
3
  import { c as a } from "./twUtils-CRiPKpXj.js";
16
4
  import { forwardRef as u } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as m, jsxs as M } from "react/jsx-runtime";
15
2
  import { Slot as C } from "../primitives/slot.js";
16
3
  import { useControllableState as O, cn as w } from "../utils/shared.js";
package/dist/Drawer.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as S, jsxs as gt, Fragment as te } from "react/jsx-runtime";
15
3
  import * as O from "react";
16
4
  import i, { useMemo as je, useLayoutEffect as qe, useEffect as Xe } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as o } from "react/jsx-runtime";
15
2
  import a from "./IconBase.js";
16
3
  import { forwardRef as c } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
15
2
  import a from "./IconBase.js";
16
3
  import { forwardRef as k } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as c, jsx as o } from "react/jsx-runtime";
15
2
  import d from "./IconBase.js";
16
3
  import { forwardRef as k } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as d, jsx as r } from "react/jsx-runtime";
15
2
  import C from "./IconBase.js";
16
3
  import { forwardRef as a } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as d, jsx as r } from "react/jsx-runtime";
15
2
  import k from "./IconBase.js";
16
3
  import { forwardRef as u } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as t, jsx as r } from "react/jsx-runtime";
15
2
  import h, { SvgIdContext as a } from "./IconBase.js";
16
3
  import { forwardRef as l, useContext as p } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
15
2
  import a from "./IconBase.js";
16
3
  import { forwardRef as c } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as a, jsx as o } from "react/jsx-runtime";
15
2
  import d from "./IconBase.js";
16
3
  import { forwardRef as c } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as c, jsx as o, Fragment as m } from "react/jsx-runtime";
15
2
  import { createContext as w, forwardRef as x, useId as f } from "react";
16
3
  const u = w(""), v = ({ children: d, title: i, size: n = 24, ariaHidden: e, description: t = "", className: h = "", style: a }, g) => {
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as r } from "react/jsx-runtime";
15
2
  import s from "./IconBase.js";
16
3
  import { forwardRef as c } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as C, jsx as o } from "react/jsx-runtime";
15
2
  import d from "./IconBase.js";
16
3
  import { forwardRef as a } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
15
2
  import k from "./IconBase.js";
16
3
  import { forwardRef as a } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as d, jsx as r } from "react/jsx-runtime";
15
2
  import k from "./IconBase.js";
16
3
  import { forwardRef as C } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as C, jsx as o } from "react/jsx-runtime";
15
2
  import a from "./IconBase.js";
16
3
  import { forwardRef as c } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as r } from "react/jsx-runtime";
15
2
  import i from "./IconBase.js";
16
3
  import { forwardRef as s } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as k, jsx as r } from "react/jsx-runtime";
15
2
  import a from "./IconBase.js";
16
3
  import { forwardRef as c } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as r } from "react/jsx-runtime";
15
2
  import s from "./IconBase.js";
16
3
  import { forwardRef as c } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as o } from "react/jsx-runtime";
15
2
  import i from "./IconBase.js";
16
3
  import { forwardRef as C } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as r } from "react/jsx-runtime";
15
2
  import c from "./IconBase.js";
16
3
  import { forwardRef as i } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as l, jsx as r } from "react/jsx-runtime";
15
2
  import t from "./IconBase.js";
16
3
  import { forwardRef as c } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as C } from "react/jsx-runtime";
15
2
  import L from "./IconBase.js";
16
3
  import { forwardRef as n } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as o } from "react/jsx-runtime";
15
2
  import s from "./IconBase.js";
16
3
  import { forwardRef as a } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
15
2
  import k from "./IconBase.js";
16
3
  import { forwardRef as u } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
15
2
  import a from "./IconBase.js";
16
3
  import { forwardRef as c } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as d, jsx as o } from "react/jsx-runtime";
15
2
  import c from "./IconBase.js";
16
3
  import { forwardRef as k } from "react";
@@ -1,14 +1 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import "react";
package/dist/Icons.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { AnnotationsIcon as e } from "./Icons/AnnotationsIcon.js";
15
3
  import { CalendarIcon as n } from "./Icons/CalendarIcon.js";
16
4
  import { ClockIcon as m } from "./Icons/ClockIcon.js";
package/dist/Label.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as l } from "react/jsx-runtime";
15
3
  import { c as s } from "./twUtils-CRiPKpXj.js";
16
4
  import { c as t } from "./index-CRBC94ik.js";
package/dist/Popover.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as s } from "react/jsx-runtime";
15
3
  import * as i from "react";
16
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,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as j, jsxs as M } from "react/jsx-runtime";
15
2
  import { Slot as S } from "../primitives/slot.js";
16
3
  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,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as o } from "react/jsx-runtime";
15
3
  import { c as n } from "./twUtils-CRiPKpXj.js";
16
4
  import "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as k, jsxs as Q } from "react/jsx-runtime";
15
2
  import { Slot as P } from "../primitives/slot.js";
16
3
  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,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsxs as v, jsx as t } from "react/jsx-runtime";
15
3
  import { Slider as w, SliderTrack as p, SliderRange as x, SliderThumb as S } from "./Slider/SliderBase.js";
16
4
  import { c as a } from "./twUtils-CRiPKpXj.js";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as f, jsxs as K } from "react/jsx-runtime";
15
2
  import { Slot as g } from "../primitives/slot.js";
16
3
  import { useControllableState as M, cn as x } from "../utils/shared.js";
package/dist/Switch.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsxs as w, jsx as t } from "react/jsx-runtime";
15
3
  import { Switch as p, SwitchThumb as k } from "./Switch/SwitchBase.js";
16
4
  import { Label as r } from "./Label.js";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as h } from "react/jsx-runtime";
15
2
  import { useControllableState as k } from "../utils/shared.js";
16
3
  import { forwardRef as C, useCallback as f } from "react";
package/dist/Toggle.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as n } from "react/jsx-runtime";
15
3
  import { ToggleBase as g } from "./Toggle/ToggleBase.js";
16
4
  import { c as s } from "./twUtils-CRiPKpXj.js";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as B, jsxs as E } from "react/jsx-runtime";
15
2
  import { useControllableState as R, clamp as M } from "../utils/shared.js";
16
3
  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";
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as d } from "react/jsx-runtime";
15
3
  import { ToggleGroupItemBase as p, ToggleGroupBase as m } from "./ToggleGroup/ToggleGroupBase.js";
16
4
  import { toggleVariants as f } from "./Toggle.js";
package/dist/Toolbar.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsxs as s, jsx as e } from "react/jsx-runtime";
15
3
  import "react";
16
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: [
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as D } from "react/jsx-runtime";
15
2
  import { createForwardedRef as N } from "../utils/refs.js";
16
3
  import { c as z } from "../twUtils-CRiPKpXj.js";
package/dist/Tooltip.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as u, jsxs as S } from "react/jsx-runtime";
15
3
  import * as a from "react";
16
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";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsxs as i, jsx as e } from "react/jsx-runtime";
15
2
  import { Badge as s } from "../Badge.js";
16
3
  import "../Icons/AnnotationsIcon.js";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { useRef as h, useCallback as g, useEffect as E } from "react";
15
2
  const A = (u) => {
16
3
  const o = h(null), l = h(null), a = g((t) => {
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { useRef as u, useEffect as o } from "react";
15
2
  function i(t) {
16
3
  const e = u(null);
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { useState as n, useEffect as s } from "react";
15
2
  const d = (r = "dark") => {
16
3
  const [t, m] = n(() => {
package/dist/main.js CHANGED
@@ -1,16 +1,4 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
1
+ import './assets/main.css';
14
2
  import { jsx as gS } from "react/jsx-runtime";
15
3
  import qb from "./App.js";
16
4
  /* empty css */
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as n } from "react/jsx-runtime";
15
2
  import { Slot as s } from "./slot.js";
16
3
  import { forwardRef as f, useId as i } from "react";
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { jsx as m, Fragment as y } from "react/jsx-runtime";
15
2
  import { forwardRef as h, isValidElement as p, cloneElement as E } from "react";
16
3
  function v(c, t, { checkForDefaultPrevented: e = !0 } = {}) {
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import "react";
15
2
  function n(c, t) {
16
3
  return (i) => {
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { useState as f, useCallback as E } from "react";
15
2
  function m(...t) {
16
3
  return t.filter(Boolean).join(" ");
@@ -1,16 +1,3 @@
1
-
2
- (function() {
3
- if (typeof document !== 'undefined' &&
4
- !document.querySelector('link[data-spectral-css]') &&
5
- !window.location.pathname.includes('iframe.html') &&
6
- !document.querySelector('[data-is-storybook]')) {
7
- const link = document.createElement('link');
8
- link.rel = 'stylesheet';
9
- link.setAttribute('data-spectral-css', '');
10
- link.href = new URL('./assets/main.css', import.meta.url).href;
11
- document.head.appendChild(link);
12
- }
13
- })();
14
1
  import { c as r } from "../twUtils-CRiPKpXj.js";
15
2
  export {
16
3
  r as cn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spear-ai/spectral",
3
- "version": "1.3.17",
3
+ "version": "1.3.18",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "repository": {