@graphcommerce/next-ui 8.1.0-canary.39 → 8.1.0-canary.40
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 +7 -0
- package/icons.ts +1 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.1.0-canary.40
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2306](https://github.com/graphcommerce-org/graphcommerce/pull/2306) [`5e188e8`](https://github.com/graphcommerce-org/graphcommerce/commit/5e188e830dca4730c73830858f59a94e9d41ed12) - Add delete account functionality to the account section. Disabled by default and can be enabled through the config.
|
|
8
|
+
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
9
|
+
|
|
3
10
|
## 8.1.0-canary.39
|
|
4
11
|
|
|
5
12
|
## 8.1.0-canary.38
|
package/icons.ts
CHANGED
|
@@ -3,6 +3,7 @@ export { default as iconArrowBack } from './icons/arrow-left.svg'
|
|
|
3
3
|
export { default as iconArrowForward } from './icons/arrow-right.svg'
|
|
4
4
|
export { default as iconArrowUp } from './icons/arrow-up.svg'
|
|
5
5
|
export { default as iconShoppingBag } from './icons/bag.svg'
|
|
6
|
+
export { default as iconBin } from './icons/bin.svg'
|
|
6
7
|
export { default as iconInvoice } from './icons/box-alt.svg'
|
|
7
8
|
export { default as iconBox } from './icons/box.svg'
|
|
8
9
|
export { default as iconOrderBefore } from './icons/calendar.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": "8.1.0-canary.
|
|
5
|
+
"version": "8.1.0-canary.40",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"typescript": "5.3.3"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@graphcommerce/eslint-config-pwa": "^8.1.0-canary.
|
|
30
|
-
"@graphcommerce/framer-next-pages": "^8.1.0-canary.
|
|
31
|
-
"@graphcommerce/framer-scroller": "^8.1.0-canary.
|
|
32
|
-
"@graphcommerce/framer-utils": "^8.1.0-canary.
|
|
33
|
-
"@graphcommerce/image": "^8.1.0-canary.
|
|
34
|
-
"@graphcommerce/lingui-next": "^8.1.0-canary.
|
|
35
|
-
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.
|
|
36
|
-
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.
|
|
29
|
+
"@graphcommerce/eslint-config-pwa": "^8.1.0-canary.40",
|
|
30
|
+
"@graphcommerce/framer-next-pages": "^8.1.0-canary.40",
|
|
31
|
+
"@graphcommerce/framer-scroller": "^8.1.0-canary.40",
|
|
32
|
+
"@graphcommerce/framer-utils": "^8.1.0-canary.40",
|
|
33
|
+
"@graphcommerce/image": "^8.1.0-canary.40",
|
|
34
|
+
"@graphcommerce/lingui-next": "^8.1.0-canary.40",
|
|
35
|
+
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.40",
|
|
36
|
+
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.40",
|
|
37
37
|
"@lingui/core": "^4.2.1",
|
|
38
38
|
"@lingui/macro": "^4.2.1",
|
|
39
39
|
"@lingui/react": "^4.2.1",
|