@graphcommerce/docs 7.1.0-canary.37 → 7.1.0-canary.39
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 +4 -0
- package/framework/config.md +0 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -285,10 +285,6 @@ Configuration for the SidebarGallery component
|
|
|
285
285
|
|
|
286
286
|
Hide the wishlist functionality for guests.
|
|
287
287
|
|
|
288
|
-
#### `wishlistIgnoreProductWishlistStatus: Boolean`
|
|
289
|
-
|
|
290
|
-
Ignores whether a product is already in the wishlist, makes the toggle an add only.
|
|
291
|
-
|
|
292
288
|
#### `wishlistShowFeedbackMessage: Boolean`
|
|
293
289
|
|
|
294
290
|
Show a message when the product is added to the wishlist.
|
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": "7.1.0-canary.
|
|
5
|
+
"version": "7.1.0-canary.39",
|
|
6
6
|
"sideEffects": true,
|
|
7
|
-
"
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.
|
|
7
|
+
"peerDependencies": {
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.39"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|