@pandacss/types 0.0.0-dev-20221215101012 → 0.0.0-dev-20221215134453

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 +1 -1
package/dist/tokens.d.ts CHANGED
@@ -58,7 +58,6 @@ export type TokenDataTypes = {
58
58
  lineHeights: string | number
59
59
  letterSpacings: string
60
60
  sizes: string
61
- largeSizes: string
62
61
  shadows: Shadow | Shadow[] | string | string[]
63
62
  spacing: string | number
64
63
  radii: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20221215101012",
3
+ "version": "0.0.0-dev-20221215134453",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",