@ikas/storefront 0.0.118 → 0.0.119

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
@@ -27497,7 +27497,6 @@ var IkasCartStore = /** @class */ (function () {
27497
27497
  };
27498
27498
  this.baseStore = baseStore;
27499
27499
  makeAutoObservable(this);
27500
- this.getCart();
27501
27500
  }
27502
27501
  Object.defineProperty(IkasCartStore.prototype, "isBrowser", {
27503
27502
  get: function () {
@@ -27967,6 +27966,8 @@ var IkasPage = observer(function (_a) {
27967
27966
  }
27968
27967
  useEffect(function () {
27969
27968
  store.checkLocalization();
27969
+ //@ts-ignore
27970
+ store.cartStore.getCart();
27970
27971
  }, []);
27971
27972
  var renderComponent = function (pageComponent, index) {
27972
27973
  var pageComponentPropValue = propValues.find(function (pv) { return pv.pageComponent.id === pageComponent.id; });
package/build/index.js CHANGED
@@ -27477,7 +27477,6 @@ var IkasCartStore = /** @class */ (function () {
27477
27477
  };
27478
27478
  this.baseStore = baseStore;
27479
27479
  mobx.makeAutoObservable(this);
27480
- this.getCart();
27481
27480
  }
27482
27481
  Object.defineProperty(IkasCartStore.prototype, "isBrowser", {
27483
27482
  get: function () {
@@ -27947,6 +27946,8 @@ var IkasPage = mobxReactLite.observer(function (_a) {
27947
27946
  }
27948
27947
  React.useEffect(function () {
27949
27948
  store.checkLocalization();
27949
+ //@ts-ignore
27950
+ store.cartStore.getCart();
27950
27951
  }, []);
27951
27952
  var renderComponent = function (pageComponent, index) {
27952
27953
  var pageComponentPropValue = propValues.find(function (pv) { return pv.pageComponent.id === pageComponent.id; });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.118",
3
+ "version": "0.0.119",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",