@hipay/hipay-material-ui 2.3.1 → 2.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/HiCell/CellDate.js +2 -4
- package/HiDatePicker/HiDatePicker.js +3 -4
- package/HiDatePicker/HiDateRangePicker.js +34 -38
- package/HiDatePicker/HiDateRangeSelector.js +24 -43
- package/HiIcon/HiIcon.js +6 -2
- package/es/HiCell/CellDate.js +2 -4
- package/es/HiDatePicker/HiDatePicker.js +3 -4
- package/es/HiDatePicker/HiDateRangePicker.js +34 -38
- package/es/HiDatePicker/HiDateRangeSelector.js +24 -43
- package/es/HiIcon/HiIcon.js +6 -2
- package/es/hi-svg-icons/HiAccount.js +3 -2
- package/es/hi-svg-icons/HiActivity.js +3 -2
- package/es/hi-svg-icons/HiAll.js +3 -2
- package/es/hi-svg-icons/HiBilling.js +3 -2
- package/es/hi-svg-icons/HiBriefcaseRescue.js +3 -2
- package/es/hi-svg-icons/HiCatalog.js +3 -2
- package/es/hi-svg-icons/HiCustomer.js +3 -2
- package/es/hi-svg-icons/HiDownload.js +12 -4
- package/es/hi-svg-icons/HiFinance.js +3 -2
- package/es/hi-svg-icons/HiPermission.js +3 -2
- package/es/hi-svg-icons/HiRoute.js +3 -2
- package/es/hi-svg-icons/HiSettlement.js +3 -2
- package/es/hi-svg-icons/HiTransaction.js +3 -2
- package/es/hi-svg-icons/HiUser.js +3 -2
- package/es/hi-svg-icons/HiWidget.js +3 -2
- package/hi-svg-icons/HiAccount.js +3 -2
- package/hi-svg-icons/HiActivity.js +3 -2
- package/hi-svg-icons/HiAll.js +3 -2
- package/hi-svg-icons/HiBilling.js +3 -2
- package/hi-svg-icons/HiBriefcaseRescue.js +3 -2
- package/hi-svg-icons/HiCatalog.js +3 -2
- package/hi-svg-icons/HiCustomer.js +3 -2
- package/hi-svg-icons/HiDownload.js +12 -4
- package/hi-svg-icons/HiFinance.js +3 -2
- package/hi-svg-icons/HiPermission.js +3 -2
- package/hi-svg-icons/HiRoute.js +3 -2
- package/hi-svg-icons/HiSettlement.js +3 -2
- package/hi-svg-icons/HiTransaction.js +3 -2
- package/hi-svg-icons/HiUser.js +3 -2
- package/hi-svg-icons/HiWidget.js +3 -2
- package/package.json +5 -4
@@ -27,9 +27,10 @@ var _Icon = _interopRequireDefault(require("@material-ui/core/Icon"));
|
|
27
27
|
var HiTransaction = (0, _pure.default)(function (props) {
|
28
28
|
var _props$color = props.color,
|
29
29
|
color = _props$color === void 0 ? props.color || props.theme.palette.neutral.main : _props$color,
|
30
|
-
|
30
|
+
style = props.style,
|
31
|
+
other = (0, _objectWithoutProperties2.default)(props, ["color", "style"]);
|
31
32
|
return _react.default.createElement(_Icon.default, (0, _extends2.default)({
|
32
|
-
style: (0, _objectSpread2.default)({},
|
33
|
+
style: (0, _objectSpread2.default)({}, style, {
|
33
34
|
fontSize: props.size || 24
|
34
35
|
})
|
35
36
|
}, other), _react.default.createElement("svg", {
|
package/hi-svg-icons/HiUser.js
CHANGED
@@ -27,9 +27,10 @@ var _Icon = _interopRequireDefault(require("@material-ui/core/Icon"));
|
|
27
27
|
var HiUser = (0, _pure.default)(function (props) {
|
28
28
|
var _props$color = props.color,
|
29
29
|
color = _props$color === void 0 ? props.color || props.theme.palette.neutral.main : _props$color,
|
30
|
-
|
30
|
+
style = props.style,
|
31
|
+
other = (0, _objectWithoutProperties2.default)(props, ["color", "style"]);
|
31
32
|
return _react.default.createElement(_Icon.default, (0, _extends2.default)({
|
32
|
-
style: (0, _objectSpread2.default)({},
|
33
|
+
style: (0, _objectSpread2.default)({}, style, {
|
33
34
|
fontSize: props.size || 24
|
34
35
|
})
|
35
36
|
}, other), _react.default.createElement("svg", {
|
package/hi-svg-icons/HiWidget.js
CHANGED
@@ -32,9 +32,10 @@ var _ref = _react.default.createElement("path", {
|
|
32
32
|
var HiWidget = (0, _pure.default)(function (props) {
|
33
33
|
var _props$color = props.color,
|
34
34
|
color = _props$color === void 0 ? props.color || props.theme.palette.neutral.main : _props$color,
|
35
|
-
|
35
|
+
style = props.style,
|
36
|
+
other = (0, _objectWithoutProperties2.default)(props, ["color", "style"]);
|
36
37
|
return _react.default.createElement(_Icon.default, (0, _extends2.default)({
|
37
|
-
style: (0, _objectSpread2.default)({},
|
38
|
+
style: (0, _objectSpread2.default)({}, style, {
|
38
39
|
fontSize: props.size || 24
|
39
40
|
})
|
40
41
|
}, other), _react.default.createElement("svg", {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hipay/hipay-material-ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "2.3.
|
4
|
+
"version": "2.3.3",
|
5
5
|
"description": "React components that implement Google's Material Design.",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -12,6 +12,9 @@
|
|
12
12
|
"url": "https://gitlab.hipay.org/backend/hipay-material-ui/issues"
|
13
13
|
},
|
14
14
|
"homepage": "http://materialui.hipay.dev.local/",
|
15
|
+
"peerDependencies": {
|
16
|
+
"moment-timezone": "0.5.27"
|
17
|
+
},
|
15
18
|
"dependencies": {
|
16
19
|
"react": "16.9.0",
|
17
20
|
"react-dom": "16.9.0",
|
@@ -33,8 +36,6 @@
|
|
33
36
|
"leaflet": "1.5.1",
|
34
37
|
"mdi-material-ui": "6.8.0",
|
35
38
|
"mini-html-webpack-plugin": "1.0.0",
|
36
|
-
"moment": "2.24.0",
|
37
|
-
"moment-timezone": "0.5.27",
|
38
39
|
"prop-types": "15.7.2",
|
39
40
|
"react-custom-scrollbars": "4.2.1",
|
40
41
|
"react-day-picker": "7.4.0",
|
@@ -65,4 +66,4 @@
|
|
65
66
|
},
|
66
67
|
"main": "./index.js",
|
67
68
|
"module": "./esm/index.js"
|
68
|
-
}
|
69
|
+
}
|