@pandacss/types 0.46.1 → 0.47.1

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 +1 -0
  2. package/package.json +2 -2
package/dist/tokens.d.ts CHANGED
@@ -67,6 +67,7 @@ export interface Asset {
67
67
  }
68
68
 
69
69
  export interface TokenDataTypes {
70
+ cursor: string
70
71
  zIndex: string | number
71
72
  opacity: string | number
72
73
  colors: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.46.1",
3
+ "version": "0.47.1",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -31,7 +31,7 @@
31
31
  "ncp": "2.0.0",
32
32
  "pkg-types": "1.0.3",
33
33
  "ts-morph": "21.0.1",
34
- "@pandacss/extractor": "0.46.1"
34
+ "@pandacss/extractor": "0.47.1"
35
35
  },
36
36
  "scripts": {
37
37
  "dev": "tsx scripts/watch.ts",