@graphcommerce/next-ui 5.1.0-canary.1 → 5.1.0-canary.3

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,22 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.1.0-canary.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
8
+
9
+ - Updated the @mui/material package
10
+ - Removed dependencies on react-hook-form-mui and @playwright/test
11
+ - Upgraded dependencies including type-fest and graphql-mesh
12
+ - Solved peer dependency issues ([@paales](https://github.com/paales))
13
+
14
+ ## 5.1.0-canary.2
15
+
16
+ ### Patch Changes
17
+
18
+ - [#1750](https://github.com/graphcommerce-org/graphcommerce/pull/1750) [`3479bc1e2`](https://github.com/graphcommerce-org/graphcommerce/commit/3479bc1e24da0e8a751ee301c59fa5f9755c8559) - show globe icon instead of shopping bag icon for store/language-switcher ([@FrankHarland](https://github.com/FrankHarland))
19
+
3
20
  ## 5.1.0-canary.1
4
21
 
5
22
  ## 5.1.0-canary.0
package/icons/index.ts CHANGED
@@ -14,6 +14,8 @@ export { default as iconChevronBack, default as iconChevronLeft } from './chevro
14
14
  export { default as iconChevronRight } from './chevron-right.svg'
15
15
  export { default as iconChevronUp } from './chevron-up.svg'
16
16
  export { default as iconClose } from './close.svg'
17
+ export { default as iconEye } from './eye.svg'
18
+ export { default as iconEyeClosed } from './eye-closed.svg'
17
19
  export { default as iconCreditCard, default as iconId } from './credit-card.svg'
18
20
  export { default as iconEllypsis } from './ellypsis.svg'
19
21
  export { default as iconEmail, default as iconEmailOutline } from './envelope-alt.svg'
@@ -39,3 +41,4 @@ export { default as iconSearch } from './search.svg'
39
41
  export { default as iconPhone } from './smartphone.svg'
40
42
  export { default as iconStar } from './star.svg'
41
43
  export { default as iconSun } from './sun.svg'
44
+ export { default as iconLanguage } from './language.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": "5.1.0-canary.1",
5
+ "version": "5.1.0-canary.3",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "sideEffects": false,
@@ -14,37 +14,34 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@emotion/babel-preset-css-prop": "^11.2.0",
18
- "@emotion/cache": "^11.9.3",
19
- "@emotion/react": "^11.9.3",
17
+ "@emotion/cache": "^11.10.5",
18
+ "@emotion/react": "^11.10.5",
20
19
  "@emotion/server": "^11.4.0",
21
- "@emotion/styled": "^11.9.3",
22
- "@graphcommerce/framer-next-pages": "5.1.0-canary.1",
23
- "@graphcommerce/framer-scroller": "5.1.0-canary.1",
24
- "@graphcommerce/framer-utils": "5.1.0-canary.1",
25
- "@graphcommerce/image": "5.1.0-canary.1",
20
+ "@emotion/styled": "^11.10.5",
21
+ "@graphcommerce/framer-next-pages": "5.1.0-canary.3",
22
+ "@graphcommerce/framer-scroller": "5.1.0-canary.3",
23
+ "@graphcommerce/framer-utils": "5.1.0-canary.3",
24
+ "@graphcommerce/image": "5.1.0-canary.3",
26
25
  "cookie": "^0.5.0",
27
26
  "react-is": "^18.2.0",
28
27
  "schema-dts": "^1.1.0"
29
28
  },
29
+ "devDependencies": {
30
+ "@graphcommerce/eslint-config-pwa": "5.1.0-canary.3",
31
+ "@graphcommerce/prettier-config-pwa": "5.1.0-canary.3",
32
+ "@graphcommerce/typescript-config-pwa": "5.1.0-canary.3",
33
+ "@types/cookie": "^0.5.1",
34
+ "@types/react-is": "^17.0.3",
35
+ "typescript": "4.9.3"
36
+ },
30
37
  "peerDependencies": {
31
38
  "@lingui/core": "^3.13.2",
32
39
  "@lingui/react": "^3.13.2",
33
40
  "@mui/lab": "^5.0.0-alpha.68",
34
- "@mui/material": "5.5.3",
35
- "framer-motion": "^6.2.4",
41
+ "@mui/material": "^5.10.16",
42
+ "framer-motion": "^7.0.0",
36
43
  "next": "^12.1.2",
37
- "react": "^18.0.0",
38
- "react-dom": "^18.0.0"
39
- },
40
- "devDependencies": {
41
- "@graphcommerce/eslint-config-pwa": "^5.1.0-canary.1",
42
- "@graphcommerce/prettier-config-pwa": "^5.1.0-canary.1",
43
- "@graphcommerce/typescript-config-pwa": "^5.1.0-canary.1",
44
- "@playwright/test": "^1.21.1",
45
- "@types/cookie": "^0.5.1",
46
- "@types/react-is": "^17.0.3",
47
- "type-fest": "^2.12.2",
48
- "typescript": "4.7.4"
44
+ "react": "^18.2.0",
45
+ "react-dom": "^18.2.0"
49
46
  }
50
47
  }