RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@hipay/hipay-material-ui
Versions diffs
3.11.0-beta.0 → 3.11.1
@hipay/hipay-material-ui 3.11.0-beta.0 → 3.11.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/HiDatePicker/HiDateRangeSelector.js
+2
-1
package/HiStepper/HiStep.js
+2
-1
package/es/HiDatePicker/HiDateRangeSelector.js
+2
-1
package/es/HiStepper/HiStep.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/HiStepper/HiStep.js
CHANGED
Viewed
@@ -58,7 +58,8 @@ var HiStepIcon = function HiStepIcon(_ref) {
58
58
height: 20,
59
59
lineHeight: "20px",
60
60
fontWeight: 600,
61
-
fontSize: 13
61
+
fontSize: 13
,
62
+
textAlign: 'center'
62
63
};
63
64
}, [color]); // get component from status
64
65
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/es/HiStepper/HiStep.js
CHANGED
Viewed
@@ -58,7 +58,8 @@ var HiStepIcon = function HiStepIcon(_ref) {
58
58
height: 20,
59
59
lineHeight: "20px",
60
60
fontWeight: 600,
61
-
fontSize: 13
61
+
fontSize: 13
,
62
+
textAlign: 'center'
62
63
};
63
64
}, [color]); // get component from status
64
65
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.
1
",
5
5
"description": "React components that implement Google's Material Design.",
6
6
"repository": {
7
7
"type": "git",