@atlaskit/editor-plugin-find-replace 6.1.0 → 6.1.1

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,12 @@
1
1
  # @atlaskit/editor-plugin-find-replace
2
2
 
3
+ ## 6.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`8854ad2383b33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8854ad2383b33) -
8
+ Suppress no-literal-string-in-jsx
9
+
3
10
  ## 6.1.0
4
11
 
5
12
  ### Minor Changes
@@ -80,7 +80,9 @@ var FindReplace = /*#__PURE__*/function (_React$PureComponent) {
80
80
  onToggleMatchCase = _this$props.onToggleMatchCase;
81
81
  var focusToolbarButton = this.props.focusToolbarButton || function () {};
82
82
  return (0, _react2.jsx)("div", {
83
- role: 'dialog',
83
+ role: 'dialog'
84
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
85
+ ,
84
86
  "aria-label": 'Find and Replace',
85
87
  "aria-modal": false,
86
88
  ref: this.modalRef
@@ -66,7 +66,9 @@ class FindReplace extends React.PureComponent {
66
66
  } = this.props;
67
67
  const focusToolbarButton = this.props.focusToolbarButton || (() => {});
68
68
  return jsx("div", {
69
- role: 'dialog',
69
+ role: 'dialog'
70
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
71
+ ,
70
72
  "aria-label": 'Find and Replace',
71
73
  "aria-modal": false,
72
74
  ref: this.modalRef
@@ -78,7 +78,9 @@ var FindReplace = /*#__PURE__*/function (_React$PureComponent) {
78
78
  onToggleMatchCase = _this$props.onToggleMatchCase;
79
79
  var focusToolbarButton = this.props.focusToolbarButton || function () {};
80
80
  return jsx("div", {
81
- role: 'dialog',
81
+ role: 'dialog'
82
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
83
+ ,
82
84
  "aria-label": 'Find and Replace',
83
85
  "aria-modal": false,
84
86
  ref: this.modalRef
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-find-replace",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "find replace plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/primitives": "^16.2.0",
45
45
  "@atlaskit/textfield": "^8.1.0",
46
46
  "@atlaskit/theme": "^21.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^13.40.0",
47
+ "@atlaskit/tmp-editor-statsig": "^13.41.0",
48
48
  "@atlaskit/tokens": "^8.2.0",
49
49
  "@atlaskit/tooltip": "^20.10.0",
50
50
  "@babel/runtime": "^7.0.0",