awing-library 2.1.188-dev → 2.1.189-dev

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.
@@ -147,6 +147,7 @@ var GGMap = function (_a) {
147
147
  streetViewControl: false,
148
148
  mapTypeControl: false,
149
149
  fullscreenControl: false,
150
+ minZoom: 2
150
151
  }
151
152
  }, { children: !markerPositions ?
152
153
  (0, jsx_runtime_1.jsxs)(material_1.Box, { children: [(0, jsx_runtime_1.jsx)(api_1.Marker, { position: marker }), (0, jsx_runtime_1.jsx)(api_1.Circle, { center: marker, radius: geofenceRadius, options: {
@@ -39,7 +39,7 @@ exports.mapStyles = [
39
39
  "elementType": "geometry",
40
40
  "stylers": [
41
41
  {
42
- "color": "#212225"
42
+ "color": "#f7f9fa"
43
43
  }
44
44
  ]
45
45
  },
@@ -48,7 +48,7 @@ exports.mapStyles = [
48
48
  "elementType": "labels.text.fill",
49
49
  "stylers": [
50
50
  {
51
- "color": "#212225"
51
+ "color": "#80868b"
52
52
  }
53
53
  ]
54
54
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.188-dev",
3
+ "version": "2.1.189-dev",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",