@sheinx/shineout-style 3.10.0 → 3.10.1-beta.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/cjs/radio/radio.d.ts.map +1 -1
- package/cjs/radio/radio.js +3 -0
- 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.d.ts.map +1 -1
- package/esm/radio/radio.js +3 -0
- 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.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["radio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAG5C,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["radio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAG5C,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,MAAM,YAAY,CAwL5C,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/cjs/radio/radio.js
CHANGED
|
@@ -26,6 +26,7 @@ var radioStyle = _objectSpread(_objectSpread({}, _common.animations), {}, {
|
|
|
26
26
|
marginRight: 0
|
|
27
27
|
},
|
|
28
28
|
'button&': {
|
|
29
|
+
fontSize: _theme.default.radioButtonFontSize,
|
|
29
30
|
padding: "".concat(_theme.default.radioButtonPaddingY, " ").concat(_theme.default.radioButtonPaddingX)
|
|
30
31
|
},
|
|
31
32
|
'button[data-soui-outline]&:not($wrapperChecked):not($wrapperDisabled):not(:hover)': {
|
|
@@ -37,11 +38,13 @@ var radioStyle = _objectSpread(_objectSpread({}, _common.animations), {}, {
|
|
|
37
38
|
marginTop: 1
|
|
38
39
|
},
|
|
39
40
|
'button&': {
|
|
41
|
+
fontSize: _theme.default.radioSmallButtonFontSize,
|
|
40
42
|
padding: "".concat(_theme.default.radioSmallButtonPaddingY, " ").concat(_theme.default.radioSmallButtonPaddingX)
|
|
41
43
|
}
|
|
42
44
|
},
|
|
43
45
|
wrapperLarge: {
|
|
44
46
|
'button&': {
|
|
47
|
+
fontSize: _theme.default.radioLargeButtonFontSize,
|
|
45
48
|
padding: "".concat(_theme.default.radioLargeButtonPaddingY, " ").concat(_theme.default.radioLargeButtonPaddingX)
|
|
46
49
|
}
|
|
47
50
|
},
|
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,wBAA+B"}
|
package/cjs/version.js
CHANGED
package/esm/radio/radio.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["radio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAG5C,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["radio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAG5C,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,MAAM,YAAY,CAwL5C,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/esm/radio/radio.js
CHANGED
|
@@ -19,6 +19,7 @@ var radioStyle = _objectSpread(_objectSpread({}, animations), {}, {
|
|
|
19
19
|
marginRight: 0
|
|
20
20
|
},
|
|
21
21
|
'button&': {
|
|
22
|
+
fontSize: token.radioButtonFontSize,
|
|
22
23
|
padding: "".concat(token.radioButtonPaddingY, " ").concat(token.radioButtonPaddingX)
|
|
23
24
|
},
|
|
24
25
|
'button[data-soui-outline]&:not($wrapperChecked):not($wrapperDisabled):not(:hover)': {
|
|
@@ -30,11 +31,13 @@ var radioStyle = _objectSpread(_objectSpread({}, animations), {}, {
|
|
|
30
31
|
marginTop: 1
|
|
31
32
|
},
|
|
32
33
|
'button&': {
|
|
34
|
+
fontSize: token.radioSmallButtonFontSize,
|
|
33
35
|
padding: "".concat(token.radioSmallButtonPaddingY, " ").concat(token.radioSmallButtonPaddingX)
|
|
34
36
|
}
|
|
35
37
|
},
|
|
36
38
|
wrapperLarge: {
|
|
37
39
|
'button&': {
|
|
40
|
+
fontSize: token.radioLargeButtonFontSize,
|
|
38
41
|
padding: "".concat(token.radioLargeButtonPaddingY, " ").concat(token.radioLargeButtonPaddingX)
|
|
39
42
|
}
|
|
40
43
|
},
|
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,wBAA+B"}
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.10.
|
|
1
|
+
export default '3.10.1-beta.2';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.1-beta.2",
|
|
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.10.
|
|
21
|
-
"@sheinx/base": "3.10.
|
|
20
|
+
"@sheinx/theme": "3.10.1-beta.2",
|
|
21
|
+
"@sheinx/base": "3.10.1-beta.2"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|