@pandacss/types 0.0.0-dev-20240102183045 → 0.0.0-dev-20240103102529

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.
@@ -9,7 +9,7 @@ export interface StyleProps extends StyleResultObject {
9
9
 
10
10
  export interface StyleEntry {
11
11
  prop: string
12
- value: string
12
+ value: string | number | boolean
13
13
  cond: string
14
14
  recipe?: string
15
15
  slot?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20240102183045",
3
+ "version": "0.0.0-dev-20240103102529",
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-20240102183045"
33
+ "@pandacss/extractor": "0.0.0-dev-20240103102529"
34
34
  },
35
35
  "scripts": {
36
36
  "dev": "tsx scripts/watch.ts",