@kong-ui-public/analytics-geo-map 0.4.1 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,13 +43,6 @@ npm install @kong-ui-public/analytics-geo-map
43
43
  - **required:** `true`
44
44
  - **description:** An object mapping country codes to metric values. These metrics determine the color of each country on the map.
45
45
 
46
- #### `geoJsonData`
47
-
48
- - **type:** `Object` ([`MapFeatureCollection`](https://github.com/Kong/public-ui-components/blob/main/packages/analytics/analytics-geo-map/src/types/index.ts))
49
- - **required:** `true`
50
- - **description:** GeoJSON data for the map, defining the shapes and positions of countries.
51
- - [See here](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/geojson)
52
-
53
46
  #### `metricUnit`
54
47
 
55
48
  - **type:** `String` ([`MetricUnits`](https://github.com/Kong/public-ui-components/blob/main/packages/analytics/analytics-geo-map/src/types/metric-units.ts))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/analytics-geo-map",
3
- "version": "0.4.1",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "main": "./dist/vitals-geo-map.umd.js",
6
6
  "module": "./dist/vitals-geo-map.es.js",