@pandacss/types 0.0.0-dev-20230106112845 → 0.0.0-dev-20230106183338

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.
@@ -1,12 +1,9 @@
1
1
  import type * as CSS from './csstype'
2
2
 
3
- type Dict<T = unknown> = Record<string, T>
4
-
3
+ type Dict = Record<string, unknown>
5
4
  type String = string & {}
6
-
7
5
  type Number = number & {}
8
6
 
9
- // list of aria states selectors
10
7
  type AriaAttributes =
11
8
  | '[aria-disabled]'
12
9
  | '[aria-hidden]'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20230106112845",
3
+ "version": "0.0.0-dev-20230106183338",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",