@tailor-cms/ce-accordion-server 0.0.15 → 0.0.16
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 +5 -5
- package/dist/index.js +2 -2
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -17,20 +17,20 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
19
|
// src/index.ts
|
|
20
|
-
var
|
|
21
|
-
__export(
|
|
20
|
+
var index_exports = {};
|
|
21
|
+
__export(index_exports, {
|
|
22
22
|
afterLoaded: () => afterLoaded,
|
|
23
23
|
afterRetrieve: () => afterRetrieve,
|
|
24
24
|
afterSave: () => afterSave,
|
|
25
25
|
beforeDisplay: () => beforeDisplay,
|
|
26
26
|
beforeSave: () => beforeSave,
|
|
27
|
-
default: () =>
|
|
27
|
+
default: () => index_default,
|
|
28
28
|
hookMap: () => hookMap,
|
|
29
29
|
initState: () => initState,
|
|
30
30
|
onUserInteraction: () => onUserInteraction,
|
|
31
31
|
type: () => type
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(index_exports);
|
|
34
34
|
|
|
35
35
|
// ../../node_modules/.pnpm/uuid@11.0.5/node_modules/uuid/dist/esm/stringify.js
|
|
36
36
|
var byteToHex = [];
|
|
@@ -135,7 +135,7 @@ var hookMap = new Map(
|
|
|
135
135
|
beforeDisplay
|
|
136
136
|
})
|
|
137
137
|
);
|
|
138
|
-
var
|
|
138
|
+
var index_default = {
|
|
139
139
|
type,
|
|
140
140
|
hookMap,
|
|
141
141
|
initState,
|
package/dist/index.js
CHANGED
|
@@ -101,7 +101,7 @@ var hookMap = new Map(
|
|
|
101
101
|
beforeDisplay
|
|
102
102
|
})
|
|
103
103
|
);
|
|
104
|
-
var
|
|
104
|
+
var index_default = {
|
|
105
105
|
type,
|
|
106
106
|
hookMap,
|
|
107
107
|
initState,
|
|
@@ -118,7 +118,7 @@ export {
|
|
|
118
118
|
afterSave,
|
|
119
119
|
beforeDisplay,
|
|
120
120
|
beforeSave,
|
|
121
|
-
|
|
121
|
+
index_default as default,
|
|
122
122
|
hookMap,
|
|
123
123
|
initState,
|
|
124
124
|
onUserInteraction,
|
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.16",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@tailor-cms/cek-common": "^0.0.
|
|
19
|
+
"@tailor-cms/cek-common": "^0.0.4",
|
|
20
20
|
"@tailor-cms/eslint-config": "0.0.2",
|
|
21
|
-
"tsup": "^
|
|
22
|
-
"typescript": "^5.
|
|
23
|
-
"@tailor-cms/ce-accordion-manifest": "0.0.
|
|
21
|
+
"tsup": "^8.3.6",
|
|
22
|
+
"typescript": "^5.7.3",
|
|
23
|
+
"@tailor-cms/ce-accordion-manifest": "0.0.16"
|
|
24
24
|
},
|
|
25
25
|
"tsup": {
|
|
26
26
|
"entry": [
|