RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@hipay/hipay-material-ui
Versions diffs
3.11.0-beta.0 → 3.11.0
@hipay/hipay-material-ui 3.11.0-beta.0 → 3.11.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/HiDatePicker/HiDateRangeSelector.js
+2
-1
package/es/HiDatePicker/HiDateRangeSelector.js
+2
-1
package/package.json
+1
-1
package/HiDatePicker/HiDateRangeSelector.js
CHANGED
Viewed
@@ -326,7 +326,8 @@ var styles = function styles(theme) {
326
326
}
327
327
},
328
328
formControlLabel: {
329
-
top: theme.spacing(5)
329
+
top: theme.spacing(5)
,
330
+
overflow: "unset"
330
331
}
331
332
};
332
333
};
package/es/HiDatePicker/HiDateRangeSelector.js
CHANGED
Viewed
@@ -326,7 +326,8 @@ var styles = function styles(theme) {
326
326
}
327
327
},
328
328
formControlLabel: {
329
-
top: theme.spacing(5)
329
+
top: theme.spacing(5)
,
330
+
overflow: "unset"
330
331
}
331
332
};
332
333
};
package/package.json
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@hipay/hipay-material-ui",
3
3
"private": false,
4
-
"version": "3.11.0
-beta.0
",
4
+
"version": "3.11.0",
5
5
"description": "React components that implement Google's Material Design.",
6
6
"repository": {
7
7
"type": "git",