@modern-js/plugin-styled-components 3.1.0 → 3.1.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/esm/index.mjs
CHANGED
package/dist/esm/styled.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "styled-components";
|
|
2
1
|
import * as __rspack_external_styled_components_326b429a from "styled-components";
|
|
2
|
+
export * from "styled-components";
|
|
3
3
|
function resolveStyledComponents() {
|
|
4
4
|
const moduleExports = __rspack_external_styled_components_326b429a;
|
|
5
5
|
if (moduleExports.default?.default !== void 0) return moduleExports.default.default;
|
|
@@ -7,4 +7,4 @@ function resolveStyledComponents() {
|
|
|
7
7
|
}
|
|
8
8
|
const styled = resolveStyledComponents();
|
|
9
9
|
const src_styled = styled;
|
|
10
|
-
export
|
|
10
|
+
export default src_styled;
|
package/dist/esm-node/index.mjs
CHANGED
package/dist/esm-node/styled.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "node:module";
|
|
2
|
-
export * from "styled-components";
|
|
3
2
|
import * as __rspack_external_styled_components_326b429a from "styled-components";
|
|
3
|
+
export * from "styled-components";
|
|
4
4
|
function resolveStyledComponents() {
|
|
5
5
|
const moduleExports = __rspack_external_styled_components_326b429a;
|
|
6
6
|
if (moduleExports.default?.default !== void 0) return moduleExports.default.default;
|
|
@@ -8,4 +8,4 @@ function resolveStyledComponents() {
|
|
|
8
8
|
}
|
|
9
9
|
const styled = resolveStyledComponents();
|
|
10
10
|
const src_styled = styled;
|
|
11
|
-
export
|
|
11
|
+
export default src_styled;
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"modern",
|
|
9
9
|
"modern.js"
|
|
10
10
|
],
|
|
11
|
-
"version": "3.1.
|
|
11
|
+
"version": "3.1.2",
|
|
12
12
|
"types": "./src/index.ts",
|
|
13
13
|
"main": "./dist/cjs/index.js",
|
|
14
14
|
"export": {
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"@swc/helpers": "^0.5.17"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@rslib/core": "0.
|
|
33
|
+
"@rslib/core": "0.20.3",
|
|
34
34
|
"@types/jest": "^29.5.14",
|
|
35
35
|
"@types/node": "^20",
|
|
36
36
|
"@types/styled-components": "^5.1.36",
|
|
37
37
|
"styled-components": "^5.3.1",
|
|
38
38
|
"typescript": "^5.3.3",
|
|
39
|
-
"@modern-js/app-tools": "3.1.
|
|
40
|
-
"@modern-js/
|
|
41
|
-
"@modern-js/
|
|
39
|
+
"@modern-js/app-tools": "3.1.2",
|
|
40
|
+
"@modern-js/rslib": "2.68.10",
|
|
41
|
+
"@modern-js/runtime": "3.1.2"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"styled-components": "^5.3.1"
|