@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.
- package/build/analytics/analytics.d.ts +2 -2
- package/build/analytics/analytics.js +1 -1
- package/build/analytics/googleAnalytics.js +1 -1
- package/build/analytics/googleTagManager.d.ts +3 -2
- package/build/analytics/googleTagManager.js +1 -1
- package/build/analytics/ikasV3.js +1 -1
- package/build/components/checkout/components/address-form/model.d.ts +1 -0
- package/build/components/checkout/components/address-form/model.js +1 -1
- package/build/components/checkout/components/cart-summary/index.js +1 -1
- package/build/components/checkout/components/customer-addresses/index.d.ts +1 -0
- package/build/components/checkout/components/customer-addresses/index.js +1 -1
- package/build/components/checkout/index.js +1 -1
- package/build/components/checkout/model.d.ts +4 -2
- package/build/components/checkout/model.js +1 -1
- package/build/components/checkout/steps/step-info/index.js +1 -1
- package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
- package/build/components/index.d.ts +1 -0
- package/build/components/page/head.js +1 -1
- package/build/components/page-editor/ThemeComponentEditor.js +1 -1
- package/build/components/page-editor/model.js +1 -1
- package/build/components/paypal-express-checkout/index.d.ts +9 -0
- package/build/components/paypal-express-checkout/index.js +1 -0
- package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/form-element-renderer/index.js +1 -1
- package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/index.js +1 -1
- package/build/hooks/useStore.js +1 -1
- package/build/index.js +1 -1
- package/build/models/data/checkout-settings/index.d.ts +1 -0
- package/build/models/data/checkout-settings/index.js +1 -1
- package/build/models/data/product/variant/index.d.ts +1 -0
- package/build/models/data/product/variant/index.js +1 -1
- package/build/models/ui/product-list/index.js +1 -1
- package/build/pages/checkout.js +1 -1
- package/build/store/checkout/index.d.ts +2 -1
- package/build/store/checkout/index.js +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikas/storefront",
|
|
3
|
-
"version": "4.15.
|
|
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.
|
|
21
|
+
"@ikas/popup-renderer": "1.0.190",
|
|
22
22
|
"swiper": "11.0.6"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@ikas/storefront-api": "^4.15.
|
|
26
|
-
"@ikas/storefront-config": "^4.15.
|
|
27
|
-
"@ikas/storefront-model-functions": "^4.15.
|
|
28
|
-
"@ikas/storefront-models": "^4.15.
|
|
29
|
-
"@ikas/storefront-providers": "^4.15.
|
|
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.
|
|
64
|
-
"@ikas/storefront-api": "^4.15.
|
|
65
|
-
"@ikas/storefront-config": "^4.15.
|
|
66
|
-
"@ikas/storefront-model-functions": "^4.15.
|
|
67
|
-
"@ikas/storefront-models": "^4.15.
|
|
68
|
-
"@ikas/storefront-providers": "^4.15.
|
|
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",
|