@pandacss/token-dictionary 0.0.0-dev-20240109102643 → 0.0.0-dev-20240111225338

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/index.js CHANGED
@@ -270,7 +270,8 @@ var TOKEN_TYPES = {
270
270
  easings: "cubicBezier",
271
271
  borders: "border",
272
272
  components: "cti",
273
- assets: "asset"
273
+ assets: "asset",
274
+ aspectRatios: "aspectRatio"
274
275
  };
275
276
 
276
277
  // src/dictionary.ts
package/dist/index.mjs CHANGED
@@ -243,7 +243,8 @@ var TOKEN_TYPES = {
243
243
  easings: "cubicBezier",
244
244
  borders: "border",
245
245
  components: "cti",
246
- assets: "asset"
246
+ assets: "asset",
247
+ aspectRatios: "aspectRatio"
247
248
  };
248
249
 
249
250
  // src/dictionary.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/token-dictionary",
3
- "version": "0.0.0-dev-20240109102643",
3
+ "version": "0.0.0-dev-20240111225338",
4
4
  "description": "Common error messages for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,8 +33,8 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "ts-pattern": "5.0.5",
36
- "@pandacss/shared": "0.0.0-dev-20240109102643",
37
- "@pandacss/types": "0.0.0-dev-20240109102643"
36
+ "@pandacss/shared": "0.0.0-dev-20240111225338",
37
+ "@pandacss/types": "0.0.0-dev-20240111225338"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsup src/index.ts --format=esm,cjs --dts",