@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
@@ -8,7 +8,7 @@
8
8
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
9
 
10
10
  "use strict";
11
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/vi_VN */ \"./src/translations/tinymce/vi_VN.js\");\n/* harmony import */ var _tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1__);\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\nconst locale = {\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n other {}\\n}\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Biểu tượng\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n vi: locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/vi.js?");
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/vi_VN */ \"./src/translations/tinymce/vi_VN.js\");\n/* harmony import */ var _tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1__);\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\nconst locale = {\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n other {}\\n}\"\n },\n \"description_436c48d7\": {\n \"message\": \"Mô tả\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Biểu tượng\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n vi: locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/vi.js?");
12
12
 
13
13
  /***/ })
14
14
 
@@ -536,7 +536,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cli
536
536
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
537
537
 
538
538
  "use strict";
539
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tinymce */ \"../../node_modules/tinymce/tinymce.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(tinymce__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _clickCallback__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./clickCallback */ \"./src/rce/plugins/instructure_wordcount/clickCallback.tsx\");\n/*\n * Copyright (C) 2022 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\ntinymce__WEBPACK_IMPORTED_MODULE_0___default.a.PluginManager.add('instructure_wordcount', function (ed) {\n ed.addCommand('instructureWordcount', () => Object(_clickCallback__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(ed, document));\n ed.ui.registry.addMenuItem('instructure_wordcount', {\n text: Object(_format_message__WEBPACK_IMPORTED_MODULE_1__[\"default\"])('Word Count'),\n icon: 'character-count',\n onAction: () => ed.execCommand('instructureWordcount')\n });\n});\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_wordcount/plugin.ts?");
539
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tinymce */ \"../../node_modules/tinymce/tinymce.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(tinymce__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _clickCallback__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./clickCallback */ \"./src/rce/plugins/instructure_wordcount/clickCallback.tsx\");\n/*\n * Copyright (C) 2022 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\ntinymce__WEBPACK_IMPORTED_MODULE_0___default.a.PluginManager.add('instructure_wordcount', function (ed) {\n ed.addCommand('instructureWordcount', () => Object(_clickCallback__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(ed, document, {\n skipEditorFocus: false\n }));\n ed.ui.registry.addMenuItem('instructure_wordcount', {\n text: Object(_format_message__WEBPACK_IMPORTED_MODULE_1__[\"default\"])('Word Count'),\n icon: 'character-count',\n onAction: () => ed.execCommand('instructureWordcount')\n });\n});\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_wordcount/plugin.ts?");
540
540
 
541
541
  /***/ }),
542
542
 
@@ -596,7 +596,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
596
596
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
597
597
 
598
598
  "use strict";
599
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _common_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../common/browser */ \"./src/common/browser.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tinymce */ \"../../node_modules/tinymce/tinymce.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(tinymce__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tinymce/themes/silver/theme */ \"../../node_modules/tinymce/themes/silver/theme.js\");\n/* harmony import */ var tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tinymce/icons/default */ \"../../node_modules/tinymce/icons/default/index.js\");\n/* harmony import */ var tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tinymce/plugins/autolink/plugin */ \"../../node_modules/tinymce/plugins/autolink/plugin.js\");\n/* harmony import */ var tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! tinymce/plugins/autoresize/plugin */ \"../../node_modules/tinymce/plugins/autoresize/plugin.js\");\n/* harmony import */ var tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! tinymce/plugins/link/plugin */ \"../../node_modules/tinymce/plugins/link/plugin.js\");\n/* harmony import */ var tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! tinymce/plugins/noneditable/plugin */ \"../../node_modules/tinymce/plugins/noneditable/plugin.js\");\n/* harmony import */ var tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! tinymce/plugins/media/plugin */ \"../../node_modules/tinymce/plugins/media/plugin.js\");\n/* harmony import */ var tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! tinymce/plugins/directionality/plugin */ \"../../node_modules/tinymce/plugins/directionality/plugin.js\");\n/* harmony import */ var tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! tinymce/plugins/lists/plugin */ \"../../node_modules/tinymce/plugins/lists/plugin.js\");\n/* harmony import */ var tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10__);\n/* harmony import */ var tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! tinymce/plugins/textpattern/plugin */ \"../../node_modules/tinymce/plugins/textpattern/plugin.js\");\n/* harmony import */ var tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11__);\n/* harmony import */ var tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! tinymce/plugins/wordcount/plugin */ \"../../node_modules/tinymce/plugins/wordcount/plugin.js\");\n/* harmony import */ var tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12__);\n/* harmony import */ var tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! tinymce/plugins/paste/plugin */ \"../../node_modules/tinymce/plugins/paste/plugin.js\");\n/* harmony import */ var tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13__);\n/* harmony import */ var tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! tinymce/plugins/table/plugin */ \"../../node_modules/tinymce/plugins/table/plugin.js\");\n/* harmony import */ var tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14__);\n/* harmony import */ var tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! tinymce/plugins/hr/plugin */ \"../../node_modules/tinymce/plugins/hr/plugin.js\");\n/* harmony import */ var tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15__);\n/* harmony import */ var _plugins_instructure_ui_icons_plugin__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./plugins/instructure-ui-icons/plugin */ \"./src/rce/plugins/instructure-ui-icons/plugin.ts\");\n/* harmony import */ var _plugins_instructure_condensed_buttons_plugin__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./plugins/instructure_condensed_buttons/plugin */ \"./src/rce/plugins/instructure_condensed_buttons/plugin.ts\");\n/* harmony import */ var _plugins_instructure_equation_plugin__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./plugins/instructure_equation/plugin */ \"./src/rce/plugins/instructure_equation/plugin.ts\");\n/* harmony import */ var _plugins_instructure_image_plugin__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./plugins/instructure_image/plugin */ \"./src/rce/plugins/instructure_image/plugin.ts\");\n/* harmony import */ var _plugins_instructure_external_tools_plugin__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./plugins/instructure_external_tools/plugin */ \"./src/rce/plugins/instructure_external_tools/plugin.ts\");\n/* harmony import */ var _plugins_instructure_record_plugin__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./plugins/instructure_record/plugin */ \"./src/rce/plugins/instructure_record/plugin.ts\");\n/* harmony import */ var _plugins_instructure_links_plugin__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./plugins/instructure_links/plugin */ \"./src/rce/plugins/instructure_links/plugin.ts\");\n/* harmony import */ var _plugins_instructure_documents_plugin__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./plugins/instructure_documents/plugin */ \"./src/rce/plugins/instructure_documents/plugin.ts\");\n/* harmony import */ var _plugins_instructure_html_view_plugin__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./plugins/instructure_html_view/plugin */ \"./src/rce/plugins/instructure_html_view/plugin.ts\");\n/* harmony import */ var _plugins_instructure_media_embed_plugin__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./plugins/instructure_media_embed/plugin */ \"./src/rce/plugins/instructure_media_embed/plugin.ts\");\n/* harmony import */ var _plugins_instructure_icon_maker_plugin__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./plugins/instructure_icon_maker/plugin */ \"./src/rce/plugins/instructure_icon_maker/plugin.ts\");\n/* harmony import */ var _plugins_instructure_wordcount_plugin__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./plugins/instructure_wordcount/plugin */ \"./src/rce/plugins/instructure_wordcount/plugin.ts\");\n/* harmony import */ var _plugins_instructure_paste_plugin__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./plugins/instructure_paste/plugin */ \"./src/rce/plugins/instructure_paste/plugin.ts\");\n/* harmony import */ var _plugins_instructure_fullscreen_plugin__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./plugins/instructure_fullscreen/plugin */ \"./src/rce/plugins/instructure_fullscreen/plugin.ts\");\n/* harmony import */ var tinymce_a11y_checker__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! tinymce-a11y-checker */ \"../../node_modules/tinymce-a11y-checker/lib/plugin.js\");\n/* harmony import */ var tinymce_a11y_checker__WEBPACK_IMPORTED_MODULE_30___default = /*#__PURE__*/__webpack_require__.n(tinymce_a11y_checker__WEBPACK_IMPORTED_MODULE_30__);\n/*\n * Copyright (C) 2018 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n // load theme\n\n // since tinymce 5.3, default icons are loaded dynamically, but\n// w/o importing, webpack doesn't have them\n\n // add tinymc plugins\n\n\n\n\n\n\n\n\n\n\n\n\n // add custom plugins\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n // prevent tinymce from loading language scripts with explicit\n// language_url of 'none'\n\nconst originalScriptAdd = tinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader.add;\n\ntinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader.add = function (url) {\n if (url !== 'none') {\n originalScriptAdd.apply(tinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader, arguments);\n }\n};\n\n_common_browser__WEBPACK_IMPORTED_MODULE_0__[\"setFromTinymce\"](tinymce__WEBPACK_IMPORTED_MODULE_1___default.a);\n/* harmony default export */ __webpack_exports__[\"default\"] = (tinymce__WEBPACK_IMPORTED_MODULE_1___default.a);\n\n//# sourceURL=webpack:///./src/rce/tinyRCE.js?");
599
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _common_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../common/browser */ \"./src/common/browser.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tinymce */ \"../../node_modules/tinymce/tinymce.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(tinymce__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tinymce/themes/silver/theme */ \"../../node_modules/tinymce/themes/silver/theme.js\");\n/* harmony import */ var tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tinymce/icons/default */ \"../../node_modules/tinymce/icons/default/index.js\");\n/* harmony import */ var tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tinymce/plugins/autolink/plugin */ \"../../node_modules/tinymce/plugins/autolink/plugin.js\");\n/* harmony import */ var tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! tinymce/plugins/autoresize/plugin */ \"../../node_modules/tinymce/plugins/autoresize/plugin.js\");\n/* harmony import */ var tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! tinymce/plugins/link/plugin */ \"../../node_modules/tinymce/plugins/link/plugin.js\");\n/* harmony import */ var tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! tinymce/plugins/noneditable/plugin */ \"../../node_modules/tinymce/plugins/noneditable/plugin.js\");\n/* harmony import */ var tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! tinymce/plugins/media/plugin */ \"../../node_modules/tinymce/plugins/media/plugin.js\");\n/* harmony import */ var tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! tinymce/plugins/directionality/plugin */ \"../../node_modules/tinymce/plugins/directionality/plugin.js\");\n/* harmony import */ var tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! tinymce/plugins/lists/plugin */ \"../../node_modules/tinymce/plugins/lists/plugin.js\");\n/* harmony import */ var tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10__);\n/* harmony import */ var tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! tinymce/plugins/textpattern/plugin */ \"../../node_modules/tinymce/plugins/textpattern/plugin.js\");\n/* harmony import */ var tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11__);\n/* harmony import */ var tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! tinymce/plugins/wordcount/plugin */ \"../../node_modules/tinymce/plugins/wordcount/plugin.js\");\n/* harmony import */ var tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12__);\n/* harmony import */ var tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! tinymce/plugins/paste/plugin */ \"../../node_modules/tinymce/plugins/paste/plugin.js\");\n/* harmony import */ var tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13__);\n/* harmony import */ var tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! tinymce/plugins/table/plugin */ \"../../node_modules/tinymce/plugins/table/plugin.js\");\n/* harmony import */ var tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14__);\n/* harmony import */ var tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! tinymce/plugins/hr/plugin */ \"../../node_modules/tinymce/plugins/hr/plugin.js\");\n/* harmony import */ var tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15__);\n/* harmony import */ var _plugins_instructure_ui_icons_plugin__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./plugins/instructure-ui-icons/plugin */ \"./src/rce/plugins/instructure-ui-icons/plugin.ts\");\n/* harmony import */ var _plugins_instructure_condensed_buttons_plugin__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./plugins/instructure_condensed_buttons/plugin */ \"./src/rce/plugins/instructure_condensed_buttons/plugin.ts\");\n/* harmony import */ var _plugins_instructure_equation_plugin__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./plugins/instructure_equation/plugin */ \"./src/rce/plugins/instructure_equation/plugin.ts\");\n/* harmony import */ var _plugins_instructure_image_plugin__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./plugins/instructure_image/plugin */ \"./src/rce/plugins/instructure_image/plugin.ts\");\n/* harmony import */ var _plugins_instructure_external_tools_plugin__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./plugins/instructure_external_tools/plugin */ \"./src/rce/plugins/instructure_external_tools/plugin.ts\");\n/* harmony import */ var _plugins_instructure_record_plugin__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./plugins/instructure_record/plugin */ \"./src/rce/plugins/instructure_record/plugin.ts\");\n/* harmony import */ var _plugins_instructure_links_plugin__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./plugins/instructure_links/plugin */ \"./src/rce/plugins/instructure_links/plugin.ts\");\n/* harmony import */ var _plugins_instructure_documents_plugin__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./plugins/instructure_documents/plugin */ \"./src/rce/plugins/instructure_documents/plugin.ts\");\n/* harmony import */ var _plugins_instructure_html_view_plugin__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./plugins/instructure_html_view/plugin */ \"./src/rce/plugins/instructure_html_view/plugin.ts\");\n/* harmony import */ var _plugins_instructure_media_embed_plugin__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./plugins/instructure_media_embed/plugin */ \"./src/rce/plugins/instructure_media_embed/plugin.ts\");\n/* harmony import */ var _plugins_instructure_icon_maker_plugin__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./plugins/instructure_icon_maker/plugin */ \"./src/rce/plugins/instructure_icon_maker/plugin.ts\");\n/* harmony import */ var _plugins_instructure_wordcount_plugin__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./plugins/instructure_wordcount/plugin */ \"./src/rce/plugins/instructure_wordcount/plugin.ts\");\n/* harmony import */ var _plugins_instructure_paste_plugin__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./plugins/instructure_paste/plugin */ \"./src/rce/plugins/instructure_paste/plugin.ts\");\n/* harmony import */ var _plugins_instructure_fullscreen_plugin__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./plugins/instructure_fullscreen/plugin */ \"./src/rce/plugins/instructure_fullscreen/plugin.ts\");\n/* harmony import */ var tinymce_a11y_checker__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! tinymce-a11y-checker */ \"../../node_modules/tinymce-a11y-checker/es/plugin.js\");\n/*\n * Copyright (C) 2018 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n // load theme\n\n // since tinymce 5.3, default icons are loaded dynamically, but\n// w/o importing, webpack doesn't have them\n\n // add tinymc plugins\n\n\n\n\n\n\n\n\n\n\n\n\n // add custom plugins\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n // prevent tinymce from loading language scripts with explicit\n// language_url of 'none'\n\nconst originalScriptAdd = tinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader.add;\n\ntinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader.add = function (url) {\n if (url !== 'none') {\n originalScriptAdd.apply(tinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader, arguments);\n }\n};\n\n_common_browser__WEBPACK_IMPORTED_MODULE_0__[\"setFromTinymce\"](tinymce__WEBPACK_IMPORTED_MODULE_1___default.a);\n/* harmony default export */ __webpack_exports__[\"default\"] = (tinymce__WEBPACK_IMPORTED_MODULE_1___default.a);\n\n//# sourceURL=webpack:///./src/rce/tinyRCE.js?");
600
600
 
601
601
  /***/ }),
602
602