@gooddata/sdk-ui 10.8.0-alpha.29 → 10.8.0-alpha.30

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.
@@ -3228,9 +3228,14 @@
3228
3228
  "comment": "Repeats the schedule email using custom cron expression defined by the user. Do not translate word 'Cron' as it is a name of technical specification.",
3229
3229
  "limit": 0
3230
3230
  },
3231
- "semantic-search.error": {
3232
- "value": "Search failed. Please try again later.",
3233
- "comment": "Error message shown when semantic search failed.",
3231
+ "semantic-search.error.title": {
3232
+ "value": "Our search service is temporarily down.",
3233
+ "comment": "Title for the error message shown when semantic search failed.",
3234
+ "limit": 0
3235
+ },
3236
+ "semantic-search.error.text": {
3237
+ "value": "We are working to resolve the issue.",
3238
+ "comment": "Body for the error message shown when semantic search failed.",
3234
3239
  "limit": 0
3235
3240
  },
3236
3241
  "semantic-search.no-results": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "10.8.0-alpha.29",
3
+ "version": "10.8.0-alpha.30",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "ts-invariant": "^0.7.5",
38
38
  "tslib": "^2.5.0",
39
39
  "uuid": "^8.3.2",
40
- "@gooddata/sdk-backend-spi": "10.8.0-alpha.29",
41
- "@gooddata/sdk-model": "10.8.0-alpha.29",
42
- "@gooddata/util": "10.8.0-alpha.29"
40
+ "@gooddata/sdk-backend-spi": "10.8.0-alpha.30",
41
+ "@gooddata/util": "10.8.0-alpha.30",
42
+ "@gooddata/sdk-model": "10.8.0-alpha.30"
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.3.3",
91
91
  "vitest": "1.0.4",
92
92
  "vitest-dom": "0.1.1",
93
- "@gooddata/i18n-toolkit": "10.8.0-alpha.29",
94
- "@gooddata/sdk-backend-base": "10.8.0-alpha.29",
95
- "@gooddata/sdk-backend-mockingbird": "10.8.0-alpha.29",
96
- "@gooddata/reference-workspace": "10.8.0-alpha.29"
93
+ "@gooddata/i18n-toolkit": "10.8.0-alpha.30",
94
+ "@gooddata/reference-workspace": "10.8.0-alpha.30",
95
+ "@gooddata/sdk-backend-base": "10.8.0-alpha.30",
96
+ "@gooddata/sdk-backend-mockingbird": "10.8.0-alpha.30"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",