@graphcommerce/docs 9.0.0-canary.109 → 9.0.0-canary.110
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 +2 -0
- package/framework/config.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -157,6 +157,14 @@ When a user selects a variant, it will switch the values on the configurable pag
|
|
|
157
157
|
|
|
158
158
|
Enabling options here will allow switching of those variants.
|
|
159
159
|
|
|
160
|
+
#### containerSizingContent: BREAKPOINT | FULL_WIDTH = `FULL_WIDTH`
|
|
161
|
+
|
|
162
|
+
Configures the max width of the content (main content area)
|
|
163
|
+
|
|
164
|
+
#### containerSizingShell: BREAKPOINT | FULL_WIDTH = `FULL_WIDTH`
|
|
165
|
+
|
|
166
|
+
Configures the max width of the shell (header, footer, overlays, etc.)
|
|
167
|
+
|
|
160
168
|
#### crossSellsHideCartItems: boolean = `false`
|
|
161
169
|
|
|
162
170
|
Determines if cross sell items should be shown when the user already has the product in their cart. This will result in a product will popping off the screen when you add it to the cart.
|
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": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.110",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.110"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|