@datavac/ui-kit 1.0.4 → 1.0.5
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/index.css +1 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6723,7 +6723,6 @@ function Ju({ children: e, defaultTheme: t, customThemes: n, applyToRoot: r = !0
|
|
|
6723
6723
|
if (typeof window < "u") {
|
|
6724
6724
|
let e = localStorage.getItem("datavac-theme");
|
|
6725
6725
|
if (e && a[e]) return e;
|
|
6726
|
-
if (window.matchMedia("(prefers-color-scheme: dark)").matches) return "dark";
|
|
6727
6726
|
}
|
|
6728
6727
|
return "light";
|
|
6729
6728
|
}), u = a[s] ?? Vu;
|