@graphcommerce/magento-compare 6.2.0-canary.48 → 6.2.0-canary.49
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 +6 -0
- package/Config.graphqls +1 -1
- package/README.md +8 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @graphcommerce/magento-compare
|
|
2
2
|
|
|
3
|
+
## 6.2.0-canary.49
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1959](https://github.com/graphcommerce-org/graphcommerce/pull/1959) [`d0809b132`](https://github.com/graphcommerce-org/graphcommerce/commit/d0809b132a0e4cbdfeb86164f6c16a89ebecd987) - Added support for default values in the Config.graphqls files for the documentation ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
8
|
+
|
|
3
9
|
## 6.2.0-canary.48
|
|
4
10
|
|
|
5
11
|
## 6.2.0-canary.47
|
package/Config.graphqls
CHANGED
|
@@ -13,5 +13,5 @@ extend input GraphCommerceConfig {
|
|
|
13
13
|
By default the compare feature is denoted with a 'compare ICON' (2 arrows facing one another).
|
|
14
14
|
This may be fine for experienced users, but for more clarity it's also possible to present the compare feature as a CHECKBOX accompanied by the 'Compare' label
|
|
15
15
|
"""
|
|
16
|
-
compareVariant: CompareVariant
|
|
16
|
+
compareVariant: CompareVariant = ICON
|
|
17
17
|
}
|
package/README.md
ADDED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-compare",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "6.2.0-canary.
|
|
5
|
+
"version": "6.2.0-canary.49",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "6.2.0-canary.
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "6.2.0-canary.
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "6.2.0-canary.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "6.2.0-canary.49",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "6.2.0-canary.49",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "6.2.0-canary.49"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@graphcommerce/ecommerce-ui": "6.2.0-canary.
|
|
21
|
-
"@graphcommerce/framer-utils": "6.2.0-canary.
|
|
22
|
-
"@graphcommerce/magento-cart": "6.2.0-canary.
|
|
23
|
-
"@graphcommerce/magento-product": "6.2.0-canary.
|
|
24
|
-
"@graphcommerce/framer-next-pages": "6.2.0-canary.
|
|
25
|
-
"@graphcommerce/graphql": "6.2.0-canary.
|
|
26
|
-
"@graphcommerce/next-ui": "6.2.0-canary.
|
|
20
|
+
"@graphcommerce/ecommerce-ui": "6.2.0-canary.49",
|
|
21
|
+
"@graphcommerce/framer-utils": "6.2.0-canary.49",
|
|
22
|
+
"@graphcommerce/magento-cart": "6.2.0-canary.49",
|
|
23
|
+
"@graphcommerce/magento-product": "6.2.0-canary.49",
|
|
24
|
+
"@graphcommerce/framer-next-pages": "6.2.0-canary.49",
|
|
25
|
+
"@graphcommerce/graphql": "6.2.0-canary.49",
|
|
26
|
+
"@graphcommerce/next-ui": "6.2.0-canary.49"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@lingui/react": "^4.2.1",
|