@atlaskit/editor-plugin-block-controls 7.7.6 → 7.7.7

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-controls
2
2
 
3
+ ## 7.7.7
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
  ## 7.7.6
4
12
 
5
13
  ### Patch Changes
@@ -16,5 +16,6 @@ var DragHandleMenu = exports.DragHandleMenu = function DragHandleMenu(_ref) {
16
16
  };
17
17
  }),
18
18
  isMenuOpen = _useSharedPluginState.isMenuOpen;
19
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
19
20
  return isMenuOpen ? /*#__PURE__*/_react.default.createElement("div", null, "menu") : null;
20
21
  };
@@ -11,5 +11,6 @@ export const DragHandleMenu = ({
11
11
  isMenuOpen: (_states$blockControls = states.blockControlsState) === null || _states$blockControls === void 0 ? void 0 : _states$blockControls.isMenuOpen
12
12
  };
13
13
  });
14
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
14
15
  return isMenuOpen ? /*#__PURE__*/React.createElement("div", null, "menu") : null;
15
16
  };
@@ -9,5 +9,6 @@ export var DragHandleMenu = function DragHandleMenu(_ref) {
9
9
  };
10
10
  }),
11
11
  isMenuOpen = _useSharedPluginState.isMenuOpen;
12
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
12
13
  return isMenuOpen ? /*#__PURE__*/React.createElement("div", null, "menu") : null;
13
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-controls",
3
- "version": "7.7.6",
3
+ "version": "7.7.7",
4
4
  "description": "Block controls plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
55
55
  "@atlaskit/primitives": "^16.2.0",
56
56
  "@atlaskit/theme": "^21.0.0",
57
- "@atlaskit/tmp-editor-statsig": "^13.40.0",
57
+ "@atlaskit/tmp-editor-statsig": "^13.41.0",
58
58
  "@atlaskit/tokens": "^8.2.0",
59
59
  "@atlaskit/tooltip": "^20.10.0",
60
60
  "@babel/runtime": "^7.0.0",