@hipay/hipay-material-ui 2.0.0-beta.73 → 2.0.0-beta.74

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,19 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
2
3
  import React from 'react';
3
4
 
4
- var _ref = React.createElement("path", {
5
- d: "M250 0C111.94 0 0 111.94 0 250s111.92 250 250 250 250-111.92 250-250S388.06 0 250 0zm-44.18 210.14V114.8h88.37v95.34h58.68L250 321.14l-102.87-111zM352.87 385.2H147.13v-32h205.74z"
6
- });
5
+ const HiDownload = props => {
6
+ const {
7
+ color
8
+ } = props,
9
+ other = _objectWithoutProperties(props, ["color"]);
7
10
 
8
- const HiDownload = props => React.createElement("svg", _extends({
9
- "data-name": "Calque 1",
10
- viewBox: "0 0 500 500"
11
- }, props), _ref);
11
+ return React.createElement("svg", _extends({
12
+ viewBox: "0 0 500 500"
13
+ }, other), React.createElement("path", {
14
+ fill: color,
15
+ d: "M250 0C111.94 0 0 111.94 0 250s111.92 250 250 250 250-111.92 250-250S388.06 0 250 0zm-44.18 210.14V114.8h88.37v95.34h58.68L250 321.14l-102.87-111zM352.87 385.2H147.13v-32h205.74z"
16
+ }));
17
+ };
12
18
 
13
19
  export default HiDownload;
@@ -9,17 +9,19 @@ exports.default = void 0;
9
9
 
10
10
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
11
 
12
- var _react = _interopRequireDefault(require("react"));
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
13
 
14
- var _ref = _react.default.createElement("path", {
15
- d: "M250 0C111.94 0 0 111.94 0 250s111.92 250 250 250 250-111.92 250-250S388.06 0 250 0zm-44.18 210.14V114.8h88.37v95.34h58.68L250 321.14l-102.87-111zM352.87 385.2H147.13v-32h205.74z"
16
- });
14
+ var _react = _interopRequireDefault(require("react"));
17
15
 
18
16
  var HiDownload = function HiDownload(props) {
17
+ var color = props.color,
18
+ other = (0, _objectWithoutProperties2.default)(props, ["color"]);
19
19
  return _react.default.createElement("svg", (0, _extends2.default)({
20
- "data-name": "Calque 1",
21
20
  viewBox: "0 0 500 500"
22
- }, props), _ref);
21
+ }, other), _react.default.createElement("path", {
22
+ fill: color,
23
+ d: "M250 0C111.94 0 0 111.94 0 250s111.92 250 250 250 250-111.92 250-250S388.06 0 250 0zm-44.18 210.14V114.8h88.37v95.34h58.68L250 321.14l-102.87-111zM352.87 385.2H147.13v-32h205.74z"
24
+ }));
23
25
  };
24
26
 
25
27
  var _default = HiDownload;
package/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.0.0-beta.73
1
+ /** @license HiPay-Material-UI v2.0.0-beta.74
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.73
1
+ /** @license HiPay-Material-UI v2.0.0-beta.74
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.73",
5
+ "version": "2.0.0-beta.74",
6
6
  "description": "React components that implement Google's Material Design.",
7
7
  "keywords": [
8
8
  "react",
@@ -47,7 +47,7 @@
47
47
  "jss-props-sort": "^6.0.0",
48
48
  "jss-vendor-prefixer": "^8.0.1",
49
49
  "keycode": "^2.1.9",
50
- "leaflet": "^1.4.0",
50
+ "leaflet": "^1.5.1",
51
51
  "mdi-material-ui": "^5.4.0",
52
52
  "moment": "^2.22.2",
53
53
  "moment-timezone": "^0.5.23",
@@ -59,7 +59,7 @@
59
59
  "react-event-listener": "^0.6.2",
60
60
  "react-jss": "^8.1.0",
61
61
  "react-lazyload": "^2.5.0",
62
- "react-leaflet": "^2.2.1",
62
+ "react-leaflet": "^2.3.0",
63
63
  "react-pdf": "^3.0.5",
64
64
  "react-spinners": "^0.4.5",
65
65
  "react-transition-group": "^2.2.1",
@@ -74,4 +74,4 @@
74
74
  },
75
75
  "main": "./index.js",
76
76
  "module": "./index.es.js"
77
- }
77
+ }