indicator-ui 0.0.380 → 0.0.381

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
@@ -47864,6 +47864,7 @@ function useBackdropModal() {
47864
47864
  }
47865
47865
  return {
47866
47866
  isShow: isShow,
47867
+ getIsShow: getIsShow,
47867
47868
  open: open,
47868
47869
  close: close,
47869
47870
  switching: switching,
@@ -47981,6 +47982,7 @@ function useModal() {
47981
47982
  }
47982
47983
  return {
47983
47984
  isShow: isShow,
47985
+ getIsShow: getIsShow,
47984
47986
  open: open,
47985
47987
  close: close,
47986
47988
  switching: switching,