@atlaskit/editor-plugins 9.1.59 → 9.2.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/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 +91 -91
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 9.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 9.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#170958](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/170958)
|
|
14
|
+
[`0b7ee494d452a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b7ee494d452a) -
|
|
15
|
+
[ux] Update fake text-selection styles to use system highlight colours (behind feature gate)
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 9.1.59
|
|
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
|
|
3
|
+
"version": "9.2.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",
|
|
@@ -133,96 +133,96 @@
|
|
|
133
133
|
"update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
|
-
"@atlaskit/editor-plugin-accessibility-utils": "2.0.
|
|
137
|
-
"@atlaskit/editor-plugin-alignment": "3.3.
|
|
138
|
-
"@atlaskit/editor-plugin-analytics": "2.3.
|
|
139
|
-
"@atlaskit/editor-plugin-annotation": "2.9.
|
|
140
|
-
"@atlaskit/editor-plugin-avatar-group": "3.1.
|
|
141
|
-
"@atlaskit/editor-plugin-base": "3.0.
|
|
142
|
-
"@atlaskit/editor-plugin-batch-attribute-updates": "2.1.
|
|
143
|
-
"@atlaskit/editor-plugin-before-primary-toolbar": "2.0.
|
|
144
|
-
"@atlaskit/editor-plugin-better-type-history": "2.1.
|
|
145
|
-
"@atlaskit/editor-plugin-block-controls": "3.19.
|
|
146
|
-
"@atlaskit/editor-plugin-block-type": "5.2.
|
|
147
|
-
"@atlaskit/editor-plugin-border": "2.1.
|
|
148
|
-
"@atlaskit/editor-plugin-breakout": "2.
|
|
149
|
-
"@atlaskit/editor-plugin-caption": "2.1.
|
|
150
|
-
"@atlaskit/editor-plugin-card": "6.6.
|
|
151
|
-
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.
|
|
152
|
-
"@atlaskit/editor-plugin-clipboard": "2.0.
|
|
153
|
-
"@atlaskit/editor-plugin-code-bidi-warning": "2.1.
|
|
154
|
-
"@atlaskit/editor-plugin-code-block": "4.4.
|
|
155
|
-
"@atlaskit/editor-plugin-collab-edit": "3.10.
|
|
156
|
-
"@atlaskit/editor-plugin-composition": "1.3.
|
|
157
|
-
"@atlaskit/editor-plugin-connectivity": "2.0.
|
|
158
|
-
"@atlaskit/editor-plugin-content-insertion": "2.1.
|
|
159
|
-
"@atlaskit/editor-plugin-context-identifier": "2.1.
|
|
160
|
-
"@atlaskit/editor-plugin-context-panel": "4.1.
|
|
161
|
-
"@atlaskit/editor-plugin-copy-button": "2.0.
|
|
162
|
-
"@atlaskit/editor-plugin-custom-autoformat": "2.0.
|
|
163
|
-
"@atlaskit/editor-plugin-data-consumer": "2.1.
|
|
164
|
-
"@atlaskit/editor-plugin-date": "4.3.
|
|
165
|
-
"@atlaskit/editor-plugin-decorations": "2.0.
|
|
166
|
-
"@atlaskit/editor-plugin-editor-disabled": "2.1.
|
|
167
|
-
"@atlaskit/editor-plugin-editor-viewmode": "4.0.
|
|
168
|
-
"@atlaskit/editor-plugin-editor-viewmode-effects": "2.0.
|
|
169
|
-
"@atlaskit/editor-plugin-emoji": "3.7.
|
|
170
|
-
"@atlaskit/editor-plugin-engagement-platform": "3.1.
|
|
171
|
-
"@atlaskit/editor-plugin-expand": "3.3.
|
|
172
|
-
"@atlaskit/editor-plugin-extension": "5.5.
|
|
173
|
-
"@atlaskit/editor-plugin-feature-flags": "1.4.
|
|
174
|
-
"@atlaskit/editor-plugin-feedback-dialog": "2.0.
|
|
175
|
-
"@atlaskit/editor-plugin-find-replace": "2.
|
|
176
|
-
"@atlaskit/editor-plugin-floating-toolbar": "4.2.
|
|
177
|
-
"@atlaskit/editor-plugin-focus": "1.5.
|
|
178
|
-
"@atlaskit/editor-plugin-fragment": "2.1.
|
|
179
|
-
"@atlaskit/editor-plugin-grid": "2.0.
|
|
180
|
-
"@atlaskit/editor-plugin-guideline": "2.0.
|
|
181
|
-
"@atlaskit/editor-plugin-help-dialog": "2.1.
|
|
182
|
-
"@atlaskit/editor-plugin-highlight": "2.6.
|
|
183
|
-
"@atlaskit/editor-plugin-history": "2.0.
|
|
184
|
-
"@atlaskit/editor-plugin-hyperlink": "4.5.
|
|
185
|
-
"@atlaskit/editor-plugin-image-upload": "2.0.
|
|
186
|
-
"@atlaskit/editor-plugin-indentation": "2.1.
|
|
187
|
-
"@atlaskit/editor-plugin-insert-block": "3.2.
|
|
188
|
-
"@atlaskit/editor-plugin-interaction": "2.0.
|
|
189
|
-
"@atlaskit/editor-plugin-layout": "2.9.
|
|
190
|
-
"@atlaskit/editor-plugin-list": "4.2.
|
|
191
|
-
"@atlaskit/editor-plugin-loom": "4.1.
|
|
192
|
-
"@atlaskit/editor-plugin-max-content-size": "2.0.
|
|
193
|
-
"@atlaskit/editor-plugin-media": "
|
|
194
|
-
"@atlaskit/editor-plugin-media-insert": "7.0.
|
|
195
|
-
"@atlaskit/editor-plugin-mentions": "4.7.
|
|
196
|
-
"@atlaskit/editor-plugin-metrics": "3.5.
|
|
197
|
-
"@atlaskit/editor-plugin-ncs-step-metrics": "1.1.
|
|
198
|
-
"@atlaskit/editor-plugin-panel": "4.4.
|
|
199
|
-
"@atlaskit/editor-plugin-paste": "3.3.
|
|
200
|
-
"@atlaskit/editor-plugin-paste-options-toolbar": "2.1.
|
|
201
|
-
"@atlaskit/editor-plugin-placeholder": "2.0.
|
|
202
|
-
"@atlaskit/editor-plugin-placeholder-text": "2.
|
|
203
|
-
"@atlaskit/editor-plugin-primary-toolbar": "3.2.
|
|
204
|
-
"@atlaskit/editor-plugin-quick-insert": "2.6.
|
|
205
|
-
"@atlaskit/editor-plugin-rule": "2.1.
|
|
206
|
-
"@atlaskit/editor-plugin-save-on-enter": "2.1.
|
|
207
|
-
"@atlaskit/editor-plugin-scroll-into-view": "2.2.
|
|
208
|
-
"@atlaskit/editor-plugin-selection": "2.2.
|
|
209
|
-
"@atlaskit/editor-plugin-selection-extension": "2.4.
|
|
210
|
-
"@atlaskit/editor-plugin-selection-marker": "2.5.
|
|
211
|
-
"@atlaskit/editor-plugin-selection-toolbar": "3.7.
|
|
212
|
-
"@atlaskit/editor-plugin-status": "3.1.
|
|
213
|
-
"@atlaskit/editor-plugin-submit-editor": "2.0.
|
|
214
|
-
"@atlaskit/editor-plugin-table": "10.12.
|
|
215
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "5.1.
|
|
216
|
-
"@atlaskit/editor-plugin-text-color": "2.4.
|
|
217
|
-
"@atlaskit/editor-plugin-text-formatting": "2.3.
|
|
218
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "3.3.
|
|
219
|
-
"@atlaskit/editor-plugin-type-ahead": "2.7.
|
|
220
|
-
"@atlaskit/editor-plugin-ufo": "2.1.
|
|
221
|
-
"@atlaskit/editor-plugin-undo-redo": "2.0.
|
|
222
|
-
"@atlaskit/editor-plugin-unsupported-content": "2.1.
|
|
223
|
-
"@atlaskit/editor-plugin-user-intent": "0.1.
|
|
224
|
-
"@atlaskit/editor-plugin-user-preferences": "0.2.
|
|
225
|
-
"@atlaskit/editor-plugin-width": "3.0.
|
|
136
|
+
"@atlaskit/editor-plugin-accessibility-utils": "2.0.13",
|
|
137
|
+
"@atlaskit/editor-plugin-alignment": "3.3.2",
|
|
138
|
+
"@atlaskit/editor-plugin-analytics": "2.3.2",
|
|
139
|
+
"@atlaskit/editor-plugin-annotation": "2.9.9",
|
|
140
|
+
"@atlaskit/editor-plugin-avatar-group": "3.1.14",
|
|
141
|
+
"@atlaskit/editor-plugin-base": "3.0.5",
|
|
142
|
+
"@atlaskit/editor-plugin-batch-attribute-updates": "2.1.7",
|
|
143
|
+
"@atlaskit/editor-plugin-before-primary-toolbar": "2.0.9",
|
|
144
|
+
"@atlaskit/editor-plugin-better-type-history": "2.1.7",
|
|
145
|
+
"@atlaskit/editor-plugin-block-controls": "3.19.5",
|
|
146
|
+
"@atlaskit/editor-plugin-block-type": "5.2.2",
|
|
147
|
+
"@atlaskit/editor-plugin-border": "2.1.7",
|
|
148
|
+
"@atlaskit/editor-plugin-breakout": "2.8.1",
|
|
149
|
+
"@atlaskit/editor-plugin-caption": "2.1.7",
|
|
150
|
+
"@atlaskit/editor-plugin-card": "6.6.7",
|
|
151
|
+
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.7",
|
|
152
|
+
"@atlaskit/editor-plugin-clipboard": "2.0.7",
|
|
153
|
+
"@atlaskit/editor-plugin-code-bidi-warning": "2.1.4",
|
|
154
|
+
"@atlaskit/editor-plugin-code-block": "4.4.13",
|
|
155
|
+
"@atlaskit/editor-plugin-collab-edit": "3.10.1",
|
|
156
|
+
"@atlaskit/editor-plugin-composition": "1.3.8",
|
|
157
|
+
"@atlaskit/editor-plugin-connectivity": "2.0.8",
|
|
158
|
+
"@atlaskit/editor-plugin-content-insertion": "2.1.7",
|
|
159
|
+
"@atlaskit/editor-plugin-context-identifier": "2.1.4",
|
|
160
|
+
"@atlaskit/editor-plugin-context-panel": "4.1.7",
|
|
161
|
+
"@atlaskit/editor-plugin-copy-button": "2.0.11",
|
|
162
|
+
"@atlaskit/editor-plugin-custom-autoformat": "2.0.7",
|
|
163
|
+
"@atlaskit/editor-plugin-data-consumer": "2.1.7",
|
|
164
|
+
"@atlaskit/editor-plugin-date": "4.3.13",
|
|
165
|
+
"@atlaskit/editor-plugin-decorations": "2.0.7",
|
|
166
|
+
"@atlaskit/editor-plugin-editor-disabled": "2.1.1",
|
|
167
|
+
"@atlaskit/editor-plugin-editor-viewmode": "4.0.4",
|
|
168
|
+
"@atlaskit/editor-plugin-editor-viewmode-effects": "2.0.8",
|
|
169
|
+
"@atlaskit/editor-plugin-emoji": "3.7.8",
|
|
170
|
+
"@atlaskit/editor-plugin-engagement-platform": "3.1.4",
|
|
171
|
+
"@atlaskit/editor-plugin-expand": "3.3.4",
|
|
172
|
+
"@atlaskit/editor-plugin-extension": "5.5.8",
|
|
173
|
+
"@atlaskit/editor-plugin-feature-flags": "1.4.4",
|
|
174
|
+
"@atlaskit/editor-plugin-feedback-dialog": "2.0.7",
|
|
175
|
+
"@atlaskit/editor-plugin-find-replace": "2.6.1",
|
|
176
|
+
"@atlaskit/editor-plugin-floating-toolbar": "4.2.5",
|
|
177
|
+
"@atlaskit/editor-plugin-focus": "1.5.8",
|
|
178
|
+
"@atlaskit/editor-plugin-fragment": "2.1.7",
|
|
179
|
+
"@atlaskit/editor-plugin-grid": "2.0.9",
|
|
180
|
+
"@atlaskit/editor-plugin-guideline": "2.0.11",
|
|
181
|
+
"@atlaskit/editor-plugin-help-dialog": "2.1.13",
|
|
182
|
+
"@atlaskit/editor-plugin-highlight": "2.6.3",
|
|
183
|
+
"@atlaskit/editor-plugin-history": "2.0.7",
|
|
184
|
+
"@atlaskit/editor-plugin-hyperlink": "4.5.2",
|
|
185
|
+
"@atlaskit/editor-plugin-image-upload": "2.0.7",
|
|
186
|
+
"@atlaskit/editor-plugin-indentation": "2.1.7",
|
|
187
|
+
"@atlaskit/editor-plugin-insert-block": "3.2.16",
|
|
188
|
+
"@atlaskit/editor-plugin-interaction": "2.0.1",
|
|
189
|
+
"@atlaskit/editor-plugin-layout": "2.9.8",
|
|
190
|
+
"@atlaskit/editor-plugin-list": "4.2.11",
|
|
191
|
+
"@atlaskit/editor-plugin-loom": "4.1.7",
|
|
192
|
+
"@atlaskit/editor-plugin-max-content-size": "2.0.7",
|
|
193
|
+
"@atlaskit/editor-plugin-media": "4.0.0",
|
|
194
|
+
"@atlaskit/editor-plugin-media-insert": "7.0.4",
|
|
195
|
+
"@atlaskit/editor-plugin-mentions": "4.7.7",
|
|
196
|
+
"@atlaskit/editor-plugin-metrics": "3.5.2",
|
|
197
|
+
"@atlaskit/editor-plugin-ncs-step-metrics": "1.1.1",
|
|
198
|
+
"@atlaskit/editor-plugin-panel": "4.4.11",
|
|
199
|
+
"@atlaskit/editor-plugin-paste": "3.3.10",
|
|
200
|
+
"@atlaskit/editor-plugin-paste-options-toolbar": "2.1.5",
|
|
201
|
+
"@atlaskit/editor-plugin-placeholder": "2.0.19",
|
|
202
|
+
"@atlaskit/editor-plugin-placeholder-text": "2.4.1",
|
|
203
|
+
"@atlaskit/editor-plugin-primary-toolbar": "3.2.14",
|
|
204
|
+
"@atlaskit/editor-plugin-quick-insert": "2.6.2",
|
|
205
|
+
"@atlaskit/editor-plugin-rule": "2.1.7",
|
|
206
|
+
"@atlaskit/editor-plugin-save-on-enter": "2.1.2",
|
|
207
|
+
"@atlaskit/editor-plugin-scroll-into-view": "2.2.3",
|
|
208
|
+
"@atlaskit/editor-plugin-selection": "2.2.12",
|
|
209
|
+
"@atlaskit/editor-plugin-selection-extension": "2.4.4",
|
|
210
|
+
"@atlaskit/editor-plugin-selection-marker": "2.5.1",
|
|
211
|
+
"@atlaskit/editor-plugin-selection-toolbar": "3.7.2",
|
|
212
|
+
"@atlaskit/editor-plugin-status": "3.1.24",
|
|
213
|
+
"@atlaskit/editor-plugin-submit-editor": "2.0.7",
|
|
214
|
+
"@atlaskit/editor-plugin-table": "10.12.4",
|
|
215
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "5.1.16",
|
|
216
|
+
"@atlaskit/editor-plugin-text-color": "2.4.2",
|
|
217
|
+
"@atlaskit/editor-plugin-text-formatting": "2.3.2",
|
|
218
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "3.3.2",
|
|
219
|
+
"@atlaskit/editor-plugin-type-ahead": "2.7.17",
|
|
220
|
+
"@atlaskit/editor-plugin-ufo": "2.1.1",
|
|
221
|
+
"@atlaskit/editor-plugin-undo-redo": "2.0.22",
|
|
222
|
+
"@atlaskit/editor-plugin-unsupported-content": "2.1.7",
|
|
223
|
+
"@atlaskit/editor-plugin-user-intent": "0.1.4",
|
|
224
|
+
"@atlaskit/editor-plugin-user-preferences": "0.2.1",
|
|
225
|
+
"@atlaskit/editor-plugin-width": "3.0.10",
|
|
226
226
|
"@babel/runtime": "^7.0.0"
|
|
227
227
|
},
|
|
228
228
|
"peerDependencies": {
|