@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 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.checkoutStep(vm.checkout, vm.step);
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.checkoutStep(vm.checkout, vm.step);
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");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.168-alpha.18",
3
+ "version": "0.0.168-alpha.19",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",