@hipay/hipay-material-ui 1.0.0-beta.6 → 1.0.0-beta.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,7 +49,7 @@ class CellCountry extends React.PureComponent {
49
49
  render() {
50
50
  const { classes, value, isoCode, view } = this.props;
51
51
 
52
- let path = '/static/hmus/images/countries/' + isoCode.toLowerCase() + '.svg';
52
+ let path = '/static/hmu/images/countries/' + isoCode.toLowerCase() + '.svg';
53
53
 
54
54
  let tooltipContent = React.createElement(
55
55
  'div',
@@ -238,6 +238,10 @@ const typography = {
238
238
  body4: {
239
239
  fontSize: 12,
240
240
  fontFamily
241
+ },
242
+ body5: {
243
+ fontSize: 11,
244
+ fontFamily
241
245
  }
242
246
  };
243
247
 
package/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Material-UI v1.0.0-beta.5
1
+ /** @license Material-UI v1.0.0-beta.7
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 Material-UI v1.0.0-beta.5
1
+ /** @license Material-UI v1.0.0-beta.7
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": "1.0.0-beta.6",
5
+ "version": "1.0.0-beta.7",
6
6
  "description": "HiPay Material-UI Style Guide - React components that implement Google's Material Design from Material-UI.",
7
7
  "main": "./index.js",
8
8
  "repository": {
@@ -266,6 +266,10 @@ var typography = {
266
266
  body4: {
267
267
  fontSize: 12,
268
268
  fontFamily: fontFamily
269
+ },
270
+ body5: {
271
+ fontSize: 11,
272
+ fontFamily: fontFamily
269
273
  }
270
274
  };
271
275