@pandacss/token-dictionary 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/index.d.ts +0 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -128,7 +128,6 @@ type TokenValues = {
128
128
  lineHeights: string | number;
129
129
  letterSpacings: string;
130
130
  sizes: string;
131
- largeSizes: string;
132
131
  shadows: Shadow | Shadow[] | string | string[];
133
132
  spacing: string | number;
134
133
  radii: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/token-dictionary",
3
- "version": "0.0.0-dev-20221215101012",
3
+ "version": "0.0.0-dev-20221215134453",
4
4
  "description": "Common error messages for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -15,10 +15,10 @@
15
15
  ],
16
16
  "dependencies": {
17
17
  "ts-pattern": "4.0.6",
18
- "@pandacss/shared": "0.0.0-dev-20221215101012"
18
+ "@pandacss/shared": "0.0.0-dev-20221215134453"
19
19
  },
20
20
  "devDependencies": {
21
- "@pandacss/fixture": "0.0.0-dev-20221215101012"
21
+ "@pandacss/fixture": "0.0.0-dev-20221215134453"
22
22
  },
23
23
  "scripts": {
24
24
  "build": "tsup src/index.ts --format=esm,cjs --dts",