@maxtropy/v-components 0.1.14-beta.6 → 0.1.14-beta.7
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/mx-vcomponents.es.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -25940,7 +25940,7 @@ const c5 = ["onClick"], Yr = /* @__PURE__ */ U({
|
|
|
25940
25940
|
};
|
|
25941
25941
|
return (f, d) => (w(), Z(s(I4), {
|
|
25942
25942
|
separator: "/",
|
|
25943
|
-
class: S(["
|
|
25943
|
+
class: S(["mx-bread-crumb", n == null ? void 0 : n.customClass])
|
|
25944
25944
|
}, {
|
|
25945
25945
|
default: z(() => [
|
|
25946
25946
|
(w(!0), R(Te, null, xe(c.value, (v, m) => (w(), Z(s(B4), { key: m }, {
|
|
@@ -27611,7 +27611,7 @@ function Ff(e) {
|
|
|
27611
27611
|
var Xm = /* @__PURE__ */ ((e) => (e.DARK = "dark", e.LIGHT = "light", e.YELLOWLIGHT = "yellow-light", e.SAPPHIRE = "sapphire", e.JUNTONG = "juntong", e))(Xm || {});
|
|
27612
27612
|
const YD = (e) => {
|
|
27613
27613
|
for (let t of Object.values(Xm))
|
|
27614
|
-
t === e ? document.documentElement.classList.add(Ff(t)) : document.documentElement.classList.remove(Ff(t));
|
|
27614
|
+
t === e ? window.document.documentElement.classList.add(Ff(t)) : window.document.documentElement.classList.remove(Ff(t));
|
|
27615
27615
|
};
|
|
27616
27616
|
function PD(e) {
|
|
27617
27617
|
for (const t in Of)
|