indicator-ui 0.0.365 → 0.0.367

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
- }, 0).set(modal, {
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
- }, 0).set(modal, {
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'
@@ -48163,7 +48163,7 @@ function useBackgroundModalAnim() {
48163
48163
  var backdropRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
48164
48164
  (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {
48165
48165
  init();
48166
- }, [ref.current, targetRef === null || targetRef === void 0 ? void 0 : targetRef.current, backdropClassName]);
48166
+ }, []);
48167
48167
  var init = function init() {
48168
48168
  initObjStates();
48169
48169
  initBackdropObj();
@@ -48399,7 +48399,7 @@ function useModalAnim() {
48399
48399
  }, smartPlacementOptions));
48400
48400
  (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {
48401
48401
  init();
48402
- }, [ref.current, targetRef === null || targetRef === void 0 ? void 0 : targetRef.current, backdropClassName]);
48402
+ }, []);
48403
48403
  var init = function init() {
48404
48404
  initObjStates();
48405
48405
  initBackdropObj();