@gooddata/sdk-ui 11.36.0-alpha.2 → 11.36.0-alpha.3

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.
@@ -3478,7 +3478,7 @@ export const en_US = {
3478
3478
  "crowdinContext": "Description of permission"
3479
3479
  },
3480
3480
  "userManagement.workspace.granularPermission.manage.description": {
3481
- "text": "Allows users can to, edit or delete the logical data model and metrics, and access all dashboards and edit their dashboard permissions without limitations.",
3481
+ "text": "Allows users to create, edit, or delete the logical data model and metrics, access all dashboards, and edit dashboard permissions without limitations.",
3482
3482
  "crowdinContext": "Description of permission"
3483
3483
  },
3484
3484
  "userManagement.workspace.granularPermission.warning": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "11.36.0-alpha.2",
3
+ "version": "11.36.0-alpha.3",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -42,9 +42,9 @@
42
42
  "ts-invariant": "0.10.3",
43
43
  "tslib": "2.8.1",
44
44
  "uuid": "11.1.0",
45
- "@gooddata/sdk-model": "11.36.0-alpha.2",
46
- "@gooddata/util": "11.36.0-alpha.2",
47
- "@gooddata/sdk-backend-spi": "11.36.0-alpha.2"
45
+ "@gooddata/sdk-backend-spi": "11.36.0-alpha.3",
46
+ "@gooddata/sdk-model": "11.36.0-alpha.3",
47
+ "@gooddata/util": "11.36.0-alpha.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-documenter": "^7.17.0",
@@ -87,13 +87,13 @@
87
87
  "typescript": "5.9.3",
88
88
  "vitest": "4.1.0",
89
89
  "vitest-dom": "0.1.1",
90
- "@gooddata/eslint-config": "11.36.0-alpha.2",
91
- "@gooddata/i18n-toolkit": "11.36.0-alpha.2",
92
- "@gooddata/oxlint-config": "11.36.0-alpha.2",
93
- "@gooddata/reference-workspace": "11.36.0-alpha.2",
94
- "@gooddata/sdk-backend-mockingbird": "11.36.0-alpha.2",
95
- "@gooddata/sdk-backend-base": "11.36.0-alpha.2",
96
- "@gooddata/stylelint-config": "11.36.0-alpha.2"
90
+ "@gooddata/i18n-toolkit": "11.36.0-alpha.3",
91
+ "@gooddata/eslint-config": "11.36.0-alpha.3",
92
+ "@gooddata/oxlint-config": "11.36.0-alpha.3",
93
+ "@gooddata/reference-workspace": "11.36.0-alpha.3",
94
+ "@gooddata/sdk-backend-base": "11.36.0-alpha.3",
95
+ "@gooddata/sdk-backend-mockingbird": "11.36.0-alpha.3",
96
+ "@gooddata/stylelint-config": "11.36.0-alpha.3"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "react": "^18.0.0 || ^19.0.0",