@graphcommerce/graphcms-ui 2.103.3 → 2.103.7

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.
@@ -1,5 +1,5 @@
1
- import { makeStyles, Theme } from '@material-ui/core'
2
1
  import { UseStyles } from '@graphcommerce/next-ui'
2
+ import { makeStyles, Theme } from '@material-ui/core'
3
3
  import React from 'react'
4
4
  import RichText, { RichTextProps } from '.'
5
5
 
@@ -1,5 +1,5 @@
1
- import { Theme, withStyles } from '@material-ui/core'
2
1
  import { responsiveVal } from '@graphcommerce/next-ui'
2
+ import { Theme, withStyles } from '@material-ui/core'
3
3
  import RichText from '.'
4
4
 
5
5
  const RichTextHeadingStrongStroked = withStyles((theme: Theme) => ({
@@ -1,5 +1,5 @@
1
- import { Theme, withStyles } from '@material-ui/core'
2
1
  import { responsiveVal } from '@graphcommerce/next-ui'
2
+ import { Theme, withStyles } from '@material-ui/core'
3
3
  import RichText from '.'
4
4
 
5
5
  const RichTextHero = withStyles((theme: Theme) => ({
@@ -1,5 +1,5 @@
1
- import { Theme, withStyles } from '@material-ui/core'
2
1
  import { responsiveVal } from '@graphcommerce/next-ui'
2
+ import { Theme, withStyles } from '@material-ui/core'
3
3
  import RichText from '.'
4
4
 
5
5
  const RichTextParagraphStrongStroked = withStyles((theme: Theme) => ({
@@ -1,5 +1,5 @@
1
- import { Theme, withStyles } from '@material-ui/core'
2
1
  import { responsiveVal } from '@graphcommerce/next-ui'
2
+ import { Theme, withStyles } from '@material-ui/core'
3
3
  import RichText from '.'
4
4
 
5
5
  const RichTextQuote = withStyles((theme: Theme) => ({
@@ -1,5 +1,5 @@
1
- import { Link, Typography } from '@material-ui/core'
2
1
  import { Image } from '@graphcommerce/image'
2
+ import { Link, Typography } from '@material-ui/core'
3
3
  import PageLink from 'next/link'
4
4
  import React from 'react'
5
5
  import useRichTextStyles, { UseRichTextStyles } from './useRichTextStyles'
@@ -1,5 +1,5 @@
1
- import { makeStyles, Theme } from '@material-ui/core'
2
1
  import { UseStyles, responsiveVal } from '@graphcommerce/next-ui'
2
+ import { makeStyles, Theme } from '@material-ui/core'
3
3
 
4
4
  const useRichTextStyles = makeStyles(
5
5
  ({ spacings, breakpoints, palette, typography }: Theme) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/graphcms-ui",
3
- "version": "2.103.3",
3
+ "version": "2.103.7",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -14,15 +14,15 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@graphcommerce/browserslist-config-pwa": "^3.0.1",
17
- "@graphcommerce/eslint-config-pwa": "^3.0.2",
17
+ "@graphcommerce/eslint-config-pwa": "^3.0.4",
18
18
  "@graphcommerce/prettier-config-pwa": "^3.0.2",
19
- "@graphcommerce/typescript-config-pwa": "^3.0.1",
19
+ "@graphcommerce/typescript-config-pwa": "^3.1.0",
20
20
  "@playwright/test": "^1.15.0"
21
21
  },
22
22
  "dependencies": {
23
23
  "@apollo/client": "^3.3.21",
24
- "@graphcommerce/image": "^2.104.3",
25
- "@graphcommerce/next-ui": "^3.0.3",
24
+ "@graphcommerce/image": "^2.104.5",
25
+ "@graphcommerce/next-ui": "^3.1.0",
26
26
  "@graphql-typed-document-node/core": "^3.1.0",
27
27
  "@material-ui/core": "^4.12.3",
28
28
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -31,5 +31,5 @@
31
31
  "react-dom": "^17.0.2",
32
32
  "type-fest": "^2.3.4"
33
33
  },
34
- "gitHead": "c1aca21f6830cb9e4ec906e0f3f905623d977918"
34
+ "gitHead": "88c9c0b170964ec794f59c97bac253a29a7d58e0"
35
35
  }