@ikas/storefront 4.15.44 → 4.15.45

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.
Files changed (35) hide show
  1. package/build/analytics/analytics.d.ts +2 -2
  2. package/build/analytics/analytics.js +1 -1
  3. package/build/analytics/googleAnalytics.js +1 -1
  4. package/build/analytics/googleTagManager.d.ts +3 -2
  5. package/build/analytics/googleTagManager.js +1 -1
  6. package/build/analytics/ikasV3.js +1 -1
  7. package/build/components/checkout/components/address-form/model.d.ts +1 -0
  8. package/build/components/checkout/components/address-form/model.js +1 -1
  9. package/build/components/checkout/components/cart-summary/index.js +1 -1
  10. package/build/components/checkout/components/customer-addresses/index.d.ts +1 -0
  11. package/build/components/checkout/components/customer-addresses/index.js +1 -1
  12. package/build/components/checkout/index.js +1 -1
  13. package/build/components/checkout/model.d.ts +4 -2
  14. package/build/components/checkout/model.js +1 -1
  15. package/build/components/checkout/steps/step-info/index.js +1 -1
  16. package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
  17. package/build/components/index.d.ts +1 -0
  18. package/build/components/page/head.js +1 -1
  19. package/build/components/page-editor/ThemeComponentEditor.js +1 -1
  20. package/build/components/page-editor/model.js +1 -1
  21. package/build/components/paypal-express-checkout/index.d.ts +9 -0
  22. package/build/components/paypal-express-checkout/index.js +1 -0
  23. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/form-element-renderer/index.js +1 -1
  24. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/index.js +1 -1
  25. package/build/hooks/useStore.js +1 -1
  26. package/build/index.js +1 -1
  27. package/build/models/data/checkout-settings/index.d.ts +1 -0
  28. package/build/models/data/checkout-settings/index.js +1 -1
  29. package/build/models/data/product/variant/index.d.ts +1 -0
  30. package/build/models/data/product/variant/index.js +1 -1
  31. package/build/models/ui/product-list/index.js +1 -1
  32. package/build/pages/checkout.js +1 -1
  33. package/build/store/checkout/index.d.ts +2 -1
  34. package/build/store/checkout/index.js +1 -1
  35. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "4.15.44",
3
+ "version": "4.15.45",
4
4
  "description": "Storefront functionality for ikas storefront themes.",
5
5
  "author": "ikas",
6
6
  "license": "ISC",
@@ -18,15 +18,15 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "web-streams-polyfill": "3.2.1",
21
- "@ikas/popup-renderer": "1.0.187",
21
+ "@ikas/popup-renderer": "1.0.190",
22
22
  "swiper": "11.0.6"
23
23
  },
24
24
  "devDependencies": {
25
- "@ikas/storefront-api": "^4.15.44",
26
- "@ikas/storefront-config": "^4.15.44",
27
- "@ikas/storefront-model-functions": "^4.15.44",
28
- "@ikas/storefront-models": "^4.15.44",
29
- "@ikas/storefront-providers": "^4.15.44",
25
+ "@ikas/storefront-api": "^4.15.45",
26
+ "@ikas/storefront-config": "^4.15.45",
27
+ "@ikas/storefront-model-functions": "^4.15.45",
28
+ "@ikas/storefront-models": "^4.15.45",
29
+ "@ikas/storefront-providers": "^4.15.45",
30
30
  "@ikas/localized-address": "1.0.0-beta.6",
31
31
  "@adyen/adyen-web": "^5.57.0",
32
32
  "@rollup/plugin-commonjs": "^22.0.0",
@@ -60,12 +60,12 @@
60
60
  "@paypal/react-paypal-js": "^7.8.2"
61
61
  },
62
62
  "peerDependencies": {
63
- "@ikas/localized-address": "1.0.0-beta.4",
64
- "@ikas/storefront-api": "^4.15.44",
65
- "@ikas/storefront-config": "^4.15.44",
66
- "@ikas/storefront-model-functions": "^4.15.44",
67
- "@ikas/storefront-models": "^4.15.44",
68
- "@ikas/storefront-providers": "^4.15.44",
63
+ "@ikas/localized-address": "1.0.0-beta.6",
64
+ "@ikas/storefront-api": "^4.15.45",
65
+ "@ikas/storefront-config": "^4.15.45",
66
+ "@ikas/storefront-model-functions": "^4.15.45",
67
+ "@ikas/storefront-models": "^4.15.45",
68
+ "@ikas/storefront-providers": "^4.15.45",
69
69
  "mobx": "^6.1.3",
70
70
  "mobx-react-lite": "^3.1.5",
71
71
  "next": "12.2.0",