glints-aries 4.0.323 → 4.0.324
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.
|
@@ -9,7 +9,7 @@ export var RadioButtonWrapper = styled.label.withConfig({
|
|
|
9
9
|
export var RadioButtonInput = styled.input.withConfig({
|
|
10
10
|
displayName: "RadioButtonStyle__RadioButtonInput",
|
|
11
11
|
componentId: "sc-138orlx-1"
|
|
12
|
-
})(["cursor:pointer;appearance:none;margin:0;width:18px;height:18px;border:2px solid ", ";border-radius:", ";transform:translateY(1.5px)
|
|
12
|
+
})(["cursor:pointer;appearance:none;margin:0;width:18px;height:18px;border:2px solid ", ";border-radius:", ";transform:translateY(1.5px);&::after{content:'';display:block;border-radius:", ";width:8px;height:8px;margin:3px;}@media (min-width:", "){width:22px;height:22px;transform:none;&::after{width:10px;height:10px;margin:", ";}}&:hover{border-color:", ";}&:focus-visible{box-shadow:0px 0px 0px 1px ", ",0px 0px 0px 3px ", ";outline:none;}&:disabled{cursor:not-allowed;background-color:", ";border-color:", ";}&:checked{border-color:", ";&::after{background-color:", ";}&:disabled{background-color:", ";border-color:", ";&::after{background-color:", ";}}}"], Colors.Neutral.B68, borderRadiusHalf, borderRadiusHalf, Breakpoints.large, space4, Colors.Neutral.B68, Colors.Neutral.B100, Colors.Blue.S54, Colors.Neutral.B95, Colors.Neutral.B85, Colors.Blue.S99, Colors.Blue.S99, Colors.Neutral.B95, Colors.Neutral.B85, Colors.Neutral.B85);
|
|
13
13
|
export var LabelWrapper = styled.div.withConfig({
|
|
14
14
|
displayName: "RadioButtonStyle__LabelWrapper",
|
|
15
15
|
componentId: "sc-138orlx-2"
|
|
@@ -15,7 +15,7 @@ exports.RadioButtonWrapper = RadioButtonWrapper;
|
|
|
15
15
|
var RadioButtonInput = _styledComponents["default"].input.withConfig({
|
|
16
16
|
displayName: "RadioButtonStyle__RadioButtonInput",
|
|
17
17
|
componentId: "sc-138orlx-1"
|
|
18
|
-
})(["cursor:pointer;appearance:none;margin:0;width:18px;height:18px;border:2px solid ", ";border-radius:", ";transform:translateY(1.5px)
|
|
18
|
+
})(["cursor:pointer;appearance:none;margin:0;width:18px;height:18px;border:2px solid ", ";border-radius:", ";transform:translateY(1.5px);&::after{content:'';display:block;border-radius:", ";width:8px;height:8px;margin:3px;}@media (min-width:", "){width:22px;height:22px;transform:none;&::after{width:10px;height:10px;margin:", ";}}&:hover{border-color:", ";}&:focus-visible{box-shadow:0px 0px 0px 1px ", ",0px 0px 0px 3px ", ";outline:none;}&:disabled{cursor:not-allowed;background-color:", ";border-color:", ";}&:checked{border-color:", ";&::after{background-color:", ";}&:disabled{background-color:", ";border-color:", ";&::after{background-color:", ";}}}"], _.Colors.Neutral.B68, _borderRadius.borderRadiusHalf, _borderRadius.borderRadiusHalf, _.Breakpoints.large, _spacing.space4, _.Colors.Neutral.B68, _.Colors.Neutral.B100, _.Colors.Blue.S54, _.Colors.Neutral.B95, _.Colors.Neutral.B85, _.Colors.Blue.S99, _.Colors.Blue.S99, _.Colors.Neutral.B95, _.Colors.Neutral.B85, _.Colors.Neutral.B85);
|
|
19
19
|
exports.RadioButtonInput = RadioButtonInput;
|
|
20
20
|
var LabelWrapper = _styledComponents["default"].div.withConfig({
|
|
21
21
|
displayName: "RadioButtonStyle__LabelWrapper",
|