@pandacss/node 0.47.1 → 0.48.0

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
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_postcss@8.4.47_typescript@5.3.3/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.9.2_postcss@8.4.49_typescript@5.3.3/node_modules/tsup/assets/cjs_shims.js
37
37
  var init_cjs_shims = __esm({
38
- "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_postcss@8.4.47_typescript@5.3.3/node_modules/tsup/assets/cjs_shims.js"() {
38
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.9.2_postcss@8.4.49_typescript@5.3.3/node_modules/tsup/assets/cjs_shims.js"() {
39
39
  "use strict";
40
40
  }
41
41
  });
@@ -432,7 +432,7 @@ var import_node_path = __toESM(require("path"));
432
432
  var import_zlib = __toESM(require("zlib"));
433
433
 
434
434
  // package.json
435
- var version = "0.47.1";
435
+ var version = "0.48.0";
436
436
 
437
437
  // src/classify.ts
438
438
  init_cjs_shims();
@@ -1055,12 +1055,13 @@ init_cjs_shims();
1055
1055
  // ../../node_modules/.pnpm/strip-ansi@7.1.0/node_modules/strip-ansi/index.js
1056
1056
  init_cjs_shims();
1057
1057
 
1058
- // ../../node_modules/.pnpm/ansi-regex@6.0.1/node_modules/ansi-regex/index.js
1058
+ // ../../node_modules/.pnpm/ansi-regex@6.1.0/node_modules/ansi-regex/index.js
1059
1059
  init_cjs_shims();
1060
1060
  function ansiRegex({ onlyFirst = false } = {}) {
1061
+ const ST = "(?:\\u0007|\\u001B\\u005C|\\u009C)";
1061
1062
  const pattern = [
1062
- "[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
1063
- "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"
1063
+ `[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?${ST})`,
1064
+ "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"
1064
1065
  ].join("|");
1065
1066
  return new RegExp(pattern, onlyFirst ? void 0 : "g");
1066
1067
  }
package/dist/index.mjs CHANGED
@@ -27,9 +27,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
 
30
- // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_postcss@8.4.47_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js
30
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.9.2_postcss@8.4.49_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js
31
31
  var init_esm_shims = __esm({
32
- "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_postcss@8.4.47_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js"() {
32
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.9.2_postcss@8.4.49_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js"() {
33
33
  "use strict";
34
34
  }
35
35
  });
@@ -406,7 +406,7 @@ import path from "node:path";
406
406
  import zlib from "zlib";
407
407
 
408
408
  // package.json
409
- var version = "0.47.1";
409
+ var version = "0.48.0";
410
410
 
411
411
  // src/classify.ts
412
412
  init_esm_shims();
@@ -1029,12 +1029,13 @@ init_esm_shims();
1029
1029
  // ../../node_modules/.pnpm/strip-ansi@7.1.0/node_modules/strip-ansi/index.js
1030
1030
  init_esm_shims();
1031
1031
 
1032
- // ../../node_modules/.pnpm/ansi-regex@6.0.1/node_modules/ansi-regex/index.js
1032
+ // ../../node_modules/.pnpm/ansi-regex@6.1.0/node_modules/ansi-regex/index.js
1033
1033
  init_esm_shims();
1034
1034
  function ansiRegex({ onlyFirst = false } = {}) {
1035
+ const ST = "(?:\\u0007|\\u001B\\u005C|\\u009C)";
1035
1036
  const pattern = [
1036
- "[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
1037
- "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"
1037
+ `[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?${ST})`,
1038
+ "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"
1038
1039
  ].join("|");
1039
1040
  return new RegExp(pattern, onlyFirst ? void 0 : "g");
1040
1041
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/node",
3
- "version": "0.47.1",
3
+ "version": "0.48.0",
4
4
  "description": "The core css panda library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -47,20 +47,20 @@
47
47
  "perfect-debounce": "1.0.0",
48
48
  "pkg-types": "1.0.3",
49
49
  "pluralize": "8.0.0",
50
- "postcss": "8.4.47",
50
+ "postcss": "8.4.49",
51
51
  "prettier": "3.2.5",
52
52
  "ts-morph": "21.0.1",
53
53
  "ts-pattern": "5.0.8",
54
54
  "tsconfck": "3.0.2",
55
- "@pandacss/config": "0.47.1",
56
- "@pandacss/core": "0.47.1",
57
- "@pandacss/extractor": "0.47.1",
58
- "@pandacss/generator": "0.47.1",
59
- "@pandacss/logger": "0.47.1",
60
- "@pandacss/parser": "0.47.1",
61
- "@pandacss/shared": "0.47.1",
62
- "@pandacss/token-dictionary": "0.47.1",
63
- "@pandacss/types": "0.47.1"
55
+ "@pandacss/config": "0.48.0",
56
+ "@pandacss/core": "0.48.0",
57
+ "@pandacss/extractor": "0.48.0",
58
+ "@pandacss/generator": "0.48.0",
59
+ "@pandacss/logger": "0.48.0",
60
+ "@pandacss/parser": "0.48.0",
61
+ "@pandacss/shared": "0.48.0",
62
+ "@pandacss/token-dictionary": "0.48.0",
63
+ "@pandacss/types": "0.48.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/fs-extra": "11.0.4",