@mcurros2/microm 1.1.132-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 +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -2
- 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
|
|
@@ -48056,9 +48060,11 @@ function $36c1cc5fa1af387c$export$7dfb35d99dc3ea4e(maxWidthRem, paddingRem) {
|
|
|
48056
48060
|
|
|
48057
48061
|
parcelRegister("gmrAB", function(module, exports) {
|
|
48058
48062
|
|
|
48059
|
-
$parcel$
|
|
48063
|
+
$parcel$defineInteropFlag(module.exports);
|
|
48064
|
+
|
|
48065
|
+
$parcel$export(module.exports, "default", function () { return $be941a1a67d7c186$export$2e2bcd8739ae039; });
|
|
48060
48066
|
|
|
48061
|
-
function $be941a1a67d7c186$export$
|
|
48067
|
+
function $be941a1a67d7c186$export$2e2bcd8739ae039() {
|
|
48062
48068
|
(0, $b4te3$react.useEffect)(()=>{
|
|
48063
48069
|
const setDynVH = ()=>{
|
|
48064
48070
|
// window.innerHeight excludes address bar
|