react-jupiter 5.9.33 → 5.9.34
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.
|
@@ -33,7 +33,7 @@ function(a){var b=a.disabled,c=a.theme;return b?c.disabled.background:"white"});
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
var StyledSelect=_styledComponents.default.select(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["\n font-family: 'IranSharp';\n font-weight:
|
|
36
|
+
var StyledSelect=_styledComponents.default.select(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["\n font-family: 'IranSharp';\n font-weight: normal;\n font-size: 12px;\n border-radius: ",";\n border: solid 1px ",";\n padding: 4px;\n box-sizing: border-box;\n width: 100%;\n background: ",";\n ","\n ","\n cursor: ",";\n\n &:hover {\n border-color: ",";\n }\n\n &:focus {\n border-color: ",";\n }\n"])),
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
@@ -15,7 +15,7 @@ var RadioWrapper=_styledComponents.default.div(_templateObject2||(_templateObjec
|
|
|
15
15
|
function(a){var b=a.type;return"vertical"===b?"flex-direction: column;":""});exports.RadioWrapper=RadioWrapper;
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var Input=_styledComponents.default.input(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n\n border-radius: 50%;\n width: 16px;\n height: 16px;\n margin-right: 5px;\n position: relative;\n top: 4px;\n \n border: 1px solid ",";\n cursor: ",";\n transition: background 0.2s linear;\n\n &:hover {\n border: 1px solid ",";\n }\n\n &:checked {\n
|
|
18
|
+
var Input=_styledComponents.default.input(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n\n border-radius: 50%;\n width: 16px;\n height: 16px;\n margin-right: 5px;\n position: relative;\n top: 4px;\n \n border: 1px solid ",";\n cursor: ",";\n transition: background 0.2s linear;\n\n &:hover {\n border: 1px solid ",";\n }\n\n &:checked {\n border: 5px solid ",";\n width: 8px;\n height: 8px;\n background: ",";\n\n &:after {\n background: ",";\n }\n }\n\n &:after {\n content: '';\n display: block;\n background: ",";\n position: absolute;\n width: 20px;\n height: 20px;\n border-radius: 100%;\n z-index: -1;\n top: -6px;\n right: -6px;\n }\n"])),
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|