@graphcommerce/next-ui 10.0.0-canary.63 → 10.0.0-canary.66

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,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.0.0-canary.66
4
+
5
+ ## 10.0.0-canary.65
6
+
7
+ ### Patch Changes
8
+
9
+ - [#2543](https://github.com/graphcommerce-org/graphcommerce/pull/2543) [`7e1e33e`](https://github.com/graphcommerce-org/graphcommerce/commit/7e1e33e6d6238155884ba80cf249209e8eb3d542) - Fix IconBlocks width ([@StefanAngenent](https://github.com/StefanAngenent))
10
+
11
+ ## 10.0.0-canary.64
12
+
3
13
  ## 10.0.0-canary.63
4
14
 
5
15
  ## 10.0.0-canary.62
@@ -19,11 +19,7 @@ export function IconBlocks(props: IconBlocksProps) {
19
19
  const { title, children, sx = [] } = props
20
20
 
21
21
  return (
22
- <Row
23
- maxWidth='md'
24
- className={classes.container}
25
- sx={[{ maxWidth: 820 }, ...(Array.isArray(sx) ? sx : [sx])]}
26
- >
22
+ <Row maxWidth='820px' className={classes.container} sx={[...(Array.isArray(sx) ? sx : [sx])]}>
27
23
  <Box className={classes.wrapper} sx={(theme) => ({ paddingTop: `${theme.spacings.lg}` })}>
28
24
  <Box
29
25
  className={classes.title}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/next-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.0-canary.63",
5
+ "version": "10.0.0-canary.66",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -42,13 +42,13 @@
42
42
  "@emotion/react": "^11",
43
43
  "@emotion/server": "^11",
44
44
  "@emotion/styled": "^11",
45
- "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.63",
46
- "@graphcommerce/framer-next-pages": "^10.0.0-canary.63",
47
- "@graphcommerce/framer-scroller": "^10.0.0-canary.63",
48
- "@graphcommerce/framer-utils": "^10.0.0-canary.63",
49
- "@graphcommerce/image": "^10.0.0-canary.63",
50
- "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.63",
51
- "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.63",
45
+ "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.66",
46
+ "@graphcommerce/framer-next-pages": "^10.0.0-canary.66",
47
+ "@graphcommerce/framer-scroller": "^10.0.0-canary.66",
48
+ "@graphcommerce/framer-utils": "^10.0.0-canary.66",
49
+ "@graphcommerce/image": "^10.0.0-canary.66",
50
+ "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.66",
51
+ "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.66",
52
52
  "@lingui/core": "^5",
53
53
  "@lingui/macro": "^5",
54
54
  "@lingui/react": "^5",