indicator-ui 0.0.356 → 0.0.357

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
@@ -47689,9 +47689,9 @@ __webpack_require__.r(__webpack_exports__);
47689
47689
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
47690
47690
  /* harmony export */ BACKDROP_MODAL_ANIMATIONS: () => (/* binding */ BACKDROP_MODAL_ANIMATIONS)
47691
47691
  /* harmony export */ });
47692
- var Z_INDEX_MODAL_DEFAULT = 15;
47693
- var Z_INDEX_BACKDROP_DEFAULT = 15;
47694
47692
  var BACKDROP_BACKGROUND_COLOR = 'rgba(0, 0, 0, 0.3)';
47693
+ var Z_INDEX_MODAL_DEFAULT = 15;
47694
+ var Z_INDEX_BACKDROP_DEFAULT = 14;
47695
47695
  var FADE_IN_SCALE_UP_ANIMATION = function FADE_IN_SCALE_UP_ANIMATION(_ref) {
47696
47696
  var modal = _ref.modal,
47697
47697
  backdrop = _ref.backdrop,