@sheinx/shineout-style 3.9.4-beta.7 → 3.9.4-beta.8
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 +11 -1
- package/cjs/version.d.ts +1 -1
- package/cjs/version.js +1 -1
- package/esm/radio/radio.d.ts.map +1 -1
- package/esm/radio/radio.js +11 -1
- package/esm/version.d.ts +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,CAyK5C,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/cjs/radio/radio.js
CHANGED
|
@@ -24,14 +24,24 @@ var radioStyle = _objectSpread(_objectSpread({}, _common.animations), {}, {
|
|
|
24
24
|
marginRight: _theme.default.radioGap,
|
|
25
25
|
'&:last-child': {
|
|
26
26
|
marginRight: 0
|
|
27
|
+
},
|
|
28
|
+
'button&': {
|
|
29
|
+
padding: "".concat(_theme.default.radioButtonPaddingY, " ").concat(_theme.default.radioButtonPaddingX)
|
|
27
30
|
}
|
|
28
31
|
},
|
|
29
32
|
wrapperSmall: {
|
|
30
33
|
'[data-soui-role="form-control"] > $group > &': {
|
|
31
34
|
marginTop: 1
|
|
35
|
+
},
|
|
36
|
+
'button&': {
|
|
37
|
+
padding: "".concat(_theme.default.radioSmallButtonPaddingY, " ").concat(_theme.default.radioSmallButtonPaddingX)
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
wrapperLarge: {
|
|
41
|
+
'button&': {
|
|
42
|
+
padding: "".concat(_theme.default.radioLargeButtonPaddingY, " ").concat(_theme.default.radioLargeButtonPaddingX)
|
|
32
43
|
}
|
|
33
44
|
},
|
|
34
|
-
wrapperLarge: {},
|
|
35
45
|
wrapperChecked: {},
|
|
36
46
|
wrapperDisabled: {
|
|
37
47
|
cursor: 'not-allowed'
|
package/cjs/version.d.ts
CHANGED
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,CAyK5C,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/esm/radio/radio.js
CHANGED
|
@@ -17,14 +17,24 @@ var radioStyle = _objectSpread(_objectSpread({}, animations), {}, {
|
|
|
17
17
|
marginRight: token.radioGap,
|
|
18
18
|
'&:last-child': {
|
|
19
19
|
marginRight: 0
|
|
20
|
+
},
|
|
21
|
+
'button&': {
|
|
22
|
+
padding: "".concat(token.radioButtonPaddingY, " ").concat(token.radioButtonPaddingX)
|
|
20
23
|
}
|
|
21
24
|
},
|
|
22
25
|
wrapperSmall: {
|
|
23
26
|
'[data-soui-role="form-control"] > $group > &': {
|
|
24
27
|
marginTop: 1
|
|
28
|
+
},
|
|
29
|
+
'button&': {
|
|
30
|
+
padding: "".concat(token.radioSmallButtonPaddingY, " ").concat(token.radioSmallButtonPaddingX)
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
wrapperLarge: {
|
|
34
|
+
'button&': {
|
|
35
|
+
padding: "".concat(token.radioLargeButtonPaddingY, " ").concat(token.radioLargeButtonPaddingX)
|
|
25
36
|
}
|
|
26
37
|
},
|
|
27
|
-
wrapperLarge: {},
|
|
28
38
|
wrapperChecked: {},
|
|
29
39
|
wrapperDisabled: {
|
|
30
40
|
cursor: 'not-allowed'
|
package/esm/version.d.ts
CHANGED
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.9.4-beta.
|
|
1
|
+
export default '3.9.4-beta.8';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.9.4-beta.
|
|
3
|
+
"version": "3.9.4-beta.8",
|
|
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.9.4-beta.
|
|
21
|
-
"@sheinx/base": "3.9.4-beta.
|
|
20
|
+
"@sheinx/theme": "3.9.4-beta.8",
|
|
21
|
+
"@sheinx/base": "3.9.4-beta.8"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|