@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
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'La génération libre est désactivée dans Elevate pour le moment.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Vous pouvez désormais coller des liens 🔗 vers du contenu Jira et Confluence dans vos prompts.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Optimisé par Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Génération',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': "Atlassian Intelligence n'a pas pu traiter votre demande, car votre contenu comprend des liens vers du contenu soumis à des restrictions HIPAA. Veuillez supprimer ces liens, puis réessayer.",
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Le contenu est trop court pour être résumé. Veuillez ajouter du contenu, puis réessayez.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': "Atlassian Intelligence (AI) ne répond pas. Réessayez plus tard ou <link>vérifiez l'état d'AI</link>.",
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Essayez de recharger la page.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': "Une erreur s'est produite.",
|
|
592
593
|
'fabric.editor.on': '{formattingType} activé',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Ouvrir',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Ouvrir les options des cellules',
|
|
594
596
|
'fabric.editor.openLink': 'Ouvrir le lien dans un nouvel onglet',
|
|
595
597
|
'fabric.editor.orderedList': 'Liste numérotée',
|
package/dist/esm/i18n/hr.js
CHANGED
|
@@ -474,7 +474,7 @@ export default {
|
|
|
474
474
|
'fabric.editor.expandDefaultTitle': 'Klikni ovdje za proširenje...',
|
|
475
475
|
'fabric.editor.expandNode': 'Proširi sadržaj',
|
|
476
476
|
'fabric.editor.expandPlaceholder': 'Dodijeli naslov ovom proširenju...',
|
|
477
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Brisanje {nodeName}
|
|
477
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Brisanje {nodeName} prekinut će sve što je povezano s njim.',
|
|
478
478
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Brisanje',
|
|
479
479
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Izbriši',
|
|
480
480
|
'fabric.editor.extension.deleteElementTitle': 'Izbriši element',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -476,9 +476,11 @@ export default {
|
|
|
476
476
|
'fabric.editor.image.fullWidthLabel': 'Teljes szélesség',
|
|
477
477
|
'fabric.editor.imageBorderBold': 'Félkövér',
|
|
478
478
|
'fabric.editor.imageBorderColor': 'Szín',
|
|
479
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Képkeret lehetőségei Szín legördülő menü',
|
|
479
480
|
'fabric.editor.imageBorderMedium': 'Közepes',
|
|
480
481
|
'fabric.editor.imageBorderOptions': 'Szegély beállításai',
|
|
481
482
|
'fabric.editor.imageBorderSize': 'Méret',
|
|
483
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Képkeret lehetőségei Méret legördülő menü',
|
|
482
484
|
'fabric.editor.imageBorderSubtle': 'Vékony',
|
|
483
485
|
'fabric.editor.improvement': 'Javítás',
|
|
484
486
|
'fabric.editor.increaseSize': 'Táblázat vagy média méretének növelése',
|
|
@@ -587,6 +589,7 @@ export default {
|
|
|
587
589
|
'fabric.editor.offlineErrorFallbackDescription': 'Próbáld meg újra betölteni az oldalt.',
|
|
588
590
|
'fabric.editor.offlineErrorFallbackHeading': 'Hiba történt.',
|
|
589
591
|
'fabric.editor.on': '{formattingType} bekapcsolva',
|
|
592
|
+
'fabric.editor.openButtonTitle': 'Nyitott',
|
|
590
593
|
'fabric.editor.openCellOptions': 'Cellabeállítások megnyitása',
|
|
591
594
|
'fabric.editor.openLink': 'Hivatkozás megnyitása új lapon',
|
|
592
595
|
'fabric.editor.orderedList': 'Számozott lista',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'La scrittura libera dei prompt è disabilitata in Elevate in questa fase.',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Ora puoi incollare link 🔗 ai contenuti di Jira e Confluence nei tuoi prompt.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Con tecnologia Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generazione in corso',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence non ha potuto elaborare la tua richiesta in quanto nel contenuto sono presenti link a contenuti soggetti a restrizioni HIPAA. Rimuovi questi link e riprova.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Il contenuto è troppo breve per essere riassunto. Aggiungine altro e riprova.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) non risponde. Riprova più tardi o <link>controlla lo stato di AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Prova a ricaricare la pagina.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Si è verificato un problema.',
|
|
591
592
|
'fabric.editor.on': '{formattingType} attiva',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Apri',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Apri opzioni cella',
|
|
593
595
|
'fabric.editor.openLink': 'Apri link in una nuova scheda',
|
|
594
596
|
'fabric.editor.orderedList': 'Elenco numerato',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -33,6 +33,7 @@ export default {
|
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': '最新情報を要約します',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': '生成',
|
|
35
35
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Atlassian Intelligence に質問する',
|
|
36
|
+
'fabric.editor.ai.config.item.action.edit': '編集',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insert': '挿入',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertAtTop': '最上部に挿入',
|
|
38
39
|
'fabric.editor.ai.config.item.action.insertBelow': '下に挿入',
|
|
@@ -183,6 +184,7 @@ export default {
|
|
|
183
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': '(自由形式の生成は現在 Elevate で無効になっています)。',
|
|
184
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Jira と Confluence のコンテンツへのリンク 🔗 をプロンプトに貼り付けられるようになりました。',
|
|
185
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Rovo を使用',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': '生成しています',
|
|
186
188
|
'fabric.editor.ai.experience.hipaaContentError': 'HIPAA の制限対象となるコンテンツへのリンクが含まれているため、Atlassian Intelligence はリクエストを処理できませんでした。これらのリンクを削除して、もう一度お試しください。',
|
|
187
189
|
'fabric.editor.ai.experience.inputTooShortError': '内容が短すぎて要約できません。内容を追加して、もう一度お試しください。',
|
|
188
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) が応答していません。後でもう一度お試しになるか、<link>AI のステータスを確認してください</link>。',
|
|
@@ -280,6 +282,7 @@ export default {
|
|
|
280
282
|
'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
|
|
281
283
|
'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
|
|
282
284
|
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
285
|
+
'fabric.editor.colorPicker.menuLabel': 'カラー ピッカー メニュー',
|
|
283
286
|
'fabric.editor.columnDragHandle': '列オプション',
|
|
284
287
|
'fabric.editor.columnMovedLeft': '列を左に移動しました。現在、全 {total} 列中 {index} 列目です',
|
|
285
288
|
'fabric.editor.columnMovedRight': '列を右に移動しました。現在、全 {total} 列中 {index} 列目です',
|
|
@@ -588,6 +591,7 @@ export default {
|
|
|
588
591
|
'fabric.editor.offlineErrorFallbackDescription': 'ページを再読み込みしてください。',
|
|
589
592
|
'fabric.editor.offlineErrorFallbackHeading': 'エラーが発生しました。',
|
|
590
593
|
'fabric.editor.on': '{formattingType}オン',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'オープン',
|
|
591
595
|
'fabric.editor.openCellOptions': 'セルのオプションを開く',
|
|
592
596
|
'fabric.editor.openLink': 'リンクを新しいタブで開く',
|
|
593
597
|
'fabric.editor.orderedList': '番号付きリスト',
|
|
@@ -655,6 +659,7 @@ export default {
|
|
|
655
659
|
'fabric.editor.splitCell': 'セルを分割',
|
|
656
660
|
'fabric.editor.status': 'ステータス',
|
|
657
661
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
662
|
+
'fabric.editor.statusEditorLabel': 'ステータス エディター',
|
|
658
663
|
'fabric.editor.statusPickerOpenedAlert': 'ステータス エディターのポップアップが開きました。Tab キーを押してポップアップにアクセスしてください',
|
|
659
664
|
'fabric.editor.statusPlaceholder': 'ステータスを設定',
|
|
660
665
|
'fabric.editor.story': 'ストーリー',
|
|
@@ -751,6 +756,7 @@ export default {
|
|
|
751
756
|
'fabric.editor.viewAndAddCommentsOnMedia': 'コメントを表示および追加',
|
|
752
757
|
'fabric.editor.viewCommentOnMedia': 'コメントを見る',
|
|
753
758
|
'fabric.editor.viewMore': 'さらに表示',
|
|
759
|
+
'fabric.editor.viewMoreAriaLabel': 'すべての要素を表示',
|
|
754
760
|
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
755
761
|
'fabric.editor.warning': '警告',
|
|
756
762
|
'fabric.editor.warningPanel': '警告パネル',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -33,6 +33,7 @@ export default {
|
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': '업데이트의 콘텐츠를 요약합니다',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': '생성',
|
|
35
35
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Atlassian Intelligence에 물어보기',
|
|
36
|
+
'fabric.editor.ai.config.item.action.edit': '편집',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insert': '삽입',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertAtTop': '맨 위에 삽입',
|
|
38
39
|
'fabric.editor.ai.config.item.action.insertBelow': '아래에 삽입',
|
|
@@ -183,6 +184,7 @@ export default {
|
|
|
183
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': '현재 Elevate에서는 자유 생성이 사용 중지되어 있습니다.',
|
|
184
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 이제 프롬프트에 Jira 및 Confluence 콘텐츠 링크🔗를 붙여넣을 수 있습니다.',
|
|
185
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Rovo에서 제공',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': '생성 중',
|
|
186
188
|
'fabric.editor.ai.experience.hipaaContentError': '콘텐츠에 HIPAA 제한 콘텐츠 링크가 포함되어 있으므로 Atlassian Intelligence에서 요청을 처리할 수 없습니다. 이 링크를 제거하고 다시 시도하세요.',
|
|
187
189
|
'fabric.editor.ai.experience.inputTooShortError': '내용이 너무 짧아 요약할 수 없습니다. 내용을 더 추가하고 다시 시도하세요.',
|
|
188
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence(AI)가 응답하지 않습니다. 나중에 다시 시도하거나 <link>AI 상태를 확인</link>하세요.',
|
|
@@ -280,6 +282,7 @@ export default {
|
|
|
280
282
|
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
281
283
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
282
284
|
'fabric.editor.collapseTable': '표 축소',
|
|
285
|
+
'fabric.editor.colorPicker.menuLabel': '색상 선택기 메뉴',
|
|
283
286
|
'fabric.editor.columnDragHandle': '열 옵션',
|
|
284
287
|
'fabric.editor.columnMovedLeft': '열이 {index}/{total}열로 왼쪽으로 이동',
|
|
285
288
|
'fabric.editor.columnMovedRight': '열이 {index}/{total}열로 오른쪽으로 이동',
|
|
@@ -588,6 +591,7 @@ export default {
|
|
|
588
591
|
'fabric.editor.offlineErrorFallbackDescription': '페이지를 다시 로드해 보세요.',
|
|
589
592
|
'fabric.editor.offlineErrorFallbackHeading': '문제가 발생했습니다!',
|
|
590
593
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
594
|
+
'fabric.editor.openButtonTitle': '미해결',
|
|
591
595
|
'fabric.editor.openCellOptions': '셀 옵션 열기',
|
|
592
596
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
593
597
|
'fabric.editor.orderedList': '번호 목록',
|
|
@@ -655,6 +659,7 @@ export default {
|
|
|
655
659
|
'fabric.editor.splitCell': '셀 나누기',
|
|
656
660
|
'fabric.editor.status': '상태',
|
|
657
661
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
662
|
+
'fabric.editor.statusEditorLabel': '상태 편집기',
|
|
658
663
|
'fabric.editor.statusPickerOpenedAlert': '상태 편집기 팝업이 열렸습니다. Tab 키를 눌러 팝업에 액세스하세요',
|
|
659
664
|
'fabric.editor.statusPlaceholder': '상태 설정',
|
|
660
665
|
'fabric.editor.story': '스토리',
|
|
@@ -751,6 +756,7 @@ export default {
|
|
|
751
756
|
'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
|
|
752
757
|
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
753
758
|
'fabric.editor.viewMore': '더 보기',
|
|
759
|
+
'fabric.editor.viewMoreAriaLabel': '모든 요소 보기',
|
|
754
760
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
755
761
|
'fabric.editor.warning': '경고',
|
|
756
762
|
'fabric.editor.warningPanel': '경고 패널',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -33,6 +33,7 @@ export default {
|
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Oppsummerer oppdateringens innhold',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generer',
|
|
35
35
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Spør Atlassian Intelligence',
|
|
36
|
+
'fabric.editor.ai.config.item.action.edit': 'Rediger',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insert': 'Sett inn',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Sett inn øverst',
|
|
38
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Sett inn under',
|
|
@@ -182,6 +183,7 @@ export default {
|
|
|
182
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering er deaktivert i Elevate for øyeblikket.',
|
|
183
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Du kan nå lime inn koblinger 🔗 til Jira- og Confluence-innhold i ledetekstene.',
|
|
184
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Levert av Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genererer',
|
|
185
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kan ikke behandle forespørselen din ettersom innholdet ditt inneholder koblinger til HIPAA-begrenset innhold. Fjern disse koblingene og prøv igjen.',
|
|
186
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Innholdet er for kort til å oppsummeres. Legg til mer og prøv igjen.',
|
|
187
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarer ikke. Prøv igjen senere eller <link>sjekk AI-statusen</link>.',
|
|
@@ -279,6 +281,7 @@ export default {
|
|
|
279
281
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
280
282
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
281
283
|
'fabric.editor.collapseTable': 'Minimer tabell',
|
|
284
|
+
'fabric.editor.colorPicker.menuLabel': 'Fargevelgermeny',
|
|
282
285
|
'fabric.editor.columnDragHandle': 'Kolonnealternativer',
|
|
283
286
|
'fabric.editor.columnMovedLeft': 'Kolonnen ble flyttet til venstre til {index} av {total}',
|
|
284
287
|
'fabric.editor.columnMovedRight': 'Kolonnen ble flyttet til høyre til {index} av {total}',
|
|
@@ -587,6 +590,7 @@ export default {
|
|
|
587
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Prøv å laste inn siden på nytt.',
|
|
588
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Noe gikk galt!',
|
|
589
592
|
'fabric.editor.on': '{formattingType} på',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Åpen',
|
|
590
594
|
'fabric.editor.openCellOptions': 'Åpne cellealternativer',
|
|
591
595
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
592
596
|
'fabric.editor.orderedList': 'Nummerert liste',
|
|
@@ -654,6 +658,7 @@ export default {
|
|
|
654
658
|
'fabric.editor.splitCell': 'Del celle',
|
|
655
659
|
'fabric.editor.status': 'Status',
|
|
656
660
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
661
|
+
'fabric.editor.statusEditorLabel': 'Redigeringsmodul for status',
|
|
657
662
|
'fabric.editor.statusPickerOpenedAlert': 'Pop-up for å redigere status er åpnet. Trykk på Tab for å gå til pop-up-vinduet',
|
|
658
663
|
'fabric.editor.statusPlaceholder': 'Angi en status',
|
|
659
664
|
'fabric.editor.story': 'Historie',
|
|
@@ -750,6 +755,7 @@ export default {
|
|
|
750
755
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Vis og legg til kommentarer',
|
|
751
756
|
'fabric.editor.viewCommentOnMedia': 'Vis kommentarer',
|
|
752
757
|
'fabric.editor.viewMore': 'Vis mer',
|
|
758
|
+
'fabric.editor.viewMoreAriaLabel': 'Vis alle elementer',
|
|
753
759
|
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
754
760
|
'fabric.editor.warning': 'Advarsel',
|
|
755
761
|
'fabric.editor.warningPanel': 'Advarselspanel',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Vrij genereren is momenteel uitgeschakeld in Elevate',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Je kunt nu links 🔗 naar Jira- en Confluence-inhoud in je prompts plakken.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Mogelijk gemaakt door Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genereren',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kon je aanvraag niet verwerken omdat je inhoud links bevat naar inhoud met een HIPAA-beperking. Verwijder deze links en probeer het opnieuw.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'De inhoud is te kort om samen te vatten. Voeg meer inhoud toe en probeer het dan nogmaals.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) reageert niet. Probeer het later opnieuw of <link>controleer de status van AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Probeer de pagina opnieuw te laden.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Er is iets misgegaan.',
|
|
591
592
|
'fabric.editor.on': '{formattingType} aan',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Openen',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Celopties openen',
|
|
593
595
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
594
596
|
'fabric.editor.orderedList': 'Genummerde lijst',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Samodzielnie generowane podpowiedzi są obecnie wyłączone w Elevate.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Możesz teraz wklejać łącza 🔗 do zawartości Jiry i Confluence w swoich poleceniach.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Obsługiwane przez Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generowanie',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence nie może przetworzyć Twojego żądania, ponieważ treść zawiera łącza do zawartości podlegających ograniczeniom przepisów HIPAA. Usuń te łącza i spróbuj ponownie.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Treść jest za krótka, aby ją podsumować. Dodaj więcej i spróbuj ponownie.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) nie odpowiada. Spróbuj ponownie później lub <link>sprawdź status AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Spróbuj załadować stronę ponownie.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Coś poszło nie tak',
|
|
592
593
|
'fabric.editor.on': '{formattingType} wł.',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Otwórz',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Otwórz opcje komórki',
|
|
594
596
|
'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
|
|
595
597
|
'fabric.editor.orderedList': 'Lista numerowana',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -182,6 +182,7 @@ export default {
|
|
|
182
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'A geração gratuita está desativada no Elevate no momento.',
|
|
183
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Agora é possível colar links 🔗 no conteúdo do Jira e do Confluence em seus prompts.',
|
|
184
184
|
'fabric.editor.ai.experience.footerRightText.agents': 'Com tecnologia Rovo',
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Gerando',
|
|
185
186
|
'fabric.editor.ai.experience.hipaaContentError': 'O Atlassian Intelligence não conseguiu processar a solicitação, pois o conteúdo contém links para conteúdo restrito da HIPAA. Remova esses links e tente de novo.',
|
|
186
187
|
'fabric.editor.ai.experience.inputTooShortError': 'O conteúdo é curto demais para ser resumido. Adicione mais e tente de novo.',
|
|
187
188
|
'fabric.editor.ai.experience.internalServerError': 'O Atlassian Intelligence (AI) não está respondendo. Tente de novo mais tarde ou <link>confira o status do AI</link>.',
|
|
@@ -588,6 +589,7 @@ export default {
|
|
|
588
589
|
'fabric.editor.offlineErrorFallbackDescription': 'Recarregue a página.',
|
|
589
590
|
'fabric.editor.offlineErrorFallbackHeading': 'Algo deu errado!',
|
|
590
591
|
'fabric.editor.on': '{formattingType} Ativado',
|
|
592
|
+
'fabric.editor.openButtonTitle': 'Aberto',
|
|
591
593
|
'fabric.editor.openCellOptions': 'Abrir opções de célula',
|
|
592
594
|
'fabric.editor.openLink': 'Abrir link em uma nova guia',
|
|
593
595
|
'fabric.editor.orderedList': 'Lista numerada',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Свободная генерация в Elevate в настоящее время отключена',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Теперь вы можете вставлять в запросы ссылки 🔗 на контент Jira и Confluence.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'На базе Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Выполняется генерация',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence не удалось обработать запрос, так как в контенте содержатся ссылки на содержимое, доступ к которому ограничен в соответствии с требованиями HIPAA. Удалите эти ссылки и повторите попытку.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Контент слишком короткий для создания сводки. Добавьте информацию и повторите попытку.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) не отвечает. Повторите попытку позже или <link>проверьте статус AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Попробуйте перезагрузить страницу.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Произошла ошибка.',
|
|
592
593
|
'fabric.editor.on': '{formattingType} вкл.',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Открыть',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Открыть параметры ячейки',
|
|
594
596
|
'fabric.editor.openLink': 'Открыть ссылку на новой вкладке',
|
|
595
597
|
'fabric.editor.orderedList': 'Нумерованный список',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering är inaktiverad i Elevate just nu.',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nu kan du klistra in länkar 🔗 till Jira- och Confluence-innehåll i dina uppmaningar.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Drivs av Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genererar',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kunde inte behandla din förfrågan eftersom innehållet innehåller länkar till HIPAA-begränsat innehåll. Ta bort länkarna och försök igen.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Innehållet är för kort för att sammanfatta. Lägg till mer och försök igen.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarar inte. Försök igen senare eller <link>kontrollera status för AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Försök uppdatera sidan.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Något gick fel!',
|
|
591
592
|
'fabric.editor.on': '{formattingType} på',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Öppen',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Öppna cellalternativ',
|
|
593
595
|
'fabric.editor.openLink': 'Öppna länk i en ny flik',
|
|
594
596
|
'fabric.editor.orderedList': 'Numrerad lista',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -169,6 +169,7 @@ export default {
|
|
|
169
169
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'การสร้างข้อความอิสระถูกปิดใช้งานใน Elevate ในขณะนี้',
|
|
170
170
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 คุณสามารถวางลิงก์ 🔗 ที่เชื่อมโยงไปยังเนื้อหา Jira และ Confluence ลงในข้อความแจ้งเตือนของคุณได้แล้วในขณะนี้<strong></strong>',
|
|
171
171
|
'fabric.editor.ai.experience.footerRightText.agents': 'สนับสนุนโดย Rovo',
|
|
172
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'กำลังสร้าง',
|
|
172
173
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence ไม่สามารถดำเนินการตามคำขอของคุณได้ เนื่องจากเนื้อหาของคุณมีลิงก์ไปยังเนื้อหาที่ถูกจำกัดโดย HIPAA โปรดลบลิงก์เหล่านี้ออกแล้วลองอีกครั้ง',
|
|
173
174
|
'fabric.editor.ai.experience.inputTooShortError': 'เนื้อหาสั้นเกินไปที่จะสรุป โปรดเพิ่มเนื้อหาแล้วลองอีกครั้ง',
|
|
174
175
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) ไม่ตอบสนอง ลองอีกครั้งในภายหลัง หรือ<link>ตรวจสอบสถานะของ AI</link>',
|
|
@@ -575,6 +576,7 @@ export default {
|
|
|
575
576
|
'fabric.editor.offlineErrorFallbackDescription': 'ลองโหลดหน้าข้อมูลใหม่อีกครั้ง',
|
|
576
577
|
'fabric.editor.offlineErrorFallbackHeading': 'เกิดข้อผิดพลาดบางอย่าง!',
|
|
577
578
|
'fabric.editor.on': 'เปิด {formattingType}',
|
|
579
|
+
'fabric.editor.openButtonTitle': 'เปิด',
|
|
578
580
|
'fabric.editor.openCellOptions': 'เปิดตัวเลือกช่องข้อมูล',
|
|
579
581
|
'fabric.editor.openLink': 'เปิดลิงก์ในแถบใหม่',
|
|
580
582
|
'fabric.editor.orderedList': 'รายการแบบมีตัวเลข',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': "Şu anda Elevate'te serbest oluşturma devre dışıdır.",
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Artık bağlantıları 🔗 istemlerinizdeki Jira ve Confluence içeriğine yapıştırabilirsiniz.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Rovo tarafından desteklenir',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Oluşturuluyor',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence, içeriğiniz HIPAA kısıtlı içeriklere giden bağlantılar içerdiğinden talebinizi işleyemedi. Lütfen bu bağlantıları kaldırın ve yeniden deneyin.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'İçerik özetlenemeyecek kadar kısa. Lütfen ekleme yapın ve yeniden deneyin.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) yanıt vermiyor. Daha sonra yeniden deneyin veya <link>AI durumunu kontrol edin</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Sayfayı yeniden yüklemeyi deneyin.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Bir hata oluştu!',
|
|
592
593
|
'fabric.editor.on': '{formattingType} Açık',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Açık',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Hücre seçeneklerini aç',
|
|
594
596
|
'fabric.editor.openLink': 'Bağlantıyı yeni sekmede açın',
|
|
595
597
|
'fabric.editor.orderedList': 'Numaralı liste',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -169,6 +169,7 @@ export default {
|
|
|
169
169
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Підказки в Elevate зараз вимкнені.',
|
|
170
170
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Тепер ви можете вставляти посилання 🔗 на вміст Jira й Confluence у своїх запитах.',
|
|
171
171
|
'fabric.editor.ai.experience.footerRightText.agents': 'На платформі Rovo',
|
|
172
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Триває створення вмісту',
|
|
172
173
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence не вдалось обробити запит, оскільки ваші матеріали містять посилання на контент, на який поширюються обмеження HIPAA. Видаліть ці посилання та повторіть спробу.',
|
|
173
174
|
'fabric.editor.ai.experience.inputTooShortError': 'Вміст закороткий для створення підсумку. Додайте більше відомостей і повторіть спробу.',
|
|
174
175
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) не відповідає. Повторіть спробу пізніше або <link>перевірте стан AI</link>.',
|
|
@@ -575,6 +576,7 @@ export default {
|
|
|
575
576
|
'fabric.editor.offlineErrorFallbackDescription': 'Спробуйте перезавантажити сторінку.',
|
|
576
577
|
'fabric.editor.offlineErrorFallbackHeading': 'Сталася помилка',
|
|
577
578
|
'fabric.editor.on': '{formattingType} увімкнуто',
|
|
579
|
+
'fabric.editor.openButtonTitle': 'Відкрити',
|
|
578
580
|
'fabric.editor.openCellOptions': 'Відкрити параметри клітинки',
|
|
579
581
|
'fabric.editor.openLink': 'Відкрити посилання в новій вкладці',
|
|
580
582
|
'fabric.editor.orderedList': 'Нумерований список',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -169,6 +169,7 @@ export default {
|
|
|
169
169
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Tính năng tạo miễn phí hiện đang tắt trong Elevate',
|
|
170
170
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Bạn hiện có thể dán liên kết 🔗 tới nội dung Jira và Confluence vào lời nhắc của mình.',
|
|
171
171
|
'fabric.editor.ai.experience.footerRightText.agents': 'Được hỗ trợ bởi Rovo',
|
|
172
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Đang tạo',
|
|
172
173
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence không thể xử lý yêu cầu của bạn vì nội dung của bạn có chứa các liên kết đến nội dung bị hạn chế của HIPAA. Vui lòng xóa những liên kết này và thử lại.',
|
|
173
174
|
'fabric.editor.ai.experience.inputTooShortError': 'Nội dung này quá ngắn nên không thể tóm tắt. Hãy thêm nội dung, rồi thử lại.',
|
|
174
175
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) không phản hồi. Hãy thử lại sau hoặc <link>kiểm tra trạng thái của AI</link>.',
|
|
@@ -575,6 +576,7 @@ export default {
|
|
|
575
576
|
'fabric.editor.offlineErrorFallbackDescription': 'Hãy thử tải lại trang.',
|
|
576
577
|
'fabric.editor.offlineErrorFallbackHeading': 'Đã xảy ra lỗi!',
|
|
577
578
|
'fabric.editor.on': '{formattingType} đang bật',
|
|
579
|
+
'fabric.editor.openButtonTitle': 'Mở',
|
|
578
580
|
'fabric.editor.openCellOptions': 'Mở tùy chọn ô',
|
|
579
581
|
'fabric.editor.openLink': 'Mở liên kết trong tab mới',
|
|
580
582
|
'fabric.editor.orderedList': 'Danh sách được đánh số',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': '目前 Elevate 中已禁用自由生成。',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 现在,您可以在提示中粘贴指向 Jira 和 Confluence 内容的链接 🔗。',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': '由 Rovo 提供技术支持',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': '正在生成',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence 无法处理您的请求,因为您的内容中包含指向 HIPAA 受限内容的链接。请移除这些链接,然后重试。',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': '内容太短,无法总结。请添加更多内容,然后重试。',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) 无响应。请稍后再试或<link>检查 Atlassian Intelligence 的状态</link>。',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': '请尝试重新加载该页面。',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': '出错了!',
|
|
592
593
|
'fabric.editor.on': '{formattingType}已开启',
|
|
594
|
+
'fabric.editor.openButtonTitle': '打开',
|
|
593
595
|
'fabric.editor.openCellOptions': '打开单元格选项',
|
|
594
596
|
'fabric.editor.openLink': '在新选项卡打开链接',
|
|
595
597
|
'fabric.editor.orderedList': '有序列表',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': '自由生成目前已在 Elevate 中停用。',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 您現在可以在提示中貼上 Jira 和 Confluence 內容的連結 🔗。',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': '由 Rovo 提供技術支援',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': '正在產生',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence 無法處理您的要求,因為您的內容包含 HIPAA 受限內容的連結。請移除這些連結,然後再試一次。',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': '內容太短,無法總結。請新增更多內容並再試一次。',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) 沒有回應。請稍後再試一次,或<link>檢查 AI 的狀態</link>。',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': '請嘗試重新載入頁面。',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': '發生錯誤!',
|
|
592
593
|
'fabric.editor.on': '{formattingType} 開啟',
|
|
594
|
+
'fabric.editor.openButtonTitle': '開啟',
|
|
593
595
|
'fabric.editor.openCellOptions': '開啟儲存格選項',
|
|
594
596
|
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
595
597
|
'fabric.editor.orderedList': '編號清單',
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "105.
|
|
10
|
+
var packageVersion = "105.8.0";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// Ignored via go/ees007
|
package/dist/esm/styles/index.js
CHANGED
|
@@ -26,7 +26,7 @@ export { DropdownMenuSharedCssClassName } from './shared/dropdown-menu';
|
|
|
26
26
|
export { CodeBlockSharedCssClassName, codeBlockSharedStyles, codeBlockInListSafariFix } from './shared/code-block';
|
|
27
27
|
export { LAYOUT_SECTION_MARGIN, LAYOUT_COLUMN_PADDING } from './shared/layout';
|
|
28
28
|
export { EXTENSION_PADDING, BODIED_EXT_PADDING } from './shared/extension';
|
|
29
|
-
export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName } from './shared/resizer';
|
|
29
|
+
export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName, pragmaticResizerStyles } from './shared/resizer';
|
|
30
30
|
export { gridStyles, GRID_GUTTER } from './shared/grid';
|
|
31
31
|
export { smartCardStyles, FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNER_CONTAINER_CLASSNAME } from './shared/smartCard';
|
|
32
32
|
export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
@@ -3,6 +3,7 @@ var _templateObject;
|
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
4
|
import { css } from '@emotion/react';
|
|
5
5
|
import { akEditorDeleteIconColor } from '@atlaskit/editor-shared-styles';
|
|
6
|
+
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
6
7
|
/*
|
|
7
8
|
Styles in this file are based on
|
|
8
9
|
packages/editor/editor-core/src/plugins/media/styles.ts
|
|
@@ -21,4 +22,57 @@ export var handleWrapperClass = 'resizer-handle-wrapper';
|
|
|
21
22
|
export var resizerHandleZIndex = 1;
|
|
22
23
|
|
|
23
24
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766, Seems perfectly safe to autofix, but comments would be lost…
|
|
24
|
-
export var resizerStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\t.", " {\n\t\twill-change: width;\n\n\t\t&:hover,\n\t\t&.display-handle {\n\t\t\t& > .", " > .", " {\n\t\t\t\tvisibility: visible;\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\n\t\t&.is-resizing {\n\t\t\t& .", " {\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\t& .", " {\n\t\t\t\ttransition: none;\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tdisplay: flex;\n\t\tvisibility: hidden;\n\t\topacity: 0;\n\t\tflex-direction: column;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t\twidth: 7px;\n\t\ttransition:\n\t\t\tvisibility 0.2s,\n\t\t\topacity 0.2s;\n\n\t\t/*\n NOTE: The below style is targeted at the div element added by the tooltip. We don't have any means of injecting styles\n into the tooltip\n */\n\t\t& div[role='presentation'] {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tjustify-content: center;\n\t\t\talign-items: center;\n\t\t\tmargin-top: ", ";\n\t\t\twhite-space: normal;\n\t\t}\n\n\t\t/*\n Handle Positions\n */\n\t\t&.left {\n\t\t\talign-items: flex-start;\n\t\t}\n\t\t&.right {\n\t\t\talign-items: flex-end;\n\t\t}\n\n\t\t/*\n Handle Sizing\n */\n\t\t&.small {\n\t\t\t& .", " {\n\t\t\t\theight: 43px;\n\t\t\t}\n\t\t}\n\t\t&.medium {\n\t\t\t& .", " {\n\t\t\t\theight: 64px;\n\t\t\t}\n\t\t}\n\t\t&.large {\n\t\t\t& .", " {\n\t\t\t\theight: 96px;\n\t\t\t}\n\t\t}\n\t\t&.clamped {\n\t\t\t& .", " {\n\t\t\t\theight: clamp(43px, calc(100% - 32px), 96px);\n\t\t\t}\n\t\t}\n\n\t\t/*\n Handle Alignment\n */\n\t\t&.sticky {\n\t\t\t& .", " {\n\t\t\t\tposition: sticky;\n\t\t\t\ttop: ", ";\n\t\t\t\tbottom: ", ";\n\t\t\t}\n\t\t}\n\n\t\t&:hover {\n\t\t\t& .", " {\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\n\t\t\t& .", " {\n\t\t\t\tvisibility: visible;\n\t\t\t\topacity: 0.5;\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tcontent: ' ';\n\t\tdisplay: flex;\n\t\twidth: 3px;\n\t\tmargin: 0 ", ";\n\t\theight: 64px;\n\t\ttransition: background-color 0.2s;\n\t\tborder-radius: 6px;\n\t\tborder: 0;\n\t\tpadding: 0;\n\t\tz-index: 2;\n\t\toutline: none;\n\t\tmin-height: 24px;\n\t\tbackground: ", ";\n\n\t\t&:hover {\n\t\t\tcursor: col-resize;\n\t\t}\n\n\t\t&:focus {\n\t\t\tbackground: ", ";\n\n\t\t\t&::after {\n\t\t\t\tcontent: '';\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: ", ";\n\t\t\t\tright: ", ";\n\t\t\t\tbottom: ", ";\n\t\t\t\tleft: ", ";\n\t\t\t\tborder: 2px solid ", ";\n\t\t\t\tborder-radius: inherit;\n\t\t\t\tz-index: -1;\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tvisibility: hidden;\n\t\tposition: absolute;\n\t\twidth: 7px;\n\t\theight: calc(100% - 40px);\n\t\tborder-radius: 4px;\n\t\topacity: 0;\n\t\ttransition:\n\t\t\tbackground-color 0.2s,\n\t\t\tvisibility 0.2s,\n\t\t\topacity 0.2s;\n\n\t\t&.none {\n\t\t\tbackground: none;\n\t\t}\n\n\t\t&.shadow {\n\t\t\tbackground: ", ";\n\t\t}\n\n\t\t&.full-height {\n\t\t\tbackground: ", ";\n\t\t\theight: 100%;\n\t\t\tmin-height: 36px;\n\t\t}\n\t}\n\n\t.", " {\n\t\t& .", " {\n\t\t\tbackground: ", ";\n\t\t}\n\t}\n\n\t.ak-editor-no-interaction\n\t\t.", "\n\t\t.", ":not(:hover)\n\t\t.", " {\n\t\tbackground: ", ";\n\t}\n\n\t.", " {\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\twidth: 100%;\n\n\t\t&.", " {\n\t\t\tpadding: 0 ", ";\n\t\t\tleft: ", ";\n\t\t}\n\t}\n\n\t/* This below style is here to make sure the image width is correct when nested in a table */\n\ttable .", ", table .", ".", " {\n\t\tpadding: unset;\n\t\tleft: unset;\n\t}\n"])), resizerItemClassName, handleWrapperClass, resizerHandleClassName, resizerHandleThumbClassName, "var(--ds-border-focused, #388BFF)", resizerDangerClassName, resizerHandleThumbClassName, "var(--ds-icon-danger, ".concat(akEditorDeleteIconColor, ")"), resizerHandleClassName, "var(--ds-space-negative-200, -16px)", resizerHandleThumbClassName, resizerHandleThumbClassName, resizerHandleThumbClassName, resizerHandleThumbClassName, resizerHandleThumbClassName, "var(--ds-space-150, 12px)", "var(--ds-space-150, 12px)", resizerHandleThumbClassName, "var(--ds-border-focused, #388BFF)", resizerHandleTrackClassName, resizerHandleThumbClassName, "var(--ds-space-025, 2px)", "var(--ds-border, #091E4224)", "var(--ds-border-selected, #0C66E4)", "var(--ds-space-negative-050, -4px)", "var(--ds-space-negative-050, -4px)", "var(--ds-space-negative-050, -4px)", "var(--ds-space-negative-050, -4px)", "var(--ds-border-focused, #388BFF)", resizerHandleTrackClassName, "var(--ds-background-selected, #E9F2FF)", "var(--ds-background-selected, #E9F2FF)", akEditorSelectedNodeClassName, resizerHandleThumbClassName, "var(--ds-border-focused, #388BFF)", akEditorSelectedNodeClassName, resizerHandleClassName, resizerHandleThumbClassName, "var(--ds-border, #091E4224)", resizerHoverZoneClassName, resizerExtendedZone, "var(--ds-space-150, 12px)", "var(--ds-space-negative-150, -12px)", resizerHoverZoneClassName, resizerHoverZoneClassName, resizerExtendedZone);
|
|
25
|
+
export var resizerStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\t.", " {\n\t\twill-change: width;\n\n\t\t&:hover,\n\t\t&.display-handle {\n\t\t\t& > .", " > .", " {\n\t\t\t\tvisibility: visible;\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\n\t\t&.is-resizing {\n\t\t\t& .", " {\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\t& .", " {\n\t\t\t\ttransition: none;\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tdisplay: flex;\n\t\tvisibility: hidden;\n\t\topacity: 0;\n\t\tflex-direction: column;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t\twidth: 7px;\n\t\ttransition:\n\t\t\tvisibility 0.2s,\n\t\t\topacity 0.2s;\n\n\t\t/*\n NOTE: The below style is targeted at the div element added by the tooltip. We don't have any means of injecting styles\n into the tooltip\n */\n\t\t& div[role='presentation'] {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tjustify-content: center;\n\t\t\talign-items: center;\n\t\t\tmargin-top: ", ";\n\t\t\twhite-space: normal;\n\t\t}\n\n\t\t/*\n Handle Positions\n */\n\t\t&.left {\n\t\t\talign-items: flex-start;\n\t\t}\n\t\t&.right {\n\t\t\talign-items: flex-end;\n\t\t}\n\n\t\t/*\n Handle Sizing\n */\n\t\t&.small {\n\t\t\t& .", " {\n\t\t\t\theight: 43px;\n\t\t\t}\n\t\t}\n\t\t&.medium {\n\t\t\t& .", " {\n\t\t\t\theight: 64px;\n\t\t\t}\n\t\t}\n\t\t&.large {\n\t\t\t& .", " {\n\t\t\t\theight: 96px;\n\t\t\t}\n\t\t}\n\t\t&.clamped {\n\t\t\t& .", " {\n\t\t\t\theight: clamp(43px, calc(100% - 32px), 96px);\n\t\t\t}\n\t\t}\n\n\t\t/*\n Handle Alignment\n */\n\t\t&.sticky {\n\t\t\t& .", " {\n\t\t\t\tposition: sticky;\n\t\t\t\ttop: ", ";\n\t\t\t\tbottom: ", ";\n\t\t\t}\n\t\t}\n\n\t\t&:hover {\n\t\t\t& .", " {\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\n\t\t\t& .", " {\n\t\t\t\tvisibility: visible;\n\t\t\t\topacity: 0.5;\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tcontent: ' ';\n\t\tdisplay: flex;\n\t\twidth: 3px;\n\t\tmargin: 0 ", ";\n\t\theight: 64px;\n\t\ttransition: background-color 0.2s;\n\t\tborder-radius: 6px;\n\t\tborder: 0;\n\t\tpadding: 0;\n\t\tz-index: 2;\n\t\toutline: none;\n\t\tmin-height: 24px;\n\t\tbackground: ", ";\n\n\t\t&:hover {\n\t\t\tcursor: col-resize;\n\t\t}\n\n\t\t&:focus {\n\t\t\tbackground: ", ";\n\n\t\t\t&::after {\n\t\t\t\tcontent: '';\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: ", ";\n\t\t\t\tright: ", ";\n\t\t\t\tbottom: ", ";\n\t\t\t\tleft: ", ";\n\t\t\t\tborder: 2px solid ", ";\n\t\t\t\tborder-radius: inherit;\n\t\t\t\tz-index: -1;\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tvisibility: hidden;\n\t\tposition: absolute;\n\t\twidth: 7px;\n\t\theight: calc(100% - 40px);\n\t\tborder-radius: 4px;\n\t\topacity: 0;\n\t\ttransition:\n\t\t\tbackground-color 0.2s,\n\t\t\tvisibility 0.2s,\n\t\t\topacity 0.2s;\n\n\t\t&.none {\n\t\t\tbackground: none;\n\t\t}\n\n\t\t&.shadow {\n\t\t\tbackground: ", ";\n\t\t}\n\n\t\t&.full-height {\n\t\t\tbackground: ", ";\n\t\t\theight: 100%;\n\t\t\tmin-height: 36px;\n\t\t}\n\t}\n\n\t.", " {\n\t\t& .", " {\n\t\t\tbackground: ", ";\n\t\t}\n\t}\n\n\t.ak-editor-no-interaction\n\t\t.", "\n\t\t.", ":not(:hover)\n\t\t.", " {\n\t\tbackground: ", ";\n\t}\n\n\t.", " {\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\twidth: 100%;\n\n\t\t&.", " {\n\t\t\tpadding: 0 ", ";\n\t\t\tleft: ", ";\n\t\t}\n\t}\n\n\t/* This below style is here to make sure the image width is correct when nested in a table */\n\ttable .", ", table .", ".", " {\n\t\tpadding: unset;\n\t\tleft: unset;\n\t}\n"])), resizerItemClassName, handleWrapperClass, resizerHandleClassName, resizerHandleThumbClassName, "var(--ds-border-focused, #388BFF)", resizerDangerClassName, resizerHandleThumbClassName, "var(--ds-icon-danger, ".concat(akEditorDeleteIconColor, ")"), resizerHandleClassName, "var(--ds-space-negative-200, -16px)", resizerHandleThumbClassName, resizerHandleThumbClassName, resizerHandleThumbClassName, resizerHandleThumbClassName, resizerHandleThumbClassName, "var(--ds-space-150, 12px)", "var(--ds-space-150, 12px)", resizerHandleThumbClassName, "var(--ds-border-focused, #388BFF)", resizerHandleTrackClassName, resizerHandleThumbClassName, "var(--ds-space-025, 2px)", "var(--ds-border, #091E4224)", "var(--ds-border-selected, #0C66E4)", "var(--ds-space-negative-050, -4px)", "var(--ds-space-negative-050, -4px)", "var(--ds-space-negative-050, -4px)", "var(--ds-space-negative-050, -4px)", "var(--ds-border-focused, #388BFF)", resizerHandleTrackClassName, "var(--ds-background-selected, #E9F2FF)", "var(--ds-background-selected, #E9F2FF)", akEditorSelectedNodeClassName, resizerHandleThumbClassName, "var(--ds-border-focused, #388BFF)", akEditorSelectedNodeClassName, resizerHandleClassName, resizerHandleThumbClassName, "var(--ds-border, #091E4224)", resizerHoverZoneClassName, resizerExtendedZone, "var(--ds-space-150, 12px)", "var(--ds-space-negative-150, -12px)", resizerHoverZoneClassName, resizerHoverZoneClassName, resizerExtendedZone);
|
|
26
|
+
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
28
|
+
export var pragmaticResizerStyles = function pragmaticResizerStyles() {
|
|
29
|
+
if (editorExperiment('platform_editor_breakout_resizing', false)) {
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
return css({
|
|
33
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
34
|
+
'.pm-breakout-resize-handle': {
|
|
35
|
+
position: 'relative',
|
|
36
|
+
display: 'flex',
|
|
37
|
+
alignItems: 'center',
|
|
38
|
+
justifyContent: 'center',
|
|
39
|
+
height: '100%',
|
|
40
|
+
width: 7,
|
|
41
|
+
alignSelf: 'center',
|
|
42
|
+
gridRow: 1,
|
|
43
|
+
gridColumn: 1,
|
|
44
|
+
cursor: 'col-resize',
|
|
45
|
+
borderRadius: 4,
|
|
46
|
+
transition: 'background-color 0.2s, visibility 0.2s, opacity 0.2s',
|
|
47
|
+
'&:hover': {
|
|
48
|
+
background: "var(--ds-background-selected, #E9F2FF)",
|
|
49
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
50
|
+
'.pm-breakout-resize-handle-inner': {
|
|
51
|
+
background: "var(--ds-border-focused, #388BFF)"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
56
|
+
'.pm-breakout-resize-handle-left': {
|
|
57
|
+
justifySelf: 'start',
|
|
58
|
+
left: -20
|
|
59
|
+
},
|
|
60
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
61
|
+
'.pm-breakout-resize-handle-right': {
|
|
62
|
+
justifySelf: 'end',
|
|
63
|
+
right: -20
|
|
64
|
+
},
|
|
65
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
66
|
+
'.pm-breakout-resize-handle-inner': {
|
|
67
|
+
minWidth: 3,
|
|
68
|
+
// copied from resizeStyles.clamped
|
|
69
|
+
height: 'clamp(27px, calc(100% - 32px), 96px)',
|
|
70
|
+
background: "var(--ds-border, #091E4224)",
|
|
71
|
+
borderRadius: 6,
|
|
72
|
+
// sticky styles
|
|
73
|
+
position: 'sticky',
|
|
74
|
+
top: "var(--ds-space-150, 12px)",
|
|
75
|
+
bottom: "var(--ds-space-150, 12px)"
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
};
|
|
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
20
20
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "105.
|
|
23
|
+
var packageVersion = "105.8.0";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
|
@@ -488,6 +488,8 @@ export interface CollabEventLocalStepData {
|
|
|
488
488
|
}
|
|
489
489
|
export type Color = ReturnType<typeof token>;
|
|
490
490
|
export declare const TELEPOINTER_DIM_CLASS = "telepointer-dim";
|
|
491
|
+
export declare const TELEPOINTER_PULSE_CLASS = "telepointer-pulse-animate";
|
|
492
|
+
export declare const TELEPOINTER_DATA_SESSION_ID_ATTR = "data-telepointer-sessionid";
|
|
491
493
|
export declare const telepointerStyleWithInitialOnly: import("@emotion/react").SerializedStyles;
|
|
492
494
|
export declare const telepointerStyle: import("@emotion/react").SerializedStyles;
|
|
493
495
|
export declare const isDirtyTransaction: (tr: Transaction | ReadonlyTransaction) => boolean;
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -190,6 +190,7 @@ declare const _default: {
|
|
|
190
190
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
191
191
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
192
192
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
193
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
193
194
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
194
195
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
195
196
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -669,6 +670,7 @@ declare const _default: {
|
|
|
669
670
|
'fabric.editor.offlineErrorFallbackDescription': string;
|
|
670
671
|
'fabric.editor.offlineErrorFallbackHeading': string;
|
|
671
672
|
'fabric.editor.on': string;
|
|
673
|
+
'fabric.editor.openButtonTitle': string;
|
|
672
674
|
'fabric.editor.openCellOptions': string;
|
|
673
675
|
'fabric.editor.openLink': string;
|
|
674
676
|
'fabric.editor.orderedList': string;
|