@pandacss/node 0.0.0-dev-20221128112158 → 0.0.0-dev-20221128114707
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -1505,7 +1505,7 @@ function artifactsGeneratedMessage(ctx) {
|
|
|
1505
1505
|
ctx.hasTokens && import_outdent23.outdent`
|
|
1506
1506
|
${tick} ${(0, import_logger3.quote)(ctx.outdir, "/tokens")}: the css variables and js function to query your tokens
|
|
1507
1507
|
`,
|
|
1508
|
-
ctx.
|
|
1508
|
+
ctx.hasPatterns && import_outdent23.outdent`
|
|
1509
1509
|
${tick} ${(0, import_logger3.quote)(ctx.outdir, "/patterns")}: functions to implement common css patterns
|
|
1510
1510
|
`,
|
|
1511
1511
|
ctx.hasRecipes && import_outdent23.outdent`
|
package/dist/index.mjs
CHANGED
|
@@ -1460,7 +1460,7 @@ function artifactsGeneratedMessage(ctx) {
|
|
|
1460
1460
|
ctx.hasTokens && outdent23`
|
|
1461
1461
|
${tick} ${quote2(ctx.outdir, "/tokens")}: the css variables and js function to query your tokens
|
|
1462
1462
|
`,
|
|
1463
|
-
ctx.
|
|
1463
|
+
ctx.hasPatterns && outdent23`
|
|
1464
1464
|
${tick} ${quote2(ctx.outdir, "/patterns")}: functions to implement common css patterns
|
|
1465
1465
|
`,
|
|
1466
1466
|
ctx.hasRecipes && outdent23`
|
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-20221128114707",
|
|
4
4
|
"description": "The core css panda library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"telejson": "6.0.8",
|
|
31
31
|
"ts-pattern": "4.0.6",
|
|
32
32
|
"ts-morph": "17.0.1",
|
|
33
|
-
"@pandacss/types": "0.0.0-dev-
|
|
34
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
35
|
-
"@pandacss/error": "0.0.0-dev-
|
|
36
|
-
"@pandacss/parser": "0.0.0-dev-
|
|
37
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
38
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
39
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
40
|
-
"@pandacss/core": "0.0.0-dev-
|
|
41
|
-
"@pandacss/config": "0.0.0-dev-
|
|
33
|
+
"@pandacss/types": "0.0.0-dev-20221128114707",
|
|
34
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20221128114707",
|
|
35
|
+
"@pandacss/error": "0.0.0-dev-20221128114707",
|
|
36
|
+
"@pandacss/parser": "0.0.0-dev-20221128114707",
|
|
37
|
+
"@pandacss/shared": "0.0.0-dev-20221128114707",
|
|
38
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20221128114707",
|
|
39
|
+
"@pandacss/logger": "0.0.0-dev-20221128114707",
|
|
40
|
+
"@pandacss/core": "0.0.0-dev-20221128114707",
|
|
41
|
+
"@pandacss/config": "0.0.0-dev-20221128114707"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/fs-extra": "9.0.13",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/glob-parent": "^5.1.1",
|
|
47
47
|
"@types/pluralize": "0.0.29",
|
|
48
48
|
"@types/lodash.merge": "4.6.7",
|
|
49
|
-
"@pandacss/fixture": "0.0.0-dev-
|
|
49
|
+
"@pandacss/fixture": "0.0.0-dev-20221128114707"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|