@dartcom/ui-kit 10.1.19 → 10.1.20

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.cjs CHANGED
@@ -9313,7 +9313,7 @@ const getUniqueKey = () => {
9313
9313
  const getCoordinateByLatLng = (latLng) => {
9314
9314
  const coordinate = {
9315
9315
  lat: latLng.lat,
9316
- lon: latLng.lat,
9316
+ lon: latLng.lng,
9317
9317
  };
9318
9318
  return coordinate;
9319
9319
  };