wacomm 1.10.0 → 1.10.2
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-RaLFNbvw.mjs → index-Ck5KMIjc.mjs} +8 -6
- package/dist/{index-C1XsYMKP.js → index-DsHgFaQk.js} +3 -3
- package/dist/loading/LoadingIndicator.d.ts +1 -1
- package/dist/{mapbox-gl-CBvQQmy1.js → mapbox-gl-CI0J_rvB.js} +1 -1
- package/dist/{mapbox-gl-DrMtxJy3.mjs → mapbox-gl-DFVIopZm.mjs} +1 -1
- package/dist/svgTags/posts/TextPostTag.d.ts +2 -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-DFVIopZm.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;
|
|
@@ -44269,16 +44269,18 @@ function vz({
|
|
|
44269
44269
|
isHighlighted: e = !1,
|
|
44270
44270
|
onClick: t = it,
|
|
44271
44271
|
className: o = "",
|
|
44272
|
-
|
|
44273
|
-
|
|
44272
|
+
labelClassName: n = "",
|
|
44273
|
+
svgSize: r = he.md,
|
|
44274
|
+
label: s = ""
|
|
44274
44275
|
}) {
|
|
44275
44276
|
return /* @__PURE__ */ v.jsx(
|
|
44276
44277
|
mt,
|
|
44277
44278
|
{
|
|
44278
|
-
label:
|
|
44279
|
-
icon: { Svg: G2, size:
|
|
44279
|
+
label: s || "Text",
|
|
44280
|
+
icon: { Svg: G2, size: r },
|
|
44280
44281
|
onClick: t,
|
|
44281
44282
|
className: o,
|
|
44283
|
+
labelClassName: n,
|
|
44282
44284
|
isHighlighted: e
|
|
44283
44285
|
}
|
|
44284
44286
|
);
|