comand-component-library 4.0.85 → 4.0.86
Sign up to get free protection for your applications and to get access to all the features.
@@ -7073,9 +7073,9 @@ const ds = /* @__PURE__ */ P(li, [["render", wm]]), ai = {
|
|
7073
7073
|
}
|
7074
7074
|
}, Yi = () => {
|
7075
7075
|
zo((e) => ({
|
7076
|
-
"
|
7077
|
-
"
|
7078
|
-
"
|
7076
|
+
"7dc17307": e.boxesPerRowLarge,
|
7077
|
+
"3c53d129": e.boxesPerRowMedium,
|
7078
|
+
"7e294cd3": e.boxesPerRowSmall
|
7079
7079
|
}));
|
7080
7080
|
}, Qi = ai.setup;
|
7081
7081
|
ai.setup = Qi ? (e, n) => (Yi(), Qi(e, n)) : Yi;
|
@@ -12894,7 +12894,7 @@ const r_ = /* @__PURE__ */ P(Ty, [["render", Fy]]), My = {
|
|
12894
12894
|
},
|
12895
12895
|
methods: {
|
12896
12896
|
onColorSchemeChange(e) {
|
12897
|
-
this.darkMode = e.matches, document.documentElement.classList.add(
|
12897
|
+
this.darkMode = e.matches, this.darkMode && document.documentElement.classList.add("dark-mode");
|
12898
12898
|
},
|
12899
12899
|
setColorScheme() {
|
12900
12900
|
window.localStorage.setItem("cmd-color-scheme", this.darkMode ? "dark-mode" : "light-mode");
|