@bamboocss/types 1.46.3 → 1.48.0
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/dist/config.d.ts +0 -6
- package/package.json +2 -2
package/dist/config.d.ts
CHANGED
|
@@ -369,12 +369,6 @@ interface CssgenOptions {
|
|
|
369
369
|
* @default 'true'
|
|
370
370
|
*/
|
|
371
371
|
layers?: Partial<CascadeLayers>
|
|
372
|
-
/**
|
|
373
|
-
* Polyfill CSS @layers at-rules for older browsers.
|
|
374
|
-
* @default 'false'
|
|
375
|
-
* @see https://www.npmjs.com/package/@csstools/postcss-cascade-layers
|
|
376
|
-
*/
|
|
377
|
-
polyfill?: boolean
|
|
378
372
|
}
|
|
379
373
|
|
|
380
374
|
export type UnresolvedTokenSeverity = 'off' | 'warn' | 'error'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bamboocss/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.48.0",
|
|
4
4
|
"description": "The types for css bamboo",
|
|
5
5
|
"homepage": "https://bamboocss.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"ncp": "2.0.0",
|
|
33
33
|
"pkg-types": "2.3.0",
|
|
34
34
|
"ts-morph": "28.0.0",
|
|
35
|
-
"@bamboocss/extractor": "1.
|
|
35
|
+
"@bamboocss/extractor": "1.48.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"dev": "tsx scripts/watch.ts",
|