@atlaskit/editor-common 82.14.0 → 83.0.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 +26 -0
  2. package/dist/cjs/hooks/useSharedPluginState.js +1 -4
  3. package/dist/cjs/i18n/cs.js +2 -1
  4. package/dist/cjs/i18n/da.js +2 -1
  5. package/dist/cjs/i18n/de.js +2 -1
  6. package/dist/cjs/i18n/en.js +1 -0
  7. package/dist/cjs/i18n/en_GB.js +1 -0
  8. package/dist/cjs/i18n/en_ZZ.js +1 -0
  9. package/dist/cjs/i18n/es.js +2 -1
  10. package/dist/cjs/i18n/fi.js +2 -1
  11. package/dist/cjs/i18n/fr.js +2 -1
  12. package/dist/cjs/i18n/hu.js +2 -1
  13. package/dist/cjs/i18n/it.js +2 -1
  14. package/dist/cjs/i18n/ja.js +2 -1
  15. package/dist/cjs/i18n/ko.js +2 -1
  16. package/dist/cjs/i18n/nb.js +2 -1
  17. package/dist/cjs/i18n/nl.js +2 -1
  18. package/dist/cjs/i18n/pl.js +2 -1
  19. package/dist/cjs/i18n/pt_BR.js +2 -1
  20. package/dist/cjs/i18n/ru.js +2 -1
  21. package/dist/cjs/i18n/sv.js +2 -1
  22. package/dist/cjs/i18n/th.js +7 -3
  23. package/dist/cjs/i18n/tr.js +4 -3
  24. package/dist/cjs/i18n/uk.js +2 -1
  25. package/dist/cjs/i18n/vi.js +2 -1
  26. package/dist/cjs/i18n/zh.js +3 -2
  27. package/dist/cjs/i18n/zh_TW.js +2 -1
  28. package/dist/cjs/monitoring/error.js +1 -1
  29. package/dist/cjs/preset/builder.js +491 -0
  30. package/dist/cjs/styles/shared/annotation.js +20 -18
  31. package/dist/cjs/types/index.js +6 -1
  32. package/dist/cjs/ui/DropList/index.js +1 -1
  33. package/dist/cjs/ui/Mention/mention-with-profilecard.js +3 -1
  34. package/dist/es2019/hooks/useSharedPluginState.js +1 -6
  35. package/dist/es2019/i18n/cs.js +2 -1
  36. package/dist/es2019/i18n/da.js +2 -1
  37. package/dist/es2019/i18n/de.js +2 -1
  38. package/dist/es2019/i18n/en.js +1 -0
  39. package/dist/es2019/i18n/en_GB.js +1 -0
  40. package/dist/es2019/i18n/en_ZZ.js +1 -0
  41. package/dist/es2019/i18n/es.js +2 -1
  42. package/dist/es2019/i18n/fi.js +2 -1
  43. package/dist/es2019/i18n/fr.js +2 -1
  44. package/dist/es2019/i18n/hu.js +2 -1
  45. package/dist/es2019/i18n/it.js +2 -1
  46. package/dist/es2019/i18n/ja.js +2 -1
  47. package/dist/es2019/i18n/ko.js +2 -1
  48. package/dist/es2019/i18n/nb.js +2 -1
  49. package/dist/es2019/i18n/nl.js +2 -1
  50. package/dist/es2019/i18n/pl.js +2 -1
  51. package/dist/es2019/i18n/pt_BR.js +2 -1
  52. package/dist/es2019/i18n/ru.js +2 -1
  53. package/dist/es2019/i18n/sv.js +2 -1
  54. package/dist/es2019/i18n/th.js +7 -3
  55. package/dist/es2019/i18n/tr.js +4 -3
  56. package/dist/es2019/i18n/uk.js +2 -1
  57. package/dist/es2019/i18n/vi.js +2 -1
  58. package/dist/es2019/i18n/zh.js +3 -2
  59. package/dist/es2019/i18n/zh_TW.js +2 -1
  60. package/dist/es2019/monitoring/error.js +1 -1
  61. package/dist/es2019/preset/builder.js +528 -0
  62. package/dist/es2019/preset/core-plugin/index.js +1 -0
  63. package/dist/es2019/styles/shared/annotation.js +54 -29
  64. package/dist/es2019/types/index.js +9 -1
  65. package/dist/es2019/ui/DropList/index.js +1 -1
  66. package/dist/es2019/ui/Mention/mention-with-profilecard.js +2 -0
  67. package/dist/esm/hooks/useSharedPluginState.js +1 -4
  68. package/dist/esm/i18n/cs.js +2 -1
  69. package/dist/esm/i18n/da.js +2 -1
  70. package/dist/esm/i18n/de.js +2 -1
  71. package/dist/esm/i18n/en.js +1 -0
  72. package/dist/esm/i18n/en_GB.js +1 -0
  73. package/dist/esm/i18n/en_ZZ.js +1 -0
  74. package/dist/esm/i18n/es.js +2 -1
  75. package/dist/esm/i18n/fi.js +2 -1
  76. package/dist/esm/i18n/fr.js +2 -1
  77. package/dist/esm/i18n/hu.js +2 -1
  78. package/dist/esm/i18n/it.js +2 -1
  79. package/dist/esm/i18n/ja.js +2 -1
  80. package/dist/esm/i18n/ko.js +2 -1
  81. package/dist/esm/i18n/nb.js +2 -1
  82. package/dist/esm/i18n/nl.js +2 -1
  83. package/dist/esm/i18n/pl.js +2 -1
  84. package/dist/esm/i18n/pt_BR.js +2 -1
  85. package/dist/esm/i18n/ru.js +2 -1
  86. package/dist/esm/i18n/sv.js +2 -1
  87. package/dist/esm/i18n/th.js +7 -3
  88. package/dist/esm/i18n/tr.js +4 -3
  89. package/dist/esm/i18n/uk.js +2 -1
  90. package/dist/esm/i18n/vi.js +2 -1
  91. package/dist/esm/i18n/zh.js +3 -2
  92. package/dist/esm/i18n/zh_TW.js +2 -1
  93. package/dist/esm/monitoring/error.js +1 -1
  94. package/dist/esm/preset/builder.js +528 -0
  95. package/dist/esm/preset/core-plugin/index.js +1 -0
  96. package/dist/esm/styles/shared/annotation.js +20 -18
  97. package/dist/esm/types/index.js +9 -1
  98. package/dist/esm/ui/DropList/index.js +1 -1
  99. package/dist/esm/ui/Mention/mention-with-profilecard.js +3 -1
  100. package/dist/types/hooks/useSharedPluginState.d.ts +5 -5
  101. package/dist/types/i18n/cs.d.ts +1 -0
  102. package/dist/types/i18n/da.d.ts +1 -0
  103. package/dist/types/i18n/de.d.ts +1 -0
  104. package/dist/types/i18n/en.d.ts +1 -0
  105. package/dist/types/i18n/en_GB.d.ts +1 -0
  106. package/dist/types/i18n/en_ZZ.d.ts +1 -0
  107. package/dist/types/i18n/es.d.ts +1 -0
  108. package/dist/types/i18n/fi.d.ts +1 -0
  109. package/dist/types/i18n/fr.d.ts +1 -0
  110. package/dist/types/i18n/hu.d.ts +1 -0
  111. package/dist/types/i18n/it.d.ts +1 -0
  112. package/dist/types/i18n/ja.d.ts +1 -0
  113. package/dist/types/i18n/ko.d.ts +1 -0
  114. package/dist/types/i18n/nb.d.ts +1 -0
  115. package/dist/types/i18n/nl.d.ts +1 -0
  116. package/dist/types/i18n/pl.d.ts +1 -0
  117. package/dist/types/i18n/pt_BR.d.ts +1 -0
  118. package/dist/types/i18n/ru.d.ts +1 -0
  119. package/dist/types/i18n/sv.d.ts +1 -0
  120. package/dist/types/i18n/th.d.ts +4 -0
  121. package/dist/types/i18n/tr.d.ts +1 -0
  122. package/dist/types/i18n/uk.d.ts +1 -0
  123. package/dist/types/i18n/vi.d.ts +1 -0
  124. package/dist/types/i18n/zh.d.ts +1 -0
  125. package/dist/types/i18n/zh_TW.d.ts +1 -0
  126. package/dist/types/preset/builder.d.ts +550 -11
  127. package/dist/types/preset/core-plugin/index.d.ts +1 -1
  128. package/dist/types/preset/core-plugin/requestDocument.d.ts +1 -2
  129. package/dist/types/preset/index.d.ts +1 -0
  130. package/dist/types/preset/plugin-injection-api.d.ts +9 -3
  131. package/dist/types/styles/shared/annotation.d.ts +17 -0
  132. package/dist/types/types/index.d.ts +8 -7
  133. package/dist/types/types/next-editor-plugin.d.ts +641 -98
  134. package/dist/types/ui/Mention/mention-with-profilecard.d.ts +2 -1
  135. package/dist/types-ts4.5/hooks/useSharedPluginState.d.ts +5 -5
  136. package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
  137. package/dist/types-ts4.5/i18n/da.d.ts +1 -0
  138. package/dist/types-ts4.5/i18n/de.d.ts +1 -0
  139. package/dist/types-ts4.5/i18n/en.d.ts +1 -0
  140. package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
  141. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
  142. package/dist/types-ts4.5/i18n/es.d.ts +1 -0
  143. package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
  144. package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
  145. package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
  146. package/dist/types-ts4.5/i18n/it.d.ts +1 -0
  147. package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
  148. package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
  149. package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
  150. package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
  151. package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
  152. package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
  153. package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
  154. package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
  155. package/dist/types-ts4.5/i18n/th.d.ts +4 -0
  156. package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
  157. package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
  158. package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
  159. package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
  160. package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
  161. package/dist/types-ts4.5/preset/builder.d.ts +577 -13
  162. package/dist/types-ts4.5/preset/core-plugin/index.d.ts +1 -1
  163. package/dist/types-ts4.5/preset/core-plugin/requestDocument.d.ts +1 -2
  164. package/dist/types-ts4.5/preset/index.d.ts +1 -0
  165. package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +9 -8
  166. package/dist/types-ts4.5/styles/shared/annotation.d.ts +17 -0
  167. package/dist/types-ts4.5/types/index.d.ts +8 -7
  168. package/dist/types-ts4.5/types/next-editor-plugin.d.ts +673 -127
  169. package/dist/types-ts4.5/ui/Mention/mention-with-profilecard.d.ts +2 -1
  170. package/package.json +2 -2
  171. package/dist/cjs/preset/core-plugin/types.js +0 -5
  172. package/dist/cjs/types/editor-public-api.js +0 -5
  173. package/dist/es2019/preset/core-plugin/types.js +0 -1
  174. package/dist/es2019/types/editor-public-api.js +0 -1
  175. package/dist/esm/preset/core-plugin/types.js +0 -1
  176. package/dist/esm/types/editor-public-api.js +0 -1
  177. package/dist/types/preset/core-plugin/types.d.ts +0 -59
  178. package/dist/types/types/editor-public-api.d.ts +0 -3
  179. package/dist/types-ts4.5/preset/core-plugin/types.d.ts +0 -59
  180. package/dist/types-ts4.5/types/editor-public-api.d.ts +0 -4
@@ -99,12 +99,9 @@ export function useSharedPluginState(injectionApi, plugins) {
99
99
  // Create a memoized object containing the named plugins
100
100
  var namedExternalPlugins = useMemo(function () {
101
101
  return pluginNames.reduce(function (acc, pluginName) {
102
- return _objectSpread(_objectSpread({}, acc), {}, _defineProperty({}, "".concat(pluginName, "State"), injectionApi === null || injectionApi === void 0 ? void 0 : injectionApi[pluginName]));
102
+ return _objectSpread(_objectSpread({}, acc), {}, _defineProperty({}, "".concat(String(pluginName), "State"), injectionApi === null || injectionApi === void 0 ? void 0 : injectionApi[pluginName]));
103
103
  }, {});
104
104
  }, [injectionApi, pluginNames]);
105
-
106
- // @ts-expect-error - Type '`${K}State`' is not assignable to type '`${K}State`'. Two different types with this name exist, but they are unrelated.
107
- // This error was introduced after upgrading to TypeScript 5
108
105
  return useSharedPluginStateInternal(namedExternalPlugins);
109
106
  }
110
107
  function useSharedPluginStateInternal(externalPlugins) {
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
229
229
  'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
230
230
  'fabric.editor.highlight': 'Barva zvýraznění',
231
+ 'fabric.editor.highlightColor': 'Přepnout paletu barev zvýraznění',
231
232
  'fabric.editor.horizontalRule': 'Dílčí příčka',
232
233
  'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Vložit nebo vyhledat odkaz',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Světle žlutá',
506
507
  'fabric.theme.lime': 'Limetková',
507
508
  'fabric.theme.magenta': 'Fuchsiová',
508
- 'fabric.theme.no-color': 'Odebrat zvýraznění',
509
+ 'fabric.theme.no-color': 'Bez zvýraznění',
509
510
  'fabric.theme.orange': 'Oranžová',
510
511
  'fabric.theme.purple': 'Purpurová',
511
512
  'fabric.theme.red': 'Červená',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
229
229
  'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
230
230
  'fabric.editor.highlight': 'Farve på fremhævning',
231
+ 'fabric.editor.highlightColor': 'Slå fremhævningsfarvepalet til/fra',
231
232
  'fabric.editor.horizontalRule': 'Rumdeler',
232
233
  'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Indsæt eller søg efter link',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Lys gul',
506
507
  'fabric.theme.lime': 'Limegrøn',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Fjern fremhævning',
509
+ 'fabric.theme.no-color': 'Ingen fremhævning',
509
510
  'fabric.theme.orange': 'Orange',
510
511
  'fabric.theme.purple': 'lilla',
511
512
  'fabric.theme.red': 'Rød',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
229
229
  'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
230
230
  'fabric.editor.highlight': 'Markierungsfarbe',
231
+ 'fabric.editor.highlightColor': 'Farbpalette für Hervorhebungen umschalten',
231
232
  'fabric.editor.horizontalRule': 'Trennlinie',
232
233
  'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Hellgelb',
506
507
  'fabric.theme.lime': 'Limettengrün',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Markierung entfernen',
509
+ 'fabric.theme.no-color': 'Keine Hervorhebung',
509
510
  'fabric.theme.orange': 'Orange',
510
511
  'fabric.theme.purple': 'Violett',
511
512
  'fabric.theme.red': 'Rot',
@@ -229,6 +229,7 @@ export default {
229
229
  'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
230
230
  'fabric.editor.highlight': 'Highlight color',
231
231
  'fabric.editor.highlightColor': 'Toggle highlight color palette',
232
+ 'fabric.editor.highlightFloatingToolbar': 'Highlight',
232
233
  'fabric.editor.horizontalRule': 'Divider',
233
234
  'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
234
235
  'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
@@ -229,6 +229,7 @@ export default {
229
229
  'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
230
230
  'fabric.editor.highlight': 'Highlight colour',
231
231
  'fabric.editor.highlightColor': 'Toggle highlight colour palette',
232
+ 'fabric.editor.highlightFloatingToolbar': 'Highlight',
232
233
  'fabric.editor.horizontalRule': 'Divider',
233
234
  'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
234
235
  'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
@@ -229,6 +229,7 @@ export default {
229
229
  'fabric.editor.helpDialogTips': '⁣⁢Press {keyMap} to quickly open this dialog at any time⁠؜‌؜⁠⁡‌⁣⁤',
230
230
  'fabric.editor.highlight': '⁣⁢Highlight color‌⁡⁡⁡‍⁠‌⁣⁤',
231
231
  'fabric.editor.highlightColor': '⁣⁢Toggle highlight color palette‍؜؜‌⁣⁤',
232
+ 'fabric.editor.highlightFloatingToolbar': '⁣⁢Highlight⁠⁡⁠⁠⁡؜‍‌؜‌؜؜‌⁣⁤',
232
233
  'fabric.editor.horizontalRule': '⁣⁢Divider‍‌⁠‌⁡‌⁡؜‌⁡‍⁠‍⁣⁤',
233
234
  'fabric.editor.horizontalRule.description': '⁣⁢Separate content with a horizontal line⁡‍؜‍⁣⁤',
234
235
  'fabric.editor.hyperlink.linkVisibleLabel': '⁣⁢Paste or search for link‌‍؜؜⁡؜‌⁠‌⁣⁤',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
229
229
  'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
230
230
  'fabric.editor.highlight': 'Color de resaltado',
231
+ 'fabric.editor.highlightColor': 'Activar paleta de colores de resaltado',
231
232
  'fabric.editor.horizontalRule': 'Divisor',
232
233
  'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Pegar o buscar el enlace',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Amarillo claro',
506
507
  'fabric.theme.lime': 'Lima',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Eliminar resaltado',
509
+ 'fabric.theme.no-color': 'Sin resaltado',
509
510
  'fabric.theme.orange': 'Naranja',
510
511
  'fabric.theme.purple': 'Morado',
511
512
  'fabric.theme.red': 'Rojo',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
229
229
  'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
230
230
  'fabric.editor.highlight': 'Korostusväri',
231
+ 'fabric.editor.highlightColor': 'Vaihda korostusväripaletti',
231
232
  'fabric.editor.horizontalRule': 'Jakaja',
232
233
  'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Liitä tai hae linkki',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Vaaleankeltainen',
506
507
  'fabric.theme.lime': 'Limetinvihreä',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Poista korostus',
509
+ 'fabric.theme.no-color': 'Ei korostusta',
509
510
  'fabric.theme.orange': 'Oranssi',
510
511
  'fabric.theme.purple': 'Violetti',
511
512
  'fabric.theme.red': 'Punainen',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
229
229
  'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
230
230
  'fabric.editor.highlight': 'Couleur de surbrillance',
231
+ 'fabric.editor.highlightColor': 'Activer ou désactiver la palette de couleurs de surbrillance',
231
232
  'fabric.editor.horizontalRule': 'Séparateur',
232
233
  'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Coller ou rechercher un lien',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Jaune clair',
506
507
  'fabric.theme.lime': 'Citron vert',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Supprimer la surbrillance',
509
+ 'fabric.theme.no-color': 'Pas de surbrillance',
509
510
  'fabric.theme.orange': 'Orange',
510
511
  'fabric.theme.purple': 'Violet',
511
512
  'fabric.theme.red': 'Rouge',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
229
229
  'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
230
230
  'fabric.editor.highlight': 'Kiemelés színe',
231
+ 'fabric.editor.highlightColor': 'Kiemelő színpaletta váltása',
231
232
  'fabric.editor.horizontalRule': 'Elválasztó',
232
233
  'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Beillesztés vagy link keresése',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Világossárga',
506
507
  'fabric.theme.lime': 'Citromzöld',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Kiemelés eltávolítása',
509
+ 'fabric.theme.no-color': 'Nincs kiemelés',
509
510
  'fabric.theme.orange': 'Narancssárga',
510
511
  'fabric.theme.purple': 'Lila',
511
512
  'fabric.theme.red': 'Piros',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
229
229
  'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
230
230
  'fabric.editor.highlight': 'Colore di evidenziazione',
231
+ 'fabric.editor.highlightColor': 'Attiva/disattiva la palette dei colori di evidenziazione',
231
232
  'fabric.editor.horizontalRule': 'Divisore',
232
233
  'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Incolla o cerca il link',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Giallo chiaro',
506
507
  'fabric.theme.lime': 'Verde lime',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': "Rimuovi l'evidenziazione",
509
+ 'fabric.theme.no-color': 'Nessuna evidenziazione',
509
510
  'fabric.theme.orange': 'Arancione',
510
511
  'fabric.theme.purple': 'Viola',
511
512
  'fabric.theme.red': 'Rosso',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
229
229
  'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
230
230
  'fabric.editor.highlight': '強調色',
231
+ 'fabric.editor.highlightColor': '強調色パレットを切り替える',
231
232
  'fabric.editor.horizontalRule': '分割線',
232
233
  'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'リンクを貼り付けるか検索',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': '薄い黄色',
506
507
  'fabric.theme.lime': 'ライム色',
507
508
  'fabric.theme.magenta': 'マゼンタ',
508
- 'fabric.theme.no-color': 'ハイライトを削除',
509
+ 'fabric.theme.no-color': '強調なし',
509
510
  'fabric.theme.orange': 'オレンジ',
510
511
  'fabric.theme.purple': '紫',
511
512
  'fabric.theme.red': '赤',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
229
229
  'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
230
230
  'fabric.editor.highlight': '강조 색상',
231
+ 'fabric.editor.highlightColor': '하이라이트 색상 팔레트 토글',
231
232
  'fabric.editor.horizontalRule': '구분선',
232
233
  'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': '링크 붙여넣기 또는 검색',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': '밝은 노란색',
506
507
  'fabric.theme.lime': '라임색',
507
508
  'fabric.theme.magenta': '자홍색',
508
- 'fabric.theme.no-color': '강조 제거',
509
+ 'fabric.theme.no-color': '하이라이트 없음',
509
510
  'fabric.theme.orange': '주황색',
510
511
  'fabric.theme.purple': '보라색',
511
512
  'fabric.theme.red': '빨간색',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
229
229
  'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
230
230
  'fabric.editor.highlight': 'Fremhevingsfarge',
231
+ 'fabric.editor.highlightColor': 'Slå av og på fargepaletten for fremheving',
231
232
  'fabric.editor.horizontalRule': 'Deler',
232
233
  'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Lim inn eller søk etter kobling',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Lys gul',
506
507
  'fabric.theme.lime': 'Limegrønn',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Fjern fremheving',
509
+ 'fabric.theme.no-color': 'Ingen fremheving',
509
510
  'fabric.theme.orange': 'Oransje',
510
511
  'fabric.theme.purple': 'Lilla',
511
512
  'fabric.theme.red': 'Rød',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
229
229
  'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
230
230
  'fabric.editor.highlight': 'Kleur markeren',
231
+ 'fabric.editor.highlightColor': 'Kleurenpalet voor markeringen in- en uitschakelen',
231
232
  'fabric.editor.horizontalRule': 'Scheidingslijn',
232
233
  'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Link plakken of zoeken',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Lichtgeel',
506
507
  'fabric.theme.lime': 'Limoengroen',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Markering verwijderen',
509
+ 'fabric.theme.no-color': 'Geen markering',
509
510
  'fabric.theme.orange': 'Oranje',
510
511
  'fabric.theme.purple': 'Paars',
511
512
  'fabric.theme.red': 'Rood',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Przeglądaj wszystkie skróty klawiszowe i opcje Markdown',
229
229
  'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
230
230
  'fabric.editor.highlight': 'Kolor wyróżnienia',
231
+ 'fabric.editor.highlightColor': 'Przełącz paletę kolorów wyróżnienia',
231
232
  'fabric.editor.horizontalRule': 'Separator',
232
233
  'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Wklej lub wyszukaj łącze',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Jasnożółty',
506
507
  'fabric.theme.lime': 'Limonkowy',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Usuń wyróżnienie',
509
+ 'fabric.theme.no-color': 'Bez wyróżnienia',
509
510
  'fabric.theme.orange': 'Pomarańczowy',
510
511
  'fabric.theme.purple': 'Fioletowy',
511
512
  'fabric.theme.red': 'Czerwony',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Procurar todos os atalhos de teclado e opções de markdown',
229
229
  'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
230
230
  'fabric.editor.highlight': 'Cor de realce',
231
+ 'fabric.editor.highlightColor': 'Alternar paleta de cores de destaque',
231
232
  'fabric.editor.horizontalRule': 'Divisória',
232
233
  'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Colar ou pesquisar link',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Amarelo-claro',
506
507
  'fabric.theme.lime': 'Lima',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Remover destaque',
509
+ 'fabric.theme.no-color': 'Sem destaques',
509
510
  'fabric.theme.orange': 'Laranja',
510
511
  'fabric.theme.purple': 'Roxo',
511
512
  'fabric.theme.red': 'Vermelho',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Все сочетания клавиш и параметры разметки',
229
229
  'fabric.editor.helpDialogTips': 'Это окно можно быстро открыть в любое время нажатием {keyMap}',
230
230
  'fabric.editor.highlight': 'Цвет выделения',
231
+ 'fabric.editor.highlightColor': 'Переключить цветовую палитру подсветки',
231
232
  'fabric.editor.horizontalRule': 'Разделитель',
232
233
  'fabric.editor.horizontalRule.description': 'Разделение содержимого горизонтальной линией',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Вставить или искать ссылку',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Светло-желтый',
506
507
  'fabric.theme.lime': 'Лаймовый',
507
508
  'fabric.theme.magenta': 'Пурпурный',
508
- 'fabric.theme.no-color': 'Убрать выделение',
509
+ 'fabric.theme.no-color': 'Без выделения',
509
510
  'fabric.theme.orange': 'Оранжевый',
510
511
  'fabric.theme.purple': 'Фиолетовый',
511
512
  'fabric.theme.red': 'Красный',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Bläddra bland alla tangentbordsgenvägar och Markdown-alternativ',
229
229
  'fabric.editor.helpDialogTips': 'Tryck på {keyMap} för att när som helst öppna den här dialogrutan',
230
230
  'fabric.editor.highlight': 'Markeringsfärg',
231
+ 'fabric.editor.highlightColor': 'Växla palett för markeringsfärg',
231
232
  'fabric.editor.horizontalRule': 'Avgränsare',
232
233
  'fabric.editor.horizontalRule.description': 'Separera innehåll med en horisontell linje',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Klistra in eller sök efter en länk',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Ljusgul',
506
507
  'fabric.theme.lime': 'Lime',
507
508
  'fabric.theme.magenta': 'Magenta',
508
- 'fabric.theme.no-color': 'Ta bort markering',
509
+ 'fabric.theme.no-color': 'Ingen markering',
509
510
  'fabric.theme.orange': 'Orange',
510
511
  'fabric.theme.purple': 'Lila',
511
512
  'fabric.theme.red': 'Röd',
@@ -112,7 +112,7 @@ export default {
112
112
  'fabric.editor.decision': 'การตัดสินใจ',
113
113
  'fabric.editor.decision.description': 'สร้างกรอบการตัดสินใจเพื่อให้คุณติดตามได้ง่าย',
114
114
  'fabric.editor.decisionPlaceholder': 'เพิ่มการตัดสินใจ…',
115
- 'fabric.editor.decreaseSize': 'ลดขนาด',
115
+ 'fabric.editor.decreaseSize': 'ลดขนาดตารางหรือสื่อ',
116
116
  'fabric.editor.defaultAltText': 'เอกสาร',
117
117
  'fabric.editor.description': 'คำอธิบาย',
118
118
  'fabric.editor.displayBlock': 'แสดงการ์ด',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'เรียกใช้ปุ่มลัดบนคีย์บอร์ดและตัวเลือก markdown ทั้งหมด',
229
229
  'fabric.editor.helpDialogTips': 'กด {keyMap} เพื่อเปิดกรอบโต้ตอบนี้ได้ทุกเมื่อ',
230
230
  'fabric.editor.highlight': 'สีไฮไลท์',
231
+ 'fabric.editor.highlightColor': 'สลับจานสีไฮไลท์',
231
232
  'fabric.editor.horizontalRule': 'ตัวแบ่งคั่น',
232
233
  'fabric.editor.horizontalRule.description': 'แบ่งคั่นเนื้อหาด้วยเส้นแนวนอน',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'วางหรือค้นหาลิงก์',
@@ -244,7 +245,7 @@ export default {
244
245
  'fabric.editor.imageBorderSize': 'ขนาด',
245
246
  'fabric.editor.imageBorderSubtle': 'บาง',
246
247
  'fabric.editor.improvement': 'การปรับปรุง',
247
- 'fabric.editor.increaseSize': 'เพิ่มขนาด',
248
+ 'fabric.editor.increaseSize': 'เพิ่มขนาดตารางหรือสื่อ',
248
249
  'fabric.editor.indent': 'ย่อหน้าเข้า',
249
250
  'fabric.editor.info': 'ข้อมูล',
250
251
  'fabric.editor.infoPanel': 'แผงข้อมูล',
@@ -260,6 +261,8 @@ export default {
260
261
  'fabric.editor.insertMenu': 'แทรกองค์ประกอบ',
261
262
  'fabric.editor.insertRow': 'แทรกแถวด้านล่าง',
262
263
  'fabric.editor.insertRowDrag': 'แทรกแถว',
264
+ 'fabric.editor.insertTableColumn': 'แทรกคอลัมน์ตาราง',
265
+ 'fabric.editor.insertTableRow': 'แทรกแถวตาราง',
263
266
  'fabric.editor.invalidDateError': 'ป้อนวันที่ที่ถูกต้อง',
264
267
  'fabric.editor.invalidLink': 'โปรดป้อนลิงก์ที่ถูกต้อง',
265
268
  'fabric.editor.inviteItem.title': '{userRole, select, admin {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} trusted {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} other {เพิ่มเพื่อนร่วมทีมไปยัง {productName}}}',
@@ -336,6 +339,7 @@ export default {
336
339
  'fabric.editor.placeholderTextPlaceholder': 'เพิ่มข้อความเจาะจง',
337
340
  'fabric.editor.plainText': 'ใช้ข้อความธรรมดา',
338
341
  'fabric.editor.quickInsert': 'แทรกด่วน',
342
+ 'fabric.editor.recordLoomShortTitle': 'บันทึก',
339
343
  'fabric.editor.recordVideo': 'บันทึกวิดีโอ Loom',
340
344
  'fabric.editor.recordVideo.description': 'บันทึกและแชร์หน้าจอและความคิดเห็นของคุณ',
341
345
  'fabric.editor.redo': 'ทำซ้ำ',
@@ -502,7 +506,7 @@ export default {
502
506
  'fabric.theme.light-yellow': 'สีเหลืองอ่อน',
503
507
  'fabric.theme.lime': 'เขียวมะนาว',
504
508
  'fabric.theme.magenta': 'สีม่วงแดง',
505
- 'fabric.theme.no-color': 'ลบไฮไลท์',
509
+ 'fabric.theme.no-color': 'ไม่มีไฮไลท์',
506
510
  'fabric.theme.orange': 'สีส้ม',
507
511
  'fabric.theme.purple': 'สีม่วง',
508
512
  'fabric.theme.red': 'สีแดง',
@@ -112,7 +112,7 @@ export default {
112
112
  'fabric.editor.decision': 'Karar',
113
113
  'fabric.editor.decision.description': 'Takibi kolaylaştırmak için kararları vurgulayın',
114
114
  'fabric.editor.decisionPlaceholder': 'Karar ekle…',
115
- 'fabric.editor.decreaseSize': 'Boyutu azalt',
115
+ 'fabric.editor.decreaseSize': 'Tablo veya medya boyutunu azalt',
116
116
  'fabric.editor.defaultAltText': 'Belge',
117
117
  'fabric.editor.description': 'Açıklama',
118
118
  'fabric.editor.displayBlock': 'Kart olarak göster',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Tüm klavye kısayollarına ve markdown seçeneklerine göz atın',
229
229
  'fabric.editor.helpDialogTips': 'Bu iletişim kutusunu istediğiniz zaman açmak için lütfen {keyMap} düğmesine basın',
230
230
  'fabric.editor.highlight': 'Vurgu rengi',
231
+ 'fabric.editor.highlightColor': 'Vurgu rengi paletini aç/kapat',
231
232
  'fabric.editor.horizontalRule': 'Ayırıcı',
232
233
  'fabric.editor.horizontalRule.description': 'İçeriği yatay çizgiyle ayırın',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Bağlantıyı yapıştırın veya arayın',
@@ -244,7 +245,7 @@ export default {
244
245
  'fabric.editor.imageBorderSize': 'Boyut',
245
246
  'fabric.editor.imageBorderSubtle': 'Göze çarpmayan',
246
247
  'fabric.editor.improvement': 'İyileştirme',
247
- 'fabric.editor.increaseSize': 'Boyutu artır',
248
+ 'fabric.editor.increaseSize': 'Tablo veya medya boyutunu artır',
248
249
  'fabric.editor.indent': 'Girintile',
249
250
  'fabric.editor.info': 'Bilgi',
250
251
  'fabric.editor.infoPanel': 'Bilgi panosu',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Açık sarı',
506
507
  'fabric.theme.lime': 'Yeşil limon',
507
508
  'fabric.theme.magenta': 'Eflatun',
508
- 'fabric.theme.no-color': 'Vurgulamayı kaldır',
509
+ 'fabric.theme.no-color': 'Vurgu yok',
509
510
  'fabric.theme.orange': 'Turuncu',
510
511
  'fabric.theme.purple': 'Mor',
511
512
  'fabric.theme.red': 'Kırmızı',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Переглянути всі сполучення клавіш і параметри розмітки',
229
229
  'fabric.editor.helpDialogTips': 'Натисніть {keyMap}, щоб відкрити це вікно будь-коли',
230
230
  'fabric.editor.highlight': 'Колір позначення тексту',
231
+ 'fabric.editor.highlightColor': 'Перемкнути палітру кольорів для позначення',
231
232
  'fabric.editor.horizontalRule': 'Роздільник',
232
233
  'fabric.editor.horizontalRule.description': 'Відокремити інформацію горизонтальною лінією',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Вставте або знайдіть посилання',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Світло-жовтий',
506
507
  'fabric.theme.lime': 'Лаймовий',
507
508
  'fabric.theme.magenta': 'Пурпурний',
508
- 'fabric.theme.no-color': 'Видалення позначення',
509
+ 'fabric.theme.no-color': 'Без позначення',
509
510
  'fabric.theme.orange': 'Оранжевий',
510
511
  'fabric.theme.purple': 'Фіолетовий',
511
512
  'fabric.theme.red': 'Червоний',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': 'Duyệt qua tất cả các phím tắt trên bàn phím và các tùy chọn đánh dấu',
229
229
  'fabric.editor.helpDialogTips': 'Nhấn {keyMap} để mở nhanh hộp thoại này bất kỳ lúc nào',
230
230
  'fabric.editor.highlight': 'Làm nổi bật màu',
231
+ 'fabric.editor.highlightColor': 'Bật/tắt bảng màu đánh dấu',
231
232
  'fabric.editor.horizontalRule': 'Trình phân chia',
232
233
  'fabric.editor.horizontalRule.description': 'Chia tách nội dung bằng một đường ngang',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': 'Dán hoặc tìm kiếm liên kết',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': 'Vàng nhạt',
506
507
  'fabric.theme.lime': 'Vàng chanh',
507
508
  'fabric.theme.magenta': 'Đỏ tươi',
508
- 'fabric.theme.no-color': 'Xóa điểm nổi bật',
509
+ 'fabric.theme.no-color': 'Không đánh dấu',
509
510
  'fabric.theme.orange': 'Cam',
510
511
  'fabric.theme.purple': 'Tím',
511
512
  'fabric.theme.red': 'Đỏ',
@@ -112,7 +112,7 @@ export default {
112
112
  'fabric.editor.decision': '决定',
113
113
  'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
114
114
  'fabric.editor.decisionPlaceholder': '添加决定...',
115
- 'fabric.editor.decreaseSize': '减小大小',
115
+ 'fabric.editor.decreaseSize': '缩减表格或媒体大小',
116
116
  'fabric.editor.defaultAltText': '文档',
117
117
  'fabric.editor.description': '描述',
118
118
  'fabric.editor.displayBlock': '显示卡片',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': '浏览所有键盘快捷键和文本标记选项',
229
229
  'fabric.editor.helpDialogTips': '点击 {keyMap} 可以随时快速打开此对话',
230
230
  'fabric.editor.highlight': '突出显示颜色',
231
+ 'fabric.editor.highlightColor': '切换突出显示颜色调色板',
231
232
  'fabric.editor.horizontalRule': '分隔条',
232
233
  'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': '粘贴或搜索链接',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': '浅黄',
506
507
  'fabric.theme.lime': '绿黄',
507
508
  'fabric.theme.magenta': '洋红',
508
- 'fabric.theme.no-color': '消除亮显',
509
+ 'fabric.theme.no-color': '没有突出显示',
509
510
  'fabric.theme.orange': '橙',
510
511
  'fabric.theme.purple': '紫',
511
512
  'fabric.theme.red': '红',
@@ -228,6 +228,7 @@ export default {
228
228
  'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
229
229
  'fabric.editor.helpDialogTips': '您可以隨時按下 {keyMap} 來快速開啟此對話方塊',
230
230
  'fabric.editor.highlight': '醒目提示顏色',
231
+ 'fabric.editor.highlightColor': '切換醒目提示調色盤',
231
232
  'fabric.editor.horizontalRule': '分隔線',
232
233
  'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
233
234
  'fabric.editor.hyperlink.linkVisibleLabel': '貼上或搜尋連結',
@@ -505,7 +506,7 @@ export default {
505
506
  'fabric.theme.light-yellow': '淺黃色',
506
507
  'fabric.theme.lime': '檸檬黃',
507
508
  'fabric.theme.magenta': '洋紅色',
508
- 'fabric.theme.no-color': '移除醒目提示',
509
+ 'fabric.theme.no-color': '沒有醒目提示',
509
510
  'fabric.theme.orange': '橘色',
510
511
  'fabric.theme.purple': '紫色',
511
512
  'fabric.theme.red': '紅色',
@@ -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.14.0";
10
+ var packageVersion = "83.0.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