eurostat-map 4.8.5 → 4.8.6
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/build/package.json
CHANGED
|
@@ -25,7 +25,7 @@ export interface LegendConfig {
|
|
|
25
25
|
boxPadding?: number
|
|
26
26
|
/** Background opacity of the legend box. */
|
|
27
27
|
boxOpacity?: number
|
|
28
|
-
/** Apply legend
|
|
28
|
+
/** Apply the legend box's background opacity (boxOpacity) only while the map is currently zoomed in (scale != 1). The legend box is transparent at the initial view and returns to its configured opacity while zoomed. Purely a box-opacity concern - does not affect legend hover interactions (e.g. hover-to-highlight), which always work regardless of zoom state. */
|
|
29
29
|
onlyApplyOpacityWhileZoomed?: boolean
|
|
30
30
|
/** Padding between the title block and legend body. */
|
|
31
31
|
titlePadding?: number
|
package/package.json
CHANGED