@pandacss/node 0.0.0-dev-20221201191123 → 0.0.0-dev-20221203082644

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
@@ -1471,6 +1471,7 @@ function setupReset(ctx) {
1471
1471
  function setupGitIgnore(ctx) {
1472
1472
  const txt = import_outdent22.default`## CSS Panda
1473
1473
  ${ctx.outdir}
1474
+ ${ctx.outdir}-static
1474
1475
  `;
1475
1476
  const file = (0, import_look_it_up.lookItUpSync)(".gitignore");
1476
1477
  if (!file)
package/dist/index.mjs CHANGED
@@ -1426,6 +1426,7 @@ function setupReset(ctx) {
1426
1426
  function setupGitIgnore(ctx) {
1427
1427
  const txt = outdent22`## CSS Panda
1428
1428
  ${ctx.outdir}
1429
+ ${ctx.outdir}-static
1429
1430
  `;
1430
1431
  const file = lookItUpSync(".gitignore");
1431
1432
  if (!file)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/node",
3
- "version": "0.0.0-dev-20221201191123",
3
+ "version": "0.0.0-dev-20221203082644",
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": "7.0.4",
31
31
  "ts-pattern": "4.0.6",
32
32
  "ts-morph": "17.0.1",
33
- "@pandacss/types": "0.0.0-dev-20221201191123",
34
- "@pandacss/is-valid-prop": "0.0.0-dev-20221201191123",
35
- "@pandacss/error": "0.0.0-dev-20221201191123",
36
- "@pandacss/parser": "0.0.0-dev-20221201191123",
37
- "@pandacss/shared": "0.0.0-dev-20221201191123",
38
- "@pandacss/token-dictionary": "0.0.0-dev-20221201191123",
39
- "@pandacss/logger": "0.0.0-dev-20221201191123",
40
- "@pandacss/core": "0.0.0-dev-20221201191123",
41
- "@pandacss/config": "0.0.0-dev-20221201191123"
33
+ "@pandacss/types": "0.0.0-dev-20221203082644",
34
+ "@pandacss/is-valid-prop": "0.0.0-dev-20221203082644",
35
+ "@pandacss/error": "0.0.0-dev-20221203082644",
36
+ "@pandacss/parser": "0.0.0-dev-20221203082644",
37
+ "@pandacss/shared": "0.0.0-dev-20221203082644",
38
+ "@pandacss/token-dictionary": "0.0.0-dev-20221203082644",
39
+ "@pandacss/logger": "0.0.0-dev-20221203082644",
40
+ "@pandacss/core": "0.0.0-dev-20221203082644",
41
+ "@pandacss/config": "0.0.0-dev-20221203082644"
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-20221201191123"
49
+ "@pandacss/fixture": "0.0.0-dev-20221203082644"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup src/index.ts --format=cjs,esm --shims --dts",