@gooddata/sdk-ui-vis-commons 10.24.0-alpha.9 → 10.24.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.24.0-alpha.9",
3
+ "version": "10.24.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.24.0-alpha.9",
40
- "@gooddata/sdk-ui": "10.24.0-alpha.9",
41
- "@gooddata/sdk-model": "10.24.0-alpha.9",
42
- "@gooddata/sdk-ui-kit": "10.24.0-alpha.9",
43
- "@gooddata/sdk-ui-theme-provider": "10.24.0-alpha.9"
39
+ "@gooddata/sdk-backend-spi": "10.24.0",
40
+ "@gooddata/sdk-ui": "10.24.0",
41
+ "@gooddata/sdk-ui-kit": "10.24.0",
42
+ "@gooddata/sdk-model": "10.24.0",
43
+ "@gooddata/sdk-ui-theme-provider": "10.24.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.24.0-alpha.9",
89
- "@gooddata/sdk-backend-mockingbird": "10.24.0-alpha.9"
88
+ "@gooddata/reference-workspace": "10.24.0",
89
+ "@gooddata/sdk-backend-mockingbird": "10.24.0"
90
90
  },
91
91
  "scripts": {
92
92
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
@@ -57,8 +57,9 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
57
57
  padding: 0;
58
58
  margin: 0;
59
59
  text-align: left;
60
+
60
61
  &:focus-visible {
61
- outline: auto;
62
+ outline: revert;
62
63
  }
63
64
  }
64
65
 
@@ -108,7 +109,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
108
109
  border-radius: 50%;
109
110
 
110
111
  &:focus-visible {
111
- outline: auto;
112
+ outline: revert;
112
113
  }
113
114
 
114
115
  &::before {