@undp/data-viz 0.0.62 → 0.0.63
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/index.cjs +59 -59
- package/dist/index.js +6195 -6202
- package/dist/index.umd.js +64 -64
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/readme.md +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undp/data-viz",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"browser": "./dist/index.umd.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
65
65
|
"@turf/bbox": "^7.2.0",
|
|
66
66
|
"@turf/centroid": "^7.2.0",
|
|
67
|
-
"@undp/design-system-react": "^0.0.
|
|
67
|
+
"@undp/design-system-react": "^0.0.6",
|
|
68
68
|
"ajv": "^8.17.1",
|
|
69
69
|
"d3-array": "^3.2.4",
|
|
70
70
|
"d3-delaunay": "^6.0.4",
|
package/readme.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
### Getting Started
|
|
4
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.
|
|
5
|
+
[UNDP data viz library](https://dataviz.design.undp.org) 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.
|
|
6
6
|
|
|
7
|
-
We also assumes that you have intermediate knowledge about HTML, CSS, and JavaScript/TypeScript, and React.
|
|
7
|
+
We also assumes that you have intermediate knowledge about HTML, CSS, and JavaScript/TypeScript, and React.
|
|
8
8
|
|
|
9
9
|
__Note: The library uses react v19__
|
|
10
10
|
|
|
11
|
-
Detailed documentation can be found [here](https://dataviz.design.undp.org)
|
|
11
|
+
Detailed documentation can be found [here](https://dataviz.design.undp.org)
|
|
12
12
|
|
|
13
13
|
NPM Package can be found [here](https://www.npmjs.com/package/@undp/data-viz)
|
|
14
14
|
|