@pandacss/node 0.50.0 → 0.51.1
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +11 -11
package/dist/index.d.mts
CHANGED
|
@@ -55,8 +55,8 @@ declare class PandaContext extends Generator {
|
|
|
55
55
|
results: ParserResult[];
|
|
56
56
|
};
|
|
57
57
|
writeCss: (sheet?: Stylesheet) => Promise<PromiseSettledResult<void>[]> | undefined;
|
|
58
|
-
watchConfig: (cb: (file: string) => void | Promise<void>, opts?: Omit<WatchOptions,
|
|
59
|
-
watchFiles: (cb: (event: WatcherEventType, file: string) => void | Promise<void>, opts?: Omit<WatchOptions,
|
|
58
|
+
watchConfig: (cb: (file: string) => void | Promise<void>, opts?: Omit<WatchOptions, "include">) => void;
|
|
59
|
+
watchFiles: (cb: (event: WatcherEventType, file: string) => void | Promise<void>, opts?: Omit<WatchOptions, "include" | "exclude" | "poll" | "cwd" | "logger">) => void;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
declare function analyze(ctx: PandaContext, options?: AnalysisOptions): {
|
package/dist/index.d.ts
CHANGED
|
@@ -55,8 +55,8 @@ declare class PandaContext extends Generator {
|
|
|
55
55
|
results: ParserResult[];
|
|
56
56
|
};
|
|
57
57
|
writeCss: (sheet?: Stylesheet) => Promise<PromiseSettledResult<void>[]> | undefined;
|
|
58
|
-
watchConfig: (cb: (file: string) => void | Promise<void>, opts?: Omit<WatchOptions,
|
|
59
|
-
watchFiles: (cb: (event: WatcherEventType, file: string) => void | Promise<void>, opts?: Omit<WatchOptions,
|
|
58
|
+
watchConfig: (cb: (file: string) => void | Promise<void>, opts?: Omit<WatchOptions, "include">) => void;
|
|
59
|
+
watchFiles: (cb: (event: WatcherEventType, file: string) => void | Promise<void>, opts?: Omit<WatchOptions, "include" | "exclude" | "poll" | "cwd" | "logger">) => void;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
declare function analyze(ctx: PandaContext, options?: AnalysisOptions): {
|
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.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_@swc+helpers@0.4.36__postcss@8.4.49_typescript@5.6.2/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.
|
|
38
|
+
"../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_@swc+helpers@0.4.36__postcss@8.4.49_typescript@5.6.2/node_modules/tsup/assets/cjs_shims.js"() {
|
|
39
39
|
"use strict";
|
|
40
40
|
}
|
|
41
41
|
});
|
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.
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_@swc+helpers@0.4.36__postcss@8.4.49_typescript@5.6.2/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.
|
|
32
|
+
"../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_@swc+helpers@0.4.36__postcss@8.4.49_typescript@5.6.2/node_modules/tsup/assets/esm_shims.js"() {
|
|
33
33
|
"use strict";
|
|
34
34
|
}
|
|
35
35
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.51.1",
|
|
4
4
|
"description": "The core css panda library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -47,18 +47,18 @@
|
|
|
47
47
|
"pluralize": "8.0.0",
|
|
48
48
|
"postcss": "8.4.49",
|
|
49
49
|
"prettier": "3.2.5",
|
|
50
|
-
"ts-morph": "
|
|
50
|
+
"ts-morph": "24.0.0",
|
|
51
51
|
"ts-pattern": "5.0.8",
|
|
52
52
|
"tsconfck": "3.0.2",
|
|
53
|
-
"@pandacss/config": "0.
|
|
54
|
-
"@pandacss/core": "0.
|
|
55
|
-
"@pandacss/generator": "0.
|
|
56
|
-
"@pandacss/reporter": "0.
|
|
57
|
-
"@pandacss/logger": "0.
|
|
58
|
-
"@pandacss/parser": "0.
|
|
59
|
-
"@pandacss/shared": "0.
|
|
60
|
-
"@pandacss/token-dictionary": "0.
|
|
61
|
-
"@pandacss/types": "0.
|
|
53
|
+
"@pandacss/config": "0.51.1",
|
|
54
|
+
"@pandacss/core": "0.51.1",
|
|
55
|
+
"@pandacss/generator": "0.51.1",
|
|
56
|
+
"@pandacss/reporter": "0.51.1",
|
|
57
|
+
"@pandacss/logger": "0.51.1",
|
|
58
|
+
"@pandacss/parser": "0.51.1",
|
|
59
|
+
"@pandacss/shared": "0.51.1",
|
|
60
|
+
"@pandacss/token-dictionary": "0.51.1",
|
|
61
|
+
"@pandacss/types": "0.51.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/fs-extra": "11.0.4",
|