@atlaskit/editor-plugin-find-replace 2.0.6 → 2.0.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,11 @@
1
1
  # @atlaskit/editor-plugin-find-replace
2
2
 
3
+ ## 2.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 2.0.6
4
10
 
5
11
  ### Patch Changes
@@ -134,6 +134,7 @@ var FindReplace = /*#__PURE__*/function (_React$PureComponent) {
134
134
  findTyped: this.state.findTyped,
135
135
  setFindTyped: this.setFindTyped
136
136
  }), (0, _react2.jsx)("hr", {
137
+ role: "presentation",
137
138
  css: _uiStyles.ruleStyles,
138
139
  id: "replace-hr-element"
139
140
  }), (0, _react2.jsx)(_Replace.default, {
@@ -112,6 +112,7 @@ class FindReplace extends React.PureComponent {
112
112
  findTyped: this.state.findTyped,
113
113
  setFindTyped: this.setFindTyped
114
114
  }), jsx("hr", {
115
+ role: "presentation",
115
116
  css: ruleStyles,
116
117
  id: "replace-hr-element"
117
118
  }), jsx(Replace, {
@@ -132,6 +132,7 @@ var FindReplace = /*#__PURE__*/function (_React$PureComponent) {
132
132
  findTyped: this.state.findTyped,
133
133
  setFindTyped: this.setFindTyped
134
134
  }), jsx("hr", {
135
+ role: "presentation",
135
136
  css: ruleStyles,
136
137
  id: "replace-hr-element"
137
138
  }), jsx(Replace, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-find-replace",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "find replace plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,19 +32,19 @@
32
32
  "./styles": "./src/ui/styles.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/button": "^21.1.0",
35
+ "@atlaskit/button": "^22.0.0",
36
36
  "@atlaskit/editor-common": "^102.13.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^2.2.0",
38
38
  "@atlaskit/editor-plugin-primary-toolbar": "^3.1.0",
39
39
  "@atlaskit/editor-prosemirror": "7.0.0",
40
40
  "@atlaskit/editor-shared-styles": "^3.4.0",
41
41
  "@atlaskit/form": "^12.0.0",
42
- "@atlaskit/icon": "^25.0.0",
42
+ "@atlaskit/icon": "^25.2.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/primitives": "^14.2.0",
45
45
  "@atlaskit/textfield": "^8.0.0",
46
46
  "@atlaskit/theme": "^18.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^4.3.0",
47
+ "@atlaskit/tmp-editor-statsig": "^4.4.0",
48
48
  "@atlaskit/tokens": "^4.5.0",
49
49
  "@atlaskit/tooltip": "^20.0.0",
50
50
  "@babel/runtime": "^7.0.0",