@tailor-cms/ce-accordion-edit 0.0.12 → 0.0.14

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
@@ -46,7 +46,7 @@ function v4(options, buf, offset) {
46
46
  }
47
47
  return unsafeStringify(rnds);
48
48
  }
49
- var type = "CE_ACCORDION";
49
+ var type = "ACCORDION";
50
50
  var name = "Accordion";
51
51
  var initState = () => ({
52
52
  embeds: {},
@@ -4331,7 +4331,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
4331
4331
  isFocused: { type: Boolean },
4332
4332
  isDisabled: { type: Boolean }
4333
4333
  },
4334
- emits: ["save", "link"],
4334
+ emits: ["save"],
4335
4335
  setup(__props, { emit }) {
4336
4336
  const props = __props;
4337
4337
  const expanded = vue.ref([props.element.data.items[0].id]);
@@ -4399,7 +4399,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
4399
4399
  default: vue.withCtx(() => [
4400
4400
  vue.createVNode(_component_VToolbar, {
4401
4401
  class: "px-4",
4402
- color: "primary-darken-3",
4402
+ color: "primary-darken-2",
4403
4403
  height: "36"
4404
4404
  }, {
4405
4405
  default: vue.withCtx(() => [
@@ -4470,8 +4470,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
4470
4470
  };
4471
4471
  }
4472
4472
  });
4473
- const Edit_vue_vue_type_style_index_0_scoped_9edcde9f_lang = "";
4474
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9edcde9f"]]);
4473
+ const Edit_vue_vue_type_style_index_0_scoped_fb07ed25_lang = "";
4474
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fb07ed25"]]);
4475
4475
  const manifest = {
4476
4476
  ...src_default,
4477
4477
  Edit
package/dist/index.js CHANGED
@@ -44,7 +44,7 @@ function v4(options, buf, offset) {
44
44
  }
45
45
  return unsafeStringify(rnds);
46
46
  }
47
- var type = "CE_ACCORDION";
47
+ var type = "ACCORDION";
48
48
  var name = "Accordion";
49
49
  var initState = () => ({
50
50
  embeds: {},
@@ -4329,7 +4329,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
4329
4329
  isFocused: { type: Boolean },
4330
4330
  isDisabled: { type: Boolean }
4331
4331
  },
4332
- emits: ["save", "link"],
4332
+ emits: ["save"],
4333
4333
  setup(__props, { emit }) {
4334
4334
  const props = __props;
4335
4335
  const expanded = ref([props.element.data.items[0].id]);
@@ -4397,7 +4397,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
4397
4397
  default: withCtx(() => [
4398
4398
  createVNode(_component_VToolbar, {
4399
4399
  class: "px-4",
4400
- color: "primary-darken-3",
4400
+ color: "primary-darken-2",
4401
4401
  height: "36"
4402
4402
  }, {
4403
4403
  default: withCtx(() => [
@@ -4468,8 +4468,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
4468
4468
  };
4469
4469
  }
4470
4470
  });
4471
- const Edit_vue_vue_type_style_index_0_scoped_9edcde9f_lang = "";
4472
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9edcde9f"]]);
4471
+ const Edit_vue_vue_type_style_index_0_scoped_fb07ed25_lang = "";
4472
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fb07ed25"]]);
4473
4473
  const manifest = {
4474
4474
  ...src_default,
4475
4475
  Edit
package/dist/style.css CHANGED
@@ -20,10 +20,10 @@
20
20
  padding: 0.5rem 0.75rem;
21
21
  background: #424242;
22
22
  color: #fff !important;
23
- }.tce-accordion[data-v-9edcde9f] {
23
+ }.tce-accordion[data-v-fb07ed25] {
24
24
  text-align: left;
25
25
  margin: 1rem 0;
26
26
  }
27
- [data-v-9edcde9f] .sortable-ghost > * {
27
+ [data-v-fb07ed25] .sortable-ghost > * {
28
28
  visibility: hidden;
29
29
  }
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.12",
6
+ "version": "0.0.14",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "typescript": "^5.1.6",
26
26
  "vite": "^4.4.5",
27
27
  "vue-tsc": "^1.8.5",
28
- "@tailor-cms/ce-accordion-manifest": "0.0.12"
28
+ "@tailor-cms/ce-accordion-manifest": "0.0.14"
29
29
  },
30
30
  "dependencies": {
31
31
  "lodash": "^4.17.21",