@lideralia/alife-uikit 1.2.34 → 1.2.35

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.
@@ -134,7 +134,6 @@ var Modal = function Modal(_ref) {
134
134
  marginX: [3, 3, null],
135
135
  marginY: [4, 4, null],
136
136
  overflowY: "auto",
137
- maxHeight: "95vh",
138
137
  style: {
139
138
  flexFlow: "column"
140
139
  }
@@ -35,21 +35,12 @@ exports.ModalDialog = ModalDialog;
35
35
  var ModalContainer = _styledComponents.default.div.withConfig({
36
36
  displayName: "styles__ModalContainer",
37
37
  componentId: "sc-1fyf8gz-1"
38
- })({
39
- position: 'fixed',
40
- zIndex: 9999,
41
- display: 'flex',
42
- flexFlow: 'column wrap',
43
- justifyContent: 'normal',
44
- alignItems: 'center',
45
- width: function width(_ref) {
46
- var fullScreen = _ref.fullScreen;
47
- return fullScreen && '100vw';
48
- },
49
- height: function height(_ref2) {
50
- var fullScreen = _ref2.fullScreen;
51
- return fullScreen && '100vh';
52
- }
38
+ })(["position:fixed;z-index:9999;display:flex;flex-flow:column wrap;justify-content:normal;align-items:center;width:", ";height:", ";max-height:85vh;@media (min-width:768px){max-height:95vh;}", " ", " ", " ", ""], function (_ref) {
39
+ var fullScreen = _ref.fullScreen;
40
+ return fullScreen && '100vw';
41
+ }, function (_ref2) {
42
+ var fullScreen = _ref2.fullScreen;
43
+ return fullScreen && '100vh';
53
44
  }, _styledSystem.border, _styledSystem.layout, _styledSystem.space, _styledSystem.color);
54
45
 
55
46
  exports.ModalContainer = ModalContainer;
@@ -144,7 +144,7 @@ var FamilyHomeWithoutContentSection = function FamilyHomeWithoutContentSection(_
144
144
  },
145
145
  marginTop: 3,
146
146
  marginBottom: showActionVideo && showActionQuote ? 1 : 18,
147
- justifyContent: "flex-start",
147
+ justifyContent: "center",
148
148
  fullWidth: true
149
149
  }, _react.default.createElement(_Icon.Icon, {
150
150
  marginRight: 3,
@@ -160,7 +160,7 @@ var FamilyHomeWithoutContentSection = function FamilyHomeWithoutContentSection(_
160
160
  return actionVideo();
161
161
  },
162
162
  marginBottom: 1,
163
- justifyContent: "flex-start",
163
+ justifyContent: "center",
164
164
  fullWidth: true
165
165
  }, _react.default.createElement(_Icon.Icon, {
166
166
  marginRight: 3,
@@ -177,7 +177,7 @@ var FamilyHomeWithoutContentSection = function FamilyHomeWithoutContentSection(_
177
177
  },
178
178
  marginBottom: userGroup > 2 ? 3 : 7,
179
179
  fullWidth: true,
180
- justifyContent: "flex-start"
180
+ justifyContent: "center"
181
181
  }, _react.default.createElement(_Icon.Icon, {
182
182
  marginRight: 3,
183
183
  sizeIcon: "display24"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lideralia/alife-uikit",
3
- "version": "1.2.34",
3
+ "version": "1.2.35",
4
4
  "description": "Librería y documentación de componentes, basada en el Design System de Alife.",
5
5
  "homepage": "https://github.com/lideralia/alife-frontend-components#readme",
6
6
  "bugs": {
@@ -96,7 +96,7 @@
96
96
  "recordrtc": "^5.6.2",
97
97
  "styled-components": "^5.2.0",
98
98
  "styled-system": "^5.1.4",
99
- "wavesurfer.js": "^6.6.3",
99
+ "wavesurfer.js": "6.6.3",
100
100
  "web-vitals": "^0.2.4"
101
101
  },
102
102
  "devDependencies": {