@gooddata/sdk-ui 10.3.0-beta.0 → 10.4.0-alpha.1

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.
@@ -3162,5 +3162,15 @@
3162
3162
  "value": "Name",
3163
3163
  "comment": "Placeholder shown in input box where user types name of a new user group.",
3164
3164
  "limit": 0
3165
+ },
3166
+ "richText.placeholder": {
3167
+ "value": "Add markdown text here...",
3168
+ "comment": "Do not translate word 'Markdown'",
3169
+ "limit": 0
3170
+ },
3171
+ "richText.tooltip": {
3172
+ "value": "You can use Markdown syntax to style the description:",
3173
+ "comment": "Do not translate word 'Markdown'",
3174
+ "limit": 0
3165
3175
  }
3166
3176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "10.3.0-beta.0",
3
+ "version": "10.4.0-alpha.1",
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.3.0-beta.0",
41
- "@gooddata/util": "10.3.0-beta.0",
42
- "@gooddata/sdk-model": "10.3.0-beta.0"
40
+ "@gooddata/sdk-backend-spi": "10.4.0-alpha.1",
41
+ "@gooddata/util": "10.4.0-alpha.1",
42
+ "@gooddata/sdk-model": "10.4.0-alpha.1"
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.3.0-beta.0",
94
- "@gooddata/reference-workspace": "10.3.0-beta.0",
95
- "@gooddata/sdk-backend-base": "10.3.0-beta.0",
96
- "@gooddata/sdk-backend-mockingbird": "10.3.0-beta.0"
93
+ "@gooddata/i18n-toolkit": "10.4.0-alpha.1",
94
+ "@gooddata/reference-workspace": "10.4.0-alpha.1",
95
+ "@gooddata/sdk-backend-mockingbird": "10.4.0-alpha.1",
96
+ "@gooddata/sdk-backend-base": "10.4.0-alpha.1"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",