@atlaskit/editor-common 82.2.1 → 82.3.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 (180) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/cjs/extensibility/Extension/Extension/index.js +0 -1
  3. package/dist/cjs/extensibility/Extension/Extension/styles.js +4 -9
  4. package/dist/cjs/extensibility/Extension/InlineExtension/index.js +0 -1
  5. package/dist/cjs/extensibility/Extension/InlineExtension/styles.js +1 -4
  6. package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
  7. package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +2 -2
  8. package/dist/cjs/i18n/cs.js +5 -5
  9. package/dist/cjs/i18n/da.js +9 -5
  10. package/dist/cjs/i18n/de.js +9 -5
  11. package/dist/cjs/i18n/en.js +8 -5
  12. package/dist/cjs/i18n/en_GB.js +8 -5
  13. package/dist/cjs/i18n/en_ZZ.js +8 -5
  14. package/dist/cjs/i18n/es.js +9 -5
  15. package/dist/cjs/i18n/fi.js +9 -5
  16. package/dist/cjs/i18n/fr.js +9 -5
  17. package/dist/cjs/i18n/hu.js +9 -5
  18. package/dist/cjs/i18n/it.js +9 -5
  19. package/dist/cjs/i18n/ja.js +9 -5
  20. package/dist/cjs/i18n/ko.js +9 -5
  21. package/dist/cjs/i18n/nb.js +5 -5
  22. package/dist/cjs/i18n/nl.js +9 -5
  23. package/dist/cjs/i18n/pl.js +9 -5
  24. package/dist/cjs/i18n/pt_BR.js +9 -5
  25. package/dist/cjs/i18n/ru.js +9 -5
  26. package/dist/cjs/i18n/sv.js +9 -5
  27. package/dist/cjs/i18n/th.js +4 -3
  28. package/dist/cjs/i18n/tr.js +7 -3
  29. package/dist/cjs/i18n/uk.js +9 -5
  30. package/dist/cjs/i18n/vi.js +9 -5
  31. package/dist/cjs/i18n/zh.js +8 -4
  32. package/dist/cjs/i18n/zh_TW.js +5 -5
  33. package/dist/cjs/monitoring/error.js +1 -1
  34. package/dist/cjs/ui/DropList/index.js +1 -1
  35. package/dist/cjs/ui-color/ColorPalette/Color/index.js +57 -7
  36. package/dist/cjs/ui-color/ColorPalette/Palettes/highlightColorPalette.js +38 -2
  37. package/dist/cjs/ui-color/ColorPalette/index.js +4 -2
  38. package/dist/cjs/utils/annotation/index.js +24 -0
  39. package/dist/cjs/utils/index.js +6 -0
  40. package/dist/es2019/extensibility/Extension/Extension/index.js +0 -1
  41. package/dist/es2019/extensibility/Extension/Extension/styles.js +4 -9
  42. package/dist/es2019/extensibility/Extension/InlineExtension/index.js +0 -1
  43. package/dist/es2019/extensibility/Extension/InlineExtension/styles.js +1 -4
  44. package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
  45. package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +2 -2
  46. package/dist/es2019/i18n/cs.js +5 -5
  47. package/dist/es2019/i18n/da.js +9 -5
  48. package/dist/es2019/i18n/de.js +9 -5
  49. package/dist/es2019/i18n/en.js +8 -5
  50. package/dist/es2019/i18n/en_GB.js +8 -5
  51. package/dist/es2019/i18n/en_ZZ.js +8 -5
  52. package/dist/es2019/i18n/es.js +9 -5
  53. package/dist/es2019/i18n/fi.js +9 -5
  54. package/dist/es2019/i18n/fr.js +9 -5
  55. package/dist/es2019/i18n/hu.js +9 -5
  56. package/dist/es2019/i18n/it.js +9 -5
  57. package/dist/es2019/i18n/ja.js +9 -5
  58. package/dist/es2019/i18n/ko.js +9 -5
  59. package/dist/es2019/i18n/nb.js +5 -5
  60. package/dist/es2019/i18n/nl.js +9 -5
  61. package/dist/es2019/i18n/pl.js +9 -5
  62. package/dist/es2019/i18n/pt_BR.js +9 -5
  63. package/dist/es2019/i18n/ru.js +9 -5
  64. package/dist/es2019/i18n/sv.js +9 -5
  65. package/dist/es2019/i18n/th.js +4 -3
  66. package/dist/es2019/i18n/tr.js +7 -3
  67. package/dist/es2019/i18n/uk.js +9 -5
  68. package/dist/es2019/i18n/vi.js +9 -5
  69. package/dist/es2019/i18n/zh.js +8 -4
  70. package/dist/es2019/i18n/zh_TW.js +5 -5
  71. package/dist/es2019/monitoring/error.js +1 -1
  72. package/dist/es2019/ui/DropList/index.js +1 -1
  73. package/dist/es2019/ui-color/ColorPalette/Color/index.js +61 -1
  74. package/dist/es2019/ui-color/ColorPalette/Palettes/highlightColorPalette.js +36 -1
  75. package/dist/es2019/ui-color/ColorPalette/index.js +4 -2
  76. package/dist/es2019/utils/annotation/index.js +22 -0
  77. package/dist/es2019/utils/index.js +1 -1
  78. package/dist/esm/extensibility/Extension/Extension/index.js +0 -1
  79. package/dist/esm/extensibility/Extension/Extension/styles.js +4 -9
  80. package/dist/esm/extensibility/Extension/InlineExtension/index.js +0 -1
  81. package/dist/esm/extensibility/Extension/InlineExtension/styles.js +1 -4
  82. package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
  83. package/dist/esm/extensibility/MultiBodiedExtension/styles.js +2 -2
  84. package/dist/esm/i18n/cs.js +5 -5
  85. package/dist/esm/i18n/da.js +9 -5
  86. package/dist/esm/i18n/de.js +9 -5
  87. package/dist/esm/i18n/en.js +8 -5
  88. package/dist/esm/i18n/en_GB.js +8 -5
  89. package/dist/esm/i18n/en_ZZ.js +8 -5
  90. package/dist/esm/i18n/es.js +9 -5
  91. package/dist/esm/i18n/fi.js +9 -5
  92. package/dist/esm/i18n/fr.js +9 -5
  93. package/dist/esm/i18n/hu.js +9 -5
  94. package/dist/esm/i18n/it.js +9 -5
  95. package/dist/esm/i18n/ja.js +9 -5
  96. package/dist/esm/i18n/ko.js +9 -5
  97. package/dist/esm/i18n/nb.js +5 -5
  98. package/dist/esm/i18n/nl.js +9 -5
  99. package/dist/esm/i18n/pl.js +9 -5
  100. package/dist/esm/i18n/pt_BR.js +9 -5
  101. package/dist/esm/i18n/ru.js +9 -5
  102. package/dist/esm/i18n/sv.js +9 -5
  103. package/dist/esm/i18n/th.js +4 -3
  104. package/dist/esm/i18n/tr.js +7 -3
  105. package/dist/esm/i18n/uk.js +9 -5
  106. package/dist/esm/i18n/vi.js +9 -5
  107. package/dist/esm/i18n/zh.js +8 -4
  108. package/dist/esm/i18n/zh_TW.js +5 -5
  109. package/dist/esm/monitoring/error.js +1 -1
  110. package/dist/esm/ui/DropList/index.js +1 -1
  111. package/dist/esm/ui-color/ColorPalette/Color/index.js +57 -7
  112. package/dist/esm/ui-color/ColorPalette/Palettes/highlightColorPalette.js +37 -1
  113. package/dist/esm/ui-color/ColorPalette/index.js +4 -2
  114. package/dist/esm/utils/annotation/index.js +22 -0
  115. package/dist/esm/utils/index.js +1 -1
  116. package/dist/types/analytics/types/inline-comment-events.d.ts +1 -0
  117. package/dist/types/i18n/cs.d.ts +3 -3
  118. package/dist/types/i18n/da.d.ts +7 -3
  119. package/dist/types/i18n/de.d.ts +7 -3
  120. package/dist/types/i18n/en.d.ts +6 -3
  121. package/dist/types/i18n/en_GB.d.ts +6 -3
  122. package/dist/types/i18n/en_ZZ.d.ts +6 -3
  123. package/dist/types/i18n/es.d.ts +7 -3
  124. package/dist/types/i18n/fi.d.ts +7 -3
  125. package/dist/types/i18n/fr.d.ts +7 -3
  126. package/dist/types/i18n/hu.d.ts +7 -3
  127. package/dist/types/i18n/it.d.ts +7 -3
  128. package/dist/types/i18n/ja.d.ts +7 -3
  129. package/dist/types/i18n/ko.d.ts +7 -3
  130. package/dist/types/i18n/nb.d.ts +3 -3
  131. package/dist/types/i18n/nl.d.ts +7 -3
  132. package/dist/types/i18n/pl.d.ts +7 -3
  133. package/dist/types/i18n/pt_BR.d.ts +7 -3
  134. package/dist/types/i18n/ru.d.ts +7 -3
  135. package/dist/types/i18n/sv.d.ts +7 -3
  136. package/dist/types/i18n/th.d.ts +4 -3
  137. package/dist/types/i18n/tr.d.ts +7 -3
  138. package/dist/types/i18n/uk.d.ts +7 -3
  139. package/dist/types/i18n/vi.d.ts +7 -3
  140. package/dist/types/i18n/zh.d.ts +7 -3
  141. package/dist/types/i18n/zh_TW.d.ts +3 -3
  142. package/dist/types/types/feature-flags.d.ts +16 -0
  143. package/dist/types/ui-color/ColorPalette/Color/index.d.ts +5 -2
  144. package/dist/types/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
  145. package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
  146. package/dist/types/utils/annotation/index.d.ts +10 -0
  147. package/dist/types/utils/index.d.ts +1 -1
  148. package/dist/types-ts4.5/analytics/types/inline-comment-events.d.ts +1 -0
  149. package/dist/types-ts4.5/i18n/cs.d.ts +3 -3
  150. package/dist/types-ts4.5/i18n/da.d.ts +7 -3
  151. package/dist/types-ts4.5/i18n/de.d.ts +7 -3
  152. package/dist/types-ts4.5/i18n/en.d.ts +6 -3
  153. package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -3
  154. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -3
  155. package/dist/types-ts4.5/i18n/es.d.ts +7 -3
  156. package/dist/types-ts4.5/i18n/fi.d.ts +7 -3
  157. package/dist/types-ts4.5/i18n/fr.d.ts +7 -3
  158. package/dist/types-ts4.5/i18n/hu.d.ts +7 -3
  159. package/dist/types-ts4.5/i18n/it.d.ts +7 -3
  160. package/dist/types-ts4.5/i18n/ja.d.ts +7 -3
  161. package/dist/types-ts4.5/i18n/ko.d.ts +7 -3
  162. package/dist/types-ts4.5/i18n/nb.d.ts +3 -3
  163. package/dist/types-ts4.5/i18n/nl.d.ts +7 -3
  164. package/dist/types-ts4.5/i18n/pl.d.ts +7 -3
  165. package/dist/types-ts4.5/i18n/pt_BR.d.ts +7 -3
  166. package/dist/types-ts4.5/i18n/ru.d.ts +7 -3
  167. package/dist/types-ts4.5/i18n/sv.d.ts +7 -3
  168. package/dist/types-ts4.5/i18n/th.d.ts +4 -3
  169. package/dist/types-ts4.5/i18n/tr.d.ts +7 -3
  170. package/dist/types-ts4.5/i18n/uk.d.ts +7 -3
  171. package/dist/types-ts4.5/i18n/vi.d.ts +7 -3
  172. package/dist/types-ts4.5/i18n/zh.d.ts +7 -3
  173. package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -3
  174. package/dist/types-ts4.5/types/feature-flags.d.ts +16 -0
  175. package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +5 -2
  176. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
  177. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
  178. package/dist/types-ts4.5/utils/annotation/index.d.ts +10 -0
  179. package/dist/types-ts4.5/utils/index.d.ts +1 -1
  180. package/package.json +5 -2
@@ -112,7 +112,6 @@ export default {
112
112
  'fabric.editor.decision': '决定',
113
113
  'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
114
114
  'fabric.editor.decisionPlaceholder': '添加决定...',
115
- 'fabric.editor.decreaseColumnSize': '减小列大小',
116
115
  'fabric.editor.decreaseSize': '减小大小',
117
116
  'fabric.editor.defaultAltText': '文档',
118
117
  'fabric.editor.description': '描述',
@@ -130,6 +129,10 @@ export default {
130
129
  'fabric.editor.edit.searchInput': '添加链接',
131
130
  'fabric.editor.editAltText': '编辑替代文本',
132
131
  'fabric.editor.editDateText': '编辑日期',
132
+ 'fabric.editor.editDropdownEditDatasourceTitle': '编辑搜索查询',
133
+ 'fabric.editor.editDropdownEditLinkTitle': '编辑链接',
134
+ 'fabric.editor.editDropdownExpandIconLabel': '展开下拉菜单',
135
+ 'fabric.editor.editDropdownTriggerTitle': '编辑',
133
136
  'fabric.editor.editLink': '编辑链接',
134
137
  'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
135
138
  'fabric.editor.editStatusColor': '编辑状态颜色',
@@ -239,8 +242,7 @@ export default {
239
242
  'fabric.editor.imageBorderSize': '大小',
240
243
  'fabric.editor.imageBorderSubtle': '细微',
241
244
  'fabric.editor.improvement': '改进',
242
- 'fabric.editor.increaseColumnSize': '增大列大小',
243
- 'fabric.editor.increaseSize': '增大大小',
245
+ 'fabric.editor.increaseSize': '增大表格或媒体大小',
244
246
  'fabric.editor.indent': '增大缩进',
245
247
  'fabric.editor.info': '信息',
246
248
  'fabric.editor.infoPanel': '信息面板',
@@ -255,6 +257,8 @@ export default {
255
257
  'fabric.editor.insertMenu': '插入元素',
256
258
  'fabric.editor.insertRow': '在下方插入行',
257
259
  'fabric.editor.insertRowDrag': '插入行',
260
+ 'fabric.editor.insertTableColumn': '插入表格列',
261
+ 'fabric.editor.insertTableRow': '插入表格行',
258
262
  'fabric.editor.invalidDateError': '输入有效日期',
259
263
  'fabric.editor.invalidLink': '请输入有效链接。',
260
264
  'fabric.editor.inviteItem.title': '{userRole, select, admin {邀请团队成员加入 {productName}} trusted {邀请团队成员加入 {productName}} other {将团队成员添加至 {productName}}}',
@@ -331,6 +335,7 @@ export default {
331
335
  'fabric.editor.placeholderTextPlaceholder': '添加占位文本',
332
336
  'fabric.editor.plainText': '使用纯文本',
333
337
  'fabric.editor.quickInsert': '快速插入',
338
+ 'fabric.editor.recordLoomShortTitle': '录制',
334
339
  'fabric.editor.recordVideo': '录制 Loom 视频',
335
340
  'fabric.editor.recordVideo.description': '录制并共享您的屏幕和想法',
336
341
  'fabric.editor.redo': '重做',
@@ -434,7 +439,6 @@ export default {
434
439
  'fabric.editor.typeahead.mentionInputLabel': '开始输入以搜索要标记的用户',
435
440
  'fabric.editor.typeahead.mentionPopupLabel': '您可以标记的用户',
436
441
  'fabric.editor.typeahead.metionListItemLabel': '用户 {name} @{shortName}',
437
- 'fabric.editor.unLockColumns': '可变列宽',
438
442
  'fabric.editor.unableToLoadContent': '无法加载此内容',
439
443
  'fabric.editor.unableToOpenLink': '无法打开此链接',
440
444
  'fabric.editor.underline': '下划线',
@@ -112,8 +112,7 @@ export default {
112
112
  'fabric.editor.decision': '決定',
113
113
  'fabric.editor.decision.description': '擷取決定以便追蹤',
114
114
  'fabric.editor.decisionPlaceholder': '新增決定…',
115
- 'fabric.editor.decreaseColumnSize': '縮小欄大小',
116
- 'fabric.editor.decreaseSize': '縮減大小',
115
+ 'fabric.editor.decreaseSize': '縮小表格或媒體大小',
117
116
  'fabric.editor.defaultAltText': '文件',
118
117
  'fabric.editor.description': '描述',
119
118
  'fabric.editor.displayBlock': '顯示卡片',
@@ -243,8 +242,7 @@ export default {
243
242
  'fabric.editor.imageBorderSize': '大小',
244
243
  'fabric.editor.imageBorderSubtle': '不明顯的',
245
244
  'fabric.editor.improvement': '改善',
246
- 'fabric.editor.increaseColumnSize': '放大欄大小',
247
- 'fabric.editor.increaseSize': '增加大小',
245
+ 'fabric.editor.increaseSize': '增加表格或媒體大小',
248
246
  'fabric.editor.indent': '增加縮排',
249
247
  'fabric.editor.info': '資訊',
250
248
  'fabric.editor.infoPanel': '資訊面板',
@@ -259,6 +257,8 @@ export default {
259
257
  'fabric.editor.insertMenu': '插入元素',
260
258
  'fabric.editor.insertRow': '在下方插入列',
261
259
  'fabric.editor.insertRowDrag': '插入列',
260
+ 'fabric.editor.insertTableColumn': '插入表格欄',
261
+ 'fabric.editor.insertTableRow': '插入表格列',
262
262
  'fabric.editor.invalidDateError': '請輸入有效的日期',
263
263
  'fabric.editor.invalidLink': '請輸入有效的連結。',
264
264
  'fabric.editor.inviteItem.title': '{userRole, select, admin {邀請團隊成員加入 {productName}} trusted {邀請團隊成員加入 {productName}} other {將團隊成員新增至 {productName}}}',
@@ -335,6 +335,7 @@ export default {
335
335
  'fabric.editor.placeholderTextPlaceholder': '新增預留位置文字',
336
336
  'fabric.editor.plainText': '使用純文字',
337
337
  'fabric.editor.quickInsert': '快速插入',
338
+ 'fabric.editor.recordLoomShortTitle': '錄製',
338
339
  'fabric.editor.recordVideo': '錄製 Loom 影片',
339
340
  'fabric.editor.recordVideo.description': '錄製並分享您的畫面和想法',
340
341
  'fabric.editor.redo': '重做',
@@ -438,7 +439,6 @@ export default {
438
439
  'fabric.editor.typeahead.mentionInputLabel': '開始輸入以搜尋要標記的使用者',
439
440
  'fabric.editor.typeahead.mentionPopupLabel': '您可以標記的使用者',
440
441
  'fabric.editor.typeahead.metionListItemLabel': '使用者 {name} @{shortName}',
441
- 'fabric.editor.unLockColumns': '變數欄寬',
442
442
  'fabric.editor.unableToLoadContent': '我們無法載入此內容',
443
443
  'fabric.editor.unableToOpenLink': '無法開啟此連結',
444
444
  'fabric.editor.underline': '底線',
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
7
7
  import { isFedRamp } from './environment';
8
8
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
9
9
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
10
- var packageVersion = "82.2.1";
10
+ var packageVersion = "82.3.0";
11
11
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
12
12
  // Remove URL as it has UGC
13
13
  // TODO: Sanitise the URL instead of just removing it
@@ -15,7 +15,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
15
15
  import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
16
16
  import Layer from '../Layer';
17
17
  var packageName = "@atlaskit/editor-common";
18
- var packageVersion = "82.2.1";
18
+ var packageVersion = "82.3.0";
19
19
  var halfFocusRing = 1;
20
20
  var dropOffset = '0, 8';
21
21
  var DropList = /*#__PURE__*/function (_Component) {
@@ -11,15 +11,64 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
11
11
  import React, { PureComponent } from 'react';
12
12
  import { jsx } from '@emotion/react';
13
13
  import EditorDoneIcon from '@atlaskit/icon/glyph/editor/done';
14
+ import { getBooleanFF } from '@atlaskit/platform-feature-flags';
14
15
  import { N0 } from '@atlaskit/theme/colors';
15
16
  import Tooltip from '@atlaskit/tooltip';
16
17
  import { buttonStyle, buttonWrapperStyle } from './styles';
17
- var Color = /*#__PURE__*/function (_PureComponent) {
18
- _inherits(Color, _PureComponent);
19
- var _super = _createSuper(Color);
20
- function Color() {
18
+ function FunctionalComponentColor(props) {
19
+ var autoFocus = props.autoFocus,
20
+ tabIndex = props.tabIndex,
21
+ value = props.value,
22
+ label = props.label,
23
+ isSelected = props.isSelected,
24
+ borderColor = props.borderColor,
25
+ _props$checkMarkColor = props.checkMarkColor,
26
+ checkMarkColor = _props$checkMarkColor === void 0 ? N0 : _props$checkMarkColor,
27
+ hexToPaletteColor = props.hexToPaletteColor,
28
+ decorator = props.decorator;
29
+ var colorStyle = hexToPaletteColor ? hexToPaletteColor(value) : value;
30
+ var onMouseDown = function onMouseDown(e) {
31
+ e.preventDefault();
32
+ };
33
+ var onClick = function onClick(e) {
34
+ var onClick = props.onClick,
35
+ value = props.value,
36
+ label = props.label;
37
+ e.preventDefault();
38
+ onClick(value, label);
39
+ };
40
+ return jsx(Tooltip, {
41
+ content: label
42
+ }, jsx("span", {
43
+ css: buttonWrapperStyle
44
+ }, jsx("button", {
45
+ type: "button",
46
+ css: buttonStyle,
47
+ "aria-label": label,
48
+ role: "radio",
49
+ "aria-checked": isSelected,
50
+ onClick: onClick,
51
+ onMouseDown: onMouseDown,
52
+ tabIndex: tabIndex
53
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
54
+ ,
55
+ className: "".concat(isSelected ? 'selected' : ''),
56
+ style: {
57
+ backgroundColor: colorStyle || 'transparent',
58
+ border: "1px solid ".concat(borderColor)
59
+ },
60
+ autoFocus: autoFocus
61
+ }, isSelected && jsx(EditorDoneIcon, {
62
+ primaryColor: checkMarkColor,
63
+ label: ""
64
+ }), decorator)));
65
+ }
66
+ var ClassComponentColor = /*#__PURE__*/function (_PureComponent) {
67
+ _inherits(ClassComponentColor, _PureComponent);
68
+ var _super = _createSuper(ClassComponentColor);
69
+ function ClassComponentColor() {
21
70
  var _this;
22
- _classCallCheck(this, Color);
71
+ _classCallCheck(this, ClassComponentColor);
23
72
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
24
73
  args[_key] = arguments[_key];
25
74
  }
@@ -37,7 +86,7 @@ var Color = /*#__PURE__*/function (_PureComponent) {
37
86
  });
38
87
  return _this;
39
88
  }
40
- _createClass(Color, [{
89
+ _createClass(ClassComponentColor, [{
41
90
  key: "render",
42
91
  value: function render() {
43
92
  var _this$props2 = this.props,
@@ -78,6 +127,7 @@ var Color = /*#__PURE__*/function (_PureComponent) {
78
127
  }))));
79
128
  }
80
129
  }]);
81
- return Color;
130
+ return ClassComponentColor;
82
131
  }(PureComponent);
132
+ var Color = getBooleanFF('platform.editor.transparent-diagonal-decorator') ? FunctionalComponentColor : ClassComponentColor;
83
133
  export default Color;
@@ -1,15 +1,51 @@
1
+ /** @jsx jsx */
2
+
3
+ import { jsx } from '@emotion/react';
1
4
  import { backgroundColorPalette } from '@atlaskit/adf-schema';
5
+ import Icon from '@atlaskit/icon';
6
+ import { useThemeObserver } from '@atlaskit/tokens';
2
7
  import { DEFAULT_BORDER_COLOR } from './common';
3
8
  import getColorMessage from './getColorMessage';
4
9
  import paletteMessages from './paletteMessages';
5
10
  import { mapPaletteColor } from './textColorPalette';
6
11
  export var REMOVE_HIGHLIGHT_COLOR = '#00000000';
12
+ var DiagonalLineGlyph = function DiagonalLineGlyph() {
13
+ return jsx("svg", {
14
+ width: "24",
15
+ height: "24",
16
+ viewBox: "0 0 24 24",
17
+ fill: "none",
18
+ xmlns: "http://www.w3.org/2000/svg"
19
+ }, jsx("rect", {
20
+ width: "24",
21
+ height: "24",
22
+ fill: "white",
23
+ fillOpacity: "0.01"
24
+ }), jsx("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M17.2038 7.70388C17.5955 8.09565 17.5941 8.73128 17.2005 9.12127L9.1213 17.1277C8.73027 17.5152 8.09958 17.5138 7.71031 17.1245C7.31854 16.7328 7.31997 16.0971 7.71351 15.7071L15.7928 7.70069C16.1838 7.31318 16.8145 7.31461 17.2038 7.70388Z",
28
+ fill: "currentColor",
29
+ fillOpacity: "0.5"
30
+ }));
31
+ };
32
+ export var EditorDiagonalLineIcon = function EditorDiagonalLineIcon() {
33
+ var _useThemeObserver = useThemeObserver(),
34
+ colorMode = _useThemeObserver.colorMode;
35
+ var primaryColor = colorMode === 'dark' ? "var(--ds-background-accent-gray-bolder, #626F86)" : "var(--ds-background-accent-gray-subtle, #8590A2)";
36
+ return jsx(Icon, {
37
+ glyph: DiagonalLineGlyph,
38
+ label: "",
39
+ primaryColor: primaryColor
40
+ });
41
+ };
7
42
  export var highlightColorPalette = [{
8
43
  value: REMOVE_HIGHLIGHT_COLOR,
9
44
  label: 'No color',
10
45
  // Mostly informative, only used for analytics
11
46
  border: DEFAULT_BORDER_COLOR,
12
- message: getColorMessage(paletteMessages, 'no-color')
47
+ message: getColorMessage(paletteMessages, 'no-color'),
48
+ decorator: jsx(EditorDiagonalLineIcon, null)
13
49
  }];
14
50
  backgroundColorPalette.forEach(function (label, color) {
15
51
  highlightColorPalette.push(mapPaletteColor(label, color));
@@ -64,7 +64,8 @@ var ColorPalette = function ColorPalette(props) {
64
64
  var value = _ref.value,
65
65
  label = _ref.label,
66
66
  border = _ref.border,
67
- message = _ref.message;
67
+ message = _ref.message,
68
+ decorator = _ref.decorator;
68
69
  if (paletteColorTooltipMessages) {
69
70
  if (tokenTheme === 'dark') {
70
71
  message = getColorMessage(paletteColorTooltipMessages.dark, value.toUpperCase());
@@ -81,7 +82,8 @@ var ColorPalette = function ColorPalette(props) {
81
82
  onClick: onClick,
82
83
  isSelected: value === selectedColor,
83
84
  checkMarkColor: getCheckMarkColor(value, useIconToken),
84
- hexToPaletteColor: hexToPaletteColor
85
+ hexToPaletteColor: hexToPaletteColor,
86
+ decorator: decorator
85
87
  });
86
88
  }));
87
89
  }));
@@ -1,3 +1,4 @@
1
+ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
1
2
  import { getBooleanFF } from '@atlaskit/platform-feature-flags';
2
3
  export var canApplyAnnotationOnRange = function canApplyAnnotationOnRange(rangeSelection, doc, schema) {
3
4
  var from = rangeSelection.from,
@@ -89,4 +90,25 @@ export function containsAnyAnnotations(slice, state) {
89
90
  });
90
91
  });
91
92
  return hasAnnotation;
93
+ }
94
+
95
+ /**
96
+ * This returns a list of node names that are inline nodes in the range.
97
+ */
98
+ export function getRangeInlineNodeNames(_ref) {
99
+ var doc = _ref.doc,
100
+ pos = _ref.pos;
101
+ if (!getBooleanFF('platform.editor.allow-inline-comments-for-inline-nodes-round-2_ctuxz')) {
102
+ return undefined;
103
+ }
104
+ var nodeNames = new Set();
105
+ doc.nodesBetween(pos.from, pos.to, function (node) {
106
+ if (node.isInline) {
107
+ nodeNames.add(node.type.name);
108
+ }
109
+ });
110
+
111
+ // We sort the list alphabetically to make human consumption of the list easier (in tools like the analytics extension)
112
+ var sortedNames = _toConsumableArray(nodeNames).sort();
113
+ return sortedNames;
92
114
  }
@@ -2,7 +2,7 @@ import { hasParentNodeOfType } from '@atlaskit/editor-prosemirror/utils';
2
2
  import { hasDocAsParent } from './document';
3
3
  import { isEmptyParagraph } from './editor-core-utils';
4
4
  export { shouldAutoLinkifyMatch } from './should-auto-linkify-tld';
5
- export { canApplyAnnotationOnRange, containsAnyAnnotations, getAnnotationIdsFromRange, hasAnnotationMark } from './annotation';
5
+ export { canApplyAnnotationOnRange, containsAnyAnnotations, getAnnotationIdsFromRange, hasAnnotationMark, getRangeInlineNodeNames } from './annotation';
6
6
  export { getExtensionLozengeData } from './macro';
7
7
  export { default as browser } from './browser';
8
8
  export { default as ErrorReporter } from './error-reporter';
@@ -6,6 +6,7 @@ export type AnnotationAEPAttributes = undefined | {} | AnnotationDraftAEPAttribu
6
6
  export type AnnotationDraftAEPAttributes = {
7
7
  inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.SHORTCUT;
8
8
  overlap: number;
9
+ inlineNodeNames?: string[];
9
10
  };
10
11
  export type AnnotationResolvedAEPAttributes = {
11
12
  method: RESOLVE_METHOD;
@@ -110,7 +110,6 @@ declare const _default: {
110
110
  'fabric.editor.decision': string;
111
111
  'fabric.editor.decision.description': string;
112
112
  'fabric.editor.decisionPlaceholder': string;
113
- 'fabric.editor.decreaseColumnSize': string;
114
113
  'fabric.editor.decreaseSize': string;
115
114
  'fabric.editor.defaultAltText': string;
116
115
  'fabric.editor.description': string;
@@ -241,7 +240,6 @@ declare const _default: {
241
240
  'fabric.editor.imageBorderSize': string;
242
241
  'fabric.editor.imageBorderSubtle': string;
243
242
  'fabric.editor.improvement': string;
244
- 'fabric.editor.increaseColumnSize': string;
245
243
  'fabric.editor.increaseSize': string;
246
244
  'fabric.editor.indent': string;
247
245
  'fabric.editor.info': string;
@@ -257,6 +255,8 @@ declare const _default: {
257
255
  'fabric.editor.insertMenu': string;
258
256
  'fabric.editor.insertRow': string;
259
257
  'fabric.editor.insertRowDrag': string;
258
+ 'fabric.editor.insertTableColumn': string;
259
+ 'fabric.editor.insertTableRow': string;
260
260
  'fabric.editor.invalidDateError': string;
261
261
  'fabric.editor.invalidLink': string;
262
262
  'fabric.editor.inviteItem.title': string;
@@ -333,6 +333,7 @@ declare const _default: {
333
333
  'fabric.editor.placeholderTextPlaceholder': string;
334
334
  'fabric.editor.plainText': string;
335
335
  'fabric.editor.quickInsert': string;
336
+ 'fabric.editor.recordLoomShortTitle': string;
336
337
  'fabric.editor.recordVideo': string;
337
338
  'fabric.editor.recordVideo.description': string;
338
339
  'fabric.editor.redo': string;
@@ -436,7 +437,6 @@ declare const _default: {
436
437
  'fabric.editor.typeahead.mentionInputLabel': string;
437
438
  'fabric.editor.typeahead.mentionPopupLabel': string;
438
439
  'fabric.editor.typeahead.metionListItemLabel': string;
439
- 'fabric.editor.unLockColumns': string;
440
440
  'fabric.editor.unableToLoadContent': string;
441
441
  'fabric.editor.unableToOpenLink': string;
442
442
  'fabric.editor.underline': string;
@@ -110,7 +110,6 @@ declare const _default: {
110
110
  'fabric.editor.decision': string;
111
111
  'fabric.editor.decision.description': string;
112
112
  'fabric.editor.decisionPlaceholder': string;
113
- 'fabric.editor.decreaseColumnSize': string;
114
113
  'fabric.editor.decreaseSize': string;
115
114
  'fabric.editor.defaultAltText': string;
116
115
  'fabric.editor.description': string;
@@ -128,6 +127,10 @@ declare const _default: {
128
127
  'fabric.editor.edit.searchInput': string;
129
128
  'fabric.editor.editAltText': string;
130
129
  'fabric.editor.editDateText': string;
130
+ 'fabric.editor.editDropdownEditDatasourceTitle': string;
131
+ 'fabric.editor.editDropdownEditLinkTitle': string;
132
+ 'fabric.editor.editDropdownExpandIconLabel': string;
133
+ 'fabric.editor.editDropdownTriggerTitle': string;
131
134
  'fabric.editor.editLink': string;
132
135
  'fabric.editor.editMode.inviteToEditButton.title': string;
133
136
  'fabric.editor.editStatusColor': string;
@@ -237,7 +240,6 @@ declare const _default: {
237
240
  'fabric.editor.imageBorderSize': string;
238
241
  'fabric.editor.imageBorderSubtle': string;
239
242
  'fabric.editor.improvement': string;
240
- 'fabric.editor.increaseColumnSize': string;
241
243
  'fabric.editor.increaseSize': string;
242
244
  'fabric.editor.indent': string;
243
245
  'fabric.editor.info': string;
@@ -253,6 +255,8 @@ declare const _default: {
253
255
  'fabric.editor.insertMenu': string;
254
256
  'fabric.editor.insertRow': string;
255
257
  'fabric.editor.insertRowDrag': string;
258
+ 'fabric.editor.insertTableColumn': string;
259
+ 'fabric.editor.insertTableRow': string;
256
260
  'fabric.editor.invalidDateError': string;
257
261
  'fabric.editor.invalidLink': string;
258
262
  'fabric.editor.inviteItem.title': string;
@@ -329,6 +333,7 @@ declare const _default: {
329
333
  'fabric.editor.placeholderTextPlaceholder': string;
330
334
  'fabric.editor.plainText': string;
331
335
  'fabric.editor.quickInsert': string;
336
+ 'fabric.editor.recordLoomShortTitle': string;
332
337
  'fabric.editor.recordVideo': string;
333
338
  'fabric.editor.recordVideo.description': string;
334
339
  'fabric.editor.redo': string;
@@ -432,7 +437,6 @@ declare const _default: {
432
437
  'fabric.editor.typeahead.mentionInputLabel': string;
433
438
  'fabric.editor.typeahead.mentionPopupLabel': string;
434
439
  'fabric.editor.typeahead.metionListItemLabel': string;
435
- 'fabric.editor.unLockColumns': string;
436
440
  'fabric.editor.unableToLoadContent': string;
437
441
  'fabric.editor.unableToOpenLink': string;
438
442
  'fabric.editor.underline': string;
@@ -110,7 +110,6 @@ declare const _default: {
110
110
  'fabric.editor.decision': string;
111
111
  'fabric.editor.decision.description': string;
112
112
  'fabric.editor.decisionPlaceholder': string;
113
- 'fabric.editor.decreaseColumnSize': string;
114
113
  'fabric.editor.decreaseSize': string;
115
114
  'fabric.editor.defaultAltText': string;
116
115
  'fabric.editor.description': string;
@@ -128,6 +127,10 @@ declare const _default: {
128
127
  'fabric.editor.edit.searchInput': string;
129
128
  'fabric.editor.editAltText': string;
130
129
  'fabric.editor.editDateText': string;
130
+ 'fabric.editor.editDropdownEditDatasourceTitle': string;
131
+ 'fabric.editor.editDropdownEditLinkTitle': string;
132
+ 'fabric.editor.editDropdownExpandIconLabel': string;
133
+ 'fabric.editor.editDropdownTriggerTitle': string;
131
134
  'fabric.editor.editLink': string;
132
135
  'fabric.editor.editMode.inviteToEditButton.title': string;
133
136
  'fabric.editor.editStatusColor': string;
@@ -237,7 +240,6 @@ declare const _default: {
237
240
  'fabric.editor.imageBorderSize': string;
238
241
  'fabric.editor.imageBorderSubtle': string;
239
242
  'fabric.editor.improvement': string;
240
- 'fabric.editor.increaseColumnSize': string;
241
243
  'fabric.editor.increaseSize': string;
242
244
  'fabric.editor.indent': string;
243
245
  'fabric.editor.info': string;
@@ -253,6 +255,8 @@ declare const _default: {
253
255
  'fabric.editor.insertMenu': string;
254
256
  'fabric.editor.insertRow': string;
255
257
  'fabric.editor.insertRowDrag': string;
258
+ 'fabric.editor.insertTableColumn': string;
259
+ 'fabric.editor.insertTableRow': string;
256
260
  'fabric.editor.invalidDateError': string;
257
261
  'fabric.editor.invalidLink': string;
258
262
  'fabric.editor.inviteItem.title': string;
@@ -329,6 +333,7 @@ declare const _default: {
329
333
  'fabric.editor.placeholderTextPlaceholder': string;
330
334
  'fabric.editor.plainText': string;
331
335
  'fabric.editor.quickInsert': string;
336
+ 'fabric.editor.recordLoomShortTitle': string;
332
337
  'fabric.editor.recordVideo': string;
333
338
  'fabric.editor.recordVideo.description': string;
334
339
  'fabric.editor.redo': string;
@@ -432,7 +437,6 @@ declare const _default: {
432
437
  'fabric.editor.typeahead.mentionInputLabel': string;
433
438
  'fabric.editor.typeahead.mentionPopupLabel': string;
434
439
  'fabric.editor.typeahead.metionListItemLabel': string;
435
- 'fabric.editor.unLockColumns': string;
436
440
  'fabric.editor.unableToLoadContent': string;
437
441
  'fabric.editor.unableToOpenLink': string;
438
442
  'fabric.editor.underline': string;
@@ -110,7 +110,6 @@ declare const _default: {
110
110
  'fabric.editor.decision': string;
111
111
  'fabric.editor.decision.description': string;
112
112
  'fabric.editor.decisionPlaceholder': string;
113
- 'fabric.editor.decreaseColumnSize': string;
114
113
  'fabric.editor.decreaseSize': string;
115
114
  'fabric.editor.defaultAltText': string;
116
115
  'fabric.editor.description': string;
@@ -127,6 +126,8 @@ declare const _default: {
127
126
  'fabric.editor.edit.datasource': string;
128
127
  'fabric.editor.edit.searchInput': string;
129
128
  'fabric.editor.editAltText': string;
129
+ 'fabric.editor.editDatasourceStandalone': string;
130
+ 'fabric.editor.editDatasourceStandaloneTooltip': string;
130
131
  'fabric.editor.editDateText': string;
131
132
  'fabric.editor.editDropdownEditDatasourceTitle': string;
132
133
  'fabric.editor.editDropdownEditLinkTitle': string;
@@ -241,7 +242,6 @@ declare const _default: {
241
242
  'fabric.editor.imageBorderSize': string;
242
243
  'fabric.editor.imageBorderSubtle': string;
243
244
  'fabric.editor.improvement': string;
244
- 'fabric.editor.increaseColumnSize': string;
245
245
  'fabric.editor.increaseSize': string;
246
246
  'fabric.editor.indent': string;
247
247
  'fabric.editor.info': string;
@@ -249,6 +249,7 @@ declare const _default: {
249
249
  'fabric.editor.infoPanel.description': string;
250
250
  'fabric.editor.inlineConfigureLink': string;
251
251
  'fabric.editor.inlineDescription': string;
252
+ 'fabric.editor.inlineGoToLink': string;
252
253
  'fabric.editor.inlineOverlay': string;
253
254
  'fabric.editor.inlineTitle': string;
254
255
  'fabric.editor.inputQueryAssistiveTxt': string;
@@ -257,6 +258,8 @@ declare const _default: {
257
258
  'fabric.editor.insertMenu': string;
258
259
  'fabric.editor.insertRow': string;
259
260
  'fabric.editor.insertRowDrag': string;
261
+ 'fabric.editor.insertTableColumn': string;
262
+ 'fabric.editor.insertTableRow': string;
260
263
  'fabric.editor.invalidDateError': string;
261
264
  'fabric.editor.invalidLink': string;
262
265
  'fabric.editor.inviteItem.title': string;
@@ -333,6 +336,7 @@ declare const _default: {
333
336
  'fabric.editor.placeholderTextPlaceholder': string;
334
337
  'fabric.editor.plainText': string;
335
338
  'fabric.editor.quickInsert': string;
339
+ 'fabric.editor.recordLoomShortTitle': string;
336
340
  'fabric.editor.recordVideo': string;
337
341
  'fabric.editor.recordVideo.description': string;
338
342
  'fabric.editor.redo': string;
@@ -437,7 +441,6 @@ declare const _default: {
437
441
  'fabric.editor.typeahead.mentionInputLabel': string;
438
442
  'fabric.editor.typeahead.mentionPopupLabel': string;
439
443
  'fabric.editor.typeahead.metionListItemLabel': string;
440
- 'fabric.editor.unLockColumns': string;
441
444
  'fabric.editor.unableToLoadContent': string;
442
445
  'fabric.editor.unableToOpenLink': string;
443
446
  'fabric.editor.underline': string;
@@ -110,7 +110,6 @@ declare const _default: {
110
110
  'fabric.editor.decision': string;
111
111
  'fabric.editor.decision.description': string;
112
112
  'fabric.editor.decisionPlaceholder': string;
113
- 'fabric.editor.decreaseColumnSize': string;
114
113
  'fabric.editor.decreaseSize': string;
115
114
  'fabric.editor.defaultAltText': string;
116
115
  'fabric.editor.description': string;
@@ -127,6 +126,8 @@ declare const _default: {
127
126
  'fabric.editor.edit.datasource': string;
128
127
  'fabric.editor.edit.searchInput': string;
129
128
  'fabric.editor.editAltText': string;
129
+ 'fabric.editor.editDatasourceStandalone': string;
130
+ 'fabric.editor.editDatasourceStandaloneTooltip': string;
130
131
  'fabric.editor.editDateText': string;
131
132
  'fabric.editor.editDropdownEditDatasourceTitle': string;
132
133
  'fabric.editor.editDropdownEditLinkTitle': string;
@@ -241,7 +242,6 @@ declare const _default: {
241
242
  'fabric.editor.imageBorderSize': string;
242
243
  'fabric.editor.imageBorderSubtle': string;
243
244
  'fabric.editor.improvement': string;
244
- 'fabric.editor.increaseColumnSize': string;
245
245
  'fabric.editor.increaseSize': string;
246
246
  'fabric.editor.indent': string;
247
247
  'fabric.editor.info': string;
@@ -249,6 +249,7 @@ declare const _default: {
249
249
  'fabric.editor.infoPanel.description': string;
250
250
  'fabric.editor.inlineConfigureLink': string;
251
251
  'fabric.editor.inlineDescription': string;
252
+ 'fabric.editor.inlineGoToLink': string;
252
253
  'fabric.editor.inlineOverlay': string;
253
254
  'fabric.editor.inlineTitle': string;
254
255
  'fabric.editor.inputQueryAssistiveTxt': string;
@@ -257,6 +258,8 @@ declare const _default: {
257
258
  'fabric.editor.insertMenu': string;
258
259
  'fabric.editor.insertRow': string;
259
260
  'fabric.editor.insertRowDrag': string;
261
+ 'fabric.editor.insertTableColumn': string;
262
+ 'fabric.editor.insertTableRow': string;
260
263
  'fabric.editor.invalidDateError': string;
261
264
  'fabric.editor.invalidLink': string;
262
265
  'fabric.editor.inviteItem.title': string;
@@ -333,6 +336,7 @@ declare const _default: {
333
336
  'fabric.editor.placeholderTextPlaceholder': string;
334
337
  'fabric.editor.plainText': string;
335
338
  'fabric.editor.quickInsert': string;
339
+ 'fabric.editor.recordLoomShortTitle': string;
336
340
  'fabric.editor.recordVideo': string;
337
341
  'fabric.editor.recordVideo.description': string;
338
342
  'fabric.editor.redo': string;
@@ -437,7 +441,6 @@ declare const _default: {
437
441
  'fabric.editor.typeahead.mentionInputLabel': string;
438
442
  'fabric.editor.typeahead.mentionPopupLabel': string;
439
443
  'fabric.editor.typeahead.metionListItemLabel': string;
440
- 'fabric.editor.unLockColumns': string;
441
444
  'fabric.editor.unableToLoadContent': string;
442
445
  'fabric.editor.unableToOpenLink': string;
443
446
  'fabric.editor.underline': string;
@@ -110,7 +110,6 @@ declare const _default: {
110
110
  'fabric.editor.decision': string;
111
111
  'fabric.editor.decision.description': string;
112
112
  'fabric.editor.decisionPlaceholder': string;
113
- 'fabric.editor.decreaseColumnSize': string;
114
113
  'fabric.editor.decreaseSize': string;
115
114
  'fabric.editor.defaultAltText': string;
116
115
  'fabric.editor.description': string;
@@ -127,6 +126,8 @@ declare const _default: {
127
126
  'fabric.editor.edit.datasource': string;
128
127
  'fabric.editor.edit.searchInput': string;
129
128
  'fabric.editor.editAltText': string;
129
+ 'fabric.editor.editDatasourceStandalone': string;
130
+ 'fabric.editor.editDatasourceStandaloneTooltip': string;
130
131
  'fabric.editor.editDateText': string;
131
132
  'fabric.editor.editDropdownEditDatasourceTitle': string;
132
133
  'fabric.editor.editDropdownEditLinkTitle': string;
@@ -241,7 +242,6 @@ declare const _default: {
241
242
  'fabric.editor.imageBorderSize': string;
242
243
  'fabric.editor.imageBorderSubtle': string;
243
244
  'fabric.editor.improvement': string;
244
- 'fabric.editor.increaseColumnSize': string;
245
245
  'fabric.editor.increaseSize': string;
246
246
  'fabric.editor.indent': string;
247
247
  'fabric.editor.info': string;
@@ -249,6 +249,7 @@ declare const _default: {
249
249
  'fabric.editor.infoPanel.description': string;
250
250
  'fabric.editor.inlineConfigureLink': string;
251
251
  'fabric.editor.inlineDescription': string;
252
+ 'fabric.editor.inlineGoToLink': string;
252
253
  'fabric.editor.inlineOverlay': string;
253
254
  'fabric.editor.inlineTitle': string;
254
255
  'fabric.editor.inputQueryAssistiveTxt': string;
@@ -257,6 +258,8 @@ declare const _default: {
257
258
  'fabric.editor.insertMenu': string;
258
259
  'fabric.editor.insertRow': string;
259
260
  'fabric.editor.insertRowDrag': string;
261
+ 'fabric.editor.insertTableColumn': string;
262
+ 'fabric.editor.insertTableRow': string;
260
263
  'fabric.editor.invalidDateError': string;
261
264
  'fabric.editor.invalidLink': string;
262
265
  'fabric.editor.inviteItem.title': string;
@@ -333,6 +336,7 @@ declare const _default: {
333
336
  'fabric.editor.placeholderTextPlaceholder': string;
334
337
  'fabric.editor.plainText': string;
335
338
  'fabric.editor.quickInsert': string;
339
+ 'fabric.editor.recordLoomShortTitle': string;
336
340
  'fabric.editor.recordVideo': string;
337
341
  'fabric.editor.recordVideo.description': string;
338
342
  'fabric.editor.redo': string;
@@ -436,7 +440,6 @@ declare const _default: {
436
440
  'fabric.editor.typeahead.mentionInputLabel': string;
437
441
  'fabric.editor.typeahead.mentionPopupLabel': string;
438
442
  'fabric.editor.typeahead.metionListItemLabel': string;
439
- 'fabric.editor.unLockColumns': string;
440
443
  'fabric.editor.unableToLoadContent': string;
441
444
  'fabric.editor.unableToOpenLink': string;
442
445
  'fabric.editor.underline': string;