@gooddata/sdk-ui 10.20.0-alpha.4 → 10.20.0-alpha.41
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.
@@ -19,6 +19,16 @@
|
|
19
19
|
"comment": "A global semantic search button label in the main menu",
|
20
20
|
"limit": 0
|
21
21
|
},
|
22
|
+
"gs.header.logo.title.accessibility": {
|
23
|
+
"value": "Application logo",
|
24
|
+
"comment": "",
|
25
|
+
"limit": 0
|
26
|
+
},
|
27
|
+
"gs.header.href.accessibility": {
|
28
|
+
"value": "Go to homepage",
|
29
|
+
"comment": "",
|
30
|
+
"limit": 0
|
31
|
+
},
|
22
32
|
"gs.header.notifications": {
|
23
33
|
"value": "Notifications",
|
24
34
|
"comment": "A global notifications button label in the main menu",
|
@@ -3412,5 +3422,10 @@
|
|
3412
3422
|
"value": "Use the unix-cron string format. <a>Learn more</a>",
|
3413
3423
|
"comment": "Do not translate html tags <a>, </a>. Do not translate 'unix-cron' as it is a name of specific tech.",
|
3414
3424
|
"limit": 0
|
3425
|
+
},
|
3426
|
+
"message.accessibility.dismiss.notification": {
|
3427
|
+
"value": "Dismiss notification",
|
3428
|
+
"comment": "",
|
3429
|
+
"limit": 0
|
3415
3430
|
}
|
3416
3431
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui",
|
3
|
-
"version": "10.20.0-alpha.
|
3
|
+
"version": "10.20.0-alpha.41",
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -41,9 +41,9 @@
|
|
41
41
|
"ts-invariant": "^0.7.5",
|
42
42
|
"tslib": "^2.5.0",
|
43
43
|
"uuid": "^8.3.2",
|
44
|
-
"@gooddata/sdk-backend-spi": "10.20.0-alpha.
|
45
|
-
"@gooddata/sdk-model": "10.20.0-alpha.
|
46
|
-
"@gooddata/util": "10.20.0-alpha.
|
44
|
+
"@gooddata/sdk-backend-spi": "10.20.0-alpha.41",
|
45
|
+
"@gooddata/sdk-model": "10.20.0-alpha.41",
|
46
|
+
"@gooddata/util": "10.20.0-alpha.41"
|
47
47
|
},
|
48
48
|
"peerDependencies": {
|
49
49
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -94,10 +94,10 @@
|
|
94
94
|
"typescript": "5.3.3",
|
95
95
|
"vitest": "1.0.4",
|
96
96
|
"vitest-dom": "0.1.1",
|
97
|
-
"@gooddata/i18n-toolkit": "10.20.0-alpha.
|
98
|
-
"@gooddata/reference-workspace": "10.20.0-alpha.
|
99
|
-
"@gooddata/sdk-backend-base": "10.20.0-alpha.
|
100
|
-
"@gooddata/sdk-backend-mockingbird": "10.20.0-alpha.
|
97
|
+
"@gooddata/i18n-toolkit": "10.20.0-alpha.41",
|
98
|
+
"@gooddata/reference-workspace": "10.20.0-alpha.41",
|
99
|
+
"@gooddata/sdk-backend-base": "10.20.0-alpha.41",
|
100
|
+
"@gooddata/sdk-backend-mockingbird": "10.20.0-alpha.41"
|
101
101
|
},
|
102
102
|
"scripts": {
|
103
103
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|