@gooddata/sdk-ui 9.6.0-alpha.1 → 9.6.0-alpha.2

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.
@@ -2873,6 +2873,11 @@
2873
2873
  "comment": "Tooltip on button that removes particular user from the user group.",
2874
2874
  "limit": 0
2875
2875
  },
2876
+ "userManagement.users.removeUserFromGroupDisabledTooltip": {
2877
+ "value": "This user cannot be removed the group.",
2878
+ "comment": "Tooltip shown over button that remove user from the user group if the action is disabled.",
2879
+ "limit": 0
2880
+ },
2876
2881
  "userManagement.users.removeUserFromSelection": {
2877
2882
  "value": "Remove.",
2878
2883
  "comment": "Label of action that removes selected user.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "9.6.0-alpha.1",
3
+ "version": "9.6.0-alpha.2",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "styles"
27
27
  ],
28
28
  "dependencies": {
29
- "@gooddata/number-formatter": "^1.0.4",
29
+ "@gooddata/number-formatter": "^1.0.5",
30
30
  "default-import": "^1.1.5",
31
31
  "hoist-non-react-statics": "^3.3.0",
32
32
  "http-status-codes": "^2.1.4",
@@ -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.6.0-alpha.1",
41
- "@gooddata/sdk-model": "9.6.0-alpha.1",
42
- "@gooddata/util": "9.6.0-alpha.1"
40
+ "@gooddata/sdk-backend-spi": "9.6.0-alpha.2",
41
+ "@gooddata/sdk-model": "9.6.0-alpha.2",
42
+ "@gooddata/util": "9.6.0-alpha.2"
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": "1.0.4",
92
92
  "vitest-dom": "0.1.1",
93
- "@gooddata/i18n-toolkit": "9.6.0-alpha.1",
94
- "@gooddata/reference-workspace": "9.6.0-alpha.1",
95
- "@gooddata/sdk-backend-base": "9.6.0-alpha.1",
96
- "@gooddata/sdk-backend-mockingbird": "9.6.0-alpha.1"
93
+ "@gooddata/i18n-toolkit": "9.6.0-alpha.2",
94
+ "@gooddata/reference-workspace": "9.6.0-alpha.2",
95
+ "@gooddata/sdk-backend-base": "9.6.0-alpha.2",
96
+ "@gooddata/sdk-backend-mockingbird": "9.6.0-alpha.2"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log",