@atlaskit/editor-common 105.6.2 → 105.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/afm-cc/tsconfig.json +3 -0
- package/afm-post-office/tsconfig.json +3 -0
- package/dist/cjs/collab/index.js +4 -2
- package/dist/cjs/doc-utils/editor-use-only.js +15 -3
- package/dist/cjs/i18n/cs.js +2 -0
- package/dist/cjs/i18n/da.js +2 -0
- package/dist/cjs/i18n/de.js +2 -0
- package/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/i18n/es.js +2 -0
- package/dist/cjs/i18n/fi.js +2 -0
- package/dist/cjs/i18n/fr.js +2 -0
- package/dist/cjs/i18n/hr.js +1 -1
- package/dist/cjs/i18n/hu.js +3 -0
- package/dist/cjs/i18n/it.js +2 -0
- package/dist/cjs/i18n/ja.js +6 -0
- package/dist/cjs/i18n/ko.js +6 -0
- package/dist/cjs/i18n/nb.js +6 -0
- package/dist/cjs/i18n/nl.js +2 -0
- package/dist/cjs/i18n/pl.js +2 -0
- package/dist/cjs/i18n/pt_BR.js +2 -0
- package/dist/cjs/i18n/ru.js +2 -0
- package/dist/cjs/i18n/sv.js +2 -0
- package/dist/cjs/i18n/th.js +2 -0
- package/dist/cjs/i18n/tr.js +2 -0
- package/dist/cjs/i18n/uk.js +2 -0
- package/dist/cjs/i18n/vi.js +2 -0
- package/dist/cjs/i18n/zh.js +2 -0
- package/dist/cjs/i18n/zh_TW.js +2 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/resizer.js +56 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/collab/index.js +45 -2
- package/dist/es2019/doc-utils/editor-use-only.js +15 -3
- package/dist/es2019/i18n/cs.js +2 -0
- package/dist/es2019/i18n/da.js +2 -0
- package/dist/es2019/i18n/de.js +2 -0
- package/dist/es2019/i18n/en.js +2 -0
- package/dist/es2019/i18n/en_GB.js +2 -0
- package/dist/es2019/i18n/en_ZZ.js +2 -0
- package/dist/es2019/i18n/es.js +2 -0
- package/dist/es2019/i18n/fi.js +2 -0
- package/dist/es2019/i18n/fr.js +2 -0
- package/dist/es2019/i18n/hr.js +1 -1
- package/dist/es2019/i18n/hu.js +3 -0
- package/dist/es2019/i18n/it.js +2 -0
- package/dist/es2019/i18n/ja.js +6 -0
- package/dist/es2019/i18n/ko.js +6 -0
- package/dist/es2019/i18n/nb.js +6 -0
- package/dist/es2019/i18n/nl.js +2 -0
- package/dist/es2019/i18n/pl.js +2 -0
- package/dist/es2019/i18n/pt_BR.js +2 -0
- package/dist/es2019/i18n/ru.js +2 -0
- package/dist/es2019/i18n/sv.js +2 -0
- package/dist/es2019/i18n/th.js +2 -0
- package/dist/es2019/i18n/tr.js +2 -0
- package/dist/es2019/i18n/uk.js +2 -0
- package/dist/es2019/i18n/vi.js +2 -0
- package/dist/es2019/i18n/zh.js +2 -0
- package/dist/es2019/i18n/zh_TW.js +2 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/resizer.js +55 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/collab/index.js +3 -1
- package/dist/esm/doc-utils/editor-use-only.js +15 -3
- package/dist/esm/i18n/cs.js +2 -0
- package/dist/esm/i18n/da.js +2 -0
- package/dist/esm/i18n/de.js +2 -0
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/es.js +2 -0
- package/dist/esm/i18n/fi.js +2 -0
- package/dist/esm/i18n/fr.js +2 -0
- package/dist/esm/i18n/hr.js +1 -1
- package/dist/esm/i18n/hu.js +3 -0
- package/dist/esm/i18n/it.js +2 -0
- package/dist/esm/i18n/ja.js +6 -0
- package/dist/esm/i18n/ko.js +6 -0
- package/dist/esm/i18n/nb.js +6 -0
- package/dist/esm/i18n/nl.js +2 -0
- package/dist/esm/i18n/pl.js +2 -0
- package/dist/esm/i18n/pt_BR.js +2 -0
- package/dist/esm/i18n/ru.js +2 -0
- package/dist/esm/i18n/sv.js +2 -0
- package/dist/esm/i18n/th.js +2 -0
- package/dist/esm/i18n/tr.js +2 -0
- package/dist/esm/i18n/uk.js +2 -0
- package/dist/esm/i18n/vi.js +2 -0
- package/dist/esm/i18n/zh.js +2 -0
- package/dist/esm/i18n/zh_TW.js +2 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/resizer.js +55 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/collab/index.d.ts +2 -0
- package/dist/types/i18n/cs.d.ts +2 -0
- package/dist/types/i18n/da.d.ts +2 -0
- package/dist/types/i18n/de.d.ts +2 -0
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/es.d.ts +2 -0
- package/dist/types/i18n/fi.d.ts +2 -0
- package/dist/types/i18n/fr.d.ts +2 -0
- package/dist/types/i18n/hu.d.ts +3 -0
- package/dist/types/i18n/it.d.ts +2 -0
- package/dist/types/i18n/ja.d.ts +6 -0
- package/dist/types/i18n/ko.d.ts +6 -0
- package/dist/types/i18n/nb.d.ts +6 -0
- package/dist/types/i18n/nl.d.ts +2 -0
- package/dist/types/i18n/pl.d.ts +2 -0
- package/dist/types/i18n/pt_BR.d.ts +2 -0
- package/dist/types/i18n/ru.d.ts +2 -0
- package/dist/types/i18n/sv.d.ts +2 -0
- package/dist/types/i18n/th.d.ts +2 -0
- package/dist/types/i18n/tr.d.ts +2 -0
- package/dist/types/i18n/uk.d.ts +2 -0
- package/dist/types/i18n/vi.d.ts +2 -0
- package/dist/types/i18n/zh.d.ts +2 -0
- package/dist/types/i18n/zh_TW.d.ts +2 -0
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/resizer.d.ts +1 -0
- package/dist/types-ts4.5/collab/index.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -0
- package/dist/types-ts4.5/i18n/da.d.ts +2 -0
- package/dist/types-ts4.5/i18n/de.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
- package/dist/types-ts4.5/i18n/es.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
- package/dist/types-ts4.5/i18n/it.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -0
- package/dist/types-ts4.5/i18n/th.d.ts +2 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -0
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/resizer.d.ts +1 -0
- package/package.json +14 -10
|
@@ -474,9 +474,11 @@ declare const _default: {
|
|
|
474
474
|
'fabric.editor.image.fullWidthLabel': string;
|
|
475
475
|
'fabric.editor.imageBorderBold': string;
|
|
476
476
|
'fabric.editor.imageBorderColor': string;
|
|
477
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': string;
|
|
477
478
|
'fabric.editor.imageBorderMedium': string;
|
|
478
479
|
'fabric.editor.imageBorderOptions': string;
|
|
479
480
|
'fabric.editor.imageBorderSize': string;
|
|
481
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
480
482
|
'fabric.editor.imageBorderSubtle': string;
|
|
481
483
|
'fabric.editor.improvement': string;
|
|
482
484
|
'fabric.editor.increaseSize': string;
|
|
@@ -585,6 +587,7 @@ declare const _default: {
|
|
|
585
587
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
586
588
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
587
589
|
'fabric.editor.on': string;
|
|
590
|
+
'fabric.editor.openButtonTitle': string;
|
|
588
591
|
'fabric.editor.openCellOptions': string;
|
|
589
592
|
'fabric.editor.openLink': string;
|
|
590
593
|
'fabric.editor.orderedList': string;
|
|
@@ -181,6 +181,7 @@ declare const _default: {
|
|
|
181
181
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
182
182
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
183
183
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
184
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
184
185
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
185
186
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
186
187
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -587,6 +588,7 @@ declare const _default: {
|
|
|
587
588
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
588
589
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
589
590
|
'fabric.editor.on': string;
|
|
591
|
+
'fabric.editor.openButtonTitle': string;
|
|
590
592
|
'fabric.editor.openCellOptions': string;
|
|
591
593
|
'fabric.editor.openLink': string;
|
|
592
594
|
'fabric.editor.orderedList': string;
|
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -181,6 +182,7 @@ declare const _default: {
|
|
|
181
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
182
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
183
184
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
184
186
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
185
187
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
186
188
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -278,6 +280,7 @@ declare const _default: {
|
|
|
278
280
|
'fabric.editor.codeblock.description': string;
|
|
279
281
|
'fabric.editor.collapseNode': string;
|
|
280
282
|
'fabric.editor.collapseTable': string;
|
|
283
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
281
284
|
'fabric.editor.columnDragHandle': string;
|
|
282
285
|
'fabric.editor.columnMovedLeft': string;
|
|
283
286
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -586,6 +589,7 @@ declare const _default: {
|
|
|
586
589
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
587
590
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
588
591
|
'fabric.editor.on': string;
|
|
592
|
+
'fabric.editor.openButtonTitle': string;
|
|
589
593
|
'fabric.editor.openCellOptions': string;
|
|
590
594
|
'fabric.editor.openLink': string;
|
|
591
595
|
'fabric.editor.orderedList': string;
|
|
@@ -653,6 +657,7 @@ declare const _default: {
|
|
|
653
657
|
'fabric.editor.splitCell': string;
|
|
654
658
|
'fabric.editor.status': string;
|
|
655
659
|
'fabric.editor.status.description': string;
|
|
660
|
+
'fabric.editor.statusEditorLabel': string;
|
|
656
661
|
'fabric.editor.statusPickerOpenedAlert': string;
|
|
657
662
|
'fabric.editor.statusPlaceholder': string;
|
|
658
663
|
'fabric.editor.story': string;
|
|
@@ -749,6 +754,7 @@ declare const _default: {
|
|
|
749
754
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
750
755
|
'fabric.editor.viewCommentOnMedia': string;
|
|
751
756
|
'fabric.editor.viewMore': string;
|
|
757
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
752
758
|
'fabric.editor.visit': string;
|
|
753
759
|
'fabric.editor.warning': string;
|
|
754
760
|
'fabric.editor.warningPanel': string;
|
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -181,6 +182,7 @@ declare const _default: {
|
|
|
181
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
182
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
183
184
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
184
186
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
185
187
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
186
188
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -278,6 +280,7 @@ declare const _default: {
|
|
|
278
280
|
'fabric.editor.codeblock.description': string;
|
|
279
281
|
'fabric.editor.collapseNode': string;
|
|
280
282
|
'fabric.editor.collapseTable': string;
|
|
283
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
281
284
|
'fabric.editor.columnDragHandle': string;
|
|
282
285
|
'fabric.editor.columnMovedLeft': string;
|
|
283
286
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -586,6 +589,7 @@ declare const _default: {
|
|
|
586
589
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
587
590
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
588
591
|
'fabric.editor.on': string;
|
|
592
|
+
'fabric.editor.openButtonTitle': string;
|
|
589
593
|
'fabric.editor.openCellOptions': string;
|
|
590
594
|
'fabric.editor.openLink': string;
|
|
591
595
|
'fabric.editor.orderedList': string;
|
|
@@ -653,6 +657,7 @@ declare const _default: {
|
|
|
653
657
|
'fabric.editor.splitCell': string;
|
|
654
658
|
'fabric.editor.status': string;
|
|
655
659
|
'fabric.editor.status.description': string;
|
|
660
|
+
'fabric.editor.statusEditorLabel': string;
|
|
656
661
|
'fabric.editor.statusPickerOpenedAlert': string;
|
|
657
662
|
'fabric.editor.statusPlaceholder': string;
|
|
658
663
|
'fabric.editor.story': string;
|
|
@@ -749,6 +754,7 @@ declare const _default: {
|
|
|
749
754
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
750
755
|
'fabric.editor.viewCommentOnMedia': string;
|
|
751
756
|
'fabric.editor.viewMore': string;
|
|
757
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
752
758
|
'fabric.editor.visit': string;
|
|
753
759
|
'fabric.editor.warning': string;
|
|
754
760
|
'fabric.editor.warningPanel': string;
|
|
@@ -31,6 +31,7 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': string;
|
|
32
32
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': string;
|
|
33
33
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': string;
|
|
34
|
+
'fabric.editor.ai.config.item.action.edit': string;
|
|
34
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
35
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
@@ -180,6 +181,7 @@ declare const _default: {
|
|
|
180
181
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
181
182
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
182
183
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
184
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
183
185
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
184
186
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
185
187
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -277,6 +279,7 @@ declare const _default: {
|
|
|
277
279
|
'fabric.editor.codeblock.description': string;
|
|
278
280
|
'fabric.editor.collapseNode': string;
|
|
279
281
|
'fabric.editor.collapseTable': string;
|
|
282
|
+
'fabric.editor.colorPicker.menuLabel': string;
|
|
280
283
|
'fabric.editor.columnDragHandle': string;
|
|
281
284
|
'fabric.editor.columnMovedLeft': string;
|
|
282
285
|
'fabric.editor.columnMovedRight': string;
|
|
@@ -585,6 +588,7 @@ declare const _default: {
|
|
|
585
588
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
586
589
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
587
590
|
'fabric.editor.on': string;
|
|
591
|
+
'fabric.editor.openButtonTitle': string;
|
|
588
592
|
'fabric.editor.openCellOptions': string;
|
|
589
593
|
'fabric.editor.openLink': string;
|
|
590
594
|
'fabric.editor.orderedList': string;
|
|
@@ -652,6 +656,7 @@ declare const _default: {
|
|
|
652
656
|
'fabric.editor.splitCell': string;
|
|
653
657
|
'fabric.editor.status': string;
|
|
654
658
|
'fabric.editor.status.description': string;
|
|
659
|
+
'fabric.editor.statusEditorLabel': string;
|
|
655
660
|
'fabric.editor.statusPickerOpenedAlert': string;
|
|
656
661
|
'fabric.editor.statusPlaceholder': string;
|
|
657
662
|
'fabric.editor.story': string;
|
|
@@ -748,6 +753,7 @@ declare const _default: {
|
|
|
748
753
|
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
749
754
|
'fabric.editor.viewCommentOnMedia': string;
|
|
750
755
|
'fabric.editor.viewMore': string;
|
|
756
|
+
'fabric.editor.viewMoreAriaLabel': string;
|
|
751
757
|
'fabric.editor.visit': string;
|
|
752
758
|
'fabric.editor.warning': string;
|
|
753
759
|
'fabric.editor.warningPanel': string;
|
|
@@ -181,6 +181,7 @@ declare const _default: {
|
|
|
181
181
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
182
182
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
183
183
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
184
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
184
185
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
185
186
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
186
187
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -587,6 +588,7 @@ declare const _default: {
|
|
|
587
588
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
588
589
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
589
590
|
'fabric.editor.on': string;
|
|
591
|
+
'fabric.editor.openButtonTitle': string;
|
|
590
592
|
'fabric.editor.openCellOptions': string;
|
|
591
593
|
'fabric.editor.openLink': string;
|
|
592
594
|
'fabric.editor.orderedList': string;
|
|
@@ -182,6 +182,7 @@ declare const _default: {
|
|
|
182
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
183
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
184
184
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
185
186
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
186
187
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
187
188
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -588,6 +589,7 @@ declare const _default: {
|
|
|
588
589
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
589
590
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
590
591
|
'fabric.editor.on': string;
|
|
592
|
+
'fabric.editor.openButtonTitle': string;
|
|
591
593
|
'fabric.editor.openCellOptions': string;
|
|
592
594
|
'fabric.editor.openLink': string;
|
|
593
595
|
'fabric.editor.orderedList': string;
|
|
@@ -180,6 +180,7 @@ declare const _default: {
|
|
|
180
180
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
181
181
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
182
182
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
183
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
183
184
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
184
185
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
185
186
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -586,6 +587,7 @@ declare const _default: {
|
|
|
586
587
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
587
588
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
588
589
|
'fabric.editor.on': string;
|
|
590
|
+
'fabric.editor.openButtonTitle': string;
|
|
589
591
|
'fabric.editor.openCellOptions': string;
|
|
590
592
|
'fabric.editor.openLink': string;
|
|
591
593
|
'fabric.editor.orderedList': string;
|
|
@@ -182,6 +182,7 @@ declare const _default: {
|
|
|
182
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
183
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
184
184
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
185
186
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
186
187
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
187
188
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -588,6 +589,7 @@ declare const _default: {
|
|
|
588
589
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
589
590
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
590
591
|
'fabric.editor.on': string;
|
|
592
|
+
'fabric.editor.openButtonTitle': string;
|
|
591
593
|
'fabric.editor.openCellOptions': string;
|
|
592
594
|
'fabric.editor.openLink': string;
|
|
593
595
|
'fabric.editor.orderedList': string;
|
|
@@ -181,6 +181,7 @@ declare const _default: {
|
|
|
181
181
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
182
182
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
183
183
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
184
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
184
185
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
185
186
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
186
187
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -587,6 +588,7 @@ declare const _default: {
|
|
|
587
588
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
588
589
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
589
590
|
'fabric.editor.on': string;
|
|
591
|
+
'fabric.editor.openButtonTitle': string;
|
|
590
592
|
'fabric.editor.openCellOptions': string;
|
|
591
593
|
'fabric.editor.openLink': string;
|
|
592
594
|
'fabric.editor.orderedList': string;
|
|
@@ -167,6 +167,7 @@ declare const _default: {
|
|
|
167
167
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
168
168
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
169
169
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
170
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
170
171
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
171
172
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
172
173
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -573,6 +574,7 @@ declare const _default: {
|
|
|
573
574
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
574
575
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
575
576
|
'fabric.editor.on': string;
|
|
577
|
+
'fabric.editor.openButtonTitle': string;
|
|
576
578
|
'fabric.editor.openCellOptions': string;
|
|
577
579
|
'fabric.editor.openLink': string;
|
|
578
580
|
'fabric.editor.orderedList': string;
|
|
@@ -182,6 +182,7 @@ declare const _default: {
|
|
|
182
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
183
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
184
184
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
185
186
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
186
187
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
187
188
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -588,6 +589,7 @@ declare const _default: {
|
|
|
588
589
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
589
590
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
590
591
|
'fabric.editor.on': string;
|
|
592
|
+
'fabric.editor.openButtonTitle': string;
|
|
591
593
|
'fabric.editor.openCellOptions': string;
|
|
592
594
|
'fabric.editor.openLink': string;
|
|
593
595
|
'fabric.editor.orderedList': string;
|
|
@@ -167,6 +167,7 @@ declare const _default: {
|
|
|
167
167
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
168
168
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
169
169
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
170
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
170
171
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
171
172
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
172
173
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -573,6 +574,7 @@ declare const _default: {
|
|
|
573
574
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
574
575
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
575
576
|
'fabric.editor.on': string;
|
|
577
|
+
'fabric.editor.openButtonTitle': string;
|
|
576
578
|
'fabric.editor.openCellOptions': string;
|
|
577
579
|
'fabric.editor.openLink': string;
|
|
578
580
|
'fabric.editor.orderedList': string;
|
|
@@ -167,6 +167,7 @@ declare const _default: {
|
|
|
167
167
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
168
168
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
169
169
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
170
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
170
171
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
171
172
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
172
173
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -573,6 +574,7 @@ declare const _default: {
|
|
|
573
574
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
574
575
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
575
576
|
'fabric.editor.on': string;
|
|
577
|
+
'fabric.editor.openButtonTitle': string;
|
|
576
578
|
'fabric.editor.openCellOptions': string;
|
|
577
579
|
'fabric.editor.openLink': string;
|
|
578
580
|
'fabric.editor.orderedList': string;
|
|
@@ -182,6 +182,7 @@ declare const _default: {
|
|
|
182
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
183
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
184
184
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
185
186
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
186
187
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
187
188
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -588,6 +589,7 @@ declare const _default: {
|
|
|
588
589
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
589
590
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
590
591
|
'fabric.editor.on': string;
|
|
592
|
+
'fabric.editor.openButtonTitle': string;
|
|
591
593
|
'fabric.editor.openCellOptions': string;
|
|
592
594
|
'fabric.editor.openLink': string;
|
|
593
595
|
'fabric.editor.orderedList': string;
|
|
@@ -182,6 +182,7 @@ declare const _default: {
|
|
|
182
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
183
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
184
184
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
185
186
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
186
187
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
187
188
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -588,6 +589,7 @@ declare const _default: {
|
|
|
588
589
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
589
590
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
590
591
|
'fabric.editor.on': string;
|
|
592
|
+
'fabric.editor.openButtonTitle': string;
|
|
591
593
|
'fabric.editor.openCellOptions': string;
|
|
592
594
|
'fabric.editor.openLink': string;
|
|
593
595
|
'fabric.editor.orderedList': string;
|
|
@@ -23,7 +23,7 @@ export { DropdownMenuSharedCssClassName } from './shared/dropdown-menu';
|
|
|
23
23
|
export { CodeBlockSharedCssClassName, codeBlockSharedStyles, codeBlockInListSafariFix, } from './shared/code-block';
|
|
24
24
|
export { LAYOUT_SECTION_MARGIN, LAYOUT_COLUMN_PADDING } from './shared/layout';
|
|
25
25
|
export { EXTENSION_PADDING, BODIED_EXT_PADDING } from './shared/extension';
|
|
26
|
-
export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, } from './shared/resizer';
|
|
26
|
+
export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, pragmaticResizerStyles, } from './shared/resizer';
|
|
27
27
|
export { gridStyles, GRID_GUTTER } from './shared/grid';
|
|
28
28
|
export { smartCardStyles, FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNER_CONTAINER_CLASSNAME, } from './shared/smartCard';
|
|
29
29
|
export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
@@ -8,3 +8,4 @@ export declare const resizerDangerClassName = "resizer-handle-danger";
|
|
|
8
8
|
export declare const handleWrapperClass = "resizer-handle-wrapper";
|
|
9
9
|
export declare const resizerHandleZIndex = 1;
|
|
10
10
|
export declare const resizerStyles: import("@emotion/react").SerializedStyles;
|
|
11
|
+
export declare const pragmaticResizerStyles: () => import("@emotion/react").SerializedStyles | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "105.
|
|
3
|
+
"version": "105.8.0",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -141,17 +141,18 @@
|
|
|
141
141
|
"@atlaskit/emoji": "^69.2.0",
|
|
142
142
|
"@atlaskit/icon": "^26.1.0",
|
|
143
143
|
"@atlaskit/icon-object": "^7.1.0",
|
|
144
|
-
"@atlaskit/link
|
|
145
|
-
"@atlaskit/link-
|
|
146
|
-
"@atlaskit/
|
|
144
|
+
"@atlaskit/link": "^3.2.0",
|
|
145
|
+
"@atlaskit/link-datasource": "^4.11.0",
|
|
146
|
+
"@atlaskit/link-picker": "^3.4.0",
|
|
147
|
+
"@atlaskit/media-card": "^79.3.0",
|
|
147
148
|
"@atlaskit/media-client": "^33.3.0",
|
|
148
149
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
149
|
-
"@atlaskit/media-common": "^12.
|
|
150
|
+
"@atlaskit/media-common": "^12.1.0",
|
|
150
151
|
"@atlaskit/media-file-preview": "^0.11.0",
|
|
151
152
|
"@atlaskit/media-picker": "^69.0.0",
|
|
152
|
-
"@atlaskit/media-ui": "^28.
|
|
153
|
-
"@atlaskit/media-viewer": "^52.
|
|
154
|
-
"@atlaskit/mention": "^24.
|
|
153
|
+
"@atlaskit/media-ui": "^28.2.0",
|
|
154
|
+
"@atlaskit/media-viewer": "^52.1.0",
|
|
155
|
+
"@atlaskit/mention": "^24.2.0",
|
|
155
156
|
"@atlaskit/menu": "^7.1.0",
|
|
156
157
|
"@atlaskit/onboarding": "^14.1.0",
|
|
157
158
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
@@ -161,13 +162,13 @@
|
|
|
161
162
|
"@atlaskit/profilecard": "^23.16.0",
|
|
162
163
|
"@atlaskit/react-ufo": "^3.13.0",
|
|
163
164
|
"@atlaskit/section-message": "^8.2.0",
|
|
164
|
-
"@atlaskit/smart-card": "^38.
|
|
165
|
+
"@atlaskit/smart-card": "^38.4.0",
|
|
165
166
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
166
167
|
"@atlaskit/spinner": "^18.0.0",
|
|
167
168
|
"@atlaskit/task-decision": "^19.2.0",
|
|
168
169
|
"@atlaskit/textfield": "^8.0.0",
|
|
169
170
|
"@atlaskit/theme": "^18.0.0",
|
|
170
|
-
"@atlaskit/tmp-editor-statsig": "^4.
|
|
171
|
+
"@atlaskit/tmp-editor-statsig": "^4.23.0",
|
|
171
172
|
"@atlaskit/tokens": "^4.9.0",
|
|
172
173
|
"@atlaskit/tooltip": "^20.0.0",
|
|
173
174
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -382,6 +383,9 @@
|
|
|
382
383
|
},
|
|
383
384
|
"platform_editor_controls_patch_9": {
|
|
384
385
|
"type": "boolean"
|
|
386
|
+
},
|
|
387
|
+
"dst-a11y__replace-anchor-with-link__editor": {
|
|
388
|
+
"type": "boolean"
|
|
385
389
|
}
|
|
386
390
|
}
|
|
387
391
|
}
|