@graphcommerce/mollie-magento-payment 9.0.0-canary.115 → 9.0.0-canary.117

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.117
4
+
5
+ ## 9.0.0-canary.116
6
+
3
7
  ## 9.0.0-canary.115
4
8
 
5
9
  ## 9.0.0-canary.114
@@ -92,6 +92,7 @@ export type MollieFieldProps = {
92
92
  isSubmitted?: boolean
93
93
  } & TextFieldProps
94
94
 
95
+ /** @public */
95
96
  export function MollieField(props: MollieFieldProps) {
96
97
  const { isSubmitted = false, label, ...fieldProps } = props
97
98
 
package/methods.ts CHANGED
@@ -12,7 +12,7 @@ const mollieModule: PaymentModule = {
12
12
  PaymentPlaceOrder: MolliePlaceOrder,
13
13
  }
14
14
 
15
- export const idealModule: PaymentModule = {
15
+ const idealModule: PaymentModule = {
16
16
  PaymentOptions: MollieIdealOptions,
17
17
  PaymentActionCard: MollieActionCard,
18
18
  PaymentHandler: MolliePaymentHandler,
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": "9.0.0-canary.115",
5
+ "version": "9.0.0-canary.117",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,21 +12,21 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.0-canary.115",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.115",
17
- "@graphcommerce/graphql": "^9.0.0-canary.115",
18
- "@graphcommerce/graphql-mesh": "^9.0.0-canary.115",
19
- "@graphcommerce/image": "^9.0.0-canary.115",
20
- "@graphcommerce/magento-cart": "^9.0.0-canary.115",
21
- "@graphcommerce/magento-cart-payment-method": "^9.0.0-canary.115",
22
- "@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.115",
23
- "@graphcommerce/magento-product": "^9.0.0-canary.115",
24
- "@graphcommerce/magento-product-configurable": "^9.0.0-canary.115",
25
- "@graphcommerce/magento-store": "^9.0.0-canary.115",
26
- "@graphcommerce/next-ui": "^9.0.0-canary.115",
27
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.115",
28
- "@graphcommerce/react-hook-form": "^9.0.0-canary.115",
29
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.115",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.0-canary.117",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.117",
17
+ "@graphcommerce/graphql": "^9.0.0-canary.117",
18
+ "@graphcommerce/graphql-mesh": "^9.0.0-canary.117",
19
+ "@graphcommerce/image": "^9.0.0-canary.117",
20
+ "@graphcommerce/magento-cart": "^9.0.0-canary.117",
21
+ "@graphcommerce/magento-cart-payment-method": "^9.0.0-canary.117",
22
+ "@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.117",
23
+ "@graphcommerce/magento-product": "^9.0.0-canary.117",
24
+ "@graphcommerce/magento-product-configurable": "^9.0.0-canary.117",
25
+ "@graphcommerce/magento-store": "^9.0.0-canary.117",
26
+ "@graphcommerce/next-ui": "^9.0.0-canary.117",
27
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.117",
28
+ "@graphcommerce/react-hook-form": "^9.0.0-canary.117",
29
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.117",
30
30
  "@lingui/core": "^4.2.1",
31
31
  "@lingui/macro": "^4.2.1",
32
32
  "@lingui/react": "^4.2.1",