@pandacss/node 0.0.0-dev-20230113160423 → 0.0.0-dev-20230116070330
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.ts +3 -3
- package/package.json +11 -11
package/dist/index.d.ts
CHANGED
|
@@ -149,7 +149,7 @@ declare function createContext(conf: LoadConfigResult, io?: IO): {
|
|
|
149
149
|
minify?: boolean | undefined;
|
|
150
150
|
utilities?: _pandacss_types.UtilityConfig | undefined;
|
|
151
151
|
gitignore?: boolean | undefined;
|
|
152
|
-
|
|
152
|
+
studio?: Partial<_pandacss_types_dist_config.Studio> | undefined;
|
|
153
153
|
logLevel?: "debug" | "info" | "warn" | "error" | "silent" | undefined;
|
|
154
154
|
presets?: string[] | undefined;
|
|
155
155
|
preflight?: boolean | undefined;
|
|
@@ -301,7 +301,7 @@ declare class Builder {
|
|
|
301
301
|
minify?: boolean | undefined;
|
|
302
302
|
utilities?: _pandacss_types.UtilityConfig | undefined;
|
|
303
303
|
gitignore?: boolean | undefined;
|
|
304
|
-
|
|
304
|
+
studio?: Partial<_pandacss_types_dist_config.Studio> | undefined;
|
|
305
305
|
logLevel?: "debug" | "info" | "warn" | "error" | "silent" | undefined;
|
|
306
306
|
presets?: string[] | undefined;
|
|
307
307
|
preflight?: boolean | undefined;
|
|
@@ -445,7 +445,7 @@ declare function loadConfigAndCreateContext(options?: {
|
|
|
445
445
|
minify?: boolean | undefined;
|
|
446
446
|
utilities?: _pandacss_types.UtilityConfig | undefined;
|
|
447
447
|
gitignore?: boolean | undefined;
|
|
448
|
-
|
|
448
|
+
studio?: Partial<_pandacss_types_dist_config.Studio> | undefined;
|
|
449
449
|
logLevel?: "debug" | "info" | "warn" | "error" | "silent" | undefined;
|
|
450
450
|
presets?: string[] | undefined;
|
|
451
451
|
preflight?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/node",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20230116070330",
|
|
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.1.3",
|
|
32
32
|
"ts-morph": "17.0.1",
|
|
33
|
-
"@pandacss/types": "0.0.0-dev-
|
|
34
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
35
|
-
"@pandacss/error": "0.0.0-dev-
|
|
36
|
-
"@pandacss/parser": "0.0.0-dev-
|
|
37
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
38
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
39
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
40
|
-
"@pandacss/core": "0.0.0-dev-
|
|
41
|
-
"@pandacss/config": "0.0.0-dev-
|
|
33
|
+
"@pandacss/types": "0.0.0-dev-20230116070330",
|
|
34
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20230116070330",
|
|
35
|
+
"@pandacss/error": "0.0.0-dev-20230116070330",
|
|
36
|
+
"@pandacss/parser": "0.0.0-dev-20230116070330",
|
|
37
|
+
"@pandacss/shared": "0.0.0-dev-20230116070330",
|
|
38
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230116070330",
|
|
39
|
+
"@pandacss/logger": "0.0.0-dev-20230116070330",
|
|
40
|
+
"@pandacss/core": "0.0.0-dev-20230116070330",
|
|
41
|
+
"@pandacss/config": "0.0.0-dev-20230116070330"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/fs-extra": "11.0.1",
|
|
@@ -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-
|
|
49
|
+
"@pandacss/fixture": "0.0.0-dev-20230116070330"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|