@mcurros2/microm 1.1.131-0 → 1.1.133-0
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/index.d.ts.map +1 -1
- package/dist/index.js +32 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45,6 +45,10 @@ function $parcel$interopDefault(a) {
|
|
|
45
45
|
return a && a.__esModule ? a.default : a;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
+
function $parcel$defineInteropFlag(a) {
|
|
49
|
+
Object.defineProperty(a, '__esModule', {value: true, configurable: true});
|
|
50
|
+
}
|
|
51
|
+
|
|
48
52
|
var $parcel$global =
|
|
49
53
|
typeof globalThis !== 'undefined'
|
|
50
54
|
? globalThis
|
|
@@ -3564,6 +3568,8 @@ var $8SZSR = parcelRequire("8SZSR");
|
|
|
3564
3568
|
var $lwxCY = parcelRequire("lwxCY");
|
|
3565
3569
|
|
|
3566
3570
|
var $4Hta3 = parcelRequire("4Hta3");
|
|
3571
|
+
|
|
3572
|
+
var $gmrAB = parcelRequire("gmrAB");
|
|
3567
3573
|
$parcel$exportWildcard(module.exports, $d50o9);
|
|
3568
3574
|
$parcel$exportWildcard(module.exports, $i6yJ4);
|
|
3569
3575
|
$parcel$exportWildcard(module.exports, $gLcPf);
|
|
@@ -3634,6 +3640,7 @@ $parcel$exportWildcard(module.exports, $8tnwL);
|
|
|
3634
3640
|
$parcel$exportWildcard(module.exports, $8SZSR);
|
|
3635
3641
|
$parcel$exportWildcard(module.exports, $lwxCY);
|
|
3636
3642
|
$parcel$exportWildcard(module.exports, $4Hta3);
|
|
3643
|
+
$parcel$exportWildcard(module.exports, $gmrAB);
|
|
3637
3644
|
|
|
3638
3645
|
});
|
|
3639
3646
|
parcelRegister("d50o9", function(module, exports) {
|
|
@@ -48051,6 +48058,31 @@ function $36c1cc5fa1af387c$export$7dfb35d99dc3ea4e(maxWidthRem, paddingRem) {
|
|
|
48051
48058
|
|
|
48052
48059
|
});
|
|
48053
48060
|
|
|
48061
|
+
parcelRegister("gmrAB", function(module, exports) {
|
|
48062
|
+
|
|
48063
|
+
$parcel$defineInteropFlag(module.exports);
|
|
48064
|
+
|
|
48065
|
+
$parcel$export(module.exports, "default", function () { return $be941a1a67d7c186$export$2e2bcd8739ae039; });
|
|
48066
|
+
|
|
48067
|
+
function $be941a1a67d7c186$export$2e2bcd8739ae039() {
|
|
48068
|
+
(0, $b4te3$react.useEffect)(()=>{
|
|
48069
|
+
const setDynVH = ()=>{
|
|
48070
|
+
// window.innerHeight excludes address bar
|
|
48071
|
+
const dynVH = window.innerHeight * 0.01;
|
|
48072
|
+
document.documentElement.style.setProperty("--dynVH", `${dynVH}px`);
|
|
48073
|
+
};
|
|
48074
|
+
setDynVH();
|
|
48075
|
+
window.addEventListener("resize", setDynVH);
|
|
48076
|
+
window.addEventListener("orientationchange", setDynVH);
|
|
48077
|
+
return ()=>{
|
|
48078
|
+
window.removeEventListener("resize", setDynVH);
|
|
48079
|
+
window.removeEventListener("orientationchange", setDynVH);
|
|
48080
|
+
};
|
|
48081
|
+
}, []);
|
|
48082
|
+
}
|
|
48083
|
+
|
|
48084
|
+
});
|
|
48085
|
+
|
|
48054
48086
|
|
|
48055
48087
|
|
|
48056
48088
|
parcelRegister("8xtCs", function(module, exports) {
|