@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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.26
4
+
3
5
  ## 8.1.0-canary.25
4
6
 
5
7
  ## 8.1.0-canary.24
@@ -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.25",
5
+ "version": "8.1.0-canary.26",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.25"
8
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.26"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }