@pandacss/token-dictionary 0.0.0-dev-20230621093308 → 0.0.0-dev-20230621094901
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 +0 -3
- package/dist/index.mjs +0 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -517,9 +517,6 @@ var addNegativeTokens = {
|
|
|
517
517
|
tokens.forEach((token) => {
|
|
518
518
|
const originalPath = [...token.path];
|
|
519
519
|
const originalVar = (0, import_shared5.cssVar)(originalPath.join("-"), { prefix, hash });
|
|
520
|
-
if (token.value === "0rem") {
|
|
521
|
-
return;
|
|
522
|
-
}
|
|
523
520
|
const node = token.clone();
|
|
524
521
|
node.setExtensions({
|
|
525
522
|
isNegative: true,
|
package/dist/index.mjs
CHANGED
|
@@ -490,9 +490,6 @@ var addNegativeTokens = {
|
|
|
490
490
|
tokens.forEach((token) => {
|
|
491
491
|
const originalPath = [...token.path];
|
|
492
492
|
const originalVar = cssVar(originalPath.join("-"), { prefix, hash });
|
|
493
|
-
if (token.value === "0rem") {
|
|
494
|
-
return;
|
|
495
|
-
}
|
|
496
493
|
const node = token.clone();
|
|
497
494
|
node.setExtensions({
|
|
498
495
|
isNegative: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/token-dictionary",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20230621094901",
|
|
4
4
|
"description": "Common error messages for css panda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"ts-pattern": "4.3.0",
|
|
18
|
-
"@pandacss/types": "0.0.0-dev-
|
|
19
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
18
|
+
"@pandacss/types": "0.0.0-dev-20230621094901",
|
|
19
|
+
"@pandacss/shared": "0.0.0-dev-20230621094901"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@pandacss/fixture": "0.0.0-dev-
|
|
22
|
+
"@pandacss/fixture": "0.0.0-dev-20230621094901"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "tsup src/index.ts --format=esm,cjs --dts",
|