@atlaskit/editor-plugins 9.2.18 → 9.2.20

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,17 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 9.2.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.2.19
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.2.18
4
16
 
5
17
  ### Patch Changes
@@ -3,12 +3,30 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ Object.defineProperty(exports, "blockSearchMatchClass", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _styles.blockSearchMatchClass;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "darkModeSearchMatchClass", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _styles.darkModeSearchMatchClass;
16
+ }
17
+ });
6
18
  Object.defineProperty(exports, "findReplaceStyles", {
7
19
  enumerable: true,
8
20
  get: function get() {
9
21
  return _styles.findReplaceStyles;
10
22
  }
11
23
  });
24
+ Object.defineProperty(exports, "findReplaceStylesNew", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _styles.findReplaceStylesNew;
28
+ }
29
+ });
12
30
  Object.defineProperty(exports, "searchMatchClass", {
13
31
  enumerable: true,
14
32
  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, findReplaceStyles } from '@atlaskit/editor-plugin-find-replace/styles';
4
+ export { searchMatchClass, 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, findReplaceStyles } from '@atlaskit/editor-plugin-find-replace/styles';
4
+ export { searchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew } from '@atlaskit/editor-plugin-find-replace/styles';
@@ -1 +1 @@
1
- export { searchMatchClass, selectedSearchMatchClass, findReplaceStyles, } from '@atlaskit/editor-plugin-find-replace/styles';
1
+ export { searchMatchClass, selectedSearchMatchClass, blockSearchMatchClass, darkModeSearchMatchClass, findReplaceStyles, findReplaceStylesNew, } from '@atlaskit/editor-plugin-find-replace/styles';
@@ -1 +1 @@
1
- export { searchMatchClass, selectedSearchMatchClass, findReplaceStyles, } from '@atlaskit/editor-plugin-find-replace/styles';
1
+ export { searchMatchClass, 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.2.18",
3
+ "version": "9.2.20",
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",
@@ -143,11 +143,11 @@
143
143
  "@atlaskit/editor-plugin-before-primary-toolbar": "2.0.9",
144
144
  "@atlaskit/editor-plugin-better-type-history": "2.1.7",
145
145
  "@atlaskit/editor-plugin-block-controls": "3.19.10",
146
- "@atlaskit/editor-plugin-block-type": "5.2.4",
146
+ "@atlaskit/editor-plugin-block-type": "5.2.5",
147
147
  "@atlaskit/editor-plugin-border": "2.1.7",
148
- "@atlaskit/editor-plugin-breakout": "2.9.1",
148
+ "@atlaskit/editor-plugin-breakout": "2.9.2",
149
149
  "@atlaskit/editor-plugin-caption": "2.1.7",
150
- "@atlaskit/editor-plugin-card": "6.6.13",
150
+ "@atlaskit/editor-plugin-card": "6.6.14",
151
151
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.7",
152
152
  "@atlaskit/editor-plugin-clipboard": "2.0.7",
153
153
  "@atlaskit/editor-plugin-code-bidi-warning": "2.1.4",
@@ -169,11 +169,11 @@
169
169
  "@atlaskit/editor-plugin-emoji": "3.7.9",
170
170
  "@atlaskit/editor-plugin-engagement-platform": "3.1.4",
171
171
  "@atlaskit/editor-plugin-expand": "3.3.5",
172
- "@atlaskit/editor-plugin-extension": "5.5.11",
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.7.2",
176
- "@atlaskit/editor-plugin-floating-toolbar": "4.2.7",
175
+ "@atlaskit/editor-plugin-find-replace": "2.8.0",
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",
179
179
  "@atlaskit/editor-plugin-grid": "2.0.9",
@@ -186,13 +186,13 @@
186
186
  "@atlaskit/editor-plugin-indentation": "2.1.7",
187
187
  "@atlaskit/editor-plugin-insert-block": "3.3.1",
188
188
  "@atlaskit/editor-plugin-interaction": "3.0.0",
189
- "@atlaskit/editor-plugin-layout": "2.9.10",
189
+ "@atlaskit/editor-plugin-layout": "2.9.11",
190
190
  "@atlaskit/editor-plugin-list": "4.2.12",
191
191
  "@atlaskit/editor-plugin-loom": "4.1.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.9",
195
+ "@atlaskit/editor-plugin-mentions": "4.7.10",
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",
@@ -201,7 +201,7 @@
201
201
  "@atlaskit/editor-plugin-placeholder": "2.0.21",
202
202
  "@atlaskit/editor-plugin-placeholder-text": "2.4.1",
203
203
  "@atlaskit/editor-plugin-primary-toolbar": "3.2.15",
204
- "@atlaskit/editor-plugin-quick-insert": "2.6.3",
204
+ "@atlaskit/editor-plugin-quick-insert": "2.6.4",
205
205
  "@atlaskit/editor-plugin-rule": "2.1.7",
206
206
  "@atlaskit/editor-plugin-save-on-enter": "2.1.2",
207
207
  "@atlaskit/editor-plugin-scroll-into-view": "2.2.3",
@@ -211,12 +211,12 @@
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.9",
215
- "@atlaskit/editor-plugin-tasks-and-decisions": "5.1.18",
214
+ "@atlaskit/editor-plugin-table": "10.12.11",
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",
218
218
  "@atlaskit/editor-plugin-toolbar-lists-indentation": "3.3.4",
219
- "@atlaskit/editor-plugin-type-ahead": "2.7.19",
219
+ "@atlaskit/editor-plugin-type-ahead": "2.7.20",
220
220
  "@atlaskit/editor-plugin-ufo": "2.1.1",
221
221
  "@atlaskit/editor-plugin-undo-redo": "2.0.23",
222
222
  "@atlaskit/editor-plugin-unsupported-content": "2.1.7",