@hipay/hipay-material-ui 2.3.0-rc.PSYCHE-2530-2 → 2.3.0-rc.PSYCHE-2530-4
Sign up to get free protection for your applications and to get access to all the features.
@@ -364,14 +364,18 @@ function (_React$Component) {
|
|
364
364
|
|
365
365
|
}, _react.default.createElement("div", {
|
366
366
|
className: classes.root,
|
367
|
+
style: containerWidth < 364 ? {
|
368
|
+
flexDirection: 'column'
|
369
|
+
} : {},
|
367
370
|
ref: function ref(container) {
|
368
371
|
_this3.container = container;
|
369
372
|
}
|
370
373
|
}, _react.default.createElement("div", {
|
371
374
|
className: classes.select,
|
372
375
|
style: containerWidth < 364 ? {
|
373
|
-
|
374
|
-
paddingBottom: 8
|
376
|
+
minWidth: '100%',
|
377
|
+
paddingBottom: 8,
|
378
|
+
paddingRight: 0
|
375
379
|
} : {}
|
376
380
|
}, _react.default.createElement(_HiSelectField.default, (0, _extends2.default)({
|
377
381
|
disabled: disabled,
|
@@ -364,14 +364,18 @@ function (_React$Component) {
|
|
364
364
|
|
365
365
|
}, _react.default.createElement("div", {
|
366
366
|
className: classes.root,
|
367
|
+
style: containerWidth < 364 ? {
|
368
|
+
flexDirection: 'column'
|
369
|
+
} : {},
|
367
370
|
ref: function ref(container) {
|
368
371
|
_this3.container = container;
|
369
372
|
}
|
370
373
|
}, _react.default.createElement("div", {
|
371
374
|
className: classes.select,
|
372
375
|
style: containerWidth < 364 ? {
|
373
|
-
|
374
|
-
paddingBottom: 8
|
376
|
+
minWidth: '100%',
|
377
|
+
paddingBottom: 8,
|
378
|
+
paddingRight: 0
|
375
379
|
} : {}
|
376
380
|
}, _react.default.createElement(_HiSelectField.default, (0, _extends2.default)({
|
377
381
|
disabled: disabled,
|
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.0-rc.PSYCHE-2530-
|
4
|
+
"version": "2.3.0-rc.PSYCHE-2530-4",
|
5
5
|
"description": "React components that implement Google's Material Design.",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -15,8 +15,8 @@
|
|
15
15
|
"dependencies": {
|
16
16
|
"react": "16.9.0",
|
17
17
|
"react-dom": "16.9.0",
|
18
|
-
"@material-ui/core": "4.
|
19
|
-
"@material-ui/icons": "4.
|
18
|
+
"@material-ui/core": "4.4.3",
|
19
|
+
"@material-ui/icons": "4.4.3",
|
20
20
|
"classnames": "2.2.6",
|
21
21
|
"cross-env": "^6.0.3",
|
22
22
|
"keycode": "2.2.0",
|