@ikas/storefront 0.0.167-alpha.4 → 0.0.167-alpha.5
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/build/index.es.js +3 -2
- package/build/index.js +3 -2
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -41470,7 +41470,7 @@ var IkasPage = observer(function (_a) {
|
|
|
41470
41470
|
IkasStorefrontConfig.initWithJson(configJson);
|
|
41471
41471
|
var store = IkasStorefrontConfig.store;
|
|
41472
41472
|
var router = useRouter();
|
|
41473
|
-
var _b = useState(false)
|
|
41473
|
+
var _b = useState(false); _b[0]; var setMounted = _b[1];
|
|
41474
41474
|
var _c = useState(false), isBrowser = _c[0], setIsBrowser = _c[1];
|
|
41475
41475
|
var settings = useState(new IkasThemeSettings(JSON.parse(settingsStr)))[0];
|
|
41476
41476
|
var _d = useState(IkasPageDataProvider.initPropValues(propValuesStr, router, settingsStr)), propValues = _d[0], setPropValues = _d[1];
|
|
@@ -41495,7 +41495,7 @@ var IkasPage = observer(function (_a) {
|
|
|
41495
41495
|
var footerComponentPropValue = propValues.find(function (pv) { return pv.component.isFooter; });
|
|
41496
41496
|
var others = propValues.filter(function (pv) { return !pv.component.isHeader && !pv.component.isFooter; }) || [];
|
|
41497
41497
|
var pageStyle = {
|
|
41498
|
-
visibility:
|
|
41498
|
+
visibility: "visible",
|
|
41499
41499
|
position: "relative",
|
|
41500
41500
|
minHeight: "100vh",
|
|
41501
41501
|
display: "flex",
|
|
@@ -69921,6 +69921,7 @@ var ThemeEditorComponent = observer(function (_a) {
|
|
|
69921
69921
|
}),
|
|
69922
69922
|
}),
|
|
69923
69923
|
checkoutSettings: new IkasCheckoutSettings(),
|
|
69924
|
+
merchantSettings: null,
|
|
69924
69925
|
customizationProps: __assign({}, propValues),
|
|
69925
69926
|
returnPolicy: "",
|
|
69926
69927
|
privacyPolicy: "",
|
package/build/index.js
CHANGED
|
@@ -41450,7 +41450,7 @@ var IkasPage = mobxReactLite.observer(function (_a) {
|
|
|
41450
41450
|
IkasStorefrontConfig.initWithJson(configJson);
|
|
41451
41451
|
var store = IkasStorefrontConfig.store;
|
|
41452
41452
|
var router$1 = router.useRouter();
|
|
41453
|
-
var _b = React.useState(false)
|
|
41453
|
+
var _b = React.useState(false); _b[0]; var setMounted = _b[1];
|
|
41454
41454
|
var _c = React.useState(false), isBrowser = _c[0], setIsBrowser = _c[1];
|
|
41455
41455
|
var settings = React.useState(new IkasThemeSettings(JSON.parse(settingsStr)))[0];
|
|
41456
41456
|
var _d = React.useState(IkasPageDataProvider.initPropValues(propValuesStr, router$1, settingsStr)), propValues = _d[0], setPropValues = _d[1];
|
|
@@ -41475,7 +41475,7 @@ var IkasPage = mobxReactLite.observer(function (_a) {
|
|
|
41475
41475
|
var footerComponentPropValue = propValues.find(function (pv) { return pv.component.isFooter; });
|
|
41476
41476
|
var others = propValues.filter(function (pv) { return !pv.component.isHeader && !pv.component.isFooter; }) || [];
|
|
41477
41477
|
var pageStyle = {
|
|
41478
|
-
visibility:
|
|
41478
|
+
visibility: "visible",
|
|
41479
41479
|
position: "relative",
|
|
41480
41480
|
minHeight: "100vh",
|
|
41481
41481
|
display: "flex",
|
|
@@ -69900,6 +69900,7 @@ var ThemeEditorComponent = mobxReactLite.observer(function (_a) {
|
|
|
69900
69900
|
}),
|
|
69901
69901
|
}),
|
|
69902
69902
|
checkoutSettings: new IkasCheckoutSettings(),
|
|
69903
|
+
merchantSettings: null,
|
|
69903
69904
|
customizationProps: __assign({}, propValues),
|
|
69904
69905
|
returnPolicy: "",
|
|
69905
69906
|
privacyPolicy: "",
|