@undp/data-viz 0.0.66 → 0.0.68
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 +35 -35
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4448 -4537
- package/dist/index.umd.js +40 -40
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -83262,6 +83262,7 @@ declare interface Props_57 {
|
|
|
83262
83262
|
width?: number;
|
|
83263
83263
|
naColor?: string;
|
|
83264
83264
|
className?: string;
|
|
83265
|
+
showNAColor: boolean;
|
|
83265
83266
|
}
|
|
83266
83267
|
|
|
83267
83268
|
declare interface Props_58 {
|