@atlaskit/editor-plugins 9.1.59 → 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 +12 -0
- package/dist/cjs/placeholder-text/ui/styles.js +6 -0
- package/dist/es2019/placeholder-text/ui/styles.js +1 -1
- package/dist/esm/placeholder-text/ui/styles.js +1 -1
- package/dist/types/placeholder-text/ui/styles.d.ts +1 -1
- package/dist/types-ts4.5/placeholder-text/ui/styles.d.ts +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
3
15
|
## 9.1.59
|
|
4
16
|
|
|
5
17
|
### 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.
|
|
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",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
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.
|
|
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.
|
|
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.
|
|
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",
|
|
@@ -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.
|
|
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",
|