@superdispatch/ui 0.50.0 → 0.50.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.
@@ -1,6 +1,6 @@
1
1
  import _objectSpread from "@babel/runtime/helpers/objectSpread2";
2
2
  import { SvgIcon } from '@material-ui/core';
3
- import { ColorDynamic } from "../theme/Color.js";
3
+ import { Color, ColorDynamic } from "../theme/Color.js";
4
4
  import { jsx as _jsx } from "react/jsx-runtime";
5
5
  export function overrideChip(theme) {
6
6
  var sm = theme.breakpoints.up('sm');
@@ -59,6 +59,16 @@ export function overrideChip(theme) {
59
59
  boxShadow: "0 0 0 2px ".concat(ColorDynamic.Silver400)
60
60
  }
61
61
  },
62
+ colorPrimary: {
63
+ '& $deleteIcon svg': {
64
+ color: Color.White
65
+ }
66
+ },
67
+ colorSecondary: {
68
+ '& $deleteIcon svg': {
69
+ color: Color.White
70
+ }
71
+ },
62
72
  deleteIcon: {
63
73
  width: undefined,
64
74
  height: undefined,
@@ -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"
@@ -3187,6 +3187,16 @@ function overrideChip(theme) {
3187
3187
  boxShadow: "0 0 0 2px ".concat(ColorDynamic.Silver400)
3188
3188
  }
3189
3189
  },
3190
+ colorPrimary: {
3191
+ '& $deleteIcon svg': {
3192
+ color: Color.White
3193
+ }
3194
+ },
3195
+ colorSecondary: {
3196
+ '& $deleteIcon svg': {
3197
+ color: Color.White
3198
+ }
3199
+ },
3190
3200
  deleteIcon: {
3191
3201
  width: undefined,
3192
3202
  height: undefined,