@instructure/canvas-rce 5.6.13 → 5.6.14

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 (1170) hide show
  1. package/CHANGELOG.md +17 -9
  2. package/babel.config.js +27 -22
  3. package/es/enhance-user-content/enhance_user_content.js +1 -1
  4. package/es/rce/RCEWrapper.js +32 -32
  5. package/es/rce/ShowOnFocusButton/index.js +3 -1
  6. package/es/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  7. package/es/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  8. package/es/rce/plugins/instructure_wordcount/plugin.js +3 -1
  9. package/es/translations/locales/el.js +3 -0
  10. package/es/translations/locales/fa_IR.js +3 -0
  11. package/es/translations/locales/he.js +3 -0
  12. package/es/translations/locales/hu.js +3 -0
  13. package/es/translations/locales/hy.js +3 -0
  14. package/es/translations/locales/ko.js +3 -0
  15. package/es/translations/locales/nn.js +3 -0
  16. package/es/translations/locales/ru.js +3 -0
  17. package/es/translations/locales/sv.js +3 -0
  18. package/es/translations/locales/tr.js +3 -0
  19. package/es/translations/locales/uk_UA.js +3 -0
  20. package/es/translations/locales/vi.js +3 -0
  21. package/es/util/textarea-editing-util.js +7 -3
  22. package/lib/enhance-user-content/enhance_user_content.js +1 -1
  23. package/lib/rce/RCEWrapper.js +32 -32
  24. package/lib/rce/ShowOnFocusButton/index.js +3 -1
  25. package/lib/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  26. package/lib/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  27. package/lib/rce/plugins/instructure_wordcount/plugin.js +3 -1
  28. package/lib/translated/ar/modules/enhance-user-content/enhance_user_content.js +1 -1
  29. package/lib/translated/ar/modules/rce/RCEWrapper.js +32 -32
  30. package/lib/translated/ar/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  31. package/lib/translated/ar/modules/rce/ShowOnFocusButton/index.js +3 -1
  32. package/lib/translated/ar/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  33. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  34. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  35. package/lib/translated/ar/modules/translations/locales/el.js +3 -0
  36. package/lib/translated/ar/modules/translations/locales/fa_IR.js +3 -0
  37. package/lib/translated/ar/modules/translations/locales/he.js +3 -0
  38. package/lib/translated/ar/modules/translations/locales/hu.js +3 -0
  39. package/lib/translated/ar/modules/translations/locales/hy.js +3 -0
  40. package/lib/translated/ar/modules/translations/locales/ko.js +3 -0
  41. package/lib/translated/ar/modules/translations/locales/nn.js +3 -0
  42. package/lib/translated/ar/modules/translations/locales/ru.js +3 -0
  43. package/lib/translated/ar/modules/translations/locales/sv.js +3 -0
  44. package/lib/translated/ar/modules/translations/locales/tr.js +3 -0
  45. package/lib/translated/ar/modules/translations/locales/uk_UA.js +3 -0
  46. package/lib/translated/ar/modules/translations/locales/vi.js +3 -0
  47. package/lib/translated/ar/modules/util/textarea-editing-util.js +7 -3
  48. package/lib/translated/ca/modules/enhance-user-content/enhance_user_content.js +1 -1
  49. package/lib/translated/ca/modules/rce/RCEWrapper.js +32 -32
  50. package/lib/translated/ca/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  51. package/lib/translated/ca/modules/rce/ShowOnFocusButton/index.js +3 -1
  52. package/lib/translated/ca/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  53. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  54. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  55. package/lib/translated/ca/modules/translations/locales/el.js +3 -0
  56. package/lib/translated/ca/modules/translations/locales/fa_IR.js +3 -0
  57. package/lib/translated/ca/modules/translations/locales/he.js +3 -0
  58. package/lib/translated/ca/modules/translations/locales/hu.js +3 -0
  59. package/lib/translated/ca/modules/translations/locales/hy.js +3 -0
  60. package/lib/translated/ca/modules/translations/locales/ko.js +3 -0
  61. package/lib/translated/ca/modules/translations/locales/nn.js +3 -0
  62. package/lib/translated/ca/modules/translations/locales/ru.js +3 -0
  63. package/lib/translated/ca/modules/translations/locales/sv.js +3 -0
  64. package/lib/translated/ca/modules/translations/locales/tr.js +3 -0
  65. package/lib/translated/ca/modules/translations/locales/uk_UA.js +3 -0
  66. package/lib/translated/ca/modules/translations/locales/vi.js +3 -0
  67. package/lib/translated/ca/modules/util/textarea-editing-util.js +7 -3
  68. package/lib/translated/cy/modules/enhance-user-content/enhance_user_content.js +1 -1
  69. package/lib/translated/cy/modules/rce/RCEWrapper.js +32 -32
  70. package/lib/translated/cy/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  71. package/lib/translated/cy/modules/rce/ShowOnFocusButton/index.js +3 -1
  72. package/lib/translated/cy/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  73. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  74. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  75. package/lib/translated/cy/modules/translations/locales/el.js +3 -0
  76. package/lib/translated/cy/modules/translations/locales/fa_IR.js +3 -0
  77. package/lib/translated/cy/modules/translations/locales/he.js +3 -0
  78. package/lib/translated/cy/modules/translations/locales/hu.js +3 -0
  79. package/lib/translated/cy/modules/translations/locales/hy.js +3 -0
  80. package/lib/translated/cy/modules/translations/locales/ko.js +3 -0
  81. package/lib/translated/cy/modules/translations/locales/nn.js +3 -0
  82. package/lib/translated/cy/modules/translations/locales/ru.js +3 -0
  83. package/lib/translated/cy/modules/translations/locales/sv.js +3 -0
  84. package/lib/translated/cy/modules/translations/locales/tr.js +3 -0
  85. package/lib/translated/cy/modules/translations/locales/uk_UA.js +3 -0
  86. package/lib/translated/cy/modules/translations/locales/vi.js +3 -0
  87. package/lib/translated/cy/modules/util/textarea-editing-util.js +7 -3
  88. package/lib/translated/da/modules/enhance-user-content/enhance_user_content.js +1 -1
  89. package/lib/translated/da/modules/rce/RCEWrapper.js +32 -32
  90. package/lib/translated/da/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  91. package/lib/translated/da/modules/rce/ShowOnFocusButton/index.js +3 -1
  92. package/lib/translated/da/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  93. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  94. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  95. package/lib/translated/da/modules/translations/locales/el.js +3 -0
  96. package/lib/translated/da/modules/translations/locales/fa_IR.js +3 -0
  97. package/lib/translated/da/modules/translations/locales/he.js +3 -0
  98. package/lib/translated/da/modules/translations/locales/hu.js +3 -0
  99. package/lib/translated/da/modules/translations/locales/hy.js +3 -0
  100. package/lib/translated/da/modules/translations/locales/ko.js +3 -0
  101. package/lib/translated/da/modules/translations/locales/nn.js +3 -0
  102. package/lib/translated/da/modules/translations/locales/ru.js +3 -0
  103. package/lib/translated/da/modules/translations/locales/sv.js +3 -0
  104. package/lib/translated/da/modules/translations/locales/tr.js +3 -0
  105. package/lib/translated/da/modules/translations/locales/uk_UA.js +3 -0
  106. package/lib/translated/da/modules/translations/locales/vi.js +3 -0
  107. package/lib/translated/da/modules/util/textarea-editing-util.js +7 -3
  108. package/lib/translated/da-x-k12/modules/enhance-user-content/enhance_user_content.js +1 -1
  109. package/lib/translated/da-x-k12/modules/rce/RCEWrapper.js +32 -32
  110. package/lib/translated/da-x-k12/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  111. package/lib/translated/da-x-k12/modules/rce/ShowOnFocusButton/index.js +3 -1
  112. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  113. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  114. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  115. package/lib/translated/da-x-k12/modules/translations/locales/el.js +3 -0
  116. package/lib/translated/da-x-k12/modules/translations/locales/fa_IR.js +3 -0
  117. package/lib/translated/da-x-k12/modules/translations/locales/he.js +3 -0
  118. package/lib/translated/da-x-k12/modules/translations/locales/hu.js +3 -0
  119. package/lib/translated/da-x-k12/modules/translations/locales/hy.js +3 -0
  120. package/lib/translated/da-x-k12/modules/translations/locales/ko.js +3 -0
  121. package/lib/translated/da-x-k12/modules/translations/locales/nn.js +3 -0
  122. package/lib/translated/da-x-k12/modules/translations/locales/ru.js +3 -0
  123. package/lib/translated/da-x-k12/modules/translations/locales/sv.js +3 -0
  124. package/lib/translated/da-x-k12/modules/translations/locales/tr.js +3 -0
  125. package/lib/translated/da-x-k12/modules/translations/locales/uk_UA.js +3 -0
  126. package/lib/translated/da-x-k12/modules/translations/locales/vi.js +3 -0
  127. package/lib/translated/da-x-k12/modules/util/textarea-editing-util.js +7 -3
  128. package/lib/translated/de/modules/enhance-user-content/enhance_user_content.js +1 -1
  129. package/lib/translated/de/modules/rce/RCEWrapper.js +32 -32
  130. package/lib/translated/de/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  131. package/lib/translated/de/modules/rce/ShowOnFocusButton/index.js +3 -1
  132. package/lib/translated/de/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  133. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  134. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  135. package/lib/translated/de/modules/translations/locales/el.js +3 -0
  136. package/lib/translated/de/modules/translations/locales/fa_IR.js +3 -0
  137. package/lib/translated/de/modules/translations/locales/he.js +3 -0
  138. package/lib/translated/de/modules/translations/locales/hu.js +3 -0
  139. package/lib/translated/de/modules/translations/locales/hy.js +3 -0
  140. package/lib/translated/de/modules/translations/locales/ko.js +3 -0
  141. package/lib/translated/de/modules/translations/locales/nn.js +3 -0
  142. package/lib/translated/de/modules/translations/locales/ru.js +3 -0
  143. package/lib/translated/de/modules/translations/locales/sv.js +3 -0
  144. package/lib/translated/de/modules/translations/locales/tr.js +3 -0
  145. package/lib/translated/de/modules/translations/locales/uk_UA.js +3 -0
  146. package/lib/translated/de/modules/translations/locales/vi.js +3 -0
  147. package/lib/translated/de/modules/util/textarea-editing-util.js +7 -3
  148. package/lib/translated/el/modules/enhance-user-content/enhance_user_content.js +1 -1
  149. package/lib/translated/el/modules/rce/KeyboardShortcutModal.js +1 -1
  150. package/lib/translated/el/modules/rce/RCEWrapper.js +32 -32
  151. package/lib/translated/el/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  152. package/lib/translated/el/modules/rce/ShowOnFocusButton/index.js +3 -1
  153. package/lib/translated/el/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  154. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  155. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  156. package/lib/translated/el/modules/translations/locales/el.js +3 -0
  157. package/lib/translated/el/modules/translations/locales/fa_IR.js +3 -0
  158. package/lib/translated/el/modules/translations/locales/he.js +3 -0
  159. package/lib/translated/el/modules/translations/locales/hu.js +3 -0
  160. package/lib/translated/el/modules/translations/locales/hy.js +3 -0
  161. package/lib/translated/el/modules/translations/locales/ko.js +3 -0
  162. package/lib/translated/el/modules/translations/locales/nn.js +3 -0
  163. package/lib/translated/el/modules/translations/locales/ru.js +3 -0
  164. package/lib/translated/el/modules/translations/locales/sv.js +3 -0
  165. package/lib/translated/el/modules/translations/locales/tr.js +3 -0
  166. package/lib/translated/el/modules/translations/locales/uk_UA.js +3 -0
  167. package/lib/translated/el/modules/translations/locales/vi.js +3 -0
  168. package/lib/translated/el/modules/util/textarea-editing-util.js +7 -3
  169. package/lib/translated/en/modules/enhance-user-content/enhance_user_content.js +1 -1
  170. package/lib/translated/en/modules/rce/RCEWrapper.js +32 -32
  171. package/lib/translated/en/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  172. package/lib/translated/en/modules/rce/ShowOnFocusButton/index.js +3 -1
  173. package/lib/translated/en/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  174. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  175. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  176. package/lib/translated/en/modules/translations/locales/el.js +3 -0
  177. package/lib/translated/en/modules/translations/locales/fa_IR.js +3 -0
  178. package/lib/translated/en/modules/translations/locales/he.js +3 -0
  179. package/lib/translated/en/modules/translations/locales/hu.js +3 -0
  180. package/lib/translated/en/modules/translations/locales/hy.js +3 -0
  181. package/lib/translated/en/modules/translations/locales/ko.js +3 -0
  182. package/lib/translated/en/modules/translations/locales/nn.js +3 -0
  183. package/lib/translated/en/modules/translations/locales/ru.js +3 -0
  184. package/lib/translated/en/modules/translations/locales/sv.js +3 -0
  185. package/lib/translated/en/modules/translations/locales/tr.js +3 -0
  186. package/lib/translated/en/modules/translations/locales/uk_UA.js +3 -0
  187. package/lib/translated/en/modules/translations/locales/vi.js +3 -0
  188. package/lib/translated/en/modules/util/textarea-editing-util.js +7 -3
  189. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/enhance_user_content.js +1 -1
  190. package/lib/translated/en-AU-x-unimelb/modules/rce/RCEWrapper.js +32 -32
  191. package/lib/translated/en-AU-x-unimelb/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  192. package/lib/translated/en-AU-x-unimelb/modules/rce/ShowOnFocusButton/index.js +3 -1
  193. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  194. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  195. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  196. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/el.js +3 -0
  197. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fa_IR.js +3 -0
  198. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/he.js +3 -0
  199. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/hu.js +3 -0
  200. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/hy.js +3 -0
  201. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ko.js +3 -0
  202. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nn.js +3 -0
  203. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ru.js +3 -0
  204. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sv.js +3 -0
  205. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/tr.js +3 -0
  206. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/uk_UA.js +3 -0
  207. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/vi.js +3 -0
  208. package/lib/translated/en-AU-x-unimelb/modules/util/textarea-editing-util.js +7 -3
  209. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/enhance_user_content.js +1 -1
  210. package/lib/translated/en-GB-x-ukhe/modules/rce/RCEWrapper.js +32 -32
  211. package/lib/translated/en-GB-x-ukhe/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  212. package/lib/translated/en-GB-x-ukhe/modules/rce/ShowOnFocusButton/index.js +3 -1
  213. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  214. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  215. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  216. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/el.js +3 -0
  217. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fa_IR.js +3 -0
  218. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/he.js +3 -0
  219. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/hu.js +3 -0
  220. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/hy.js +3 -0
  221. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ko.js +3 -0
  222. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nn.js +3 -0
  223. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ru.js +3 -0
  224. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sv.js +3 -0
  225. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/tr.js +3 -0
  226. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/uk_UA.js +3 -0
  227. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/vi.js +3 -0
  228. package/lib/translated/en-GB-x-ukhe/modules/util/textarea-editing-util.js +7 -3
  229. package/lib/translated/en_AU/modules/enhance-user-content/enhance_user_content.js +1 -1
  230. package/lib/translated/en_AU/modules/rce/RCEWrapper.js +32 -32
  231. package/lib/translated/en_AU/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  232. package/lib/translated/en_AU/modules/rce/ShowOnFocusButton/index.js +3 -1
  233. package/lib/translated/en_AU/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  234. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  235. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  236. package/lib/translated/en_AU/modules/translations/locales/el.js +3 -0
  237. package/lib/translated/en_AU/modules/translations/locales/fa_IR.js +3 -0
  238. package/lib/translated/en_AU/modules/translations/locales/he.js +3 -0
  239. package/lib/translated/en_AU/modules/translations/locales/hu.js +3 -0
  240. package/lib/translated/en_AU/modules/translations/locales/hy.js +3 -0
  241. package/lib/translated/en_AU/modules/translations/locales/ko.js +3 -0
  242. package/lib/translated/en_AU/modules/translations/locales/nn.js +3 -0
  243. package/lib/translated/en_AU/modules/translations/locales/ru.js +3 -0
  244. package/lib/translated/en_AU/modules/translations/locales/sv.js +3 -0
  245. package/lib/translated/en_AU/modules/translations/locales/tr.js +3 -0
  246. package/lib/translated/en_AU/modules/translations/locales/uk_UA.js +3 -0
  247. package/lib/translated/en_AU/modules/translations/locales/vi.js +3 -0
  248. package/lib/translated/en_AU/modules/util/textarea-editing-util.js +7 -3
  249. package/lib/translated/en_CA/modules/enhance-user-content/enhance_user_content.js +1 -1
  250. package/lib/translated/en_CA/modules/rce/RCEWrapper.js +32 -32
  251. package/lib/translated/en_CA/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  252. package/lib/translated/en_CA/modules/rce/ShowOnFocusButton/index.js +3 -1
  253. package/lib/translated/en_CA/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  254. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  255. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  256. package/lib/translated/en_CA/modules/translations/locales/el.js +3 -0
  257. package/lib/translated/en_CA/modules/translations/locales/fa_IR.js +3 -0
  258. package/lib/translated/en_CA/modules/translations/locales/he.js +3 -0
  259. package/lib/translated/en_CA/modules/translations/locales/hu.js +3 -0
  260. package/lib/translated/en_CA/modules/translations/locales/hy.js +3 -0
  261. package/lib/translated/en_CA/modules/translations/locales/ko.js +3 -0
  262. package/lib/translated/en_CA/modules/translations/locales/nn.js +3 -0
  263. package/lib/translated/en_CA/modules/translations/locales/ru.js +3 -0
  264. package/lib/translated/en_CA/modules/translations/locales/sv.js +3 -0
  265. package/lib/translated/en_CA/modules/translations/locales/tr.js +3 -0
  266. package/lib/translated/en_CA/modules/translations/locales/uk_UA.js +3 -0
  267. package/lib/translated/en_CA/modules/translations/locales/vi.js +3 -0
  268. package/lib/translated/en_CA/modules/util/textarea-editing-util.js +7 -3
  269. package/lib/translated/en_CY/modules/enhance-user-content/enhance_user_content.js +1 -1
  270. package/lib/translated/en_CY/modules/rce/RCEWrapper.js +32 -32
  271. package/lib/translated/en_CY/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  272. package/lib/translated/en_CY/modules/rce/ShowOnFocusButton/index.js +3 -1
  273. package/lib/translated/en_CY/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  274. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  275. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  276. package/lib/translated/en_CY/modules/translations/locales/el.js +3 -0
  277. package/lib/translated/en_CY/modules/translations/locales/fa_IR.js +3 -0
  278. package/lib/translated/en_CY/modules/translations/locales/he.js +3 -0
  279. package/lib/translated/en_CY/modules/translations/locales/hu.js +3 -0
  280. package/lib/translated/en_CY/modules/translations/locales/hy.js +3 -0
  281. package/lib/translated/en_CY/modules/translations/locales/ko.js +3 -0
  282. package/lib/translated/en_CY/modules/translations/locales/nn.js +3 -0
  283. package/lib/translated/en_CY/modules/translations/locales/ru.js +3 -0
  284. package/lib/translated/en_CY/modules/translations/locales/sv.js +3 -0
  285. package/lib/translated/en_CY/modules/translations/locales/tr.js +3 -0
  286. package/lib/translated/en_CY/modules/translations/locales/uk_UA.js +3 -0
  287. package/lib/translated/en_CY/modules/translations/locales/vi.js +3 -0
  288. package/lib/translated/en_CY/modules/util/textarea-editing-util.js +7 -3
  289. package/lib/translated/en_GB/modules/enhance-user-content/enhance_user_content.js +1 -1
  290. package/lib/translated/en_GB/modules/rce/RCEWrapper.js +32 -32
  291. package/lib/translated/en_GB/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  292. package/lib/translated/en_GB/modules/rce/ShowOnFocusButton/index.js +3 -1
  293. package/lib/translated/en_GB/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  294. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  295. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  296. package/lib/translated/en_GB/modules/translations/locales/el.js +3 -0
  297. package/lib/translated/en_GB/modules/translations/locales/fa_IR.js +3 -0
  298. package/lib/translated/en_GB/modules/translations/locales/he.js +3 -0
  299. package/lib/translated/en_GB/modules/translations/locales/hu.js +3 -0
  300. package/lib/translated/en_GB/modules/translations/locales/hy.js +3 -0
  301. package/lib/translated/en_GB/modules/translations/locales/ko.js +3 -0
  302. package/lib/translated/en_GB/modules/translations/locales/nn.js +3 -0
  303. package/lib/translated/en_GB/modules/translations/locales/ru.js +3 -0
  304. package/lib/translated/en_GB/modules/translations/locales/sv.js +3 -0
  305. package/lib/translated/en_GB/modules/translations/locales/tr.js +3 -0
  306. package/lib/translated/en_GB/modules/translations/locales/uk_UA.js +3 -0
  307. package/lib/translated/en_GB/modules/translations/locales/vi.js +3 -0
  308. package/lib/translated/en_GB/modules/util/textarea-editing-util.js +7 -3
  309. package/lib/translated/es/modules/enhance-user-content/enhance_user_content.js +1 -1
  310. package/lib/translated/es/modules/rce/RCEWrapper.js +32 -32
  311. package/lib/translated/es/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  312. package/lib/translated/es/modules/rce/ShowOnFocusButton/index.js +3 -1
  313. package/lib/translated/es/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  314. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  315. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  316. package/lib/translated/es/modules/translations/locales/el.js +3 -0
  317. package/lib/translated/es/modules/translations/locales/fa_IR.js +3 -0
  318. package/lib/translated/es/modules/translations/locales/he.js +3 -0
  319. package/lib/translated/es/modules/translations/locales/hu.js +3 -0
  320. package/lib/translated/es/modules/translations/locales/hy.js +3 -0
  321. package/lib/translated/es/modules/translations/locales/ko.js +3 -0
  322. package/lib/translated/es/modules/translations/locales/nn.js +3 -0
  323. package/lib/translated/es/modules/translations/locales/ru.js +3 -0
  324. package/lib/translated/es/modules/translations/locales/sv.js +3 -0
  325. package/lib/translated/es/modules/translations/locales/tr.js +3 -0
  326. package/lib/translated/es/modules/translations/locales/uk_UA.js +3 -0
  327. package/lib/translated/es/modules/translations/locales/vi.js +3 -0
  328. package/lib/translated/es/modules/util/textarea-editing-util.js +7 -3
  329. package/lib/translated/es_ES/modules/enhance-user-content/enhance_user_content.js +1 -1
  330. package/lib/translated/es_ES/modules/rce/RCEWrapper.js +32 -32
  331. package/lib/translated/es_ES/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  332. package/lib/translated/es_ES/modules/rce/ShowOnFocusButton/index.js +3 -1
  333. package/lib/translated/es_ES/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  334. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  335. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  336. package/lib/translated/es_ES/modules/translations/locales/el.js +3 -0
  337. package/lib/translated/es_ES/modules/translations/locales/fa_IR.js +3 -0
  338. package/lib/translated/es_ES/modules/translations/locales/he.js +3 -0
  339. package/lib/translated/es_ES/modules/translations/locales/hu.js +3 -0
  340. package/lib/translated/es_ES/modules/translations/locales/hy.js +3 -0
  341. package/lib/translated/es_ES/modules/translations/locales/ko.js +3 -0
  342. package/lib/translated/es_ES/modules/translations/locales/nn.js +3 -0
  343. package/lib/translated/es_ES/modules/translations/locales/ru.js +3 -0
  344. package/lib/translated/es_ES/modules/translations/locales/sv.js +3 -0
  345. package/lib/translated/es_ES/modules/translations/locales/tr.js +3 -0
  346. package/lib/translated/es_ES/modules/translations/locales/uk_UA.js +3 -0
  347. package/lib/translated/es_ES/modules/translations/locales/vi.js +3 -0
  348. package/lib/translated/es_ES/modules/util/textarea-editing-util.js +7 -3
  349. package/lib/translated/es_GT/modules/enhance-user-content/enhance_user_content.js +1 -1
  350. package/lib/translated/es_GT/modules/rce/RCEWrapper.js +32 -32
  351. package/lib/translated/es_GT/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  352. package/lib/translated/es_GT/modules/rce/ShowOnFocusButton/index.js +3 -1
  353. package/lib/translated/es_GT/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  354. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  355. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  356. package/lib/translated/es_GT/modules/translations/locales/el.js +3 -0
  357. package/lib/translated/es_GT/modules/translations/locales/fa_IR.js +3 -0
  358. package/lib/translated/es_GT/modules/translations/locales/he.js +3 -0
  359. package/lib/translated/es_GT/modules/translations/locales/hu.js +3 -0
  360. package/lib/translated/es_GT/modules/translations/locales/hy.js +3 -0
  361. package/lib/translated/es_GT/modules/translations/locales/ko.js +3 -0
  362. package/lib/translated/es_GT/modules/translations/locales/nn.js +3 -0
  363. package/lib/translated/es_GT/modules/translations/locales/ru.js +3 -0
  364. package/lib/translated/es_GT/modules/translations/locales/sv.js +3 -0
  365. package/lib/translated/es_GT/modules/translations/locales/tr.js +3 -0
  366. package/lib/translated/es_GT/modules/translations/locales/uk_UA.js +3 -0
  367. package/lib/translated/es_GT/modules/translations/locales/vi.js +3 -0
  368. package/lib/translated/es_GT/modules/util/textarea-editing-util.js +7 -3
  369. package/lib/translated/fa_IR/modules/enhance-user-content/enhance_user_content.js +1 -1
  370. package/lib/translated/fa_IR/modules/rce/KeyboardShortcutModal.js +1 -1
  371. package/lib/translated/fa_IR/modules/rce/RCEWrapper.js +32 -32
  372. package/lib/translated/fa_IR/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  373. package/lib/translated/fa_IR/modules/rce/ShowOnFocusButton/index.js +3 -1
  374. package/lib/translated/fa_IR/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  375. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  376. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  377. package/lib/translated/fa_IR/modules/translations/locales/el.js +3 -0
  378. package/lib/translated/fa_IR/modules/translations/locales/fa_IR.js +3 -0
  379. package/lib/translated/fa_IR/modules/translations/locales/he.js +3 -0
  380. package/lib/translated/fa_IR/modules/translations/locales/hu.js +3 -0
  381. package/lib/translated/fa_IR/modules/translations/locales/hy.js +3 -0
  382. package/lib/translated/fa_IR/modules/translations/locales/ko.js +3 -0
  383. package/lib/translated/fa_IR/modules/translations/locales/nn.js +3 -0
  384. package/lib/translated/fa_IR/modules/translations/locales/ru.js +3 -0
  385. package/lib/translated/fa_IR/modules/translations/locales/sv.js +3 -0
  386. package/lib/translated/fa_IR/modules/translations/locales/tr.js +3 -0
  387. package/lib/translated/fa_IR/modules/translations/locales/uk_UA.js +3 -0
  388. package/lib/translated/fa_IR/modules/translations/locales/vi.js +3 -0
  389. package/lib/translated/fa_IR/modules/util/textarea-editing-util.js +7 -3
  390. package/lib/translated/fi/modules/enhance-user-content/enhance_user_content.js +1 -1
  391. package/lib/translated/fi/modules/rce/RCEWrapper.js +32 -32
  392. package/lib/translated/fi/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  393. package/lib/translated/fi/modules/rce/ShowOnFocusButton/index.js +3 -1
  394. package/lib/translated/fi/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  395. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  396. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  397. package/lib/translated/fi/modules/translations/locales/el.js +3 -0
  398. package/lib/translated/fi/modules/translations/locales/fa_IR.js +3 -0
  399. package/lib/translated/fi/modules/translations/locales/he.js +3 -0
  400. package/lib/translated/fi/modules/translations/locales/hu.js +3 -0
  401. package/lib/translated/fi/modules/translations/locales/hy.js +3 -0
  402. package/lib/translated/fi/modules/translations/locales/ko.js +3 -0
  403. package/lib/translated/fi/modules/translations/locales/nn.js +3 -0
  404. package/lib/translated/fi/modules/translations/locales/ru.js +3 -0
  405. package/lib/translated/fi/modules/translations/locales/sv.js +3 -0
  406. package/lib/translated/fi/modules/translations/locales/tr.js +3 -0
  407. package/lib/translated/fi/modules/translations/locales/uk_UA.js +3 -0
  408. package/lib/translated/fi/modules/translations/locales/vi.js +3 -0
  409. package/lib/translated/fi/modules/util/textarea-editing-util.js +7 -3
  410. package/lib/translated/fr/modules/enhance-user-content/enhance_user_content.js +1 -1
  411. package/lib/translated/fr/modules/rce/RCEWrapper.js +32 -32
  412. package/lib/translated/fr/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  413. package/lib/translated/fr/modules/rce/ShowOnFocusButton/index.js +3 -1
  414. package/lib/translated/fr/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  415. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  416. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  417. package/lib/translated/fr/modules/translations/locales/el.js +3 -0
  418. package/lib/translated/fr/modules/translations/locales/fa_IR.js +3 -0
  419. package/lib/translated/fr/modules/translations/locales/he.js +3 -0
  420. package/lib/translated/fr/modules/translations/locales/hu.js +3 -0
  421. package/lib/translated/fr/modules/translations/locales/hy.js +3 -0
  422. package/lib/translated/fr/modules/translations/locales/ko.js +3 -0
  423. package/lib/translated/fr/modules/translations/locales/nn.js +3 -0
  424. package/lib/translated/fr/modules/translations/locales/ru.js +3 -0
  425. package/lib/translated/fr/modules/translations/locales/sv.js +3 -0
  426. package/lib/translated/fr/modules/translations/locales/tr.js +3 -0
  427. package/lib/translated/fr/modules/translations/locales/uk_UA.js +3 -0
  428. package/lib/translated/fr/modules/translations/locales/vi.js +3 -0
  429. package/lib/translated/fr/modules/util/textarea-editing-util.js +7 -3
  430. package/lib/translated/fr_CA/modules/enhance-user-content/enhance_user_content.js +1 -1
  431. package/lib/translated/fr_CA/modules/rce/RCEWrapper.js +32 -32
  432. package/lib/translated/fr_CA/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  433. package/lib/translated/fr_CA/modules/rce/ShowOnFocusButton/index.js +3 -1
  434. package/lib/translated/fr_CA/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  435. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  436. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  437. package/lib/translated/fr_CA/modules/translations/locales/el.js +3 -0
  438. package/lib/translated/fr_CA/modules/translations/locales/fa_IR.js +3 -0
  439. package/lib/translated/fr_CA/modules/translations/locales/he.js +3 -0
  440. package/lib/translated/fr_CA/modules/translations/locales/hu.js +3 -0
  441. package/lib/translated/fr_CA/modules/translations/locales/hy.js +3 -0
  442. package/lib/translated/fr_CA/modules/translations/locales/ko.js +3 -0
  443. package/lib/translated/fr_CA/modules/translations/locales/nn.js +3 -0
  444. package/lib/translated/fr_CA/modules/translations/locales/ru.js +3 -0
  445. package/lib/translated/fr_CA/modules/translations/locales/sv.js +3 -0
  446. package/lib/translated/fr_CA/modules/translations/locales/tr.js +3 -0
  447. package/lib/translated/fr_CA/modules/translations/locales/uk_UA.js +3 -0
  448. package/lib/translated/fr_CA/modules/translations/locales/vi.js +3 -0
  449. package/lib/translated/fr_CA/modules/util/textarea-editing-util.js +7 -3
  450. package/lib/translated/he/modules/enhance-user-content/enhance_user_content.js +1 -1
  451. package/lib/translated/he/modules/rce/KeyboardShortcutModal.js +1 -1
  452. package/lib/translated/he/modules/rce/RCEWrapper.js +32 -32
  453. package/lib/translated/he/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  454. package/lib/translated/he/modules/rce/ShowOnFocusButton/index.js +3 -1
  455. package/lib/translated/he/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  456. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  457. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  458. package/lib/translated/he/modules/translations/locales/el.js +3 -0
  459. package/lib/translated/he/modules/translations/locales/fa_IR.js +3 -0
  460. package/lib/translated/he/modules/translations/locales/he.js +3 -0
  461. package/lib/translated/he/modules/translations/locales/hu.js +3 -0
  462. package/lib/translated/he/modules/translations/locales/hy.js +3 -0
  463. package/lib/translated/he/modules/translations/locales/ko.js +3 -0
  464. package/lib/translated/he/modules/translations/locales/nn.js +3 -0
  465. package/lib/translated/he/modules/translations/locales/ru.js +3 -0
  466. package/lib/translated/he/modules/translations/locales/sv.js +3 -0
  467. package/lib/translated/he/modules/translations/locales/tr.js +3 -0
  468. package/lib/translated/he/modules/translations/locales/uk_UA.js +3 -0
  469. package/lib/translated/he/modules/translations/locales/vi.js +3 -0
  470. package/lib/translated/he/modules/util/textarea-editing-util.js +7 -3
  471. package/lib/translated/ht/modules/enhance-user-content/enhance_user_content.js +1 -1
  472. package/lib/translated/ht/modules/rce/RCEWrapper.js +32 -32
  473. package/lib/translated/ht/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  474. package/lib/translated/ht/modules/rce/ShowOnFocusButton/index.js +3 -1
  475. package/lib/translated/ht/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  476. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  477. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  478. package/lib/translated/ht/modules/translations/locales/el.js +3 -0
  479. package/lib/translated/ht/modules/translations/locales/fa_IR.js +3 -0
  480. package/lib/translated/ht/modules/translations/locales/he.js +3 -0
  481. package/lib/translated/ht/modules/translations/locales/hu.js +3 -0
  482. package/lib/translated/ht/modules/translations/locales/hy.js +3 -0
  483. package/lib/translated/ht/modules/translations/locales/ko.js +3 -0
  484. package/lib/translated/ht/modules/translations/locales/nn.js +3 -0
  485. package/lib/translated/ht/modules/translations/locales/ru.js +3 -0
  486. package/lib/translated/ht/modules/translations/locales/sv.js +3 -0
  487. package/lib/translated/ht/modules/translations/locales/tr.js +3 -0
  488. package/lib/translated/ht/modules/translations/locales/uk_UA.js +3 -0
  489. package/lib/translated/ht/modules/translations/locales/vi.js +3 -0
  490. package/lib/translated/ht/modules/util/textarea-editing-util.js +7 -3
  491. package/lib/translated/hu/modules/enhance-user-content/enhance_user_content.js +1 -1
  492. package/lib/translated/hu/modules/rce/KeyboardShortcutModal.js +1 -1
  493. package/lib/translated/hu/modules/rce/RCEWrapper.js +32 -32
  494. package/lib/translated/hu/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  495. package/lib/translated/hu/modules/rce/ShowOnFocusButton/index.js +3 -1
  496. package/lib/translated/hu/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  497. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  498. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  499. package/lib/translated/hu/modules/translations/locales/el.js +3 -0
  500. package/lib/translated/hu/modules/translations/locales/fa_IR.js +3 -0
  501. package/lib/translated/hu/modules/translations/locales/he.js +3 -0
  502. package/lib/translated/hu/modules/translations/locales/hu.js +3 -0
  503. package/lib/translated/hu/modules/translations/locales/hy.js +3 -0
  504. package/lib/translated/hu/modules/translations/locales/ko.js +3 -0
  505. package/lib/translated/hu/modules/translations/locales/nn.js +3 -0
  506. package/lib/translated/hu/modules/translations/locales/ru.js +3 -0
  507. package/lib/translated/hu/modules/translations/locales/sv.js +3 -0
  508. package/lib/translated/hu/modules/translations/locales/tr.js +3 -0
  509. package/lib/translated/hu/modules/translations/locales/uk_UA.js +3 -0
  510. package/lib/translated/hu/modules/translations/locales/vi.js +3 -0
  511. package/lib/translated/hu/modules/util/textarea-editing-util.js +7 -3
  512. package/lib/translated/hy/modules/enhance-user-content/enhance_user_content.js +1 -1
  513. package/lib/translated/hy/modules/rce/KeyboardShortcutModal.js +1 -1
  514. package/lib/translated/hy/modules/rce/RCEWrapper.js +32 -32
  515. package/lib/translated/hy/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  516. package/lib/translated/hy/modules/rce/ShowOnFocusButton/index.js +3 -1
  517. package/lib/translated/hy/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  518. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  519. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  520. package/lib/translated/hy/modules/translations/locales/el.js +3 -0
  521. package/lib/translated/hy/modules/translations/locales/fa_IR.js +3 -0
  522. package/lib/translated/hy/modules/translations/locales/he.js +3 -0
  523. package/lib/translated/hy/modules/translations/locales/hu.js +3 -0
  524. package/lib/translated/hy/modules/translations/locales/hy.js +3 -0
  525. package/lib/translated/hy/modules/translations/locales/ko.js +3 -0
  526. package/lib/translated/hy/modules/translations/locales/nn.js +3 -0
  527. package/lib/translated/hy/modules/translations/locales/ru.js +3 -0
  528. package/lib/translated/hy/modules/translations/locales/sv.js +3 -0
  529. package/lib/translated/hy/modules/translations/locales/tr.js +3 -0
  530. package/lib/translated/hy/modules/translations/locales/uk_UA.js +3 -0
  531. package/lib/translated/hy/modules/translations/locales/vi.js +3 -0
  532. package/lib/translated/hy/modules/util/textarea-editing-util.js +7 -3
  533. package/lib/translated/is/modules/enhance-user-content/enhance_user_content.js +1 -1
  534. package/lib/translated/is/modules/rce/RCEWrapper.js +32 -32
  535. package/lib/translated/is/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  536. package/lib/translated/is/modules/rce/ShowOnFocusButton/index.js +3 -1
  537. package/lib/translated/is/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  538. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  539. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  540. package/lib/translated/is/modules/translations/locales/el.js +3 -0
  541. package/lib/translated/is/modules/translations/locales/fa_IR.js +3 -0
  542. package/lib/translated/is/modules/translations/locales/he.js +3 -0
  543. package/lib/translated/is/modules/translations/locales/hu.js +3 -0
  544. package/lib/translated/is/modules/translations/locales/hy.js +3 -0
  545. package/lib/translated/is/modules/translations/locales/ko.js +3 -0
  546. package/lib/translated/is/modules/translations/locales/nn.js +3 -0
  547. package/lib/translated/is/modules/translations/locales/ru.js +3 -0
  548. package/lib/translated/is/modules/translations/locales/sv.js +3 -0
  549. package/lib/translated/is/modules/translations/locales/tr.js +3 -0
  550. package/lib/translated/is/modules/translations/locales/uk_UA.js +3 -0
  551. package/lib/translated/is/modules/translations/locales/vi.js +3 -0
  552. package/lib/translated/is/modules/util/textarea-editing-util.js +7 -3
  553. package/lib/translated/it/modules/enhance-user-content/enhance_user_content.js +1 -1
  554. package/lib/translated/it/modules/rce/RCEWrapper.js +32 -32
  555. package/lib/translated/it/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  556. package/lib/translated/it/modules/rce/ShowOnFocusButton/index.js +3 -1
  557. package/lib/translated/it/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  558. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  559. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  560. package/lib/translated/it/modules/translations/locales/el.js +3 -0
  561. package/lib/translated/it/modules/translations/locales/fa_IR.js +3 -0
  562. package/lib/translated/it/modules/translations/locales/he.js +3 -0
  563. package/lib/translated/it/modules/translations/locales/hu.js +3 -0
  564. package/lib/translated/it/modules/translations/locales/hy.js +3 -0
  565. package/lib/translated/it/modules/translations/locales/ko.js +3 -0
  566. package/lib/translated/it/modules/translations/locales/nn.js +3 -0
  567. package/lib/translated/it/modules/translations/locales/ru.js +3 -0
  568. package/lib/translated/it/modules/translations/locales/sv.js +3 -0
  569. package/lib/translated/it/modules/translations/locales/tr.js +3 -0
  570. package/lib/translated/it/modules/translations/locales/uk_UA.js +3 -0
  571. package/lib/translated/it/modules/translations/locales/vi.js +3 -0
  572. package/lib/translated/it/modules/util/textarea-editing-util.js +7 -3
  573. package/lib/translated/ja/modules/enhance-user-content/enhance_user_content.js +1 -1
  574. package/lib/translated/ja/modules/rce/RCEWrapper.js +32 -32
  575. package/lib/translated/ja/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  576. package/lib/translated/ja/modules/rce/ShowOnFocusButton/index.js +3 -1
  577. package/lib/translated/ja/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  578. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  579. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  580. package/lib/translated/ja/modules/translations/locales/el.js +3 -0
  581. package/lib/translated/ja/modules/translations/locales/fa_IR.js +3 -0
  582. package/lib/translated/ja/modules/translations/locales/he.js +3 -0
  583. package/lib/translated/ja/modules/translations/locales/hu.js +3 -0
  584. package/lib/translated/ja/modules/translations/locales/hy.js +3 -0
  585. package/lib/translated/ja/modules/translations/locales/ko.js +3 -0
  586. package/lib/translated/ja/modules/translations/locales/nn.js +3 -0
  587. package/lib/translated/ja/modules/translations/locales/ru.js +3 -0
  588. package/lib/translated/ja/modules/translations/locales/sv.js +3 -0
  589. package/lib/translated/ja/modules/translations/locales/tr.js +3 -0
  590. package/lib/translated/ja/modules/translations/locales/uk_UA.js +3 -0
  591. package/lib/translated/ja/modules/translations/locales/vi.js +3 -0
  592. package/lib/translated/ja/modules/util/textarea-editing-util.js +7 -3
  593. package/lib/translated/ko/modules/enhance-user-content/enhance_user_content.js +1 -1
  594. package/lib/translated/ko/modules/rce/KeyboardShortcutModal.js +1 -1
  595. package/lib/translated/ko/modules/rce/RCEWrapper.js +32 -32
  596. package/lib/translated/ko/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  597. package/lib/translated/ko/modules/rce/ShowOnFocusButton/index.js +3 -1
  598. package/lib/translated/ko/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  599. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  600. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  601. package/lib/translated/ko/modules/translations/locales/el.js +3 -0
  602. package/lib/translated/ko/modules/translations/locales/fa_IR.js +3 -0
  603. package/lib/translated/ko/modules/translations/locales/he.js +3 -0
  604. package/lib/translated/ko/modules/translations/locales/hu.js +3 -0
  605. package/lib/translated/ko/modules/translations/locales/hy.js +3 -0
  606. package/lib/translated/ko/modules/translations/locales/ko.js +3 -0
  607. package/lib/translated/ko/modules/translations/locales/nn.js +3 -0
  608. package/lib/translated/ko/modules/translations/locales/ru.js +3 -0
  609. package/lib/translated/ko/modules/translations/locales/sv.js +3 -0
  610. package/lib/translated/ko/modules/translations/locales/tr.js +3 -0
  611. package/lib/translated/ko/modules/translations/locales/uk_UA.js +3 -0
  612. package/lib/translated/ko/modules/translations/locales/vi.js +3 -0
  613. package/lib/translated/ko/modules/util/textarea-editing-util.js +7 -3
  614. package/lib/translated/mi/modules/enhance-user-content/enhance_user_content.js +1 -1
  615. package/lib/translated/mi/modules/rce/RCEWrapper.js +32 -32
  616. package/lib/translated/mi/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  617. package/lib/translated/mi/modules/rce/ShowOnFocusButton/index.js +3 -1
  618. package/lib/translated/mi/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  619. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  620. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  621. package/lib/translated/mi/modules/translations/locales/el.js +3 -0
  622. package/lib/translated/mi/modules/translations/locales/fa_IR.js +3 -0
  623. package/lib/translated/mi/modules/translations/locales/he.js +3 -0
  624. package/lib/translated/mi/modules/translations/locales/hu.js +3 -0
  625. package/lib/translated/mi/modules/translations/locales/hy.js +3 -0
  626. package/lib/translated/mi/modules/translations/locales/ko.js +3 -0
  627. package/lib/translated/mi/modules/translations/locales/nn.js +3 -0
  628. package/lib/translated/mi/modules/translations/locales/ru.js +3 -0
  629. package/lib/translated/mi/modules/translations/locales/sv.js +3 -0
  630. package/lib/translated/mi/modules/translations/locales/tr.js +3 -0
  631. package/lib/translated/mi/modules/translations/locales/uk_UA.js +3 -0
  632. package/lib/translated/mi/modules/translations/locales/vi.js +3 -0
  633. package/lib/translated/mi/modules/util/textarea-editing-util.js +7 -3
  634. package/lib/translated/ms/modules/enhance-user-content/enhance_user_content.js +1 -1
  635. package/lib/translated/ms/modules/rce/RCEWrapper.js +32 -32
  636. package/lib/translated/ms/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  637. package/lib/translated/ms/modules/rce/ShowOnFocusButton/index.js +3 -1
  638. package/lib/translated/ms/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  639. package/lib/translated/ms/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  640. package/lib/translated/ms/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  641. package/lib/translated/ms/modules/translations/locales/el.js +3 -0
  642. package/lib/translated/ms/modules/translations/locales/fa_IR.js +3 -0
  643. package/lib/translated/ms/modules/translations/locales/he.js +3 -0
  644. package/lib/translated/ms/modules/translations/locales/hu.js +3 -0
  645. package/lib/translated/ms/modules/translations/locales/hy.js +3 -0
  646. package/lib/translated/ms/modules/translations/locales/ko.js +3 -0
  647. package/lib/translated/ms/modules/translations/locales/nn.js +3 -0
  648. package/lib/translated/ms/modules/translations/locales/ru.js +3 -0
  649. package/lib/translated/ms/modules/translations/locales/sv.js +3 -0
  650. package/lib/translated/ms/modules/translations/locales/tr.js +3 -0
  651. package/lib/translated/ms/modules/translations/locales/uk_UA.js +3 -0
  652. package/lib/translated/ms/modules/translations/locales/vi.js +3 -0
  653. package/lib/translated/ms/modules/util/textarea-editing-util.js +7 -3
  654. package/lib/translated/nb/modules/enhance-user-content/enhance_user_content.js +1 -1
  655. package/lib/translated/nb/modules/rce/RCEWrapper.js +32 -32
  656. package/lib/translated/nb/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  657. package/lib/translated/nb/modules/rce/ShowOnFocusButton/index.js +3 -1
  658. package/lib/translated/nb/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  659. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  660. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  661. package/lib/translated/nb/modules/translations/locales/el.js +3 -0
  662. package/lib/translated/nb/modules/translations/locales/fa_IR.js +3 -0
  663. package/lib/translated/nb/modules/translations/locales/he.js +3 -0
  664. package/lib/translated/nb/modules/translations/locales/hu.js +3 -0
  665. package/lib/translated/nb/modules/translations/locales/hy.js +3 -0
  666. package/lib/translated/nb/modules/translations/locales/ko.js +3 -0
  667. package/lib/translated/nb/modules/translations/locales/nn.js +3 -0
  668. package/lib/translated/nb/modules/translations/locales/ru.js +3 -0
  669. package/lib/translated/nb/modules/translations/locales/sv.js +3 -0
  670. package/lib/translated/nb/modules/translations/locales/tr.js +3 -0
  671. package/lib/translated/nb/modules/translations/locales/uk_UA.js +3 -0
  672. package/lib/translated/nb/modules/translations/locales/vi.js +3 -0
  673. package/lib/translated/nb/modules/util/textarea-editing-util.js +7 -3
  674. package/lib/translated/nb-x-k12/modules/enhance-user-content/enhance_user_content.js +1 -1
  675. package/lib/translated/nb-x-k12/modules/rce/RCEWrapper.js +32 -32
  676. package/lib/translated/nb-x-k12/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  677. package/lib/translated/nb-x-k12/modules/rce/ShowOnFocusButton/index.js +3 -1
  678. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  679. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  680. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  681. package/lib/translated/nb-x-k12/modules/translations/locales/el.js +3 -0
  682. package/lib/translated/nb-x-k12/modules/translations/locales/fa_IR.js +3 -0
  683. package/lib/translated/nb-x-k12/modules/translations/locales/he.js +3 -0
  684. package/lib/translated/nb-x-k12/modules/translations/locales/hu.js +3 -0
  685. package/lib/translated/nb-x-k12/modules/translations/locales/hy.js +3 -0
  686. package/lib/translated/nb-x-k12/modules/translations/locales/ko.js +3 -0
  687. package/lib/translated/nb-x-k12/modules/translations/locales/nn.js +3 -0
  688. package/lib/translated/nb-x-k12/modules/translations/locales/ru.js +3 -0
  689. package/lib/translated/nb-x-k12/modules/translations/locales/sv.js +3 -0
  690. package/lib/translated/nb-x-k12/modules/translations/locales/tr.js +3 -0
  691. package/lib/translated/nb-x-k12/modules/translations/locales/uk_UA.js +3 -0
  692. package/lib/translated/nb-x-k12/modules/translations/locales/vi.js +3 -0
  693. package/lib/translated/nb-x-k12/modules/util/textarea-editing-util.js +7 -3
  694. package/lib/translated/nl/modules/enhance-user-content/enhance_user_content.js +1 -1
  695. package/lib/translated/nl/modules/rce/RCEWrapper.js +32 -32
  696. package/lib/translated/nl/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  697. package/lib/translated/nl/modules/rce/ShowOnFocusButton/index.js +3 -1
  698. package/lib/translated/nl/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  699. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  700. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  701. package/lib/translated/nl/modules/translations/locales/el.js +3 -0
  702. package/lib/translated/nl/modules/translations/locales/fa_IR.js +3 -0
  703. package/lib/translated/nl/modules/translations/locales/he.js +3 -0
  704. package/lib/translated/nl/modules/translations/locales/hu.js +3 -0
  705. package/lib/translated/nl/modules/translations/locales/hy.js +3 -0
  706. package/lib/translated/nl/modules/translations/locales/ko.js +3 -0
  707. package/lib/translated/nl/modules/translations/locales/nn.js +3 -0
  708. package/lib/translated/nl/modules/translations/locales/ru.js +3 -0
  709. package/lib/translated/nl/modules/translations/locales/sv.js +3 -0
  710. package/lib/translated/nl/modules/translations/locales/tr.js +3 -0
  711. package/lib/translated/nl/modules/translations/locales/uk_UA.js +3 -0
  712. package/lib/translated/nl/modules/translations/locales/vi.js +3 -0
  713. package/lib/translated/nl/modules/util/textarea-editing-util.js +7 -3
  714. package/lib/translated/nn/modules/enhance-user-content/enhance_user_content.js +1 -1
  715. package/lib/translated/nn/modules/rce/KeyboardShortcutModal.js +1 -1
  716. package/lib/translated/nn/modules/rce/RCEWrapper.js +32 -32
  717. package/lib/translated/nn/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  718. package/lib/translated/nn/modules/rce/ShowOnFocusButton/index.js +3 -1
  719. package/lib/translated/nn/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  720. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  721. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  722. package/lib/translated/nn/modules/translations/locales/el.js +3 -0
  723. package/lib/translated/nn/modules/translations/locales/fa_IR.js +3 -0
  724. package/lib/translated/nn/modules/translations/locales/he.js +3 -0
  725. package/lib/translated/nn/modules/translations/locales/hu.js +3 -0
  726. package/lib/translated/nn/modules/translations/locales/hy.js +3 -0
  727. package/lib/translated/nn/modules/translations/locales/ko.js +3 -0
  728. package/lib/translated/nn/modules/translations/locales/nn.js +3 -0
  729. package/lib/translated/nn/modules/translations/locales/ru.js +3 -0
  730. package/lib/translated/nn/modules/translations/locales/sv.js +3 -0
  731. package/lib/translated/nn/modules/translations/locales/tr.js +3 -0
  732. package/lib/translated/nn/modules/translations/locales/uk_UA.js +3 -0
  733. package/lib/translated/nn/modules/translations/locales/vi.js +3 -0
  734. package/lib/translated/nn/modules/util/textarea-editing-util.js +7 -3
  735. package/lib/translated/pl/modules/enhance-user-content/enhance_user_content.js +1 -1
  736. package/lib/translated/pl/modules/rce/RCEWrapper.js +32 -32
  737. package/lib/translated/pl/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  738. package/lib/translated/pl/modules/rce/ShowOnFocusButton/index.js +3 -1
  739. package/lib/translated/pl/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  740. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  741. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  742. package/lib/translated/pl/modules/translations/locales/el.js +3 -0
  743. package/lib/translated/pl/modules/translations/locales/fa_IR.js +3 -0
  744. package/lib/translated/pl/modules/translations/locales/he.js +3 -0
  745. package/lib/translated/pl/modules/translations/locales/hu.js +3 -0
  746. package/lib/translated/pl/modules/translations/locales/hy.js +3 -0
  747. package/lib/translated/pl/modules/translations/locales/ko.js +3 -0
  748. package/lib/translated/pl/modules/translations/locales/nn.js +3 -0
  749. package/lib/translated/pl/modules/translations/locales/ru.js +3 -0
  750. package/lib/translated/pl/modules/translations/locales/sv.js +3 -0
  751. package/lib/translated/pl/modules/translations/locales/tr.js +3 -0
  752. package/lib/translated/pl/modules/translations/locales/uk_UA.js +3 -0
  753. package/lib/translated/pl/modules/translations/locales/vi.js +3 -0
  754. package/lib/translated/pl/modules/util/textarea-editing-util.js +7 -3
  755. package/lib/translated/pt/modules/enhance-user-content/enhance_user_content.js +1 -1
  756. package/lib/translated/pt/modules/rce/RCEWrapper.js +32 -32
  757. package/lib/translated/pt/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  758. package/lib/translated/pt/modules/rce/ShowOnFocusButton/index.js +3 -1
  759. package/lib/translated/pt/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  760. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  761. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  762. package/lib/translated/pt/modules/translations/locales/el.js +3 -0
  763. package/lib/translated/pt/modules/translations/locales/fa_IR.js +3 -0
  764. package/lib/translated/pt/modules/translations/locales/he.js +3 -0
  765. package/lib/translated/pt/modules/translations/locales/hu.js +3 -0
  766. package/lib/translated/pt/modules/translations/locales/hy.js +3 -0
  767. package/lib/translated/pt/modules/translations/locales/ko.js +3 -0
  768. package/lib/translated/pt/modules/translations/locales/nn.js +3 -0
  769. package/lib/translated/pt/modules/translations/locales/ru.js +3 -0
  770. package/lib/translated/pt/modules/translations/locales/sv.js +3 -0
  771. package/lib/translated/pt/modules/translations/locales/tr.js +3 -0
  772. package/lib/translated/pt/modules/translations/locales/uk_UA.js +3 -0
  773. package/lib/translated/pt/modules/translations/locales/vi.js +3 -0
  774. package/lib/translated/pt/modules/util/textarea-editing-util.js +7 -3
  775. package/lib/translated/pt_BR/modules/enhance-user-content/enhance_user_content.js +1 -1
  776. package/lib/translated/pt_BR/modules/rce/RCEWrapper.js +32 -32
  777. package/lib/translated/pt_BR/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  778. package/lib/translated/pt_BR/modules/rce/ShowOnFocusButton/index.js +3 -1
  779. package/lib/translated/pt_BR/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  780. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  781. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  782. package/lib/translated/pt_BR/modules/translations/locales/el.js +3 -0
  783. package/lib/translated/pt_BR/modules/translations/locales/fa_IR.js +3 -0
  784. package/lib/translated/pt_BR/modules/translations/locales/he.js +3 -0
  785. package/lib/translated/pt_BR/modules/translations/locales/hu.js +3 -0
  786. package/lib/translated/pt_BR/modules/translations/locales/hy.js +3 -0
  787. package/lib/translated/pt_BR/modules/translations/locales/ko.js +3 -0
  788. package/lib/translated/pt_BR/modules/translations/locales/nn.js +3 -0
  789. package/lib/translated/pt_BR/modules/translations/locales/ru.js +3 -0
  790. package/lib/translated/pt_BR/modules/translations/locales/sv.js +3 -0
  791. package/lib/translated/pt_BR/modules/translations/locales/tr.js +3 -0
  792. package/lib/translated/pt_BR/modules/translations/locales/uk_UA.js +3 -0
  793. package/lib/translated/pt_BR/modules/translations/locales/vi.js +3 -0
  794. package/lib/translated/pt_BR/modules/util/textarea-editing-util.js +7 -3
  795. package/lib/translated/ru/modules/enhance-user-content/enhance_user_content.js +1 -1
  796. package/lib/translated/ru/modules/rce/KeyboardShortcutModal.js +1 -1
  797. package/lib/translated/ru/modules/rce/RCEWrapper.js +32 -32
  798. package/lib/translated/ru/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  799. package/lib/translated/ru/modules/rce/ShowOnFocusButton/index.js +3 -1
  800. package/lib/translated/ru/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  801. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  802. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  803. package/lib/translated/ru/modules/translations/locales/el.js +3 -0
  804. package/lib/translated/ru/modules/translations/locales/fa_IR.js +3 -0
  805. package/lib/translated/ru/modules/translations/locales/he.js +3 -0
  806. package/lib/translated/ru/modules/translations/locales/hu.js +3 -0
  807. package/lib/translated/ru/modules/translations/locales/hy.js +3 -0
  808. package/lib/translated/ru/modules/translations/locales/ko.js +3 -0
  809. package/lib/translated/ru/modules/translations/locales/nn.js +3 -0
  810. package/lib/translated/ru/modules/translations/locales/ru.js +3 -0
  811. package/lib/translated/ru/modules/translations/locales/sv.js +3 -0
  812. package/lib/translated/ru/modules/translations/locales/tr.js +3 -0
  813. package/lib/translated/ru/modules/translations/locales/uk_UA.js +3 -0
  814. package/lib/translated/ru/modules/translations/locales/vi.js +3 -0
  815. package/lib/translated/ru/modules/util/textarea-editing-util.js +7 -3
  816. package/lib/translated/se/modules/enhance-user-content/enhance_user_content.js +1 -1
  817. package/lib/translated/se/modules/rce/RCEWrapper.js +32 -32
  818. package/lib/translated/se/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  819. package/lib/translated/se/modules/rce/ShowOnFocusButton/index.js +3 -1
  820. package/lib/translated/se/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  821. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  822. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  823. package/lib/translated/se/modules/translations/locales/el.js +3 -0
  824. package/lib/translated/se/modules/translations/locales/fa_IR.js +3 -0
  825. package/lib/translated/se/modules/translations/locales/he.js +3 -0
  826. package/lib/translated/se/modules/translations/locales/hu.js +3 -0
  827. package/lib/translated/se/modules/translations/locales/hy.js +3 -0
  828. package/lib/translated/se/modules/translations/locales/ko.js +3 -0
  829. package/lib/translated/se/modules/translations/locales/nn.js +3 -0
  830. package/lib/translated/se/modules/translations/locales/ru.js +3 -0
  831. package/lib/translated/se/modules/translations/locales/sv.js +3 -0
  832. package/lib/translated/se/modules/translations/locales/tr.js +3 -0
  833. package/lib/translated/se/modules/translations/locales/uk_UA.js +3 -0
  834. package/lib/translated/se/modules/translations/locales/vi.js +3 -0
  835. package/lib/translated/se/modules/util/textarea-editing-util.js +7 -3
  836. package/lib/translated/sl/modules/enhance-user-content/enhance_user_content.js +1 -1
  837. package/lib/translated/sl/modules/rce/RCEWrapper.js +32 -32
  838. package/lib/translated/sl/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  839. package/lib/translated/sl/modules/rce/ShowOnFocusButton/index.js +3 -1
  840. package/lib/translated/sl/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  841. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  842. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  843. package/lib/translated/sl/modules/translations/locales/el.js +3 -0
  844. package/lib/translated/sl/modules/translations/locales/fa_IR.js +3 -0
  845. package/lib/translated/sl/modules/translations/locales/he.js +3 -0
  846. package/lib/translated/sl/modules/translations/locales/hu.js +3 -0
  847. package/lib/translated/sl/modules/translations/locales/hy.js +3 -0
  848. package/lib/translated/sl/modules/translations/locales/ko.js +3 -0
  849. package/lib/translated/sl/modules/translations/locales/nn.js +3 -0
  850. package/lib/translated/sl/modules/translations/locales/ru.js +3 -0
  851. package/lib/translated/sl/modules/translations/locales/sv.js +3 -0
  852. package/lib/translated/sl/modules/translations/locales/tr.js +3 -0
  853. package/lib/translated/sl/modules/translations/locales/uk_UA.js +3 -0
  854. package/lib/translated/sl/modules/translations/locales/vi.js +3 -0
  855. package/lib/translated/sl/modules/util/textarea-editing-util.js +7 -3
  856. package/lib/translated/sv/modules/enhance-user-content/enhance_user_content.js +1 -1
  857. package/lib/translated/sv/modules/rce/KeyboardShortcutModal.js +1 -1
  858. package/lib/translated/sv/modules/rce/RCEWrapper.js +32 -32
  859. package/lib/translated/sv/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  860. package/lib/translated/sv/modules/rce/ShowOnFocusButton/index.js +3 -1
  861. package/lib/translated/sv/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  862. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  863. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  864. package/lib/translated/sv/modules/translations/locales/el.js +3 -0
  865. package/lib/translated/sv/modules/translations/locales/fa_IR.js +3 -0
  866. package/lib/translated/sv/modules/translations/locales/he.js +3 -0
  867. package/lib/translated/sv/modules/translations/locales/hu.js +3 -0
  868. package/lib/translated/sv/modules/translations/locales/hy.js +3 -0
  869. package/lib/translated/sv/modules/translations/locales/ko.js +3 -0
  870. package/lib/translated/sv/modules/translations/locales/nn.js +3 -0
  871. package/lib/translated/sv/modules/translations/locales/ru.js +3 -0
  872. package/lib/translated/sv/modules/translations/locales/sv.js +3 -0
  873. package/lib/translated/sv/modules/translations/locales/tr.js +3 -0
  874. package/lib/translated/sv/modules/translations/locales/uk_UA.js +3 -0
  875. package/lib/translated/sv/modules/translations/locales/vi.js +3 -0
  876. package/lib/translated/sv/modules/util/textarea-editing-util.js +7 -3
  877. package/lib/translated/sv-x-k12/modules/enhance-user-content/enhance_user_content.js +1 -1
  878. package/lib/translated/sv-x-k12/modules/rce/RCEWrapper.js +32 -32
  879. package/lib/translated/sv-x-k12/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  880. package/lib/translated/sv-x-k12/modules/rce/ShowOnFocusButton/index.js +3 -1
  881. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  882. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  883. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  884. package/lib/translated/sv-x-k12/modules/translations/locales/el.js +3 -0
  885. package/lib/translated/sv-x-k12/modules/translations/locales/fa_IR.js +3 -0
  886. package/lib/translated/sv-x-k12/modules/translations/locales/he.js +3 -0
  887. package/lib/translated/sv-x-k12/modules/translations/locales/hu.js +3 -0
  888. package/lib/translated/sv-x-k12/modules/translations/locales/hy.js +3 -0
  889. package/lib/translated/sv-x-k12/modules/translations/locales/ko.js +3 -0
  890. package/lib/translated/sv-x-k12/modules/translations/locales/nn.js +3 -0
  891. package/lib/translated/sv-x-k12/modules/translations/locales/ru.js +3 -0
  892. package/lib/translated/sv-x-k12/modules/translations/locales/sv.js +3 -0
  893. package/lib/translated/sv-x-k12/modules/translations/locales/tr.js +3 -0
  894. package/lib/translated/sv-x-k12/modules/translations/locales/uk_UA.js +3 -0
  895. package/lib/translated/sv-x-k12/modules/translations/locales/vi.js +3 -0
  896. package/lib/translated/sv-x-k12/modules/util/textarea-editing-util.js +7 -3
  897. package/lib/translated/sv_SE/modules/enhance-user-content/enhance_user_content.js +1 -1
  898. package/lib/translated/sv_SE/modules/rce/RCEWrapper.js +32 -32
  899. package/lib/translated/sv_SE/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  900. package/lib/translated/sv_SE/modules/rce/ShowOnFocusButton/index.js +3 -1
  901. package/lib/translated/sv_SE/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  902. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  903. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  904. package/lib/translated/sv_SE/modules/translations/locales/el.js +3 -0
  905. package/lib/translated/sv_SE/modules/translations/locales/fa_IR.js +3 -0
  906. package/lib/translated/sv_SE/modules/translations/locales/he.js +3 -0
  907. package/lib/translated/sv_SE/modules/translations/locales/hu.js +3 -0
  908. package/lib/translated/sv_SE/modules/translations/locales/hy.js +3 -0
  909. package/lib/translated/sv_SE/modules/translations/locales/ko.js +3 -0
  910. package/lib/translated/sv_SE/modules/translations/locales/nn.js +3 -0
  911. package/lib/translated/sv_SE/modules/translations/locales/ru.js +3 -0
  912. package/lib/translated/sv_SE/modules/translations/locales/sv.js +3 -0
  913. package/lib/translated/sv_SE/modules/translations/locales/tr.js +3 -0
  914. package/lib/translated/sv_SE/modules/translations/locales/uk_UA.js +3 -0
  915. package/lib/translated/sv_SE/modules/translations/locales/vi.js +3 -0
  916. package/lib/translated/sv_SE/modules/util/textarea-editing-util.js +7 -3
  917. package/lib/translated/tg/modules/enhance-user-content/enhance_user_content.js +1 -1
  918. package/lib/translated/tg/modules/rce/RCEWrapper.js +32 -32
  919. package/lib/translated/tg/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  920. package/lib/translated/tg/modules/rce/ShowOnFocusButton/index.js +3 -1
  921. package/lib/translated/tg/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  922. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  923. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  924. package/lib/translated/tg/modules/translations/locales/el.js +3 -0
  925. package/lib/translated/tg/modules/translations/locales/fa_IR.js +3 -0
  926. package/lib/translated/tg/modules/translations/locales/he.js +3 -0
  927. package/lib/translated/tg/modules/translations/locales/hu.js +3 -0
  928. package/lib/translated/tg/modules/translations/locales/hy.js +3 -0
  929. package/lib/translated/tg/modules/translations/locales/ko.js +3 -0
  930. package/lib/translated/tg/modules/translations/locales/nn.js +3 -0
  931. package/lib/translated/tg/modules/translations/locales/ru.js +3 -0
  932. package/lib/translated/tg/modules/translations/locales/sv.js +3 -0
  933. package/lib/translated/tg/modules/translations/locales/tr.js +3 -0
  934. package/lib/translated/tg/modules/translations/locales/uk_UA.js +3 -0
  935. package/lib/translated/tg/modules/translations/locales/vi.js +3 -0
  936. package/lib/translated/tg/modules/util/textarea-editing-util.js +7 -3
  937. package/lib/translated/th/modules/enhance-user-content/enhance_user_content.js +1 -1
  938. package/lib/translated/th/modules/rce/RCEWrapper.js +32 -32
  939. package/lib/translated/th/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  940. package/lib/translated/th/modules/rce/ShowOnFocusButton/index.js +3 -1
  941. package/lib/translated/th/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  942. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  943. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  944. package/lib/translated/th/modules/translations/locales/el.js +3 -0
  945. package/lib/translated/th/modules/translations/locales/fa_IR.js +3 -0
  946. package/lib/translated/th/modules/translations/locales/he.js +3 -0
  947. package/lib/translated/th/modules/translations/locales/hu.js +3 -0
  948. package/lib/translated/th/modules/translations/locales/hy.js +3 -0
  949. package/lib/translated/th/modules/translations/locales/ko.js +3 -0
  950. package/lib/translated/th/modules/translations/locales/nn.js +3 -0
  951. package/lib/translated/th/modules/translations/locales/ru.js +3 -0
  952. package/lib/translated/th/modules/translations/locales/sv.js +3 -0
  953. package/lib/translated/th/modules/translations/locales/tr.js +3 -0
  954. package/lib/translated/th/modules/translations/locales/uk_UA.js +3 -0
  955. package/lib/translated/th/modules/translations/locales/vi.js +3 -0
  956. package/lib/translated/th/modules/util/textarea-editing-util.js +7 -3
  957. package/lib/translated/th_TH/modules/enhance-user-content/enhance_user_content.js +1 -1
  958. package/lib/translated/th_TH/modules/rce/RCEWrapper.js +32 -32
  959. package/lib/translated/th_TH/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  960. package/lib/translated/th_TH/modules/rce/ShowOnFocusButton/index.js +3 -1
  961. package/lib/translated/th_TH/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  962. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  963. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  964. package/lib/translated/th_TH/modules/translations/locales/el.js +3 -0
  965. package/lib/translated/th_TH/modules/translations/locales/fa_IR.js +3 -0
  966. package/lib/translated/th_TH/modules/translations/locales/he.js +3 -0
  967. package/lib/translated/th_TH/modules/translations/locales/hu.js +3 -0
  968. package/lib/translated/th_TH/modules/translations/locales/hy.js +3 -0
  969. package/lib/translated/th_TH/modules/translations/locales/ko.js +3 -0
  970. package/lib/translated/th_TH/modules/translations/locales/nn.js +3 -0
  971. package/lib/translated/th_TH/modules/translations/locales/ru.js +3 -0
  972. package/lib/translated/th_TH/modules/translations/locales/sv.js +3 -0
  973. package/lib/translated/th_TH/modules/translations/locales/tr.js +3 -0
  974. package/lib/translated/th_TH/modules/translations/locales/uk_UA.js +3 -0
  975. package/lib/translated/th_TH/modules/translations/locales/vi.js +3 -0
  976. package/lib/translated/th_TH/modules/util/textarea-editing-util.js +7 -3
  977. package/lib/translated/tr/modules/enhance-user-content/enhance_user_content.js +1 -1
  978. package/lib/translated/tr/modules/rce/KeyboardShortcutModal.js +1 -1
  979. package/lib/translated/tr/modules/rce/RCEWrapper.js +32 -32
  980. package/lib/translated/tr/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  981. package/lib/translated/tr/modules/rce/ShowOnFocusButton/index.js +3 -1
  982. package/lib/translated/tr/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  983. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  984. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  985. package/lib/translated/tr/modules/translations/locales/el.js +3 -0
  986. package/lib/translated/tr/modules/translations/locales/fa_IR.js +3 -0
  987. package/lib/translated/tr/modules/translations/locales/he.js +3 -0
  988. package/lib/translated/tr/modules/translations/locales/hu.js +3 -0
  989. package/lib/translated/tr/modules/translations/locales/hy.js +3 -0
  990. package/lib/translated/tr/modules/translations/locales/ko.js +3 -0
  991. package/lib/translated/tr/modules/translations/locales/nn.js +3 -0
  992. package/lib/translated/tr/modules/translations/locales/ru.js +3 -0
  993. package/lib/translated/tr/modules/translations/locales/sv.js +3 -0
  994. package/lib/translated/tr/modules/translations/locales/tr.js +3 -0
  995. package/lib/translated/tr/modules/translations/locales/uk_UA.js +3 -0
  996. package/lib/translated/tr/modules/translations/locales/vi.js +3 -0
  997. package/lib/translated/tr/modules/util/textarea-editing-util.js +7 -3
  998. package/lib/translated/uk_UA/modules/enhance-user-content/enhance_user_content.js +1 -1
  999. package/lib/translated/uk_UA/modules/rce/KeyboardShortcutModal.js +1 -1
  1000. package/lib/translated/uk_UA/modules/rce/RCEWrapper.js +32 -32
  1001. package/lib/translated/uk_UA/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1002. package/lib/translated/uk_UA/modules/rce/ShowOnFocusButton/index.js +3 -1
  1003. package/lib/translated/uk_UA/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1004. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1005. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1006. package/lib/translated/uk_UA/modules/translations/locales/el.js +3 -0
  1007. package/lib/translated/uk_UA/modules/translations/locales/fa_IR.js +3 -0
  1008. package/lib/translated/uk_UA/modules/translations/locales/he.js +3 -0
  1009. package/lib/translated/uk_UA/modules/translations/locales/hu.js +3 -0
  1010. package/lib/translated/uk_UA/modules/translations/locales/hy.js +3 -0
  1011. package/lib/translated/uk_UA/modules/translations/locales/ko.js +3 -0
  1012. package/lib/translated/uk_UA/modules/translations/locales/nn.js +3 -0
  1013. package/lib/translated/uk_UA/modules/translations/locales/ru.js +3 -0
  1014. package/lib/translated/uk_UA/modules/translations/locales/sv.js +3 -0
  1015. package/lib/translated/uk_UA/modules/translations/locales/tr.js +3 -0
  1016. package/lib/translated/uk_UA/modules/translations/locales/uk_UA.js +3 -0
  1017. package/lib/translated/uk_UA/modules/translations/locales/vi.js +3 -0
  1018. package/lib/translated/uk_UA/modules/util/textarea-editing-util.js +7 -3
  1019. package/lib/translated/vi/modules/enhance-user-content/enhance_user_content.js +1 -1
  1020. package/lib/translated/vi/modules/rce/KeyboardShortcutModal.js +1 -1
  1021. package/lib/translated/vi/modules/rce/RCEWrapper.js +32 -32
  1022. package/lib/translated/vi/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1023. package/lib/translated/vi/modules/rce/ShowOnFocusButton/index.js +3 -1
  1024. package/lib/translated/vi/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1025. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1026. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1027. package/lib/translated/vi/modules/translations/locales/el.js +3 -0
  1028. package/lib/translated/vi/modules/translations/locales/fa_IR.js +3 -0
  1029. package/lib/translated/vi/modules/translations/locales/he.js +3 -0
  1030. package/lib/translated/vi/modules/translations/locales/hu.js +3 -0
  1031. package/lib/translated/vi/modules/translations/locales/hy.js +3 -0
  1032. package/lib/translated/vi/modules/translations/locales/ko.js +3 -0
  1033. package/lib/translated/vi/modules/translations/locales/nn.js +3 -0
  1034. package/lib/translated/vi/modules/translations/locales/ru.js +3 -0
  1035. package/lib/translated/vi/modules/translations/locales/sv.js +3 -0
  1036. package/lib/translated/vi/modules/translations/locales/tr.js +3 -0
  1037. package/lib/translated/vi/modules/translations/locales/uk_UA.js +3 -0
  1038. package/lib/translated/vi/modules/translations/locales/vi.js +3 -0
  1039. package/lib/translated/vi/modules/util/textarea-editing-util.js +7 -3
  1040. package/lib/translated/vi_VN/modules/enhance-user-content/enhance_user_content.js +1 -1
  1041. package/lib/translated/vi_VN/modules/rce/RCEWrapper.js +32 -32
  1042. package/lib/translated/vi_VN/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1043. package/lib/translated/vi_VN/modules/rce/ShowOnFocusButton/index.js +3 -1
  1044. package/lib/translated/vi_VN/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1045. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1046. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1047. package/lib/translated/vi_VN/modules/translations/locales/el.js +3 -0
  1048. package/lib/translated/vi_VN/modules/translations/locales/fa_IR.js +3 -0
  1049. package/lib/translated/vi_VN/modules/translations/locales/he.js +3 -0
  1050. package/lib/translated/vi_VN/modules/translations/locales/hu.js +3 -0
  1051. package/lib/translated/vi_VN/modules/translations/locales/hy.js +3 -0
  1052. package/lib/translated/vi_VN/modules/translations/locales/ko.js +3 -0
  1053. package/lib/translated/vi_VN/modules/translations/locales/nn.js +3 -0
  1054. package/lib/translated/vi_VN/modules/translations/locales/ru.js +3 -0
  1055. package/lib/translated/vi_VN/modules/translations/locales/sv.js +3 -0
  1056. package/lib/translated/vi_VN/modules/translations/locales/tr.js +3 -0
  1057. package/lib/translated/vi_VN/modules/translations/locales/uk_UA.js +3 -0
  1058. package/lib/translated/vi_VN/modules/translations/locales/vi.js +3 -0
  1059. package/lib/translated/vi_VN/modules/util/textarea-editing-util.js +7 -3
  1060. package/lib/translated/zh/modules/enhance-user-content/enhance_user_content.js +1 -1
  1061. package/lib/translated/zh/modules/rce/RCEWrapper.js +32 -32
  1062. package/lib/translated/zh/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1063. package/lib/translated/zh/modules/rce/ShowOnFocusButton/index.js +3 -1
  1064. package/lib/translated/zh/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1065. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1066. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1067. package/lib/translated/zh/modules/translations/locales/el.js +3 -0
  1068. package/lib/translated/zh/modules/translations/locales/fa_IR.js +3 -0
  1069. package/lib/translated/zh/modules/translations/locales/he.js +3 -0
  1070. package/lib/translated/zh/modules/translations/locales/hu.js +3 -0
  1071. package/lib/translated/zh/modules/translations/locales/hy.js +3 -0
  1072. package/lib/translated/zh/modules/translations/locales/ko.js +3 -0
  1073. package/lib/translated/zh/modules/translations/locales/nn.js +3 -0
  1074. package/lib/translated/zh/modules/translations/locales/ru.js +3 -0
  1075. package/lib/translated/zh/modules/translations/locales/sv.js +3 -0
  1076. package/lib/translated/zh/modules/translations/locales/tr.js +3 -0
  1077. package/lib/translated/zh/modules/translations/locales/uk_UA.js +3 -0
  1078. package/lib/translated/zh/modules/translations/locales/vi.js +3 -0
  1079. package/lib/translated/zh/modules/util/textarea-editing-util.js +7 -3
  1080. package/lib/translated/zh-Hans/modules/enhance-user-content/enhance_user_content.js +1 -1
  1081. package/lib/translated/zh-Hans/modules/rce/RCEWrapper.js +32 -32
  1082. package/lib/translated/zh-Hans/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1083. package/lib/translated/zh-Hans/modules/rce/ShowOnFocusButton/index.js +3 -1
  1084. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1085. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1086. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1087. package/lib/translated/zh-Hans/modules/translations/locales/el.js +3 -0
  1088. package/lib/translated/zh-Hans/modules/translations/locales/fa_IR.js +3 -0
  1089. package/lib/translated/zh-Hans/modules/translations/locales/he.js +3 -0
  1090. package/lib/translated/zh-Hans/modules/translations/locales/hu.js +3 -0
  1091. package/lib/translated/zh-Hans/modules/translations/locales/hy.js +3 -0
  1092. package/lib/translated/zh-Hans/modules/translations/locales/ko.js +3 -0
  1093. package/lib/translated/zh-Hans/modules/translations/locales/nn.js +3 -0
  1094. package/lib/translated/zh-Hans/modules/translations/locales/ru.js +3 -0
  1095. package/lib/translated/zh-Hans/modules/translations/locales/sv.js +3 -0
  1096. package/lib/translated/zh-Hans/modules/translations/locales/tr.js +3 -0
  1097. package/lib/translated/zh-Hans/modules/translations/locales/uk_UA.js +3 -0
  1098. package/lib/translated/zh-Hans/modules/translations/locales/vi.js +3 -0
  1099. package/lib/translated/zh-Hans/modules/util/textarea-editing-util.js +7 -3
  1100. package/lib/translated/zh-Hant/modules/enhance-user-content/enhance_user_content.js +1 -1
  1101. package/lib/translated/zh-Hant/modules/rce/RCEWrapper.js +32 -32
  1102. package/lib/translated/zh-Hant/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1103. package/lib/translated/zh-Hant/modules/rce/ShowOnFocusButton/index.js +3 -1
  1104. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1105. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1106. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1107. package/lib/translated/zh-Hant/modules/translations/locales/el.js +3 -0
  1108. package/lib/translated/zh-Hant/modules/translations/locales/fa_IR.js +3 -0
  1109. package/lib/translated/zh-Hant/modules/translations/locales/he.js +3 -0
  1110. package/lib/translated/zh-Hant/modules/translations/locales/hu.js +3 -0
  1111. package/lib/translated/zh-Hant/modules/translations/locales/hy.js +3 -0
  1112. package/lib/translated/zh-Hant/modules/translations/locales/ko.js +3 -0
  1113. package/lib/translated/zh-Hant/modules/translations/locales/nn.js +3 -0
  1114. package/lib/translated/zh-Hant/modules/translations/locales/ru.js +3 -0
  1115. package/lib/translated/zh-Hant/modules/translations/locales/sv.js +3 -0
  1116. package/lib/translated/zh-Hant/modules/translations/locales/tr.js +3 -0
  1117. package/lib/translated/zh-Hant/modules/translations/locales/uk_UA.js +3 -0
  1118. package/lib/translated/zh-Hant/modules/translations/locales/vi.js +3 -0
  1119. package/lib/translated/zh-Hant/modules/util/textarea-editing-util.js +7 -3
  1120. package/lib/translated/zh_HK/modules/enhance-user-content/enhance_user_content.js +1 -1
  1121. package/lib/translated/zh_HK/modules/rce/RCEWrapper.js +32 -32
  1122. package/lib/translated/zh_HK/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
  1123. package/lib/translated/zh_HK/modules/rce/ShowOnFocusButton/index.js +3 -1
  1124. package/lib/translated/zh_HK/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
  1125. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
  1126. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
  1127. package/lib/translated/zh_HK/modules/translations/locales/el.js +3 -0
  1128. package/lib/translated/zh_HK/modules/translations/locales/fa_IR.js +3 -0
  1129. package/lib/translated/zh_HK/modules/translations/locales/he.js +3 -0
  1130. package/lib/translated/zh_HK/modules/translations/locales/hu.js +3 -0
  1131. package/lib/translated/zh_HK/modules/translations/locales/hy.js +3 -0
  1132. package/lib/translated/zh_HK/modules/translations/locales/ko.js +3 -0
  1133. package/lib/translated/zh_HK/modules/translations/locales/nn.js +3 -0
  1134. package/lib/translated/zh_HK/modules/translations/locales/ru.js +3 -0
  1135. package/lib/translated/zh_HK/modules/translations/locales/sv.js +3 -0
  1136. package/lib/translated/zh_HK/modules/translations/locales/tr.js +3 -0
  1137. package/lib/translated/zh_HK/modules/translations/locales/uk_UA.js +3 -0
  1138. package/lib/translated/zh_HK/modules/translations/locales/vi.js +3 -0
  1139. package/lib/translated/zh_HK/modules/util/textarea-editing-util.js +7 -3
  1140. package/lib/translations/locales/el.js +3 -0
  1141. package/lib/translations/locales/fa_IR.js +3 -0
  1142. package/lib/translations/locales/he.js +3 -0
  1143. package/lib/translations/locales/hu.js +3 -0
  1144. package/lib/translations/locales/hy.js +3 -0
  1145. package/lib/translations/locales/ko.js +3 -0
  1146. package/lib/translations/locales/nn.js +3 -0
  1147. package/lib/translations/locales/ru.js +3 -0
  1148. package/lib/translations/locales/sv.js +3 -0
  1149. package/lib/translations/locales/tr.js +3 -0
  1150. package/lib/translations/locales/uk_UA.js +3 -0
  1151. package/lib/translations/locales/vi.js +3 -0
  1152. package/lib/util/textarea-editing-util.js +7 -3
  1153. package/package.json +1 -1
  1154. package/testcafe/build/145.js +1 -1
  1155. package/testcafe/build/148.js +1 -1
  1156. package/testcafe/build/15.js +1 -1
  1157. package/testcafe/build/153.js +1 -1
  1158. package/testcafe/build/26.js +2 -2
  1159. package/testcafe/build/30.js +14 -14
  1160. package/testcafe/build/42.js +1 -1
  1161. package/testcafe/build/47.js +1 -1
  1162. package/testcafe/build/49.js +1 -1
  1163. package/testcafe/build/50.js +1 -1
  1164. package/testcafe/build/51.js +1 -1
  1165. package/testcafe/build/54.js +1 -1
  1166. package/testcafe/build/59.js +1 -1
  1167. package/testcafe/build/61.js +1 -1
  1168. package/testcafe/build/62.js +1 -1
  1169. package/testcafe/build/9.js +192 -225
  1170. package/testcafe/build/testcafe.js +4 -4
@@ -1021,7 +1021,7 @@ const styles = {
1021
1021
  'root': 'canvas-rce__skins--root'
1022
1022
  };
1023
1023
  const skinCSSBinding = {
1024
- componentId: 'djyKk',
1024
+ componentId: 'djgIv',
1025
1025
  template: function (theme) {
1026
1026
  return `
1027
1027
 
@@ -1064,8 +1064,6 @@ const skinCSSBinding = {
1064
1064
 
1065
1065
  button::-moz-focus-inner{border:0}
1066
1066
 
1067
- .tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-icon--flip svg{transform:rotateY(180deg)}
1068
-
1069
1067
  .tinymce__oxide--tox .tinymce__oxide--accessibility-issue__header{align-items:center;display:flex;margin-bottom:4px}
1070
1068
 
1071
1069
  .tinymce__oxide--tox .tinymce__oxide--accessibility-issue__description{align-items:stretch;border:1px solid #ccc;border-radius:3px;display:flex;justify-content:space-between}
@@ -1262,6 +1260,8 @@ button::-moz-focus-inner{border:0}
1262
1260
 
1263
1261
  .tinymce__oxide--tox .tinymce__oxide--tox-collection--toolbar .tinymce__oxide--tox-collection__item--active:not(.tinymce__oxide--tox-collection__item--state-disabled){color:#222f3e}
1264
1262
 
1263
+ .tinymce__oxide--tox .tinymce__oxide--tox-collection__item--state-disabled{background-color:transparent;color:rgba(34,47,62,.5);cursor:not-allowed}
1264
+
1265
1265
  .tinymce__oxide--tox .tinymce__oxide--tox-collection__item-checkmark,.tinymce__oxide--tox .tinymce__oxide--tox-collection__item-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}
1266
1266
 
1267
1267
  .tinymce__oxide--tox .tinymce__oxide--tox-collection__item-checkmark svg,.tinymce__oxide--tox .tinymce__oxide--tox-collection__item-icon svg{fill:currentColor}
@@ -1278,10 +1278,6 @@ button::-moz-focus-inner{border:0}
1278
1278
 
1279
1279
  .tinymce__oxide--tox .tinymce__oxide--tox-collection__item-caret svg{fill:#222f3e}
1280
1280
 
1281
- .tinymce__oxide--tox .tinymce__oxide--tox-collection__item--state-disabled{background-color:transparent;color:rgba(34,47,62,.5);cursor:not-allowed}
1282
-
1283
- .tinymce__oxide--tox .tinymce__oxide--tox-collection__item--state-disabled .tinymce__oxide--tox-collection__item-caret svg{fill:rgba(34,47,62,.5)}
1284
-
1285
1281
  .tinymce__oxide--tox .tinymce__oxide--tox-collection--list .tinymce__oxide--tox-collection__item:not(.tinymce__oxide--tox-collection__item--enabled) .tinymce__oxide--tox-collection__item-checkmark svg{display:none}
1286
1282
 
1287
1283
  .tinymce__oxide--tox .tinymce__oxide--tox-collection--list .tinymce__oxide--tox-collection__item:not(.tinymce__oxide--tox-collection__item--enabled) .tinymce__oxide--tox-collection__item-accessory+.tinymce__oxide--tox-collection__item-checkmark{display:none}
@@ -1342,6 +1338,8 @@ button::-moz-focus-inner{border:0}
1342
1338
 
1343
1339
  .tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-collection--list .tinymce__oxide--tox-collection__item>.tinymce__oxide--tox-collection__item-label:first-child{margin-right:4px}
1344
1340
 
1341
+ .tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-collection__item-icon-rtl .tinymce__oxide--tox-collection__item-icon svg{transform:rotateY(180deg)}
1342
+
1345
1343
  .tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-collection__item-accessory{margin-right:16px;text-align:left}
1346
1344
 
1347
1345
  [dir="ltr"] .tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-collection__item-accessory{text-align:left}
@@ -1824,13 +1822,13 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
1824
1822
 
1825
1823
  .tinymce__oxide--tox .tinymce__oxide--tox-textarea{appearance:textarea;white-space:pre-wrap}
1826
1824
 
1827
- .tinymce__oxide--tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}
1825
+ .tinymce__oxide--tox-fullscreen{border:0;height:100%;left:0;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;position:fixed;top:0;touch-action:pinch-zoom;width:100%}
1828
1826
 
1829
1827
  .tinymce__oxide--tox.tinymce__oxide--tox-tinymce.tinymce__oxide--tox-fullscreen .tinymce__oxide--tox-statusbar__resize-handle{display:none}
1830
1828
 
1831
- .tinymce__oxide--tox-shadowhost.tinymce__oxide--tox-fullscreen,.tinymce__oxide--tox.tinymce__oxide--tox-tinymce.tinymce__oxide--tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}
1829
+ .tinymce__oxide--tox.tinymce__oxide--tox-tinymce.tinymce__oxide--tox-fullscreen{background-color:transparent;z-index:1200}
1832
1830
 
1833
- .tinymce__oxide--tox.tinymce__oxide--tox-tinymce.tinymce__oxide--tox-fullscreen{background-color:transparent}
1831
+ .tinymce__oxide--tox-shadowhost.tinymce__oxide--tox-fullscreen{z-index:1200}
1834
1832
 
1835
1833
  .tinymce__oxide--tox-fullscreen .tinymce__oxide--tox.tinymce__oxide--tox-tinymce-aux,.tinymce__oxide--tox-fullscreen~.tinymce__oxide--tox.tinymce__oxide--tox-tinymce-aux{z-index:1201}
1836
1834
 
@@ -1926,7 +1924,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
1926
1924
 
1927
1925
  .tinymce__oxide--tox .tinymce__oxide--tox-notification p{font-size:14px;font-weight:400}
1928
1926
 
1929
- .tinymce__oxide--tox .tinymce__oxide--tox-notification a{cursor:pointer;text-decoration:underline}
1927
+ .tinymce__oxide--tox .tinymce__oxide--tox-notification a{text-decoration:underline}
1930
1928
 
1931
1929
  .tinymce__oxide--tox .tinymce__oxide--tox-notification--in{opacity:1}
1932
1930
 
@@ -1984,11 +1982,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
1984
1982
 
1985
1983
  .tinymce__oxide--tox .tinymce__oxide--tox-pop--resizing{transition:width .1s ease}
1986
1984
 
1987
- .tinymce__oxide--tox .tinymce__oxide--tox-pop--resizing .tinymce__oxide--tox-toolbar,.tinymce__oxide--tox .tinymce__oxide--tox-pop--resizing .tinymce__oxide--tox-toolbar__group{flex-wrap:nowrap}
1988
-
1989
- .tinymce__oxide--tox .tinymce__oxide--tox-pop--transition{transition:.15s ease;transition-property:left,right,top,bottom}
1990
-
1991
- .tinymce__oxide--tox .tinymce__oxide--tox-pop--transition::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop--transition::before{transition:all .15s,visibility 0s,opacity 75ms ease 75ms}
1985
+ .tinymce__oxide--tox .tinymce__oxide--tox-pop--resizing .tinymce__oxide--tox-toolbar{flex-wrap:nowrap}
1992
1986
 
1993
1987
  .tinymce__oxide--tox .tinymce__oxide--tox-pop__dialog{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15);min-width:0;overflow:hidden}
1994
1988
 
@@ -1996,9 +1990,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
1996
1990
 
1997
1991
  .tinymce__oxide--tox .tinymce__oxide--tox-pop__dialog .tinymce__oxide--tox-toolbar{background-color:transparent;margin-bottom:-1px}
1998
1992
 
1999
- .tinymce__oxide--tox .tinymce__oxide--tox-pop::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop::before{border-style:solid;content:'';display:block;height:0;opacity:1;position:absolute;width:0}
2000
-
2001
- .tinymce__oxide--tox .tinymce__oxide--tox-pop.tinymce__oxide--tox-pop--inset::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop.tinymce__oxide--tox-pop--inset::before{opacity:0;transition:all 0s .15s,visibility 0s,opacity 75ms ease}
1993
+ .tinymce__oxide--tox .tinymce__oxide--tox-pop::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop::before{border-style:solid;content:'';display:block;height:0;position:absolute;width:0}
2002
1994
 
2003
1995
  .tinymce__oxide--tox .tinymce__oxide--tox-pop.tinymce__oxide--tox-pop--bottom::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop.tinymce__oxide--tox-pop--bottom::before{left:50%;top:100%}
2004
1996
 
@@ -2196,6 +2188,8 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
2196
2188
 
2197
2189
  .tinymce__oxide--tox.tinymce__oxide--tox-tinymce-aux .tinymce__oxide--tox-toolbar__overflow{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15)}
2198
2190
 
2191
+ .tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-tbtn__icon-rtl svg{transform:rotateY(180deg)}
2192
+
2199
2193
  .tinymce__oxide--tox .tinymce__oxide--tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0 0;padding:0 4px 0 4px}
2200
2194
 
2201
2195
  .tinymce__oxide--tox .tinymce__oxide--tox-toolbar__group--pull-right{margin-left:auto}
@@ -2248,7 +2242,6 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
2248
2242
  'tox-tinymce-inline': 'tinymce__oxide--tox-tinymce-inline',
2249
2243
  'tox-editor-header': 'tinymce__oxide--tox-editor-header',
2250
2244
  'tox-tinymce-aux': 'tinymce__oxide--tox-tinymce-aux',
2251
- 'tox-icon--flip': 'tinymce__oxide--tox-icon--flip',
2252
2245
  'accessibility-issue__header': 'tinymce__oxide--accessibility-issue__header',
2253
2246
  'accessibility-issue__description': 'tinymce__oxide--accessibility-issue__description',
2254
2247
  'accessibility-issue__repair': 'tinymce__oxide--accessibility-issue__repair',
@@ -2300,6 +2293,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
2300
2293
  'tox-collection__item-container--valign-bottom': 'tinymce__oxide--tox-collection__item-container--valign-bottom',
2301
2294
  'tox-collection__item-container--column': 'tinymce__oxide--tox-collection__item-container--column',
2302
2295
  'tox-collection': 'tinymce__oxide--tox-collection',
2296
+ 'tox-collection__item-icon-rtl': 'tinymce__oxide--tox-collection__item-icon-rtl',
2303
2297
  'tox-color-picker-container': 'tinymce__oxide--tox-color-picker-container',
2304
2298
  'tox-sv-palette': 'tinymce__oxide--tox-sv-palette',
2305
2299
  'tox-sv-palette-spectrum': 'tinymce__oxide--tox-sv-palette-spectrum',
@@ -2458,10 +2452,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
2458
2452
  'tox-progress-bar': 'tinymce__oxide--tox-progress-bar',
2459
2453
  'tox-pop': 'tinymce__oxide--tox-pop',
2460
2454
  'tox-pop--resizing': 'tinymce__oxide--tox-pop--resizing',
2461
- 'tox-toolbar__group': 'tinymce__oxide--tox-toolbar__group',
2462
- 'tox-pop--transition': 'tinymce__oxide--tox-pop--transition',
2463
2455
  'tox-pop__dialog': 'tinymce__oxide--tox-pop__dialog',
2464
- 'tox-pop--inset': 'tinymce__oxide--tox-pop--inset',
2465
2456
  'tox-pop--bottom': 'tinymce__oxide--tox-pop--bottom',
2466
2457
  'tox-pop--top': 'tinymce__oxide--tox-pop--top',
2467
2458
  'tox-pop--left': 'tinymce__oxide--tox-pop--left',
@@ -2513,6 +2504,8 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
2513
2504
  'tox-toolbar__overflow--shrinking': 'tinymce__oxide--tox-toolbar__overflow--shrinking',
2514
2505
  'tox-toolbar--scrolling': 'tinymce__oxide--tox-toolbar--scrolling',
2515
2506
  'tox-toolbar--no-divider': 'tinymce__oxide--tox-toolbar--no-divider',
2507
+ 'tox-tbtn__icon-rtl': 'tinymce__oxide--tox-tbtn__icon-rtl',
2508
+ 'tox-toolbar__group': 'tinymce__oxide--tox-toolbar__group',
2516
2509
  'tox-toolbar__group--pull-right': 'tinymce__oxide--tox-toolbar__group--pull-right',
2517
2510
  'tox-tooltip': 'tinymce__oxide--tox-tooltip',
2518
2511
  'tox-tooltip__body': 'tinymce__oxide--tox-tooltip__body',
@@ -2530,7 +2523,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
2530
2523
  'tox-image-tools__sidebar': 'tinymce__oxide--tox-image-tools__sidebar'
2531
2524
  };
2532
2525
  const contentCSSBinding = {
2533
- componentId: 'HwtZZ',
2526
+ componentId: 'bKkob',
2534
2527
  template: function (theme) {
2535
2528
  return `
2536
2529
 
@@ -2859,7 +2852,7 @@ pre[class*="language-"] {
2859
2852
  height: 10px;
2860
2853
  position: absolute;
2861
2854
  width: 10px;
2862
- z-index: 1298;
2855
+ z-index: 10000;
2863
2856
  }
2864
2857
  .tinymce__oxide--mce-content-body div.tinymce__oxide--mce-resizehandle:hover {
2865
2858
  background-color: #4099ff;
@@ -4009,16 +4002,20 @@ let RCEWrapper = (_dec = themeable(theme, styles), _dec(_class = (_class2 = clas
4009
4002
 
4010
4003
  this.KBShortcutModalExited = () => {
4011
4004
  if (this.state.KBShortcutFocusReturn === this.iframe) {
4012
- // if the iframe has focus, we need to forward it on to tinymce
4005
+ // launched using a kb shortcut
4006
+ // the iframe has focus so we need to forward it on to tinymce editor
4013
4007
  this.editor.focus(false);
4014
- } else if (this._showOnFocusButton && document.activeElement === document.body) {
4015
- // when the modal is opened from the showOnFocus button, focus doesn't
4016
- // get automatically returned to the button like it should.
4017
- this._showOnFocusButton.focus();
4018
- } else {
4008
+ } else if (this.state.KBShortcutFocusReturn === document.getElementById(`show-on-focus-btn-${this.id}`)) {
4019
4009
  var _this$_showOnFocusBut;
4020
4010
 
4011
+ // launched from showOnFocus button
4012
+ // edge case where focusing KBShortcutFocusReturn doesn't work
4021
4013
  (_this$_showOnFocusBut = this._showOnFocusButton) === null || _this$_showOnFocusBut === void 0 ? void 0 : _this$_showOnFocusBut.focus();
4014
+ } else {
4015
+ var _this$state$KBShortcu;
4016
+
4017
+ // launched from kb shortcut button on status bar
4018
+ (_this$state$KBShortcu = this.state.KBShortcutFocusReturn) === null || _this$state$KBShortcu === void 0 ? void 0 : _this$state$KBShortcu.focus();
4022
4019
  }
4023
4020
  };
4024
4021
 
@@ -5190,6 +5187,7 @@ let RCEWrapper = (_dec = themeable(theme, styles), _dec(_class = (_class2 = clas
5190
5187
  onFocus: this.handleFocusRCE,
5191
5188
  onBlur: this.handleBlurRCE
5192
5189
  }, this.state.shouldShowOnFocusButton && /*#__PURE__*/React.createElement(ShowOnFocusButton, {
5190
+ id: `show-on-focus-btn-${this.id}`,
5193
5191
  onClick: this.openKBShortcutModal,
5194
5192
  margin: "xx-small",
5195
5193
  screenReaderLabel: "Tastenkombinationen anzeigen",
@@ -5231,7 +5229,9 @@ let RCEWrapper = (_dec = themeable(theme, styles), _dec(_class = (_class2 = clas
5231
5229
  onFullscreen: this.handleClickFullscreen,
5232
5230
  a11yBadgeColor: this.theme.canvasBadgeBackgroundColor,
5233
5231
  a11yErrorsCount: this.state.a11yErrorsCount,
5234
- onWordcountModalOpen: () => launchWordcountModal(this.mceInstance(), document),
5232
+ onWordcountModalOpen: () => launchWordcountModal(this.mceInstance(), document, {
5233
+ skipEditorFocus: true
5234
+ }),
5235
5235
  disabledPlugins: this.pluginsToExclude
5236
5236
  }), this.props.trayProps && this.props.trayProps.containingContext && /*#__PURE__*/React.createElement(CanvasContentTray, Object.assign({
5237
5237
  mountNode: this.state.popupMountNode,
@@ -21,6 +21,7 @@ import ShowOnFocusButton from '../index';
21
21
 
22
22
  function renderComponent() {
23
23
  return render( /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(ShowOnFocusButton, {
24
+ id: "show-on-focus-btn-1",
24
25
  screenReaderLabel: "read me"
25
26
  }, "I am a button"), /*#__PURE__*/React.createElement("input", {
26
27
  id: "focusme"
@@ -58,6 +58,7 @@ export default class ShowOnFocusButton extends Component {
58
58
 
59
59
  renderButton() {
60
60
  return /*#__PURE__*/React.createElement(IconButton, {
61
+ id: this.props.id,
61
62
  "data-testid": "ShowOnFocusButton__button",
62
63
  color: "primary",
63
64
  "aria-haspopup": "dialog",
@@ -87,5 +88,6 @@ ShowOnFocusButton.propTypes = {
87
88
  // func === functional component
88
89
  onClick: func,
89
90
  screenReaderLabel: string.isRequired,
90
- margin: string
91
+ margin: string,
92
+ id: string.isRequired
91
93
  };
@@ -26,9 +26,11 @@ import { performTextEditActionOnTextarea } from '../../../../util/textarea-editi
26
26
  */
27
27
 
28
28
  export function insertTextIntoLatexTextarea(textarea, insertionText) {
29
- const currentText = (textarea === null || textarea === void 0 ? void 0 : textarea.value) ?? '';
30
- const selStart = (textarea === null || textarea === void 0 ? void 0 : textarea.selectionStart) ?? currentText.length;
31
- const selEnd = (textarea === null || textarea === void 0 ? void 0 : textarea.selectionEnd) ?? selStart;
29
+ var _textarea$value, _textarea$selectionSt, _textarea$selectionEn;
30
+
31
+ const currentText = (_textarea$value = textarea === null || textarea === void 0 ? void 0 : textarea.value) !== null && _textarea$value !== void 0 ? _textarea$value : '';
32
+ const selStart = (_textarea$selectionSt = textarea === null || textarea === void 0 ? void 0 : textarea.selectionStart) !== null && _textarea$selectionSt !== void 0 ? _textarea$selectionSt : currentText.length;
33
+ const selEnd = (_textarea$selectionEn = textarea === null || textarea === void 0 ? void 0 : textarea.selectionEnd) !== null && _textarea$selectionEn !== void 0 ? _textarea$selectionEn : selStart;
32
34
  textarea.focus();
33
35
  planInsertTextIntoLatexTextarea({
34
36
  insertionText,
@@ -56,10 +58,12 @@ export function planInsertTextIntoLatexTextarea(args) {
56
58
  );
57
59
 
58
60
  if (doubleParamParts) {
61
+ var _ref, _m$, _ref2, _m$2, _ref3, _m$3, _ref4, _m$4;
62
+
59
63
  const m = doubleParamParts;
60
- const before = m[1] ?? m[3] ?? '';
61
- const middle = (m[2] ?? m[4] ?? '') + (m[5] ?? m[7] ?? '');
62
- const after = m[6] ?? m[8] ?? '';
64
+ const before = (_ref = (_m$ = m[1]) !== null && _m$ !== void 0 ? _m$ : m[3]) !== null && _ref !== void 0 ? _ref : '';
65
+ const middle = ((_ref2 = (_m$2 = m[2]) !== null && _m$2 !== void 0 ? _m$2 : m[4]) !== null && _ref2 !== void 0 ? _ref2 : '') + ((_ref3 = (_m$3 = m[5]) !== null && _m$3 !== void 0 ? _m$3 : m[7]) !== null && _ref3 !== void 0 ? _ref3 : '');
66
+ const after = (_ref4 = (_m$4 = m[6]) !== null && _m$4 !== void 0 ? _m$4 : m[8]) !== null && _ref4 !== void 0 ? _ref4 : '';
63
67
 
64
68
  if (selectedText.length) {
65
69
  // When there is a selection with a double-parameter command, the selection should fill the first parameter
@@ -80,8 +84,10 @@ export function planInsertTextIntoLatexTextarea(args) {
80
84
  }];
81
85
  }
82
86
  } else if (singleParamParts) {
83
- const before = singleParamParts[1] ?? singleParamParts[3];
84
- const after = singleParamParts[2] ?? singleParamParts[4];
87
+ var _singleParamParts$, _singleParamParts$2;
88
+
89
+ const before = (_singleParamParts$ = singleParamParts[1]) !== null && _singleParamParts$ !== void 0 ? _singleParamParts$ : singleParamParts[3];
90
+ const after = (_singleParamParts$2 = singleParamParts[2]) !== null && _singleParamParts$2 !== void 0 ? _singleParamParts$2 : singleParamParts[4];
85
91
 
86
92
  if (selectedText.length) {
87
93
  // When there is a selection and only a single parameter, the selection should be used as the parameter
@@ -19,7 +19,7 @@ import React from 'react';
19
19
  import ReactDOM from 'react-dom';
20
20
  import { generateRows, HEADERS } from './utils/tableContent';
21
21
  const MODAL_ID = 'canvas-rce-wordcount-container';
22
- export default function (ed, document) {
22
+ export default function (ed, document, options) {
23
23
  return import('./components/WordCountModal').then(_ref => {
24
24
  let {
25
25
  WordCountModal
@@ -33,8 +33,11 @@ export default function (ed, document) {
33
33
  }
34
34
 
35
35
  const handleDismiss = () => {
36
- ReactDOM.unmountComponentAtNode(container);
37
- ed.focus(false);
36
+ if (container) {
37
+ ReactDOM.unmountComponentAtNode(container);
38
+ }
39
+
40
+ ed.focus(options.skipEditorFocus);
38
41
  };
39
42
 
40
43
  ReactDOM.render( /*#__PURE__*/React.createElement(WordCountModal, {
@@ -19,7 +19,9 @@ import tinymce from 'tinymce';
19
19
  import formatMessage from '../../../format-message';
20
20
  import clickCallback from './clickCallback';
21
21
  tinymce.PluginManager.add('instructure_wordcount', function (ed) {
22
- ed.addCommand('instructureWordcount', () => clickCallback(ed, document));
22
+ ed.addCommand('instructureWordcount', () => clickCallback(ed, document, {
23
+ skipEditorFocus: false
24
+ }));
23
25
  ed.ui.registry.addMenuItem('instructure_wordcount', {
24
26
  text: "Word Count",
25
27
  icon: 'character-count',
@@ -114,6 +114,9 @@ const locale = {
114
114
  "delimiters_4db4840d": {
115
115
  "message": "Οριοθέτες"
116
116
  },
117
+ "description_436c48d7": {
118
+ "message": "Περιγραφή"
119
+ },
117
120
  "details_98a31b68": {
118
121
  "message": "Λεπτομέρειες"
119
122
  },
@@ -141,6 +141,9 @@ const locale = {
141
141
  "delimiters_4db4840d": {
142
142
  "message": "جداکننده ها"
143
143
  },
144
+ "description_436c48d7": {
145
+ "message": "شرح"
146
+ },
144
147
  "details_98a31b68": {
145
148
  "message": "اطلاعات"
146
149
  },
@@ -123,6 +123,9 @@ const locale = {
123
123
  "delimiters_4db4840d": {
124
124
  "message": "מפסקים"
125
125
  },
126
+ "description_436c48d7": {
127
+ "message": "תיאור"
128
+ },
126
129
  "details_98a31b68": {
127
130
  "message": "פרטים"
128
131
  },
@@ -369,6 +369,9 @@ const locale = {
369
369
  "describe_the_video_2fe8f46a": {
370
370
  "message": "(A videó leírása)"
371
371
  },
372
+ "description_436c48d7": {
373
+ "message": "Leírás"
374
+ },
372
375
  "details_98a31b68": {
373
376
  "message": "Részletek"
374
377
  },
@@ -114,6 +114,9 @@ const locale = {
114
114
  "delimiters_4db4840d": {
115
115
  "message": "Բաժանիչներ"
116
116
  },
117
+ "description_436c48d7": {
118
+ "message": "Նկարագրություն"
119
+ },
117
120
  "details_98a31b68": {
118
121
  "message": "Մանրամասներ"
119
122
  },
@@ -87,6 +87,9 @@ const locale = {
87
87
  "delimiters_4db4840d": {
88
88
  "message": "구분자"
89
89
  },
90
+ "description_436c48d7": {
91
+ "message": "설명"
92
+ },
90
93
  "details_98a31b68": {
91
94
  "message": "세부 정보"
92
95
  },
@@ -372,6 +372,9 @@ const locale = {
372
372
  "describe_the_video_2fe8f46a": {
373
373
  "message": "(Skildre videoen)"
374
374
  },
375
+ "description_436c48d7": {
376
+ "message": "Skildring"
377
+ },
375
378
  "details_98a31b68": {
376
379
  "message": "Detaljar"
377
380
  },
@@ -21,6 +21,9 @@ const locale = {
21
21
  "count_plural_one_item_loaded_other_items_loaded_857023b7": {
22
22
  "message": "{ count, plural,\n one {}\n few {}\n many {}\n other {}\n}"
23
23
  },
24
+ "description_436c48d7": {
25
+ "message": "Описание"
26
+ },
24
27
  "icon_215a1dc6": {
25
28
  "message": "Значок"
26
29
  },
@@ -21,6 +21,9 @@ const locale = {
21
21
  "count_plural_one_item_loaded_other_items_loaded_857023b7": {
22
22
  "message": "{ count, plural,\n one {}\n other {}\n}"
23
23
  },
24
+ "description_436c48d7": {
25
+ "message": "Beskrivning"
26
+ },
24
27
  "icon_215a1dc6": {
25
28
  "message": "Ikon"
26
29
  },
@@ -201,6 +201,9 @@ const locale = {
201
201
  "delimiters_4db4840d": {
202
202
  "message": "Ayıraçlar"
203
203
  },
204
+ "description_436c48d7": {
205
+ "message": "Açıklama"
206
+ },
204
207
  "details_98a31b68": {
205
208
  "message": "Ayrıntılar"
206
209
  },
@@ -144,6 +144,9 @@ const locale = {
144
144
  "delimiters_4db4840d": {
145
145
  "message": "Розділювачі"
146
146
  },
147
+ "description_436c48d7": {
148
+ "message": "Опис"
149
+ },
147
150
  "details_98a31b68": {
148
151
  "message": "Подробиці"
149
152
  },
@@ -21,6 +21,9 @@ const locale = {
21
21
  "count_plural_one_item_loaded_other_items_loaded_857023b7": {
22
22
  "message": "{ count, plural,\n other {}\n}"
23
23
  },
24
+ "description_436c48d7": {
25
+ "message": "Mô tả"
26
+ },
24
27
  "icon_215a1dc6": {
25
28
  "message": "Biểu tượng"
26
29
  }
@@ -31,12 +31,14 @@ import { assertNever } from './assertNever';
31
31
  * Executes the given text edit actions on a <textarea>
32
32
  */
33
33
  export function performTextEditActionOnTextarea(textarea, editAction) {
34
+ var _editAction$before, _editAction$after;
35
+
34
36
  switch (editAction.action) {
35
37
  case 'insert':
36
38
  return textFieldEdit.insert(textarea, editAction.text);
37
39
 
38
40
  case 'wrapSelection':
39
- return textFieldEdit.wrapSelection(textarea, editAction.before ?? '', editAction.after ?? '');
41
+ return textFieldEdit.wrapSelection(textarea, (_editAction$before = editAction.before) !== null && _editAction$before !== void 0 ? _editAction$before : '', (_editAction$after = editAction.after) !== null && _editAction$after !== void 0 ? _editAction$after : '');
40
42
 
41
43
  default:
42
44
  assertNever(editAction);
@@ -63,8 +65,10 @@ export function performTextEditActionsOnString(args) {
63
65
 
64
66
  case 'wrapSelection':
65
67
  {
66
- const before = action.before ?? '';
67
- const after = action.after ?? '';
68
+ var _action$before, _action$after;
69
+
70
+ const before = (_action$before = action.before) !== null && _action$before !== void 0 ? _action$before : '';
71
+ const after = (_action$after = action.after) !== null && _action$after !== void 0 ? _action$after : '';
68
72
  currentText = currentText.substring(0, selStart) + before + currentText.substring(selStart, selEnd) + after + currentText.substring(selEnd);
69
73
  selStart += before.length;
70
74
  selEnd += before.length;
@@ -48,7 +48,7 @@ function makeExternalLinkIcon(forLink) {
48
48
  const dir = forLink && window.getComputedStyle(forLink).direction || 'ltr';
49
49
  const $icon = document.createElement('span');
50
50
  $icon.setAttribute('class', 'external_link_icon');
51
- const style = `margin-inline-start: 5px; ${dir === 'rtl' ? 'transform:scale(-1, 1)' : ''}`;
51
+ const style = `margin-inline-start: 5px; display: inline-block; ${dir === 'rtl' ? 'transform:scale(-1, 1)' : ''}`;
52
52
  $icon.setAttribute('style', style);
53
53
  $icon.setAttribute('role', 'presentation');
54
54
  $icon.innerHTML = IconExternalLinkSVG;
@@ -57,7 +57,7 @@ export default function KeyboardShortcutModal(props) {
57
57
  id: "shortcut_header"
58
58
  }, /*#__PURE__*/React.createElement(ScreenReaderContent, null, "Shortcut")), /*#__PURE__*/React.createElement(Table.ColHeader, {
59
59
  id: "description_header"
60
- }, /*#__PURE__*/React.createElement(ScreenReaderContent, null, "Description")))), /*#__PURE__*/React.createElement(Table.Body, null, /*#__PURE__*/React.createElement(Table.Row, null, /*#__PURE__*/React.createElement(Table.Cell, null, /*#__PURE__*/React.createElement(Text, {
60
+ }, /*#__PURE__*/React.createElement(ScreenReaderContent, null, "\u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE")))), /*#__PURE__*/React.createElement(Table.Body, null, /*#__PURE__*/React.createElement(Table.Row, null, /*#__PURE__*/React.createElement(Table.Cell, null, /*#__PURE__*/React.createElement(Text, {
61
61
  weight: "bold"
62
62
  }, OSKey, "+F8")), /*#__PURE__*/React.createElement(Table.Cell, null, "Open this keyboard shortcuts dialog")), /*#__PURE__*/React.createElement(Table.Row, null, /*#__PURE__*/React.createElement(Table.Cell, null, /*#__PURE__*/React.createElement(Text, {
63
63
  weight: "bold"