@pandacss/node 0.0.0-dev-20230510135701 → 0.0.0-dev-20230510142143
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 +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -2422,6 +2422,8 @@ async function emitArtifacts(ctx) {
|
|
|
2422
2422
|
}
|
|
2423
2423
|
async function emitAndExtract(ctx) {
|
|
2424
2424
|
await emitArtifacts(ctx);
|
|
2425
|
+
if (ctx.config.emitTokensOnly)
|
|
2426
|
+
return "Successfully rebuilt the css variables and js function to query your tokens \u2728";
|
|
2425
2427
|
return extractCss(ctx);
|
|
2426
2428
|
}
|
|
2427
2429
|
async function extractCss(ctx) {
|
package/dist/index.mjs
CHANGED
|
@@ -2411,6 +2411,8 @@ async function emitArtifacts(ctx) {
|
|
|
2411
2411
|
}
|
|
2412
2412
|
async function emitAndExtract(ctx) {
|
|
2413
2413
|
await emitArtifacts(ctx);
|
|
2414
|
+
if (ctx.config.emitTokensOnly)
|
|
2415
|
+
return "Successfully rebuilt the css variables and js function to query your tokens \u2728";
|
|
2414
2416
|
return extractCss(ctx);
|
|
2415
2417
|
}
|
|
2416
2418
|
async function extractCss(ctx) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/node",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20230510142143",
|
|
4
4
|
"description": "The core css panda library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"preferred-pm": "^3.0.3",
|
|
34
34
|
"ts-morph": "18.0.0",
|
|
35
35
|
"ts-pattern": "4.3.0",
|
|
36
|
-
"@pandacss/config": "0.0.0-dev-
|
|
37
|
-
"@pandacss/core": "0.0.0-dev-
|
|
38
|
-
"@pandacss/error": "0.0.0-dev-
|
|
39
|
-
"@pandacss/generator": "0.0.0-dev-
|
|
40
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
41
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
42
|
-
"@pandacss/parser": "0.0.0-dev-
|
|
43
|
-
"@pandacss/extractor": "0.0.0-dev-
|
|
44
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
45
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
46
|
-
"@pandacss/types": "0.0.0-dev-
|
|
36
|
+
"@pandacss/config": "0.0.0-dev-20230510142143",
|
|
37
|
+
"@pandacss/core": "0.0.0-dev-20230510142143",
|
|
38
|
+
"@pandacss/error": "0.0.0-dev-20230510142143",
|
|
39
|
+
"@pandacss/generator": "0.0.0-dev-20230510142143",
|
|
40
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20230510142143",
|
|
41
|
+
"@pandacss/logger": "0.0.0-dev-20230510142143",
|
|
42
|
+
"@pandacss/parser": "0.0.0-dev-20230510142143",
|
|
43
|
+
"@pandacss/extractor": "0.0.0-dev-20230510142143",
|
|
44
|
+
"@pandacss/shared": "0.0.0-dev-20230510142143",
|
|
45
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230510142143",
|
|
46
|
+
"@pandacss/types": "0.0.0-dev-20230510142143"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/fs-extra": "11.0.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/pluralize": "0.0.29",
|
|
54
54
|
"boxen": "^7.1.0",
|
|
55
55
|
"gzip-size": "^7.0.0",
|
|
56
|
-
"@pandacss/fixture": "0.0.0-dev-
|
|
56
|
+
"@pandacss/fixture": "0.0.0-dev-20230510142143"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|