@micromag/element-map 0.4.4 → 0.4.7

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.
@@ -1,2 +1,2 @@
1
- .container{left:0;margin:0;padding:0;position:absolute;top:0}.container,.container .map{height:100%;width:100%}.container.preventScroll .map div{cursor:default}
2
- .container{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}
1
+ .micromag-element-map-container{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.micromag-element-map-container .micromag-element-map-map{height:100%;width:100%}.micromag-element-map-container.micromag-element-map-preventScroll .micromag-element-map-map div{cursor:default}
2
+ .micromag-element-map-container{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}
package/es/index.js CHANGED
@@ -315,7 +315,7 @@ function useGoogleMap(_ref) {
315
315
  };
316
316
  }
317
317
 
318
- var styles$1 = {"container":"container","map":"map","preventScroll":"preventScroll"};
318
+ var styles$1 = {"container":"micromag-element-map-container","map":"micromag-element-map-map","preventScroll":"micromag-element-map-preventScroll"};
319
319
 
320
320
  var stopDragEventsPropagation = {
321
321
  onTouchMove: function onTouchMove(e) {
@@ -503,7 +503,7 @@ function Marker(_ref) {
503
503
  return null;
504
504
  }
505
505
 
506
- var styles = {"container":"container"};
506
+ var styles = {"container":"micromag-element-map-container"};
507
507
 
508
508
  function Map(_ref) {
509
509
  var _ref$center = _ref.center,
package/es/styles.css CHANGED
@@ -1,2 +1,2 @@
1
- .container{left:0;margin:0;padding:0;position:absolute;top:0}.container,.container .map{height:100%;width:100%}.container.preventScroll .map div{cursor:default}
2
- .container{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}
1
+ .micromag-element-map-container{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.micromag-element-map-container .micromag-element-map-map{height:100%;width:100%}.micromag-element-map-container.micromag-element-map-preventScroll .micromag-element-map-map div{cursor:default}
2
+ .micromag-element-map-container{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-map",
3
- "version": "0.4.4",
3
+ "version": "0.4.7",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -59,8 +59,8 @@
59
59
  "react-dom": "^18.3.0 || ^19.0.0"
60
60
  },
61
61
  "dependencies": {
62
- "@babel/runtime": "^7.13.10",
63
- "@micromag/core": "^0.4.4",
62
+ "@babel/runtime": "^7.28.6",
63
+ "@micromag/core": "^0.4.7",
64
64
  "classnames": "^2.2.6",
65
65
  "lodash": "^4.17.23",
66
66
  "react-intl": "^8.1.3",
@@ -70,6 +70,6 @@
70
70
  "access": "public",
71
71
  "registry": "https://registry.npmjs.org/"
72
72
  },
73
- "gitHead": "04b8519c3a3ddace5a21497e22faa11865d57f6d",
73
+ "gitHead": "980f31596f09533637462b004eefd1877e7ea204",
74
74
  "types": "es/index.d.ts"
75
75
  }