@superdispatch/ui 0.50.1 → 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 +10 -0
- package/dist-node/index.js.map +1 -1
- package/dist-src/chip/ChipOverrides.js +11 -1
- package/dist-web/index.js +10 -0
- package/dist-web/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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,
|
package/dist-web/index.js
CHANGED
|
@@ -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,
|