@graphcommerce/docs 7.1.0-canary.32 → 7.1.0-canary.34

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.0-canary.34
4
+
5
+ ## 7.1.0-canary.33
6
+
3
7
  ## 7.1.0-canary.32
4
8
 
5
9
  ## 7.1.0-canary.31
@@ -277,6 +277,10 @@ Example: '/product/'
277
277
  Allow the site to be indexed by search engines.
278
278
  If false, the robots.txt file will be set to disallow all.
279
279
 
280
+ #### `sidebarGallery: [SidebarGalleryConfig](#SidebarGalleryConfig)`
281
+
282
+ Configuration for the SidebarGallery component
283
+
280
284
  #### `wishlistHideForGuests: Boolean`
281
285
 
282
286
  Hide the wishlist functionality for guests.
@@ -393,4 +397,12 @@ provided that the gallery images for the selected variant differ from the curren
393
397
 
394
398
  When a variant is selected the URL of the product will be changed in the address bar.
395
399
 
396
- This only happens when the actual variant is can be accessed by the URL.
400
+ This only happens when the actual variant is can be accessed by the URL.
401
+
402
+ ### SidebarGalleryConfig
403
+
404
+ SidebarGalleryConfig will contain all configuration values for the Sidebar Gallery component.
405
+
406
+ #### `paginationVariant: [SidebarGalleryPaginationVariant](#SidebarGalleryPaginationVariant)`
407
+
408
+ Variant used for the pagination
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.32",
5
+ "version": "7.1.0-canary.34",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "7.1.0-canary.32"
8
+ "@graphcommerce/prettier-config-pwa": "7.1.0-canary.34"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }