@atlaskit/editor-common 106.5.0 → 106.5.2
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 +21 -0
- package/dist/cjs/extensibility/ExtensionNodeWrapper.js +7 -38
- package/dist/cjs/extensibility/extensionNodeView.js +3 -4
- package/dist/cjs/hooks/sharedPluginStateHookMigratorFactory.js +2 -2
- package/dist/cjs/hooks/usePluginStateEffect.js +3 -3
- package/dist/cjs/i18n/cs.js +4 -0
- package/dist/cjs/i18n/da.js +4 -0
- package/dist/cjs/i18n/de.js +4 -0
- package/dist/cjs/i18n/en.js +13 -0
- package/dist/cjs/i18n/en_GB.js +13 -0
- package/dist/cjs/i18n/en_ZZ.js +9 -0
- package/dist/cjs/i18n/es.js +4 -0
- package/dist/cjs/i18n/fi.js +6 -2
- package/dist/cjs/i18n/fr.js +4 -0
- package/dist/cjs/i18n/hr.js +2 -0
- package/dist/cjs/i18n/hu.js +5 -0
- package/dist/cjs/i18n/it.js +10 -6
- package/dist/cjs/i18n/ja.js +6 -2
- package/dist/cjs/i18n/ko.js +5 -1
- package/dist/cjs/i18n/nb.js +4 -0
- package/dist/cjs/i18n/nl.js +5 -1
- package/dist/cjs/i18n/pl.js +5 -1
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/ru.js +7 -3
- package/dist/cjs/i18n/sk.js +107 -10
- package/dist/cjs/i18n/sl.js +18 -0
- package/dist/cjs/i18n/sr.js +894 -0
- package/dist/cjs/i18n/sv.js +4 -0
- package/dist/cjs/i18n/th.js +5 -1
- package/dist/cjs/i18n/tr.js +4 -0
- package/dist/cjs/i18n/uk.js +5 -1
- package/dist/cjs/i18n/vi.js +4 -0
- package/dist/cjs/i18n/zh.js +7 -3
- package/dist/cjs/i18n/zh_TW.js +4 -0
- package/dist/cjs/link/ConfigureLinkOverlay/Dropdown.js +3 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Toolbar/ExpandIcon.js +3 -2
- package/dist/cjs/ui-menu/ColorPickerButton/index.js +10 -8
- package/dist/cjs/ui-menu/Dropdown/index.js +3 -0
- package/dist/cjs/utils/imageLoader.js +1 -5
- package/dist/es2019/extensibility/ExtensionNodeWrapper.js +7 -36
- package/dist/es2019/extensibility/extensionNodeView.js +3 -4
- package/dist/es2019/hooks/sharedPluginStateHookMigratorFactory.js +2 -2
- package/dist/es2019/hooks/usePluginStateEffect.js +3 -3
- package/dist/es2019/i18n/cs.js +4 -0
- package/dist/es2019/i18n/da.js +4 -0
- package/dist/es2019/i18n/de.js +4 -0
- package/dist/es2019/i18n/en.js +13 -0
- package/dist/es2019/i18n/en_GB.js +13 -0
- package/dist/es2019/i18n/en_ZZ.js +9 -0
- package/dist/es2019/i18n/es.js +4 -0
- package/dist/es2019/i18n/fi.js +6 -2
- package/dist/es2019/i18n/fr.js +4 -0
- package/dist/es2019/i18n/hr.js +2 -0
- package/dist/es2019/i18n/hu.js +5 -0
- package/dist/es2019/i18n/it.js +10 -6
- package/dist/es2019/i18n/ja.js +6 -2
- package/dist/es2019/i18n/ko.js +5 -1
- package/dist/es2019/i18n/nb.js +4 -0
- package/dist/es2019/i18n/nl.js +5 -1
- package/dist/es2019/i18n/pl.js +5 -1
- package/dist/es2019/i18n/pt_BR.js +4 -0
- package/dist/es2019/i18n/ru.js +7 -3
- package/dist/es2019/i18n/sk.js +107 -10
- package/dist/es2019/i18n/sl.js +12 -0
- package/dist/es2019/i18n/sr.js +888 -0
- package/dist/es2019/i18n/sv.js +4 -0
- package/dist/es2019/i18n/th.js +5 -1
- package/dist/es2019/i18n/tr.js +4 -0
- package/dist/es2019/i18n/uk.js +5 -1
- package/dist/es2019/i18n/vi.js +4 -0
- package/dist/es2019/i18n/zh.js +7 -3
- package/dist/es2019/i18n/zh_TW.js +4 -0
- package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +3 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Toolbar/ExpandIcon.js +3 -2
- package/dist/es2019/ui-menu/ColorPickerButton/index.js +5 -3
- package/dist/es2019/ui-menu/Dropdown/index.js +3 -0
- package/dist/es2019/utils/imageLoader.js +1 -5
- package/dist/esm/extensibility/ExtensionNodeWrapper.js +7 -38
- package/dist/esm/extensibility/extensionNodeView.js +3 -4
- package/dist/esm/hooks/sharedPluginStateHookMigratorFactory.js +2 -2
- package/dist/esm/hooks/usePluginStateEffect.js +3 -3
- package/dist/esm/i18n/cs.js +4 -0
- package/dist/esm/i18n/da.js +4 -0
- package/dist/esm/i18n/de.js +4 -0
- package/dist/esm/i18n/en.js +13 -0
- package/dist/esm/i18n/en_GB.js +13 -0
- package/dist/esm/i18n/en_ZZ.js +9 -0
- package/dist/esm/i18n/es.js +4 -0
- package/dist/esm/i18n/fi.js +6 -2
- package/dist/esm/i18n/fr.js +4 -0
- package/dist/esm/i18n/hr.js +2 -0
- package/dist/esm/i18n/hu.js +5 -0
- package/dist/esm/i18n/it.js +10 -6
- package/dist/esm/i18n/ja.js +6 -2
- package/dist/esm/i18n/ko.js +5 -1
- package/dist/esm/i18n/nb.js +4 -0
- package/dist/esm/i18n/nl.js +5 -1
- package/dist/esm/i18n/pl.js +5 -1
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/ru.js +7 -3
- package/dist/esm/i18n/sk.js +107 -10
- package/dist/esm/i18n/sl.js +12 -0
- package/dist/esm/i18n/sr.js +888 -0
- package/dist/esm/i18n/sv.js +4 -0
- package/dist/esm/i18n/th.js +5 -1
- package/dist/esm/i18n/tr.js +4 -0
- package/dist/esm/i18n/uk.js +5 -1
- package/dist/esm/i18n/vi.js +4 -0
- package/dist/esm/i18n/zh.js +7 -3
- package/dist/esm/i18n/zh_TW.js +4 -0
- package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +3 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Toolbar/ExpandIcon.js +3 -2
- package/dist/esm/ui-menu/ColorPickerButton/index.js +5 -3
- package/dist/esm/ui-menu/Dropdown/index.js +3 -0
- package/dist/esm/utils/imageLoader.js +1 -5
- package/dist/types/analytics/index.d.ts +1 -1
- package/dist/types/analytics/types/breakout-events.d.ts +1 -2
- package/dist/types/extensibility/ExtensionNodeWrapper.d.ts +2 -4
- package/dist/types/extensibility/extensionNodeView.d.ts +3 -3
- package/dist/types/extensibility/index.d.ts +1 -1
- package/dist/types/extensibility/types.d.ts +2 -0
- package/dist/types/i18n/cs.d.ts +4 -0
- package/dist/types/i18n/da.d.ts +4 -0
- package/dist/types/i18n/de.d.ts +4 -0
- package/dist/types/i18n/en.d.ts +13 -0
- package/dist/types/i18n/en_GB.d.ts +13 -0
- package/dist/types/i18n/en_ZZ.d.ts +9 -0
- package/dist/types/i18n/es.d.ts +4 -0
- package/dist/types/i18n/fi.d.ts +4 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hr.d.ts +2 -0
- package/dist/types/i18n/hu.d.ts +5 -0
- package/dist/types/i18n/it.d.ts +4 -0
- package/dist/types/i18n/ja.d.ts +4 -0
- package/dist/types/i18n/ko.d.ts +4 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +4 -0
- package/dist/types/i18n/pl.d.ts +4 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/ru.d.ts +4 -0
- package/dist/types/i18n/sk.d.ts +97 -0
- package/dist/types/i18n/sl.d.ts +11 -0
- package/dist/types/i18n/sr.d.ts +887 -0
- package/dist/types/i18n/sv.d.ts +4 -0
- package/dist/types/i18n/th.d.ts +4 -0
- package/dist/types/i18n/tr.d.ts +4 -0
- package/dist/types/i18n/uk.d.ts +4 -0
- package/dist/types/i18n/vi.d.ts +4 -0
- package/dist/types/i18n/zh.d.ts +4 -0
- package/dist/types/i18n/zh_TW.d.ts +4 -0
- package/dist/types/types/index.d.ts +0 -1
- package/dist/types-ts4.5/analytics/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/breakout-events.d.ts +1 -2
- package/dist/types-ts4.5/extensibility/ExtensionNodeWrapper.d.ts +2 -4
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +3 -3
- package/dist/types-ts4.5/extensibility/index.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/types.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +4 -0
- package/dist/types-ts4.5/i18n/da.d.ts +4 -0
- package/dist/types-ts4.5/i18n/de.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en.d.ts +13 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +13 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +9 -0
- package/dist/types-ts4.5/i18n/es.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +5 -0
- package/dist/types-ts4.5/i18n/it.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +4 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +97 -0
- package/dist/types-ts4.5/i18n/sl.d.ts +11 -0
- package/dist/types-ts4.5/i18n/sr.d.ts +887 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +4 -0
- package/dist/types-ts4.5/i18n/th.d.ts +4 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +4 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +4 -0
- package/dist/types-ts4.5/types/index.d.ts +0 -1
- package/package.json +3 -9
- package/dist/cjs/types/extensibility.js +0 -1
- package/dist/es2019/types/extensibility.js +0 -0
- package/dist/esm/types/extensibility.js +0 -0
- package/dist/types/types/extensibility.d.ts +0 -4
- package/dist/types-ts4.5/types/extensibility.d.ts +0 -4
|
@@ -575,6 +575,7 @@ declare const _default: {
|
|
|
575
575
|
'fabric.editor.moveColumnRight': string;
|
|
576
576
|
'fabric.editor.moveDownDown': string;
|
|
577
577
|
'fabric.editor.moveRowUp': string;
|
|
578
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
578
579
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
580
581
|
'fabric.editor.noResultsFound': string;
|
|
@@ -627,6 +628,7 @@ declare const _default: {
|
|
|
627
628
|
'fabric.editor.requestToEdit': string;
|
|
628
629
|
'fabric.editor.requestToEditDescription': string;
|
|
629
630
|
'fabric.editor.requestToEditDismiss': string;
|
|
631
|
+
'fabric.editor.resizeHandle': string;
|
|
630
632
|
'fabric.editor.resultsCount': string;
|
|
631
633
|
'fabric.editor.richText': string;
|
|
632
634
|
'fabric.editor.rightSidebar': string;
|
|
@@ -716,6 +718,8 @@ declare const _default: {
|
|
|
716
718
|
'fabric.editor.toolbarMediaTitle': string;
|
|
717
719
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
718
720
|
'fabric.editor.toolbarPositionInline': string;
|
|
721
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
722
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
719
723
|
'fabric.editor.tooltip.blockPanel': string;
|
|
720
724
|
'fabric.editor.tooltip.bulletList': string;
|
|
721
725
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -561,6 +561,7 @@ declare const _default: {
|
|
|
561
561
|
'fabric.editor.moveColumnRight': string;
|
|
562
562
|
'fabric.editor.moveDownDown': string;
|
|
563
563
|
'fabric.editor.moveRowUp': string;
|
|
564
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
564
565
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
565
566
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
566
567
|
'fabric.editor.noResultsFound': string;
|
|
@@ -613,6 +614,7 @@ declare const _default: {
|
|
|
613
614
|
'fabric.editor.requestToEdit': string;
|
|
614
615
|
'fabric.editor.requestToEditDescription': string;
|
|
615
616
|
'fabric.editor.requestToEditDismiss': string;
|
|
617
|
+
'fabric.editor.resizeHandle': string;
|
|
616
618
|
'fabric.editor.resultsCount': string;
|
|
617
619
|
'fabric.editor.richText': string;
|
|
618
620
|
'fabric.editor.rightSidebar': string;
|
|
@@ -702,6 +704,8 @@ declare const _default: {
|
|
|
702
704
|
'fabric.editor.toolbarMediaTitle': string;
|
|
703
705
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
704
706
|
'fabric.editor.toolbarPositionInline': string;
|
|
707
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
708
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
705
709
|
'fabric.editor.tooltip.blockPanel': string;
|
|
706
710
|
'fabric.editor.tooltip.bulletList': string;
|
|
707
711
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -561,6 +561,7 @@ declare const _default: {
|
|
|
561
561
|
'fabric.editor.moveColumnRight': string;
|
|
562
562
|
'fabric.editor.moveDownDown': string;
|
|
563
563
|
'fabric.editor.moveRowUp': string;
|
|
564
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
564
565
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
565
566
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
566
567
|
'fabric.editor.noResultsFound': string;
|
|
@@ -613,6 +614,7 @@ declare const _default: {
|
|
|
613
614
|
'fabric.editor.requestToEdit': string;
|
|
614
615
|
'fabric.editor.requestToEditDescription': string;
|
|
615
616
|
'fabric.editor.requestToEditDismiss': string;
|
|
617
|
+
'fabric.editor.resizeHandle': string;
|
|
616
618
|
'fabric.editor.resultsCount': string;
|
|
617
619
|
'fabric.editor.richText': string;
|
|
618
620
|
'fabric.editor.rightSidebar': string;
|
|
@@ -702,6 +704,8 @@ declare const _default: {
|
|
|
702
704
|
'fabric.editor.toolbarMediaTitle': string;
|
|
703
705
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
704
706
|
'fabric.editor.toolbarPositionInline': string;
|
|
707
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
708
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
705
709
|
'fabric.editor.tooltip.blockPanel': string;
|
|
706
710
|
'fabric.editor.tooltip.bulletList': string;
|
|
707
711
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -561,6 +561,7 @@ declare const _default: {
|
|
|
561
561
|
'fabric.editor.moveColumnRight': string;
|
|
562
562
|
'fabric.editor.moveDownDown': string;
|
|
563
563
|
'fabric.editor.moveRowUp': string;
|
|
564
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
564
565
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
565
566
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
566
567
|
'fabric.editor.noResultsFound': string;
|
|
@@ -613,6 +614,7 @@ declare const _default: {
|
|
|
613
614
|
'fabric.editor.requestToEdit': string;
|
|
614
615
|
'fabric.editor.requestToEditDescription': string;
|
|
615
616
|
'fabric.editor.requestToEditDismiss': string;
|
|
617
|
+
'fabric.editor.resizeHandle': string;
|
|
616
618
|
'fabric.editor.resultsCount': string;
|
|
617
619
|
'fabric.editor.richText': string;
|
|
618
620
|
'fabric.editor.rightSidebar': string;
|
|
@@ -702,6 +704,8 @@ declare const _default: {
|
|
|
702
704
|
'fabric.editor.toolbarMediaTitle': string;
|
|
703
705
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
704
706
|
'fabric.editor.toolbarPositionInline': string;
|
|
707
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
708
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
705
709
|
'fabric.editor.tooltip.blockPanel': string;
|
|
706
710
|
'fabric.editor.tooltip.bulletList': string;
|
|
707
711
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -58,4 +58,3 @@ import type { EditorPresetBuilder, ExtractPresetAPI } from '../preset';
|
|
|
58
58
|
*/
|
|
59
59
|
export type ExtractPublicEditorAPI<T extends EditorPresetBuilder<any, any>> = ExtractPresetAPI<T>;
|
|
60
60
|
export type { UserPreferencesProvider, UserPreferences } from './user-preferences';
|
|
61
|
-
export type { ExtensionViewportSize } from './extensibility';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "106.5.
|
|
3
|
+
"version": "106.5.2",
|
|
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/"
|
|
@@ -164,13 +164,13 @@
|
|
|
164
164
|
"@atlaskit/profilecard": "^23.18.0",
|
|
165
165
|
"@atlaskit/react-ufo": "^3.13.0",
|
|
166
166
|
"@atlaskit/section-message": "^8.2.0",
|
|
167
|
-
"@atlaskit/smart-card": "^38.
|
|
167
|
+
"@atlaskit/smart-card": "^38.9.0",
|
|
168
168
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
169
169
|
"@atlaskit/spinner": "^18.0.0",
|
|
170
170
|
"@atlaskit/task-decision": "^19.2.0",
|
|
171
171
|
"@atlaskit/textfield": "^8.0.0",
|
|
172
172
|
"@atlaskit/theme": "^18.0.0",
|
|
173
|
-
"@atlaskit/tmp-editor-statsig": "^6.
|
|
173
|
+
"@atlaskit/tmp-editor-statsig": "^6.1.0",
|
|
174
174
|
"@atlaskit/tokens": "^5.1.0",
|
|
175
175
|
"@atlaskit/tooltip": "^20.3.0",
|
|
176
176
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -266,12 +266,6 @@
|
|
|
266
266
|
"platform_editor_react18_mention_with_provider_jira": {
|
|
267
267
|
"type": "boolean"
|
|
268
268
|
},
|
|
269
|
-
"platform_editor_react18_phase2_v2": {
|
|
270
|
-
"type": "boolean"
|
|
271
|
-
},
|
|
272
|
-
"platform_editor_react18_phase2_v2_extended": {
|
|
273
|
-
"type": "boolean"
|
|
274
|
-
},
|
|
275
269
|
"platform_editor_typography_ugc": {
|
|
276
270
|
"type": "boolean"
|
|
277
271
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
File without changes
|
|
File without changes
|