@graphcommerce/docs 8.1.0-canary.25 → 8.1.0-canary.26
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/theming.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/theming.md
CHANGED
|
@@ -246,6 +246,12 @@ width, borderRadius and margin. Performance-wise, font-size and line-height
|
|
|
246
246
|
should not be scaled with responsiveVal. To learn more, look into
|
|
247
247
|
[responsive font sizes](../framework/typography.md).
|
|
248
248
|
|
|
249
|
+
## Disabling darkmode or lightmode site wide
|
|
250
|
+
|
|
251
|
+
Remove light={lightTheme} or dark={darkTheme} from the
|
|
252
|
+
`<DarkLightModeThemeProvider />` in \_app.tsx to disable darkmode or lightmode
|
|
253
|
+
site wide.
|
|
254
|
+
|
|
249
255
|
## Next steps
|
|
250
256
|
|
|
251
257
|
- Learn about [icons](../framework/icons.md) in GraphCommerce
|
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": "8.1.0-canary.
|
|
5
|
+
"version": "8.1.0-canary.26",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.26"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|