@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.
package/dist-node/index.js
CHANGED
|
@@ -2185,7 +2185,7 @@ var ClickableCard = /*#__PURE__*/styled__default(core.ButtonBase).withConfig({
|
|
|
2185
2185
|
var Card = /*#__PURE__*/styled__default(core.Card).withConfig({
|
|
2186
2186
|
displayName: "RadioFieldCard__Card",
|
|
2187
2187
|
componentId: "SD__sc-5etge2-1"
|
|
2188
|
-
})(["width:100%;opacity:", ";"], props => props.disabled ? 0.5 : 1);
|
|
2188
|
+
})(["width:100%;border:none;opacity:", ";"], props => props.disabled ? 0.5 : 1);
|
|
2189
2189
|
var FormControlLabel = /*#__PURE__*/styled__default(core.FormControlLabel).withConfig({
|
|
2190
2190
|
displayName: "RadioFieldCard__FormControlLabel",
|
|
2191
2191
|
componentId: "SD__sc-5etge2-2"
|
|
@@ -3189,6 +3189,16 @@ function overrideChip(theme) {
|
|
|
3189
3189
|
boxShadow: "0 0 0 2px ".concat(exports.ColorDynamic.Silver400)
|
|
3190
3190
|
}
|
|
3191
3191
|
},
|
|
3192
|
+
colorPrimary: {
|
|
3193
|
+
'& $deleteIcon svg': {
|
|
3194
|
+
color: exports.Color.White
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3197
|
+
colorSecondary: {
|
|
3198
|
+
'& $deleteIcon svg': {
|
|
3199
|
+
color: exports.Color.White
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3192
3202
|
deleteIcon: {
|
|
3193
3203
|
width: undefined,
|
|
3194
3204
|
height: undefined,
|