indicator-ui 0.0.364 → 0.0.366
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
|
@@ -47718,7 +47718,7 @@ var FADE_IN_SCALE_UP_ANIMATION = function FADE_IN_SCALE_UP_ANIMATION(_ref) {
|
|
|
47718
47718
|
opacity: 1,
|
|
47719
47719
|
duration: 0.3,
|
|
47720
47720
|
ease: 'power2.out'
|
|
47721
|
-
},
|
|
47721
|
+
}, '<').set(modal, {
|
|
47722
47722
|
transform: 'none'
|
|
47723
47723
|
});
|
|
47724
47724
|
return timeline;
|
|
@@ -47733,7 +47733,7 @@ var FADE_IN_SCALE_UP_ANIMATION = function FADE_IN_SCALE_UP_ANIMATION(_ref) {
|
|
|
47733
47733
|
opacity: 0,
|
|
47734
47734
|
duration: 0.2,
|
|
47735
47735
|
ease: 'power2.in'
|
|
47736
|
-
}).set(modal, {
|
|
47736
|
+
}, '<').set(modal, {
|
|
47737
47737
|
visibility: 'hidden'
|
|
47738
47738
|
}).set(backdrop, {
|
|
47739
47739
|
visibility: 'hidden'
|
|
@@ -47791,7 +47791,7 @@ var SLIDE_BASE_FADE_IN_ANIMATION = function SLIDE_BASE_FADE_IN_ANIMATION(_ref2,
|
|
|
47791
47791
|
opacity: 0,
|
|
47792
47792
|
duration: 0.2,
|
|
47793
47793
|
ease: 'power2.in'
|
|
47794
|
-
}).set(modal, {
|
|
47794
|
+
}, '<').set(modal, {
|
|
47795
47795
|
visibility: 'hidden'
|
|
47796
47796
|
}).set(backdrop, {
|
|
47797
47797
|
visibility: 'hidden'
|
|
@@ -47840,7 +47840,7 @@ var FADE_IN_ANIMATION = function FADE_IN_ANIMATION(_ref3) {
|
|
|
47840
47840
|
opacity: 1,
|
|
47841
47841
|
duration: 0.3,
|
|
47842
47842
|
ease: 'power2.out'
|
|
47843
|
-
},
|
|
47843
|
+
}, '<').set(modal, {
|
|
47844
47844
|
transform: 'none'
|
|
47845
47845
|
});
|
|
47846
47846
|
return timeline;
|
|
@@ -47854,7 +47854,7 @@ var FADE_IN_ANIMATION = function FADE_IN_ANIMATION(_ref3) {
|
|
|
47854
47854
|
opacity: 0,
|
|
47855
47855
|
duration: 0.2,
|
|
47856
47856
|
ease: 'power2.in'
|
|
47857
|
-
}).set(modal, {
|
|
47857
|
+
}, '<').set(modal, {
|
|
47858
47858
|
visibility: 'hidden'
|
|
47859
47859
|
}).set(backdrop, {
|
|
47860
47860
|
visibility: 'hidden'
|
|
@@ -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,
|