wacomm 2.31.2 → 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wacomm",
3
- "version": "2.31.2",
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",