@atlaskit/editor-plugin-find-replace 2.7.0 → 2.7.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
|
@@ -22,7 +22,7 @@ type FindMatchesType = {
|
|
|
22
22
|
getIntl?: () => IntlShape;
|
|
23
23
|
api?: ExtractInjectionAPI<FindReplacePlugin>;
|
|
24
24
|
};
|
|
25
|
-
export declare function findMatches({ content, searchText, shouldMatchCase, contentIndex, getIntl, api }: FindMatchesType): Match[];
|
|
25
|
+
export declare function findMatches({ content, searchText, shouldMatchCase, contentIndex, getIntl, api, }: FindMatchesType): Match[];
|
|
26
26
|
/**
|
|
27
27
|
* Finds index of first item in matches array that comes after user's cursor pos.
|
|
28
28
|
* If `backward` is `true`, finds index of first item that comes before instead.
|
|
@@ -22,7 +22,7 @@ type FindMatchesType = {
|
|
|
22
22
|
getIntl?: () => IntlShape;
|
|
23
23
|
api?: ExtractInjectionAPI<FindReplacePlugin>;
|
|
24
24
|
};
|
|
25
|
-
export declare function findMatches({ content, searchText, shouldMatchCase, contentIndex, getIntl, api }: FindMatchesType): Match[];
|
|
25
|
+
export declare function findMatches({ content, searchText, shouldMatchCase, contentIndex, getIntl, api, }: FindMatchesType): Match[];
|
|
26
26
|
/**
|
|
27
27
|
* Finds index of first item in matches array that comes after user's cursor pos.
|
|
28
28
|
* If `backward` is `true`, finds index of first item that comes before instead.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-find-replace",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"description": "find replace plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/primitives": "^14.9.0",
|
|
47
47
|
"@atlaskit/textfield": "^8.0.0",
|
|
48
48
|
"@atlaskit/theme": "^18.0.0",
|
|
49
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
49
|
+
"@atlaskit/tmp-editor-statsig": "^8.0.0",
|
|
50
50
|
"@atlaskit/tokens": "^5.3.0",
|
|
51
51
|
"@atlaskit/tooltip": "^20.3.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|