indicator-ui 0.0.366 → 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
@@ -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();