@graphcommerce/magento-cart 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
@@ -23,7 +23,7 @@ export type CartFabProps = {
23
23
  BadgeProps?: BadgeProps
24
24
  } & Pick<FabProps, 'color' | 'size' | 'variant'>
25
25
 
26
- type CartFabContentProps = CartFabProps & CartTotalQuantityFragment
26
+ export type CartFabContentProps = CartFabProps & CartTotalQuantityFragment
27
27
 
28
28
  const MotionDiv = styled(m.div)({})
29
29
 
@@ -30,7 +30,7 @@ const parts = [
30
30
  ] as const
31
31
  const { classes } = extendableComponent(name, parts)
32
32
 
33
- type OrderSummaryProps = ActionCardLayoutProps & {
33
+ export type OrderSummaryProps = ActionCardLayoutProps & {
34
34
  sx?: SxProps<Theme>
35
35
  itemProps?: Omit<
36
36
  CartItemActionCardProps,
@@ -5,7 +5,7 @@ import type { SxProps, Theme } from '@mui/material'
5
5
  import { Button } from '@mui/material'
6
6
  import React from 'react'
7
7
 
8
- type EmptyCartProps = {
8
+ export type EmptyCartProps = {
9
9
  children?: React.ReactNode
10
10
  sx?: SxProps<Theme>
11
11
  } & Pick<FullPageMessageProps, 'button' | 'disableMargin'>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart",
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,20 +12,20 @@
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/framer-next-pages": "^9.0.0-canary.107",
18
- "@graphcommerce/framer-scroller": "^9.0.0-canary.107",
19
- "@graphcommerce/framer-utils": "^9.0.0-canary.107",
20
- "@graphcommerce/graphql": "^9.0.0-canary.107",
21
- "@graphcommerce/image": "^9.0.0-canary.107",
22
- "@graphcommerce/magento-customer": "^9.0.0-canary.107",
23
- "@graphcommerce/magento-graphql": "^9.0.0-canary.107",
24
- "@graphcommerce/magento-store": "^9.0.0-canary.107",
25
- "@graphcommerce/next-ui": "^9.0.0-canary.107",
26
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.107",
27
- "@graphcommerce/react-hook-form": "^9.0.0-canary.107",
28
- "@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/framer-next-pages": "^9.0.0-canary.108",
18
+ "@graphcommerce/framer-scroller": "^9.0.0-canary.108",
19
+ "@graphcommerce/framer-utils": "^9.0.0-canary.108",
20
+ "@graphcommerce/graphql": "^9.0.0-canary.108",
21
+ "@graphcommerce/image": "^9.0.0-canary.108",
22
+ "@graphcommerce/magento-customer": "^9.0.0-canary.108",
23
+ "@graphcommerce/magento-graphql": "^9.0.0-canary.108",
24
+ "@graphcommerce/magento-store": "^9.0.0-canary.108",
25
+ "@graphcommerce/next-ui": "^9.0.0-canary.108",
26
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.108",
27
+ "@graphcommerce/react-hook-form": "^9.0.0-canary.108",
28
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.108",
29
29
  "@lingui/core": "^4.2.1",
30
30
  "@lingui/macro": "^4.2.1",
31
31
  "@lingui/react": "^4.2.1",