@hipay/hipay-material-ui 2.0.0-beta.43 → 2.0.0-beta.44

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.
@@ -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: spanHighlight
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: spanHighlight
174
+ label: labelHighlight
180
175
  });
181
176
  }
182
177
 
package/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.0.0-beta.43
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.
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.0.0-beta.43
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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
4
  "author": "HiPay PSYCHE Team",
5
- "version": "2.0.0-beta.43",
5
+ "version": "2.0.0-beta.44",
6
6
  "description": "React components that implement Google's Material Design.",
7
7
  "keywords": [
8
8
  "react",
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.0.0-beta.43
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: spanHighlight
95762
+ label: labelHighlight
95768
95763
  });
95769
95764
  }
95770
95765