@pandacss/node 0.0.0-dev-20230103023431 → 0.0.0-dev-20230103100753
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 -0
- package/package.json +11 -11
package/dist/index.d.ts
CHANGED
|
@@ -133,6 +133,7 @@ declare function createContext(conf: LoadConfigResult, io?: IO): {
|
|
|
133
133
|
static?: _pandacss_types.StaticCssOptions | undefined;
|
|
134
134
|
minify?: boolean | undefined;
|
|
135
135
|
utilities?: _pandacss_types.UtilityConfig | undefined;
|
|
136
|
+
gitignore?: boolean | undefined;
|
|
136
137
|
logLevel?: "debug" | "info" | "warn" | "error" | "silent" | undefined;
|
|
137
138
|
presets?: string[] | undefined;
|
|
138
139
|
preflight?: boolean | undefined;
|
|
@@ -267,6 +268,7 @@ declare class Builder {
|
|
|
267
268
|
static?: _pandacss_types.StaticCssOptions | undefined;
|
|
268
269
|
minify?: boolean | undefined;
|
|
269
270
|
utilities?: _pandacss_types.UtilityConfig | undefined;
|
|
271
|
+
gitignore?: boolean | undefined;
|
|
270
272
|
logLevel?: "debug" | "info" | "warn" | "error" | "silent" | undefined;
|
|
271
273
|
presets?: string[] | undefined;
|
|
272
274
|
preflight?: boolean | undefined;
|
|
@@ -393,6 +395,7 @@ declare function loadConfigAndCreateContext(options?: {
|
|
|
393
395
|
static?: _pandacss_types.StaticCssOptions | undefined;
|
|
394
396
|
minify?: boolean | undefined;
|
|
395
397
|
utilities?: _pandacss_types.UtilityConfig | undefined;
|
|
398
|
+
gitignore?: boolean | undefined;
|
|
396
399
|
logLevel?: "debug" | "info" | "warn" | "error" | "silent" | undefined;
|
|
397
400
|
presets?: string[] | undefined;
|
|
398
401
|
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-20230103100753",
|
|
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.0.6",
|
|
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-20230103100753",
|
|
34
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20230103100753",
|
|
35
|
+
"@pandacss/error": "0.0.0-dev-20230103100753",
|
|
36
|
+
"@pandacss/parser": "0.0.0-dev-20230103100753",
|
|
37
|
+
"@pandacss/shared": "0.0.0-dev-20230103100753",
|
|
38
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230103100753",
|
|
39
|
+
"@pandacss/logger": "0.0.0-dev-20230103100753",
|
|
40
|
+
"@pandacss/core": "0.0.0-dev-20230103100753",
|
|
41
|
+
"@pandacss/config": "0.0.0-dev-20230103100753"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/fs-extra": "9.0.13",
|
|
@@ -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-20230103100753"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|