@simpleview/cms-foundation 0.0.18 → 0.0.20
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/chunk-4BZHC5AC.js +37 -0
- package/dist/chunk-4BZHC5AC.js.map +7 -0
- package/dist/chunk-4LSFAAZW.js +1 -0
- package/dist/chunk-4LSFAAZW.js.map +7 -0
- package/dist/chunk-5WRI5ZAA.js +31 -0
- package/dist/chunk-5WRI5ZAA.js.map +7 -0
- package/dist/chunk-CMALSZV3.js +1 -0
- package/dist/chunk-CMALSZV3.js.map +7 -0
- package/dist/chunk-DG37VYL5.js +1 -0
- package/dist/chunk-DG37VYL5.js.map +7 -0
- package/dist/chunk-EE5DCIH7.js +2451 -0
- package/dist/chunk-EE5DCIH7.js.map +7 -0
- package/dist/chunk-EEKFLXZI.js +11 -0
- package/dist/chunk-EEKFLXZI.js.map +7 -0
- package/dist/chunk-EG5F4AP4.js +1 -0
- package/dist/chunk-EG5F4AP4.js.map +7 -0
- package/dist/chunk-EWRVCIV6.js +1 -0
- package/dist/chunk-EWRVCIV6.js.map +7 -0
- package/dist/chunk-F5L7DWHD.js +1 -0
- package/dist/chunk-F5L7DWHD.js.map +7 -0
- package/dist/chunk-FJML4RHB.js +59 -0
- package/dist/chunk-FJML4RHB.js.map +7 -0
- package/dist/chunk-GPTPACV2.js +33 -0
- package/dist/chunk-GPTPACV2.js.map +7 -0
- package/dist/chunk-MNT3ZFUU.js +14 -0
- package/dist/chunk-MNT3ZFUU.js.map +7 -0
- package/dist/chunk-NX7QUAFC.js +82 -0
- package/dist/chunk-NX7QUAFC.js.map +7 -0
- package/dist/chunk-OEYLOZQK.js +31 -0
- package/dist/chunk-OEYLOZQK.js.map +7 -0
- package/dist/chunk-P3WX4DFS.js +93 -0
- package/dist/chunk-P3WX4DFS.js.map +7 -0
- package/dist/chunk-VV3NKXSX.js +17 -0
- package/dist/chunk-VV3NKXSX.js.map +7 -0
- package/dist/chunk-XG5CMDEI.js +1 -0
- package/dist/chunk-XG5CMDEI.js.map +7 -0
- package/dist/chunk-ZQUGFKHP.js +1 -0
- package/dist/chunk-ZQUGFKHP.js.map +7 -0
- package/dist/components/App/App.js +5 -5
- package/dist/components/App/App.js.map +3 -3
- package/dist/components/App/index.js +9 -1
- package/dist/components/App/index.js.map +3 -3
- package/dist/components/Error/Error.js +4 -11
- package/dist/components/Error/Error.js.map +3 -3
- package/dist/components/Error/Error.types.js +1 -0
- package/dist/components/Error/index.js +9 -2
- package/dist/components/Error/index.js.map +3 -3
- package/dist/components/Layout/Layout.js +5 -25
- package/dist/components/Layout/Layout.js.map +3 -3
- package/dist/components/Layout/index.js +9 -1
- package/dist/components/Layout/index.js.map +3 -3
- package/dist/components/Preview/PreviewCivWrapper.js +4 -25
- package/dist/components/Preview/PreviewCivWrapper.js.map +3 -3
- package/dist/components/Preview/PreviewContent.js +19 -10
- package/dist/components/Preview/PreviewContent.js.map +3 -3
- package/dist/components/Preview/PreviewPageWrapper.js +4 -85
- package/dist/components/Preview/PreviewPageWrapper.js.map +3 -3
- package/dist/components/Preview/index.js +30 -3
- package/dist/components/Preview/index.js.map +3 -3
- package/dist/components/Section/Section.js +19 -8
- package/dist/components/Section/Section.js.map +3 -3
- package/dist/components/Section/Section.types.js +1 -0
- package/dist/components/Section/SectionItem.js +19 -11
- package/dist/components/Section/SectionItem.js.map +3 -3
- package/dist/components/Section/SectionItemCiv.js +19 -20
- package/dist/components/Section/SectionItemCiv.js.map +3 -3
- package/dist/components/Section/index.js +26 -4
- package/dist/components/Section/index.js.map +3 -3
- package/dist/components/Unknown/Unknown.js +6 -28
- package/dist/components/Unknown/Unknown.js.map +3 -3
- package/dist/components/Unknown/index.js +10 -1
- package/dist/components/Unknown/index.js.map +3 -3
- package/dist/components/index.js +48 -6
- package/dist/components/index.js.map +3 -3
- package/dist/contexts/ComponentMapContext.js +20 -9
- package/dist/contexts/ComponentMapContext.js.map +3 -3
- package/dist/contexts/index.js +24 -1
- package/dist/contexts/index.js.map +3 -3
- package/dist/routes/index.js +7134 -3
- package/dist/routes/index.js.map +4 -4
- package/dist/types/cms.js +1 -0
- package/dist/types/index.js +2 -1
- package/dist/types/index.js.map +3 -3
- package/dist/utils/getCmsUrl.js +4 -5
- package/dist/utils/getCmsUrl.js.map +3 -3
- package/dist/utils/getPageContent.js +5 -50
- package/dist/utils/getPageContent.js.map +3 -3
- package/dist/utils/index.js +11 -2
- package/dist/utils/index.js.map +3 -3
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -1,7 +1,49 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
PreviewContent,
|
|
3
|
+
Section,
|
|
4
|
+
SectionItem,
|
|
5
|
+
SectionItemCiv
|
|
6
|
+
} from "../chunk-NX7QUAFC.js";
|
|
7
|
+
import {
|
|
8
|
+
PreviewCivWrapper
|
|
9
|
+
} from "../chunk-OEYLOZQK.js";
|
|
10
|
+
import {
|
|
11
|
+
PreviewPageWrapper,
|
|
12
|
+
usePreview
|
|
13
|
+
} from "../chunk-P3WX4DFS.js";
|
|
14
|
+
import "../chunk-F5L7DWHD.js";
|
|
15
|
+
import {
|
|
16
|
+
App
|
|
17
|
+
} from "../chunk-MNT3ZFUU.js";
|
|
18
|
+
import "../chunk-CMALSZV3.js";
|
|
19
|
+
import {
|
|
20
|
+
Error
|
|
21
|
+
} from "../chunk-VV3NKXSX.js";
|
|
22
|
+
import "../chunk-EG5F4AP4.js";
|
|
23
|
+
import "../chunk-XG5CMDEI.js";
|
|
24
|
+
import {
|
|
25
|
+
Layout
|
|
26
|
+
} from "../chunk-4BZHC5AC.js";
|
|
27
|
+
import "../chunk-EE5DCIH7.js";
|
|
28
|
+
import "../chunk-EWRVCIV6.js";
|
|
29
|
+
import "../chunk-DG37VYL5.js";
|
|
30
|
+
import {
|
|
31
|
+
Unknown
|
|
32
|
+
} from "../chunk-GPTPACV2.js";
|
|
33
|
+
import "../chunk-4LSFAAZW.js";
|
|
34
|
+
import "../chunk-ZQUGFKHP.js";
|
|
35
|
+
import "../chunk-5WRI5ZAA.js";
|
|
36
|
+
export {
|
|
37
|
+
App,
|
|
38
|
+
Error,
|
|
39
|
+
Layout,
|
|
40
|
+
PreviewCivWrapper,
|
|
41
|
+
PreviewContent,
|
|
42
|
+
PreviewPageWrapper,
|
|
43
|
+
Section,
|
|
44
|
+
SectionItem,
|
|
45
|
+
SectionItemCiv,
|
|
46
|
+
Unknown,
|
|
47
|
+
usePreview
|
|
48
|
+
};
|
|
7
49
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": [
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"mappings": "
|
|
3
|
+
"sources": [],
|
|
4
|
+
"sourcesContent": [],
|
|
5
|
+
"mappings": "",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,12 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import {
|
|
2
|
+
ComponentMapProvider,
|
|
3
|
+
useComponentMap
|
|
4
|
+
} from "../chunk-NX7QUAFC.js";
|
|
5
|
+
import "../chunk-OEYLOZQK.js";
|
|
6
|
+
import "../chunk-P3WX4DFS.js";
|
|
7
|
+
import "../chunk-F5L7DWHD.js";
|
|
8
|
+
import "../chunk-MNT3ZFUU.js";
|
|
9
|
+
import "../chunk-CMALSZV3.js";
|
|
10
|
+
import "../chunk-VV3NKXSX.js";
|
|
11
|
+
import "../chunk-EG5F4AP4.js";
|
|
12
|
+
import "../chunk-XG5CMDEI.js";
|
|
13
|
+
import "../chunk-4BZHC5AC.js";
|
|
14
|
+
import "../chunk-EE5DCIH7.js";
|
|
15
|
+
import "../chunk-EWRVCIV6.js";
|
|
16
|
+
import "../chunk-DG37VYL5.js";
|
|
17
|
+
import "../chunk-GPTPACV2.js";
|
|
18
|
+
import "../chunk-4LSFAAZW.js";
|
|
19
|
+
import "../chunk-ZQUGFKHP.js";
|
|
20
|
+
import "../chunk-5WRI5ZAA.js";
|
|
10
21
|
export {
|
|
11
22
|
ComponentMapProvider,
|
|
12
23
|
useComponentMap
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": [
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"mappings": "
|
|
3
|
+
"sources": [],
|
|
4
|
+
"sourcesContent": [],
|
|
5
|
+
"mappings": "",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/contexts/index.js
CHANGED
|
@@ -1,2 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
import {
|
|
2
|
+
ComponentMapProvider,
|
|
3
|
+
useComponentMap
|
|
4
|
+
} from "../chunk-NX7QUAFC.js";
|
|
5
|
+
import "../chunk-OEYLOZQK.js";
|
|
6
|
+
import "../chunk-P3WX4DFS.js";
|
|
7
|
+
import "../chunk-F5L7DWHD.js";
|
|
8
|
+
import "../chunk-MNT3ZFUU.js";
|
|
9
|
+
import "../chunk-CMALSZV3.js";
|
|
10
|
+
import "../chunk-VV3NKXSX.js";
|
|
11
|
+
import "../chunk-EG5F4AP4.js";
|
|
12
|
+
import "../chunk-XG5CMDEI.js";
|
|
13
|
+
import "../chunk-4BZHC5AC.js";
|
|
14
|
+
import "../chunk-EE5DCIH7.js";
|
|
15
|
+
import "../chunk-EWRVCIV6.js";
|
|
16
|
+
import "../chunk-DG37VYL5.js";
|
|
17
|
+
import "../chunk-GPTPACV2.js";
|
|
18
|
+
import "../chunk-4LSFAAZW.js";
|
|
19
|
+
import "../chunk-ZQUGFKHP.js";
|
|
20
|
+
import "../chunk-5WRI5ZAA.js";
|
|
21
|
+
export {
|
|
22
|
+
ComponentMapProvider,
|
|
23
|
+
useComponentMap
|
|
24
|
+
};
|
|
2
25
|
//# sourceMappingURL=index.js.map
|