@lvble/core 0.70.22 → 0.70.23

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
@@ -366,7 +366,7 @@ const createModalElements = ({ modal, pms }) => {
366
366
  .livble-modal-iframe {
367
367
  top: 0.1875rem !important;
368
368
  transform: translateX(-50%) !important;
369
- ${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(36rem - ${modal.paddingBottom});` : "height: 36rem;"}
369
+ ${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(33rem - ${modal.paddingBottom});` : "height: 33rem;"}
370
370
  `;
371
371
  }
372
372
  else if (screenH < 800) {
@@ -374,7 +374,7 @@ const createModalElements = ({ modal, pms }) => {
374
374
  .livble-modal-iframe {
375
375
  top: 1rem !important;
376
376
  transform: translateX(-50%) !important;
377
- ${(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;"}
377
+ ${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(40rem - ${modal.paddingBottom});` : "height: 40rem;"}
378
378
  `;
379
379
  }
380
380
  else if (screenH < 1100) {
@@ -382,7 +382,7 @@ const createModalElements = ({ modal, pms }) => {
382
382
  .livble-modal-iframe {
383
383
  top: 2rem !important;
384
384
  transform: translateX(-50%) !important;
385
- ${(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: 46rem;"}
385
+ ${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(44rem - ${modal.paddingBottom});` : "height: 44rem;"}
386
386
  `;
387
387
  }
388
388
  }
@@ -363,7 +363,7 @@ const createModalElements = ({ modal, pms }) => {
363
363
  .livble-modal-iframe {
364
364
  top: 0.1875rem !important;
365
365
  transform: translateX(-50%) !important;
366
- ${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(36rem - ${modal.paddingBottom});` : "height: 36rem;"}
366
+ ${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(33rem - ${modal.paddingBottom});` : "height: 33rem;"}
367
367
  `;
368
368
  }
369
369
  else if (screenH < 800) {
@@ -371,7 +371,7 @@ const createModalElements = ({ modal, pms }) => {
371
371
  .livble-modal-iframe {
372
372
  top: 1rem !important;
373
373
  transform: translateX(-50%) !important;
374
- ${(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;"}
374
+ ${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(40rem - ${modal.paddingBottom});` : "height: 40rem;"}
375
375
  `;
376
376
  }
377
377
  else if (screenH < 1100) {
@@ -379,7 +379,7 @@ const createModalElements = ({ modal, pms }) => {
379
379
  .livble-modal-iframe {
380
380
  top: 2rem !important;
381
381
  transform: translateX(-50%) !important;
382
- ${(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: 46rem;"}
382
+ ${(modal === null || modal === void 0 ? void 0 : modal.height) ? `height: ${modal.height} !important;` : (modal === null || modal === void 0 ? void 0 : modal.paddingBottom) ? `height: calc(44rem - ${modal.paddingBottom});` : "height: 44rem;"}
383
383
  `;
384
384
  }
385
385
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@lvble/core",
3
3
  "private": false,
4
4
  "license": "MIT",
5
- "version": "0.70.22",
5
+ "version": "0.70.23",
6
6
  "main": "./dist/_bundles/index.js",
7
7
  "module": "./dist/lib-esm/index.js",
8
8
  "types": "./dist/lib/index.d.ts",