@pandacss/types 0.0.0-dev-20230905154512 → 0.0.0-dev-20230906154424

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/tokens.d.ts +2 -2
  2. package/package.json +2 -2
package/dist/tokens.d.ts CHANGED
@@ -65,8 +65,8 @@ type Gradient = {
65
65
  type Asset = { type: 'url' | 'svg'; value: string }
66
66
 
67
67
  export type TokenDataTypes = {
68
- zIndex: number
69
- opacity: number
68
+ zIndex: string | number
69
+ opacity: string | number
70
70
  colors: string
71
71
  fonts: string | string[]
72
72
  fontSizes: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20230905154512",
3
+ "version": "0.0.0-dev-20230906154424",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -17,7 +17,7 @@
17
17
  "hookable": "5.5.3",
18
18
  "ncp": "^2.0.0",
19
19
  "pkg-types": "1.0.3",
20
- "@pandacss/extractor": "0.0.0-dev-20230905154512"
20
+ "@pandacss/extractor": "0.0.0-dev-20230906154424"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tsx scripts/build.ts",