@superdispatch/ui 0.50.0 → 0.50.1

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.
@@ -15,7 +15,7 @@ var ClickableCard = /*#__PURE__*/styled(ButtonBase).withConfig({
15
15
  var Card = /*#__PURE__*/styled(MuiCard).withConfig({
16
16
  displayName: "RadioFieldCard__Card",
17
17
  componentId: "SD__sc-5etge2-1"
18
- })(["width:100%;opacity:", ";"], props => props.disabled ? 0.5 : 1);
18
+ })(["width:100%;border:none;opacity:", ";"], props => props.disabled ? 0.5 : 1);
19
19
  var FormControlLabel = /*#__PURE__*/styled(MuiFormControlLabel).withConfig({
20
20
  displayName: "RadioFieldCard__FormControlLabel",
21
21
  componentId: "SD__sc-5etge2-2"
package/dist-web/index.js CHANGED
@@ -2183,7 +2183,7 @@ var ClickableCard = /*#__PURE__*/styled(ButtonBase).withConfig({
2183
2183
  var Card = /*#__PURE__*/styled(Card$1).withConfig({
2184
2184
  displayName: "RadioFieldCard__Card",
2185
2185
  componentId: "SD__sc-5etge2-1"
2186
- })(["width:100%;opacity:", ";"], props => props.disabled ? 0.5 : 1);
2186
+ })(["width:100%;border:none;opacity:", ";"], props => props.disabled ? 0.5 : 1);
2187
2187
  var FormControlLabel = /*#__PURE__*/styled(FormControlLabel$1).withConfig({
2188
2188
  displayName: "RadioFieldCard__FormControlLabel",
2189
2189
  componentId: "SD__sc-5etge2-2"