@micromag/screen-map 0.3.480 → 0.3.482
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/es/index.js +3 -2
- package/lib/index.js +3 -2
- package/package.json +15 -14
package/es/index.js
CHANGED
|
@@ -503,6 +503,7 @@ var MapImagesScreen = function MapImagesScreen(_ref) {
|
|
|
503
503
|
withMarkerImages: true
|
|
504
504
|
}));
|
|
505
505
|
};
|
|
506
|
+
var MapImagesScreen$1 = MapImagesScreen;
|
|
506
507
|
|
|
507
508
|
// import * as transforms from './transforms/index';
|
|
508
509
|
|
|
@@ -707,7 +708,7 @@ var definition = [{
|
|
|
707
708
|
"value": "Map with image markers"
|
|
708
709
|
}]
|
|
709
710
|
}),
|
|
710
|
-
component: MapImagesScreen,
|
|
711
|
+
component: MapImagesScreen$1,
|
|
711
712
|
layouts: ['normal'],
|
|
712
713
|
// transforms,
|
|
713
714
|
states: [{
|
|
@@ -870,4 +871,4 @@ var definition = [{
|
|
|
870
871
|
}]
|
|
871
872
|
}];
|
|
872
873
|
|
|
873
|
-
export { MapImagesScreen, MapScreen, definition as default };
|
|
874
|
+
export { MapImagesScreen$1 as MapImagesScreen, MapScreen, definition as default };
|
package/lib/index.js
CHANGED
|
@@ -507,6 +507,7 @@ var MapImagesScreen = function MapImagesScreen(_ref) {
|
|
|
507
507
|
withMarkerImages: true
|
|
508
508
|
}));
|
|
509
509
|
};
|
|
510
|
+
var MapImagesScreen$1 = MapImagesScreen;
|
|
510
511
|
|
|
511
512
|
// import * as transforms from './transforms/index';
|
|
512
513
|
|
|
@@ -711,7 +712,7 @@ var definition = [{
|
|
|
711
712
|
"value": "Map with image markers"
|
|
712
713
|
}]
|
|
713
714
|
}),
|
|
714
|
-
component: MapImagesScreen,
|
|
715
|
+
component: MapImagesScreen$1,
|
|
715
716
|
layouts: ['normal'],
|
|
716
717
|
// transforms,
|
|
717
718
|
states: [{
|
|
@@ -874,6 +875,6 @@ var definition = [{
|
|
|
874
875
|
}]
|
|
875
876
|
}];
|
|
876
877
|
|
|
877
|
-
exports.MapImagesScreen = MapImagesScreen;
|
|
878
|
+
exports.MapImagesScreen = MapImagesScreen$1;
|
|
878
879
|
exports.MapScreen = MapScreen;
|
|
879
880
|
exports.default = definition;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-map",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.482",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"assets"
|
|
48
48
|
],
|
|
49
49
|
"scripts": {
|
|
50
|
+
"clean": "rm -rf es && rm -rf lib && rm -rf assets",
|
|
50
51
|
"prepare": "../../scripts/prepare-package.sh"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
@@ -59,18 +60,18 @@
|
|
|
59
60
|
},
|
|
60
61
|
"dependencies": {
|
|
61
62
|
"@babel/runtime": "^7.13.10",
|
|
62
|
-
"@micromag/core": "^0.3.
|
|
63
|
-
"@micromag/element-background": "^0.3.
|
|
64
|
-
"@micromag/element-button": "^0.3.
|
|
65
|
-
"@micromag/element-container": "^0.3.
|
|
66
|
-
"@micromag/element-footer": "^0.3.
|
|
67
|
-
"@micromag/element-header": "^0.3.
|
|
68
|
-
"@micromag/element-heading": "^0.3.
|
|
69
|
-
"@micromag/element-image": "^0.3.
|
|
70
|
-
"@micromag/element-map": "^0.3.
|
|
71
|
-
"@micromag/element-scroll": "^0.3.
|
|
72
|
-
"@micromag/element-text": "^0.3.
|
|
73
|
-
"@micromag/transforms": "^0.3.
|
|
63
|
+
"@micromag/core": "^0.3.482",
|
|
64
|
+
"@micromag/element-background": "^0.3.482",
|
|
65
|
+
"@micromag/element-button": "^0.3.482",
|
|
66
|
+
"@micromag/element-container": "^0.3.482",
|
|
67
|
+
"@micromag/element-footer": "^0.3.482",
|
|
68
|
+
"@micromag/element-header": "^0.3.482",
|
|
69
|
+
"@micromag/element-heading": "^0.3.482",
|
|
70
|
+
"@micromag/element-image": "^0.3.482",
|
|
71
|
+
"@micromag/element-map": "^0.3.482",
|
|
72
|
+
"@micromag/element-scroll": "^0.3.482",
|
|
73
|
+
"@micromag/element-text": "^0.3.482",
|
|
74
|
+
"@micromag/transforms": "^0.3.482",
|
|
74
75
|
"classnames": "^2.2.6",
|
|
75
76
|
"lodash": "^4.17.21",
|
|
76
77
|
"prop-types": "^15.7.2",
|
|
@@ -81,5 +82,5 @@
|
|
|
81
82
|
"access": "public",
|
|
82
83
|
"registry": "https://registry.npmjs.org/"
|
|
83
84
|
},
|
|
84
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "931f86bb7dd77a05d196cadda88c8a170e665c3d"
|
|
85
86
|
}
|