@gooddata/sdk-ui 8.11.0-alpha.21 → 8.11.0-alpha.22
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.
|
@@ -1674,5 +1674,20 @@
|
|
|
1674
1674
|
"value": "Please log back in to continue your work.",
|
|
1675
1675
|
"comment": "",
|
|
1676
1676
|
"limit": 0
|
|
1677
|
+
},
|
|
1678
|
+
"stylingPicker.title.basic": {
|
|
1679
|
+
"value": "Basic",
|
|
1680
|
+
"comment": "",
|
|
1681
|
+
"limit": 0
|
|
1682
|
+
},
|
|
1683
|
+
"stylingPicker.title.custom": {
|
|
1684
|
+
"value": "Custom",
|
|
1685
|
+
"comment": "",
|
|
1686
|
+
"limit": 0
|
|
1687
|
+
},
|
|
1688
|
+
"stylingPicker.title.create": {
|
|
1689
|
+
"value": "Create",
|
|
1690
|
+
"comment": "",
|
|
1691
|
+
"limit": 0
|
|
1677
1692
|
}
|
|
1678
1693
|
}
|
|
@@ -1674,5 +1674,20 @@
|
|
|
1674
1674
|
"value": "Please log back in to continue your work.",
|
|
1675
1675
|
"comment": "",
|
|
1676
1676
|
"limit": 0
|
|
1677
|
+
},
|
|
1678
|
+
"stylingPicker.title.basic": {
|
|
1679
|
+
"value": "Basic",
|
|
1680
|
+
"comment": "",
|
|
1681
|
+
"limit": 0
|
|
1682
|
+
},
|
|
1683
|
+
"stylingPicker.title.custom": {
|
|
1684
|
+
"value": "Custom",
|
|
1685
|
+
"comment": "",
|
|
1686
|
+
"limit": 0
|
|
1687
|
+
},
|
|
1688
|
+
"stylingPicker.title.create": {
|
|
1689
|
+
"value": "Create",
|
|
1690
|
+
"comment": "",
|
|
1691
|
+
"limit": 0
|
|
1677
1692
|
}
|
|
1678
1693
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "8.11.0-alpha.
|
|
3
|
+
"version": "8.11.0-alpha.22",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@formatjs/intl-pluralrules": "~1.3.7",
|
|
39
39
|
"@gooddata/numberjs": "^4.0.2",
|
|
40
|
-
"@gooddata/sdk-backend-spi": "^8.11.0-alpha.
|
|
41
|
-
"@gooddata/sdk-model": "^8.11.0-alpha.
|
|
42
|
-
"@gooddata/util": "^8.11.0-alpha.
|
|
40
|
+
"@gooddata/sdk-backend-spi": "^8.11.0-alpha.22",
|
|
41
|
+
"@gooddata/sdk-model": "^8.11.0-alpha.22",
|
|
42
|
+
"@gooddata/util": "^8.11.0-alpha.22",
|
|
43
43
|
"custom-event": "^1.0.1",
|
|
44
44
|
"hoist-non-react-statics": "^3.3.0",
|
|
45
45
|
"http-status-codes": "^2.1.4",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"react-dom": "^16.10.0 || ^17.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@gooddata/i18n-toolkit": "^8.11.0-alpha.
|
|
59
|
+
"@gooddata/i18n-toolkit": "^8.11.0-alpha.22",
|
|
60
60
|
"@gooddata/eslint-config": "^2.1.0",
|
|
61
|
-
"@gooddata/reference-workspace": "^8.11.0-alpha.
|
|
62
|
-
"@gooddata/sdk-backend-base": "^8.11.0-alpha.
|
|
63
|
-
"@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.
|
|
61
|
+
"@gooddata/reference-workspace": "^8.11.0-alpha.22",
|
|
62
|
+
"@gooddata/sdk-backend-base": "^8.11.0-alpha.22",
|
|
63
|
+
"@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.22",
|
|
64
64
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
65
65
|
"@microsoft/api-documenter": "^7.17.0",
|
|
66
66
|
"@microsoft/api-extractor": "^7.20.0",
|