@atlaskit/editor-plugin-find-replace 6.1.3 → 6.1.5

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,19 @@
1
1
  # @atlaskit/editor-plugin-find-replace
2
2
 
3
+ ## 6.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.1.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
14
+ tsignores added for help-center local consumpton removed
15
+ - Updated dependencies
16
+
3
17
  ## 6.1.3
4
18
 
5
19
  ### Patch Changes
@@ -160,10 +160,7 @@ var FindReplaceToolbarButtonWithState = function FindReplaceToolbarButtonWithSta
160
160
  return match.canReplace === true;
161
161
  }).length : undefined,
162
162
  replaceText: replaceText,
163
- shouldFocus: shouldFocus
164
- // @ts-ignore - Workaround for help-center local consumption
165
- ,
166
-
163
+ shouldFocus: shouldFocus,
167
164
  popupsBoundariesElement: popupsBoundariesElement,
168
165
  popupsMountPoint: popupsMountPoint,
169
166
  popupsScrollableElement: popupsScrollableElement,
@@ -144,10 +144,7 @@ const FindReplaceToolbarButtonWithState = ({
144
144
  isReplaceable: expValEquals('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? (_matches$index = matches[index]) === null || _matches$index === void 0 ? void 0 : _matches$index.canReplace : undefined,
145
145
  numReplaceable: expValEquals('platform_editor_find_and_replace_improvements', 'isEnabled', true) ? matches.filter(match => match.canReplace === true).length : undefined,
146
146
  replaceText: replaceText,
147
- shouldFocus: shouldFocus
148
- // @ts-ignore - Workaround for help-center local consumption
149
- ,
150
-
147
+ shouldFocus: shouldFocus,
151
148
  popupsBoundariesElement: popupsBoundariesElement,
152
149
  popupsMountPoint: popupsMountPoint,
153
150
  popupsScrollableElement: popupsScrollableElement,
@@ -152,10 +152,7 @@ var FindReplaceToolbarButtonWithState = function FindReplaceToolbarButtonWithSta
152
152
  return match.canReplace === true;
153
153
  }).length : undefined,
154
154
  replaceText: replaceText,
155
- shouldFocus: shouldFocus
156
- // @ts-ignore - Workaround for help-center local consumption
157
- ,
158
-
155
+ shouldFocus: shouldFocus,
159
156
  popupsBoundariesElement: popupsBoundariesElement,
160
157
  popupsMountPoint: popupsMountPoint,
161
158
  popupsScrollableElement: popupsScrollableElement,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-find-replace",
3
- "version": "6.1.3",
3
+ "version": "6.1.5",
4
4
  "description": "find replace plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -44,9 +44,9 @@
44
44
  "@atlaskit/primitives": "^16.4.0",
45
45
  "@atlaskit/textfield": "^8.1.0",
46
46
  "@atlaskit/theme": "^21.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^14.0.0",
47
+ "@atlaskit/tmp-editor-statsig": "^15.0.0",
48
48
  "@atlaskit/tokens": "^8.4.0",
49
- "@atlaskit/tooltip": "^20.10.0",
49
+ "@atlaskit/tooltip": "^20.11.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
52
52
  "classnames": "^2.2.5",
@@ -61,7 +61,7 @@
61
61
  "react-dom": "^18.2.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "@atlaskit/editor-common": "^110.36.0",
64
+ "@atlaskit/editor-common": "^110.40.0",
65
65
  "react": "^18.2.0",
66
66
  "react-intl-next": "npm:react-intl@^5.18.1"
67
67
  },