@graphcommerce/docs 6.2.0-canary.9 → 7.0.0-canary.13
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 +8 -0
- package/framework/config.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -117,8 +117,8 @@ Use compare functionality
|
|
|
117
117
|
|
|
118
118
|
#### `compareVariant: [CompareVariant](#CompareVariant)`
|
|
119
119
|
|
|
120
|
-
By default the compare feature is denoted with a 'compare
|
|
121
|
-
This may be fine for experienced users, but for more clarity it's also possible to present the compare feature as a
|
|
120
|
+
By default the compare feature is denoted with a 'compare ICON' (2 arrows facing one another).
|
|
121
|
+
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
|
|
122
122
|
|
|
123
123
|
#### `customerRequireEmailConfirmation: Boolean`
|
|
124
124
|
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "7.0.0-canary.13",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "7.0.0-canary.13"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|