homeflowjs 0.13.45 → 0.13.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homeflowjs",
3
- "version": "0.13.45",
3
+ "version": "0.13.46",
4
4
  "sideEffects": [
5
5
  "modal/**/*",
6
6
  "user/default-profile/**/*",
@@ -469,7 +469,7 @@ export default class GeonamesMap extends DraggableMap {
469
469
  text: sanitizeText(message),
470
470
  escapeMarkup: false,
471
471
  className: 'properties-map-toast',
472
- style: { background: primaryColour, marginBottom: '200px', },
472
+ style: { background: primaryColour, marginBottom: '20px', },
473
473
  }).showToast();
474
474
  }
475
475