@undp/data-viz 2.0.3 → 2.0.5
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/ThreeDGlobe.cjs +1 -1
- package/dist/ThreeDGlobe.cjs.map +1 -1
- package/dist/ThreeDGlobe.d.ts +2 -0
- package/dist/ThreeDGlobe.js +317 -277
- package/dist/ThreeDGlobe.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undp/data-viz",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"browser": "./dist/index.umd.js",
|
|
@@ -450,6 +450,7 @@
|
|
|
450
450
|
"d3-zoom": "^3.0.0",
|
|
451
451
|
"date-fns": "^4.1.0",
|
|
452
452
|
"fast-deep-equal": "^3.1.3",
|
|
453
|
+
"hex-to-rgba": "^2.0.1",
|
|
453
454
|
"lodash.flattendeep": "^4.4.0",
|
|
454
455
|
"lodash.intersection": "^4.4.0",
|
|
455
456
|
"lodash.orderby": "^4.6.0",
|
|
@@ -464,7 +465,7 @@
|
|
|
464
465
|
"peerDependencies": {
|
|
465
466
|
"@dnd-kit/core": "^6.3.1",
|
|
466
467
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
467
|
-
"@undp/design-system-react": "^1.
|
|
468
|
+
"@undp/design-system-react": "^1.5.0",
|
|
468
469
|
"ajv": "^8.17.1",
|
|
469
470
|
"dom-to-svg": "^0.12.2",
|
|
470
471
|
"file-saver": "^2.0.5",
|