comand-component-library 4.0.83 → 4.0.85
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 +4 -1
- package/dist/comand-component-library.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/data/image-gallery.json +8 -8
- package/src/assets/data/image-zoom.json +2 -2
- package/src/assets/data/text-image-block.json +20 -0
- package/src/components/CmdBreadcrumbs.vue +2 -2
|
@@ -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, [
|