indicator-ui 0.0.364 → 0.0.365
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.js
CHANGED
|
@@ -48233,7 +48233,7 @@ function useBackgroundModalAnim() {
|
|
|
48233
48233
|
var target = targetRef === null || targetRef === void 0 ? void 0 : targetRef.current;
|
|
48234
48234
|
var modal = ref.current;
|
|
48235
48235
|
var backdrop = backdropRef.current;
|
|
48236
|
-
if (modal && backdrop
|
|
48236
|
+
if (modal && backdrop) {
|
|
48237
48237
|
return (0,_assets__WEBPACK_IMPORTED_MODULE_1__.BACKDROP_MODAL_ANIMATIONS)({
|
|
48238
48238
|
predictPos: predictPlace,
|
|
48239
48239
|
modalSize: objSize,
|
|
@@ -48464,7 +48464,7 @@ function useModalAnim() {
|
|
|
48464
48464
|
var target = targetRef === null || targetRef === void 0 ? void 0 : targetRef.current;
|
|
48465
48465
|
var modal = ref.current;
|
|
48466
48466
|
var backdrop = backdropRef.current;
|
|
48467
|
-
if (modal && backdrop
|
|
48467
|
+
if (modal && backdrop) {
|
|
48468
48468
|
return (0,_assets__WEBPACK_IMPORTED_MODULE_2__.MODAL_ANIMATIONS)({
|
|
48469
48469
|
predictPos: predictPlace,
|
|
48470
48470
|
modalSize: objSize,
|