@pandacss/types 0.0.0-dev-20240108181940 → 0.0.0-dev-20240108205048
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 +5 -1
- package/package.json +2 -2
package/dist/config.d.ts
CHANGED
|
@@ -276,9 +276,13 @@ interface CodegenOptions {
|
|
|
276
276
|
*/
|
|
277
277
|
hash?: boolean | { cssVar: boolean; className: boolean }
|
|
278
278
|
/**
|
|
279
|
-
*
|
|
279
|
+
* Change generated typescript definitions to be more strict for property having a token or utility.
|
|
280
280
|
*/
|
|
281
281
|
strictTokens?: boolean
|
|
282
|
+
/**
|
|
283
|
+
* Change generated typescript definitions to be more strict for built-in CSS properties to only allow valid CSS values.
|
|
284
|
+
*/
|
|
285
|
+
strictPropertyValues?: boolean
|
|
282
286
|
/**
|
|
283
287
|
* Whether to update the .gitignore file.
|
|
284
288
|
* @default 'true'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/types",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20240108205048",
|
|
4
4
|
"description": "The types for css panda",
|
|
5
5
|
"main": "dist/index.d.ts",
|
|
6
6
|
"author": "Segun Adebayo <joseshegs@gmail.com>",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"hookable": "5.5.3",
|
|
31
31
|
"ncp": "^2.0.0",
|
|
32
32
|
"pkg-types": "1.0.3",
|
|
33
|
-
"@pandacss/extractor": "0.0.0-dev-
|
|
33
|
+
"@pandacss/extractor": "0.0.0-dev-20240108205048"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"dev": "tsx scripts/watch.ts",
|