@graphcommerce/magento-newsletter 9.0.0-canary.106 → 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,13 @@
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
+
9
+ ## 9.0.0-canary.107
10
+
3
11
  ## 9.0.0-canary.106
4
12
 
5
13
  ## 9.0.0-canary.105
@@ -11,7 +11,7 @@ import { SubscribeCustomerDocument } from './SubscribeCustomer.gql'
11
11
  import type { SubscribeGuestMutation, SubscribeGuestMutationVariables } from './SubscribeGuest.gql'
12
12
  import { SubscribeGuestDocument } from './SubscribeGuest.gql'
13
13
 
14
- type CheckoutNewsletterProps = {
14
+ export type CheckoutNewsletterProps = {
15
15
  step: number
16
16
  checked?: boolean
17
17
  label: string
@@ -4,7 +4,7 @@ import { Trans } from '@lingui/react'
4
4
  import type { SxProps, Theme } from '@mui/material'
5
5
  import { GuestNewsletterToggleDocument } from '../GuestNewsletterToggle/GuestNewsletterToggle.gql'
6
6
 
7
- type GuestNewsletterProps = {
7
+ export type GuestNewsletterProps = {
8
8
  sx?: SxProps<Theme>
9
9
  }
10
10
 
@@ -8,7 +8,7 @@ import { CustomerNewsletterToggle } from '../CustomerNewsletterToggle/CustomerNe
8
8
  import { GuestNewsletterToggle } from '../GuestNewsletterToggle/GuestNewsletterToggle'
9
9
  import { GetCartEmailDocument } from './GetCartEmail.gql'
10
10
 
11
- type SignupNewsletterProps = { sx?: SxProps<Theme> }
11
+ export type SignupNewsletterProps = { sx?: SxProps<Theme> }
12
12
 
13
13
  const name = 'SignupNewsletter'
14
14
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-newsletter",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.106",
5
+ "version": "9.0.0-canary.108",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,15 +12,15 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.0-canary.106",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.106",
17
- "@graphcommerce/graphql": "^9.0.0-canary.106",
18
- "@graphcommerce/magento-cart": "^9.0.0-canary.106",
19
- "@graphcommerce/magento-customer": "^9.0.0-canary.106",
20
- "@graphcommerce/next-ui": "^9.0.0-canary.106",
21
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.106",
22
- "@graphcommerce/react-hook-form": "^9.0.0-canary.106",
23
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.106",
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/magento-cart": "^9.0.0-canary.108",
19
+ "@graphcommerce/magento-customer": "^9.0.0-canary.108",
20
+ "@graphcommerce/next-ui": "^9.0.0-canary.108",
21
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.108",
22
+ "@graphcommerce/react-hook-form": "^9.0.0-canary.108",
23
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.108",
24
24
  "@lingui/core": "^4.2.1",
25
25
  "@lingui/macro": "^4.2.1",
26
26
  "@lingui/react": "^4.2.1",