@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.
Files changed (2) hide show
  1. package/dist/config.d.ts +5 -1
  2. 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
- * Options for the generated typescript definitions.
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-20240108181940",
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-20240108181940"
33
+ "@pandacss/extractor": "0.0.0-dev-20240108205048"
34
34
  },
35
35
  "scripts": {
36
36
  "dev": "tsx scripts/watch.ts",