@lvble/core 0.70.18 → 0.70.19
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.
package/dist/lib/lvble.js
CHANGED
|
@@ -311,18 +311,18 @@ const createModalElements = ({ modal, pms }) => {
|
|
|
311
311
|
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(39rem - ${modal.paddingBottom});` : "height: 39rem;"}
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
@media only screen and (min-height:
|
|
314
|
+
@media only screen and (min-height: 720px) {
|
|
315
315
|
.livble-modal-iframe {
|
|
316
316
|
top: 0.1875rem !important;
|
|
317
317
|
transform: translateX(-50%) !important;
|
|
318
318
|
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(43rem - ${modal.paddingBottom});` : "height: 43rem;"}
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
@media only screen and (min-height:
|
|
321
|
+
@media only screen and (min-height: 800px) {
|
|
322
322
|
.livble-modal-iframe {
|
|
323
323
|
top: 0.1875rem !important;
|
|
324
324
|
transform: translateX(-50%) !important;
|
|
325
|
-
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(46rem - ${modal.paddingBottom});` : "height:
|
|
325
|
+
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(46rem - ${modal.paddingBottom});` : "height: 47rem;"}
|
|
326
326
|
}
|
|
327
327
|
`;
|
|
328
328
|
}
|
|
@@ -343,14 +343,14 @@ const createModalElements = ({ modal, pms }) => {
|
|
|
343
343
|
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(39rem - ${modal.paddingBottom});` : "height: 39rem;"}
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
@media only screen and (min-height:
|
|
346
|
+
@media only screen and (min-height: 720px) {
|
|
347
347
|
.livble-modal-iframe {
|
|
348
348
|
top: 0.1875rem !important;
|
|
349
349
|
transform: translateX(-50%) !important;
|
|
350
350
|
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(43rem - ${modal.paddingBottom});` : "height: 43rem;"}
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
@media only screen and (min-height:
|
|
353
|
+
@media only screen and (min-height: 800px) {
|
|
354
354
|
.livble-modal-iframe {
|
|
355
355
|
height: clamp(min(75dvh, 750px), ${(modal === null || modal === void 0 ? void 0 : modal.height) || "95dvh"}, min(95dvh, 750px));
|
|
356
356
|
}
|
package/dist/lib-esm/lvble.js
CHANGED
|
@@ -308,18 +308,18 @@ const createModalElements = ({ modal, pms }) => {
|
|
|
308
308
|
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(39rem - ${modal.paddingBottom});` : "height: 39rem;"}
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
@media only screen and (min-height:
|
|
311
|
+
@media only screen and (min-height: 720px) {
|
|
312
312
|
.livble-modal-iframe {
|
|
313
313
|
top: 0.1875rem !important;
|
|
314
314
|
transform: translateX(-50%) !important;
|
|
315
315
|
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(43rem - ${modal.paddingBottom});` : "height: 43rem;"}
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
@media only screen and (min-height:
|
|
318
|
+
@media only screen and (min-height: 800px) {
|
|
319
319
|
.livble-modal-iframe {
|
|
320
320
|
top: 0.1875rem !important;
|
|
321
321
|
transform: translateX(-50%) !important;
|
|
322
|
-
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(46rem - ${modal.paddingBottom});` : "height:
|
|
322
|
+
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(46rem - ${modal.paddingBottom});` : "height: 47rem;"}
|
|
323
323
|
}
|
|
324
324
|
`;
|
|
325
325
|
}
|
|
@@ -340,14 +340,14 @@ const createModalElements = ({ modal, pms }) => {
|
|
|
340
340
|
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(39rem - ${modal.paddingBottom});` : "height: 39rem;"}
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
@media only screen and (min-height:
|
|
343
|
+
@media only screen and (min-height: 720px) {
|
|
344
344
|
.livble-modal-iframe {
|
|
345
345
|
top: 0.1875rem !important;
|
|
346
346
|
transform: translateX(-50%) !important;
|
|
347
347
|
${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(43rem - ${modal.paddingBottom});` : "height: 43rem;"}
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
@media only screen and (min-height:
|
|
350
|
+
@media only screen and (min-height: 800px) {
|
|
351
351
|
.livble-modal-iframe {
|
|
352
352
|
height: clamp(min(75dvh, 750px), ${(modal === null || modal === void 0 ? void 0 : modal.height) || "95dvh"}, min(95dvh, 750px));
|
|
353
353
|
}
|