@atlaskit/editor-plugins 9.1.58 → 9.2.0

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,23 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 9.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#170958](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/170958)
8
+ [`0b7ee494d452a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b7ee494d452a) -
9
+ [ux] Update fake text-selection styles to use system highlight colours (behind feature gate)
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 9.1.59
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 9.1.58
4
22
 
5
23
  ### Patch Changes
@@ -9,4 +9,10 @@ Object.defineProperty(exports, "placeholderTextStyles", {
9
9
  return _styles.placeholderTextStyles;
10
10
  }
11
11
  });
12
+ Object.defineProperty(exports, "placeholderTextStyles_fg_platform_editor_system_fake_text_highlight_colour", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _styles.placeholderTextStyles_fg_platform_editor_system_fake_text_highlight_colour;
16
+ }
17
+ });
12
18
  var _styles = require("@atlaskit/editor-plugin-placeholder-text/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 { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
4
+ export { placeholderTextStyles, placeholderTextStyles_fg_platform_editor_system_fake_text_highlight_colour } from '@atlaskit/editor-plugin-placeholder-text/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 { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
4
+ export { placeholderTextStyles, placeholderTextStyles_fg_platform_editor_system_fake_text_highlight_colour } from '@atlaskit/editor-plugin-placeholder-text/styles';
@@ -1 +1 @@
1
- export { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
1
+ export { placeholderTextStyles, placeholderTextStyles_fg_platform_editor_system_fake_text_highlight_colour, } from '@atlaskit/editor-plugin-placeholder-text/styles';
@@ -1 +1 @@
1
- export { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
1
+ export { placeholderTextStyles, placeholderTextStyles_fg_platform_editor_system_fake_text_highlight_colour, } from '@atlaskit/editor-plugin-placeholder-text/styles';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "9.1.58",
3
+ "version": "9.2.0",
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",
@@ -142,10 +142,10 @@
142
142
  "@atlaskit/editor-plugin-batch-attribute-updates": "2.1.6",
143
143
  "@atlaskit/editor-plugin-before-primary-toolbar": "2.0.8",
144
144
  "@atlaskit/editor-plugin-better-type-history": "2.1.6",
145
- "@atlaskit/editor-plugin-block-controls": "3.19.3",
145
+ "@atlaskit/editor-plugin-block-controls": "3.19.4",
146
146
  "@atlaskit/editor-plugin-block-type": "5.2.1",
147
147
  "@atlaskit/editor-plugin-border": "2.1.6",
148
- "@atlaskit/editor-plugin-breakout": "2.7.6",
148
+ "@atlaskit/editor-plugin-breakout": "2.8.0",
149
149
  "@atlaskit/editor-plugin-caption": "2.1.6",
150
150
  "@atlaskit/editor-plugin-card": "6.6.6",
151
151
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.6",
@@ -172,14 +172,14 @@
172
172
  "@atlaskit/editor-plugin-extension": "5.5.7",
173
173
  "@atlaskit/editor-plugin-feature-flags": "1.4.3",
174
174
  "@atlaskit/editor-plugin-feedback-dialog": "2.0.6",
175
- "@atlaskit/editor-plugin-find-replace": "2.5.0",
175
+ "@atlaskit/editor-plugin-find-replace": "2.6.0",
176
176
  "@atlaskit/editor-plugin-floating-toolbar": "4.2.4",
177
177
  "@atlaskit/editor-plugin-focus": "1.5.7",
178
178
  "@atlaskit/editor-plugin-fragment": "2.1.6",
179
179
  "@atlaskit/editor-plugin-grid": "2.0.8",
180
180
  "@atlaskit/editor-plugin-guideline": "2.0.10",
181
181
  "@atlaskit/editor-plugin-help-dialog": "2.1.12",
182
- "@atlaskit/editor-plugin-highlight": "2.6.1",
182
+ "@atlaskit/editor-plugin-highlight": "2.6.2",
183
183
  "@atlaskit/editor-plugin-history": "2.0.6",
184
184
  "@atlaskit/editor-plugin-hyperlink": "4.5.1",
185
185
  "@atlaskit/editor-plugin-image-upload": "2.0.6",
@@ -187,7 +187,7 @@
187
187
  "@atlaskit/editor-plugin-insert-block": "3.2.15",
188
188
  "@atlaskit/editor-plugin-interaction": "2.0.0",
189
189
  "@atlaskit/editor-plugin-layout": "2.9.7",
190
- "@atlaskit/editor-plugin-list": "4.2.9",
190
+ "@atlaskit/editor-plugin-list": "4.2.10",
191
191
  "@atlaskit/editor-plugin-loom": "4.1.6",
192
192
  "@atlaskit/editor-plugin-max-content-size": "2.0.6",
193
193
  "@atlaskit/editor-plugin-media": "3.2.0",
@@ -199,7 +199,7 @@
199
199
  "@atlaskit/editor-plugin-paste": "3.3.9",
200
200
  "@atlaskit/editor-plugin-paste-options-toolbar": "2.1.4",
201
201
  "@atlaskit/editor-plugin-placeholder": "2.0.18",
202
- "@atlaskit/editor-plugin-placeholder-text": "2.3.4",
202
+ "@atlaskit/editor-plugin-placeholder-text": "2.4.0",
203
203
  "@atlaskit/editor-plugin-primary-toolbar": "3.2.13",
204
204
  "@atlaskit/editor-plugin-quick-insert": "2.6.1",
205
205
  "@atlaskit/editor-plugin-rule": "2.1.6",