@gooddata/sdk-ui 8.11.0-alpha.45 → 8.11.0-alpha.46

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.
@@ -1731,7 +1731,7 @@
1731
1731
  "limit": 0
1732
1732
  },
1733
1733
  "stylingEditor.dialog.name.required": {
1734
- "value": "Name is required.",
1734
+ "value": "Cannot save. Specify a name.",
1735
1735
  "comment": "",
1736
1736
  "limit": 0
1737
1737
  },
@@ -1741,17 +1741,17 @@
1741
1741
  "limit": 0
1742
1742
  },
1743
1743
  "stylingEditor.dialog.definition.required": {
1744
- "value": "Definition is required",
1744
+ "value": "Cannot save. Specify a definition.",
1745
1745
  "comment": "",
1746
1746
  "limit": 0
1747
1747
  },
1748
1748
  "stylingEditor.dialog.definition.invalid": {
1749
- "value": "Definition must be a valid JSON object.",
1749
+ "value": "Cannot save. The definition is not a valid JSON object.",
1750
1750
  "comment": "",
1751
1751
  "limit": 0
1752
1752
  },
1753
1753
  "stylingEditor.dialog.examples": {
1754
- "value": "Examples",
1754
+ "value": "Templates",
1755
1755
  "comment": "",
1756
1756
  "limit": 0
1757
1757
  },
@@ -1771,7 +1771,7 @@
1771
1771
  "limit": 0
1772
1772
  },
1773
1773
  "stylingPicker.item.delete.tooltip": {
1774
- "value": "Default item cannot be deleted.",
1774
+ "value": "Applied default item cannot be deleted.",
1775
1775
  "comment": "",
1776
1776
  "limit": 0
1777
1777
  }
@@ -1731,7 +1731,7 @@
1731
1731
  "limit": 0
1732
1732
  },
1733
1733
  "stylingEditor.dialog.name.required": {
1734
- "value": "Name is required.",
1734
+ "value": "Cannot save. Specify a name.",
1735
1735
  "comment": "",
1736
1736
  "limit": 0
1737
1737
  },
@@ -1741,17 +1741,17 @@
1741
1741
  "limit": 0
1742
1742
  },
1743
1743
  "stylingEditor.dialog.definition.required": {
1744
- "value": "Definition is required",
1744
+ "value": "Cannot save. Specify a definition.",
1745
1745
  "comment": "",
1746
1746
  "limit": 0
1747
1747
  },
1748
1748
  "stylingEditor.dialog.definition.invalid": {
1749
- "value": "Definition must be a valid JSON object.",
1749
+ "value": "Cannot save. The definition is not a valid JSON object.",
1750
1750
  "comment": "",
1751
1751
  "limit": 0
1752
1752
  },
1753
1753
  "stylingEditor.dialog.examples": {
1754
- "value": "Examples",
1754
+ "value": "Templates",
1755
1755
  "comment": "",
1756
1756
  "limit": 0
1757
1757
  },
@@ -1771,7 +1771,7 @@
1771
1771
  "limit": 0
1772
1772
  },
1773
1773
  "stylingPicker.item.delete.tooltip": {
1774
- "value": "Default item cannot be deleted.",
1774
+ "value": "Applied default item cannot be deleted.",
1775
1775
  "comment": "",
1776
1776
  "limit": 0
1777
1777
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.11.0-alpha.45",
3
+ "version": "8.11.0-alpha.46",
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.45",
41
- "@gooddata/sdk-model": "^8.11.0-alpha.45",
42
- "@gooddata/util": "^8.11.0-alpha.45",
40
+ "@gooddata/sdk-backend-spi": "^8.11.0-alpha.46",
41
+ "@gooddata/sdk-model": "^8.11.0-alpha.46",
42
+ "@gooddata/util": "^8.11.0-alpha.46",
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.45",
59
+ "@gooddata/i18n-toolkit": "^8.11.0-alpha.46",
60
60
  "@gooddata/eslint-config": "^2.1.0",
61
- "@gooddata/reference-workspace": "^8.11.0-alpha.45",
62
- "@gooddata/sdk-backend-base": "^8.11.0-alpha.45",
63
- "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.45",
61
+ "@gooddata/reference-workspace": "^8.11.0-alpha.46",
62
+ "@gooddata/sdk-backend-base": "^8.11.0-alpha.46",
63
+ "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.46",
64
64
  "@gooddata/stylelint-config": "^5.0.0",
65
65
  "@microsoft/api-documenter": "^7.17.0",
66
66
  "@microsoft/api-extractor": "^7.20.0",