@hipay/hipay-material-ui 2.0.0-beta.63 → 2.0.0-beta.64

Sign up to get free protection for your applications and to get access to all the features.
@@ -356,14 +356,12 @@ function (_React$PureComponent) {
356
356
  return _react.default.createElement("div", {
357
357
  className: classes.flexContainer
358
358
  }, _react.default.createElement("label", {
359
- htmlFor: "flat-button-file",
360
359
  ref: function ref(label) {
361
360
  _this2.uploadFieldRef = label;
362
361
  },
363
362
  tabIndex: "-1"
364
363
  }, _react.default.createElement("input", {
365
364
  hidden: true,
366
- id: "flat-button-file",
367
365
  type: !complete || values.length === 1 ? 'file' : 'hidden',
368
366
  onChange: this.handleChange,
369
367
  onClick: focusable ? this.handleEmptyField : undefined,
@@ -310,14 +310,12 @@ class HiUpload extends React.PureComponent {
310
310
  return React.createElement("div", {
311
311
  className: classes.flexContainer
312
312
  }, React.createElement("label", {
313
- htmlFor: "flat-button-file",
314
313
  ref: label => {
315
314
  this.uploadFieldRef = label;
316
315
  },
317
316
  tabIndex: "-1"
318
317
  }, React.createElement("input", {
319
318
  hidden: true,
320
- id: "flat-button-file",
321
319
  type: !complete || values.length === 1 ? 'file' : 'hidden',
322
320
  onChange: this.handleChange,
323
321
  onClick: focusable ? this.handleEmptyField : undefined,
package/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.0.0-beta.63
1
+ /** @license HiPay-Material-UI v2.0.0-beta.64
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.63
1
+ /** @license HiPay-Material-UI v2.0.0-beta.64
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.63",
5
+ "version": "2.0.0-beta.64",
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.63
1
+ /** @license HiPay-Material-UI v2.0.0-beta.64
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.
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.0.0-beta.63
1
+ /** @license HiPay-Material-UI v2.0.0-beta.64
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.