@spear-ai/spectral 1.3.14 → 1.3.16
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 -2
- package/dist/Accordion/AccordionBase.js +1 -2
- package/dist/App.js +1 -2
- package/dist/Badge/BadgeBase.js +1 -2
- package/dist/Badge.js +1 -2
- package/dist/Button.js +1 -2
- package/dist/Card.js +1 -2
- package/dist/Checkbox/CheckboxBase.js +1 -2
- package/dist/Drawer.js +1 -2
- package/dist/Icons/AnnotationsIcon.js +1 -2
- package/dist/Icons/CalendarIcon.js +1 -2
- package/dist/Icons/ClockIcon.js +1 -2
- package/dist/Icons/DeleteIcon.js +1 -2
- package/dist/Icons/DurationIcon.js +1 -2
- package/dist/Icons/EraserIcon.js +1 -2
- package/dist/Icons/GoToFirstIcon.js +1 -2
- package/dist/Icons/GoToLastIcon.js +1 -2
- package/dist/Icons/IconBase.js +1 -2
- package/dist/Icons/LabelIcon.js +1 -2
- package/dist/Icons/LassoIcon.js +1 -2
- package/dist/Icons/LineToolIcon.js +1 -2
- package/dist/Icons/LiveViewIcon.js +1 -2
- package/dist/Icons/LocationIcon.js +1 -2
- package/dist/Icons/MetadataIcon.js +1 -2
- package/dist/Icons/OntologyIcon.js +1 -2
- package/dist/Icons/PlayIcon.js +1 -2
- package/dist/Icons/PlusIcon.js +1 -2
- package/dist/Icons/ResetIcon.js +1 -2
- package/dist/Icons/ScissorsIcon.js +1 -2
- package/dist/Icons/TrashIcon.js +1 -2
- package/dist/Icons/UndoIcon.js +1 -2
- package/dist/Icons/ZoomAllIcon.js +1 -2
- package/dist/Icons/ZoomXIcon.js +1 -2
- package/dist/Icons/ZoomYIcon.js +1 -2
- package/dist/Icons/iconTypes.js +1 -2
- package/dist/Icons.js +1 -2
- package/dist/Label.js +1 -2
- package/dist/Popover.js +1 -2
- package/dist/RadioGroup/RadioGroupBase.js +1 -2
- package/dist/Skeleton.js +1 -2
- package/dist/Slider/SliderBase.js +1 -2
- package/dist/Slider.js +1 -2
- package/dist/Switch/SwitchBase.js +1 -2
- package/dist/Switch.js +1 -2
- package/dist/Toggle/ToggleBase.js +1 -2
- package/dist/Toggle.js +1 -2
- package/dist/ToggleGroup/ToggleGroupBase.js +1 -2
- package/dist/ToggleGroup.js +1 -2
- package/dist/Toolbar.js +1 -2
- package/dist/Tooltip/TooltipBase.js +1 -2
- package/dist/Tooltip.js +1 -2
- package/dist/features/LabelingTools.js +1 -2
- package/dist/hooks/useAccordionAutoScroll.js +1 -2
- package/dist/hooks/useOutsideClick.js +1 -2
- package/dist/hooks/useTheme.js +1 -2
- package/dist/main.js +1 -2
- package/dist/primitives/label.js +1 -2
- package/dist/primitives/slot.js +1 -2
- package/dist/utils/refs.js +1 -2
- package/dist/utils/shared.js +1 -2
- package/dist/utils/twUtils.js +1 -2
- package/package.json +1 -1
package/dist/.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/App.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Badge/BadgeBase.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Badge.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Button.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Card.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Drawer.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/ClockIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/DeleteIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/EraserIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/IconBase.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/LabelIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/LassoIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/PlayIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/PlusIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/ResetIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/TrashIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/UndoIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/ZoomXIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/ZoomYIcon.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons/iconTypes.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Icons.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Label.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Popover.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Skeleton.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Slider.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Switch.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Toggle.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/ToggleGroup.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Toolbar.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/Tooltip.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/hooks/useTheme.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/main.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/primitives/label.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/primitives/slot.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/utils/refs.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/utils/shared.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|
package/dist/utils/twUtils.js
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
const link = document.createElement('link');
|
|
8
8
|
link.rel = 'stylesheet';
|
|
9
9
|
link.setAttribute('data-spectral-css', '');
|
|
10
|
-
|
|
11
|
-
link.href = new URL('assets/main.css', baseUrl).href;
|
|
10
|
+
link.href = new URL('./assets/main.css', import.meta.url).href;
|
|
12
11
|
document.head.appendChild(link);
|
|
13
12
|
}
|
|
14
13
|
})();
|