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.
@@ -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-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
- svgSize: n = he.md,
44273
- label: r = ""
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: r || "Text",
44279
- icon: { Svg: G2, size: n },
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
  );