@ikas/storefront 0.0.168-alpha.18 → 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 +2 -1
- package/build/index.js +2 -1
- 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
|
});
|
|
@@ -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
|
});
|
|
@@ -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");
|