@tailor-cms/ce-accordion-manifest 0.0.13 → 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
@@ -27,7 +27,7 @@ __export(src_exports, {
27
27
  });
28
28
  module.exports = __toCommonJS(src_exports);
29
29
  var import_uuid = require("uuid");
30
- var type = "CE_ACCORDION";
30
+ var type = "ACCORDION";
31
31
  var name = "Accordion";
32
32
  var initState = () => ({
33
33
  embeds: {},
package/dist/index.d.cts CHANGED
@@ -53,7 +53,7 @@ interface ElementManifest {
53
53
  };
54
54
  }
55
55
 
56
- declare const type = "CE_ACCORDION";
56
+ declare const type = "ACCORDION";
57
57
  declare const name = "Accordion";
58
58
  declare const initState: DataInitializer;
59
59
  declare const version = "1.0";
package/dist/index.d.ts CHANGED
@@ -53,7 +53,7 @@ interface ElementManifest {
53
53
  };
54
54
  }
55
55
 
56
- declare const type = "CE_ACCORDION";
56
+ declare const type = "ACCORDION";
57
57
  declare const name = "Accordion";
58
58
  declare const initState: DataInitializer;
59
59
  declare const version = "1.0";
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // src/index.ts
2
2
  import { v4 as uuid } from "uuid";
3
- var type = "CE_ACCORDION";
3
+ var type = "ACCORDION";
4
4
  var name = "Accordion";
5
5
  var initState = () => ({
6
6
  embeds: {},
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.13",
6
+ "version": "0.0.14",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",