@modern-js/plugin-styled-components 3.0.5 → 3.1.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.
@@ -58,4 +58,4 @@ class StyledCollector {
58
58
  _class_private_field_set(this, _chunkSet, chunkSet);
59
59
  }
60
60
  }
61
- export { string_RenderLevel as RenderLevel, StyledCollector };
61
+ export { StyledCollector, string_RenderLevel as RenderLevel };
@@ -35,4 +35,5 @@ const styledComponentsPlugin = (options)=>({
35
35
  }
36
36
  });
37
37
  const src = styledComponentsPlugin;
38
- export { src as default, styledComponentsPlugin };
38
+ export default src;
39
+ export { styledComponentsPlugin };
@@ -7,4 +7,4 @@ function resolveStyledComponents() {
7
7
  }
8
8
  const styled = resolveStyledComponents();
9
9
  const src_styled = styled;
10
- export { src_styled as default };
10
+ export default src_styled;
@@ -59,4 +59,4 @@ class StyledCollector {
59
59
  _class_private_field_set(this, _chunkSet, chunkSet);
60
60
  }
61
61
  }
62
- export { string_RenderLevel as RenderLevel, StyledCollector };
62
+ export { StyledCollector, string_RenderLevel as RenderLevel };
@@ -37,4 +37,5 @@ const styledComponentsPlugin = (options)=>({
37
37
  }
38
38
  });
39
39
  const src = styledComponentsPlugin;
40
- export { src as default, styledComponentsPlugin };
40
+ export default src;
41
+ export { styledComponentsPlugin };
@@ -8,4 +8,4 @@ function resolveStyledComponents() {
8
8
  }
9
9
  const styled = resolveStyledComponents();
10
10
  const src_styled = styled;
11
- export { src_styled as default };
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.0.5",
11
+ "version": "3.1.1",
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.19.6",
33
+ "@rslib/core": "0.20.0",
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.1",
39
40
  "@modern-js/rslib": "2.68.10",
40
- "@modern-js/runtime": "3.0.5",
41
- "@modern-js/app-tools": "3.0.5"
41
+ "@modern-js/runtime": "3.1.1"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "styled-components": "^5.3.1"