@hipay/hipay-material-ui 4.1.1-beta.1.2 → 4.1.1-beta.2
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.
@@ -303,6 +303,7 @@ function HiSelectableListItem(props) {
|
|
303
303
|
var ListItemComponentName = pinned || collapseHeader ? _ListSubheader.default : _ListItem.default;
|
304
304
|
var itemIcon;
|
305
305
|
if (displayedIcon) {
|
306
|
+
console.log(item, item === null || item === void 0 ? void 0 : item.color, props.color, color);
|
306
307
|
var iconProps = {
|
307
308
|
className: classes.icon,
|
308
309
|
color: selected && color ? color : (item === null || item === void 0 ? void 0 : item.color) || (props === null || props === void 0 ? void 0 : props.color) || "inherit"
|
@@ -303,6 +303,7 @@ function HiSelectableListItem(props) {
|
|
303
303
|
var ListItemComponentName = pinned || collapseHeader ? _ListSubheader.default : _ListItem.default;
|
304
304
|
var itemIcon;
|
305
305
|
if (displayedIcon) {
|
306
|
+
console.log(item, item === null || item === void 0 ? void 0 : item.color, props.color, color);
|
306
307
|
var iconProps = {
|
307
308
|
className: classes.icon,
|
308
309
|
color: selected && color ? color : (item === null || item === void 0 ? void 0 : item.color) || (props === null || props === void 0 ? void 0 : props.color) || "inherit"
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hipay/hipay-material-ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "4.1.1-beta.
|
4
|
+
"version": "4.1.1-beta.2",
|
5
5
|
"description": "React components that implement Google's Material Design.",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -78,4 +78,4 @@
|
|
78
78
|
},
|
79
79
|
"main": "./index.js",
|
80
80
|
"module": "./esm/index.js"
|
81
|
-
}
|
81
|
+
}
|