eurostat-map 4.5.0 → 4.6.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "eurostat-map",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
5
5
  "keywords": [
6
6
  "eurostat",
@@ -7,6 +7,9 @@ export interface ProportionalSymbolSizeLegendConfig {
7
7
  /** Title for the size legend. */
8
8
  title?: string | null
9
9
 
10
+ /** Subtitle displayed below the title. */
11
+ subtitle?: string | null
12
+
10
13
  /** Padding between title and legend content in pixels. @default 15 */
11
14
  titlePadding?: number
12
15
 
@@ -57,6 +60,9 @@ export interface ProportionalSymbolColorLegendConfig {
57
60
  /** Title for the color legend. */
58
61
  title?: string | null
59
62
 
63
+ /** Subtitle displayed below the title. */
64
+ subtitle?: string | null
65
+
60
66
  /** Padding between title and legend content in pixels. @default 10 */
61
67
  titlePadding?: number
62
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eurostat-map",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
5
5
  "keywords": [
6
6
  "cartography",