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.
- package/dist/{index-C1XsYMKP.js → index-1egQleMb.js} +2 -2
- package/dist/{index-RaLFNbvw.mjs → index-CttNbUPK.mjs} +2 -2
- package/dist/loading/LoadingIndicator.d.ts +1 -1
- package/dist/{mapbox-gl-CBvQQmy1.js → mapbox-gl-BM7ytxNy.js} +1 -1
- package/dist/{mapbox-gl-DrMtxJy3.mjs → mapbox-gl-DPKtdFKY.mjs} +1 -1
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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
|
|
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;
|