@hipay/hipay-material-ui 2.0.0-beta.43 → 2.0.0-beta.44
Sign up to get free protection for your applications and to get access to all the features.
@@ -121,10 +121,6 @@ var styles = function styles(theme) {
|
|
121
121
|
margin: '1px 0',
|
122
122
|
paddingLeft: 4
|
123
123
|
},
|
124
|
-
coloredLabel: {
|
125
|
-
display: 'inline-flex',
|
126
|
-
marginTop: -4
|
127
|
-
},
|
128
124
|
primaryHighlight: {
|
129
125
|
fontWeight: theme.typography.fontWeightMedium,
|
130
126
|
color: theme.palette.primary.main,
|
@@ -225,9 +221,8 @@ function (_React$Component) {
|
|
225
221
|
|
226
222
|
if (color && selected) {
|
227
223
|
return _react.default.createElement(_HiColoredLabel.default, {
|
228
|
-
className: classes.coloredLabel,
|
229
224
|
color: color,
|
230
|
-
label:
|
225
|
+
label: labelHighlight
|
231
226
|
});
|
232
227
|
}
|
233
228
|
|
@@ -86,10 +86,6 @@ export const styles = theme => ({
|
|
86
86
|
margin: '1px 0',
|
87
87
|
paddingLeft: 4
|
88
88
|
},
|
89
|
-
coloredLabel: {
|
90
|
-
display: 'inline-flex',
|
91
|
-
marginTop: -4
|
92
|
-
},
|
93
89
|
primaryHighlight: {
|
94
90
|
fontWeight: theme.typography.fontWeightMedium,
|
95
91
|
color: theme.palette.primary.main,
|
@@ -174,9 +170,8 @@ class HiSelectableListItem extends React.Component {
|
|
174
170
|
|
175
171
|
if (color && selected) {
|
176
172
|
return React.createElement(HiColoredLabel, {
|
177
|
-
className: classes.coloredLabel,
|
178
173
|
color: color,
|
179
|
-
label:
|
174
|
+
label: labelHighlight
|
180
175
|
});
|
181
176
|
}
|
182
177
|
|
package/index.es.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/** @license HiPay-Material-UI v2.0.0-beta.
|
1
|
+
/** @license HiPay-Material-UI v2.0.0-beta.44
|
2
2
|
*
|
3
3
|
* This source code is licensed under the MIT license found in the
|
4
4
|
* LICENSE file in the root directory of this source tree.
|
@@ -95660,10 +95660,6 @@
|
|
95660
95660
|
margin: '1px 0',
|
95661
95661
|
paddingLeft: 4
|
95662
95662
|
},
|
95663
|
-
coloredLabel: {
|
95664
|
-
display: 'inline-flex',
|
95665
|
-
marginTop: -4
|
95666
|
-
},
|
95667
95663
|
primaryHighlight: {
|
95668
95664
|
fontWeight: theme.typography.fontWeightMedium,
|
95669
95665
|
color: theme.palette.primary.main,
|
@@ -95762,9 +95758,8 @@
|
|
95762
95758
|
|
95763
95759
|
if (color && selected) {
|
95764
95760
|
return React__default.createElement(HiColoredLabel$1, {
|
95765
|
-
className: classes.coloredLabel,
|
95766
95761
|
color: color,
|
95767
|
-
label:
|
95762
|
+
label: labelHighlight
|
95768
95763
|
});
|
95769
95764
|
}
|
95770
95765
|
|