@gooddata/sdk-ui 8.11.0-alpha.29 → 8.11.0-alpha.31

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.
@@ -1690,24 +1690,39 @@
1690
1690
  "comment": "",
1691
1691
  "limit": 0
1692
1692
  },
1693
- "styling.editor.dialog.name": {
1693
+ "stylingEditor.dialog.name": {
1694
1694
  "value": "Name",
1695
1695
  "comment": "",
1696
1696
  "limit": 0
1697
1697
  },
1698
- "styling.editor.dialog.definition": {
1698
+ "stylingEditor.dialog.definition": {
1699
1699
  "value": "Definition",
1700
1700
  "comment": "Name of the text field to describe an object.",
1701
1701
  "limit": 0
1702
1702
  },
1703
- "styling.editor.dialog.examples": {
1703
+ "stylingEditor.dialog.examples": {
1704
1704
  "value": "Examples",
1705
1705
  "comment": "",
1706
1706
  "limit": 0
1707
1707
  },
1708
- "styling.editor.dialog.example.paste": {
1708
+ "stylingEditor.dialog.example.paste": {
1709
1709
  "value": "Paste",
1710
1710
  "comment": "Button text to paste content into text field.",
1711
1711
  "limit": 0
1712
+ },
1713
+ "stylingPicker.item.edit": {
1714
+ "value": "Edit",
1715
+ "comment": "",
1716
+ "limit": 0
1717
+ },
1718
+ "stylingPicker.item.delete": {
1719
+ "value": "Delete",
1720
+ "comment": "",
1721
+ "limit": 0
1722
+ },
1723
+ "stylingPicker.item.delete.tooltip": {
1724
+ "value": "Default item cannot be deleted.",
1725
+ "comment": "",
1726
+ "limit": 0
1712
1727
  }
1713
1728
  }
@@ -1690,24 +1690,39 @@
1690
1690
  "comment": "",
1691
1691
  "limit": 0
1692
1692
  },
1693
- "styling.editor.dialog.name": {
1693
+ "stylingEditor.dialog.name": {
1694
1694
  "value": "Name",
1695
1695
  "comment": "",
1696
1696
  "limit": 0
1697
1697
  },
1698
- "styling.editor.dialog.definition": {
1698
+ "stylingEditor.dialog.definition": {
1699
1699
  "value": "Definition",
1700
1700
  "comment": "Name of the text field to describe an object.",
1701
1701
  "limit": 0
1702
1702
  },
1703
- "styling.editor.dialog.examples": {
1703
+ "stylingEditor.dialog.examples": {
1704
1704
  "value": "Examples",
1705
1705
  "comment": "",
1706
1706
  "limit": 0
1707
1707
  },
1708
- "styling.editor.dialog.example.paste": {
1708
+ "stylingEditor.dialog.example.paste": {
1709
1709
  "value": "Paste",
1710
1710
  "comment": "Button text to paste content into text field.",
1711
1711
  "limit": 0
1712
+ },
1713
+ "stylingPicker.item.edit": {
1714
+ "value": "Edit",
1715
+ "comment": "",
1716
+ "limit": 0
1717
+ },
1718
+ "stylingPicker.item.delete": {
1719
+ "value": "Delete",
1720
+ "comment": "",
1721
+ "limit": 0
1722
+ },
1723
+ "stylingPicker.item.delete.tooltip": {
1724
+ "value": "Default item cannot be deleted.",
1725
+ "comment": "",
1726
+ "limit": 0
1712
1727
  }
1713
1728
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.11.0-alpha.29",
3
+ "version": "8.11.0-alpha.31",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@formatjs/intl-pluralrules": "~1.3.7",
39
- "@gooddata/numberjs": "^4.0.2",
40
- "@gooddata/sdk-backend-spi": "^8.11.0-alpha.29",
41
- "@gooddata/sdk-model": "^8.11.0-alpha.29",
42
- "@gooddata/util": "^8.11.0-alpha.29",
39
+ "@gooddata/numberjs": "^4.0.3",
40
+ "@gooddata/sdk-backend-spi": "^8.11.0-alpha.31",
41
+ "@gooddata/sdk-model": "^8.11.0-alpha.31",
42
+ "@gooddata/util": "^8.11.0-alpha.31",
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.29",
59
+ "@gooddata/i18n-toolkit": "^8.11.0-alpha.31",
60
60
  "@gooddata/eslint-config": "^2.1.0",
61
- "@gooddata/reference-workspace": "^8.11.0-alpha.29",
62
- "@gooddata/sdk-backend-base": "^8.11.0-alpha.29",
63
- "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.29",
61
+ "@gooddata/reference-workspace": "^8.11.0-alpha.31",
62
+ "@gooddata/sdk-backend-base": "^8.11.0-alpha.31",
63
+ "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.31",
64
64
  "@gooddata/stylelint-config": "^5.0.0",
65
65
  "@microsoft/api-documenter": "^7.17.0",
66
66
  "@microsoft/api-extractor": "^7.20.0",