@graphcommerce/mollie-magento-payment 10.0.0-canary.67 → 10.0.0-canary.68

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,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.0.0-canary.68
4
+
3
5
  ## 10.0.0-canary.67
4
6
 
5
7
  ## 10.0.0-canary.66
@@ -110,18 +110,21 @@ export function MollieField(props: MollieFieldProps) {
110
110
  label={label}
111
111
  error={isSubmitted && (!!state.error || !state.valid)}
112
112
  helperText={isSubmitted && (state.error || (!state.valid && `${label} cannot be empty`))}
113
- InputProps={{
114
- inputComponent: InputComponent,
115
- inputProps: { component: IframeField },
116
- }}
117
- InputLabelProps={{
118
- sx: (theme) => ({
119
- background:
120
- theme.palette.mode === 'light'
121
- ? theme.palette.secondary.light
122
- : theme.palette.background.paper,
123
- }),
124
- shrink: true,
113
+ slotProps={{
114
+ input: {
115
+ inputComponent: InputComponent,
116
+ inputProps: { component: IframeField },
117
+ },
118
+
119
+ inputLabel: {
120
+ sx: (theme) => ({
121
+ background: theme.vars.palette.secondary.light,
122
+ ...theme.applyStyles('dark', {
123
+ background: theme.vars.palette.background.paper,
124
+ }),
125
+ }),
126
+ shrink: true,
127
+ },
125
128
  }}
126
129
  />
127
130
  </mollieFieldContext.Provider>
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": "10.0.0-canary.67",
5
+ "version": "10.0.0-canary.68",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,25 +12,25 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^10.0.0-canary.67",
16
- "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.67",
17
- "@graphcommerce/graphql": "^10.0.0-canary.67",
18
- "@graphcommerce/graphql-mesh": "^10.0.0-canary.67",
19
- "@graphcommerce/image": "^10.0.0-canary.67",
20
- "@graphcommerce/magento-cart": "^10.0.0-canary.67",
21
- "@graphcommerce/magento-cart-payment-method": "^10.0.0-canary.67",
22
- "@graphcommerce/magento-cart-shipping-address": "^10.0.0-canary.67",
23
- "@graphcommerce/magento-product": "^10.0.0-canary.67",
24
- "@graphcommerce/magento-product-configurable": "^10.0.0-canary.67",
25
- "@graphcommerce/magento-store": "^10.0.0-canary.67",
26
- "@graphcommerce/next-ui": "^10.0.0-canary.67",
27
- "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.67",
28
- "@graphcommerce/react-hook-form": "^10.0.0-canary.67",
29
- "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.67",
15
+ "@graphcommerce/ecommerce-ui": "^10.0.0-canary.68",
16
+ "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.68",
17
+ "@graphcommerce/graphql": "^10.0.0-canary.68",
18
+ "@graphcommerce/graphql-mesh": "^10.0.0-canary.68",
19
+ "@graphcommerce/image": "^10.0.0-canary.68",
20
+ "@graphcommerce/magento-cart": "^10.0.0-canary.68",
21
+ "@graphcommerce/magento-cart-payment-method": "^10.0.0-canary.68",
22
+ "@graphcommerce/magento-cart-shipping-address": "^10.0.0-canary.68",
23
+ "@graphcommerce/magento-product": "^10.0.0-canary.68",
24
+ "@graphcommerce/magento-product-configurable": "^10.0.0-canary.68",
25
+ "@graphcommerce/magento-store": "^10.0.0-canary.68",
26
+ "@graphcommerce/next-ui": "^10.0.0-canary.68",
27
+ "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.68",
28
+ "@graphcommerce/react-hook-form": "^10.0.0-canary.68",
29
+ "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.68",
30
30
  "@lingui/core": "^5",
31
31
  "@lingui/macro": "^5",
32
32
  "@lingui/react": "^5",
33
- "@mui/material": "^5.10.16",
33
+ "@mui/material": "^7.0.0",
34
34
  "next": "*",
35
35
  "react": "^19.2.0",
36
36
  "react-dom": "^19.2.0"