@cdc/map 4.25.6 → 4.25.7

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.
@@ -1 +1,15 @@
1
- export type RuntimeLegend = { disabled; bin; color; special }[]
1
+ export type RuntimeLegend = {
2
+ items: {
3
+ disabled?: boolean
4
+ bin?: number
5
+ color?: string
6
+ special?: boolean
7
+ value?: any
8
+ label?: string
9
+ min?: number
10
+ max?: number
11
+ }[]
12
+ disabledAmt?: number
13
+ fromHash?: number
14
+ runtimeDataHash?: number
15
+ }