wacomm 1.10.0 → 1.10.1

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.
@@ -13512,7 +13512,7 @@ function Zu({ className: e = "" }) {
13512
13512
  }
13513
13513
  function pL({
13514
13514
  className: e = "",
13515
- label: t,
13515
+ label: t = "Loading...",
13516
13516
  imgClassName: o = "",
13517
13517
  labelClassName: n = ""
13518
13518
  }) {
@@ -42315,7 +42315,7 @@ function BE(e) {
42315
42315
  }, [r]), null;
42316
42316
  }
42317
42317
  const NN = wr(BE);
42318
- const FE = import("./mapbox-gl-DrMtxJy3.mjs").then((e) => e.m), VE = T.forwardRef(function(t, o) {
42318
+ const FE = import("./mapbox-gl-DPKtdFKY.mjs").then((e) => e.m), VE = T.forwardRef(function(t, o) {
42319
42319
  return ME(t, o, FE);
42320
42320
  }), Fb = RE;
42321
42321
  const GE = zE;
@@ -2,7 +2,7 @@ interface LoadingIndicatorProps {
2
2
  className?: string;
3
3
  imgClassName?: string;
4
4
  labelClassName?: string;
5
- label: string;
5
+ label?: string;
6
6
  }
7
7
  declare function LoadingIndicator({ className, label, imgClassName, labelClassName }: LoadingIndicatorProps): import("react/jsx-runtime").JSX.Element;
8
8
  export default LoadingIndicator;