@atlaskit/editor-common 76.22.0 → 76.22.1

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 (52) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/i18n/en.js +2 -0
  3. package/dist/cjs/i18n/en_GB.js +2 -0
  4. package/dist/cjs/i18n/en_ZZ.js +2 -0
  5. package/dist/cjs/i18n/hu.js +1 -1
  6. package/dist/cjs/i18n/ko.js +2 -2
  7. package/dist/cjs/i18n/pl.js +1 -1
  8. package/dist/cjs/i18n/th.js +8 -2
  9. package/dist/cjs/i18n/uk.js +6 -0
  10. package/dist/cjs/i18n/vi.js +7 -1
  11. package/dist/cjs/i18n/zh_TW.js +1 -1
  12. package/dist/cjs/monitoring/error.js +1 -1
  13. package/dist/cjs/ui/DropList/index.js +1 -1
  14. package/dist/es2019/i18n/en.js +2 -0
  15. package/dist/es2019/i18n/en_GB.js +2 -0
  16. package/dist/es2019/i18n/en_ZZ.js +2 -0
  17. package/dist/es2019/i18n/hu.js +1 -1
  18. package/dist/es2019/i18n/ko.js +2 -2
  19. package/dist/es2019/i18n/pl.js +1 -1
  20. package/dist/es2019/i18n/th.js +8 -2
  21. package/dist/es2019/i18n/uk.js +6 -0
  22. package/dist/es2019/i18n/vi.js +7 -1
  23. package/dist/es2019/i18n/zh_TW.js +1 -1
  24. package/dist/es2019/monitoring/error.js +1 -1
  25. package/dist/es2019/ui/DropList/index.js +1 -1
  26. package/dist/esm/i18n/en.js +2 -0
  27. package/dist/esm/i18n/en_GB.js +2 -0
  28. package/dist/esm/i18n/en_ZZ.js +2 -0
  29. package/dist/esm/i18n/hu.js +1 -1
  30. package/dist/esm/i18n/ko.js +2 -2
  31. package/dist/esm/i18n/pl.js +1 -1
  32. package/dist/esm/i18n/th.js +8 -2
  33. package/dist/esm/i18n/uk.js +6 -0
  34. package/dist/esm/i18n/vi.js +7 -1
  35. package/dist/esm/i18n/zh_TW.js +1 -1
  36. package/dist/esm/monitoring/error.js +1 -1
  37. package/dist/esm/ui/DropList/index.js +1 -1
  38. package/dist/types/i18n/en.d.ts +2 -0
  39. package/dist/types/i18n/en_GB.d.ts +2 -0
  40. package/dist/types/i18n/en_ZZ.d.ts +2 -0
  41. package/dist/types/i18n/th.d.ts +6 -0
  42. package/dist/types/i18n/uk.d.ts +6 -0
  43. package/dist/types/i18n/vi.d.ts +6 -0
  44. package/dist/types/types/feature-flags.d.ts +0 -8
  45. package/dist/types-ts4.5/i18n/en.d.ts +2 -0
  46. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
  47. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
  48. package/dist/types-ts4.5/i18n/th.d.ts +6 -0
  49. package/dist/types-ts4.5/i18n/uk.d.ts +6 -0
  50. package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
  51. package/dist/types-ts4.5/types/feature-flags.d.ts +0 -8
  52. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 76.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43063) [`108c97378e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/108c97378e9) - Clean up renderer feature flag 'showHoverPreview'. Hover previews are now on by default in renderer, and can be opted out of by using SmartLinksOptions.hideHoverPreview
8
+
3
9
  ## 76.22.0
4
10
 
5
11
  ### Minor Changes
@@ -135,6 +135,7 @@ var _default = exports.default = {
135
135
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
136
136
  'fabric.editor.image': 'Image',
137
137
  'fabric.editor.improvement': 'Improvement',
138
+ 'fabric.editor.indent': 'Indent',
138
139
  'fabric.editor.infoPanel': 'Info panel',
139
140
  'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
140
141
  'fabric.editor.inlineDescription': 'Display link as inline text',
@@ -172,6 +173,7 @@ var _default = exports.default = {
172
173
  'fabric.editor.orderedList': 'Numbered list',
173
174
  'fabric.editor.orderedList.description': 'Create an ordered list',
174
175
  'fabric.editor.other': 'Others...',
176
+ 'fabric.editor.outdent': 'Outdent',
175
177
  'fabric.editor.pageActionsLabel': 'Page actions',
176
178
  'fabric.editor.placeholderText': 'Placeholder text',
177
179
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
@@ -135,6 +135,7 @@ var _default = exports.default = {
135
135
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
136
136
  'fabric.editor.image': 'Image',
137
137
  'fabric.editor.improvement': 'Improvement',
138
+ 'fabric.editor.indent': 'Indent',
138
139
  'fabric.editor.infoPanel': 'Info panel',
139
140
  'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
140
141
  'fabric.editor.inlineDescription': 'Display link as inline text',
@@ -172,6 +173,7 @@ var _default = exports.default = {
172
173
  'fabric.editor.orderedList': 'Numbered list',
173
174
  'fabric.editor.orderedList.description': 'Create an ordered list',
174
175
  'fabric.editor.other': 'Others...',
176
+ 'fabric.editor.outdent': 'Outdent',
175
177
  'fabric.editor.pageActionsLabel': 'Page actions',
176
178
  'fabric.editor.placeholderText': 'Placeholder text',
177
179
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
@@ -135,6 +135,7 @@ var _default = exports.default = {
135
135
  'fabric.editor.hyperlinkToolbarPlaceholder': '⁣⁢Paste or search for link‌؜⁠‌⁠؜⁡‍⁡⁠‌⁣⁤',
136
136
  'fabric.editor.image': '⁣⁢Image⁡⁠⁡⁡؜‌⁡‍⁡‍‍⁣⁤',
137
137
  'fabric.editor.improvement': '⁣⁢Improvement‌⁠⁡‍⁠⁠؜‌⁡‍⁣⁤',
138
+ 'fabric.editor.indent': '⁣⁢Indent‌‍‌؜‌⁠‍‍‌⁡⁣⁤',
138
139
  'fabric.editor.infoPanel': '⁣⁢Info panel⁡؜‍⁠‍⁡‌‍؜‍⁠؜⁣⁤',
139
140
  'fabric.editor.infoPanel.description': '⁣⁢Highlight information in a colored panel⁡⁠⁡؜‍⁣⁤',
140
141
  'fabric.editor.inlineDescription': '⁣⁢Display link as inline text‍⁠⁡‌‍⁡؜‌⁣⁤',
@@ -172,6 +173,7 @@ var _default = exports.default = {
172
173
  'fabric.editor.orderedList': '⁣⁢Numbered list‍⁡؜؜⁡؜⁡‍؜⁣⁤',
173
174
  'fabric.editor.orderedList.description': '⁣⁢Create an ordered list‍؜⁠⁡‍‍‌‍‍⁣⁤',
174
175
  'fabric.editor.other': '⁣⁢Others...⁡‌⁠؜⁠‌‍‌‍؜⁠⁣⁤',
176
+ 'fabric.editor.outdent': '⁣⁢Outdent‌‍‌؜؜‍⁡‍‍‌⁣⁤',
175
177
  'fabric.editor.pageActionsLabel': '⁣⁢Page actions‌؜؜؜‍⁡‍؜‌‍⁣⁤',
176
178
  'fabric.editor.placeholderText': '⁣⁢Placeholder text⁠؜‌؜‌‌‌‌⁠‍⁣⁤',
177
179
  'fabric.editor.placeholderText.description': '⁣⁢Insert a text placeholder into the page؜‍‍‍⁠⁠؜⁠⁡⁣⁤',
@@ -28,7 +28,7 @@ var _default = exports.default = {
28
28
  'fabric.editor.blockTitle': 'Kártya',
29
29
  'fabric.editor.blockquote': 'Idézet',
30
30
  'fabric.editor.blockquote.description': 'Idézet beszúrása',
31
- 'fabric.editor.blockquote2': 'Idézés',
31
+ 'fabric.editor.blockquote2': 'Idézet',
32
32
  'fabric.editor.bold': 'Félkövér',
33
33
  'fabric.editor.bug': 'Hiba',
34
34
  'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
@@ -98,7 +98,7 @@ var _default = exports.default = {
98
98
  'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
99
99
  'fabric.editor.expandNode': '콘텐츠 펼치기',
100
100
  'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
101
- 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제',
101
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제',
102
102
  'fabric.editor.extension.deleteElementTitle': '요소 삭제',
103
103
  'fabric.editor.extension.sourceNoTitledName': '이 요소',
104
104
  'fabric.editor.feedbackDialog': '피드백 보내기',
@@ -202,7 +202,7 @@ var _default = exports.default = {
202
202
  'fabric.editor.superscript.off.subscript.on': '위 첨자 꺼짐, 아래 첨자 켜짐',
203
203
  'fabric.editor.table': '표',
204
204
  'fabric.editor.table.description': '표 삽입',
205
- 'fabric.editor.tableOptions': '표 옵션',
205
+ 'fabric.editor.tableOptions': '표 선택 사항',
206
206
  'fabric.editor.tables.adjustColumn': '열 조정',
207
207
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
208
208
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
@@ -181,7 +181,7 @@ var _default = exports.default = {
181
181
  'fabric.editor.removeEmoji': 'Usuń emoji',
182
182
  'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
183
183
  'fabric.editor.rightSidebar': 'Prawy pasek boczny',
184
- 'fabric.editor.rowControl': 'Zaznacz wiersz',
184
+ 'fabric.editor.rowControl': 'Podświetl wiersz',
185
185
  'fabric.editor.saveButton': 'Zapisz',
186
186
  'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
187
187
  'fabric.editor.single': 'Pojedyncza kolumna',
@@ -147,6 +147,7 @@ var _default = exports.default = {
147
147
  'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
148
148
  'fabric.editor.layoutFullWidth': 'แสดงแบบเต็มความกว้าง',
149
149
  'fabric.editor.layoutWide': 'แสดงแบบกว้างขึ้น',
150
+ 'fabric.editor.leftSidebar': 'แถบด้านซ้าย',
150
151
  'fabric.editor.link': 'ลิงก์',
151
152
  'fabric.editor.link.description': 'แทรกลิงก์',
152
153
  'fabric.editor.linkAddress': 'ที่อยู่ลิงก์',
@@ -157,7 +158,7 @@ var _default = exports.default = {
157
158
  'fabric.editor.mediaFiles.description': 'เพิ่มรูปภาพและไฟล์อื่น ๆ ไปยังหน้าข้อมูล',
158
159
  'fabric.editor.mention': 'กล่าวถึง',
159
160
  'fabric.editor.mention.description': 'กล่าวถึงผู้ใช้เพื่อส่งการแจ้งเตือน',
160
- 'fabric.editor.mergeCells': 'ผสานเซลล์',
161
+ 'fabric.editor.mergeCells': 'รวมช่องข้อมูล',
161
162
  'fabric.editor.moreFormatting': 'การจัดรูปแบบเพิ่มเติม',
162
163
  'fabric.editor.navigate.toolbar.editor': 'นำทางไปยังแถบเครื่องมือแก้ไข',
163
164
  'fabric.editor.navigate.toolbar.floating': 'นำทางไปยังแถบเครื่องมือแบบลอย',
@@ -179,12 +180,14 @@ var _default = exports.default = {
179
180
  'fabric.editor.removeColumns': '{0, plural, other {ลบคอลัมน์}}',
180
181
  'fabric.editor.removeEmoji': 'ลบเอโมจิออก',
181
182
  'fabric.editor.removeRows': '{0, plural, other {ลบแถว}}',
183
+ 'fabric.editor.rightSidebar': 'แถบด้านขวา',
182
184
  'fabric.editor.rowControl': 'ไฮไลท์แถว',
183
185
  'fabric.editor.saveButton': 'บันทึก',
184
186
  'fabric.editor.settingsLinks': 'ไปที่การตั้งค่าลิงก์',
187
+ 'fabric.editor.single': 'คอลัมน์เดียว',
185
188
  'fabric.editor.sortColumnASC': 'จัดเรียงคอลัมน์ A → Z',
186
189
  'fabric.editor.sortColumnDESC': 'จัดเรียงคอลัมน์ Z → A',
187
- 'fabric.editor.splitCell': 'แบ่งเซลล์',
190
+ 'fabric.editor.splitCell': 'แยกช่องข้อมูล',
188
191
  'fabric.editor.status': 'สถานะ',
189
192
  'fabric.editor.status.description': 'เพิ่มป้ายสถานะแบบกำหนดเอง',
190
193
  'fabric.editor.statusPlaceholder': 'ตั้งค่าสถานะ',
@@ -207,6 +210,8 @@ var _default = exports.default = {
207
210
  'fabric.editor.task': 'งาน',
208
211
  'fabric.editor.text.formatting.off': 'ปิดการใช้รูปแบบข้อความ',
209
212
  'fabric.editor.textStyles': 'รูปแบบตัวอักษร',
213
+ 'fabric.editor.threeColumns': 'สามคอลัมน์',
214
+ 'fabric.editor.threeColumnsWithSidebars': 'สามคอลัมน์พร้อมแถบด้านข้าง',
210
215
  'fabric.editor.time.ago': 'ที่แล้ว',
211
216
  'fabric.editor.time.updated': 'อัปเดตแล้ว',
212
217
  'fabric.editor.time.viewed': 'ดูแล้ว',
@@ -217,6 +222,7 @@ var _default = exports.default = {
217
222
  'fabric.editor.tooltip.defaultBlockNode': 'โหนดบล็อก',
218
223
  'fabric.editor.tooltip.nestedExpand': 'การขยายที่ซ้อนกัน',
219
224
  'fabric.editor.tooltip.taskList': 'รายการดำเนินการ',
225
+ 'fabric.editor.twoColumns': 'สองคอลัมน์',
220
226
  'fabric.editor.unableToOpenLink': 'ไม่สามารถเปิดลิงก์นี้ได้',
221
227
  'fabric.editor.underline': 'ขีดเส้นใต้',
222
228
  'fabric.editor.undo': 'เลิกทำ',
@@ -147,6 +147,7 @@ var _default = exports.default = {
147
147
  'fabric.editor.layoutFixedWidth': 'Стандартне відображення',
148
148
  'fabric.editor.layoutFullWidth': 'Відобразити повну ширину',
149
149
  'fabric.editor.layoutWide': 'Розширити',
150
+ 'fabric.editor.leftSidebar': 'Бічна панель ліворуч',
150
151
  'fabric.editor.link': 'Посилання',
151
152
  'fabric.editor.link.description': 'Вставити посилання',
152
153
  'fabric.editor.linkAddress': 'Адреса посилання',
@@ -179,9 +180,11 @@ var _default = exports.default = {
179
180
  'fabric.editor.removeColumns': '{0, plural, one {Видалити стовпець} few {Видалити стовпці} many {Видалити стовпці} other {Видалити стовпці}}',
180
181
  'fabric.editor.removeEmoji': 'Видалення емодзі',
181
182
  'fabric.editor.removeRows': '{0, plural, one {Видалити рядок} few {Видалити рядки} many {Видалити рядки} other {Видалити рядки}}',
183
+ 'fabric.editor.rightSidebar': 'Бічна панель праворуч',
182
184
  'fabric.editor.rowControl': 'Виділити рядок',
183
185
  'fabric.editor.saveButton': 'Зберегти',
184
186
  'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
187
+ 'fabric.editor.single': 'Один стовпець',
185
188
  'fabric.editor.sortColumnASC': 'Сортувати стовпці від А до Я',
186
189
  'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
187
190
  'fabric.editor.splitCell': 'Розділити клітинки',
@@ -207,6 +210,8 @@ var _default = exports.default = {
207
210
  'fabric.editor.task': 'Завдання',
208
211
  'fabric.editor.text.formatting.off': 'Форматування тексту вимкнуто',
209
212
  'fabric.editor.textStyles': 'Стилі тексту',
213
+ 'fabric.editor.threeColumns': 'Три стовпці',
214
+ 'fabric.editor.threeColumnsWithSidebars': 'Три стовпці з бічними панелями',
210
215
  'fabric.editor.time.ago': 'тому',
211
216
  'fabric.editor.time.updated': 'Змінено',
212
217
  'fabric.editor.time.viewed': 'Переглянуто',
@@ -217,6 +222,7 @@ var _default = exports.default = {
217
222
  'fabric.editor.tooltip.defaultBlockNode': 'вузол блокування',
218
223
  'fabric.editor.tooltip.nestedExpand': 'вкладена розгортка',
219
224
  'fabric.editor.tooltip.taskList': 'задача',
225
+ 'fabric.editor.twoColumns': 'Два стовпці',
220
226
  'fabric.editor.unableToOpenLink': 'Не вдалося відкрити посилання',
221
227
  'fabric.editor.underline': 'Підкреслювання',
222
228
  'fabric.editor.undo': 'Скасувати',
@@ -57,7 +57,7 @@ var _default = exports.default = {
57
57
  'fabric.editor.copiedToClipboard': 'Đã sao chép!',
58
58
  'fabric.editor.copyToClipboard': 'Sao chép',
59
59
  'fabric.editor.cornerControl': 'Làm nổi bật bảng',
60
- 'fabric.editor.createComment': 'Bình luận',
60
+ 'fabric.editor.createComment': 'Nhận xét',
61
61
  'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
62
62
  'fabric.editor.customPanel': 'Bảng tùy chỉnh',
63
63
  'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
@@ -147,6 +147,7 @@ var _default = exports.default = {
147
147
  'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
148
148
  'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
149
149
  'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
150
+ 'fabric.editor.leftSidebar': 'Thanh bên trái',
150
151
  'fabric.editor.link': 'Liên kết',
151
152
  'fabric.editor.link.description': 'Chèn liên kết',
152
153
  'fabric.editor.linkAddress': 'Địa chỉ liên kết',
@@ -179,9 +180,11 @@ var _default = exports.default = {
179
180
  'fabric.editor.removeColumns': '{0, plural, other {Xóa cột}}',
180
181
  'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
181
182
  'fabric.editor.removeRows': '{0, plural, other {Xóa hàng}}',
183
+ 'fabric.editor.rightSidebar': 'Thanh bên phải',
182
184
  'fabric.editor.rowControl': 'Làm nổi bật hàng',
183
185
  'fabric.editor.saveButton': 'Lưu',
184
186
  'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
187
+ 'fabric.editor.single': 'Cột đơn',
185
188
  'fabric.editor.sortColumnASC': 'Sắp xếp cột A → Z',
186
189
  'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
187
190
  'fabric.editor.splitCell': 'Tách ô',
@@ -207,6 +210,8 @@ var _default = exports.default = {
207
210
  'fabric.editor.task': 'Tác vụ',
208
211
  'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
209
212
  'fabric.editor.textStyles': 'Kiểu văn bản',
213
+ 'fabric.editor.threeColumns': 'Ba cột',
214
+ 'fabric.editor.threeColumnsWithSidebars': 'Ba cột có các thanh bên',
210
215
  'fabric.editor.time.ago': 'trước',
211
216
  'fabric.editor.time.updated': 'Đã cập nhật',
212
217
  'fabric.editor.time.viewed': 'Đã xem',
@@ -217,6 +222,7 @@ var _default = exports.default = {
217
222
  'fabric.editor.tooltip.defaultBlockNode': 'một nút khối',
218
223
  'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
219
224
  'fabric.editor.tooltip.taskList': 'một mục thao tác',
225
+ 'fabric.editor.twoColumns': 'Hai cột',
220
226
  'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
221
227
  'fabric.editor.underline': 'Gạch dưới',
222
228
  'fabric.editor.undo': 'Hoàn tác',
@@ -206,7 +206,7 @@ var _default = exports.default = {
206
206
  'fabric.editor.tables.adjustColumn': '調整欄',
207
207
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
208
208
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除',
209
- 'fabric.editor.tables.resizeTable': '重新調整表格',
209
+ 'fabric.editor.tables.resizeTable': '重新調整表格大小',
210
210
  'fabric.editor.task': '任務',
211
211
  'fabric.editor.text.formatting.off': '文字格式設定關閉',
212
212
  'fabric.editor.textStyles': '文字樣式',
@@ -16,7 +16,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
16
16
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
17
17
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
18
18
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
19
- var packageVersion = "76.22.0";
19
+ var packageVersion = "76.22.1";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // TODO: Sanitise the URL instead of just removing it
@@ -24,7 +24,7 @@ var _templateObject, _templateObject2, _templateObject3;
24
24
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
25
25
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
26
26
  var packageName = "@atlaskit/editor-common";
27
- var packageVersion = "76.22.0";
27
+ var packageVersion = "76.22.1";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var DropList = /*#__PURE__*/function (_Component) {
@@ -129,6 +129,7 @@ export default {
129
129
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
130
130
  'fabric.editor.image': 'Image',
131
131
  'fabric.editor.improvement': 'Improvement',
132
+ 'fabric.editor.indent': 'Indent',
132
133
  'fabric.editor.infoPanel': 'Info panel',
133
134
  'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
134
135
  'fabric.editor.inlineDescription': 'Display link as inline text',
@@ -166,6 +167,7 @@ export default {
166
167
  'fabric.editor.orderedList': 'Numbered list',
167
168
  'fabric.editor.orderedList.description': 'Create an ordered list',
168
169
  'fabric.editor.other': 'Others...',
170
+ 'fabric.editor.outdent': 'Outdent',
169
171
  'fabric.editor.pageActionsLabel': 'Page actions',
170
172
  'fabric.editor.placeholderText': 'Placeholder text',
171
173
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
@@ -129,6 +129,7 @@ export default {
129
129
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
130
130
  'fabric.editor.image': 'Image',
131
131
  'fabric.editor.improvement': 'Improvement',
132
+ 'fabric.editor.indent': 'Indent',
132
133
  'fabric.editor.infoPanel': 'Info panel',
133
134
  'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
134
135
  'fabric.editor.inlineDescription': 'Display link as inline text',
@@ -166,6 +167,7 @@ export default {
166
167
  'fabric.editor.orderedList': 'Numbered list',
167
168
  'fabric.editor.orderedList.description': 'Create an ordered list',
168
169
  'fabric.editor.other': 'Others...',
170
+ 'fabric.editor.outdent': 'Outdent',
169
171
  'fabric.editor.pageActionsLabel': 'Page actions',
170
172
  'fabric.editor.placeholderText': 'Placeholder text',
171
173
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
@@ -129,6 +129,7 @@ export default {
129
129
  'fabric.editor.hyperlinkToolbarPlaceholder': '⁣⁢Paste or search for link‌؜⁠‌⁠؜⁡‍⁡⁠‌⁣⁤',
130
130
  'fabric.editor.image': '⁣⁢Image⁡⁠⁡⁡؜‌⁡‍⁡‍‍⁣⁤',
131
131
  'fabric.editor.improvement': '⁣⁢Improvement‌⁠⁡‍⁠⁠؜‌⁡‍⁣⁤',
132
+ 'fabric.editor.indent': '⁣⁢Indent‌‍‌؜‌⁠‍‍‌⁡⁣⁤',
132
133
  'fabric.editor.infoPanel': '⁣⁢Info panel⁡؜‍⁠‍⁡‌‍؜‍⁠؜⁣⁤',
133
134
  'fabric.editor.infoPanel.description': '⁣⁢Highlight information in a colored panel⁡⁠⁡؜‍⁣⁤',
134
135
  'fabric.editor.inlineDescription': '⁣⁢Display link as inline text‍⁠⁡‌‍⁡؜‌⁣⁤',
@@ -166,6 +167,7 @@ export default {
166
167
  'fabric.editor.orderedList': '⁣⁢Numbered list‍⁡؜؜⁡؜⁡‍؜⁣⁤',
167
168
  'fabric.editor.orderedList.description': '⁣⁢Create an ordered list‍؜⁠⁡‍‍‌‍‍⁣⁤',
168
169
  'fabric.editor.other': '⁣⁢Others...⁡‌⁠؜⁠‌‍‌‍؜⁠⁣⁤',
170
+ 'fabric.editor.outdent': '⁣⁢Outdent‌‍‌؜؜‍⁡‍‍‌⁣⁤',
169
171
  'fabric.editor.pageActionsLabel': '⁣⁢Page actions‌؜؜؜‍⁡‍؜‌‍⁣⁤',
170
172
  'fabric.editor.placeholderText': '⁣⁢Placeholder text⁠؜‌؜‌‌‌‌⁠‍⁣⁤',
171
173
  'fabric.editor.placeholderText.description': '⁣⁢Insert a text placeholder into the page؜‍‍‍⁠⁠؜⁠⁡⁣⁤',
@@ -22,7 +22,7 @@ export default {
22
22
  'fabric.editor.blockTitle': 'Kártya',
23
23
  'fabric.editor.blockquote': 'Idézet',
24
24
  'fabric.editor.blockquote.description': 'Idézet beszúrása',
25
- 'fabric.editor.blockquote2': 'Idézés',
25
+ 'fabric.editor.blockquote2': 'Idézet',
26
26
  'fabric.editor.bold': 'Félkövér',
27
27
  'fabric.editor.bug': 'Hiba',
28
28
  'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
@@ -92,7 +92,7 @@ export default {
92
92
  'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
93
93
  'fabric.editor.expandNode': '콘텐츠 펼치기',
94
94
  'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
95
- 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제',
95
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제',
96
96
  'fabric.editor.extension.deleteElementTitle': '요소 삭제',
97
97
  'fabric.editor.extension.sourceNoTitledName': '이 요소',
98
98
  'fabric.editor.feedbackDialog': '피드백 보내기',
@@ -196,7 +196,7 @@ export default {
196
196
  'fabric.editor.superscript.off.subscript.on': '위 첨자 꺼짐, 아래 첨자 켜짐',
197
197
  'fabric.editor.table': '표',
198
198
  'fabric.editor.table.description': '표 삽입',
199
- 'fabric.editor.tableOptions': '표 옵션',
199
+ 'fabric.editor.tableOptions': '표 선택 사항',
200
200
  'fabric.editor.tables.adjustColumn': '열 조정',
201
201
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
202
202
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
@@ -175,7 +175,7 @@ export default {
175
175
  'fabric.editor.removeEmoji': 'Usuń emoji',
176
176
  'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
177
177
  'fabric.editor.rightSidebar': 'Prawy pasek boczny',
178
- 'fabric.editor.rowControl': 'Zaznacz wiersz',
178
+ 'fabric.editor.rowControl': 'Podświetl wiersz',
179
179
  'fabric.editor.saveButton': 'Zapisz',
180
180
  'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
181
181
  'fabric.editor.single': 'Pojedyncza kolumna',
@@ -141,6 +141,7 @@ export default {
141
141
  'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
142
142
  'fabric.editor.layoutFullWidth': 'แสดงแบบเต็มความกว้าง',
143
143
  'fabric.editor.layoutWide': 'แสดงแบบกว้างขึ้น',
144
+ 'fabric.editor.leftSidebar': 'แถบด้านซ้าย',
144
145
  'fabric.editor.link': 'ลิงก์',
145
146
  'fabric.editor.link.description': 'แทรกลิงก์',
146
147
  'fabric.editor.linkAddress': 'ที่อยู่ลิงก์',
@@ -151,7 +152,7 @@ export default {
151
152
  'fabric.editor.mediaFiles.description': 'เพิ่มรูปภาพและไฟล์อื่น ๆ ไปยังหน้าข้อมูล',
152
153
  'fabric.editor.mention': 'กล่าวถึง',
153
154
  'fabric.editor.mention.description': 'กล่าวถึงผู้ใช้เพื่อส่งการแจ้งเตือน',
154
- 'fabric.editor.mergeCells': 'ผสานเซลล์',
155
+ 'fabric.editor.mergeCells': 'รวมช่องข้อมูล',
155
156
  'fabric.editor.moreFormatting': 'การจัดรูปแบบเพิ่มเติม',
156
157
  'fabric.editor.navigate.toolbar.editor': 'นำทางไปยังแถบเครื่องมือแก้ไข',
157
158
  'fabric.editor.navigate.toolbar.floating': 'นำทางไปยังแถบเครื่องมือแบบลอย',
@@ -173,12 +174,14 @@ export default {
173
174
  'fabric.editor.removeColumns': '{0, plural, other {ลบคอลัมน์}}',
174
175
  'fabric.editor.removeEmoji': 'ลบเอโมจิออก',
175
176
  'fabric.editor.removeRows': '{0, plural, other {ลบแถว}}',
177
+ 'fabric.editor.rightSidebar': 'แถบด้านขวา',
176
178
  'fabric.editor.rowControl': 'ไฮไลท์แถว',
177
179
  'fabric.editor.saveButton': 'บันทึก',
178
180
  'fabric.editor.settingsLinks': 'ไปที่การตั้งค่าลิงก์',
181
+ 'fabric.editor.single': 'คอลัมน์เดียว',
179
182
  'fabric.editor.sortColumnASC': 'จัดเรียงคอลัมน์ A → Z',
180
183
  'fabric.editor.sortColumnDESC': 'จัดเรียงคอลัมน์ Z → A',
181
- 'fabric.editor.splitCell': 'แบ่งเซลล์',
184
+ 'fabric.editor.splitCell': 'แยกช่องข้อมูล',
182
185
  'fabric.editor.status': 'สถานะ',
183
186
  'fabric.editor.status.description': 'เพิ่มป้ายสถานะแบบกำหนดเอง',
184
187
  'fabric.editor.statusPlaceholder': 'ตั้งค่าสถานะ',
@@ -201,6 +204,8 @@ export default {
201
204
  'fabric.editor.task': 'งาน',
202
205
  'fabric.editor.text.formatting.off': 'ปิดการใช้รูปแบบข้อความ',
203
206
  'fabric.editor.textStyles': 'รูปแบบตัวอักษร',
207
+ 'fabric.editor.threeColumns': 'สามคอลัมน์',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'สามคอลัมน์พร้อมแถบด้านข้าง',
204
209
  'fabric.editor.time.ago': 'ที่แล้ว',
205
210
  'fabric.editor.time.updated': 'อัปเดตแล้ว',
206
211
  'fabric.editor.time.viewed': 'ดูแล้ว',
@@ -211,6 +216,7 @@ export default {
211
216
  'fabric.editor.tooltip.defaultBlockNode': 'โหนดบล็อก',
212
217
  'fabric.editor.tooltip.nestedExpand': 'การขยายที่ซ้อนกัน',
213
218
  'fabric.editor.tooltip.taskList': 'รายการดำเนินการ',
219
+ 'fabric.editor.twoColumns': 'สองคอลัมน์',
214
220
  'fabric.editor.unableToOpenLink': 'ไม่สามารถเปิดลิงก์นี้ได้',
215
221
  'fabric.editor.underline': 'ขีดเส้นใต้',
216
222
  'fabric.editor.undo': 'เลิกทำ',
@@ -141,6 +141,7 @@ export default {
141
141
  'fabric.editor.layoutFixedWidth': 'Стандартне відображення',
142
142
  'fabric.editor.layoutFullWidth': 'Відобразити повну ширину',
143
143
  'fabric.editor.layoutWide': 'Розширити',
144
+ 'fabric.editor.leftSidebar': 'Бічна панель ліворуч',
144
145
  'fabric.editor.link': 'Посилання',
145
146
  'fabric.editor.link.description': 'Вставити посилання',
146
147
  'fabric.editor.linkAddress': 'Адреса посилання',
@@ -173,9 +174,11 @@ export default {
173
174
  'fabric.editor.removeColumns': '{0, plural, one {Видалити стовпець} few {Видалити стовпці} many {Видалити стовпці} other {Видалити стовпці}}',
174
175
  'fabric.editor.removeEmoji': 'Видалення емодзі',
175
176
  'fabric.editor.removeRows': '{0, plural, one {Видалити рядок} few {Видалити рядки} many {Видалити рядки} other {Видалити рядки}}',
177
+ 'fabric.editor.rightSidebar': 'Бічна панель праворуч',
176
178
  'fabric.editor.rowControl': 'Виділити рядок',
177
179
  'fabric.editor.saveButton': 'Зберегти',
178
180
  'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
181
+ 'fabric.editor.single': 'Один стовпець',
179
182
  'fabric.editor.sortColumnASC': 'Сортувати стовпці від А до Я',
180
183
  'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
181
184
  'fabric.editor.splitCell': 'Розділити клітинки',
@@ -201,6 +204,8 @@ export default {
201
204
  'fabric.editor.task': 'Завдання',
202
205
  'fabric.editor.text.formatting.off': 'Форматування тексту вимкнуто',
203
206
  'fabric.editor.textStyles': 'Стилі тексту',
207
+ 'fabric.editor.threeColumns': 'Три стовпці',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'Три стовпці з бічними панелями',
204
209
  'fabric.editor.time.ago': 'тому',
205
210
  'fabric.editor.time.updated': 'Змінено',
206
211
  'fabric.editor.time.viewed': 'Переглянуто',
@@ -211,6 +216,7 @@ export default {
211
216
  'fabric.editor.tooltip.defaultBlockNode': 'вузол блокування',
212
217
  'fabric.editor.tooltip.nestedExpand': 'вкладена розгортка',
213
218
  'fabric.editor.tooltip.taskList': 'задача',
219
+ 'fabric.editor.twoColumns': 'Два стовпці',
214
220
  'fabric.editor.unableToOpenLink': 'Не вдалося відкрити посилання',
215
221
  'fabric.editor.underline': 'Підкреслювання',
216
222
  'fabric.editor.undo': 'Скасувати',
@@ -51,7 +51,7 @@ export default {
51
51
  'fabric.editor.copiedToClipboard': 'Đã sao chép!',
52
52
  'fabric.editor.copyToClipboard': 'Sao chép',
53
53
  'fabric.editor.cornerControl': 'Làm nổi bật bảng',
54
- 'fabric.editor.createComment': 'Bình luận',
54
+ 'fabric.editor.createComment': 'Nhận xét',
55
55
  'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
56
56
  'fabric.editor.customPanel': 'Bảng tùy chỉnh',
57
57
  'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
@@ -141,6 +141,7 @@ export default {
141
141
  'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
142
142
  'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
143
143
  'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
144
+ 'fabric.editor.leftSidebar': 'Thanh bên trái',
144
145
  'fabric.editor.link': 'Liên kết',
145
146
  'fabric.editor.link.description': 'Chèn liên kết',
146
147
  'fabric.editor.linkAddress': 'Địa chỉ liên kết',
@@ -173,9 +174,11 @@ export default {
173
174
  'fabric.editor.removeColumns': '{0, plural, other {Xóa cột}}',
174
175
  'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
175
176
  'fabric.editor.removeRows': '{0, plural, other {Xóa hàng}}',
177
+ 'fabric.editor.rightSidebar': 'Thanh bên phải',
176
178
  'fabric.editor.rowControl': 'Làm nổi bật hàng',
177
179
  'fabric.editor.saveButton': 'Lưu',
178
180
  'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
181
+ 'fabric.editor.single': 'Cột đơn',
179
182
  'fabric.editor.sortColumnASC': 'Sắp xếp cột A → Z',
180
183
  'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
181
184
  'fabric.editor.splitCell': 'Tách ô',
@@ -201,6 +204,8 @@ export default {
201
204
  'fabric.editor.task': 'Tác vụ',
202
205
  'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
203
206
  'fabric.editor.textStyles': 'Kiểu văn bản',
207
+ 'fabric.editor.threeColumns': 'Ba cột',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'Ba cột có các thanh bên',
204
209
  'fabric.editor.time.ago': 'trước',
205
210
  'fabric.editor.time.updated': 'Đã cập nhật',
206
211
  'fabric.editor.time.viewed': 'Đã xem',
@@ -211,6 +216,7 @@ export default {
211
216
  'fabric.editor.tooltip.defaultBlockNode': 'một nút khối',
212
217
  'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
213
218
  'fabric.editor.tooltip.taskList': 'một mục thao tác',
219
+ 'fabric.editor.twoColumns': 'Hai cột',
214
220
  'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
215
221
  'fabric.editor.underline': 'Gạch dưới',
216
222
  'fabric.editor.undo': 'Hoàn tác',
@@ -200,7 +200,7 @@ export default {
200
200
  'fabric.editor.tables.adjustColumn': '調整欄',
201
201
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
202
202
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除',
203
- 'fabric.editor.tables.resizeTable': '重新調整表格',
203
+ 'fabric.editor.tables.resizeTable': '重新調整表格大小',
204
204
  'fabric.editor.task': '任務',
205
205
  'fabric.editor.text.formatting.off': '文字格式設定關閉',
206
206
  'fabric.editor.textStyles': '文字樣式',
@@ -1,6 +1,6 @@
1
1
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
2
2
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
3
- const packageVersion = "76.22.0";
3
+ const packageVersion = "76.22.1";
4
4
  const sanitiseSentryEvents = (data, _hint) => {
5
5
  // Remove URL as it has UGC
6
6
  // TODO: Sanitise the URL instead of just removing it
@@ -9,7 +9,7 @@ import { themed } from '@atlaskit/theme/components';
9
9
  import { borderRadius } from '@atlaskit/theme/constants';
10
10
  import Layer from '../Layer';
11
11
  const packageName = "@atlaskit/editor-common";
12
- const packageVersion = "76.22.0";
12
+ const packageVersion = "76.22.1";
13
13
  const halfFocusRing = 1;
14
14
  const dropOffset = '0, 8';
15
15
  class DropList extends Component {
@@ -129,6 +129,7 @@ export default {
129
129
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
130
130
  'fabric.editor.image': 'Image',
131
131
  'fabric.editor.improvement': 'Improvement',
132
+ 'fabric.editor.indent': 'Indent',
132
133
  'fabric.editor.infoPanel': 'Info panel',
133
134
  'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
134
135
  'fabric.editor.inlineDescription': 'Display link as inline text',
@@ -166,6 +167,7 @@ export default {
166
167
  'fabric.editor.orderedList': 'Numbered list',
167
168
  'fabric.editor.orderedList.description': 'Create an ordered list',
168
169
  'fabric.editor.other': 'Others...',
170
+ 'fabric.editor.outdent': 'Outdent',
169
171
  'fabric.editor.pageActionsLabel': 'Page actions',
170
172
  'fabric.editor.placeholderText': 'Placeholder text',
171
173
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
@@ -129,6 +129,7 @@ export default {
129
129
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
130
130
  'fabric.editor.image': 'Image',
131
131
  'fabric.editor.improvement': 'Improvement',
132
+ 'fabric.editor.indent': 'Indent',
132
133
  'fabric.editor.infoPanel': 'Info panel',
133
134
  'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
134
135
  'fabric.editor.inlineDescription': 'Display link as inline text',
@@ -166,6 +167,7 @@ export default {
166
167
  'fabric.editor.orderedList': 'Numbered list',
167
168
  'fabric.editor.orderedList.description': 'Create an ordered list',
168
169
  'fabric.editor.other': 'Others...',
170
+ 'fabric.editor.outdent': 'Outdent',
169
171
  'fabric.editor.pageActionsLabel': 'Page actions',
170
172
  'fabric.editor.placeholderText': 'Placeholder text',
171
173
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
@@ -129,6 +129,7 @@ export default {
129
129
  'fabric.editor.hyperlinkToolbarPlaceholder': '⁣⁢Paste or search for link‌؜⁠‌⁠؜⁡‍⁡⁠‌⁣⁤',
130
130
  'fabric.editor.image': '⁣⁢Image⁡⁠⁡⁡؜‌⁡‍⁡‍‍⁣⁤',
131
131
  'fabric.editor.improvement': '⁣⁢Improvement‌⁠⁡‍⁠⁠؜‌⁡‍⁣⁤',
132
+ 'fabric.editor.indent': '⁣⁢Indent‌‍‌؜‌⁠‍‍‌⁡⁣⁤',
132
133
  'fabric.editor.infoPanel': '⁣⁢Info panel⁡؜‍⁠‍⁡‌‍؜‍⁠؜⁣⁤',
133
134
  'fabric.editor.infoPanel.description': '⁣⁢Highlight information in a colored panel⁡⁠⁡؜‍⁣⁤',
134
135
  'fabric.editor.inlineDescription': '⁣⁢Display link as inline text‍⁠⁡‌‍⁡؜‌⁣⁤',
@@ -166,6 +167,7 @@ export default {
166
167
  'fabric.editor.orderedList': '⁣⁢Numbered list‍⁡؜؜⁡؜⁡‍؜⁣⁤',
167
168
  'fabric.editor.orderedList.description': '⁣⁢Create an ordered list‍؜⁠⁡‍‍‌‍‍⁣⁤',
168
169
  'fabric.editor.other': '⁣⁢Others...⁡‌⁠؜⁠‌‍‌‍؜⁠⁣⁤',
170
+ 'fabric.editor.outdent': '⁣⁢Outdent‌‍‌؜؜‍⁡‍‍‌⁣⁤',
169
171
  'fabric.editor.pageActionsLabel': '⁣⁢Page actions‌؜؜؜‍⁡‍؜‌‍⁣⁤',
170
172
  'fabric.editor.placeholderText': '⁣⁢Placeholder text⁠؜‌؜‌‌‌‌⁠‍⁣⁤',
171
173
  'fabric.editor.placeholderText.description': '⁣⁢Insert a text placeholder into the page؜‍‍‍⁠⁠؜⁠⁡⁣⁤',
@@ -22,7 +22,7 @@ export default {
22
22
  'fabric.editor.blockTitle': 'Kártya',
23
23
  'fabric.editor.blockquote': 'Idézet',
24
24
  'fabric.editor.blockquote.description': 'Idézet beszúrása',
25
- 'fabric.editor.blockquote2': 'Idézés',
25
+ 'fabric.editor.blockquote2': 'Idézet',
26
26
  'fabric.editor.bold': 'Félkövér',
27
27
  'fabric.editor.bug': 'Hiba',
28
28
  'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
@@ -92,7 +92,7 @@ export default {
92
92
  'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
93
93
  'fabric.editor.expandNode': '콘텐츠 펼치기',
94
94
  'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
95
- 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제',
95
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '삭제',
96
96
  'fabric.editor.extension.deleteElementTitle': '요소 삭제',
97
97
  'fabric.editor.extension.sourceNoTitledName': '이 요소',
98
98
  'fabric.editor.feedbackDialog': '피드백 보내기',
@@ -196,7 +196,7 @@ export default {
196
196
  'fabric.editor.superscript.off.subscript.on': '위 첨자 꺼짐, 아래 첨자 켜짐',
197
197
  'fabric.editor.table': '표',
198
198
  'fabric.editor.table.description': '표 삽입',
199
- 'fabric.editor.tableOptions': '표 옵션',
199
+ 'fabric.editor.tableOptions': '표 선택 사항',
200
200
  'fabric.editor.tables.adjustColumn': '열 조정',
201
201
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
202
202
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
@@ -175,7 +175,7 @@ export default {
175
175
  'fabric.editor.removeEmoji': 'Usuń emoji',
176
176
  'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
177
177
  'fabric.editor.rightSidebar': 'Prawy pasek boczny',
178
- 'fabric.editor.rowControl': 'Zaznacz wiersz',
178
+ 'fabric.editor.rowControl': 'Podświetl wiersz',
179
179
  'fabric.editor.saveButton': 'Zapisz',
180
180
  'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
181
181
  'fabric.editor.single': 'Pojedyncza kolumna',
@@ -141,6 +141,7 @@ export default {
141
141
  'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
142
142
  'fabric.editor.layoutFullWidth': 'แสดงแบบเต็มความกว้าง',
143
143
  'fabric.editor.layoutWide': 'แสดงแบบกว้างขึ้น',
144
+ 'fabric.editor.leftSidebar': 'แถบด้านซ้าย',
144
145
  'fabric.editor.link': 'ลิงก์',
145
146
  'fabric.editor.link.description': 'แทรกลิงก์',
146
147
  'fabric.editor.linkAddress': 'ที่อยู่ลิงก์',
@@ -151,7 +152,7 @@ export default {
151
152
  'fabric.editor.mediaFiles.description': 'เพิ่มรูปภาพและไฟล์อื่น ๆ ไปยังหน้าข้อมูล',
152
153
  'fabric.editor.mention': 'กล่าวถึง',
153
154
  'fabric.editor.mention.description': 'กล่าวถึงผู้ใช้เพื่อส่งการแจ้งเตือน',
154
- 'fabric.editor.mergeCells': 'ผสานเซลล์',
155
+ 'fabric.editor.mergeCells': 'รวมช่องข้อมูล',
155
156
  'fabric.editor.moreFormatting': 'การจัดรูปแบบเพิ่มเติม',
156
157
  'fabric.editor.navigate.toolbar.editor': 'นำทางไปยังแถบเครื่องมือแก้ไข',
157
158
  'fabric.editor.navigate.toolbar.floating': 'นำทางไปยังแถบเครื่องมือแบบลอย',
@@ -173,12 +174,14 @@ export default {
173
174
  'fabric.editor.removeColumns': '{0, plural, other {ลบคอลัมน์}}',
174
175
  'fabric.editor.removeEmoji': 'ลบเอโมจิออก',
175
176
  'fabric.editor.removeRows': '{0, plural, other {ลบแถว}}',
177
+ 'fabric.editor.rightSidebar': 'แถบด้านขวา',
176
178
  'fabric.editor.rowControl': 'ไฮไลท์แถว',
177
179
  'fabric.editor.saveButton': 'บันทึก',
178
180
  'fabric.editor.settingsLinks': 'ไปที่การตั้งค่าลิงก์',
181
+ 'fabric.editor.single': 'คอลัมน์เดียว',
179
182
  'fabric.editor.sortColumnASC': 'จัดเรียงคอลัมน์ A → Z',
180
183
  'fabric.editor.sortColumnDESC': 'จัดเรียงคอลัมน์ Z → A',
181
- 'fabric.editor.splitCell': 'แบ่งเซลล์',
184
+ 'fabric.editor.splitCell': 'แยกช่องข้อมูล',
182
185
  'fabric.editor.status': 'สถานะ',
183
186
  'fabric.editor.status.description': 'เพิ่มป้ายสถานะแบบกำหนดเอง',
184
187
  'fabric.editor.statusPlaceholder': 'ตั้งค่าสถานะ',
@@ -201,6 +204,8 @@ export default {
201
204
  'fabric.editor.task': 'งาน',
202
205
  'fabric.editor.text.formatting.off': 'ปิดการใช้รูปแบบข้อความ',
203
206
  'fabric.editor.textStyles': 'รูปแบบตัวอักษร',
207
+ 'fabric.editor.threeColumns': 'สามคอลัมน์',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'สามคอลัมน์พร้อมแถบด้านข้าง',
204
209
  'fabric.editor.time.ago': 'ที่แล้ว',
205
210
  'fabric.editor.time.updated': 'อัปเดตแล้ว',
206
211
  'fabric.editor.time.viewed': 'ดูแล้ว',
@@ -211,6 +216,7 @@ export default {
211
216
  'fabric.editor.tooltip.defaultBlockNode': 'โหนดบล็อก',
212
217
  'fabric.editor.tooltip.nestedExpand': 'การขยายที่ซ้อนกัน',
213
218
  'fabric.editor.tooltip.taskList': 'รายการดำเนินการ',
219
+ 'fabric.editor.twoColumns': 'สองคอลัมน์',
214
220
  'fabric.editor.unableToOpenLink': 'ไม่สามารถเปิดลิงก์นี้ได้',
215
221
  'fabric.editor.underline': 'ขีดเส้นใต้',
216
222
  'fabric.editor.undo': 'เลิกทำ',
@@ -141,6 +141,7 @@ export default {
141
141
  'fabric.editor.layoutFixedWidth': 'Стандартне відображення',
142
142
  'fabric.editor.layoutFullWidth': 'Відобразити повну ширину',
143
143
  'fabric.editor.layoutWide': 'Розширити',
144
+ 'fabric.editor.leftSidebar': 'Бічна панель ліворуч',
144
145
  'fabric.editor.link': 'Посилання',
145
146
  'fabric.editor.link.description': 'Вставити посилання',
146
147
  'fabric.editor.linkAddress': 'Адреса посилання',
@@ -173,9 +174,11 @@ export default {
173
174
  'fabric.editor.removeColumns': '{0, plural, one {Видалити стовпець} few {Видалити стовпці} many {Видалити стовпці} other {Видалити стовпці}}',
174
175
  'fabric.editor.removeEmoji': 'Видалення емодзі',
175
176
  'fabric.editor.removeRows': '{0, plural, one {Видалити рядок} few {Видалити рядки} many {Видалити рядки} other {Видалити рядки}}',
177
+ 'fabric.editor.rightSidebar': 'Бічна панель праворуч',
176
178
  'fabric.editor.rowControl': 'Виділити рядок',
177
179
  'fabric.editor.saveButton': 'Зберегти',
178
180
  'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
181
+ 'fabric.editor.single': 'Один стовпець',
179
182
  'fabric.editor.sortColumnASC': 'Сортувати стовпці від А до Я',
180
183
  'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
181
184
  'fabric.editor.splitCell': 'Розділити клітинки',
@@ -201,6 +204,8 @@ export default {
201
204
  'fabric.editor.task': 'Завдання',
202
205
  'fabric.editor.text.formatting.off': 'Форматування тексту вимкнуто',
203
206
  'fabric.editor.textStyles': 'Стилі тексту',
207
+ 'fabric.editor.threeColumns': 'Три стовпці',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'Три стовпці з бічними панелями',
204
209
  'fabric.editor.time.ago': 'тому',
205
210
  'fabric.editor.time.updated': 'Змінено',
206
211
  'fabric.editor.time.viewed': 'Переглянуто',
@@ -211,6 +216,7 @@ export default {
211
216
  'fabric.editor.tooltip.defaultBlockNode': 'вузол блокування',
212
217
  'fabric.editor.tooltip.nestedExpand': 'вкладена розгортка',
213
218
  'fabric.editor.tooltip.taskList': 'задача',
219
+ 'fabric.editor.twoColumns': 'Два стовпці',
214
220
  'fabric.editor.unableToOpenLink': 'Не вдалося відкрити посилання',
215
221
  'fabric.editor.underline': 'Підкреслювання',
216
222
  'fabric.editor.undo': 'Скасувати',
@@ -51,7 +51,7 @@ export default {
51
51
  'fabric.editor.copiedToClipboard': 'Đã sao chép!',
52
52
  'fabric.editor.copyToClipboard': 'Sao chép',
53
53
  'fabric.editor.cornerControl': 'Làm nổi bật bảng',
54
- 'fabric.editor.createComment': 'Bình luận',
54
+ 'fabric.editor.createComment': 'Nhận xét',
55
55
  'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
56
56
  'fabric.editor.customPanel': 'Bảng tùy chỉnh',
57
57
  'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
@@ -141,6 +141,7 @@ export default {
141
141
  'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
142
142
  'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
143
143
  'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
144
+ 'fabric.editor.leftSidebar': 'Thanh bên trái',
144
145
  'fabric.editor.link': 'Liên kết',
145
146
  'fabric.editor.link.description': 'Chèn liên kết',
146
147
  'fabric.editor.linkAddress': 'Địa chỉ liên kết',
@@ -173,9 +174,11 @@ export default {
173
174
  'fabric.editor.removeColumns': '{0, plural, other {Xóa cột}}',
174
175
  'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
175
176
  'fabric.editor.removeRows': '{0, plural, other {Xóa hàng}}',
177
+ 'fabric.editor.rightSidebar': 'Thanh bên phải',
176
178
  'fabric.editor.rowControl': 'Làm nổi bật hàng',
177
179
  'fabric.editor.saveButton': 'Lưu',
178
180
  'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
181
+ 'fabric.editor.single': 'Cột đơn',
179
182
  'fabric.editor.sortColumnASC': 'Sắp xếp cột A → Z',
180
183
  'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
181
184
  'fabric.editor.splitCell': 'Tách ô',
@@ -201,6 +204,8 @@ export default {
201
204
  'fabric.editor.task': 'Tác vụ',
202
205
  'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
203
206
  'fabric.editor.textStyles': 'Kiểu văn bản',
207
+ 'fabric.editor.threeColumns': 'Ba cột',
208
+ 'fabric.editor.threeColumnsWithSidebars': 'Ba cột có các thanh bên',
204
209
  'fabric.editor.time.ago': 'trước',
205
210
  'fabric.editor.time.updated': 'Đã cập nhật',
206
211
  'fabric.editor.time.viewed': 'Đã xem',
@@ -211,6 +216,7 @@ export default {
211
216
  'fabric.editor.tooltip.defaultBlockNode': 'một nút khối',
212
217
  'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
213
218
  'fabric.editor.tooltip.taskList': 'một mục thao tác',
219
+ 'fabric.editor.twoColumns': 'Hai cột',
214
220
  'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
215
221
  'fabric.editor.underline': 'Gạch dưới',
216
222
  'fabric.editor.undo': 'Hoàn tác',
@@ -200,7 +200,7 @@ export default {
200
200
  'fabric.editor.tables.adjustColumn': '調整欄',
201
201
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
202
202
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除',
203
- 'fabric.editor.tables.resizeTable': '重新調整表格',
203
+ 'fabric.editor.tables.resizeTable': '重新調整表格大小',
204
204
  'fabric.editor.task': '任務',
205
205
  'fabric.editor.text.formatting.off': '文字格式設定關閉',
206
206
  'fabric.editor.textStyles': '文字樣式',
@@ -6,7 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
6
6
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
7
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
8
8
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
9
- var packageVersion = "76.22.0";
9
+ var packageVersion = "76.22.1";
10
10
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
11
11
  // Remove URL as it has UGC
12
12
  // TODO: Sanitise the URL instead of just removing it
@@ -19,7 +19,7 @@ import { themed } from '@atlaskit/theme/components';
19
19
  import { borderRadius } from '@atlaskit/theme/constants';
20
20
  import Layer from '../Layer';
21
21
  var packageName = "@atlaskit/editor-common";
22
- var packageVersion = "76.22.0";
22
+ var packageVersion = "76.22.1";
23
23
  var halfFocusRing = 1;
24
24
  var dropOffset = '0, 8';
25
25
  var DropList = /*#__PURE__*/function (_Component) {
@@ -127,6 +127,7 @@ declare const _default: {
127
127
  'fabric.editor.hyperlinkToolbarPlaceholder': string;
128
128
  'fabric.editor.image': string;
129
129
  'fabric.editor.improvement': string;
130
+ 'fabric.editor.indent': string;
130
131
  'fabric.editor.infoPanel': string;
131
132
  'fabric.editor.infoPanel.description': string;
132
133
  'fabric.editor.inlineDescription': string;
@@ -164,6 +165,7 @@ declare const _default: {
164
165
  'fabric.editor.orderedList': string;
165
166
  'fabric.editor.orderedList.description': string;
166
167
  'fabric.editor.other': string;
168
+ 'fabric.editor.outdent': string;
167
169
  'fabric.editor.pageActionsLabel': string;
168
170
  'fabric.editor.placeholderText': string;
169
171
  'fabric.editor.placeholderText.description': string;
@@ -127,6 +127,7 @@ declare const _default: {
127
127
  'fabric.editor.hyperlinkToolbarPlaceholder': string;
128
128
  'fabric.editor.image': string;
129
129
  'fabric.editor.improvement': string;
130
+ 'fabric.editor.indent': string;
130
131
  'fabric.editor.infoPanel': string;
131
132
  'fabric.editor.infoPanel.description': string;
132
133
  'fabric.editor.inlineDescription': string;
@@ -164,6 +165,7 @@ declare const _default: {
164
165
  'fabric.editor.orderedList': string;
165
166
  'fabric.editor.orderedList.description': string;
166
167
  'fabric.editor.other': string;
168
+ 'fabric.editor.outdent': string;
167
169
  'fabric.editor.pageActionsLabel': string;
168
170
  'fabric.editor.placeholderText': string;
169
171
  'fabric.editor.placeholderText.description': string;
@@ -127,6 +127,7 @@ declare const _default: {
127
127
  'fabric.editor.hyperlinkToolbarPlaceholder': string;
128
128
  'fabric.editor.image': string;
129
129
  'fabric.editor.improvement': string;
130
+ 'fabric.editor.indent': string;
130
131
  'fabric.editor.infoPanel': string;
131
132
  'fabric.editor.infoPanel.description': string;
132
133
  'fabric.editor.inlineDescription': string;
@@ -164,6 +165,7 @@ declare const _default: {
164
165
  'fabric.editor.orderedList': string;
165
166
  'fabric.editor.orderedList.description': string;
166
167
  'fabric.editor.other': string;
168
+ 'fabric.editor.outdent': string;
167
169
  'fabric.editor.pageActionsLabel': string;
168
170
  'fabric.editor.placeholderText': string;
169
171
  'fabric.editor.placeholderText.description': string;
@@ -139,6 +139,7 @@ declare const _default: {
139
139
  'fabric.editor.layoutFixedWidth': string;
140
140
  'fabric.editor.layoutFullWidth': string;
141
141
  'fabric.editor.layoutWide': string;
142
+ 'fabric.editor.leftSidebar': string;
142
143
  'fabric.editor.link': string;
143
144
  'fabric.editor.link.description': string;
144
145
  'fabric.editor.linkAddress': string;
@@ -171,9 +172,11 @@ declare const _default: {
171
172
  'fabric.editor.removeColumns': string;
172
173
  'fabric.editor.removeEmoji': string;
173
174
  'fabric.editor.removeRows': string;
175
+ 'fabric.editor.rightSidebar': string;
174
176
  'fabric.editor.rowControl': string;
175
177
  'fabric.editor.saveButton': string;
176
178
  'fabric.editor.settingsLinks': string;
179
+ 'fabric.editor.single': string;
177
180
  'fabric.editor.sortColumnASC': string;
178
181
  'fabric.editor.sortColumnDESC': string;
179
182
  'fabric.editor.splitCell': string;
@@ -199,6 +202,8 @@ declare const _default: {
199
202
  'fabric.editor.task': string;
200
203
  'fabric.editor.text.formatting.off': string;
201
204
  'fabric.editor.textStyles': string;
205
+ 'fabric.editor.threeColumns': string;
206
+ 'fabric.editor.threeColumnsWithSidebars': string;
202
207
  'fabric.editor.time.ago': string;
203
208
  'fabric.editor.time.updated': string;
204
209
  'fabric.editor.time.viewed': string;
@@ -209,6 +214,7 @@ declare const _default: {
209
214
  'fabric.editor.tooltip.defaultBlockNode': string;
210
215
  'fabric.editor.tooltip.nestedExpand': string;
211
216
  'fabric.editor.tooltip.taskList': string;
217
+ 'fabric.editor.twoColumns': string;
212
218
  'fabric.editor.unableToOpenLink': string;
213
219
  'fabric.editor.underline': string;
214
220
  'fabric.editor.undo': string;
@@ -139,6 +139,7 @@ declare const _default: {
139
139
  'fabric.editor.layoutFixedWidth': string;
140
140
  'fabric.editor.layoutFullWidth': string;
141
141
  'fabric.editor.layoutWide': string;
142
+ 'fabric.editor.leftSidebar': string;
142
143
  'fabric.editor.link': string;
143
144
  'fabric.editor.link.description': string;
144
145
  'fabric.editor.linkAddress': string;
@@ -171,9 +172,11 @@ declare const _default: {
171
172
  'fabric.editor.removeColumns': string;
172
173
  'fabric.editor.removeEmoji': string;
173
174
  'fabric.editor.removeRows': string;
175
+ 'fabric.editor.rightSidebar': string;
174
176
  'fabric.editor.rowControl': string;
175
177
  'fabric.editor.saveButton': string;
176
178
  'fabric.editor.settingsLinks': string;
179
+ 'fabric.editor.single': string;
177
180
  'fabric.editor.sortColumnASC': string;
178
181
  'fabric.editor.sortColumnDESC': string;
179
182
  'fabric.editor.splitCell': string;
@@ -199,6 +202,8 @@ declare const _default: {
199
202
  'fabric.editor.task': string;
200
203
  'fabric.editor.text.formatting.off': string;
201
204
  'fabric.editor.textStyles': string;
205
+ 'fabric.editor.threeColumns': string;
206
+ 'fabric.editor.threeColumnsWithSidebars': string;
202
207
  'fabric.editor.time.ago': string;
203
208
  'fabric.editor.time.updated': string;
204
209
  'fabric.editor.time.viewed': string;
@@ -209,6 +214,7 @@ declare const _default: {
209
214
  'fabric.editor.tooltip.defaultBlockNode': string;
210
215
  'fabric.editor.tooltip.nestedExpand': string;
211
216
  'fabric.editor.tooltip.taskList': string;
217
+ 'fabric.editor.twoColumns': string;
212
218
  'fabric.editor.unableToOpenLink': string;
213
219
  'fabric.editor.underline': string;
214
220
  'fabric.editor.undo': string;
@@ -139,6 +139,7 @@ declare const _default: {
139
139
  'fabric.editor.layoutFixedWidth': string;
140
140
  'fabric.editor.layoutFullWidth': string;
141
141
  'fabric.editor.layoutWide': string;
142
+ 'fabric.editor.leftSidebar': string;
142
143
  'fabric.editor.link': string;
143
144
  'fabric.editor.link.description': string;
144
145
  'fabric.editor.linkAddress': string;
@@ -171,9 +172,11 @@ declare const _default: {
171
172
  'fabric.editor.removeColumns': string;
172
173
  'fabric.editor.removeEmoji': string;
173
174
  'fabric.editor.removeRows': string;
175
+ 'fabric.editor.rightSidebar': string;
174
176
  'fabric.editor.rowControl': string;
175
177
  'fabric.editor.saveButton': string;
176
178
  'fabric.editor.settingsLinks': string;
179
+ 'fabric.editor.single': string;
177
180
  'fabric.editor.sortColumnASC': string;
178
181
  'fabric.editor.sortColumnDESC': string;
179
182
  'fabric.editor.splitCell': string;
@@ -199,6 +202,8 @@ declare const _default: {
199
202
  'fabric.editor.task': string;
200
203
  'fabric.editor.text.formatting.off': string;
201
204
  'fabric.editor.textStyles': string;
205
+ 'fabric.editor.threeColumns': string;
206
+ 'fabric.editor.threeColumnsWithSidebars': string;
202
207
  'fabric.editor.time.ago': string;
203
208
  'fabric.editor.time.updated': string;
204
209
  'fabric.editor.time.viewed': string;
@@ -209,6 +214,7 @@ declare const _default: {
209
214
  'fabric.editor.tooltip.defaultBlockNode': string;
210
215
  'fabric.editor.tooltip.nestedExpand': string;
211
216
  'fabric.editor.tooltip.taskList': string;
217
+ 'fabric.editor.twoColumns': string;
212
218
  'fabric.editor.unableToOpenLink': string;
213
219
  'fabric.editor.underline': string;
214
220
  'fabric.editor.undo': string;
@@ -193,14 +193,6 @@ export type FeatureFlags = {
193
193
  * @default undefined
194
194
  */
195
195
  chromeCursorHandlerFixedVersion?: number;
196
- /**
197
- * @description
198
- * Enable display of a preview modal on mouse over of inline smart card
199
- *
200
- * @see https://product-fabric.atlassian.net/browse/EDM-2860
201
- * @default false
202
- */
203
- showHoverPreview?: boolean;
204
196
  /**
205
197
  * @description
206
198
  * Generic way of disabling spellcheck per browser by version range
@@ -127,6 +127,7 @@ declare const _default: {
127
127
  'fabric.editor.hyperlinkToolbarPlaceholder': string;
128
128
  'fabric.editor.image': string;
129
129
  'fabric.editor.improvement': string;
130
+ 'fabric.editor.indent': string;
130
131
  'fabric.editor.infoPanel': string;
131
132
  'fabric.editor.infoPanel.description': string;
132
133
  'fabric.editor.inlineDescription': string;
@@ -164,6 +165,7 @@ declare const _default: {
164
165
  'fabric.editor.orderedList': string;
165
166
  'fabric.editor.orderedList.description': string;
166
167
  'fabric.editor.other': string;
168
+ 'fabric.editor.outdent': string;
167
169
  'fabric.editor.pageActionsLabel': string;
168
170
  'fabric.editor.placeholderText': string;
169
171
  'fabric.editor.placeholderText.description': string;
@@ -127,6 +127,7 @@ declare const _default: {
127
127
  'fabric.editor.hyperlinkToolbarPlaceholder': string;
128
128
  'fabric.editor.image': string;
129
129
  'fabric.editor.improvement': string;
130
+ 'fabric.editor.indent': string;
130
131
  'fabric.editor.infoPanel': string;
131
132
  'fabric.editor.infoPanel.description': string;
132
133
  'fabric.editor.inlineDescription': string;
@@ -164,6 +165,7 @@ declare const _default: {
164
165
  'fabric.editor.orderedList': string;
165
166
  'fabric.editor.orderedList.description': string;
166
167
  'fabric.editor.other': string;
168
+ 'fabric.editor.outdent': string;
167
169
  'fabric.editor.pageActionsLabel': string;
168
170
  'fabric.editor.placeholderText': string;
169
171
  'fabric.editor.placeholderText.description': string;
@@ -127,6 +127,7 @@ declare const _default: {
127
127
  'fabric.editor.hyperlinkToolbarPlaceholder': string;
128
128
  'fabric.editor.image': string;
129
129
  'fabric.editor.improvement': string;
130
+ 'fabric.editor.indent': string;
130
131
  'fabric.editor.infoPanel': string;
131
132
  'fabric.editor.infoPanel.description': string;
132
133
  'fabric.editor.inlineDescription': string;
@@ -164,6 +165,7 @@ declare const _default: {
164
165
  'fabric.editor.orderedList': string;
165
166
  'fabric.editor.orderedList.description': string;
166
167
  'fabric.editor.other': string;
168
+ 'fabric.editor.outdent': string;
167
169
  'fabric.editor.pageActionsLabel': string;
168
170
  'fabric.editor.placeholderText': string;
169
171
  'fabric.editor.placeholderText.description': string;
@@ -139,6 +139,7 @@ declare const _default: {
139
139
  'fabric.editor.layoutFixedWidth': string;
140
140
  'fabric.editor.layoutFullWidth': string;
141
141
  'fabric.editor.layoutWide': string;
142
+ 'fabric.editor.leftSidebar': string;
142
143
  'fabric.editor.link': string;
143
144
  'fabric.editor.link.description': string;
144
145
  'fabric.editor.linkAddress': string;
@@ -171,9 +172,11 @@ declare const _default: {
171
172
  'fabric.editor.removeColumns': string;
172
173
  'fabric.editor.removeEmoji': string;
173
174
  'fabric.editor.removeRows': string;
175
+ 'fabric.editor.rightSidebar': string;
174
176
  'fabric.editor.rowControl': string;
175
177
  'fabric.editor.saveButton': string;
176
178
  'fabric.editor.settingsLinks': string;
179
+ 'fabric.editor.single': string;
177
180
  'fabric.editor.sortColumnASC': string;
178
181
  'fabric.editor.sortColumnDESC': string;
179
182
  'fabric.editor.splitCell': string;
@@ -199,6 +202,8 @@ declare const _default: {
199
202
  'fabric.editor.task': string;
200
203
  'fabric.editor.text.formatting.off': string;
201
204
  'fabric.editor.textStyles': string;
205
+ 'fabric.editor.threeColumns': string;
206
+ 'fabric.editor.threeColumnsWithSidebars': string;
202
207
  'fabric.editor.time.ago': string;
203
208
  'fabric.editor.time.updated': string;
204
209
  'fabric.editor.time.viewed': string;
@@ -209,6 +214,7 @@ declare const _default: {
209
214
  'fabric.editor.tooltip.defaultBlockNode': string;
210
215
  'fabric.editor.tooltip.nestedExpand': string;
211
216
  'fabric.editor.tooltip.taskList': string;
217
+ 'fabric.editor.twoColumns': string;
212
218
  'fabric.editor.unableToOpenLink': string;
213
219
  'fabric.editor.underline': string;
214
220
  'fabric.editor.undo': string;
@@ -139,6 +139,7 @@ declare const _default: {
139
139
  'fabric.editor.layoutFixedWidth': string;
140
140
  'fabric.editor.layoutFullWidth': string;
141
141
  'fabric.editor.layoutWide': string;
142
+ 'fabric.editor.leftSidebar': string;
142
143
  'fabric.editor.link': string;
143
144
  'fabric.editor.link.description': string;
144
145
  'fabric.editor.linkAddress': string;
@@ -171,9 +172,11 @@ declare const _default: {
171
172
  'fabric.editor.removeColumns': string;
172
173
  'fabric.editor.removeEmoji': string;
173
174
  'fabric.editor.removeRows': string;
175
+ 'fabric.editor.rightSidebar': string;
174
176
  'fabric.editor.rowControl': string;
175
177
  'fabric.editor.saveButton': string;
176
178
  'fabric.editor.settingsLinks': string;
179
+ 'fabric.editor.single': string;
177
180
  'fabric.editor.sortColumnASC': string;
178
181
  'fabric.editor.sortColumnDESC': string;
179
182
  'fabric.editor.splitCell': string;
@@ -199,6 +202,8 @@ declare const _default: {
199
202
  'fabric.editor.task': string;
200
203
  'fabric.editor.text.formatting.off': string;
201
204
  'fabric.editor.textStyles': string;
205
+ 'fabric.editor.threeColumns': string;
206
+ 'fabric.editor.threeColumnsWithSidebars': string;
202
207
  'fabric.editor.time.ago': string;
203
208
  'fabric.editor.time.updated': string;
204
209
  'fabric.editor.time.viewed': string;
@@ -209,6 +214,7 @@ declare const _default: {
209
214
  'fabric.editor.tooltip.defaultBlockNode': string;
210
215
  'fabric.editor.tooltip.nestedExpand': string;
211
216
  'fabric.editor.tooltip.taskList': string;
217
+ 'fabric.editor.twoColumns': string;
212
218
  'fabric.editor.unableToOpenLink': string;
213
219
  'fabric.editor.underline': string;
214
220
  'fabric.editor.undo': string;
@@ -139,6 +139,7 @@ declare const _default: {
139
139
  'fabric.editor.layoutFixedWidth': string;
140
140
  'fabric.editor.layoutFullWidth': string;
141
141
  'fabric.editor.layoutWide': string;
142
+ 'fabric.editor.leftSidebar': string;
142
143
  'fabric.editor.link': string;
143
144
  'fabric.editor.link.description': string;
144
145
  'fabric.editor.linkAddress': string;
@@ -171,9 +172,11 @@ declare const _default: {
171
172
  'fabric.editor.removeColumns': string;
172
173
  'fabric.editor.removeEmoji': string;
173
174
  'fabric.editor.removeRows': string;
175
+ 'fabric.editor.rightSidebar': string;
174
176
  'fabric.editor.rowControl': string;
175
177
  'fabric.editor.saveButton': string;
176
178
  'fabric.editor.settingsLinks': string;
179
+ 'fabric.editor.single': string;
177
180
  'fabric.editor.sortColumnASC': string;
178
181
  'fabric.editor.sortColumnDESC': string;
179
182
  'fabric.editor.splitCell': string;
@@ -199,6 +202,8 @@ declare const _default: {
199
202
  'fabric.editor.task': string;
200
203
  'fabric.editor.text.formatting.off': string;
201
204
  'fabric.editor.textStyles': string;
205
+ 'fabric.editor.threeColumns': string;
206
+ 'fabric.editor.threeColumnsWithSidebars': string;
202
207
  'fabric.editor.time.ago': string;
203
208
  'fabric.editor.time.updated': string;
204
209
  'fabric.editor.time.viewed': string;
@@ -209,6 +214,7 @@ declare const _default: {
209
214
  'fabric.editor.tooltip.defaultBlockNode': string;
210
215
  'fabric.editor.tooltip.nestedExpand': string;
211
216
  'fabric.editor.tooltip.taskList': string;
217
+ 'fabric.editor.twoColumns': string;
212
218
  'fabric.editor.unableToOpenLink': string;
213
219
  'fabric.editor.underline': string;
214
220
  'fabric.editor.undo': string;
@@ -193,14 +193,6 @@ export type FeatureFlags = {
193
193
  * @default undefined
194
194
  */
195
195
  chromeCursorHandlerFixedVersion?: number;
196
- /**
197
- * @description
198
- * Enable display of a preview modal on mouse over of inline smart card
199
- *
200
- * @see https://product-fabric.atlassian.net/browse/EDM-2860
201
- * @default false
202
- */
203
- showHoverPreview?: boolean;
204
196
  /**
205
197
  * @description
206
198
  * Generic way of disabling spellcheck per browser by version range
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "76.22.0",
3
+ "version": "76.22.1",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"