@docusaurus/types 3.7.0-canary-6315 → 3.7.0-canary-6319

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/config.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/types",
3
- "version": "3.7.0-canary-6315",
3
+ "version": "3.7.0-canary-6319",
4
4
  "description": "Common types for Docusaurus packages.",
5
5
  "types": "./src/index.d.ts",
6
6
  "publishConfig": {
@@ -27,5 +27,5 @@
27
27
  "react": "^18.0.0 || ^19.0.0",
28
28
  "react-dom": "^18.0.0 || ^19.0.0"
29
29
  },
30
- "gitHead": "9cf2656b9b5ba64585ab220c91a0dbbac9758ae4"
30
+ "gitHead": "9722ff10706018e5c5d95c7860fce53f9cd1a235"
31
31
  }
package/src/config.d.ts CHANGED
@@ -136,6 +136,7 @@ export type FasterConfig = {
136
136
 
137
137
  export type FutureV4Config = {
138
138
  removeLegacyPostBuildHeadAttribute: boolean;
139
+ useCssCascadeLayers: boolean;
139
140
  };
140
141
 
141
142
  export type FutureConfig = {