@tailor-cms/ce-accordion-server 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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -85,7 +85,7 @@ function v4(options, buf, offset) {
|
|
|
85
85
|
var v4_default = v4;
|
|
86
86
|
|
|
87
87
|
// ../manifest/dist/index.js
|
|
88
|
-
var type = "
|
|
88
|
+
var type = "ACCORDION";
|
|
89
89
|
var initState = () => ({
|
|
90
90
|
embeds: {},
|
|
91
91
|
items: [{ id: v4_default(), title: "Accordion Item Title", elementIds: [] }]
|
package/dist/index.js
CHANGED
|
@@ -51,7 +51,7 @@ function v4(options, buf, offset) {
|
|
|
51
51
|
var v4_default = v4;
|
|
52
52
|
|
|
53
53
|
// ../manifest/dist/index.js
|
|
54
|
-
var type = "
|
|
54
|
+
var type = "ACCORDION";
|
|
55
55
|
var initState = () => ({
|
|
56
56
|
embeds: {},
|
|
57
57
|
items: [{ id: v4_default(), title: "Accordion Item Title", elementIds: [] }]
|
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.
|
|
6
|
+
"version": "0.0.14",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@tailor-cms/eslint-config": "0.0.2",
|
|
21
21
|
"tsup": "^7.2.0",
|
|
22
22
|
"typescript": "^5.1.6",
|
|
23
|
-
"@tailor-cms/ce-accordion-manifest": "0.0.
|
|
23
|
+
"@tailor-cms/ce-accordion-manifest": "0.0.14"
|
|
24
24
|
},
|
|
25
25
|
"tsup": {
|
|
26
26
|
"entry": [
|