@lvble/core 0.70.20 → 0.70.21

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
@@ -352,8 +352,8 @@ const createModalElements = ({ modal, pms }) => {
352
352
 
353
353
  @media only screen and (min-height: 800px) {
354
354
  .livble-modal-iframe {
355
- top: calc(50dvh);
356
- transform: translate(-50%, -50%);
355
+ top: calc(50dvh) !important;
356
+ transform: translate(-50%, -50%) !important;
357
357
  height: clamp(min(75dvh, 750px), ${(modal === null || modal === void 0 ? void 0 : modal.height) || "95dvh"}, min(95dvh, 750px));
358
358
  }
359
359
  }
@@ -349,8 +349,8 @@ const createModalElements = ({ modal, pms }) => {
349
349
 
350
350
  @media only screen and (min-height: 800px) {
351
351
  .livble-modal-iframe {
352
- top: calc(50dvh);
353
- transform: translate(-50%, -50%);
352
+ top: calc(50dvh) !important;
353
+ transform: translate(-50%, -50%) !important;
354
354
  height: clamp(min(75dvh, 750px), ${(modal === null || modal === void 0 ? void 0 : modal.height) || "95dvh"}, min(95dvh, 750px));
355
355
  }
356
356
  }
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.20",
5
+ "version": "0.70.21",
6
6
  "main": "./dist/_bundles/index.js",
7
7
  "module": "./dist/lib-esm/index.js",
8
8
  "types": "./dist/lib/index.d.ts",