wacomm 2.31.1 → 2.31.3

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/wacomm.es.js CHANGED
@@ -33097,8 +33097,9 @@ var WD = kD;
33097
33097
  //#endregion
33098
33098
  //#region src/osmMap/OsmMarkerList.tsx
33099
33099
  function GD({ locations: e }) {
33100
- return Zt.IsZeroArray(e) ? null : /* @__PURE__ */ C(Qa, {
33101
- items: e,
33100
+ let t = e?.filter(({ latitude: e, longitude: t }) => fn(e, t));
33101
+ return Zt.IsZeroArray(t) ? null : /* @__PURE__ */ C(Qa, {
33102
+ items: t,
33102
33103
  itemRenderer: ({ id: e, longitude: t, latitude: n, icon: r }) => /* @__PURE__ */ C("li", { children: /* @__PURE__ */ C(WD, {
33103
33104
  longitude: t,
33104
33105
  latitude: n,
@@ -34740,18 +34741,18 @@ function Dk({ isHighlighted: e = !1, onClick: t = Yt, className: n = "" }) {
34740
34741
  }
34741
34742
  //#endregion
34742
34743
  //#region src/svgTags/tags/MessageTag.tsx
34743
- function Ok({ isHighlighted: e = !1, onClick: t = Yt, className: n = "" }) {
34744
+ function Ok({ label: e = "Message", isHighlighted: t = !1, onClick: n = Yt, className: r = "" }) {
34744
34745
  return /* @__PURE__ */ C(us, {
34745
- label: "Message",
34746
+ label: e,
34746
34747
  icon: {
34747
34748
  Svg: ka,
34748
34749
  size: K.sm,
34749
34750
  className: "fill-none text-blue-500"
34750
34751
  },
34751
34752
  labelClassName: "text-sm text-blue-500",
34752
- onClick: t,
34753
- className: G("gap-1 border border-blue-500 rounded-full", n),
34754
- isHighlighted: e
34753
+ onClick: n,
34754
+ className: G("gap-1 border border-blue-500 rounded-full", r),
34755
+ isHighlighted: t
34755
34756
  });
34756
34757
  }
34757
34758
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wacomm",
3
- "version": "2.31.1",
3
+ "version": "2.31.3",
4
4
  "main": "dist/wacomm.cjs.js",
5
5
  "module": "dist/wacomm.es.js",
6
6
  "types": "dist/index.d.ts",