@pandacss/node 0.0.0-dev-20230210130407 → 0.0.0-dev-20230211113952

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
@@ -2218,7 +2218,7 @@ async function setupConfig(cwd, { force }) {
2218
2218
  exclude: [],
2219
2219
 
2220
2220
  // The output directory for your css system
2221
- outdir: "design-system",
2221
+ outdir: "styled-system",
2222
2222
  })
2223
2223
  `;
2224
2224
  await (0, import_fs_extra3.writeFile)((0, import_path4.join)(cwd, file), content);
package/dist/index.mjs CHANGED
@@ -2205,7 +2205,7 @@ async function setupConfig(cwd, { force }) {
2205
2205
  exclude: [],
2206
2206
 
2207
2207
  // The output directory for your css system
2208
- outdir: "design-system",
2208
+ outdir: "styled-system",
2209
2209
  })
2210
2210
  `;
2211
2211
  await writeFile2(join2(cwd, file), content);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/node",
3
- "version": "0.0.0-dev-20230210130407",
3
+ "version": "0.0.0-dev-20230211113952",
4
4
  "description": "The core css panda library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -31,16 +31,16 @@
31
31
  "preferred-pm": "^3.0.3",
32
32
  "ts-pattern": "4.1.4",
33
33
  "ts-morph": "17.0.1",
34
- "@pandacss/config": "0.0.0-dev-20230210130407",
35
- "@pandacss/generator": "0.0.0-dev-20230210130407",
36
- "@pandacss/core": "0.0.0-dev-20230210130407",
37
- "@pandacss/error": "0.0.0-dev-20230210130407",
38
- "@pandacss/is-valid-prop": "0.0.0-dev-20230210130407",
39
- "@pandacss/logger": "0.0.0-dev-20230210130407",
40
- "@pandacss/parser": "0.0.0-dev-20230210130407",
41
- "@pandacss/shared": "0.0.0-dev-20230210130407",
42
- "@pandacss/token-dictionary": "0.0.0-dev-20230210130407",
43
- "@pandacss/types": "0.0.0-dev-20230210130407"
34
+ "@pandacss/config": "0.0.0-dev-20230211113952",
35
+ "@pandacss/generator": "0.0.0-dev-20230211113952",
36
+ "@pandacss/core": "0.0.0-dev-20230211113952",
37
+ "@pandacss/error": "0.0.0-dev-20230211113952",
38
+ "@pandacss/is-valid-prop": "0.0.0-dev-20230211113952",
39
+ "@pandacss/logger": "0.0.0-dev-20230211113952",
40
+ "@pandacss/parser": "0.0.0-dev-20230211113952",
41
+ "@pandacss/shared": "0.0.0-dev-20230211113952",
42
+ "@pandacss/token-dictionary": "0.0.0-dev-20230211113952",
43
+ "@pandacss/types": "0.0.0-dev-20230211113952"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/fs-extra": "11.0.1",
@@ -49,7 +49,7 @@
49
49
  "@types/lodash.merge": "4.6.7",
50
50
  "@types/pluralize": "0.0.29",
51
51
  "boxen": "^7.0.1",
52
- "@pandacss/fixture": "0.0.0-dev-20230210130407"
52
+ "@pandacss/fixture": "0.0.0-dev-20230211113952"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "tsup src/index.ts --format=cjs,esm --shims --dts",