@gooddata/sdk-ui-vis-commons 11.20.0-alpha.2 → 11.20.0-alpha.4
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 +11 -11
- package/styles/scss/legend.scss +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-vis-commons",
|
|
3
|
-
"version": "11.20.0-alpha.
|
|
3
|
+
"version": "11.20.0-alpha.4",
|
|
4
4
|
"description": "GoodData.UI SDK - common functionality for different types of visualizations",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"react-intl": "7.1.11",
|
|
37
37
|
"react-measure": "^2.5.2",
|
|
38
38
|
"tslib": "2.8.1",
|
|
39
|
-
"@gooddata/sdk-backend-spi": "11.20.0-alpha.
|
|
40
|
-
"@gooddata/sdk-model": "11.20.0-alpha.
|
|
41
|
-
"@gooddata/sdk-ui": "11.20.0-alpha.
|
|
42
|
-
"@gooddata/sdk-ui-kit": "11.20.0-alpha.
|
|
43
|
-
"@gooddata/sdk-ui-theme-provider": "11.20.0-alpha.
|
|
39
|
+
"@gooddata/sdk-backend-spi": "11.20.0-alpha.4",
|
|
40
|
+
"@gooddata/sdk-model": "11.20.0-alpha.4",
|
|
41
|
+
"@gooddata/sdk-ui": "11.20.0-alpha.4",
|
|
42
|
+
"@gooddata/sdk-ui-kit": "11.20.0-alpha.4",
|
|
43
|
+
"@gooddata/sdk-ui-theme-provider": "11.20.0-alpha.4"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
"typescript": "5.9.3",
|
|
82
82
|
"vitest": "4.0.8",
|
|
83
83
|
"vitest-dom": "0.1.1",
|
|
84
|
-
"@gooddata/eslint-config": "11.20.0-alpha.
|
|
85
|
-
"@gooddata/oxlint-config": "11.20.0-alpha.
|
|
86
|
-
"@gooddata/reference-workspace": "11.20.0-alpha.
|
|
87
|
-
"@gooddata/
|
|
88
|
-
"@gooddata/
|
|
84
|
+
"@gooddata/eslint-config": "11.20.0-alpha.4",
|
|
85
|
+
"@gooddata/oxlint-config": "11.20.0-alpha.4",
|
|
86
|
+
"@gooddata/reference-workspace": "11.20.0-alpha.4",
|
|
87
|
+
"@gooddata/stylelint-config": "11.20.0-alpha.4",
|
|
88
|
+
"@gooddata/sdk-backend-mockingbird": "11.20.0-alpha.4"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/scss/legend.scss
CHANGED
|
@@ -193,6 +193,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
|
|
|
193
193
|
.series-item {
|
|
194
194
|
margin-left: 15px;
|
|
195
195
|
overflow-x: auto;
|
|
196
|
+
overscroll-behavior: contain;
|
|
196
197
|
}
|
|
197
198
|
}
|
|
198
199
|
|
|
@@ -234,6 +235,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
|
|
|
234
235
|
&.position-dialog {
|
|
235
236
|
margin-left: 0;
|
|
236
237
|
overflow-x: auto;
|
|
238
|
+
overscroll-behavior: contain;
|
|
237
239
|
|
|
238
240
|
.circle-min-value {
|
|
239
241
|
margin-left: 10px;
|
|
@@ -679,6 +681,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
|
|
|
679
681
|
width: 100%;
|
|
680
682
|
height: 100%;
|
|
681
683
|
overflow: auto;
|
|
684
|
+
overscroll-behavior: contain;
|
|
682
685
|
}
|
|
683
686
|
}
|
|
684
687
|
}
|