@ikas/storefront 0.0.168-alpha.17 → 0.0.168-alpha.19
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
|
@@ -23575,6 +23575,7 @@ var CheckoutViewModel = /** @class */ (function () {
|
|
|
23575
23575
|
_b.label = 11;
|
|
23576
23576
|
case 11:
|
|
23577
23577
|
this.isCheckoutLoaded = true;
|
|
23578
|
+
Analytics.checkoutStep(this.checkout, this.step);
|
|
23578
23579
|
return [2 /*return*/];
|
|
23579
23580
|
}
|
|
23580
23581
|
});
|
|
@@ -69568,7 +69569,7 @@ var PaymentGateways = observer(function (_a) {
|
|
|
69568
69569
|
height: "52px",
|
|
69569
69570
|
display: "flex",
|
|
69570
69571
|
justifyContent: "center",
|
|
69571
|
-
|
|
69572
|
+
margin: "24px 0",
|
|
69572
69573
|
} },
|
|
69573
69574
|
createElement(SVGExternal, null))),
|
|
69574
69575
|
createElement("div", { dangerouslySetInnerHTML: { __html: pg.description } }))) : undefined, onClick: function () {
|
|
@@ -70365,7 +70366,7 @@ var IkasCheckoutPage = function (_a) {
|
|
|
70365
70366
|
router.push("/account/login?redirect=" + encodeURIComponent(vm.checkoutUrl));
|
|
70366
70367
|
}
|
|
70367
70368
|
Analytics.beginCheckout(vm.checkout);
|
|
70368
|
-
Analytics.
|
|
70369
|
+
Analytics.pageView(IkasThemePageType.CHECKOUT);
|
|
70369
70370
|
}, []);
|
|
70370
70371
|
useEffect(function () {
|
|
70371
70372
|
document.documentElement.style.setProperty("--checkout-button-bg-color", (customizationProps === null || customizationProps === void 0 ? void 0 : customizationProps.buttonBgColor) || "#272727");
|
package/build/index.js
CHANGED
|
@@ -23582,6 +23582,7 @@ var CheckoutViewModel = /** @class */ (function () {
|
|
|
23582
23582
|
_b.label = 11;
|
|
23583
23583
|
case 11:
|
|
23584
23584
|
this.isCheckoutLoaded = true;
|
|
23585
|
+
Analytics.checkoutStep(this.checkout, this.step);
|
|
23585
23586
|
return [2 /*return*/];
|
|
23586
23587
|
}
|
|
23587
23588
|
});
|
|
@@ -69547,7 +69548,7 @@ var PaymentGateways = mobxReactLite.observer(function (_a) {
|
|
|
69547
69548
|
height: "52px",
|
|
69548
69549
|
display: "flex",
|
|
69549
69550
|
justifyContent: "center",
|
|
69550
|
-
|
|
69551
|
+
margin: "24px 0",
|
|
69551
69552
|
} },
|
|
69552
69553
|
React.createElement(SVGExternal, null))),
|
|
69553
69554
|
React.createElement("div", { dangerouslySetInnerHTML: { __html: pg.description } }))) : undefined, onClick: function () {
|
|
@@ -70344,7 +70345,7 @@ var IkasCheckoutPage = function (_a) {
|
|
|
70344
70345
|
router$1.push("/account/login?redirect=" + encodeURIComponent(vm.checkoutUrl));
|
|
70345
70346
|
}
|
|
70346
70347
|
Analytics.beginCheckout(vm.checkout);
|
|
70347
|
-
Analytics.
|
|
70348
|
+
Analytics.pageView(exports.IkasThemePageType.CHECKOUT);
|
|
70348
70349
|
}, []);
|
|
70349
70350
|
React.useEffect(function () {
|
|
70350
70351
|
document.documentElement.style.setProperty("--checkout-button-bg-color", (customizationProps === null || customizationProps === void 0 ? void 0 : customizationProps.buttonBgColor) || "#272727");
|