@tailor-cms/ce-accordion-display 0.0.3 → 0.0.5

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/index.cjs CHANGED
@@ -1443,7 +1443,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
1443
1443
  return (_ctx, _cache) => {
1444
1444
  const _component_VExpansionPanelTitle = vue.resolveComponent("VExpansionPanelTitle");
1445
1445
  const _component_VAlert = vue.resolveComponent("VAlert");
1446
- const _component_EmbeddedContainer = vue.resolveComponent("EmbeddedContainer");
1446
+ const _component_TailorEmbeddedContainer = vue.resolveComponent("TailorEmbeddedContainer");
1447
1447
  const _component_VExpansionPanelText = vue.resolveComponent("VExpansionPanelText");
1448
1448
  const _component_VExpansionPanel = vue.resolveComponent("VExpansionPanel");
1449
1449
  const _component_VExpandTransition = vue.resolveComponent("VExpandTransition");
@@ -1475,7 +1475,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
1475
1475
  vue.createTextVNode(" No content elements added to this item. ")
1476
1476
  ]),
1477
1477
  _: 1
1478
- })) : (vue.openBlock(), vue.createBlock(_component_EmbeddedContainer, {
1478
+ })) : (vue.openBlock(), vue.createBlock(_component_TailorEmbeddedContainer, {
1479
1479
  key: 1,
1480
1480
  elements: embeds.value[item.id]
1481
1481
  }, null, 8, ["elements"]))
@@ -1496,7 +1496,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
1496
1496
  };
1497
1497
  }
1498
1498
  });
1499
- const Display_vue_vue_type_style_index_0_scoped_72836531_lang = "";
1499
+ const Display_vue_vue_type_style_index_0_scoped_b7380478_lang = "";
1500
1500
  const _export_sfc = (sfc, props) => {
1501
1501
  const target = sfc.__vccOpts || sfc;
1502
1502
  for (const [key, val] of props) {
@@ -1504,7 +1504,7 @@ const _export_sfc = (sfc, props) => {
1504
1504
  }
1505
1505
  return target;
1506
1506
  };
1507
- const Display = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-72836531"]]);
1507
+ const Display = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b7380478"]]);
1508
1508
  const manifest = {
1509
1509
  ...src_default,
1510
1510
  Display
package/dist/index.js CHANGED
@@ -1441,7 +1441,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1441
1441
  return (_ctx, _cache) => {
1442
1442
  const _component_VExpansionPanelTitle = resolveComponent("VExpansionPanelTitle");
1443
1443
  const _component_VAlert = resolveComponent("VAlert");
1444
- const _component_EmbeddedContainer = resolveComponent("EmbeddedContainer");
1444
+ const _component_TailorEmbeddedContainer = resolveComponent("TailorEmbeddedContainer");
1445
1445
  const _component_VExpansionPanelText = resolveComponent("VExpansionPanelText");
1446
1446
  const _component_VExpansionPanel = resolveComponent("VExpansionPanel");
1447
1447
  const _component_VExpandTransition = resolveComponent("VExpandTransition");
@@ -1473,7 +1473,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1473
1473
  createTextVNode(" No content elements added to this item. ")
1474
1474
  ]),
1475
1475
  _: 1
1476
- })) : (openBlock(), createBlock(_component_EmbeddedContainer, {
1476
+ })) : (openBlock(), createBlock(_component_TailorEmbeddedContainer, {
1477
1477
  key: 1,
1478
1478
  elements: embeds.value[item.id]
1479
1479
  }, null, 8, ["elements"]))
@@ -1494,7 +1494,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1494
1494
  };
1495
1495
  }
1496
1496
  });
1497
- const Display_vue_vue_type_style_index_0_scoped_72836531_lang = "";
1497
+ const Display_vue_vue_type_style_index_0_scoped_b7380478_lang = "";
1498
1498
  const _export_sfc = (sfc, props) => {
1499
1499
  const target = sfc.__vccOpts || sfc;
1500
1500
  for (const [key, val] of props) {
@@ -1502,7 +1502,7 @@ const _export_sfc = (sfc, props) => {
1502
1502
  }
1503
1503
  return target;
1504
1504
  };
1505
- const Display = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-72836531"]]);
1505
+ const Display = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b7380478"]]);
1506
1506
  const manifest = {
1507
1507
  ...src_default,
1508
1508
  Display
package/dist/style.css CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- .tce-root[data-v-72836531] {
2
+ .tce-root[data-v-b7380478] {
3
3
  font-family: Arial, Helvetica, sans-serif;
4
4
  font-size: 1rem;
5
5
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS accordion element",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.3",
6
+ "version": "0.0.5",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "typescript": "^5.1.6",
25
25
  "vite": "^4.4.5",
26
26
  "vue-tsc": "^1.8.5",
27
- "@tailor-cms/ce-accordion-manifest": "0.0.3"
27
+ "@tailor-cms/ce-accordion-manifest": "0.0.5"
28
28
  },
29
29
  "dependencies": {
30
30
  "lodash": "^4.17.21"