@atlaskit/editor-plugins 9.2.20 → 9.3.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 +18 -0
- package/dist/cjs/find-replace/ui/styles.js +6 -0
- package/dist/es2019/find-replace/ui/styles.js +1 -1
- package/dist/esm/find-replace/ui/styles.js +1 -1
- package/dist/types/find-replace/ui/styles.d.ts +1 -1
- package/dist/types-ts4.5/find-replace/ui/styles.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 9.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 9.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#177117](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177117)
|
|
14
|
+
[`49ae44aea25fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/49ae44aea25fc) -
|
|
15
|
+
Add new styles for inline nodes for find and replace, include these in block node checks
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 9.2.20
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -33,6 +33,12 @@ Object.defineProperty(exports, "searchMatchClass", {
|
|
|
33
33
|
return _styles.searchMatchClass;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
|
+
Object.defineProperty(exports, "selectedBlockSearchMatchClass", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _styles.selectedBlockSearchMatchClass;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
36
42
|
Object.defineProperty(exports, "selectedSearchMatchClass", {
|
|
37
43
|
enumerable: true,
|
|
38
44
|
get: function get() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { searchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew } from '@atlaskit/editor-plugin-find-replace/styles';
|
|
4
|
+
export { searchMatchClass, selectedBlockSearchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew } from '@atlaskit/editor-plugin-find-replace/styles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { searchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew } from '@atlaskit/editor-plugin-find-replace/styles';
|
|
4
|
+
export { searchMatchClass, selectedBlockSearchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew } from '@atlaskit/editor-plugin-find-replace/styles';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { searchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew, } from '@atlaskit/editor-plugin-find-replace/styles';
|
|
1
|
+
export { searchMatchClass, selectedBlockSearchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew, } from '@atlaskit/editor-plugin-find-replace/styles';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { searchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew, } from '@atlaskit/editor-plugin-find-replace/styles';
|
|
1
|
+
export { searchMatchClass, selectedBlockSearchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew, } from '@atlaskit/editor-plugin-find-replace/styles';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.1",
|
|
4
4
|
"description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"@atlaskit/editor-plugin-extension": "5.5.12",
|
|
173
173
|
"@atlaskit/editor-plugin-feature-flags": "1.4.4",
|
|
174
174
|
"@atlaskit/editor-plugin-feedback-dialog": "2.0.7",
|
|
175
|
-
"@atlaskit/editor-plugin-find-replace": "2.
|
|
175
|
+
"@atlaskit/editor-plugin-find-replace": "2.9.0",
|
|
176
176
|
"@atlaskit/editor-plugin-floating-toolbar": "4.2.8",
|
|
177
177
|
"@atlaskit/editor-plugin-focus": "1.5.8",
|
|
178
178
|
"@atlaskit/editor-plugin-fragment": "2.1.7",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"@atlaskit/editor-plugin-max-content-size": "2.0.7",
|
|
193
193
|
"@atlaskit/editor-plugin-media": "4.1.2",
|
|
194
194
|
"@atlaskit/editor-plugin-media-insert": "7.0.5",
|
|
195
|
-
"@atlaskit/editor-plugin-mentions": "4.7.
|
|
195
|
+
"@atlaskit/editor-plugin-mentions": "4.7.11",
|
|
196
196
|
"@atlaskit/editor-plugin-metrics": "3.5.3",
|
|
197
197
|
"@atlaskit/editor-plugin-ncs-step-metrics": "1.1.1",
|
|
198
198
|
"@atlaskit/editor-plugin-panel": "4.4.12",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"@atlaskit/editor-plugin-selection-toolbar": "3.7.5",
|
|
212
212
|
"@atlaskit/editor-plugin-status": "3.1.25",
|
|
213
213
|
"@atlaskit/editor-plugin-submit-editor": "2.0.7",
|
|
214
|
-
"@atlaskit/editor-plugin-table": "10.12.
|
|
214
|
+
"@atlaskit/editor-plugin-table": "10.12.12",
|
|
215
215
|
"@atlaskit/editor-plugin-tasks-and-decisions": "5.1.19",
|
|
216
216
|
"@atlaskit/editor-plugin-text-color": "2.4.3",
|
|
217
217
|
"@atlaskit/editor-plugin-text-formatting": "2.4.1",
|