naksha-components-react 3.12.3 → 3.12.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.
package/dist/cjs/index.js CHANGED
@@ -18,6 +18,14 @@ Object.keys(_nakshaGmapsDraw).forEach(function (key) {
18
18
  exports[key] = _nakshaGmapsDraw[key];
19
19
  });
20
20
 
21
+ var _nakshaGmapsView = require("@ibp/naksha-gmaps-view");
22
+
23
+ Object.keys(_nakshaGmapsView).forEach(function (key) {
24
+ if (key === "default" || key === "__esModule") return;
25
+ if (key in exports && exports[key] === _nakshaGmapsView[key]) return;
26
+ exports[key] = _nakshaGmapsView[key];
27
+ });
28
+
21
29
  var _nakshaMapboxDraw = require("@ibp/naksha-mapbox-draw");
22
30
 
23
31
  Object.keys(_nakshaMapboxDraw).forEach(function (key) {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.tsx"],"names":[],"mappings":";;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from \"@ibp/naksha-commons\";\nexport * from \"@ibp/naksha-gmaps-draw\";\nexport * from \"@ibp/naksha-mapbox-draw\";\nexport * from \"@ibp/naksha-mapbox-list\";\nexport * from \"@ibp/naksha-mapbox-view\";\nexport * from \"@ibp/naksha-upload\";\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../src/index.tsx"],"names":[],"mappings":";;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from \"@ibp/naksha-commons\";\nexport * from \"@ibp/naksha-gmaps-draw\";\nexport * from \"@ibp/naksha-gmaps-view\";\nexport * from \"@ibp/naksha-mapbox-draw\";\nexport * from \"@ibp/naksha-mapbox-list\";\nexport * from \"@ibp/naksha-mapbox-view\";\nexport * from \"@ibp/naksha-upload\";\n"],"file":"index.js"}
package/dist/esm/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from "@ibp/naksha-commons";
2
2
  export * from "@ibp/naksha-gmaps-draw";
3
+ export * from "@ibp/naksha-gmaps-view";
3
4
  export * from "@ibp/naksha-mapbox-draw";
4
5
  export * from "@ibp/naksha-mapbox-list";
5
6
  export * from "@ibp/naksha-mapbox-view";
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,qBAAd;AACA,cAAc,wBAAd;AACA,cAAc,yBAAd;AACA,cAAc,yBAAd;AACA,cAAc,yBAAd;AACA,cAAc,oBAAd","sourcesContent":["export * from \"@ibp/naksha-commons\";\nexport * from \"@ibp/naksha-gmaps-draw\";\nexport * from \"@ibp/naksha-mapbox-draw\";\nexport * from \"@ibp/naksha-mapbox-list\";\nexport * from \"@ibp/naksha-mapbox-view\";\nexport * from \"@ibp/naksha-upload\";\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,qBAAd;AACA,cAAc,wBAAd;AACA,cAAc,wBAAd;AACA,cAAc,yBAAd;AACA,cAAc,yBAAd;AACA,cAAc,yBAAd;AACA,cAAc,oBAAd","sourcesContent":["export * from \"@ibp/naksha-commons\";\nexport * from \"@ibp/naksha-gmaps-draw\";\nexport * from \"@ibp/naksha-gmaps-view\";\nexport * from \"@ibp/naksha-mapbox-draw\";\nexport * from \"@ibp/naksha-mapbox-list\";\nexport * from \"@ibp/naksha-mapbox-view\";\nexport * from \"@ibp/naksha-upload\";\n"],"file":"index.js"}
@@ -1,5 +1,6 @@
1
1
  export * from "@ibp/naksha-commons";
2
2
  export * from "@ibp/naksha-gmaps-draw";
3
+ export * from "@ibp/naksha-gmaps-view";
3
4
  export * from "@ibp/naksha-mapbox-draw";
4
5
  export * from "@ibp/naksha-mapbox-list";
5
6
  export * from "@ibp/naksha-mapbox-view";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "naksha-components-react",
3
3
  "author": "harshzalavadiya",
4
- "version": "3.12.3",
4
+ "version": "3.12.7",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -44,11 +44,12 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@ibp/naksha-commons": "3.12.2",
47
- "@ibp/naksha-gmaps-draw": "3.12.3",
47
+ "@ibp/naksha-gmaps-draw": "3.12.6",
48
+ "@ibp/naksha-gmaps-view": "3.12.3",
48
49
  "@ibp/naksha-mapbox-draw": "3.12.3",
49
- "@ibp/naksha-mapbox-list": "3.12.3",
50
+ "@ibp/naksha-mapbox-list": "3.12.7",
50
51
  "@ibp/naksha-mapbox-view": "3.12.3",
51
52
  "@ibp/naksha-upload": "3.12.3"
52
53
  },
53
- "gitHead": "e4d768181157946a1d50eea4bfe1bbe1749490e3"
54
+ "gitHead": "4507fe73ec7fafa155e2102c3314a50e6d5a5e8b"
54
55
  }