@everchron/ec-shards 8.16.0 → 8.16.1
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/ec-shards.js +4 -4
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -609,7 +609,7 @@ const gb = /* @__PURE__ */ y(Ai, [["render", Ni], ["__scopeId", "data-v-d1ff2486
|
|
|
609
609
|
},
|
|
610
610
|
computed: {
|
|
611
611
|
typeClass() {
|
|
612
|
-
return `ecs-breadcrumb-${this.type}`;
|
|
612
|
+
return this.type === "root" && this.icon ? `ecs-breadcrumb-${this.type} icon-only` : `ecs-breadcrumb-${this.type}`;
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
615
|
}, Ri = {
|
|
@@ -641,7 +641,7 @@ function Fi(e, s, t, a, n, i) {
|
|
|
641
641
|
_(c)
|
|
642
642
|
], 2);
|
|
643
643
|
}
|
|
644
|
-
const mb = /* @__PURE__ */ y(Di, [["render", Fi], ["__scopeId", "data-v-
|
|
644
|
+
const mb = /* @__PURE__ */ y(Di, [["render", Fi], ["__scopeId", "data-v-9e420152"]]), Vi = {
|
|
645
645
|
name: "ecs-breadcrumb-title"
|
|
646
646
|
}, Hi = {
|
|
647
647
|
class: "ecs-breadcrumb-title",
|
|
@@ -13719,7 +13719,7 @@ const q_ = /* @__PURE__ */ y(Iy, [["render", $y], ["__scopeId", "data-v-4334fe7e
|
|
|
13719
13719
|
},
|
|
13720
13720
|
computed: {
|
|
13721
13721
|
typeClass() {
|
|
13722
|
-
return this.theme
|
|
13722
|
+
return this.theme;
|
|
13723
13723
|
}
|
|
13724
13724
|
}
|
|
13725
13725
|
};
|
|
@@ -13745,7 +13745,7 @@ function Ty(e, s, t, a, n, i) {
|
|
|
13745
13745
|
])) : u("", !0)
|
|
13746
13746
|
], 2);
|
|
13747
13747
|
}
|
|
13748
|
-
const W_ = /* @__PURE__ */ y(Py, [["render", Ty], ["__scopeId", "data-v-
|
|
13748
|
+
const W_ = /* @__PURE__ */ y(Py, [["render", Ty], ["__scopeId", "data-v-74bc77ef"]]), My = {
|
|
13749
13749
|
name: "ecs-toasts"
|
|
13750
13750
|
}, Ly = {
|
|
13751
13751
|
class: "ecs-toasts",
|