@pandacss/node 0.0.0-dev-20221201121059 → 0.0.0-dev-20221201165111
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 +4 -2
- package/dist/index.mjs +4 -2
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -2112,10 +2112,12 @@ var Builder = class {
|
|
|
2112
2112
|
write(root) {
|
|
2113
2113
|
const rootCssContent = root.toString();
|
|
2114
2114
|
root.removeAll();
|
|
2115
|
-
root.append(
|
|
2115
|
+
root.append(
|
|
2116
|
+
(0, import_core4.discardDuplicate)(`
|
|
2116
2117
|
${rootCssContent}
|
|
2117
2118
|
${this.toString()}
|
|
2118
|
-
`)
|
|
2119
|
+
`)
|
|
2120
|
+
);
|
|
2119
2121
|
}
|
|
2120
2122
|
registerDependency(fn) {
|
|
2121
2123
|
const ctx = this.ensure();
|
package/dist/index.mjs
CHANGED
|
@@ -2073,10 +2073,12 @@ var Builder = class {
|
|
|
2073
2073
|
write(root) {
|
|
2074
2074
|
const rootCssContent = root.toString();
|
|
2075
2075
|
root.removeAll();
|
|
2076
|
-
root.append(
|
|
2076
|
+
root.append(
|
|
2077
|
+
discardDuplicate2(`
|
|
2077
2078
|
${rootCssContent}
|
|
2078
2079
|
${this.toString()}
|
|
2079
|
-
`)
|
|
2080
|
+
`)
|
|
2081
|
+
);
|
|
2080
2082
|
}
|
|
2081
2083
|
registerDependency(fn) {
|
|
2082
2084
|
const ctx = this.ensure();
|
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-20221201165111",
|
|
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-20221201165111",
|
|
34
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20221201165111",
|
|
35
|
+
"@pandacss/error": "0.0.0-dev-20221201165111",
|
|
36
|
+
"@pandacss/parser": "0.0.0-dev-20221201165111",
|
|
37
|
+
"@pandacss/shared": "0.0.0-dev-20221201165111",
|
|
38
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20221201165111",
|
|
39
|
+
"@pandacss/logger": "0.0.0-dev-20221201165111",
|
|
40
|
+
"@pandacss/core": "0.0.0-dev-20221201165111",
|
|
41
|
+
"@pandacss/config": "0.0.0-dev-20221201165111"
|
|
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-20221201165111"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|