@undp/data-viz 0.0.55 → 0.0.57

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.55",
3
+ "version": "0.0.57",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.js",
6
6
  "browser": "./dist/index.umd.js",
package/readme.md CHANGED
@@ -1,6 +1,8 @@
1
- # Getting Started
1
+ # UNDP data viz library ![npm](https://img.shields.io/npm/v/@undp/data-viz)
2
2
 
3
- UNDP visualization library is dedicated to providing a good development experience for data visualization specialists. Before starting, it is recommended to learn React first, and correctly install and configure Node.js v18 or above.
3
+ ## Getting Started
4
+
5
+ UNDP data viz library is dedicated to providing a good development experience for data visualization specialists. Before starting, it is recommended to learn React first, and correctly install and configure Node.js v18 or above.
4
6
 
5
7
  We also assumes that you have intermediate knowledge about HTML, CSS, and JavaScript/TypeScript, and React. Starting out is straightforward.
6
8
 
@@ -8,6 +10,8 @@ __Note: The library uses react v19__
8
10
 
9
11
  Detailed documentation can be found [here](https://dataviz.design.undp.org).
10
12
 
13
+ NPM Package can be found [here](https://www.npmjs.com/package/@undp/data-viz)
14
+
11
15
  ### Installation
12
16
  __Using npm__
13
17
  ```