@gooddata/sdk-ui 11.41.0-alpha.1 → 11.41.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.
@@ -1835,6 +1835,18 @@ export declare const en_US: {
1835
1835
  text: string;
1836
1836
  crowdinContext: string;
1837
1837
  };
1838
+ "mvf.removeConditionTooltip.ariaLabel": {
1839
+ text: string;
1840
+ crowdinContext: string;
1841
+ };
1842
+ "mvf.condition.announcement.added": {
1843
+ text: string;
1844
+ crowdinContext: string;
1845
+ };
1846
+ "mvf.condition.announcement.removed": {
1847
+ text: string;
1848
+ crowdinContext: string;
1849
+ };
1838
1850
  "mvf.conditionsJoiner.or": {
1839
1851
  text: string;
1840
1852
  crowdinContext: string;
@@ -1837,6 +1837,18 @@ export const en_US = {
1837
1837
  "text": "Remove condition",
1838
1838
  "crowdinContext": "Tooltip for the button that removes a condition in the Measure Value Filter dropdown."
1839
1839
  },
1840
+ "mvf.removeConditionTooltip.ariaLabel": {
1841
+ "text": "Remove condition {number}",
1842
+ "crowdinContext": "Accessible label for the button that removes a condition in the Measure Value Filter dropdown. {number} is the 1-based condition position, disambiguating multiple remove buttons. Example: 'Remove condition 2'."
1843
+ },
1844
+ "mvf.condition.announcement.added": {
1845
+ "text": "Condition {number} added.",
1846
+ "crowdinContext": "Screen reader announcement when a condition is added in the Measure Value Filter dropdown. {number} is the 1-based position of the new condition. Example: 'Condition 2 added.'"
1847
+ },
1848
+ "mvf.condition.announcement.removed": {
1849
+ "text": "Condition {number} removed.",
1850
+ "crowdinContext": "Screen reader announcement when a condition is removed in the Measure Value Filter dropdown. {number} is the 1-based position of the removed condition. Example: 'Condition 2 removed.'"
1851
+ },
1840
1852
  "mvf.conditionsJoiner.or": {
1841
1853
  "text": "or",
1842
1854
  "crowdinContext": "Text displayed between multiple conditions in the Measure Value Filter dropdown to indicate logical OR operation."
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.55.2"
8
+ "packageVersion": "7.58.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "11.41.0-alpha.1",
3
+ "version": "11.41.0-alpha.3",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -41,10 +41,10 @@
41
41
  "react-intl": "7.1.11",
42
42
  "ts-invariant": "0.10.3",
43
43
  "tslib": "2.8.1",
44
- "uuid": "11.1.0",
45
- "@gooddata/sdk-backend-spi": "11.41.0-alpha.1",
46
- "@gooddata/sdk-model": "11.41.0-alpha.1",
47
- "@gooddata/util": "11.41.0-alpha.1"
44
+ "uuid": "11.1.1",
45
+ "@gooddata/sdk-backend-spi": "11.41.0-alpha.3",
46
+ "@gooddata/sdk-model": "11.41.0-alpha.3",
47
+ "@gooddata/util": "11.41.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.8",
89
89
  "vitest-dom": "0.1.1",
90
- "@gooddata/i18n-toolkit": "11.41.0-alpha.1",
91
- "@gooddata/eslint-config": "11.41.0-alpha.1",
92
- "@gooddata/oxlint-config": "11.41.0-alpha.1",
93
- "@gooddata/reference-workspace": "11.41.0-alpha.1",
94
- "@gooddata/sdk-backend-base": "11.41.0-alpha.1",
95
- "@gooddata/sdk-backend-mockingbird": "11.41.0-alpha.1",
96
- "@gooddata/stylelint-config": "11.41.0-alpha.1"
90
+ "@gooddata/eslint-config": "11.41.0-alpha.3",
91
+ "@gooddata/i18n-toolkit": "11.41.0-alpha.3",
92
+ "@gooddata/reference-workspace": "11.41.0-alpha.3",
93
+ "@gooddata/sdk-backend-base": "11.41.0-alpha.3",
94
+ "@gooddata/oxlint-config": "11.41.0-alpha.3",
95
+ "@gooddata/sdk-backend-mockingbird": "11.41.0-alpha.3",
96
+ "@gooddata/stylelint-config": "11.41.0-alpha.3"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "react": "^18.0.0 || ^19.0.0",