naksha-components-react 3.12.2 → 3.12.6

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.2",
4
+ "version": "3.12.6",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -43,12 +43,13 @@
43
43
  "typescript": "^4.4.4"
44
44
  },
45
45
  "dependencies": {
46
- "@ibp/naksha-commons": "3.11.0",
47
- "@ibp/naksha-gmaps-draw": "3.11.2",
48
- "@ibp/naksha-mapbox-draw": "3.11.2",
49
- "@ibp/naksha-mapbox-list": "3.11.2",
50
- "@ibp/naksha-mapbox-view": "3.12.2",
51
- "@ibp/naksha-upload": "3.11.2"
46
+ "@ibp/naksha-commons": "3.12.2",
47
+ "@ibp/naksha-gmaps-draw": "3.12.6",
48
+ "@ibp/naksha-gmaps-view": "3.12.3",
49
+ "@ibp/naksha-mapbox-draw": "3.12.3",
50
+ "@ibp/naksha-mapbox-list": "3.12.3",
51
+ "@ibp/naksha-mapbox-view": "3.12.3",
52
+ "@ibp/naksha-upload": "3.12.3"
52
53
  },
53
- "gitHead": "3c2a084e22adc2d338fbf9105ca6255cb3ae6b25"
54
+ "gitHead": "ce3fc6881b7931300b160628125e10ee8b2ddfbf"
54
55
  }