@atlaskit/editor-core 191.5.1 → 191.6.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 +24 -0
- package/afm-cc/tsconfig.json +1 -211
- package/dist/cjs/composable-editor/editor.js +2 -2
- package/dist/cjs/create-editor/create-preset.js +2 -0
- package/dist/cjs/i18n/cs.js +1 -38
- package/dist/cjs/i18n/da.js +1 -37
- package/dist/cjs/i18n/de.js +1 -37
- package/dist/cjs/i18n/en.js +1 -39
- package/dist/cjs/i18n/en_GB.js +1 -39
- package/dist/cjs/i18n/en_ZZ.js +1 -39
- package/dist/cjs/i18n/es.js +1 -37
- package/dist/cjs/i18n/fi.js +1 -37
- package/dist/cjs/i18n/fr.js +1 -37
- package/dist/cjs/i18n/hu.js +1 -37
- package/dist/cjs/i18n/it.js +1 -37
- package/dist/cjs/i18n/ja.js +1 -37
- package/dist/cjs/i18n/ko.js +1 -37
- package/dist/cjs/i18n/nb.js +1 -37
- package/dist/cjs/i18n/nl.js +1 -37
- package/dist/cjs/i18n/pl.js +1 -37
- package/dist/cjs/i18n/pt_BR.js +1 -37
- package/dist/cjs/i18n/ru.js +1 -37
- package/dist/cjs/i18n/sv.js +1 -37
- package/dist/cjs/i18n/th.js +1 -37
- package/dist/cjs/i18n/tr.js +1 -37
- package/dist/cjs/i18n/uk.js +1 -37
- package/dist/cjs/i18n/vi.js +1 -37
- package/dist/cjs/i18n/zh.js +1 -37
- package/dist/cjs/i18n/zh_TW.js +1 -37
- package/dist/cjs/labs-next.js +1 -1
- package/dist/cjs/presets/default.js +32 -32
- package/dist/cjs/presets/universal.js +70 -70
- package/dist/cjs/test-utils.js +2 -2
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/cjs/ui/ContentStyles/expand.js +1 -1
- package/dist/cjs/ui/ContentStyles/index.js +5 -5
- package/dist/cjs/ui/ContentStyles/layout.js +2 -2
- package/dist/cjs/ui/WithHelpTrigger/index.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor.js +1 -1
- package/dist/es2019/create-editor/create-preset.js +2 -0
- package/dist/es2019/i18n/cs.js +1 -38
- package/dist/es2019/i18n/da.js +1 -37
- package/dist/es2019/i18n/de.js +1 -37
- package/dist/es2019/i18n/en.js +1 -39
- package/dist/es2019/i18n/en_GB.js +1 -39
- package/dist/es2019/i18n/en_ZZ.js +1 -39
- package/dist/es2019/i18n/es.js +1 -37
- package/dist/es2019/i18n/fi.js +1 -37
- package/dist/es2019/i18n/fr.js +1 -37
- package/dist/es2019/i18n/hu.js +1 -37
- package/dist/es2019/i18n/it.js +1 -37
- package/dist/es2019/i18n/ja.js +1 -37
- package/dist/es2019/i18n/ko.js +1 -37
- package/dist/es2019/i18n/nb.js +1 -37
- package/dist/es2019/i18n/nl.js +1 -37
- package/dist/es2019/i18n/pl.js +1 -37
- package/dist/es2019/i18n/pt_BR.js +1 -37
- package/dist/es2019/i18n/ru.js +1 -37
- package/dist/es2019/i18n/sv.js +1 -37
- package/dist/es2019/i18n/th.js +1 -37
- package/dist/es2019/i18n/tr.js +1 -37
- package/dist/es2019/i18n/uk.js +1 -37
- package/dist/es2019/i18n/vi.js +1 -37
- package/dist/es2019/i18n/zh.js +1 -37
- package/dist/es2019/i18n/zh_TW.js +1 -37
- package/dist/es2019/index.js +2 -2
- package/dist/es2019/labs-next.js +1 -1
- package/dist/es2019/presets/default.js +28 -28
- package/dist/es2019/presets/universal.js +45 -45
- package/dist/es2019/test-utils.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/es2019/ui/ContentStyles/expand.js +2 -2
- package/dist/es2019/ui/ContentStyles/index.js +5 -5
- package/dist/es2019/ui/ContentStyles/layout.js +2 -2
- package/dist/es2019/ui/WithHelpTrigger/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor.js +1 -1
- package/dist/esm/create-editor/create-preset.js +2 -0
- package/dist/esm/i18n/cs.js +1 -38
- package/dist/esm/i18n/da.js +1 -37
- package/dist/esm/i18n/de.js +1 -37
- package/dist/esm/i18n/en.js +1 -39
- package/dist/esm/i18n/en_GB.js +1 -39
- package/dist/esm/i18n/en_ZZ.js +1 -39
- package/dist/esm/i18n/es.js +1 -37
- package/dist/esm/i18n/fi.js +1 -37
- package/dist/esm/i18n/fr.js +1 -37
- package/dist/esm/i18n/hu.js +1 -37
- package/dist/esm/i18n/it.js +1 -37
- package/dist/esm/i18n/ja.js +1 -37
- package/dist/esm/i18n/ko.js +1 -37
- package/dist/esm/i18n/nb.js +1 -37
- package/dist/esm/i18n/nl.js +1 -37
- package/dist/esm/i18n/pl.js +1 -37
- package/dist/esm/i18n/pt_BR.js +1 -37
- package/dist/esm/i18n/ru.js +1 -37
- package/dist/esm/i18n/sv.js +1 -37
- package/dist/esm/i18n/th.js +1 -37
- package/dist/esm/i18n/tr.js +1 -37
- package/dist/esm/i18n/uk.js +1 -37
- package/dist/esm/i18n/vi.js +1 -37
- package/dist/esm/i18n/zh.js +1 -37
- package/dist/esm/i18n/zh_TW.js +1 -37
- package/dist/esm/index.js +2 -2
- package/dist/esm/labs-next.js +1 -1
- package/dist/esm/presets/default.js +28 -28
- package/dist/esm/presets/universal.js +45 -45
- package/dist/esm/test-utils.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/esm/ui/ContentStyles/expand.js +2 -2
- package/dist/esm/ui/ContentStyles/index.js +5 -5
- package/dist/esm/ui/ContentStyles/layout.js +2 -2
- package/dist/esm/ui/WithHelpTrigger/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types/create-editor/create-preset.d.ts +3054 -2
- package/dist/types/i18n/cs.d.ts +0 -37
- package/dist/types/i18n/da.d.ts +0 -36
- package/dist/types/i18n/de.d.ts +0 -36
- package/dist/types/i18n/en.d.ts +0 -38
- package/dist/types/i18n/en_GB.d.ts +0 -38
- package/dist/types/i18n/en_ZZ.d.ts +0 -38
- package/dist/types/i18n/es.d.ts +0 -36
- package/dist/types/i18n/fi.d.ts +0 -36
- package/dist/types/i18n/fr.d.ts +0 -36
- package/dist/types/i18n/hu.d.ts +0 -36
- package/dist/types/i18n/it.d.ts +0 -36
- package/dist/types/i18n/ja.d.ts +0 -36
- package/dist/types/i18n/ko.d.ts +0 -36
- package/dist/types/i18n/nb.d.ts +0 -36
- package/dist/types/i18n/nl.d.ts +0 -36
- package/dist/types/i18n/pl.d.ts +0 -36
- package/dist/types/i18n/pt_BR.d.ts +0 -36
- package/dist/types/i18n/ru.d.ts +0 -36
- package/dist/types/i18n/sv.d.ts +0 -36
- package/dist/types/i18n/th.d.ts +0 -36
- package/dist/types/i18n/tr.d.ts +0 -36
- package/dist/types/i18n/uk.d.ts +0 -36
- package/dist/types/i18n/vi.d.ts +0 -36
- package/dist/types/i18n/zh.d.ts +0 -36
- package/dist/types/i18n/zh_TW.d.ts +0 -36
- package/dist/types/index.d.ts +4 -4
- package/dist/types/labs-next.d.ts +1 -1
- package/dist/types/presets/default.d.ts +770 -730
- package/dist/types/presets/universal.d.ts +3055 -4
- package/dist/types/presets/useUniversalPreset.d.ts +3054 -2
- package/dist/types/types/editor-props.d.ts +12 -12
- package/dist/types/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types/utils/action.d.ts +2 -2
- package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +3829 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -37
- package/dist/types-ts4.5/i18n/da.d.ts +0 -36
- package/dist/types-ts4.5/i18n/de.d.ts +0 -36
- package/dist/types-ts4.5/i18n/en.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -38
- package/dist/types-ts4.5/i18n/es.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -36
- package/dist/types-ts4.5/i18n/it.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -36
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -36
- package/dist/types-ts4.5/i18n/th.d.ts +0 -36
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -36
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -36
- package/dist/types-ts4.5/index.d.ts +4 -4
- package/dist/types-ts4.5/labs-next.d.ts +1 -1
- package/dist/types-ts4.5/presets/default.d.ts +774 -730
- package/dist/types-ts4.5/presets/universal.d.ts +3830 -4
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +3829 -2
- package/dist/types-ts4.5/types/editor-props.d.ts +12 -12
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/action.d.ts +2 -2
- package/docs/0-intro.tsx +5 -5
- package/package.json +21 -154
- package/tsconfig.json +193 -166
- package/dist/cjs/presets/types.js +0 -5
- package/dist/es2019/presets/types.js +0 -1
- package/dist/esm/presets/types.js +0 -1
- package/dist/types/presets/types.d.ts +0 -6
- package/dist/types-ts4.5/presets/types.d.ts +0 -6
package/tsconfig.json
CHANGED
|
@@ -297,254 +297,260 @@
|
|
|
297
297
|
"@atlaskit/editor-json-transformer": [
|
|
298
298
|
"../editor-json-transformer/src/index.ts"
|
|
299
299
|
],
|
|
300
|
-
"@atlaskit/editor-
|
|
301
|
-
"../editor-
|
|
300
|
+
"@atlaskit/editor-plugins/alignment": [
|
|
301
|
+
"../editor-plugins/src/alignment/index.ts"
|
|
302
302
|
],
|
|
303
|
-
"@atlaskit/editor-
|
|
304
|
-
"../editor-
|
|
303
|
+
"@atlaskit/editor-plugins/analytics": [
|
|
304
|
+
"../editor-plugins/src/analytics/index.ts"
|
|
305
305
|
],
|
|
306
|
-
"@atlaskit/editor-
|
|
307
|
-
"../editor-
|
|
306
|
+
"@atlaskit/editor-plugins/annotation": [
|
|
307
|
+
"../editor-plugins/src/annotation/index.ts"
|
|
308
308
|
],
|
|
309
|
-
"@atlaskit/editor-
|
|
310
|
-
"../editor-
|
|
309
|
+
"@atlaskit/editor-plugins/avatar-group": [
|
|
310
|
+
"../editor-plugins/src/avatar-group/index.ts"
|
|
311
311
|
],
|
|
312
|
-
"@atlaskit/editor-
|
|
313
|
-
"../editor-
|
|
312
|
+
"@atlaskit/editor-plugins/base": [
|
|
313
|
+
"../editor-plugins/src/base/index.ts"
|
|
314
314
|
],
|
|
315
|
-
"@atlaskit/editor-
|
|
316
|
-
"../editor-
|
|
315
|
+
"@atlaskit/editor-plugins/before-primary-toolbar": [
|
|
316
|
+
"../editor-plugins/src/before-primary-toolbar/index.ts"
|
|
317
317
|
],
|
|
318
|
-
"@atlaskit/editor-
|
|
319
|
-
"../editor-
|
|
318
|
+
"@atlaskit/editor-plugins/better-type-history": [
|
|
319
|
+
"../editor-plugins/src/better-type-history/index.ts"
|
|
320
320
|
],
|
|
321
|
-
"@atlaskit/editor-
|
|
322
|
-
"../editor-
|
|
321
|
+
"@atlaskit/editor-plugins/block-type/consts": [
|
|
322
|
+
"../editor-plugins/src/block-type/consts.ts"
|
|
323
323
|
],
|
|
324
|
-
"@atlaskit/editor-
|
|
325
|
-
"../editor-
|
|
324
|
+
"@atlaskit/editor-plugins/block-type/styles": [
|
|
325
|
+
"../editor-plugins/src/block-type/styles.ts"
|
|
326
326
|
],
|
|
327
|
-
"@atlaskit/editor-
|
|
328
|
-
"../editor-
|
|
327
|
+
"@atlaskit/editor-plugins/block-type": [
|
|
328
|
+
"../editor-plugins/src/block-type/index.ts"
|
|
329
329
|
],
|
|
330
|
-
"@atlaskit/editor-
|
|
331
|
-
"../editor-
|
|
330
|
+
"@atlaskit/editor-plugins/border": [
|
|
331
|
+
"../editor-plugins/src/border/index.ts"
|
|
332
332
|
],
|
|
333
|
-
"@atlaskit/editor-
|
|
334
|
-
"../editor-
|
|
333
|
+
"@atlaskit/editor-plugins/breakout": [
|
|
334
|
+
"../editor-plugins/src/breakout/index.ts"
|
|
335
335
|
],
|
|
336
|
-
"@atlaskit/editor-
|
|
337
|
-
"../editor-
|
|
336
|
+
"@atlaskit/editor-plugins/caption": [
|
|
337
|
+
"../editor-plugins/src/caption/index.ts"
|
|
338
338
|
],
|
|
339
|
-
"@atlaskit/editor-
|
|
340
|
-
"../editor-
|
|
339
|
+
"@atlaskit/editor-plugins/card": [
|
|
340
|
+
"../editor-plugins/src/card/index.ts"
|
|
341
341
|
],
|
|
342
|
-
"@atlaskit/editor-
|
|
343
|
-
"../editor-
|
|
342
|
+
"@atlaskit/editor-plugins/clear-marks-on-empty-doc": [
|
|
343
|
+
"../editor-plugins/src/clear-marks-on-empty-doc/index.ts"
|
|
344
344
|
],
|
|
345
|
-
"@atlaskit/editor-
|
|
346
|
-
"../editor-
|
|
345
|
+
"@atlaskit/editor-plugins/clipboard": [
|
|
346
|
+
"../editor-plugins/src/clipboard/index.ts"
|
|
347
347
|
],
|
|
348
|
-
"@atlaskit/editor-
|
|
349
|
-
"../editor-
|
|
348
|
+
"@atlaskit/editor-plugins/code-bidi-warning": [
|
|
349
|
+
"../editor-plugins/src/code-bidi-warning/index.ts"
|
|
350
350
|
],
|
|
351
|
-
"@atlaskit/editor-
|
|
352
|
-
"../editor-
|
|
351
|
+
"@atlaskit/editor-plugins/code-block": [
|
|
352
|
+
"../editor-plugins/src/code-block/index.ts"
|
|
353
353
|
],
|
|
354
|
-
"@atlaskit/editor-
|
|
355
|
-
"../editor-
|
|
354
|
+
"@atlaskit/editor-plugins/collab-edit": [
|
|
355
|
+
"../editor-plugins/src/collab-edit/index.ts"
|
|
356
356
|
],
|
|
357
|
-
"@atlaskit/editor-
|
|
358
|
-
"../editor-
|
|
357
|
+
"@atlaskit/editor-plugins/composition": [
|
|
358
|
+
"../editor-plugins/src/composition/index.ts"
|
|
359
359
|
],
|
|
360
|
-
"@atlaskit/editor-
|
|
361
|
-
"../editor-
|
|
360
|
+
"@atlaskit/editor-plugins/content-insertion": [
|
|
361
|
+
"../editor-plugins/src/content-insertion/index.ts"
|
|
362
362
|
],
|
|
363
|
-
"@atlaskit/editor-
|
|
364
|
-
"../editor-
|
|
363
|
+
"@atlaskit/editor-plugins/context-panel": [
|
|
364
|
+
"../editor-plugins/src/context-panel/index.ts"
|
|
365
365
|
],
|
|
366
|
-
"@atlaskit/editor-
|
|
367
|
-
"../editor-
|
|
366
|
+
"@atlaskit/editor-plugins/copy-button": [
|
|
367
|
+
"../editor-plugins/src/copy-button/index.ts"
|
|
368
368
|
],
|
|
369
|
-
"@atlaskit/editor-
|
|
370
|
-
"../editor-
|
|
369
|
+
"@atlaskit/editor-plugins/custom-autoformat": [
|
|
370
|
+
"../editor-plugins/src/custom-autoformat/index.ts"
|
|
371
371
|
],
|
|
372
|
-
"@atlaskit/editor-
|
|
373
|
-
"../editor-
|
|
372
|
+
"@atlaskit/editor-plugins/data-consumer": [
|
|
373
|
+
"../editor-plugins/src/data-consumer/index.ts"
|
|
374
374
|
],
|
|
375
|
-
"@atlaskit/editor-
|
|
376
|
-
"../editor-
|
|
375
|
+
"@atlaskit/editor-plugins/date": [
|
|
376
|
+
"../editor-plugins/src/date/index.ts"
|
|
377
377
|
],
|
|
378
|
-
"@atlaskit/editor-
|
|
379
|
-
"../editor-
|
|
378
|
+
"@atlaskit/editor-plugins/decorations": [
|
|
379
|
+
"../editor-plugins/src/decorations/index.ts"
|
|
380
380
|
],
|
|
381
|
-
"@atlaskit/editor-
|
|
382
|
-
"../editor-
|
|
381
|
+
"@atlaskit/editor-plugins/editor-disabled": [
|
|
382
|
+
"../editor-plugins/src/editor-disabled/index.ts"
|
|
383
383
|
],
|
|
384
|
-
"@atlaskit/editor-
|
|
385
|
-
"../editor-
|
|
384
|
+
"@atlaskit/editor-plugins/editor-viewmode": [
|
|
385
|
+
"../editor-plugins/src/editor-viewmode/index.ts"
|
|
386
386
|
],
|
|
387
|
-
"@atlaskit/editor-
|
|
388
|
-
"../editor-
|
|
387
|
+
"@atlaskit/editor-plugins/emoji": [
|
|
388
|
+
"../editor-plugins/src/emoji/index.ts"
|
|
389
389
|
],
|
|
390
|
-
"@atlaskit/editor-
|
|
391
|
-
"../editor-
|
|
390
|
+
"@atlaskit/editor-plugins/expand": [
|
|
391
|
+
"../editor-plugins/src/expand/index.ts"
|
|
392
392
|
],
|
|
393
|
-
"@atlaskit/editor-
|
|
394
|
-
"../editor-
|
|
393
|
+
"@atlaskit/editor-plugins/extension": [
|
|
394
|
+
"../editor-plugins/src/extension/index.ts"
|
|
395
395
|
],
|
|
396
|
-
"@atlaskit/editor-
|
|
397
|
-
"../editor-
|
|
396
|
+
"@atlaskit/editor-plugins/feature-flags": [
|
|
397
|
+
"../editor-plugins/src/feature-flags/index.ts"
|
|
398
398
|
],
|
|
399
|
-
"@atlaskit/editor-
|
|
400
|
-
"../editor-
|
|
399
|
+
"@atlaskit/editor-plugins/feedback-dialog": [
|
|
400
|
+
"../editor-plugins/src/feedback-dialog/index.ts"
|
|
401
401
|
],
|
|
402
|
-
"@atlaskit/editor-
|
|
403
|
-
"../editor-
|
|
402
|
+
"@atlaskit/editor-plugins/find-replace/styles": [
|
|
403
|
+
"../editor-plugins/src/find-replace/styles.ts"
|
|
404
404
|
],
|
|
405
|
-
"@atlaskit/editor-
|
|
406
|
-
"../editor-
|
|
405
|
+
"@atlaskit/editor-plugins/find-replace": [
|
|
406
|
+
"../editor-plugins/src/find-replace/index.ts"
|
|
407
407
|
],
|
|
408
|
-
"@atlaskit/editor-
|
|
409
|
-
"../editor-
|
|
408
|
+
"@atlaskit/editor-plugins/floating-toolbar": [
|
|
409
|
+
"../editor-plugins/src/floating-toolbar/index.ts"
|
|
410
410
|
],
|
|
411
|
-
"@atlaskit/editor-
|
|
412
|
-
"../editor-
|
|
411
|
+
"@atlaskit/editor-plugins/focus": [
|
|
412
|
+
"../editor-plugins/src/focus/index.ts"
|
|
413
413
|
],
|
|
414
|
-
"@atlaskit/editor-
|
|
415
|
-
"../editor-
|
|
414
|
+
"@atlaskit/editor-plugins/fragment": [
|
|
415
|
+
"../editor-plugins/src/fragment/index.ts"
|
|
416
416
|
],
|
|
417
|
-
"@atlaskit/editor-
|
|
418
|
-
"../editor-
|
|
417
|
+
"@atlaskit/editor-plugins/grid": [
|
|
418
|
+
"../editor-plugins/src/grid/index.ts"
|
|
419
419
|
],
|
|
420
|
-
"@atlaskit/editor-
|
|
421
|
-
"../editor-
|
|
420
|
+
"@atlaskit/editor-plugins/guideline": [
|
|
421
|
+
"../editor-plugins/src/guideline/index.ts"
|
|
422
422
|
],
|
|
423
|
-
"@atlaskit/editor-
|
|
424
|
-
"../editor-
|
|
423
|
+
"@atlaskit/editor-plugins/help-dialog": [
|
|
424
|
+
"../editor-plugins/src/help-dialog/index.ts"
|
|
425
425
|
],
|
|
426
|
-
"@atlaskit/editor-
|
|
427
|
-
"../editor-
|
|
426
|
+
"@atlaskit/editor-plugins/history": [
|
|
427
|
+
"../editor-plugins/src/history/index.ts"
|
|
428
428
|
],
|
|
429
|
-
"@atlaskit/editor-
|
|
430
|
-
"../editor-
|
|
429
|
+
"@atlaskit/editor-plugins/hyperlink": [
|
|
430
|
+
"../editor-plugins/src/hyperlink/index.ts"
|
|
431
431
|
],
|
|
432
|
-
"@atlaskit/editor-
|
|
433
|
-
"../editor-
|
|
432
|
+
"@atlaskit/editor-plugins/image-upload": [
|
|
433
|
+
"../editor-plugins/src/image-upload/index.ts"
|
|
434
434
|
],
|
|
435
|
-
"@atlaskit/editor-
|
|
436
|
-
"../editor-
|
|
435
|
+
"@atlaskit/editor-plugins/indentation": [
|
|
436
|
+
"../editor-plugins/src/indentation/index.ts"
|
|
437
437
|
],
|
|
438
|
-
"@atlaskit/editor-
|
|
439
|
-
"../editor-
|
|
438
|
+
"@atlaskit/editor-plugins/insert-block": [
|
|
439
|
+
"../editor-plugins/src/insert-block/index.ts"
|
|
440
440
|
],
|
|
441
|
-
"@atlaskit/editor-
|
|
442
|
-
"../editor-
|
|
441
|
+
"@atlaskit/editor-plugins/layout": [
|
|
442
|
+
"../editor-plugins/src/layout/index.ts"
|
|
443
443
|
],
|
|
444
|
-
"@atlaskit/editor-
|
|
445
|
-
"../editor-
|
|
444
|
+
"@atlaskit/editor-plugins/list": [
|
|
445
|
+
"../editor-plugins/src/list/index.ts"
|
|
446
446
|
],
|
|
447
|
-
"@atlaskit/editor-
|
|
448
|
-
"../editor-
|
|
447
|
+
"@atlaskit/editor-plugins/loom": [
|
|
448
|
+
"../editor-plugins/src/loom/index.ts"
|
|
449
449
|
],
|
|
450
|
-
"@atlaskit/editor-
|
|
451
|
-
"../editor-
|
|
450
|
+
"@atlaskit/editor-plugins/max-content-size": [
|
|
451
|
+
"../editor-plugins/src/max-content-size/index.ts"
|
|
452
452
|
],
|
|
453
|
-
"@atlaskit/editor-
|
|
454
|
-
"../editor-
|
|
453
|
+
"@atlaskit/editor-plugins/media/types": [
|
|
454
|
+
"../editor-plugins/src/media/types.ts"
|
|
455
455
|
],
|
|
456
|
-
"@atlaskit/editor-
|
|
457
|
-
"../editor-
|
|
456
|
+
"@atlaskit/editor-plugins/media": [
|
|
457
|
+
"../editor-plugins/src/media/index.ts"
|
|
458
458
|
],
|
|
459
|
-
"@atlaskit/editor-
|
|
460
|
-
"../editor-
|
|
459
|
+
"@atlaskit/editor-plugins/mentions": [
|
|
460
|
+
"../editor-plugins/src/mentions/index.ts"
|
|
461
461
|
],
|
|
462
|
-
"@atlaskit/editor-
|
|
463
|
-
"../editor-
|
|
462
|
+
"@atlaskit/editor-plugins/panel": [
|
|
463
|
+
"../editor-plugins/src/panel/index.ts"
|
|
464
464
|
],
|
|
465
|
-
"@atlaskit/editor-
|
|
466
|
-
"../editor-
|
|
465
|
+
"@atlaskit/editor-plugins/paste": [
|
|
466
|
+
"../editor-plugins/src/paste/index.ts"
|
|
467
467
|
],
|
|
468
|
-
"@atlaskit/editor-
|
|
469
|
-
"../editor-
|
|
468
|
+
"@atlaskit/editor-plugins/paste-options-toolbar/styles": [
|
|
469
|
+
"../editor-plugins/src/paste-options-toolbar/styles.ts"
|
|
470
|
+
],
|
|
471
|
+
"@atlaskit/editor-plugins/paste-options-toolbar": [
|
|
472
|
+
"../editor-plugins/src/paste-options-toolbar/index.ts"
|
|
470
473
|
],
|
|
471
|
-
"@atlaskit/editor-
|
|
472
|
-
"../editor-
|
|
474
|
+
"@atlaskit/editor-plugins/placeholder": [
|
|
475
|
+
"../editor-plugins/src/placeholder/index.ts"
|
|
473
476
|
],
|
|
474
|
-
"@atlaskit/editor-
|
|
475
|
-
"../editor-
|
|
477
|
+
"@atlaskit/editor-plugins/placeholder-text/styles": [
|
|
478
|
+
"../editor-plugins/src/placeholder-text/styles.ts"
|
|
476
479
|
],
|
|
477
|
-
"@atlaskit/editor-
|
|
478
|
-
"../editor-
|
|
480
|
+
"@atlaskit/editor-plugins/placeholder-text": [
|
|
481
|
+
"../editor-plugins/src/placeholder-text/index.ts"
|
|
479
482
|
],
|
|
480
|
-
"@atlaskit/editor-
|
|
481
|
-
"../editor-
|
|
483
|
+
"@atlaskit/editor-plugins/quick-insert": [
|
|
484
|
+
"../editor-plugins/src/quick-insert/index.ts"
|
|
482
485
|
],
|
|
483
|
-
"@atlaskit/editor-
|
|
484
|
-
"../editor-
|
|
486
|
+
"@atlaskit/editor-plugins/rule": [
|
|
487
|
+
"../editor-plugins/src/rule/index.ts"
|
|
485
488
|
],
|
|
486
|
-
"@atlaskit/editor-
|
|
487
|
-
"../editor-
|
|
489
|
+
"@atlaskit/editor-plugins/save-on-enter": [
|
|
490
|
+
"../editor-plugins/src/save-on-enter/index.ts"
|
|
488
491
|
],
|
|
489
|
-
"@atlaskit/editor-
|
|
490
|
-
"../editor-
|
|
492
|
+
"@atlaskit/editor-plugins/scroll-into-view": [
|
|
493
|
+
"../editor-plugins/src/scroll-into-view/index.ts"
|
|
491
494
|
],
|
|
492
|
-
"@atlaskit/editor-
|
|
493
|
-
"../editor-
|
|
495
|
+
"@atlaskit/editor-plugins/selection/types": [
|
|
496
|
+
"../editor-plugins/src/selection/types.ts"
|
|
494
497
|
],
|
|
495
|
-
"@atlaskit/editor-
|
|
496
|
-
"../editor-
|
|
498
|
+
"@atlaskit/editor-plugins/selection": [
|
|
499
|
+
"../editor-plugins/src/selection/index.ts"
|
|
497
500
|
],
|
|
498
|
-
"@atlaskit/editor-
|
|
499
|
-
"../editor-
|
|
501
|
+
"@atlaskit/editor-plugins/selection-toolbar": [
|
|
502
|
+
"../editor-plugins/src/selection-toolbar/index.ts"
|
|
500
503
|
],
|
|
501
|
-
"@atlaskit/editor-
|
|
502
|
-
"../editor-
|
|
504
|
+
"@atlaskit/editor-plugins/status": [
|
|
505
|
+
"../editor-plugins/src/status/index.ts"
|
|
503
506
|
],
|
|
504
|
-
"@atlaskit/editor-
|
|
505
|
-
"../editor-
|
|
507
|
+
"@atlaskit/editor-plugins/submit-editor": [
|
|
508
|
+
"../editor-plugins/src/submit-editor/index.ts"
|
|
506
509
|
],
|
|
507
|
-
"@atlaskit/editor-
|
|
508
|
-
"../editor-
|
|
510
|
+
"@atlaskit/editor-plugins/table/ui/common-styles": [
|
|
511
|
+
"../editor-plugins/src/table/ui/common-styles.ts"
|
|
509
512
|
],
|
|
510
|
-
"@atlaskit/editor-
|
|
511
|
-
"../editor-
|
|
513
|
+
"@atlaskit/editor-plugins/table/ui/consts": [
|
|
514
|
+
"../editor-plugins/src/table/ui/consts.ts"
|
|
512
515
|
],
|
|
513
|
-
"@atlaskit/editor-
|
|
514
|
-
"../editor-
|
|
516
|
+
"@atlaskit/editor-plugins/table/types": [
|
|
517
|
+
"../editor-plugins/src/table/types.ts"
|
|
515
518
|
],
|
|
516
|
-
"@atlaskit/editor-
|
|
517
|
-
"../editor-
|
|
519
|
+
"@atlaskit/editor-plugins/table/plugin-key": [
|
|
520
|
+
"../editor-plugins/src/table/pm-plugins/plugin-key.ts"
|
|
518
521
|
],
|
|
519
|
-
"@atlaskit/editor-
|
|
520
|
-
"../editor-
|
|
522
|
+
"@atlaskit/editor-plugins/table/commands": [
|
|
523
|
+
"../editor-plugins/src/table/commands/index.ts"
|
|
521
524
|
],
|
|
522
|
-
"@atlaskit/editor-
|
|
523
|
-
"../editor-
|
|
525
|
+
"@atlaskit/editor-plugins/table": [
|
|
526
|
+
"../editor-plugins/src/table/index.ts"
|
|
524
527
|
],
|
|
525
|
-
"@atlaskit/editor-
|
|
526
|
-
"../editor-
|
|
528
|
+
"@atlaskit/editor-plugins/tasks-and-decisions": [
|
|
529
|
+
"../editor-plugins/src/tasks-and-decisions/index.ts"
|
|
527
530
|
],
|
|
528
|
-
"@atlaskit/editor-
|
|
529
|
-
"../editor-
|
|
531
|
+
"@atlaskit/editor-plugins/text-color": [
|
|
532
|
+
"../editor-plugins/src/text-color/index.ts"
|
|
530
533
|
],
|
|
531
|
-
"@atlaskit/editor-
|
|
532
|
-
"../editor-
|
|
534
|
+
"@atlaskit/editor-plugins/text-formatting": [
|
|
535
|
+
"../editor-plugins/src/text-formatting/index.ts"
|
|
533
536
|
],
|
|
534
|
-
"@atlaskit/editor-
|
|
535
|
-
"../editor-
|
|
537
|
+
"@atlaskit/editor-plugins/toolbar-lists-indentation": [
|
|
538
|
+
"../editor-plugins/src/toolbar-lists-indentation/index.ts"
|
|
536
539
|
],
|
|
537
|
-
"@atlaskit/editor-
|
|
538
|
-
"../editor-
|
|
540
|
+
"@atlaskit/editor-plugins/type-ahead": [
|
|
541
|
+
"../editor-plugins/src/type-ahead/index.ts"
|
|
539
542
|
],
|
|
540
|
-
"@atlaskit/editor-
|
|
541
|
-
"../editor-
|
|
543
|
+
"@atlaskit/editor-plugins/undo-redo": [
|
|
544
|
+
"../editor-plugins/src/undo-redo/index.ts"
|
|
542
545
|
],
|
|
543
|
-
"@atlaskit/editor-
|
|
544
|
-
"../editor-
|
|
546
|
+
"@atlaskit/editor-plugins/unsupported-content": [
|
|
547
|
+
"../editor-plugins/src/unsupported-content/index.ts"
|
|
545
548
|
],
|
|
546
|
-
"@atlaskit/editor-
|
|
547
|
-
"../editor-
|
|
549
|
+
"@atlaskit/editor-plugins/width": [
|
|
550
|
+
"../editor-plugins/src/width/index.ts"
|
|
551
|
+
],
|
|
552
|
+
"@atlaskit/editor-plugins": [
|
|
553
|
+
"../editor-plugins/src"
|
|
548
554
|
],
|
|
549
555
|
"@atlaskit/editor-shared-styles/consts": [
|
|
550
556
|
"../editor-shared-styles/src/consts/index.ts"
|
|
@@ -927,6 +933,24 @@
|
|
|
927
933
|
"@atlaskit/editor-extension-dropbox": [
|
|
928
934
|
"../extension-dropbox/src/index.ts"
|
|
929
935
|
],
|
|
936
|
+
"@atlaskit/editor-plugin-annotation": [
|
|
937
|
+
"../editor-plugin-annotation/src/index.ts"
|
|
938
|
+
],
|
|
939
|
+
"@atlaskit/editor-plugin-card": [
|
|
940
|
+
"../editor-plugin-card/src/index.ts"
|
|
941
|
+
],
|
|
942
|
+
"@atlaskit/editor-plugin-list": [
|
|
943
|
+
"../editor-plugin-list/src/index.ts"
|
|
944
|
+
],
|
|
945
|
+
"@atlaskit/editor-plugin-paste": [
|
|
946
|
+
"../editor-plugin-paste/src/index.ts"
|
|
947
|
+
],
|
|
948
|
+
"@atlaskit/editor-plugin-paste-options-toolbar/styles": [
|
|
949
|
+
"../editor-plugin-paste-options-toolbar/src/styles.ts"
|
|
950
|
+
],
|
|
951
|
+
"@atlaskit/editor-plugin-paste-options-toolbar": [
|
|
952
|
+
"../editor-plugin-paste-options-toolbar/src/index.ts"
|
|
953
|
+
],
|
|
930
954
|
"@atlaskit/editor-test-helpers/adf-schema": [
|
|
931
955
|
"../editor-test-helpers/src/adf-schema.ts"
|
|
932
956
|
],
|
|
@@ -1644,6 +1668,9 @@
|
|
|
1644
1668
|
"@atlassian/ufo": [
|
|
1645
1669
|
"../../data/ufo-internal/src/index.ts"
|
|
1646
1670
|
],
|
|
1671
|
+
"@atlassian/ufo-interaction-id-context": [
|
|
1672
|
+
"../../react-ufo/ufo-interaction-id-context/src/index.ts"
|
|
1673
|
+
],
|
|
1647
1674
|
"@atlaskit/editor-core/composable-editor": [
|
|
1648
1675
|
"src/composable-editor.ts"
|
|
1649
1676
|
],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|