@sheinx/shineout-style 3.7.9-beta.7 → 3.7.9

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.
@@ -105,7 +105,7 @@ var radioStyle = {
105
105
  color: _theme.default.radioIconColor,
106
106
  backgroundColor: _theme.default.radioIconBackgroundColor,
107
107
  border: '1px solid currentColor',
108
- '$wrapperChecked &': {
108
+ '$wrapperChecked > $indicatorWrapper > &': {
109
109
  backgroundColor: _theme.default.radioIconCheckedBackgroundColor,
110
110
  color: _theme.default.radioIconCheckedColor,
111
111
  '&::after': {
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.7.9-beta.7";
1
+ declare const _default: "3.7.9";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA8B"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
package/cjs/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = exports.default = '3.7.9-beta.7';
7
+ var _default = exports.default = '3.7.9';
@@ -98,7 +98,7 @@ var radioStyle = {
98
98
  color: token.radioIconColor,
99
99
  backgroundColor: token.radioIconBackgroundColor,
100
100
  border: '1px solid currentColor',
101
- '$wrapperChecked &': {
101
+ '$wrapperChecked > $indicatorWrapper > &': {
102
102
  backgroundColor: token.radioIconCheckedBackgroundColor,
103
103
  color: token.radioIconCheckedColor,
104
104
  '&::after': {
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.7.9-beta.7";
1
+ declare const _default: "3.7.9";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA8B"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.7.9-beta.7';
1
+ export default '3.7.9';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.7.9-beta.7",
3
+ "version": "3.7.9",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,8 +17,8 @@
17
17
  "dependencies": {
18
18
  "jss": "10.9.2",
19
19
  "react-jss": "10.9.2",
20
- "@sheinx/theme": "3.7.9-beta.7",
21
- "@sheinx/base": "3.7.9-beta.7"
20
+ "@sheinx/theme": "3.7.9",
21
+ "@sheinx/base": "3.7.9"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"