@atlaskit/editor-common 111.8.4 → 111.8.6
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 +19 -0
- package/dist/cjs/analytics/types/enums.js +1 -0
- package/dist/cjs/extensibility/Extension/Extension/index.js +11 -7
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +11 -5
- package/dist/cjs/extensibility/utils/should-extension-breakout.js +32 -0
- package/dist/cjs/i18n/cs.js +1 -0
- package/dist/cjs/i18n/da.js +1 -0
- package/dist/cjs/i18n/de.js +1 -0
- package/dist/cjs/i18n/en.js +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/es.js +1 -0
- package/dist/cjs/i18n/fi.js +1 -0
- package/dist/cjs/i18n/fr.js +1 -0
- package/dist/cjs/i18n/hr.js +1 -0
- package/dist/cjs/i18n/hu.js +1 -0
- package/dist/cjs/i18n/it.js +1 -0
- package/dist/cjs/i18n/ja.js +1 -0
- package/dist/cjs/i18n/ko.js +1 -0
- package/dist/cjs/i18n/nb.js +1 -0
- package/dist/cjs/i18n/nl.js +1 -0
- package/dist/cjs/i18n/pl.js +1 -0
- package/dist/cjs/i18n/pt_BR.js +1 -0
- package/dist/cjs/i18n/ru.js +1 -0
- package/dist/cjs/i18n/sk.js +1 -0
- package/dist/cjs/i18n/sl.js +1 -0
- package/dist/cjs/i18n/sr.js +1 -0
- package/dist/cjs/i18n/sr_RS.js +1 -0
- package/dist/cjs/i18n/sr_YR.js +1 -0
- package/dist/cjs/i18n/sv.js +1 -0
- package/dist/cjs/i18n/th.js +1 -0
- package/dist/cjs/i18n/tr.js +1 -0
- package/dist/cjs/i18n/uk.js +1 -0
- package/dist/cjs/i18n/vi.js +1 -0
- package/dist/cjs/i18n/zh.js +1 -0
- package/dist/cjs/i18n/zh_TW.js +1 -0
- package/dist/cjs/messages/company-hub-text-color.js +14 -0
- package/dist/cjs/messages/index.js +7 -0
- package/dist/cjs/messages/mentions.js +10 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/analytics/types/enums.js +1 -0
- package/dist/es2019/extensibility/Extension/Extension/index.js +11 -7
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +11 -5
- package/dist/es2019/extensibility/utils/should-extension-breakout.js +26 -0
- package/dist/es2019/i18n/cs.js +1 -0
- package/dist/es2019/i18n/da.js +1 -0
- package/dist/es2019/i18n/de.js +1 -0
- package/dist/es2019/i18n/en.js +1 -0
- package/dist/es2019/i18n/en_GB.js +1 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/es.js +1 -0
- package/dist/es2019/i18n/fi.js +1 -0
- package/dist/es2019/i18n/fr.js +1 -0
- package/dist/es2019/i18n/hr.js +1 -0
- package/dist/es2019/i18n/hu.js +1 -0
- package/dist/es2019/i18n/it.js +1 -0
- package/dist/es2019/i18n/ja.js +1 -0
- package/dist/es2019/i18n/ko.js +1 -0
- package/dist/es2019/i18n/nb.js +1 -0
- package/dist/es2019/i18n/nl.js +1 -0
- package/dist/es2019/i18n/pl.js +1 -0
- package/dist/es2019/i18n/pt_BR.js +1 -0
- package/dist/es2019/i18n/ru.js +1 -0
- package/dist/es2019/i18n/sk.js +1 -0
- package/dist/es2019/i18n/sl.js +1 -0
- package/dist/es2019/i18n/sr.js +1 -0
- package/dist/es2019/i18n/sr_RS.js +1 -0
- package/dist/es2019/i18n/sr_YR.js +1 -0
- package/dist/es2019/i18n/sv.js +1 -0
- package/dist/es2019/i18n/th.js +1 -0
- package/dist/es2019/i18n/tr.js +1 -0
- package/dist/es2019/i18n/uk.js +1 -0
- package/dist/es2019/i18n/vi.js +1 -0
- package/dist/es2019/i18n/zh.js +1 -0
- package/dist/es2019/i18n/zh_TW.js +1 -0
- package/dist/es2019/messages/company-hub-text-color.js +8 -0
- package/dist/es2019/messages/index.js +1 -0
- package/dist/es2019/messages/mentions.js +10 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/analytics/types/enums.js +1 -0
- package/dist/esm/extensibility/Extension/Extension/index.js +11 -7
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +11 -5
- package/dist/esm/extensibility/utils/should-extension-breakout.js +26 -0
- package/dist/esm/i18n/cs.js +1 -0
- package/dist/esm/i18n/da.js +1 -0
- package/dist/esm/i18n/de.js +1 -0
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/es.js +1 -0
- package/dist/esm/i18n/fi.js +1 -0
- package/dist/esm/i18n/fr.js +1 -0
- package/dist/esm/i18n/hr.js +1 -0
- package/dist/esm/i18n/hu.js +1 -0
- package/dist/esm/i18n/it.js +1 -0
- package/dist/esm/i18n/ja.js +1 -0
- package/dist/esm/i18n/ko.js +1 -0
- package/dist/esm/i18n/nb.js +1 -0
- package/dist/esm/i18n/nl.js +1 -0
- package/dist/esm/i18n/pl.js +1 -0
- package/dist/esm/i18n/pt_BR.js +1 -0
- package/dist/esm/i18n/ru.js +1 -0
- package/dist/esm/i18n/sk.js +1 -0
- package/dist/esm/i18n/sl.js +1 -0
- package/dist/esm/i18n/sr.js +1 -0
- package/dist/esm/i18n/sr_RS.js +1 -0
- package/dist/esm/i18n/sr_YR.js +1 -0
- package/dist/esm/i18n/sv.js +1 -0
- package/dist/esm/i18n/th.js +1 -0
- package/dist/esm/i18n/tr.js +1 -0
- package/dist/esm/i18n/uk.js +1 -0
- package/dist/esm/i18n/vi.js +1 -0
- package/dist/esm/i18n/zh.js +1 -0
- package/dist/esm/i18n/zh_TW.js +1 -0
- package/dist/esm/messages/company-hub-text-color.js +8 -0
- package/dist/esm/messages/index.js +1 -0
- package/dist/esm/messages/mentions.js +10 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/ai-unified-events.d.ts +4 -1
- package/dist/types/analytics/types/enums.d.ts +1 -0
- package/dist/types/extensibility/utils/should-extension-breakout.d.ts +8 -0
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sk.d.ts +1 -0
- package/dist/types/i18n/sl.d.ts +1 -0
- package/dist/types/i18n/sr.d.ts +1 -0
- package/dist/types/i18n/sr_RS.d.ts +1 -0
- package/dist/types/i18n/sr_YR.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/messages/company-hub-text-color.d.ts +7 -0
- package/dist/types/messages/index.d.ts +1 -0
- package/dist/types/messages/mentions.d.ts +10 -0
- package/dist/types-ts4.5/analytics/types/ai-unified-events.d.ts +4 -1
- package/dist/types-ts4.5/analytics/types/enums.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/utils/should-extension-breakout.d.ts +8 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/messages/company-hub-text-color.d.ts +7 -0
- package/dist/types-ts4.5/messages/index.d.ts +1 -0
- package/dist/types-ts4.5/messages/mentions.d.ts +10 -0
- package/package.json +4 -4
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -829,6 +829,7 @@ export default {
|
|
|
829
829
|
'fabric.editor.textColor': 'Cor do texto {selectedColorName}',
|
|
830
830
|
'fabric.editor.textColorHighlightTooltip': 'Cor do texto e de destaque',
|
|
831
831
|
'fabric.editor.textColorTooltip': 'Cor do texto',
|
|
832
|
+
'companyHub.editor.textColor.pickerTitle': 'Cor do texto',
|
|
832
833
|
'fabric.editor.textFormat': 'Formatar texto',
|
|
833
834
|
'fabric.editor.textFormatting': 'Formatação de texto',
|
|
834
835
|
'fabric.editor.textStyles': 'Estilos de texto {blockTypeName}',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -833,6 +833,7 @@ export default {
|
|
|
833
833
|
'fabric.editor.textColor': 'Цвет текста: {selectedColorName}',
|
|
834
834
|
'fabric.editor.textColorHighlightTooltip': 'Цвет текста и выделения',
|
|
835
835
|
'fabric.editor.textColorTooltip': 'Цвет текста',
|
|
836
|
+
'companyHub.editor.textColor.pickerTitle': 'Цвет текста',
|
|
836
837
|
'fabric.editor.textFormat': 'Форматировать текст',
|
|
837
838
|
'fabric.editor.textFormatting': 'Форматирование текста',
|
|
838
839
|
'fabric.editor.textStyles': 'Стили текста: {blockTypeName}',
|
package/dist/esm/i18n/sk.js
CHANGED
|
@@ -766,6 +766,7 @@ export default {
|
|
|
766
766
|
'fabric.editor.text.formatting.off': 'Formátovanie textu vypnuté',
|
|
767
767
|
'fabric.editor.textColor': 'Farba textu: {selectedColorName}',
|
|
768
768
|
'fabric.editor.textColorTooltip': 'Farba textu',
|
|
769
|
+
'companyHub.editor.textColor.pickerTitle': 'Farba textu',
|
|
769
770
|
'fabric.editor.textFormat': 'Formátovať text',
|
|
770
771
|
'fabric.editor.textFormatting': 'Formátovanie textu',
|
|
771
772
|
'fabric.editor.textStyles': 'Štýly textu: {blockTypeName}',
|
package/dist/esm/i18n/sl.js
CHANGED
|
@@ -884,6 +884,7 @@ export default {
|
|
|
884
884
|
'fabric.editor.textColor': '{selectedColorName} barva besedila',
|
|
885
885
|
'fabric.editor.textColorHighlightTooltip': 'Barva besedila in označevanja',
|
|
886
886
|
'fabric.editor.textColorTooltip': 'Barva besedila',
|
|
887
|
+
'companyHub.editor.textColor.pickerTitle': 'Barva besedila',
|
|
887
888
|
'fabric.editor.textFormat': 'Oblikovanje besedila',
|
|
888
889
|
'fabric.editor.textFormatting': 'Oblikovanje besedila',
|
|
889
890
|
'fabric.editor.textStyles': '{blockTypeName} slogi besedila',
|
package/dist/esm/i18n/sr.js
CHANGED
|
@@ -766,6 +766,7 @@ export default {
|
|
|
766
766
|
'fabric.editor.text.formatting.off': 'Isključeno formatiranje teksta',
|
|
767
767
|
'fabric.editor.textColor': '{selectedColorName} boja teksta',
|
|
768
768
|
'fabric.editor.textColorTooltip': 'Boja teksta',
|
|
769
|
+
'companyHub.editor.textColor.pickerTitle': 'Boja teksta',
|
|
769
770
|
'fabric.editor.textFormat': 'Formatiraj tekst',
|
|
770
771
|
'fabric.editor.textFormatting': 'Formatiranje teksta',
|
|
771
772
|
'fabric.editor.textStyles': '{blockTypeName} stilovi teksta',
|
package/dist/esm/i18n/sr_RS.js
CHANGED
|
@@ -892,6 +892,7 @@ export default {
|
|
|
892
892
|
'fabric.editor.textColor': '{selectedColorName} boja teksta',
|
|
893
893
|
'fabric.editor.textColorHighlightTooltip': 'Boja teksta i boja za isticanje',
|
|
894
894
|
'fabric.editor.textColorTooltip': 'Boja teksta',
|
|
895
|
+
'companyHub.editor.textColor.pickerTitle': 'Boja teksta',
|
|
895
896
|
'fabric.editor.textFormat': 'Formatiraj tekst',
|
|
896
897
|
'fabric.editor.textFormatting': 'Formatiranje teksta',
|
|
897
898
|
'fabric.editor.textStyles': '{blockTypeName} stilovi teksta',
|
package/dist/esm/i18n/sr_YR.js
CHANGED
|
@@ -892,6 +892,7 @@ export default {
|
|
|
892
892
|
'fabric.editor.textColor': '{selectedColorName} боја текста',
|
|
893
893
|
'fabric.editor.textColorHighlightTooltip': 'Боја текста и боја за истицање',
|
|
894
894
|
'fabric.editor.textColorTooltip': 'Боја текста',
|
|
895
|
+
'companyHub.editor.textColor.pickerTitle': 'Боја текста',
|
|
895
896
|
'fabric.editor.textFormat': 'Форматирај текст',
|
|
896
897
|
'fabric.editor.textFormatting': 'Форматирање текста',
|
|
897
898
|
'fabric.editor.textStyles': '{blockTypeName} стилови текста',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -830,6 +830,7 @@ export default {
|
|
|
830
830
|
'fabric.editor.textColor': 'Textfärg {selectedColorName}',
|
|
831
831
|
'fabric.editor.textColorHighlightTooltip': 'Text- och markeringsfärg',
|
|
832
832
|
'fabric.editor.textColorTooltip': 'Textfärg',
|
|
833
|
+
'companyHub.editor.textColor.pickerTitle': 'Textfärg',
|
|
833
834
|
'fabric.editor.textFormat': 'Formatera text',
|
|
834
835
|
'fabric.editor.textFormatting': 'Textformatering',
|
|
835
836
|
'fabric.editor.textStyles': 'Textstilar {blockTypeName}',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -816,6 +816,7 @@ export default {
|
|
|
816
816
|
'fabric.editor.textColor': 'สีข้อความ {selectedColorName}',
|
|
817
817
|
'fabric.editor.textColorHighlightTooltip': 'ข้อความและสีไฮไลท์',
|
|
818
818
|
'fabric.editor.textColorTooltip': 'สีข้อความ',
|
|
819
|
+
'companyHub.editor.textColor.pickerTitle': 'สีข้อความ',
|
|
819
820
|
'fabric.editor.textFormat': 'รูปแบบข้อความ',
|
|
820
821
|
'fabric.editor.textFormatting': 'การจัดรูปแบบข้อความ',
|
|
821
822
|
'fabric.editor.textStyles': 'รูปแบบข้อความ {blockTypeName}',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -831,6 +831,7 @@ export default {
|
|
|
831
831
|
'fabric.editor.textColor': '{selectedColorName} Metin rengi',
|
|
832
832
|
'fabric.editor.textColorHighlightTooltip': 'Metin ve Vurgu rengi',
|
|
833
833
|
'fabric.editor.textColorTooltip': 'Metin rengi',
|
|
834
|
+
'companyHub.editor.textColor.pickerTitle': 'Metin rengi',
|
|
834
835
|
'fabric.editor.textFormat': 'Metni biçimlendir',
|
|
835
836
|
'fabric.editor.textFormatting': 'Metin biçimlendirmesi',
|
|
836
837
|
'fabric.editor.textStyles': '{blockTypeName} Metin stilleri',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -816,6 +816,7 @@ export default {
|
|
|
816
816
|
'fabric.editor.textColor': 'Колір тексту: {selectedColorName}',
|
|
817
817
|
'fabric.editor.textColorHighlightTooltip': 'Текст і колір його позначення',
|
|
818
818
|
'fabric.editor.textColorTooltip': 'Колір тексту',
|
|
819
|
+
'companyHub.editor.textColor.pickerTitle': 'Колір тексту',
|
|
819
820
|
'fabric.editor.textFormat': 'Форматувати текст',
|
|
820
821
|
'fabric.editor.textFormatting': 'Форматування у вигляді тексту',
|
|
821
822
|
'fabric.editor.textStyles': 'Стилі тексту: {blockTypeName}',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -816,6 +816,7 @@ export default {
|
|
|
816
816
|
'fabric.editor.textColor': 'Màu văn bản {selectedColorName}',
|
|
817
817
|
'fabric.editor.textColorHighlightTooltip': 'Màu văn bản và phần tô sáng',
|
|
818
818
|
'fabric.editor.textColorTooltip': 'Màu văn bản',
|
|
819
|
+
'companyHub.editor.textColor.pickerTitle': 'Màu văn bản',
|
|
819
820
|
'fabric.editor.textFormat': 'Định dạng văn bản',
|
|
820
821
|
'fabric.editor.textFormatting': 'Định dang văn bản',
|
|
821
822
|
'fabric.editor.textStyles': 'Kiểu văn bản {blockTypeName}',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -831,6 +831,7 @@ export default {
|
|
|
831
831
|
'fabric.editor.textColor': '{selectedColorName}文本颜色',
|
|
832
832
|
'fabric.editor.textColorHighlightTooltip': '文本和突出显示颜色',
|
|
833
833
|
'fabric.editor.textColorTooltip': '文本颜色',
|
|
834
|
+
'companyHub.editor.textColor.pickerTitle': '文本颜色',
|
|
834
835
|
'fabric.editor.textFormat': '设置文本格式',
|
|
835
836
|
'fabric.editor.textFormatting': '文本格式设置',
|
|
836
837
|
'fabric.editor.textStyles': '"{blockTypeName}" 文本样式',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -831,6 +831,7 @@ export default {
|
|
|
831
831
|
'fabric.editor.textColor': '{selectedColorName}的文字顏色',
|
|
832
832
|
'fabric.editor.textColorHighlightTooltip': '文字和醒目提示顏色',
|
|
833
833
|
'fabric.editor.textColorTooltip': '文字顏色',
|
|
834
|
+
'companyHub.editor.textColor.pickerTitle': '文字顏色',
|
|
834
835
|
'fabric.editor.textFormat': '設定文字格式',
|
|
835
836
|
'fabric.editor.textFormatting': '文字格式設定',
|
|
836
837
|
'fabric.editor.textStyles': '{blockTypeName}的文字樣式',
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { defineMessages } from 'react-intl-next';
|
|
2
|
+
export var companyHubTextColorMessages = defineMessages({
|
|
3
|
+
colorPickerTitle: {
|
|
4
|
+
id: 'company-hub-text-color.color-picker-dropdown.picker-title',
|
|
5
|
+
description: 'Header of color picker dropdown for customizing text color of Company Hub',
|
|
6
|
+
defaultMessage: 'Text Color'
|
|
7
|
+
}
|
|
8
|
+
});
|
|
@@ -44,6 +44,7 @@ export { contextPanelMessages } from './context-panel';
|
|
|
44
44
|
export { trackChangesMessages } from './track-changes';
|
|
45
45
|
export { syncBlockMessages } from './syncBlock';
|
|
46
46
|
export { limitedModeMessages } from './limited-mode';
|
|
47
|
+
export { companyHubTextColorMessages } from './company-hub-text-color';
|
|
47
48
|
export default defineMessages({
|
|
48
49
|
layoutFixedWidth: {
|
|
49
50
|
id: 'fabric.editor.layoutFixedWidth',
|
|
@@ -24,5 +24,15 @@ export var mentionMessages = defineMessages({
|
|
|
24
24
|
id: 'fabric.editor.unknown.label',
|
|
25
25
|
defaultMessage: 'Unknown',
|
|
26
26
|
description: 'Label to indicate unknown mention node'
|
|
27
|
+
},
|
|
28
|
+
inviteTeammateInvalidEmail: {
|
|
29
|
+
id: 'fabric.editor.inviteItem.invalidEmail',
|
|
30
|
+
defaultMessage: 'Enter a valid email address',
|
|
31
|
+
description: 'By line text for invite teammate option shown in mentions when the email is invalid. This is a placeholder for the actual error message that will be shown to the user.'
|
|
32
|
+
},
|
|
33
|
+
sendInvite: {
|
|
34
|
+
id: 'fabric.editor.inviteItem.sendInvite',
|
|
35
|
+
defaultMessage: 'Send request to invite teammate',
|
|
36
|
+
description: 'By line text for send request to invite teammate option shown in mentions.'
|
|
27
37
|
}
|
|
28
38
|
});
|
|
@@ -10,7 +10,7 @@ import { isFedRamp } from './environment';
|
|
|
10
10
|
import { normaliseSentryBreadcrumbs, SERIALIZABLE_ATTRIBUTES } from './normalise-sentry-breadcrumbs';
|
|
11
11
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
12
12
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
13
|
-
var packageVersion = "111.8.
|
|
13
|
+
var packageVersion = "111.8.5";
|
|
14
14
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
15
15
|
// Remove URL as it has UGC
|
|
16
16
|
// Ignored via go/ees007
|
|
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
22
22
|
import Layer from '../Layer';
|
|
23
23
|
var packageName = "@atlaskit/editor-common";
|
|
24
|
-
var packageVersion = "111.8.
|
|
24
|
+
var packageVersion = "111.8.5";
|
|
25
25
|
var halfFocusRing = 1;
|
|
26
26
|
var dropOffset = '0, 8';
|
|
27
27
|
var fadeIn = keyframes({
|
|
@@ -35,12 +35,15 @@ type AIUnifiedAgentAttributes = {
|
|
|
35
35
|
};
|
|
36
36
|
type AIInteractionInitiatedAEP = TrackAEP<ACTION.INITIATED, ACTION_SUBJECT.AI_INTERACTION, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes, undefined>;
|
|
37
37
|
type AIInteractionDismissedAEP = TrackAEP<ACTION.DISMISSED, ACTION_SUBJECT.AI_INTERACTION, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes, undefined>;
|
|
38
|
+
type AIInteractionDiscardedAEP = TrackAEP<ACTION.DISCARDED, ACTION_SUBJECT.AI_RESULT, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes, undefined>;
|
|
38
39
|
type AIResultViewedAEP = TrackAEP<ACTION.VIEWED, ACTION_SUBJECT.AI_RESULT, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes, undefined>;
|
|
39
40
|
type AIResultActionedAEP = TrackAEP<ACTION.ACTIONED, ACTION_SUBJECT.AI_RESULT, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes & {
|
|
40
41
|
aiActionedType?: string;
|
|
42
|
+
aiGroupId: string | undefined;
|
|
41
43
|
aiResultAction: string;
|
|
42
44
|
promptType?: string;
|
|
43
45
|
refinementCount?: number;
|
|
46
|
+
wasRedone?: Boolean;
|
|
44
47
|
}, undefined>;
|
|
45
48
|
type AIResultErrorAEP = TrackAEP<ACTION.ERROR, ACTION_SUBJECT.AI_RESULT, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes & {
|
|
46
49
|
aiErrorCode?: number;
|
|
@@ -49,5 +52,5 @@ type AIResultErrorAEP = TrackAEP<ACTION.ERROR, ACTION_SUBJECT.AI_RESULT, ACTION_
|
|
|
49
52
|
type AIFeedbackSubmittedAEP = TrackAEP<ACTION.SUBMITTED, ACTION_SUBJECT.AI_FEEDBACK, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes & {
|
|
50
53
|
aiFeedbackResult: 'up' | 'down';
|
|
51
54
|
}, undefined>;
|
|
52
|
-
export type AIUnifiedEventPayload = AIInteractionInitiatedAEP | AIResultViewedAEP | AIResultErrorAEP | AIInteractionDismissedAEP | AIResultActionedAEP | AIFeedbackSubmittedAEP;
|
|
55
|
+
export type AIUnifiedEventPayload = AIInteractionInitiatedAEP | AIResultViewedAEP | AIResultErrorAEP | AIInteractionDismissedAEP | AIResultActionedAEP | AIFeedbackSubmittedAEP | AIInteractionDiscardedAEP;
|
|
53
56
|
export {};
|
|
@@ -36,6 +36,7 @@ export declare enum ACTION {
|
|
|
36
36
|
DECREMENTED = "decremented",
|
|
37
37
|
DELETED = "deleted",
|
|
38
38
|
DISCARDED_INVALID_STEPS_FROM_TRANSACTION = "discardedInvalidStepsFromTransaction",
|
|
39
|
+
DISCARDED = "discarded",
|
|
39
40
|
/** used in @atlassian/editor-referentiality */
|
|
40
41
|
DISCONNECTED_SOURCE = "disconnectedSource",
|
|
41
42
|
/** used in @atlassian/editor-referentiality */
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { EditorAppearance } from '../../types';
|
|
2
|
+
interface ShouldExtensionBreakoutArgs {
|
|
3
|
+
editorAppearance?: EditorAppearance;
|
|
4
|
+
isTopLevelNode?: boolean;
|
|
5
|
+
layout?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const shouldExtensionBreakout: ({ layout, isTopLevelNode, editorAppearance, }: ShouldExtensionBreakoutArgs) => boolean;
|
|
8
|
+
export {};
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -831,6 +831,7 @@ declare const _default: {
|
|
|
831
831
|
'fabric.editor.textColor': string;
|
|
832
832
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
833
833
|
'fabric.editor.textColorTooltip': string;
|
|
834
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
834
835
|
'fabric.editor.textFormat': string;
|
|
835
836
|
'fabric.editor.textFormatting': string;
|
|
836
837
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -828,6 +828,7 @@ declare const _default: {
|
|
|
828
828
|
'fabric.editor.textColor': string;
|
|
829
829
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
830
830
|
'fabric.editor.textColorTooltip': string;
|
|
831
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
831
832
|
'fabric.editor.textFormat': string;
|
|
832
833
|
'fabric.editor.textFormatting': string;
|
|
833
834
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -830,6 +830,7 @@ declare const _default: {
|
|
|
830
830
|
'fabric.editor.textColor': string;
|
|
831
831
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
832
832
|
'fabric.editor.textColorTooltip': string;
|
|
833
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
833
834
|
'fabric.editor.textFormat': string;
|
|
834
835
|
'fabric.editor.textFormatting': string;
|
|
835
836
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -913,6 +913,7 @@ declare const _default: {
|
|
|
913
913
|
'fabric.editor.textColor': string;
|
|
914
914
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
915
915
|
'fabric.editor.textColorTooltip': string;
|
|
916
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
916
917
|
'fabric.editor.textFormat': string;
|
|
917
918
|
'fabric.editor.textFormatting': string;
|
|
918
919
|
'fabric.editor.textStyles': string;
|
|
@@ -913,6 +913,7 @@ declare const _default: {
|
|
|
913
913
|
'fabric.editor.textColor': string;
|
|
914
914
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
915
915
|
'fabric.editor.textColorTooltip': string;
|
|
916
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
916
917
|
'fabric.editor.textFormat': string;
|
|
917
918
|
'fabric.editor.textFormatting': string;
|
|
918
919
|
'fabric.editor.textStyles': string;
|
|
@@ -912,6 +912,7 @@ declare const _default: {
|
|
|
912
912
|
'fabric.editor.textColor': string;
|
|
913
913
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
914
914
|
'fabric.editor.textColorTooltip': string;
|
|
915
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
915
916
|
'fabric.editor.textFormat': string;
|
|
916
917
|
'fabric.editor.textFormatting': string;
|
|
917
918
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -829,6 +829,7 @@ declare const _default: {
|
|
|
829
829
|
'fabric.editor.textColor': string;
|
|
830
830
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
831
831
|
'fabric.editor.textColorTooltip': string;
|
|
832
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
832
833
|
'fabric.editor.textFormat': string;
|
|
833
834
|
'fabric.editor.textFormatting': string;
|
|
834
835
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -831,6 +831,7 @@ declare const _default: {
|
|
|
831
831
|
'fabric.editor.textColor': string;
|
|
832
832
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
833
833
|
'fabric.editor.textColorTooltip': string;
|
|
834
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
834
835
|
'fabric.editor.textFormat': string;
|
|
835
836
|
'fabric.editor.textFormatting': string;
|
|
836
837
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -829,6 +829,7 @@ declare const _default: {
|
|
|
829
829
|
'fabric.editor.textColor': string;
|
|
830
830
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
831
831
|
'fabric.editor.textColorTooltip': string;
|
|
832
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
832
833
|
'fabric.editor.textFormat': string;
|
|
833
834
|
'fabric.editor.textFormatting': string;
|
|
834
835
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/hr.d.ts
CHANGED
|
@@ -890,6 +890,7 @@ declare const _default: {
|
|
|
890
890
|
'fabric.editor.textColor': string;
|
|
891
891
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
892
892
|
'fabric.editor.textColorTooltip': string;
|
|
893
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
893
894
|
'fabric.editor.textFormat': string;
|
|
894
895
|
'fabric.editor.textFormatting': string;
|
|
895
896
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -828,6 +828,7 @@ declare const _default: {
|
|
|
828
828
|
'fabric.editor.textColor': string;
|
|
829
829
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
830
830
|
'fabric.editor.textColorTooltip': string;
|
|
831
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
831
832
|
'fabric.editor.textFormat': string;
|
|
832
833
|
'fabric.editor.textFormatting': string;
|
|
833
834
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -828,6 +828,7 @@ declare const _default: {
|
|
|
828
828
|
'fabric.editor.textColor': string;
|
|
829
829
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
830
830
|
'fabric.editor.textColorTooltip': string;
|
|
831
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
831
832
|
'fabric.editor.textFormat': string;
|
|
832
833
|
'fabric.editor.textFormatting': string;
|
|
833
834
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -829,6 +829,7 @@ declare const _default: {
|
|
|
829
829
|
'fabric.editor.textColor': string;
|
|
830
830
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
831
831
|
'fabric.editor.textColorTooltip': string;
|
|
832
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
832
833
|
'fabric.editor.textFormat': string;
|
|
833
834
|
'fabric.editor.textFormatting': string;
|
|
834
835
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -829,6 +829,7 @@ declare const _default: {
|
|
|
829
829
|
'fabric.editor.textColor': string;
|
|
830
830
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
831
831
|
'fabric.editor.textColorTooltip': string;
|
|
832
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
832
833
|
'fabric.editor.textFormat': string;
|
|
833
834
|
'fabric.editor.textFormatting': string;
|
|
834
835
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -828,6 +828,7 @@ declare const _default: {
|
|
|
828
828
|
'fabric.editor.textColor': string;
|
|
829
829
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
830
830
|
'fabric.editor.textColorTooltip': string;
|
|
831
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
831
832
|
'fabric.editor.textFormat': string;
|
|
832
833
|
'fabric.editor.textFormatting': string;
|
|
833
834
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -828,6 +828,7 @@ declare const _default: {
|
|
|
828
828
|
'fabric.editor.textColor': string;
|
|
829
829
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
830
830
|
'fabric.editor.textColorTooltip': string;
|
|
831
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
831
832
|
'fabric.editor.textFormat': string;
|
|
832
833
|
'fabric.editor.textFormatting': string;
|
|
833
834
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -831,6 +831,7 @@ declare const _default: {
|
|
|
831
831
|
'fabric.editor.textColor': string;
|
|
832
832
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
833
833
|
'fabric.editor.textColorTooltip': string;
|
|
834
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
834
835
|
'fabric.editor.textFormat': string;
|
|
835
836
|
'fabric.editor.textFormatting': string;
|
|
836
837
|
'fabric.editor.textStyles': string;
|
|
@@ -827,6 +827,7 @@ declare const _default: {
|
|
|
827
827
|
'fabric.editor.textColor': string;
|
|
828
828
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
829
829
|
'fabric.editor.textColorTooltip': string;
|
|
830
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
830
831
|
'fabric.editor.textFormat': string;
|
|
831
832
|
'fabric.editor.textFormatting': string;
|
|
832
833
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -831,6 +831,7 @@ declare const _default: {
|
|
|
831
831
|
'fabric.editor.textColor': string;
|
|
832
832
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
833
833
|
'fabric.editor.textColorTooltip': string;
|
|
834
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
834
835
|
'fabric.editor.textFormat': string;
|
|
835
836
|
'fabric.editor.textFormatting': string;
|
|
836
837
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/sk.d.ts
CHANGED
|
@@ -764,6 +764,7 @@ declare const _default: {
|
|
|
764
764
|
'fabric.editor.text.formatting.off': string;
|
|
765
765
|
'fabric.editor.textColor': string;
|
|
766
766
|
'fabric.editor.textColorTooltip': string;
|
|
767
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
767
768
|
'fabric.editor.textFormat': string;
|
|
768
769
|
'fabric.editor.textFormatting': string;
|
|
769
770
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -882,6 +882,7 @@ declare const _default: {
|
|
|
882
882
|
'fabric.editor.textColor': string;
|
|
883
883
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
884
884
|
'fabric.editor.textColorTooltip': string;
|
|
885
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
885
886
|
'fabric.editor.textFormat': string;
|
|
886
887
|
'fabric.editor.textFormatting': string;
|
|
887
888
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/sr.d.ts
CHANGED
|
@@ -764,6 +764,7 @@ declare const _default: {
|
|
|
764
764
|
'fabric.editor.text.formatting.off': string;
|
|
765
765
|
'fabric.editor.textColor': string;
|
|
766
766
|
'fabric.editor.textColorTooltip': string;
|
|
767
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
767
768
|
'fabric.editor.textFormat': string;
|
|
768
769
|
'fabric.editor.textFormatting': string;
|
|
769
770
|
'fabric.editor.textStyles': string;
|
|
@@ -890,6 +890,7 @@ declare const _default: {
|
|
|
890
890
|
'fabric.editor.textColor': string;
|
|
891
891
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
892
892
|
'fabric.editor.textColorTooltip': string;
|
|
893
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
893
894
|
'fabric.editor.textFormat': string;
|
|
894
895
|
'fabric.editor.textFormatting': string;
|
|
895
896
|
'fabric.editor.textStyles': string;
|
|
@@ -890,6 +890,7 @@ declare const _default: {
|
|
|
890
890
|
'fabric.editor.textColor': string;
|
|
891
891
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
892
892
|
'fabric.editor.textColorTooltip': string;
|
|
893
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
893
894
|
'fabric.editor.textFormat': string;
|
|
894
895
|
'fabric.editor.textFormatting': string;
|
|
895
896
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -828,6 +828,7 @@ declare const _default: {
|
|
|
828
828
|
'fabric.editor.textColor': string;
|
|
829
829
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
830
830
|
'fabric.editor.textColorTooltip': string;
|
|
831
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
831
832
|
'fabric.editor.textFormat': string;
|
|
832
833
|
'fabric.editor.textFormatting': string;
|
|
833
834
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -814,6 +814,7 @@ declare const _default: {
|
|
|
814
814
|
'fabric.editor.textColor': string;
|
|
815
815
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
816
816
|
'fabric.editor.textColorTooltip': string;
|
|
817
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
817
818
|
'fabric.editor.textFormat': string;
|
|
818
819
|
'fabric.editor.textFormatting': string;
|
|
819
820
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -829,6 +829,7 @@ declare const _default: {
|
|
|
829
829
|
'fabric.editor.textColor': string;
|
|
830
830
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
831
831
|
'fabric.editor.textColorTooltip': string;
|
|
832
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
832
833
|
'fabric.editor.textFormat': string;
|
|
833
834
|
'fabric.editor.textFormatting': string;
|
|
834
835
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -814,6 +814,7 @@ declare const _default: {
|
|
|
814
814
|
'fabric.editor.textColor': string;
|
|
815
815
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
816
816
|
'fabric.editor.textColorTooltip': string;
|
|
817
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
817
818
|
'fabric.editor.textFormat': string;
|
|
818
819
|
'fabric.editor.textFormatting': string;
|
|
819
820
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -814,6 +814,7 @@ declare const _default: {
|
|
|
814
814
|
'fabric.editor.textColor': string;
|
|
815
815
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
816
816
|
'fabric.editor.textColorTooltip': string;
|
|
817
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
817
818
|
'fabric.editor.textFormat': string;
|
|
818
819
|
'fabric.editor.textFormatting': string;
|
|
819
820
|
'fabric.editor.textStyles': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -829,6 +829,7 @@ declare const _default: {
|
|
|
829
829
|
'fabric.editor.textColor': string;
|
|
830
830
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
831
831
|
'fabric.editor.textColorTooltip': string;
|
|
832
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
832
833
|
'fabric.editor.textFormat': string;
|
|
833
834
|
'fabric.editor.textFormatting': string;
|
|
834
835
|
'fabric.editor.textStyles': string;
|
|
@@ -829,6 +829,7 @@ declare const _default: {
|
|
|
829
829
|
'fabric.editor.textColor': string;
|
|
830
830
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
831
831
|
'fabric.editor.textColorTooltip': string;
|
|
832
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
832
833
|
'fabric.editor.textFormat': string;
|
|
833
834
|
'fabric.editor.textFormatting': string;
|
|
834
835
|
'fabric.editor.textStyles': string;
|
|
@@ -40,6 +40,7 @@ export { contextPanelMessages } from './context-panel';
|
|
|
40
40
|
export { trackChangesMessages } from './track-changes';
|
|
41
41
|
export { syncBlockMessages } from './syncBlock';
|
|
42
42
|
export { limitedModeMessages } from './limited-mode';
|
|
43
|
+
export { companyHubTextColorMessages } from './company-hub-text-color';
|
|
43
44
|
declare const _default: {
|
|
44
45
|
layoutFixedWidth: {
|
|
45
46
|
id: string;
|
|
@@ -24,4 +24,14 @@ export declare const mentionMessages: {
|
|
|
24
24
|
defaultMessage: string;
|
|
25
25
|
description: string;
|
|
26
26
|
};
|
|
27
|
+
inviteTeammateInvalidEmail: {
|
|
28
|
+
id: string;
|
|
29
|
+
defaultMessage: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
sendInvite: {
|
|
33
|
+
id: string;
|
|
34
|
+
defaultMessage: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
27
37
|
};
|
|
@@ -35,12 +35,15 @@ type AIUnifiedAgentAttributes = {
|
|
|
35
35
|
};
|
|
36
36
|
type AIInteractionInitiatedAEP = TrackAEP<ACTION.INITIATED, ACTION_SUBJECT.AI_INTERACTION, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes, undefined>;
|
|
37
37
|
type AIInteractionDismissedAEP = TrackAEP<ACTION.DISMISSED, ACTION_SUBJECT.AI_INTERACTION, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes, undefined>;
|
|
38
|
+
type AIInteractionDiscardedAEP = TrackAEP<ACTION.DISCARDED, ACTION_SUBJECT.AI_RESULT, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes, undefined>;
|
|
38
39
|
type AIResultViewedAEP = TrackAEP<ACTION.VIEWED, ACTION_SUBJECT.AI_RESULT, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes, undefined>;
|
|
39
40
|
type AIResultActionedAEP = TrackAEP<ACTION.ACTIONED, ACTION_SUBJECT.AI_RESULT, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes & {
|
|
40
41
|
aiActionedType?: string;
|
|
42
|
+
aiGroupId: string | undefined;
|
|
41
43
|
aiResultAction: string;
|
|
42
44
|
promptType?: string;
|
|
43
45
|
refinementCount?: number;
|
|
46
|
+
wasRedone?: Boolean;
|
|
44
47
|
}, undefined>;
|
|
45
48
|
type AIResultErrorAEP = TrackAEP<ACTION.ERROR, ACTION_SUBJECT.AI_RESULT, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes & {
|
|
46
49
|
aiErrorCode?: number;
|
|
@@ -49,5 +52,5 @@ type AIResultErrorAEP = TrackAEP<ACTION.ERROR, ACTION_SUBJECT.AI_RESULT, ACTION_
|
|
|
49
52
|
type AIFeedbackSubmittedAEP = TrackAEP<ACTION.SUBMITTED, ACTION_SUBJECT.AI_FEEDBACK, ACTION_SUBJECT_ID.EDITOR_PLUGIN_AI, AIUnifiedCommonAttributes & AIUnifiedAgentAttributes & {
|
|
50
53
|
aiFeedbackResult: 'up' | 'down';
|
|
51
54
|
}, undefined>;
|
|
52
|
-
export type AIUnifiedEventPayload = AIInteractionInitiatedAEP | AIResultViewedAEP | AIResultErrorAEP | AIInteractionDismissedAEP | AIResultActionedAEP | AIFeedbackSubmittedAEP;
|
|
55
|
+
export type AIUnifiedEventPayload = AIInteractionInitiatedAEP | AIResultViewedAEP | AIResultErrorAEP | AIInteractionDismissedAEP | AIResultActionedAEP | AIFeedbackSubmittedAEP | AIInteractionDiscardedAEP;
|
|
53
56
|
export {};
|
|
@@ -36,6 +36,7 @@ export declare enum ACTION {
|
|
|
36
36
|
DECREMENTED = "decremented",
|
|
37
37
|
DELETED = "deleted",
|
|
38
38
|
DISCARDED_INVALID_STEPS_FROM_TRANSACTION = "discardedInvalidStepsFromTransaction",
|
|
39
|
+
DISCARDED = "discarded",
|
|
39
40
|
/** used in @atlassian/editor-referentiality */
|
|
40
41
|
DISCONNECTED_SOURCE = "disconnectedSource",
|
|
41
42
|
/** used in @atlassian/editor-referentiality */
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { EditorAppearance } from '../../types';
|
|
2
|
+
interface ShouldExtensionBreakoutArgs {
|
|
3
|
+
editorAppearance?: EditorAppearance;
|
|
4
|
+
isTopLevelNode?: boolean;
|
|
5
|
+
layout?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const shouldExtensionBreakout: ({ layout, isTopLevelNode, editorAppearance, }: ShouldExtensionBreakoutArgs) => boolean;
|
|
8
|
+
export {};
|
|
@@ -831,6 +831,7 @@ declare const _default: {
|
|
|
831
831
|
'fabric.editor.textColor': string;
|
|
832
832
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
833
833
|
'fabric.editor.textColorTooltip': string;
|
|
834
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
834
835
|
'fabric.editor.textFormat': string;
|
|
835
836
|
'fabric.editor.textFormatting': string;
|
|
836
837
|
'fabric.editor.textStyles': string;
|
|
@@ -828,6 +828,7 @@ declare const _default: {
|
|
|
828
828
|
'fabric.editor.textColor': string;
|
|
829
829
|
'fabric.editor.textColorHighlightTooltip': string;
|
|
830
830
|
'fabric.editor.textColorTooltip': string;
|
|
831
|
+
'companyHub.editor.textColor.pickerTitle': string;
|
|
831
832
|
'fabric.editor.textFormat': string;
|
|
832
833
|
'fabric.editor.textFormatting': string;
|
|
833
834
|
'fabric.editor.textStyles': string;
|