@pandacss/token-dictionary 0.27.2 → 0.28.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/index.js CHANGED
@@ -269,6 +269,7 @@ var TOKEN_TYPES = {
269
269
  gradients: "gradient",
270
270
  easings: "cubicBezier",
271
271
  borders: "border",
272
+ borderWidths: "borderWidth",
272
273
  components: "cti",
273
274
  assets: "asset",
274
275
  aspectRatios: "aspectRatio"
package/dist/index.mjs CHANGED
@@ -242,6 +242,7 @@ var TOKEN_TYPES = {
242
242
  gradients: "gradient",
243
243
  easings: "cubicBezier",
244
244
  borders: "border",
245
+ borderWidths: "borderWidth",
245
246
  components: "cti",
246
247
  assets: "asset",
247
248
  aspectRatios: "aspectRatio"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/token-dictionary",
3
- "version": "0.27.2",
3
+ "version": "0.28.0",
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.27.2",
37
- "@pandacss/types": "0.27.2"
36
+ "@pandacss/shared": "0.28.0",
37
+ "@pandacss/types": "0.28.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsup src/index.ts --format=esm,cjs --dts",