comand-component-library 4.0.85 → 4.0.86

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.
@@ -7073,9 +7073,9 @@ const ds = /* @__PURE__ */ P(li, [["render", wm]]), ai = {
7073
7073
  }
7074
7074
  }, Yi = () => {
7075
7075
  zo((e) => ({
7076
- "5326f598": e.boxesPerRowLarge,
7077
- "139ea0b8": e.boxesPerRowMedium,
7078
- "538ecf64": e.boxesPerRowSmall
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(this.darkMode ? "dark-mode" : "light-mode");
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");