@pandacss/types 0.0.0-dev-20230703142716 → 0.0.0-dev-20230703201107

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 +0 -1
  2. package/package.json +3 -3
package/dist/tokens.d.ts CHANGED
@@ -83,7 +83,6 @@ export type TokenDataTypes = {
83
83
  animations: string
84
84
  blurs: string
85
85
  gradients: string | Gradient
86
- breakpoints: string
87
86
  assets: string | Asset
88
87
  }
89
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20230703142716",
3
+ "version": "0.0.0-dev-20230703201107",
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.0.0-dev-20230703142716",
20
- "@pandacss/token-dictionary": "0.0.0-dev-20230703142716"
19
+ "@pandacss/extractor": "0.0.0-dev-20230703201107",
20
+ "@pandacss/token-dictionary": "0.0.0-dev-20230703201107"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tsx scripts/build.ts",