@gooddata/sdk-ui 8.11.0-alpha.40 → 8.11.0-alpha.43

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.
@@ -1710,11 +1710,26 @@
1710
1710
  "comment": "",
1711
1711
  "limit": 0
1712
1712
  },
1713
+ "stylingEditor.dialog.name.required": {
1714
+ "value": "Name is required.",
1715
+ "comment": "",
1716
+ "limit": 0
1717
+ },
1713
1718
  "stylingEditor.dialog.definition": {
1714
1719
  "value": "Definition",
1715
1720
  "comment": "Name of the text field to describe an object.",
1716
1721
  "limit": 0
1717
1722
  },
1723
+ "stylingEditor.dialog.definition.required": {
1724
+ "value": "Definition is required",
1725
+ "comment": "",
1726
+ "limit": 0
1727
+ },
1728
+ "stylingEditor.dialog.definition.invalid": {
1729
+ "value": "Definition must be a valid JSON object.",
1730
+ "comment": "",
1731
+ "limit": 0
1732
+ },
1718
1733
  "stylingEditor.dialog.examples": {
1719
1734
  "value": "Examples",
1720
1735
  "comment": "",
@@ -1710,11 +1710,26 @@
1710
1710
  "comment": "",
1711
1711
  "limit": 0
1712
1712
  },
1713
+ "stylingEditor.dialog.name.required": {
1714
+ "value": "Name is required.",
1715
+ "comment": "",
1716
+ "limit": 0
1717
+ },
1713
1718
  "stylingEditor.dialog.definition": {
1714
1719
  "value": "Definition",
1715
1720
  "comment": "Name of the text field to describe an object.",
1716
1721
  "limit": 0
1717
1722
  },
1723
+ "stylingEditor.dialog.definition.required": {
1724
+ "value": "Definition is required",
1725
+ "comment": "",
1726
+ "limit": 0
1727
+ },
1728
+ "stylingEditor.dialog.definition.invalid": {
1729
+ "value": "Definition must be a valid JSON object.",
1730
+ "comment": "",
1731
+ "limit": 0
1732
+ },
1718
1733
  "stylingEditor.dialog.examples": {
1719
1734
  "value": "Examples",
1720
1735
  "comment": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.11.0-alpha.40",
3
+ "version": "8.11.0-alpha.43",
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.3",
40
- "@gooddata/sdk-backend-spi": "^8.11.0-alpha.40",
41
- "@gooddata/sdk-model": "^8.11.0-alpha.40",
42
- "@gooddata/util": "^8.11.0-alpha.40",
40
+ "@gooddata/sdk-backend-spi": "^8.11.0-alpha.43",
41
+ "@gooddata/sdk-model": "^8.11.0-alpha.43",
42
+ "@gooddata/util": "^8.11.0-alpha.43",
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.40",
59
+ "@gooddata/i18n-toolkit": "^8.11.0-alpha.43",
60
60
  "@gooddata/eslint-config": "^2.1.0",
61
- "@gooddata/reference-workspace": "^8.11.0-alpha.40",
62
- "@gooddata/sdk-backend-base": "^8.11.0-alpha.40",
63
- "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.40",
61
+ "@gooddata/reference-workspace": "^8.11.0-alpha.43",
62
+ "@gooddata/sdk-backend-base": "^8.11.0-alpha.43",
63
+ "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.43",
64
64
  "@gooddata/stylelint-config": "^5.0.0",
65
65
  "@microsoft/api-documenter": "^7.17.0",
66
66
  "@microsoft/api-extractor": "^7.20.0",