@graphcommerce/next-ui 4.7.0 → 4.7.1

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
+ ## 4.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`99600dd09`](https://github.com/graphcommerce-org/graphcommerce/commit/99600dd091980dd9ef335c04d2efac0835c20b2f)]:
8
+ - @graphcommerce/framer-next-pages@3.2.1
9
+ - @graphcommerce/framer-scroller@2.1.9
10
+
3
11
  ## 4.7.0
4
12
 
5
13
  ### Minor Changes
@@ -4,7 +4,7 @@ import { CacheProvider } from '@emotion/react'
4
4
 
5
5
  let muiCache: EmotionCache | undefined
6
6
  export const createMuiCache = () => {
7
- muiCache = createCache({ key: 'mui', prepend: true })
7
+ muiCache = createCache({ key: 'mui' })
8
8
  return muiCache
9
9
  }
10
10
 
package/icons/index.ts CHANGED
@@ -39,3 +39,4 @@ export { default as icon404 } from './explore.svg'
39
39
  export { default as iconSun } from './sun.svg'
40
40
  export { default as iconMoon } from './moon.svg'
41
41
  export { default as iconPlay } from './play.svg'
42
+ export { default as iconEllypsis } from './ellypsis.svg'
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": "4.7.0",
5
+ "version": "4.7.1",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "sideEffects": false,
@@ -19,8 +19,8 @@
19
19
  "@emotion/react": "^11.9.0",
20
20
  "@emotion/server": "^11.4.0",
21
21
  "@emotion/styled": "^11.6.0",
22
- "@graphcommerce/framer-next-pages": "3.2.0",
23
- "@graphcommerce/framer-scroller": "2.1.8",
22
+ "@graphcommerce/framer-next-pages": "3.2.1",
23
+ "@graphcommerce/framer-scroller": "2.1.9",
24
24
  "@graphcommerce/framer-utils": "3.1.2",
25
25
  "@graphcommerce/image": "3.1.5",
26
26
  "react-is": "^17.0.0",