@appcorp/app-corp-vista 0.3.41 → 0.3.42
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.
|
@@ -13,7 +13,7 @@ var vista_modal_type_1 = require("../../type/vista-modal-type");
|
|
|
13
13
|
var vista_button_type_1 = require("../../type/vista-button-type");
|
|
14
14
|
var vistaModalSizeMap = (_a = {},
|
|
15
15
|
_a[vista_modal_type_1.VISTA_MODAL_SIZE.MD] = 'md:max-w-md md:min-w-md md:max-h-60',
|
|
16
|
-
_a[vista_modal_type_1.VISTA_MODAL_SIZE.LG] = 'md:max-w-4xl md:min-w-4xl md:max-h-[
|
|
16
|
+
_a[vista_modal_type_1.VISTA_MODAL_SIZE.LG] = 'md:max-w-4xl md:min-w-4xl md:max-h-[70vh]',
|
|
17
17
|
_a[vista_modal_type_1.VISTA_MODAL_SIZE.XL] = 'md:max-w-6xl md:min-w-6xl md:max-h-[calc(100vh-100px)]',
|
|
18
18
|
_a);
|
|
19
19
|
var VistaModalV1 = function (_a) {
|