@pandacss/node 0.15.0 → 0.15.2
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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +15 -15
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@7.1.0_postcss@8.4.27_typescript@5.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@7.1.0_postcss@8.4.27_typescript@5.2.2/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var init_cjs_shims = __esm({
|
|
38
|
-
"../../node_modules/.pnpm/tsup@7.1.0_postcss@8.4.27_typescript@5.
|
|
38
|
+
"../../node_modules/.pnpm/tsup@7.1.0_postcss@8.4.27_typescript@5.2.2/node_modules/tsup/assets/cjs_shims.js"() {
|
|
39
39
|
"use strict";
|
|
40
40
|
}
|
|
41
41
|
});
|
|
@@ -963,7 +963,7 @@ var createContext = (conf) => {
|
|
|
963
963
|
};
|
|
964
964
|
|
|
965
965
|
// src/config.ts
|
|
966
|
-
var configs = [".ts", ".js", ".mjs", ".cjs"];
|
|
966
|
+
var configs = [".ts", ".js", ".mts", ".mjs", ".cts", ".cjs"];
|
|
967
967
|
function findConfig() {
|
|
968
968
|
for (const config of configs) {
|
|
969
969
|
const result = (0, import_look_it_up.lookItUpSync)(`panda.config${config}`);
|
package/dist/index.mjs
CHANGED
|
@@ -34,9 +34,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
34
34
|
mod
|
|
35
35
|
));
|
|
36
36
|
|
|
37
|
-
// ../../node_modules/.pnpm/tsup@7.1.0_postcss@8.4.27_typescript@5.
|
|
37
|
+
// ../../node_modules/.pnpm/tsup@7.1.0_postcss@8.4.27_typescript@5.2.2/node_modules/tsup/assets/esm_shims.js
|
|
38
38
|
var init_esm_shims = __esm({
|
|
39
|
-
"../../node_modules/.pnpm/tsup@7.1.0_postcss@8.4.27_typescript@5.
|
|
39
|
+
"../../node_modules/.pnpm/tsup@7.1.0_postcss@8.4.27_typescript@5.2.2/node_modules/tsup/assets/esm_shims.js"() {
|
|
40
40
|
"use strict";
|
|
41
41
|
}
|
|
42
42
|
});
|
|
@@ -949,7 +949,7 @@ var createContext = (conf) => {
|
|
|
949
949
|
};
|
|
950
950
|
|
|
951
951
|
// src/config.ts
|
|
952
|
-
var configs = [".ts", ".js", ".mjs", ".cjs"];
|
|
952
|
+
var configs = [".ts", ".js", ".mts", ".mjs", ".cts", ".cjs"];
|
|
953
953
|
function findConfig() {
|
|
954
954
|
for (const config of configs) {
|
|
955
955
|
const result = lookItUpSync(`panda.config${config}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/node",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "The core css panda library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,28 +32,28 @@
|
|
|
32
32
|
"postcss": "8.4.27",
|
|
33
33
|
"preferred-pm": "^3.0.3",
|
|
34
34
|
"ts-morph": "19.0.0",
|
|
35
|
-
"ts-pattern": "5.0.
|
|
35
|
+
"ts-pattern": "5.0.5",
|
|
36
36
|
"tsconfck": "^2.1.2",
|
|
37
|
-
"@pandacss/config": "0.15.
|
|
38
|
-
"@pandacss/core": "0.15.
|
|
39
|
-
"@pandacss/error": "0.15.
|
|
40
|
-
"@pandacss/extractor": "0.15.
|
|
41
|
-
"@pandacss/generator": "0.15.
|
|
42
|
-
"@pandacss/is-valid-prop": "0.15.
|
|
43
|
-
"@pandacss/logger": "0.15.
|
|
44
|
-
"@pandacss/parser": "0.15.
|
|
45
|
-
"@pandacss/shared": "0.15.
|
|
46
|
-
"@pandacss/token-dictionary": "0.15.
|
|
47
|
-
"@pandacss/types": "0.15.
|
|
37
|
+
"@pandacss/config": "0.15.2",
|
|
38
|
+
"@pandacss/core": "0.15.2",
|
|
39
|
+
"@pandacss/error": "0.15.2",
|
|
40
|
+
"@pandacss/extractor": "0.15.2",
|
|
41
|
+
"@pandacss/generator": "0.15.2",
|
|
42
|
+
"@pandacss/is-valid-prop": "0.15.2",
|
|
43
|
+
"@pandacss/logger": "0.15.2",
|
|
44
|
+
"@pandacss/parser": "0.15.2",
|
|
45
|
+
"@pandacss/shared": "0.15.2",
|
|
46
|
+
"@pandacss/token-dictionary": "0.15.2",
|
|
47
|
+
"@pandacss/types": "0.15.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@types/fs-extra": "11.0.
|
|
50
|
+
"@types/fs-extra": "11.0.2",
|
|
51
51
|
"@types/glob-parent": "^5.1.1",
|
|
52
52
|
"@types/is-glob": "^4.0.2",
|
|
53
53
|
"@types/lodash.merge": "4.6.7",
|
|
54
54
|
"@types/pluralize": "0.0.30",
|
|
55
55
|
"boxen": "^7.1.1",
|
|
56
|
-
"@pandacss/fixture": "0.15.
|
|
56
|
+
"@pandacss/fixture": "0.15.2"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|