@gem-sdk/pages 1.8.27 → 1.8.30
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/cjs/pages/builder.js +9 -34
- package/dist/esm/pages/builder.js +9 -34
- package/package.json +1 -1
|
@@ -48,46 +48,20 @@ const BuilderPage = ({ components , seo , themeStyle , fontStyle , sectionData ,
|
|
|
48
48
|
})
|
|
49
49
|
]
|
|
50
50
|
}),
|
|
51
|
-
/*#__PURE__*/ jsxRuntime.
|
|
51
|
+
/*#__PURE__*/ jsxRuntime.jsx(core.BuilderComponentProvider, {
|
|
52
52
|
components: components,
|
|
53
|
-
children:
|
|
54
|
-
/*#__PURE__*/ jsxRuntime.jsx(
|
|
55
|
-
children: /*#__PURE__*/ jsxRuntime.jsx(core.SectionProvider, {
|
|
56
|
-
data: sectionData,
|
|
57
|
-
children: /*#__PURE__*/ jsxRuntime.jsxs(core.BuilderPreviewProvider, {
|
|
58
|
-
state: initState,
|
|
59
|
-
children: [
|
|
60
|
-
/*#__PURE__*/ jsxRuntime.jsx(Toolbox.default, {}),
|
|
61
|
-
/*#__PURE__*/ jsxRuntime.jsx(PopupManager.default, {}),
|
|
62
|
-
loadSuccess && /*#__PURE__*/ jsxRuntime.jsxs("div", {
|
|
63
|
-
className: "builder z-1 relative",
|
|
64
|
-
children: [
|
|
65
|
-
/*#__PURE__*/ jsxRuntime.jsx(Header.default, {}),
|
|
66
|
-
/*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
67
|
-
id: "storefront",
|
|
68
|
-
children: /*#__PURE__*/ jsxRuntime.jsx(core.RenderPreview, {
|
|
69
|
-
uid: "ROOT"
|
|
70
|
-
})
|
|
71
|
-
}),
|
|
72
|
-
/*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
73
|
-
id: "visual-content"
|
|
74
|
-
}),
|
|
75
|
-
/*#__PURE__*/ jsxRuntime.jsx(Footer.default, {})
|
|
76
|
-
]
|
|
77
|
-
})
|
|
78
|
-
]
|
|
79
|
-
}, "preview")
|
|
80
|
-
})
|
|
81
|
-
}),
|
|
82
|
-
/*#__PURE__*/ jsxRuntime.jsx(core.SectionProvider, {
|
|
53
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(WrapProvider, {
|
|
54
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(core.SectionProvider, {
|
|
83
55
|
data: sectionData,
|
|
84
56
|
children: /*#__PURE__*/ jsxRuntime.jsxs(core.BuilderPreviewProvider, {
|
|
85
57
|
state: initState,
|
|
86
58
|
children: [
|
|
87
59
|
/*#__PURE__*/ jsxRuntime.jsx(Toolbox.default, {}),
|
|
60
|
+
/*#__PURE__*/ jsxRuntime.jsx(PopupManager.default, {}),
|
|
88
61
|
loadSuccess && /*#__PURE__*/ jsxRuntime.jsxs("div", {
|
|
89
|
-
className: "builder",
|
|
62
|
+
className: "builder z-1 relative",
|
|
90
63
|
children: [
|
|
64
|
+
/*#__PURE__*/ jsxRuntime.jsx(Header.default, {}),
|
|
91
65
|
/*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
92
66
|
id: "storefront",
|
|
93
67
|
children: pageType === 'GP_COLLECTION' ? /*#__PURE__*/ jsxRuntime.jsx(CollectionGlobalProvider.default, {
|
|
@@ -100,13 +74,14 @@ const BuilderPage = ({ components , seo , themeStyle , fontStyle , sectionData ,
|
|
|
100
74
|
}),
|
|
101
75
|
/*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
102
76
|
id: "visual-content"
|
|
103
|
-
})
|
|
77
|
+
}),
|
|
78
|
+
/*#__PURE__*/ jsxRuntime.jsx(Footer.default, {})
|
|
104
79
|
]
|
|
105
80
|
})
|
|
106
81
|
]
|
|
107
82
|
}, "preview")
|
|
108
83
|
})
|
|
109
|
-
|
|
84
|
+
})
|
|
110
85
|
})
|
|
111
86
|
]
|
|
112
87
|
});
|
|
@@ -46,46 +46,20 @@ const BuilderPage = ({ components , seo , themeStyle , fontStyle , sectionData ,
|
|
|
46
46
|
})
|
|
47
47
|
]
|
|
48
48
|
}),
|
|
49
|
-
/*#__PURE__*/
|
|
49
|
+
/*#__PURE__*/ jsx(BuilderComponentProvider, {
|
|
50
50
|
components: components,
|
|
51
|
-
children:
|
|
52
|
-
/*#__PURE__*/ jsx(
|
|
53
|
-
children: /*#__PURE__*/ jsx(SectionProvider, {
|
|
54
|
-
data: sectionData,
|
|
55
|
-
children: /*#__PURE__*/ jsxs(BuilderPreviewProvider, {
|
|
56
|
-
state: initState,
|
|
57
|
-
children: [
|
|
58
|
-
/*#__PURE__*/ jsx(Toolbox, {}),
|
|
59
|
-
/*#__PURE__*/ jsx(PopupManager, {}),
|
|
60
|
-
loadSuccess && /*#__PURE__*/ jsxs("div", {
|
|
61
|
-
className: "builder z-1 relative",
|
|
62
|
-
children: [
|
|
63
|
-
/*#__PURE__*/ jsx(Header, {}),
|
|
64
|
-
/*#__PURE__*/ jsx("div", {
|
|
65
|
-
id: "storefront",
|
|
66
|
-
children: /*#__PURE__*/ jsx(RenderPreview, {
|
|
67
|
-
uid: "ROOT"
|
|
68
|
-
})
|
|
69
|
-
}),
|
|
70
|
-
/*#__PURE__*/ jsx("div", {
|
|
71
|
-
id: "visual-content"
|
|
72
|
-
}),
|
|
73
|
-
/*#__PURE__*/ jsx(Footer, {})
|
|
74
|
-
]
|
|
75
|
-
})
|
|
76
|
-
]
|
|
77
|
-
}, "preview")
|
|
78
|
-
})
|
|
79
|
-
}),
|
|
80
|
-
/*#__PURE__*/ jsx(SectionProvider, {
|
|
51
|
+
children: /*#__PURE__*/ jsx(WrapProvider, {
|
|
52
|
+
children: /*#__PURE__*/ jsx(SectionProvider, {
|
|
81
53
|
data: sectionData,
|
|
82
54
|
children: /*#__PURE__*/ jsxs(BuilderPreviewProvider, {
|
|
83
55
|
state: initState,
|
|
84
56
|
children: [
|
|
85
57
|
/*#__PURE__*/ jsx(Toolbox, {}),
|
|
58
|
+
/*#__PURE__*/ jsx(PopupManager, {}),
|
|
86
59
|
loadSuccess && /*#__PURE__*/ jsxs("div", {
|
|
87
|
-
className: "builder",
|
|
60
|
+
className: "builder z-1 relative",
|
|
88
61
|
children: [
|
|
62
|
+
/*#__PURE__*/ jsx(Header, {}),
|
|
89
63
|
/*#__PURE__*/ jsx("div", {
|
|
90
64
|
id: "storefront",
|
|
91
65
|
children: pageType === 'GP_COLLECTION' ? /*#__PURE__*/ jsx(CollectionGlobalProvider, {
|
|
@@ -98,13 +72,14 @@ const BuilderPage = ({ components , seo , themeStyle , fontStyle , sectionData ,
|
|
|
98
72
|
}),
|
|
99
73
|
/*#__PURE__*/ jsx("div", {
|
|
100
74
|
id: "visual-content"
|
|
101
|
-
})
|
|
75
|
+
}),
|
|
76
|
+
/*#__PURE__*/ jsx(Footer, {})
|
|
102
77
|
]
|
|
103
78
|
})
|
|
104
79
|
]
|
|
105
80
|
}, "preview")
|
|
106
81
|
})
|
|
107
|
-
|
|
82
|
+
})
|
|
108
83
|
})
|
|
109
84
|
]
|
|
110
85
|
});
|