@pandacss/token-dictionary 1.6.0 → 1.7.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
@@ -951,6 +951,7 @@ var TokenDictionary = class {
951
951
  node.setExtensions({
952
952
  category,
953
953
  conditions: value,
954
+ rawValue: value,
954
955
  prop: this.formatTokenName(path.slice(1))
955
956
  });
956
957
  if (isDefault) {
package/dist/index.mjs CHANGED
@@ -918,6 +918,7 @@ var TokenDictionary = class {
918
918
  node.setExtensions({
919
919
  category,
920
920
  conditions: value,
921
+ rawValue: value,
921
922
  prop: this.formatTokenName(path.slice(1))
922
923
  });
923
924
  if (isDefault) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/token-dictionary",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Common error messages for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -35,9 +35,9 @@
35
35
  "dependencies": {
36
36
  "picomatch": "^4.0.0",
37
37
  "ts-pattern": "5.9.0",
38
- "@pandacss/logger": "^1.6.0",
39
- "@pandacss/shared": "1.6.0",
40
- "@pandacss/types": "1.6.0"
38
+ "@pandacss/logger": "^1.7.0",
39
+ "@pandacss/shared": "1.7.0",
40
+ "@pandacss/types": "1.7.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/picomatch": "4.0.2"