@gooddata/sdk-ui-semantic-search 11.41.0-alpha.5 → 11.42.0-alpha.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.
@@ -50,7 +50,7 @@ export const en_US = {
50
50
  "crowdinContext": "ARIA label for the semantic search history tree view component."
51
51
  },
52
52
  "semantic-search.edit": {
53
- "text": "Edit",
53
+ "text": "Open",
54
54
  "crowdinContext": "Label for the edit action in semantic search results tree view."
55
55
  },
56
56
  "semantic-search.date.at": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-semantic-search",
3
- "version": "11.41.0-alpha.5",
3
+ "version": "11.42.0-alpha.0",
4
4
  "description": "GoodData SDK TypeScript & React skeleton",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -35,12 +35,12 @@
35
35
  "lodash-es": "^4.17.23",
36
36
  "react-intl": "7.1.11",
37
37
  "tslib": "2.8.1",
38
- "@gooddata/sdk-backend-spi": "11.41.0-alpha.5",
39
- "@gooddata/sdk-model": "11.41.0-alpha.5",
40
- "@gooddata/sdk-ui": "11.41.0-alpha.5",
41
- "@gooddata/sdk-ui-kit": "11.41.0-alpha.5",
42
- "@gooddata/sdk-ui-theme-provider": "11.41.0-alpha.5",
43
- "@gooddata/util": "11.41.0-alpha.5"
38
+ "@gooddata/sdk-backend-spi": "11.42.0-alpha.0",
39
+ "@gooddata/sdk-model": "11.42.0-alpha.0",
40
+ "@gooddata/sdk-ui": "11.42.0-alpha.0",
41
+ "@gooddata/sdk-ui-kit": "11.42.0-alpha.0",
42
+ "@gooddata/sdk-ui-theme-provider": "11.42.0-alpha.0",
43
+ "@gooddata/util": "11.42.0-alpha.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-documenter": "^7.17.0",
@@ -80,11 +80,11 @@
80
80
  "typescript": "5.9.3",
81
81
  "vitest": "4.1.8",
82
82
  "vitest-dom": "0.1.1",
83
- "@gooddata/eslint-config": "11.41.0-alpha.5",
84
- "@gooddata/i18n-toolkit": "11.41.0-alpha.5",
85
- "@gooddata/oxlint-config": "11.41.0-alpha.5",
86
- "@gooddata/sdk-backend-mockingbird": "11.41.0-alpha.5",
87
- "@gooddata/stylelint-config": "11.41.0-alpha.5"
83
+ "@gooddata/i18n-toolkit": "11.42.0-alpha.0",
84
+ "@gooddata/eslint-config": "11.42.0-alpha.0",
85
+ "@gooddata/oxlint-config": "11.42.0-alpha.0",
86
+ "@gooddata/sdk-backend-mockingbird": "11.42.0-alpha.0",
87
+ "@gooddata/stylelint-config": "11.42.0-alpha.0"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "react": "^18.0.0 || ^19.0.0",