@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.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datavac/ui-kit",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",