@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
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -6,43 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
10
|
-
'fabric.editor.configFailedToLoad': string;
|
|
11
|
-
'fabric.editor.configPanel.cancel': string;
|
|
12
|
-
'fabric.editor.configPanel.close': string;
|
|
13
|
-
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
14
|
-
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
15
|
-
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
16
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
17
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
18
|
-
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
19
|
-
'fabric.editor.configPanel.documentation': string;
|
|
20
|
-
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
21
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
22
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
23
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
24
|
-
'fabric.editor.configPanel.help': string;
|
|
25
|
-
'fabric.editor.configPanel.invalid': string;
|
|
26
|
-
'fabric.editor.configPanel.required': string;
|
|
27
|
-
'fabric.editor.configPanel.submit': string;
|
|
28
|
-
'fabric.editor.edit': string;
|
|
29
9
|
'fabric.editor.editorAssistiveLabel': string;
|
|
30
|
-
'fabric.editor.editors': string;
|
|
31
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
34
|
-
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
35
|
-
'fabric.editor.find': string;
|
|
36
|
-
'fabric.editor.findNext': string;
|
|
37
|
-
'fabric.editor.findPrevious': string;
|
|
38
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
39
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
40
10
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
41
|
-
'fabric.editor.matchCase': string;
|
|
42
|
-
'fabric.editor.noResultsFound': string;
|
|
43
|
-
'fabric.editor.replace': string;
|
|
44
|
-
'fabric.editor.replaceAll': string;
|
|
45
|
-
'fabric.editor.replaceWith': string;
|
|
46
|
-
'fabric.editor.resultsCount': string;
|
|
47
11
|
};
|
|
48
12
|
export default _default;
|
|
@@ -23,9 +23,9 @@ export type { UpdateEvent } from '@atlaskit/editor-common/annotation';
|
|
|
23
23
|
* @deprecated
|
|
24
24
|
* DO NOT USE THIS WILL BE REMOVED SOON AND IS UNSAFE.
|
|
25
25
|
* This is here while we work to extract the annotation plugin.
|
|
26
|
-
* Please use the export from `@atlaskit/editor-
|
|
26
|
+
* Please use the export from `@atlaskit/editor-plugins/annotation`.
|
|
27
27
|
*/
|
|
28
|
-
export type { AnnotationProviders, InlineCommentAnnotationProvider, InlineCommentCreateComponentProps, InlineCommentViewComponentProps, AnnotationInfo, AnnotationState, AnnotationTypeProvider, InlineCommentState, } from '@atlaskit/editor-
|
|
28
|
+
export type { AnnotationProviders, InlineCommentAnnotationProvider, InlineCommentCreateComponentProps, InlineCommentViewComponentProps, AnnotationInfo, AnnotationState, AnnotationTypeProvider, InlineCommentState, } from '@atlaskit/editor-plugins/annotation';
|
|
29
29
|
export type { TypeAheadItem } from '@atlaskit/editor-common/provider-factory';
|
|
30
30
|
export { INPUT_METHOD, ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE, } from '@atlaskit/editor-common/analytics';
|
|
31
31
|
export type { AnalyticsEventPayload } from '@atlaskit/editor-common/analytics';
|
|
@@ -45,9 +45,9 @@ export type { MediaProvider } from '@atlaskit/editor-common/provider-factory';
|
|
|
45
45
|
* @deprecated
|
|
46
46
|
* DO NOT USE THIS WILL BE REMOVED SOON AND IS UNSAFE.
|
|
47
47
|
* This is here while we work to extract the media plugin.
|
|
48
|
-
* Please use the export from `@atlaskit/editor-
|
|
48
|
+
* Please use the export from `@atlaskit/editor-plugins/media/types`.
|
|
49
49
|
*/
|
|
50
|
-
export type { MediaOptions } from '@atlaskit/editor-
|
|
50
|
+
export type { MediaOptions } from '@atlaskit/editor-plugins/media/types';
|
|
51
51
|
export type {
|
|
52
52
|
/**
|
|
53
53
|
* @deprecated Use QuickInsertItem from @atlaskit/editor-common/provider-factory instead
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { createDefaultPreset } from '
|
|
1
|
+
export { createDefaultPreset } from '../src/presets/default';
|