@undp/data-viz 0.0.53 → 0.0.55

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/data-viz",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.js",
6
6
  "browser": "./dist/index.umd.js",
@@ -30,14 +30,14 @@
30
30
  "private": false,
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "git+https://github.com/UNDP-Data/undp-visualization-library.git"
33
+ "url": "git+https://github.com/undp/data-visualization.git"
34
34
  },
35
35
  "author": "United Nations Development Programme",
36
36
  "license": "MIT",
37
37
  "bugs": {
38
- "url": "https://github.com/UNDP-Data/undp-visualization-library/issues"
38
+ "url": "https://github.com/undp/data-visualization/issues"
39
39
  },
40
- "homepage": "https://jolly-field-038560703.6.azurestaticapps.net/",
40
+ "homepage": "https://dataviz.design.undp.org",
41
41
  "scripts": {
42
42
  "dev": "vite",
43
43
  "build": "tsc && vite build",
package/readme.md CHANGED
@@ -6,7 +6,7 @@ We also assumes that you have intermediate knowledge about HTML, CSS, and JavaSc
6
6
 
7
7
  __Note: The library uses react v19__
8
8
 
9
- Detailed documentation can be found [here](https://jolly-field-038560703.6.azurestaticapps.net/).
9
+ Detailed documentation can be found [here](https://dataviz.design.undp.org).
10
10
 
11
11
  ### Installation
12
12
  __Using npm__
@@ -60,6 +60,7 @@ The dependencies that are pre-installed wit the library:
60
60
  * lodash.sum
61
61
  * lodash.uniq
62
62
  * lodash.uniqby
63
+ * @undp/design-system-react - For UI elements
63
64
  * maplibre-gl - For Maplibre maps (Peer dependency)
64
65
  * pmtiles - For adding pmtiles to Maplibre maps
65
66
  * papaparse - For loading and parsing csv from links
@@ -69,7 +70,7 @@ The dependencies that are pre-installed wit the library:
69
70
  * xss - For cleaning up cross scripting from user-submitted HTML
70
71
  * ajv - For schema validation
71
72
  * date-fns - For date formatting
72
- * dom-to-image - For downloading div as images
73
+ * html-to-image - For downloading div as images
73
74
  * dom-to-svg - For downloading div as svg
74
75
  * file-saver - For downloading files
75
76
  * react-csv - For generating a csv file