@pandacss/types 0.5.1 → 0.6.0

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.
package/dist/pattern.d.ts CHANGED
@@ -14,7 +14,7 @@ export type PatternHelpers = {
14
14
  map: (value: any, fn: (value: string) => string | undefined) => any
15
15
  }
16
16
 
17
- type PatternProperties = Record<string, PatternProperty>
17
+ export type PatternProperties = Record<string, PatternProperty>
18
18
 
19
19
  type Props<T> = Record<LiteralUnion<keyof T>, any>
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -16,8 +16,8 @@
16
16
  "csstype": "3.1.2",
17
17
  "hookable": "5.5.3",
18
18
  "pkg-types": "1.0.3",
19
- "@pandacss/extractor": "0.5.1",
20
- "@pandacss/token-dictionary": "0.5.1"
19
+ "@pandacss/extractor": "0.6.0",
20
+ "@pandacss/token-dictionary": "0.6.0"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tsx scripts/build.ts",