@atlaskit/editor-plugins 10.1.77 → 10.1.78
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 +8 -0
- package/package.json +84 -84
- package/scripts/entrypoint-data.ts +5 -5
- package/scripts/update-editor-plugins.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 10.1.78
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`265c1bf0cefa4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c1bf0cefa4) -
|
|
8
|
+
Sorted type and interface props to improve Atlaskit docs
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 10.1.77
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.78",
|
|
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",
|
|
@@ -136,102 +136,102 @@
|
|
|
136
136
|
"update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
|
|
137
137
|
},
|
|
138
138
|
"dependencies": {
|
|
139
|
-
"@atlaskit/editor-plugin-accessibility-utils": "3.0.
|
|
140
|
-
"@atlaskit/editor-plugin-alignment": "4.2.
|
|
141
|
-
"@atlaskit/editor-plugin-analytics": "3.0.
|
|
142
|
-
"@atlaskit/editor-plugin-annotation": "3.3.
|
|
143
|
-
"@atlaskit/editor-plugin-avatar-group": "4.1.
|
|
144
|
-
"@atlaskit/editor-plugin-base": "4.1.
|
|
145
|
-
"@atlaskit/editor-plugin-batch-attribute-updates": "3.0.
|
|
146
|
-
"@atlaskit/editor-plugin-before-primary-toolbar": "3.0.
|
|
139
|
+
"@atlaskit/editor-plugin-accessibility-utils": "3.0.5",
|
|
140
|
+
"@atlaskit/editor-plugin-alignment": "4.2.9",
|
|
141
|
+
"@atlaskit/editor-plugin-analytics": "3.0.5",
|
|
142
|
+
"@atlaskit/editor-plugin-annotation": "3.3.10",
|
|
143
|
+
"@atlaskit/editor-plugin-avatar-group": "4.1.7",
|
|
144
|
+
"@atlaskit/editor-plugin-base": "4.1.7",
|
|
145
|
+
"@atlaskit/editor-plugin-batch-attribute-updates": "3.0.5",
|
|
146
|
+
"@atlaskit/editor-plugin-before-primary-toolbar": "3.0.2",
|
|
147
147
|
"@atlaskit/editor-plugin-better-type-history": "3.0.2",
|
|
148
|
-
"@atlaskit/editor-plugin-block-controls": "4.2.
|
|
149
|
-
"@atlaskit/editor-plugin-block-menu": "0.0.
|
|
150
|
-
"@atlaskit/editor-plugin-block-type": "6.2.
|
|
148
|
+
"@atlaskit/editor-plugin-block-controls": "4.2.4",
|
|
149
|
+
"@atlaskit/editor-plugin-block-menu": "0.0.10",
|
|
150
|
+
"@atlaskit/editor-plugin-block-type": "6.2.11",
|
|
151
151
|
"@atlaskit/editor-plugin-border": "3.0.4",
|
|
152
|
-
"@atlaskit/editor-plugin-breakout": "3.1.
|
|
153
|
-
"@atlaskit/editor-plugin-caption": "3.1.
|
|
154
|
-
"@atlaskit/editor-plugin-card": "7.4.
|
|
152
|
+
"@atlaskit/editor-plugin-breakout": "3.1.10",
|
|
153
|
+
"@atlaskit/editor-plugin-caption": "3.1.5",
|
|
154
|
+
"@atlaskit/editor-plugin-card": "7.4.8",
|
|
155
155
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "3.0.0",
|
|
156
156
|
"@atlaskit/editor-plugin-clipboard": "3.0.0",
|
|
157
|
-
"@atlaskit/editor-plugin-code-bidi-warning": "3.0.
|
|
158
|
-
"@atlaskit/editor-plugin-code-block": "5.0.
|
|
159
|
-
"@atlaskit/editor-plugin-collab-edit": "4.2.
|
|
157
|
+
"@atlaskit/editor-plugin-code-bidi-warning": "3.0.4",
|
|
158
|
+
"@atlaskit/editor-plugin-code-block": "5.0.13",
|
|
159
|
+
"@atlaskit/editor-plugin-collab-edit": "4.2.2",
|
|
160
160
|
"@atlaskit/editor-plugin-composition": "2.0.0",
|
|
161
|
-
"@atlaskit/editor-plugin-connectivity": "3.1.
|
|
162
|
-
"@atlaskit/editor-plugin-content-insertion": "3.1.
|
|
163
|
-
"@atlaskit/editor-plugin-context-identifier": "3.0.
|
|
164
|
-
"@atlaskit/editor-plugin-context-panel": "5.1.
|
|
165
|
-
"@atlaskit/editor-plugin-copy-button": "3.0.
|
|
166
|
-
"@atlaskit/editor-plugin-custom-autoformat": "3.0.
|
|
161
|
+
"@atlaskit/editor-plugin-connectivity": "3.1.1",
|
|
162
|
+
"@atlaskit/editor-plugin-content-insertion": "3.1.2",
|
|
163
|
+
"@atlaskit/editor-plugin-context-identifier": "3.0.1",
|
|
164
|
+
"@atlaskit/editor-plugin-context-panel": "5.1.3",
|
|
165
|
+
"@atlaskit/editor-plugin-copy-button": "3.0.2",
|
|
166
|
+
"@atlaskit/editor-plugin-custom-autoformat": "3.0.1",
|
|
167
167
|
"@atlaskit/editor-plugin-data-consumer": "3.0.4",
|
|
168
|
-
"@atlaskit/editor-plugin-date": "5.1.
|
|
169
|
-
"@atlaskit/editor-plugin-decorations": "3.0.
|
|
170
|
-
"@atlaskit/editor-plugin-editor-disabled": "3.0.
|
|
171
|
-
"@atlaskit/editor-plugin-editor-viewmode": "5.0.
|
|
172
|
-
"@atlaskit/editor-plugin-editor-viewmode-effects": "3.0.
|
|
173
|
-
"@atlaskit/editor-plugin-emoji": "4.3.
|
|
174
|
-
"@atlaskit/editor-plugin-engagement-platform": "4.0.
|
|
175
|
-
"@atlaskit/editor-plugin-expand": "4.2.
|
|
176
|
-
"@atlaskit/editor-plugin-extension": "6.1.
|
|
168
|
+
"@atlaskit/editor-plugin-date": "5.1.10",
|
|
169
|
+
"@atlaskit/editor-plugin-decorations": "3.0.1",
|
|
170
|
+
"@atlaskit/editor-plugin-editor-disabled": "3.0.1",
|
|
171
|
+
"@atlaskit/editor-plugin-editor-viewmode": "5.0.4",
|
|
172
|
+
"@atlaskit/editor-plugin-editor-viewmode-effects": "3.0.1",
|
|
173
|
+
"@atlaskit/editor-plugin-emoji": "4.3.1",
|
|
174
|
+
"@atlaskit/editor-plugin-engagement-platform": "4.0.1",
|
|
175
|
+
"@atlaskit/editor-plugin-expand": "4.2.9",
|
|
176
|
+
"@atlaskit/editor-plugin-extension": "6.1.12",
|
|
177
177
|
"@atlaskit/editor-plugin-feature-flags": "2.0.1",
|
|
178
|
-
"@atlaskit/editor-plugin-feedback-dialog": "3.0.
|
|
179
|
-
"@atlaskit/editor-plugin-find-replace": "3.2.
|
|
180
|
-
"@atlaskit/editor-plugin-floating-toolbar": "5.2.
|
|
178
|
+
"@atlaskit/editor-plugin-feedback-dialog": "3.0.1",
|
|
179
|
+
"@atlaskit/editor-plugin-find-replace": "3.2.7",
|
|
180
|
+
"@atlaskit/editor-plugin-floating-toolbar": "5.2.1",
|
|
181
181
|
"@atlaskit/editor-plugin-focus": "2.0.0",
|
|
182
182
|
"@atlaskit/editor-plugin-fragment": "3.0.4",
|
|
183
|
-
"@atlaskit/editor-plugin-grid": "3.1.
|
|
184
|
-
"@atlaskit/editor-plugin-guideline": "3.0.
|
|
185
|
-
"@atlaskit/editor-plugin-help-dialog": "3.1.
|
|
186
|
-
"@atlaskit/editor-plugin-highlight": "3.0.
|
|
187
|
-
"@atlaskit/editor-plugin-history": "3.1.
|
|
188
|
-
"@atlaskit/editor-plugin-hyperlink": "5.4.
|
|
189
|
-
"@atlaskit/editor-plugin-image-upload": "3.0.
|
|
190
|
-
"@atlaskit/editor-plugin-indentation": "3.2.
|
|
191
|
-
"@atlaskit/editor-plugin-insert-block": "4.3.
|
|
192
|
-
"@atlaskit/editor-plugin-interaction": "5.0.
|
|
193
|
-
"@atlaskit/editor-plugin-layout": "3.1.
|
|
183
|
+
"@atlaskit/editor-plugin-grid": "3.1.1",
|
|
184
|
+
"@atlaskit/editor-plugin-guideline": "3.0.4",
|
|
185
|
+
"@atlaskit/editor-plugin-help-dialog": "3.1.6",
|
|
186
|
+
"@atlaskit/editor-plugin-highlight": "3.0.19",
|
|
187
|
+
"@atlaskit/editor-plugin-history": "3.1.1",
|
|
188
|
+
"@atlaskit/editor-plugin-hyperlink": "5.4.11",
|
|
189
|
+
"@atlaskit/editor-plugin-image-upload": "3.0.1",
|
|
190
|
+
"@atlaskit/editor-plugin-indentation": "3.2.1",
|
|
191
|
+
"@atlaskit/editor-plugin-insert-block": "4.3.3",
|
|
192
|
+
"@atlaskit/editor-plugin-interaction": "5.0.1",
|
|
193
|
+
"@atlaskit/editor-plugin-layout": "3.1.11",
|
|
194
194
|
"@atlaskit/editor-plugin-limited-mode": "0.0.3",
|
|
195
|
-
"@atlaskit/editor-plugin-list": "5.1.
|
|
195
|
+
"@atlaskit/editor-plugin-list": "5.1.7",
|
|
196
196
|
"@atlaskit/editor-plugin-local-id": "1.0.2",
|
|
197
|
-
"@atlaskit/editor-plugin-loom": "5.1.
|
|
198
|
-
"@atlaskit/editor-plugin-max-content-size": "3.0.
|
|
199
|
-
"@atlaskit/editor-plugin-media": "5.2.
|
|
200
|
-
"@atlaskit/editor-plugin-media-insert": "9.2.
|
|
201
|
-
"@atlaskit/editor-plugin-mentions": "5.2.
|
|
202
|
-
"@atlaskit/editor-plugin-metrics": "4.0.
|
|
197
|
+
"@atlaskit/editor-plugin-loom": "5.1.3",
|
|
198
|
+
"@atlaskit/editor-plugin-max-content-size": "3.0.1",
|
|
199
|
+
"@atlaskit/editor-plugin-media": "5.2.14",
|
|
200
|
+
"@atlaskit/editor-plugin-media-insert": "9.2.5",
|
|
201
|
+
"@atlaskit/editor-plugin-mentions": "5.2.9",
|
|
202
|
+
"@atlaskit/editor-plugin-metrics": "4.0.9",
|
|
203
203
|
"@atlaskit/editor-plugin-ncs-step-metrics": "2.0.0",
|
|
204
|
-
"@atlaskit/editor-plugin-panel": "5.3.
|
|
205
|
-
"@atlaskit/editor-plugin-paste": "4.1.
|
|
206
|
-
"@atlaskit/editor-plugin-paste-options-toolbar": "3.1.
|
|
207
|
-
"@atlaskit/editor-plugin-placeholder": "3.2.
|
|
208
|
-
"@atlaskit/editor-plugin-placeholder-text": "3.1.
|
|
209
|
-
"@atlaskit/editor-plugin-primary-toolbar": "4.1.
|
|
210
|
-
"@atlaskit/editor-plugin-quick-insert": "3.0.
|
|
211
|
-
"@atlaskit/editor-plugin-rule": "3.0.
|
|
212
|
-
"@atlaskit/editor-plugin-save-on-enter": "3.0.
|
|
213
|
-
"@atlaskit/editor-plugin-scroll-into-view": "3.0.
|
|
214
|
-
"@atlaskit/editor-plugin-selection": "3.2.
|
|
215
|
-
"@atlaskit/editor-plugin-selection-extension": "3.5.
|
|
216
|
-
"@atlaskit/editor-plugin-selection-marker": "3.0.
|
|
217
|
-
"@atlaskit/editor-plugin-selection-toolbar": "4.3.
|
|
218
|
-
"@atlaskit/editor-plugin-show-diff": "0.1.
|
|
219
|
-
"@atlaskit/editor-plugin-status": "4.1.
|
|
220
|
-
"@atlaskit/editor-plugin-submit-editor": "3.1.
|
|
221
|
-
"@atlaskit/editor-plugin-table": "12.3.
|
|
222
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "6.4.
|
|
223
|
-
"@atlaskit/editor-plugin-text-color": "3.1.
|
|
224
|
-
"@atlaskit/editor-plugin-text-formatting": "3.0.
|
|
225
|
-
"@atlaskit/editor-plugin-toolbar": "0.4.
|
|
226
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "4.2.
|
|
227
|
-
"@atlaskit/editor-plugin-track-changes": "2.7.
|
|
228
|
-
"@atlaskit/editor-plugin-type-ahead": "3.1.
|
|
204
|
+
"@atlaskit/editor-plugin-panel": "5.3.8",
|
|
205
|
+
"@atlaskit/editor-plugin-paste": "4.1.8",
|
|
206
|
+
"@atlaskit/editor-plugin-paste-options-toolbar": "3.1.3",
|
|
207
|
+
"@atlaskit/editor-plugin-placeholder": "3.2.2",
|
|
208
|
+
"@atlaskit/editor-plugin-placeholder-text": "3.1.7",
|
|
209
|
+
"@atlaskit/editor-plugin-primary-toolbar": "4.1.6",
|
|
210
|
+
"@atlaskit/editor-plugin-quick-insert": "3.0.8",
|
|
211
|
+
"@atlaskit/editor-plugin-rule": "3.0.5",
|
|
212
|
+
"@atlaskit/editor-plugin-save-on-enter": "3.0.1",
|
|
213
|
+
"@atlaskit/editor-plugin-scroll-into-view": "3.0.2",
|
|
214
|
+
"@atlaskit/editor-plugin-selection": "3.2.1",
|
|
215
|
+
"@atlaskit/editor-plugin-selection-extension": "3.5.3",
|
|
216
|
+
"@atlaskit/editor-plugin-selection-marker": "3.0.7",
|
|
217
|
+
"@atlaskit/editor-plugin-selection-toolbar": "4.3.10",
|
|
218
|
+
"@atlaskit/editor-plugin-show-diff": "0.1.5",
|
|
219
|
+
"@atlaskit/editor-plugin-status": "4.1.9",
|
|
220
|
+
"@atlaskit/editor-plugin-submit-editor": "3.1.1",
|
|
221
|
+
"@atlaskit/editor-plugin-table": "12.3.1",
|
|
222
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "6.4.4",
|
|
223
|
+
"@atlaskit/editor-plugin-text-color": "3.1.15",
|
|
224
|
+
"@atlaskit/editor-plugin-text-formatting": "3.0.23",
|
|
225
|
+
"@atlaskit/editor-plugin-toolbar": "0.4.2",
|
|
226
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "4.2.9",
|
|
227
|
+
"@atlaskit/editor-plugin-track-changes": "2.7.5",
|
|
228
|
+
"@atlaskit/editor-plugin-type-ahead": "3.1.10",
|
|
229
229
|
"@atlaskit/editor-plugin-ufo": "3.1.3",
|
|
230
|
-
"@atlaskit/editor-plugin-undo-redo": "3.2.
|
|
231
|
-
"@atlaskit/editor-plugin-unsupported-content": "3.0.
|
|
232
|
-
"@atlaskit/editor-plugin-user-intent": "1.1.
|
|
233
|
-
"@atlaskit/editor-plugin-user-preferences": "1.2.
|
|
234
|
-
"@atlaskit/editor-plugin-width": "4.0.
|
|
230
|
+
"@atlaskit/editor-plugin-undo-redo": "3.2.5",
|
|
231
|
+
"@atlaskit/editor-plugin-unsupported-content": "3.0.5",
|
|
232
|
+
"@atlaskit/editor-plugin-user-intent": "1.1.1",
|
|
233
|
+
"@atlaskit/editor-plugin-user-preferences": "1.2.4",
|
|
234
|
+
"@atlaskit/editor-plugin-width": "4.0.4",
|
|
235
235
|
"@babel/runtime": "^7.0.0"
|
|
236
236
|
},
|
|
237
237
|
"peerDependencies": {
|
|
@@ -8,16 +8,16 @@ import path from 'path';
|
|
|
8
8
|
import * as ts from 'typescript';
|
|
9
9
|
|
|
10
10
|
interface ExtractedAfExportData {
|
|
11
|
-
|
|
11
|
+
absoluteFilePath: string;
|
|
12
|
+
atlaskitImportName: string;
|
|
12
13
|
newAfExportKey: string;
|
|
13
14
|
newAfExportValue: string;
|
|
14
|
-
|
|
15
|
-
absoluteFilePath: string;
|
|
15
|
+
newRelativeFilePath: string;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
interface FileData {
|
|
19
|
-
newRelativeFilePath: string;
|
|
20
19
|
fileContent: string;
|
|
20
|
+
newRelativeFilePath: string;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
interface NewAfExportData {
|
|
@@ -26,9 +26,9 @@ interface NewAfExportData {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
export interface EntryPointData {
|
|
29
|
-
fileData: FileData;
|
|
30
29
|
afExportData: NewAfExportData;
|
|
31
30
|
atlaskitImportName: string;
|
|
31
|
+
fileData: FileData;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
function getAfExports(folderPath: string) {
|