@graphcommerce/magento-cart-payment-method 2.108.3 → 2.108.7
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/CHANGELOG.md +11 -0
- package/PaymentMethodToggles/PaymentMethodToggles.tsx +2 -12
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.108.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-payment-method@2.108.3...@graphcommerce/magento-cart-payment-method@2.108.4) (2021-10-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* External SVG's can't have alt tags ([1b1414a](https://github.com/ho-nl/m2-pwa/commit/1b1414a782d55d3acf7b0e6bcaa50f2ad5f18f39))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.108.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-payment-method@2.108.2...@graphcommerce/magento-cart-payment-method@2.108.3) (2021-10-28)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -153,12 +153,7 @@ export default function PaymentMethodToggles(props: PaymentMethodTogglesProps) {
|
|
|
153
153
|
root: clsx(classes.buttonRoot, classes.leftButtonRoot),
|
|
154
154
|
}}
|
|
155
155
|
>
|
|
156
|
-
<SvgImageSimple
|
|
157
|
-
src={iconChevronLeft}
|
|
158
|
-
alt='chevron left'
|
|
159
|
-
size='small'
|
|
160
|
-
loading='eager'
|
|
161
|
-
/>
|
|
156
|
+
<SvgImageSimple src={iconChevronLeft} size='small' />
|
|
162
157
|
</ScrollerButton>
|
|
163
158
|
</m.div>
|
|
164
159
|
|
|
@@ -213,12 +208,7 @@ export default function PaymentMethodToggles(props: PaymentMethodTogglesProps) {
|
|
|
213
208
|
root: clsx(classes.buttonRoot, classes.rightButtonRoot),
|
|
214
209
|
}}
|
|
215
210
|
>
|
|
216
|
-
<SvgImageSimple
|
|
217
|
-
src={iconChevronRight}
|
|
218
|
-
alt='chevron right'
|
|
219
|
-
size='small'
|
|
220
|
-
loading='eager'
|
|
221
|
-
/>
|
|
211
|
+
<SvgImageSimple src={iconChevronRight} size='small' />
|
|
222
212
|
</ScrollerButton>
|
|
223
213
|
</m.div>
|
|
224
214
|
</ScrollerProvider>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/magento-cart-payment-method",
|
|
3
|
-
"version": "2.108.
|
|
3
|
+
"version": "2.108.7",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "14.x"
|
|
@@ -17,29 +17,29 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@graphcommerce/browserslist-config-pwa": "^3.0.2",
|
|
20
|
-
"@graphcommerce/eslint-config-pwa": "^3.1.
|
|
20
|
+
"@graphcommerce/eslint-config-pwa": "^3.1.3",
|
|
21
21
|
"@graphcommerce/prettier-config-pwa": "^3.0.3",
|
|
22
22
|
"@graphcommerce/typescript-config-pwa": "^3.1.1",
|
|
23
23
|
"@playwright/test": "^1.16.2"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@apollo/client": "^3.4.16",
|
|
27
|
-
"@graphcommerce/framer-scroller": "^0.4.
|
|
28
|
-
"@graphcommerce/graphql": "^2.105.
|
|
29
|
-
"@graphcommerce/image": "^2.105.
|
|
30
|
-
"@graphcommerce/magento-cart": "^3.4.
|
|
31
|
-
"@graphcommerce/magento-store": "^3.1.
|
|
32
|
-
"@graphcommerce/next-ui": "^3.11.
|
|
33
|
-
"@graphcommerce/react-hook-form": "^2.102.
|
|
27
|
+
"@graphcommerce/framer-scroller": "^0.4.3",
|
|
28
|
+
"@graphcommerce/graphql": "^2.105.2",
|
|
29
|
+
"@graphcommerce/image": "^2.105.2",
|
|
30
|
+
"@graphcommerce/magento-cart": "^3.4.4",
|
|
31
|
+
"@graphcommerce/magento-store": "^3.1.7",
|
|
32
|
+
"@graphcommerce/next-ui": "^3.11.4",
|
|
33
|
+
"@graphcommerce/react-hook-form": "^2.102.14",
|
|
34
34
|
"@graphql-typed-document-node/core": "^3.1.0",
|
|
35
35
|
"@material-ui/core": "^4.12.3",
|
|
36
36
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
37
37
|
"clsx": "^1.1.1",
|
|
38
38
|
"framer-motion": "^4.1.17",
|
|
39
|
-
"next": "^12.0.
|
|
39
|
+
"next": "^12.0.2",
|
|
40
40
|
"react": "^17.0.1",
|
|
41
41
|
"react-dom": "^17.0.1",
|
|
42
42
|
"type-fest": "^2.5.1"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "b6321b8f479a0ef6e4b1b543702158d964bbeac6"
|
|
45
45
|
}
|