@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.
Files changed (156) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/afm-post-office/tsconfig.json +3 -0
  4. package/dist/cjs/collab/index.js +4 -2
  5. package/dist/cjs/doc-utils/editor-use-only.js +15 -3
  6. package/dist/cjs/i18n/cs.js +2 -0
  7. package/dist/cjs/i18n/da.js +2 -0
  8. package/dist/cjs/i18n/de.js +2 -0
  9. package/dist/cjs/i18n/en.js +2 -0
  10. package/dist/cjs/i18n/en_GB.js +2 -0
  11. package/dist/cjs/i18n/en_ZZ.js +2 -0
  12. package/dist/cjs/i18n/es.js +2 -0
  13. package/dist/cjs/i18n/fi.js +2 -0
  14. package/dist/cjs/i18n/fr.js +2 -0
  15. package/dist/cjs/i18n/hr.js +1 -1
  16. package/dist/cjs/i18n/hu.js +3 -0
  17. package/dist/cjs/i18n/it.js +2 -0
  18. package/dist/cjs/i18n/ja.js +6 -0
  19. package/dist/cjs/i18n/ko.js +6 -0
  20. package/dist/cjs/i18n/nb.js +6 -0
  21. package/dist/cjs/i18n/nl.js +2 -0
  22. package/dist/cjs/i18n/pl.js +2 -0
  23. package/dist/cjs/i18n/pt_BR.js +2 -0
  24. package/dist/cjs/i18n/ru.js +2 -0
  25. package/dist/cjs/i18n/sv.js +2 -0
  26. package/dist/cjs/i18n/th.js +2 -0
  27. package/dist/cjs/i18n/tr.js +2 -0
  28. package/dist/cjs/i18n/uk.js +2 -0
  29. package/dist/cjs/i18n/vi.js +2 -0
  30. package/dist/cjs/i18n/zh.js +2 -0
  31. package/dist/cjs/i18n/zh_TW.js +2 -0
  32. package/dist/cjs/monitoring/error.js +1 -1
  33. package/dist/cjs/styles/index.js +6 -0
  34. package/dist/cjs/styles/shared/resizer.js +56 -2
  35. package/dist/cjs/ui/DropList/index.js +1 -1
  36. package/dist/es2019/collab/index.js +45 -2
  37. package/dist/es2019/doc-utils/editor-use-only.js +15 -3
  38. package/dist/es2019/i18n/cs.js +2 -0
  39. package/dist/es2019/i18n/da.js +2 -0
  40. package/dist/es2019/i18n/de.js +2 -0
  41. package/dist/es2019/i18n/en.js +2 -0
  42. package/dist/es2019/i18n/en_GB.js +2 -0
  43. package/dist/es2019/i18n/en_ZZ.js +2 -0
  44. package/dist/es2019/i18n/es.js +2 -0
  45. package/dist/es2019/i18n/fi.js +2 -0
  46. package/dist/es2019/i18n/fr.js +2 -0
  47. package/dist/es2019/i18n/hr.js +1 -1
  48. package/dist/es2019/i18n/hu.js +3 -0
  49. package/dist/es2019/i18n/it.js +2 -0
  50. package/dist/es2019/i18n/ja.js +6 -0
  51. package/dist/es2019/i18n/ko.js +6 -0
  52. package/dist/es2019/i18n/nb.js +6 -0
  53. package/dist/es2019/i18n/nl.js +2 -0
  54. package/dist/es2019/i18n/pl.js +2 -0
  55. package/dist/es2019/i18n/pt_BR.js +2 -0
  56. package/dist/es2019/i18n/ru.js +2 -0
  57. package/dist/es2019/i18n/sv.js +2 -0
  58. package/dist/es2019/i18n/th.js +2 -0
  59. package/dist/es2019/i18n/tr.js +2 -0
  60. package/dist/es2019/i18n/uk.js +2 -0
  61. package/dist/es2019/i18n/vi.js +2 -0
  62. package/dist/es2019/i18n/zh.js +2 -0
  63. package/dist/es2019/i18n/zh_TW.js +2 -0
  64. package/dist/es2019/monitoring/error.js +1 -1
  65. package/dist/es2019/styles/index.js +1 -1
  66. package/dist/es2019/styles/shared/resizer.js +55 -1
  67. package/dist/es2019/ui/DropList/index.js +1 -1
  68. package/dist/esm/collab/index.js +3 -1
  69. package/dist/esm/doc-utils/editor-use-only.js +15 -3
  70. package/dist/esm/i18n/cs.js +2 -0
  71. package/dist/esm/i18n/da.js +2 -0
  72. package/dist/esm/i18n/de.js +2 -0
  73. package/dist/esm/i18n/en.js +2 -0
  74. package/dist/esm/i18n/en_GB.js +2 -0
  75. package/dist/esm/i18n/en_ZZ.js +2 -0
  76. package/dist/esm/i18n/es.js +2 -0
  77. package/dist/esm/i18n/fi.js +2 -0
  78. package/dist/esm/i18n/fr.js +2 -0
  79. package/dist/esm/i18n/hr.js +1 -1
  80. package/dist/esm/i18n/hu.js +3 -0
  81. package/dist/esm/i18n/it.js +2 -0
  82. package/dist/esm/i18n/ja.js +6 -0
  83. package/dist/esm/i18n/ko.js +6 -0
  84. package/dist/esm/i18n/nb.js +6 -0
  85. package/dist/esm/i18n/nl.js +2 -0
  86. package/dist/esm/i18n/pl.js +2 -0
  87. package/dist/esm/i18n/pt_BR.js +2 -0
  88. package/dist/esm/i18n/ru.js +2 -0
  89. package/dist/esm/i18n/sv.js +2 -0
  90. package/dist/esm/i18n/th.js +2 -0
  91. package/dist/esm/i18n/tr.js +2 -0
  92. package/dist/esm/i18n/uk.js +2 -0
  93. package/dist/esm/i18n/vi.js +2 -0
  94. package/dist/esm/i18n/zh.js +2 -0
  95. package/dist/esm/i18n/zh_TW.js +2 -0
  96. package/dist/esm/monitoring/error.js +1 -1
  97. package/dist/esm/styles/index.js +1 -1
  98. package/dist/esm/styles/shared/resizer.js +55 -1
  99. package/dist/esm/ui/DropList/index.js +1 -1
  100. package/dist/types/collab/index.d.ts +2 -0
  101. package/dist/types/i18n/cs.d.ts +2 -0
  102. package/dist/types/i18n/da.d.ts +2 -0
  103. package/dist/types/i18n/de.d.ts +2 -0
  104. package/dist/types/i18n/en.d.ts +2 -0
  105. package/dist/types/i18n/en_GB.d.ts +2 -0
  106. package/dist/types/i18n/en_ZZ.d.ts +2 -0
  107. package/dist/types/i18n/es.d.ts +2 -0
  108. package/dist/types/i18n/fi.d.ts +2 -0
  109. package/dist/types/i18n/fr.d.ts +2 -0
  110. package/dist/types/i18n/hu.d.ts +3 -0
  111. package/dist/types/i18n/it.d.ts +2 -0
  112. package/dist/types/i18n/ja.d.ts +6 -0
  113. package/dist/types/i18n/ko.d.ts +6 -0
  114. package/dist/types/i18n/nb.d.ts +6 -0
  115. package/dist/types/i18n/nl.d.ts +2 -0
  116. package/dist/types/i18n/pl.d.ts +2 -0
  117. package/dist/types/i18n/pt_BR.d.ts +2 -0
  118. package/dist/types/i18n/ru.d.ts +2 -0
  119. package/dist/types/i18n/sv.d.ts +2 -0
  120. package/dist/types/i18n/th.d.ts +2 -0
  121. package/dist/types/i18n/tr.d.ts +2 -0
  122. package/dist/types/i18n/uk.d.ts +2 -0
  123. package/dist/types/i18n/vi.d.ts +2 -0
  124. package/dist/types/i18n/zh.d.ts +2 -0
  125. package/dist/types/i18n/zh_TW.d.ts +2 -0
  126. package/dist/types/styles/index.d.ts +1 -1
  127. package/dist/types/styles/shared/resizer.d.ts +1 -0
  128. package/dist/types-ts4.5/collab/index.d.ts +2 -0
  129. package/dist/types-ts4.5/i18n/cs.d.ts +2 -0
  130. package/dist/types-ts4.5/i18n/da.d.ts +2 -0
  131. package/dist/types-ts4.5/i18n/de.d.ts +2 -0
  132. package/dist/types-ts4.5/i18n/en.d.ts +2 -0
  133. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
  134. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
  135. package/dist/types-ts4.5/i18n/es.d.ts +2 -0
  136. package/dist/types-ts4.5/i18n/fi.d.ts +2 -0
  137. package/dist/types-ts4.5/i18n/fr.d.ts +2 -0
  138. package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
  139. package/dist/types-ts4.5/i18n/it.d.ts +2 -0
  140. package/dist/types-ts4.5/i18n/ja.d.ts +6 -0
  141. package/dist/types-ts4.5/i18n/ko.d.ts +6 -0
  142. package/dist/types-ts4.5/i18n/nb.d.ts +6 -0
  143. package/dist/types-ts4.5/i18n/nl.d.ts +2 -0
  144. package/dist/types-ts4.5/i18n/pl.d.ts +2 -0
  145. package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -0
  146. package/dist/types-ts4.5/i18n/ru.d.ts +2 -0
  147. package/dist/types-ts4.5/i18n/sv.d.ts +2 -0
  148. package/dist/types-ts4.5/i18n/th.d.ts +2 -0
  149. package/dist/types-ts4.5/i18n/tr.d.ts +2 -0
  150. package/dist/types-ts4.5/i18n/uk.d.ts +2 -0
  151. package/dist/types-ts4.5/i18n/vi.d.ts +2 -0
  152. package/dist/types-ts4.5/i18n/zh.d.ts +2 -0
  153. package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -0
  154. package/dist/types-ts4.5/styles/index.d.ts +1 -1
  155. package/dist/types-ts4.5/styles/shared/resizer.d.ts +1 -0
  156. package/package.json +14 -10
@@ -190,6 +190,7 @@ var _default = exports.default = {
190
190
  'fabric.editor.ai.experience.elevateDisabledGenetateError': "Şu anda Elevate'te serbest oluşturma devre dışıdır.",
191
191
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Artık bağlantıları 🔗 istemlerinizdeki Jira ve Confluence içeriğine yapıştırabilirsiniz.',
192
192
  'fabric.editor.ai.experience.footerRightText.agents': 'Rovo tarafından desteklenir',
193
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Oluşturuluyor',
193
194
  '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.',
194
195
  'fabric.editor.ai.experience.inputTooShortError': 'İçerik özetlenemeyecek kadar kısa. Lütfen ekleme yapın ve yeniden deneyin.',
195
196
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) yanıt vermiyor. Daha sonra yeniden deneyin veya <link>AI durumunu kontrol edin</link>.',
@@ -596,6 +597,7 @@ var _default = exports.default = {
596
597
  'fabric.editor.offlineErrorFallbackDescription': 'Sayfayı yeniden yüklemeyi deneyin.',
597
598
  'fabric.editor.offlineErrorFallbackHeading': 'Bir hata oluştu!',
598
599
  'fabric.editor.on': '{formattingType} Açık',
600
+ 'fabric.editor.openButtonTitle': 'Açık',
599
601
  'fabric.editor.openCellOptions': 'Hücre seçeneklerini aç',
600
602
  'fabric.editor.openLink': 'Bağlantıyı yeni sekmede açın',
601
603
  'fabric.editor.orderedList': 'Numaralı liste',
@@ -175,6 +175,7 @@ var _default = exports.default = {
175
175
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Підказки в Elevate зараз вимкнені.',
176
176
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Тепер ви можете вставляти посилання 🔗 на вміст Jira й Confluence у своїх запитах.',
177
177
  'fabric.editor.ai.experience.footerRightText.agents': 'На платформі Rovo',
178
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Триває створення вмісту',
178
179
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence не вдалось обробити запит, оскільки ваші матеріали містять посилання на контент, на який поширюються обмеження HIPAA. Видаліть ці посилання та повторіть спробу.',
179
180
  'fabric.editor.ai.experience.inputTooShortError': 'Вміст закороткий для створення підсумку. Додайте більше відомостей і повторіть спробу.',
180
181
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) не відповідає. Повторіть спробу пізніше або <link>перевірте стан AI</link>.',
@@ -581,6 +582,7 @@ var _default = exports.default = {
581
582
  'fabric.editor.offlineErrorFallbackDescription': 'Спробуйте перезавантажити сторінку.',
582
583
  'fabric.editor.offlineErrorFallbackHeading': 'Сталася помилка',
583
584
  'fabric.editor.on': '{formattingType} увімкнуто',
585
+ 'fabric.editor.openButtonTitle': 'Відкрити',
584
586
  'fabric.editor.openCellOptions': 'Відкрити параметри клітинки',
585
587
  'fabric.editor.openLink': 'Відкрити посилання в новій вкладці',
586
588
  'fabric.editor.orderedList': 'Нумерований список',
@@ -175,6 +175,7 @@ var _default = exports.default = {
175
175
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Tính năng tạo miễn phí hiện đang tắt trong Elevate',
176
176
  '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.',
177
177
  'fabric.editor.ai.experience.footerRightText.agents': 'Được hỗ trợ bởi Rovo',
178
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Đang tạo',
178
179
  '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.',
179
180
  '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.',
180
181
  '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>.',
@@ -581,6 +582,7 @@ var _default = exports.default = {
581
582
  'fabric.editor.offlineErrorFallbackDescription': 'Hãy thử tải lại trang.',
582
583
  'fabric.editor.offlineErrorFallbackHeading': 'Đã xảy ra lỗi!',
583
584
  'fabric.editor.on': '{formattingType} đang bật',
585
+ 'fabric.editor.openButtonTitle': 'Mở',
584
586
  'fabric.editor.openCellOptions': 'Mở tùy chọn ô',
585
587
  'fabric.editor.openLink': 'Mở liên kết trong tab mới',
586
588
  'fabric.editor.orderedList': 'Danh sách được đánh số',
@@ -190,6 +190,7 @@ var _default = exports.default = {
190
190
  'fabric.editor.ai.experience.elevateDisabledGenetateError': '目前 Elevate 中已禁用自由生成。',
191
191
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 现在,您可以在提示中粘贴指向 Jira 和 Confluence 内容的链接 🔗。',
192
192
  'fabric.editor.ai.experience.footerRightText.agents': '由 Rovo 提供技术支持',
193
+ 'fabric.editor.ai.experience.generatingAiResponse': '正在生成',
193
194
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence 无法处理您的请求,因为您的内容中包含指向 HIPAA 受限内容的链接。请移除这些链接,然后重试。',
194
195
  'fabric.editor.ai.experience.inputTooShortError': '内容太短,无法总结。请添加更多内容,然后重试。',
195
196
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) 无响应。请稍后再试或<link>检查 Atlassian Intelligence 的状态</link>。',
@@ -596,6 +597,7 @@ var _default = exports.default = {
596
597
  'fabric.editor.offlineErrorFallbackDescription': '请尝试重新加载该页面。',
597
598
  'fabric.editor.offlineErrorFallbackHeading': '出错了!',
598
599
  'fabric.editor.on': '{formattingType}已开启',
600
+ 'fabric.editor.openButtonTitle': '打开',
599
601
  'fabric.editor.openCellOptions': '打开单元格选项',
600
602
  'fabric.editor.openLink': '在新选项卡打开链接',
601
603
  'fabric.editor.orderedList': '有序列表',
@@ -190,6 +190,7 @@ var _default = exports.default = {
190
190
  'fabric.editor.ai.experience.elevateDisabledGenetateError': '自由生成目前已在 Elevate 中停用。',
191
191
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 您現在可以在提示中貼上 Jira 和 Confluence 內容的連結 🔗。',
192
192
  'fabric.editor.ai.experience.footerRightText.agents': '由 Rovo 提供技術支援',
193
+ 'fabric.editor.ai.experience.generatingAiResponse': '正在產生',
193
194
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence 無法處理您的要求,因為您的內容包含 HIPAA 受限內容的連結。請移除這些連結,然後再試一次。',
194
195
  'fabric.editor.ai.experience.inputTooShortError': '內容太短,無法總結。請新增更多內容並再試一次。',
195
196
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) 沒有回應。請稍後再試一次,或<link>檢查 AI 的狀態</link>。',
@@ -596,6 +597,7 @@ var _default = exports.default = {
596
597
  'fabric.editor.offlineErrorFallbackDescription': '請嘗試重新載入頁面。',
597
598
  'fabric.editor.offlineErrorFallbackHeading': '發生錯誤!',
598
599
  'fabric.editor.on': '{formattingType} 開啟',
600
+ 'fabric.editor.openButtonTitle': '開啟',
599
601
  'fabric.editor.openCellOptions': '開啟儲存格選項',
600
602
  'fabric.editor.openLink': '在新的索引標籤中開啟連結',
601
603
  'fabric.editor.orderedList': '編號清單',
@@ -17,7 +17,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
17
17
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
18
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
19
19
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
20
- var packageVersion = "105.6.2";
20
+ var packageVersion = "105.8.0";
21
21
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
22
22
  // Remove URL as it has UGC
23
23
  // Ignored via go/ees007
@@ -315,6 +315,12 @@ Object.defineProperty(exports, "paragraphSharedStyles", {
315
315
  return _paragraph.paragraphSharedStyles;
316
316
  }
317
317
  });
318
+ Object.defineProperty(exports, "pragmaticResizerStyles", {
319
+ enumerable: true,
320
+ get: function get() {
321
+ return _resizer.pragmaticResizerStyles;
322
+ }
323
+ });
318
324
  Object.defineProperty(exports, "resizerHandleClassName", {
319
325
  enumerable: true,
320
326
  get: function get() {
@@ -4,10 +4,11 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
- exports.resizerStyles = exports.resizerItemClassName = exports.resizerHoverZoneClassName = exports.resizerHandleZIndex = exports.resizerHandleTrackClassName = exports.resizerHandleThumbClassName = exports.resizerHandleClassName = exports.resizerExtendedZone = exports.resizerDangerClassName = exports.handleWrapperClass = void 0;
7
+ exports.resizerStyles = exports.resizerItemClassName = exports.resizerHoverZoneClassName = exports.resizerHandleZIndex = exports.resizerHandleTrackClassName = exports.resizerHandleThumbClassName = exports.resizerHandleClassName = exports.resizerExtendedZone = exports.resizerDangerClassName = exports.pragmaticResizerStyles = exports.handleWrapperClass = void 0;
8
8
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
9
  var _react = require("@emotion/react");
10
10
  var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
11
+ var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
11
12
  var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
13
  /*
13
14
  Styles in this file are based on
@@ -27,4 +28,57 @@ var handleWrapperClass = exports.handleWrapperClass = 'resizer-handle-wrapper';
27
28
  var resizerHandleZIndex = exports.resizerHandleZIndex = 1;
28
29
 
29
30
  // 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…
30
- var resizerStyles = exports.resizerStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\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(_editorSharedStyles.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);
31
+ var resizerStyles = exports.resizerStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\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(_editorSharedStyles.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);
32
+
33
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
34
+ var pragmaticResizerStyles = exports.pragmaticResizerStyles = function pragmaticResizerStyles() {
35
+ if ((0, _experiments.editorExperiment)('platform_editor_breakout_resizing', false)) {
36
+ return;
37
+ }
38
+ return (0, _react.css)({
39
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
40
+ '.pm-breakout-resize-handle': {
41
+ position: 'relative',
42
+ display: 'flex',
43
+ alignItems: 'center',
44
+ justifyContent: 'center',
45
+ height: '100%',
46
+ width: 7,
47
+ alignSelf: 'center',
48
+ gridRow: 1,
49
+ gridColumn: 1,
50
+ cursor: 'col-resize',
51
+ borderRadius: 4,
52
+ transition: 'background-color 0.2s, visibility 0.2s, opacity 0.2s',
53
+ '&:hover': {
54
+ background: "var(--ds-background-selected, #E9F2FF)",
55
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
56
+ '.pm-breakout-resize-handle-inner': {
57
+ background: "var(--ds-border-focused, #388BFF)"
58
+ }
59
+ }
60
+ },
61
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
62
+ '.pm-breakout-resize-handle-left': {
63
+ justifySelf: 'start',
64
+ left: -20
65
+ },
66
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
67
+ '.pm-breakout-resize-handle-right': {
68
+ justifySelf: 'end',
69
+ right: -20
70
+ },
71
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
72
+ '.pm-breakout-resize-handle-inner': {
73
+ minWidth: 3,
74
+ // copied from resizeStyles.clamped
75
+ height: 'clamp(27px, calc(100% - 32px), 96px)',
76
+ background: "var(--ds-border, #091E4224)",
77
+ borderRadius: 6,
78
+ // sticky styles
79
+ position: 'sticky',
80
+ top: "var(--ds-space-150, 12px)",
81
+ bottom: "var(--ds-space-150, 12px)"
82
+ }
83
+ });
84
+ };
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
23
23
  * @jsx jsx
24
24
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
25
25
  var packageName = "@atlaskit/editor-common";
26
- var packageVersion = "105.6.2";
26
+ var packageVersion = "105.8.0";
27
27
  var halfFocusRing = 1;
28
28
  var dropOffset = '0, 8';
29
29
  // Ignored via go/ees005
@@ -158,6 +158,8 @@ const telepointerColorStyle = (backgroundColor, textColor, index) => {
158
158
  `;
159
159
  };
160
160
  export const TELEPOINTER_DIM_CLASS = 'telepointer-dim';
161
+ export const TELEPOINTER_PULSE_CLASS = 'telepointer-pulse-animate';
162
+ export const TELEPOINTER_DATA_SESSION_ID_ATTR = 'data-telepointer-sessionid';
161
163
 
162
164
  // ED-22557: Safely convert to object styling
163
165
  // Disable top: -14px since it is necessary to align to cursor
@@ -198,6 +200,37 @@ export const telepointerStyleWithInitialOnly = css`
198
200
  // Disable top: -14px since it is necessary to align to cursor
199
201
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
200
202
  export const telepointerStyle = css`
203
+ @keyframes pulseIn {
204
+ 0%,
205
+ 100% {
206
+ transform: scaleX(0);
207
+ opacity: 0;
208
+ }
209
+ 13% {
210
+ transform: scaleX(1.4) scaleY(1.4);
211
+ opacity: 1;
212
+ }
213
+ 20%,
214
+ 85% {
215
+ transform: scaleX(1) scaleY(1);
216
+ opacity: 1;
217
+ }
218
+ }
219
+
220
+ @keyframes pulseOut {
221
+ 0%,
222
+ 90%,
223
+ 100% {
224
+ transform: scaleX(1);
225
+ opacity: 1;
226
+ }
227
+ 10%,
228
+ 80% {
229
+ transform: scaleX(0);
230
+ opacity: 0;
231
+ }
232
+ }
233
+
201
234
  .ProseMirror .telepointer {
202
235
  position: relative;
203
236
  transition: opacity 200ms;
@@ -232,13 +265,23 @@ export const telepointerStyle = css`
232
265
  .telepointer-fullname {
233
266
  opacity: 0;
234
267
  transform: scaleX(0);
235
- transform-origin: left;
268
+ transform-origin: top left;
236
269
  transition:
237
270
  transform 0.15s ease-out,
238
271
  opacity 0.15s ease-out;
239
272
  }
240
273
  }
241
274
 
275
+ &.${TELEPOINTER_PULSE_CLASS} {
276
+ .telepointer-initial {
277
+ animation: pulseOut 2s ease-in-out;
278
+ }
279
+
280
+ .telepointer-fullname {
281
+ animation: pulseIn 2s ease-in-out;
282
+ }
283
+ }
284
+
242
285
  &:hover {
243
286
  .telepointer-initial {
244
287
  opacity: 0;
@@ -246,7 +289,7 @@ export const telepointerStyle = css`
246
289
  }
247
290
 
248
291
  .telepointer-fullname {
249
- transform: scaleX(100%);
292
+ transform: scaleX(1);
250
293
  opacity: 1;
251
294
  z-index: 1;
252
295
  }
@@ -1,5 +1,7 @@
1
1
  /* eslint-disable @atlaskit/design-system/use-primitives-text */
2
2
  import React from 'react';
3
+ import Link from '@atlaskit/link';
4
+ import { fg } from '@atlaskit/platform-feature-flags';
3
5
  import SectionMessage from '@atlaskit/section-message';
4
6
  function AlternativePackagesMessage({
5
7
  alternatePackages
@@ -8,15 +10,25 @@ function AlternativePackagesMessage({
8
10
  return null;
9
11
  }
10
12
  if (alternatePackages.length === 1) {
11
- return /*#__PURE__*/React.createElement("p", null, "Consider using ", /*#__PURE__*/React.createElement("a", {
13
+ return /*#__PURE__*/React.createElement("p", null, "Consider using", ' ', fg('dst-a11y__replace-anchor-with-link__editor') ? /*#__PURE__*/React.createElement(Link, {
12
14
  href: alternatePackages[0].link
13
- }, alternatePackages[0].name), " instead.");
15
+ }, alternatePackages[0].name) :
16
+ /*#__PURE__*/
17
+ // eslint-disable-next-line @atlaskit/design-system/no-html-anchor
18
+ React.createElement("a", {
19
+ href: alternatePackages[0].link
20
+ }, alternatePackages[0].name), "instead.");
14
21
  }
15
22
  return /*#__PURE__*/React.createElement("p", null, "Consider using one of these packages instead:", /*#__PURE__*/React.createElement("ul", null, alternatePackages.map(p =>
16
23
  /*#__PURE__*/
17
24
  // Ignored via go/ees005
18
25
  // eslint-disable-next-line react/jsx-key
19
- React.createElement("li", null, /*#__PURE__*/React.createElement("a", {
26
+ React.createElement("li", null, fg('dst-a11y__replace-anchor-with-link__editor') ? /*#__PURE__*/React.createElement(Link, {
27
+ href: p.link
28
+ }, p.name) :
29
+ /*#__PURE__*/
30
+ // eslint-disable-next-line @atlaskit/design-system/no-html-anchor
31
+ React.createElement("a", {
20
32
  href: p.link
21
33
  }, p.name)))));
22
34
  }
@@ -184,6 +184,7 @@ export default {
184
184
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Samočinné generování je v Elevate momentálně zakázáno.',
185
185
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nyní můžete do výzev vkládat odkazy 🔗 na obsah Jira a Confluence.',
186
186
  'fabric.editor.ai.experience.footerRightText.agents': 'Využívá technologii Rovo',
187
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Generuje se',
187
188
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence nedokázala zpracovat vaši žádost, protože váš obsah obsahuje odkazy na obsah omezený HIPAA. Odeberte tyto odkazy a zkuste to znovu.',
188
189
  'fabric.editor.ai.experience.inputTooShortError': 'Obsah je pro souhrn příliš krátký. Přidejte další a zkuste to znovu.',
189
190
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) neodpovídá. Zkuste to znovu později nebo <link>zkontrolujte stav AI</link>.',
@@ -590,6 +591,7 @@ export default {
590
591
  'fabric.editor.offlineErrorFallbackDescription': 'Zkuste stránku načíst znovu.',
591
592
  'fabric.editor.offlineErrorFallbackHeading': 'Něco se pokazilo',
592
593
  'fabric.editor.on': '{formattingType} zapnuto',
594
+ 'fabric.editor.openButtonTitle': 'Otevřený',
593
595
  'fabric.editor.openCellOptions': 'Otevřít možnosti buňky',
594
596
  'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
595
597
  'fabric.editor.orderedList': 'Číslovaný seznam',
@@ -183,6 +183,7 @@ export default {
183
183
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering er deaktiveret i Elevate i øjeblikket.',
184
184
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nu kan du indsætte links 🔗 til Jira- og Confluence-indhold i dine prompter.',
185
185
  'fabric.editor.ai.experience.footerRightText.agents': 'Drevet af Rovo',
186
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Genererer',
186
187
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kunne ikke behandle din anmodning, da dit indhold indeholder links til HIPAA-begrænset indhold. Fjern disse links, og prøv igen.',
187
188
  'fabric.editor.ai.experience.inputTooShortError': 'Indholdet er for kort til at opsummere. Tilføj mere, og prøv igen.',
188
189
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarer ikke. Prøv igen senere, eller <link>kontrollér status for AI</link>.',
@@ -589,6 +590,7 @@ export default {
589
590
  'fabric.editor.offlineErrorFallbackDescription': 'Prøv at genindlæse siden.',
590
591
  'fabric.editor.offlineErrorFallbackHeading': 'Noget gik galt!',
591
592
  'fabric.editor.on': '{formattingType} til',
593
+ 'fabric.editor.openButtonTitle': 'Åbn',
592
594
  'fabric.editor.openCellOptions': 'Åbn celleegenskaber',
593
595
  'fabric.editor.openLink': 'Åbn link i en nye fane',
594
596
  'fabric.editor.orderedList': 'Nummereret liste',
@@ -183,6 +183,7 @@ export default {
183
183
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Aktuell ist die freie Erstellung von Aufforderungen in Elevate deaktiviert.',
184
184
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Sie können in Ihren Prompts jetzt Links 🔗 in Jira- oder Confluence-Inhalte einfügen.',
185
185
  'fabric.editor.ai.experience.footerRightText.agents': 'Bereitgestellt von Rovo',
186
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Wird erstellt',
186
187
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence konnte Ihre Anfrage nicht bearbeiten, da sie Links zu HIPAA-beschränkten Inhalten enthält. Bitte entfernen Sie diese Links und versuchen Sie es erneut.',
187
188
  'fabric.editor.ai.experience.inputTooShortError': 'Der Inhalt ist zu kurz, um ihn zusammenzufassen. Bitte fügen Sie mehr Inhalt hinzu und versuchen Sie es erneut.',
188
189
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) reagiert nicht. Versuchen Sie es später erneut oder <link>überprüfen Sie den Status von AI</link>.',
@@ -589,6 +590,7 @@ export default {
589
590
  'fabric.editor.offlineErrorFallbackDescription': 'Versuchen Sie, die Seite neu zu laden.',
590
591
  'fabric.editor.offlineErrorFallbackHeading': 'Etwas ist schiefgelaufen!',
591
592
  'fabric.editor.on': '{formattingType} ein',
593
+ 'fabric.editor.openButtonTitle': 'Öffnen',
592
594
  'fabric.editor.openCellOptions': 'Zellenoptionen öffnen',
593
595
  'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
594
596
  'fabric.editor.orderedList': 'Nummerierte Liste',
@@ -192,6 +192,7 @@ export default {
192
192
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
193
193
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
194
194
  'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
195
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Generating',
195
196
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.',
196
197
  'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarize. Please add more and try again.',
197
198
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
@@ -671,6 +672,7 @@ export default {
671
672
  'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
672
673
  'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
673
674
  'fabric.editor.on': '{formattingType} On',
675
+ 'fabric.editor.openButtonTitle': 'Open',
674
676
  'fabric.editor.openCellOptions': 'Open cell options',
675
677
  'fabric.editor.openLink': 'Open link in a new tab',
676
678
  'fabric.editor.orderedList': 'Numbered list',
@@ -192,6 +192,7 @@ export default {
192
192
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
193
193
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
194
194
  'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
195
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Generating',
195
196
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.',
196
197
  'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarise. Please add more and try again.',
197
198
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
@@ -671,6 +672,7 @@ export default {
671
672
  'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
672
673
  'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
673
674
  'fabric.editor.on': '{formattingType} On',
675
+ 'fabric.editor.openButtonTitle': 'Open',
674
676
  'fabric.editor.openCellOptions': 'Open cell options',
675
677
  'fabric.editor.openLink': 'Open link in a new tab',
676
678
  'fabric.editor.orderedList': 'Numbered list',
@@ -192,6 +192,7 @@ export default {
192
192
  'fabric.editor.ai.experience.elevateDisabledGenetateError': '⁣⁢Free generate is disabled in Elevate at this time.⁠؜‍‍‍‍⁡⁣⁤',
193
193
  'fabric.editor.ai.experience.engagementBannerLinksText': '⁣⁢🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.؜‌⁡‍⁠؜؜⁠؜⁡؜⁡؜⁣⁤',
194
194
  'fabric.editor.ai.experience.footerRightText.agents': '⁣⁢Powered by Rovo‍‌‍⁠‌⁡؜؜⁣⁤',
195
+ 'fabric.editor.ai.experience.generatingAiResponse': '⁣⁢Generating‌⁡‌⁡‍؜؜‍⁡؜⁠؜⁡⁣⁤',
195
196
  'fabric.editor.ai.experience.hipaaContentError': '⁣⁢Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.‌؜⁠‍⁡⁣⁤',
196
197
  'fabric.editor.ai.experience.inputTooShortError': '⁣⁢The content is too short to summarize. Please add more and try again.⁡‌⁡؜⁡‌⁡‌‌؜⁣⁤',
197
198
  'fabric.editor.ai.experience.internalServerError': '⁣⁢Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.؜‍‌⁡⁠⁠‍‍‌⁡⁣⁤',
@@ -671,6 +672,7 @@ export default {
671
672
  'fabric.editor.offlineErrorFallbackDescription': '⁣⁢Try reloading the page.⁡⁡‍‌‍‌؜‌⁡‌؜⁠⁡؜⁣⁤',
672
673
  'fabric.editor.offlineErrorFallbackHeading': '⁣⁢Something went wrong!‍⁠‌‌؜‌⁡⁣⁤',
673
674
  'fabric.editor.on': '⁣⁢{formattingType} On⁠‌‌⁡‍‍⁡؜⁠⁣⁤',
675
+ 'fabric.editor.openButtonTitle': '⁣⁢Open⁡‌⁠‌‌‍‌؜‌⁣⁤',
674
676
  'fabric.editor.openCellOptions': '⁣⁢Open cell options؜‌‍‌⁡⁠‍⁠⁣⁤',
675
677
  'fabric.editor.openLink': '⁣⁢Open link in a new tab⁠⁡⁡‌‍‌⁠‌‌⁡⁡⁣⁤',
676
678
  'fabric.editor.orderedList': '⁣⁢Numbered list‍⁡؜؜⁡؜⁡‍؜⁣⁤',
@@ -184,6 +184,7 @@ export default {
184
184
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'La generación libre está desactivada en Elevate en este momento.',
185
185
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Ahora puedes pegar los enlaces 🔗 al contenido de Jira y Confluence en tus indicaciones.',
186
186
  'fabric.editor.ai.experience.footerRightText.agents': 'Con tecnología de Rovo',
187
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Generando',
187
188
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence no ha podido procesar tu solicitud porque tu contenido contiene enlaces a contenido restringido por la HIPAA. Elimina estos enlaces e inténtalo de nuevo.',
188
189
  'fabric.editor.ai.experience.inputTooShortError': 'El contenido es demasiado corto para resumirlo. Añade más y vuelve a intentarlo.',
189
190
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) no responde. Inténtalo de nuevo más tarde o <link>consulta el estado de AI</link>.',
@@ -590,6 +591,7 @@ export default {
590
591
  'fabric.editor.offlineErrorFallbackDescription': 'Prueba volviendo a cargar la página.',
591
592
  'fabric.editor.offlineErrorFallbackHeading': 'Algo ha ido mal.',
592
593
  'fabric.editor.on': '{formattingType} activado',
594
+ 'fabric.editor.openButtonTitle': 'Abrir',
593
595
  'fabric.editor.openCellOptions': 'Abrir opciones de celda',
594
596
  'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
595
597
  'fabric.editor.orderedList': 'Lista numerada',
@@ -184,6 +184,7 @@ export default {
184
184
  'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Vapaa luonti on poistettu käytöstä Elevatessa tällä hetkellä.',
185
185
  'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Voit nyt liittää linkkejä 🔗 Jira- ja Confluence-sisältöön kehotteissa.',
186
186
  'fabric.editor.ai.experience.footerRightText.agents': 'Palvelun tarjoaa Rovo',
187
+ 'fabric.editor.ai.experience.generatingAiResponse': 'Luodaan',
187
188
  'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence ei pystynyt käsittelemään pyyntöäsi, koska sisältösi sisältää linkkejä HIPAA-rajoitettuun sisältöön. Poista nämä linkit ja yritä uudelleen.',
188
189
  'fabric.editor.ai.experience.inputTooShortError': 'Sisältö on liian lyhyt yhteenvetoa varten. Lisää sisältöä ja yritä uudelleen.',
189
190
  'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) ei vastaa. Yritä myöhemmin uudelleen tai <link>tarkista AI:n tila</link>.',
@@ -590,6 +591,7 @@ export default {
590
591
  'fabric.editor.offlineErrorFallbackDescription': 'Yritä ladata sivu uudelleen.',
591
592
  'fabric.editor.offlineErrorFallbackHeading': 'Jotain meni vikaan!',
592
593
  'fabric.editor.on': '{formattingType} käytössä',
594
+ 'fabric.editor.openButtonTitle': 'Avaa',
593
595
  'fabric.editor.openCellOptions': 'Avaa soluvalinnat',
594
596
  'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
595
597
  'fabric.editor.orderedList': 'Numeroitu luettelo',
@@ -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',
@@ -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} prekinit će sve što je povezano s njim.',
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',
@@ -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',
@@ -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',
@@ -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': '警告パネル',