@gooddata/sdk-ui 9.1.0-alpha.24 → 9.1.0-alpha.26

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.
@@ -177,6 +177,21 @@
177
177
  "comment": "Means comparison of two values - for example '100 (this week) VERSUS 10 (last week)'.",
178
178
  "limit": 0
179
179
  },
180
+ "visualizations.headline.comparison.title.change": {
181
+ "value": "Change",
182
+ "comment": "The label of the dropdown option that specifies the arithmetic operation to calculate the change between two values.",
183
+ "limit": 0
184
+ },
185
+ "visualizations.headline.comparison.title.ratio": {
186
+ "value": "of",
187
+ "comment": "The label of the dropdown option that specifies the arithmetic operation to calculate the the ratio between two values.",
188
+ "limit": 0
189
+ },
190
+ "visualizations.headline.comparison.title.difference": {
191
+ "value": "Difference",
192
+ "comment": "The label of the dropdown option that specifies the arithmetic operation to calculate the difference between two values.",
193
+ "limit": 0
194
+ },
180
195
  "visualization.numericValues.k": {
181
196
  "value": "k",
182
197
  "comment": "Character 'k' stands for metric prefix kilo (1.000).",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "9.1.0-alpha.24",
3
+ "version": "9.1.0-alpha.26",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "tslib": "^2.5.0",
38
38
  "uuid": "^8.3.2",
39
39
  "default-import": "^1.1.5",
40
- "@gooddata/sdk-backend-spi": "9.1.0-alpha.24",
41
- "@gooddata/util": "9.1.0-alpha.24",
42
- "@gooddata/sdk-model": "9.1.0-alpha.24"
40
+ "@gooddata/sdk-backend-spi": "9.1.0-alpha.26",
41
+ "@gooddata/sdk-model": "9.1.0-alpha.26",
42
+ "@gooddata/util": "9.1.0-alpha.26"
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": "0.31.4",
92
92
  "vitest-dom": "0.1.0",
93
- "@gooddata/i18n-toolkit": "9.1.0-alpha.24",
94
- "@gooddata/reference-workspace": "9.1.0-alpha.24",
95
- "@gooddata/sdk-backend-mockingbird": "9.1.0-alpha.24",
96
- "@gooddata/sdk-backend-base": "9.1.0-alpha.24"
93
+ "@gooddata/reference-workspace": "9.1.0-alpha.26",
94
+ "@gooddata/sdk-backend-base": "9.1.0-alpha.26",
95
+ "@gooddata/sdk-backend-mockingbird": "9.1.0-alpha.26",
96
+ "@gooddata/i18n-toolkit": "9.1.0-alpha.26"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log",