@atlaskit/editor-plugin-block-menu 5.0.14 → 5.0.15
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-block-menu
|
|
2
2
|
|
|
3
|
+
## 5.0.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8854ad2383b33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8854ad2383b33) -
|
|
8
|
+
Suppress no-literal-string-in-jsx
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 5.0.14
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -131,6 +131,7 @@ var BlockMenuContent = function BlockMenuContent(_ref3) {
|
|
|
131
131
|
section: function section() {
|
|
132
132
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItemSection, null, /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, null, "Block Menu Item"));
|
|
133
133
|
},
|
|
134
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
134
135
|
item: function item() {
|
|
135
136
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, null, "Block Menu Item");
|
|
136
137
|
}
|
|
@@ -120,6 +120,7 @@ const BlockMenuContent = ({
|
|
|
120
120
|
elemAfter: undefined
|
|
121
121
|
}, /*#__PURE__*/React.createElement(ToolbarDropdownItemSection, null, /*#__PURE__*/React.createElement(ToolbarDropdownItem, null, "Block Menu Item"))),
|
|
122
122
|
section: () => /*#__PURE__*/React.createElement(ToolbarDropdownItemSection, null, /*#__PURE__*/React.createElement(ToolbarDropdownItem, null, "Block Menu Item")),
|
|
123
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
123
124
|
item: () => /*#__PURE__*/React.createElement(ToolbarDropdownItem, null, "Block Menu Item")
|
|
124
125
|
}
|
|
125
126
|
}));
|
|
@@ -123,6 +123,7 @@ var BlockMenuContent = function BlockMenuContent(_ref3) {
|
|
|
123
123
|
section: function section() {
|
|
124
124
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItemSection, null, /*#__PURE__*/React.createElement(ToolbarDropdownItem, null, "Block Menu Item"));
|
|
125
125
|
},
|
|
126
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
126
127
|
item: function item() {
|
|
127
128
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, null, "Block Menu Item");
|
|
128
129
|
}
|