@gooddata/sdk-ui 9.5.0-alpha.35 → 9.5.0-alpha.36

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.
@@ -356,6 +356,11 @@
356
356
  "comment": "",
357
357
  "limit": 0
358
358
  },
359
+ "visualization.tooltip.generic.interaction": {
360
+ "value": "Click to drill or filter",
361
+ "comment": "",
362
+ "limit": 0
363
+ },
359
364
  "gs.filterLabel.all": {
360
365
  "value": "All",
361
366
  "comment": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "9.5.0-alpha.35",
3
+ "version": "9.5.0-alpha.36",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "ts-invariant": "^0.7.3",
38
38
  "tslib": "^2.5.0",
39
39
  "uuid": "^8.3.2",
40
- "@gooddata/sdk-backend-spi": "9.5.0-alpha.35",
41
- "@gooddata/sdk-model": "9.5.0-alpha.35",
42
- "@gooddata/util": "9.5.0-alpha.35"
40
+ "@gooddata/sdk-backend-spi": "9.5.0-alpha.36",
41
+ "@gooddata/sdk-model": "9.5.0-alpha.36",
42
+ "@gooddata/util": "9.5.0-alpha.36"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -90,10 +90,10 @@
90
90
  "typescript": "5.0.2",
91
91
  "vitest": "0.31.4",
92
92
  "vitest-dom": "0.1.0",
93
- "@gooddata/i18n-toolkit": "9.5.0-alpha.35",
94
- "@gooddata/reference-workspace": "9.5.0-alpha.35",
95
- "@gooddata/sdk-backend-base": "9.5.0-alpha.35",
96
- "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.35"
93
+ "@gooddata/i18n-toolkit": "9.5.0-alpha.36",
94
+ "@gooddata/reference-workspace": "9.5.0-alpha.36",
95
+ "@gooddata/sdk-backend-base": "9.5.0-alpha.36",
96
+ "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.36"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log",