@graphcommerce/mollie-magento-payment 9.0.0-canary.107 → 9.0.0-canary.108

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,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.108
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
8
+
3
9
  ## 9.0.0-canary.107
4
10
 
5
11
  ## 9.0.0-canary.106
@@ -2,7 +2,7 @@ import { Image } from '@graphcommerce/image'
2
2
  import type { PaymentMethodActionCardProps } from '@graphcommerce/magento-cart-payment-method'
3
3
  import { ActionCard } from '@graphcommerce/next-ui'
4
4
 
5
- type MollieActionCardProps = PaymentMethodActionCardProps
5
+ export type MollieActionCardProps = PaymentMethodActionCardProps
6
6
 
7
7
  export function MollieActionCard(props: MollieActionCardProps) {
8
8
  const { mollie_meta } = props
@@ -5,7 +5,7 @@ import { FormRow, filterNonNullableKeys } from '@graphcommerce/next-ui'
5
5
  import { FormPersist, useFormCompose } from '@graphcommerce/react-hook-form'
6
6
  import { SetMolliePaymentMethodIssuerOnCartDocument } from './SetMolliePaymentMethodIssuerOnCart.gql'
7
7
 
8
- type MollieIssuerOptionsProps = PaymentOptionsProps & {
8
+ export type MollieIssuerOptionsProps = PaymentOptionsProps & {
9
9
  label: string
10
10
  children?: React.ReactNode
11
11
  }
@@ -14,7 +14,7 @@ function InputComponent(props) {
14
14
  return <Component {...other} ref={inputRef} />
15
15
  }
16
16
 
17
- type IframeFieldProps = Omit<InputBaseComponentProps, 'onChange'> & {
17
+ export type IframeFieldProps = Omit<InputBaseComponentProps, 'onChange'> & {
18
18
  name: MollieFieldName
19
19
  onChange: (event: { target: { name: string; value: string } }) => void
20
20
  }
@@ -87,7 +87,7 @@ const IframeField = React.forwardRef<HTMLInputElement, IframeFieldProps>((props,
87
87
  )
88
88
  })
89
89
 
90
- type MollieFieldProps = {
90
+ export type MollieFieldProps = {
91
91
  name: MollieFieldName
92
92
  isSubmitted?: boolean
93
93
  } & TextFieldProps
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.107",
5
+ "version": "9.0.0-canary.108",
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.107",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.107",
17
- "@graphcommerce/graphql": "^9.0.0-canary.107",
18
- "@graphcommerce/graphql-mesh": "^9.0.0-canary.107",
19
- "@graphcommerce/image": "^9.0.0-canary.107",
20
- "@graphcommerce/magento-cart": "^9.0.0-canary.107",
21
- "@graphcommerce/magento-cart-payment-method": "^9.0.0-canary.107",
22
- "@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.107",
23
- "@graphcommerce/magento-product": "^9.0.0-canary.107",
24
- "@graphcommerce/magento-product-configurable": "^9.0.0-canary.107",
25
- "@graphcommerce/magento-store": "^9.0.0-canary.107",
26
- "@graphcommerce/next-ui": "^9.0.0-canary.107",
27
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.107",
28
- "@graphcommerce/react-hook-form": "^9.0.0-canary.107",
29
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.107",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.0-canary.108",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.108",
17
+ "@graphcommerce/graphql": "^9.0.0-canary.108",
18
+ "@graphcommerce/graphql-mesh": "^9.0.0-canary.108",
19
+ "@graphcommerce/image": "^9.0.0-canary.108",
20
+ "@graphcommerce/magento-cart": "^9.0.0-canary.108",
21
+ "@graphcommerce/magento-cart-payment-method": "^9.0.0-canary.108",
22
+ "@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.108",
23
+ "@graphcommerce/magento-product": "^9.0.0-canary.108",
24
+ "@graphcommerce/magento-product-configurable": "^9.0.0-canary.108",
25
+ "@graphcommerce/magento-store": "^9.0.0-canary.108",
26
+ "@graphcommerce/next-ui": "^9.0.0-canary.108",
27
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.108",
28
+ "@graphcommerce/react-hook-form": "^9.0.0-canary.108",
29
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.108",
30
30
  "@lingui/core": "^4.2.1",
31
31
  "@lingui/macro": "^4.2.1",
32
32
  "@lingui/react": "^4.2.1",