@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.
- package/cjs/radio/radio.js +1 -1
- package/cjs/version.d.ts +1 -1
- package/cjs/version.d.ts.map +1 -1
- package/cjs/version.js +1 -1
- package/esm/radio/radio.js +1 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.d.ts.map +1 -1
- package/esm/version.js +1 -1
- package/package.json +3 -3
package/cjs/radio/radio.js
CHANGED
|
@@ -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
package/cjs/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
|
package/cjs/version.js
CHANGED
package/esm/radio/radio.js
CHANGED
|
@@ -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
package/esm/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,
|
|
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
|
|
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
|
|
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
|
|
21
|
-
"@sheinx/base": "3.7.9
|
|
20
|
+
"@sheinx/theme": "3.7.9",
|
|
21
|
+
"@sheinx/base": "3.7.9"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|