@gooddata/sdk-ui-geo 11.20.0 → 11.21.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-geo",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.21.0",
|
|
4
4
|
"description": "GoodData.UI SDK - Geo Charts",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"ts-invariant": "^0.7.5",
|
|
44
44
|
"tslib": "2.8.1",
|
|
45
45
|
"uuid": "^11.1.0",
|
|
46
|
-
"@gooddata/sdk-backend-spi": "11.
|
|
47
|
-
"@gooddata/sdk-model": "11.
|
|
48
|
-
"@gooddata/sdk-ui": "11.
|
|
49
|
-
"@gooddata/sdk-ui
|
|
50
|
-
"@gooddata/sdk-ui-theme-provider": "11.
|
|
51
|
-
"@gooddata/sdk-ui-vis-commons": "11.
|
|
46
|
+
"@gooddata/sdk-backend-spi": "11.21.0",
|
|
47
|
+
"@gooddata/sdk-model": "11.21.0",
|
|
48
|
+
"@gooddata/sdk-ui-kit": "11.21.0",
|
|
49
|
+
"@gooddata/sdk-ui": "11.21.0",
|
|
50
|
+
"@gooddata/sdk-ui-theme-provider": "11.21.0",
|
|
51
|
+
"@gooddata/sdk-ui-vis-commons": "11.21.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"typescript": "5.9.3",
|
|
92
92
|
"vitest": "4.0.8",
|
|
93
93
|
"vitest-dom": "0.1.1",
|
|
94
|
-
"@gooddata/eslint-config": "11.
|
|
95
|
-
"@gooddata/oxlint-config": "11.
|
|
96
|
-
"@gooddata/
|
|
97
|
-
"@gooddata/
|
|
94
|
+
"@gooddata/eslint-config": "11.21.0",
|
|
95
|
+
"@gooddata/oxlint-config": "11.21.0",
|
|
96
|
+
"@gooddata/stylelint-config": "11.21.0",
|
|
97
|
+
"@gooddata/sdk-backend-mockingbird": "11.21.0"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/css/main.css
CHANGED
|
@@ -2902,7 +2902,7 @@ a.maplibregl-ctrl-logo.maplibregl-compact {
|
|
|
2902
2902
|
.gd-geo-multi-layer-legend__section--flexible {
|
|
2903
2903
|
flex: 1 0 0;
|
|
2904
2904
|
overflow-y: auto;
|
|
2905
|
-
overscroll-behavior:
|
|
2905
|
+
overscroll-behavior: auto;
|
|
2906
2906
|
}
|
|
2907
2907
|
.gd-geo-multi-layer-legend__section + .gd-geo-multi-layer-legend__section {
|
|
2908
2908
|
border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
@@ -2983,7 +2983,7 @@ a.maplibregl-ctrl-logo.maplibregl-compact {
|
|
|
2983
2983
|
.gd-geo-multi-layer-legend__section--scroll-enabled .gd-geo-multi-layer-legend__section-content {
|
|
2984
2984
|
overflow-y: auto;
|
|
2985
2985
|
opacity: 1;
|
|
2986
|
-
overscroll-behavior:
|
|
2986
|
+
overscroll-behavior: auto;
|
|
2987
2987
|
}
|
|
2988
2988
|
.gd-geo-multi-layer-legend__section--hidden .gd-geo-multi-layer-legend__section-content {
|
|
2989
2989
|
cursor: default;
|
|
@@ -94,7 +94,7 @@ $legend-toggle-active-bg: var(--gd-palette-primary-base, #14b2e2);
|
|
|
94
94
|
&--flexible {
|
|
95
95
|
flex: 1 0 0;
|
|
96
96
|
overflow-y: auto;
|
|
97
|
-
overscroll-behavior:
|
|
97
|
+
overscroll-behavior: auto;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
// Border between sections (not on first)
|
|
@@ -200,7 +200,7 @@ $legend-toggle-active-bg: var(--gd-palette-primary-base, #14b2e2);
|
|
|
200
200
|
.gd-geo-multi-layer-legend__section--scroll-enabled & {
|
|
201
201
|
overflow-y: auto;
|
|
202
202
|
opacity: 1;
|
|
203
|
-
overscroll-behavior:
|
|
203
|
+
overscroll-behavior: auto;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
// Hidden layer: dimmed and desaturated content.
|