@gooddata/sdk-ui-vis-commons 10.29.0-alpha.8 → 10.29.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-vis-commons",
3
- "version": "10.29.0-alpha.8",
3
+ "version": "10.29.0",
4
4
  "description": "GoodData.UI SDK - common functionality for different types of visualizations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,11 +36,11 @@
36
36
  "react-intl": "^6.4.1",
37
37
  "react-measure": "^2.5.2",
38
38
  "tslib": "^2.5.0",
39
- "@gooddata/sdk-backend-spi": "10.29.0-alpha.8",
40
- "@gooddata/sdk-ui": "10.29.0-alpha.8",
41
- "@gooddata/sdk-model": "10.29.0-alpha.8",
42
- "@gooddata/sdk-ui-kit": "10.29.0-alpha.8",
43
- "@gooddata/sdk-ui-theme-provider": "10.29.0-alpha.8"
39
+ "@gooddata/sdk-backend-spi": "10.29.0",
40
+ "@gooddata/sdk-ui-theme-provider": "10.29.0",
41
+ "@gooddata/sdk-ui-kit": "10.29.0",
42
+ "@gooddata/sdk-model": "10.29.0",
43
+ "@gooddata/sdk-ui": "10.29.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -85,8 +85,8 @@
85
85
  "typescript": "5.3.3",
86
86
  "vitest": "3.0.8",
87
87
  "vitest-dom": "0.1.1",
88
- "@gooddata/reference-workspace": "10.29.0-alpha.8",
89
- "@gooddata/sdk-backend-mockingbird": "10.29.0-alpha.8"
88
+ "@gooddata/reference-workspace": "10.29.0",
89
+ "@gooddata/sdk-backend-mockingbird": "10.29.0"
90
90
  },
91
91
  "scripts": {
92
92
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
@@ -447,6 +447,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
447
447
  .legend-popup-row {
448
448
  display: flex;
449
449
  justify-content: flex-end;
450
+ overflow: hidden;
450
451
  }
451
452
 
452
453
  .legend-popup-icon {