comand-component-library 4.0.84 → 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.
- package/dist/comand-component-library.js +8 -5
- package/dist/comand-component-library.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/assets/data/text-image-block.json +20 -0
- package/src/components/CmdBoxWrapper.vue +1 -0
- package/src/components/CmdBreadcrumbs.vue +2 -2
- package/src/components/CmdToggleDarkMode.vue +3 -1
|
@@ -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;
|
|
@@ -7162,7 +7162,10 @@ const Om = {
|
|
|
7162
7162
|
}, Im = { class: "cmd-breadcrumbs" }, Em = {
|
|
7163
7163
|
key: 0,
|
|
7164
7164
|
class: "breadcrumb-label"
|
|
7165
|
-
}, Lm = ["href"], Fm = { key: 1 }, Mm = { key: 1 }, Bm = { key: 2 }, Am = { key: 1 }, Pm = {
|
|
7165
|
+
}, Lm = ["href"], Fm = { key: 1 }, Mm = { key: 1 }, Bm = { key: 2 }, Am = { key: 1 }, Pm = {
|
|
7166
|
+
key: 3,
|
|
7167
|
+
class: "separator"
|
|
7168
|
+
};
|
|
7166
7169
|
function Dm(e, n, t, s, o, i) {
|
|
7167
7170
|
const l = J, r = Oe("router-link");
|
|
7168
7171
|
return a(), c("ul", Im, [
|
|
@@ -12891,7 +12894,7 @@ const r_ = /* @__PURE__ */ P(Ty, [["render", Fy]]), My = {
|
|
|
12891
12894
|
},
|
|
12892
12895
|
methods: {
|
|
12893
12896
|
onColorSchemeChange(e) {
|
|
12894
|
-
this.darkMode = e.matches, document.documentElement.classList.add(
|
|
12897
|
+
this.darkMode = e.matches, this.darkMode && document.documentElement.classList.add("dark-mode");
|
|
12895
12898
|
},
|
|
12896
12899
|
setColorScheme() {
|
|
12897
12900
|
window.localStorage.setItem("cmd-color-scheme", this.darkMode ? "dark-mode" : "light-mode");
|