@tailor-cms/ce-modal-server 0.0.1 → 0.0.3
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 +6 -6
- package/dist/index.js +3 -3
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -17,23 +17,23 @@ 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
|
// ../manifest/dist/index.js
|
|
36
|
-
var type = "
|
|
36
|
+
var type = "MODAL";
|
|
37
37
|
var initState = () => ({
|
|
38
38
|
title: null,
|
|
39
39
|
embeds: {}
|
|
@@ -75,7 +75,7 @@ var hookMap = new Map(
|
|
|
75
75
|
beforeDisplay
|
|
76
76
|
})
|
|
77
77
|
);
|
|
78
|
-
var
|
|
78
|
+
var index_default = {
|
|
79
79
|
type,
|
|
80
80
|
hookMap,
|
|
81
81
|
initState,
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ../manifest/dist/index.js
|
|
2
|
-
var type = "
|
|
2
|
+
var type = "MODAL";
|
|
3
3
|
var initState = () => ({
|
|
4
4
|
title: null,
|
|
5
5
|
embeds: {}
|
|
@@ -41,7 +41,7 @@ var hookMap = new Map(
|
|
|
41
41
|
beforeDisplay
|
|
42
42
|
})
|
|
43
43
|
);
|
|
44
|
-
var
|
|
44
|
+
var index_default = {
|
|
45
45
|
type,
|
|
46
46
|
hookMap,
|
|
47
47
|
initState,
|
|
@@ -58,7 +58,7 @@ export {
|
|
|
58
58
|
afterSave,
|
|
59
59
|
beforeDisplay,
|
|
60
60
|
beforeSave,
|
|
61
|
-
|
|
61
|
+
index_default as default,
|
|
62
62
|
hookMap,
|
|
63
63
|
initState,
|
|
64
64
|
onUserInteraction,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Tailor CMS modal server component",
|
|
4
4
|
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.3",
|
|
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-modal-manifest": "0.0.
|
|
21
|
+
"tsup": "^8.3.6",
|
|
22
|
+
"typescript": "^5.7.3",
|
|
23
|
+
"@tailor-cms/ce-modal-manifest": "0.0.3"
|
|
24
24
|
},
|
|
25
25
|
"tsup": {
|
|
26
26
|
"entry": [
|