@graphcommerce/mollie-magento-payment 3.4.12 → 3.5.2

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 CHANGED
@@ -1,5 +1,48 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`755d2cf83`](https://github.com/graphcommerce-org/graphcommerce/commit/755d2cf83343a5ad3d61063eff595d821de360aa), [`dc7f2dda4`](https://github.com/graphcommerce-org/graphcommerce/commit/dc7f2dda40ff8572fc11161de6eb62ca13e720dd)]:
8
+ - @graphcommerce/next-ui@4.23.0
9
+ - @graphcommerce/magento-cart@4.7.2
10
+ - @graphcommerce/magento-cart-payment-method@3.5.2
11
+ - @graphcommerce/magento-store@4.2.30
12
+
13
+ ## 3.5.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`448c77681`](https://github.com/graphcommerce-org/graphcommerce/commit/448c77681f9a7794e84ec93139d7e0f16afafbd9)]:
18
+ - @graphcommerce/graphql-mesh@4.1.9
19
+ - @graphcommerce/magento-store@4.2.29
20
+ - @graphcommerce/magento-cart@4.7.1
21
+ - @graphcommerce/magento-cart-payment-method@3.5.1
22
+
23
+ ## 3.5.0
24
+
25
+ ### Minor Changes
26
+
27
+ - [#1602](https://github.com/graphcommerce-org/graphcommerce/pull/1602) [`5f781a217`](https://github.com/graphcommerce-org/graphcommerce/commit/5f781a217ce63ed56bc1a9983487b04400a8a315) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Default styles and layout fixes
28
+
29
+ - Scaled icons and fonts down. Size in typography is now more gradual: https://graphcommerce.vercel.app/test/typography
30
+ - Multiple accessibility fixes. Missing button/input labels, and fixed spacing issues resulting in high % appropriately sized tap targets
31
+ - Replaced responsiveVal usage with better performaning breakpointVal where possible
32
+ - All buttons are now Pill by default.
33
+ - Cleaned up checkout styles
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [[`3ff0e7f2d`](https://github.com/graphcommerce-org/graphcommerce/commit/3ff0e7f2d26edad228848268d24e9aaf56cd2c30), [`04708dacc`](https://github.com/graphcommerce-org/graphcommerce/commit/04708daccc213c6ea927bc67fa3bd0d5b1fad619), [`bb94e7045`](https://github.com/graphcommerce-org/graphcommerce/commit/bb94e7045460cb671c45d612a0833731d7c20c30), [`b0dc4e2e1`](https://github.com/graphcommerce-org/graphcommerce/commit/b0dc4e2e1982d502d38dd50a0f493396360a7a15), [`4a5286dfe`](https://github.com/graphcommerce-org/graphcommerce/commit/4a5286dfeaa1719e594a0078f274fbab53969c4e), [`d46d5ed0c`](https://github.com/graphcommerce-org/graphcommerce/commit/d46d5ed0cc5794391b7527fc17bbb68ec2212e33), [`e573278e4`](https://github.com/graphcommerce-org/graphcommerce/commit/e573278e43506a6b17a2981e61d0e9fad41eb2eb), [`5f781a217`](https://github.com/graphcommerce-org/graphcommerce/commit/5f781a217ce63ed56bc1a9983487b04400a8a315), [`ac6eedbb1`](https://github.com/graphcommerce-org/graphcommerce/commit/ac6eedbb14d3abd8cf1231a98dc2a8b7f4659f1f)]:
38
+ - @graphcommerce/graphql-mesh@4.1.8
39
+ - @graphcommerce/next-ui@4.22.0
40
+ - @graphcommerce/magento-cart@4.7.0
41
+ - @graphcommerce/magento-cart-payment-method@3.5.0
42
+ - @graphcommerce/magento-store@4.2.28
43
+ - @graphcommerce/graphql@3.4.7
44
+ - @graphcommerce/image@3.1.9
45
+
3
46
  ## 3.4.12
4
47
 
5
48
  ### Patch Changes
@@ -81,7 +81,7 @@ export function MolliePaymentHandler({ code }: PaymentHandlerProps) {
81
81
  disableMargin
82
82
  button={
83
83
  <Button
84
- variant='contained'
84
+ variant='pill'
85
85
  color='primary'
86
86
  size='large'
87
87
  onClick={() => {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/mollie-magento-payment",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.4.12",
5
+ "version": "3.5.2",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -13,22 +13,22 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@graphcommerce/eslint-config-pwa": "^4.1.10",
16
- "@graphcommerce/magento-cart-shipping-address": "3.3.9",
17
- "@graphcommerce/magento-product": "4.4.25",
18
- "@graphcommerce/magento-product-configurable": "4.1.32",
16
+ "@graphcommerce/magento-cart-shipping-address": "3.4.2",
17
+ "@graphcommerce/magento-product": "4.5.2",
18
+ "@graphcommerce/magento-product-configurable": "4.2.2",
19
19
  "@graphcommerce/prettier-config-pwa": "^4.0.6",
20
20
  "@graphcommerce/typescript-config-pwa": "^4.0.4",
21
21
  "@playwright/test": "^1.21.1",
22
22
  "type-fest": "^2.12.2"
23
23
  },
24
24
  "dependencies": {
25
- "@graphcommerce/graphql": "3.4.6",
26
- "@graphcommerce/graphql-mesh": "4.1.7",
27
- "@graphcommerce/image": "3.1.8",
28
- "@graphcommerce/magento-cart": "4.6.9",
29
- "@graphcommerce/magento-cart-payment-method": "3.4.12",
30
- "@graphcommerce/magento-store": "4.2.27",
31
- "@graphcommerce/next-ui": "4.21.0",
25
+ "@graphcommerce/graphql": "3.4.7",
26
+ "@graphcommerce/graphql-mesh": "4.1.9",
27
+ "@graphcommerce/image": "3.1.9",
28
+ "@graphcommerce/magento-cart": "4.7.2",
29
+ "@graphcommerce/magento-cart-payment-method": "3.5.2",
30
+ "@graphcommerce/magento-store": "4.2.30",
31
+ "@graphcommerce/next-ui": "4.23.0",
32
32
  "@graphcommerce/react-hook-form": "3.3.2"
33
33
  },
34
34
  "peerDependencies": {