@instructure/canvas-rce 5.6.2 → 5.6.3

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 (3415) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/coverage/canvas-rce-jest.xml +2087 -2139
  3. package/coverage/canvas-rce-junit.xml +398 -394
  4. package/es/common/fileUrl.js +4 -3
  5. package/es/enhance-user-content/doc_previews.js +1 -1
  6. package/es/enhance-user-content/enhance_user_content.js +19 -7
  7. package/es/enhance-user-content/instructure_helper.js +2 -1
  8. package/es/rce/RCEWrapper.js +4 -7
  9. package/es/rce/contentRendering.js +2 -2
  10. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  11. package/es/rce/plugins/shared/CanvasContentTray.js +22 -23
  12. package/es/rce/plugins/shared/RceFileBrowser.js +13 -5
  13. package/es/rce/tinyRCE.js +0 -1
  14. package/es/rcs/api.js +3 -2
  15. package/es/sidebar/store/initialState.js +4 -2
  16. package/es/translations/locales/ar.js +36 -0
  17. package/es/translations/locales/ca.js +36 -0
  18. package/es/translations/locales/cy.js +36 -0
  19. package/es/translations/locales/da-x-k12.js +36 -0
  20. package/es/translations/locales/da.js +36 -0
  21. package/es/translations/locales/de.js +36 -0
  22. package/es/translations/locales/en-AU-x-unimelb.js +36 -0
  23. package/es/translations/locales/en-GB-x-ukhe.js +36 -0
  24. package/es/translations/locales/en_AU.js +36 -0
  25. package/es/translations/locales/en_CA.js +36 -0
  26. package/es/translations/locales/en_CY.js +36 -0
  27. package/es/translations/locales/en_GB.js +36 -0
  28. package/es/translations/locales/es.js +36 -0
  29. package/es/translations/locales/es_ES.js +36 -0
  30. package/es/translations/locales/fi.js +36 -0
  31. package/es/translations/locales/fr.js +36 -0
  32. package/es/translations/locales/fr_CA.js +36 -0
  33. package/es/translations/locales/ht.js +36 -0
  34. package/es/translations/locales/is.js +36 -0
  35. package/es/translations/locales/it.js +36 -0
  36. package/es/translations/locales/ja.js +36 -0
  37. package/es/translations/locales/mi.js +36 -0
  38. package/es/translations/locales/nb-x-k12.js +36 -0
  39. package/es/translations/locales/nb.js +36 -0
  40. package/es/translations/locales/nl.js +36 -0
  41. package/es/translations/locales/pl.js +36 -0
  42. package/es/translations/locales/pt.js +36 -0
  43. package/es/translations/locales/pt_BR.js +36 -0
  44. package/es/translations/locales/sl.js +36 -0
  45. package/es/translations/locales/sv-x-k12.js +36 -0
  46. package/es/translations/locales/zh-Hans.js +36 -0
  47. package/es/translations/locales/zh-Hant.js +36 -0
  48. package/es/translations/locales/zh.js +36 -0
  49. package/es/translations/locales/zh_HK.js +36 -0
  50. package/lib/common/fileUrl.js +4 -3
  51. package/lib/enhance-user-content/doc_previews.js +1 -1
  52. package/lib/enhance-user-content/enhance_user_content.js +19 -7
  53. package/lib/enhance-user-content/instructure_helper.js +2 -1
  54. package/lib/rce/RCEWrapper.js +4 -7
  55. package/lib/rce/contentRendering.js +2 -2
  56. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  57. package/lib/rce/plugins/shared/CanvasContentTray.js +22 -23
  58. package/lib/rce/plugins/shared/RceFileBrowser.js +13 -5
  59. package/lib/rce/tinyRCE.js +0 -1
  60. package/lib/rcs/api.js +3 -2
  61. package/lib/sidebar/store/initialState.js +4 -2
  62. package/lib/translated/ar/modules/common/fileUrl.js +4 -3
  63. package/lib/translated/ar/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  64. package/lib/translated/ar/modules/enhance-user-content/doc_previews.js +3 -3
  65. package/lib/translated/ar/modules/enhance-user-content/enhance_user_content.js +23 -11
  66. package/lib/translated/ar/modules/enhance-user-content/instructure_helper.js +4 -3
  67. package/lib/translated/ar/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  68. package/lib/translated/ar/modules/rce/RCEWrapper.js +4 -7
  69. package/lib/translated/ar/modules/rce/StatusBar.js +1 -1
  70. package/lib/translated/ar/modules/rce/__tests__/contentInsertion.test.js +1 -1
  71. package/lib/translated/ar/modules/rce/__tests__/contentRendering.test.js +10 -0
  72. package/lib/translated/ar/modules/rce/contentRendering.js +2 -2
  73. package/lib/translated/ar/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  74. package/lib/translated/ar/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  75. package/lib/translated/ar/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  76. package/lib/translated/ar/modules/rce/tinyRCE.js +0 -1
  77. package/lib/translated/ar/modules/rcs/api.js +3 -2
  78. package/lib/translated/ar/modules/sidebar/store/initialState.js +4 -2
  79. package/lib/translated/ar/modules/translations/locales/ar.js +36 -0
  80. package/lib/translated/ar/modules/translations/locales/ca.js +36 -0
  81. package/lib/translated/ar/modules/translations/locales/cy.js +36 -0
  82. package/lib/translated/ar/modules/translations/locales/da-x-k12.js +36 -0
  83. package/lib/translated/ar/modules/translations/locales/da.js +36 -0
  84. package/lib/translated/ar/modules/translations/locales/de.js +36 -0
  85. package/lib/translated/ar/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  86. package/lib/translated/ar/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  87. package/lib/translated/ar/modules/translations/locales/en_AU.js +36 -0
  88. package/lib/translated/ar/modules/translations/locales/en_CA.js +36 -0
  89. package/lib/translated/ar/modules/translations/locales/en_CY.js +36 -0
  90. package/lib/translated/ar/modules/translations/locales/en_GB.js +36 -0
  91. package/lib/translated/ar/modules/translations/locales/es.js +36 -0
  92. package/lib/translated/ar/modules/translations/locales/es_ES.js +36 -0
  93. package/lib/translated/ar/modules/translations/locales/fi.js +36 -0
  94. package/lib/translated/ar/modules/translations/locales/fr.js +36 -0
  95. package/lib/translated/ar/modules/translations/locales/fr_CA.js +36 -0
  96. package/lib/translated/ar/modules/translations/locales/ht.js +36 -0
  97. package/lib/translated/ar/modules/translations/locales/is.js +36 -0
  98. package/lib/translated/ar/modules/translations/locales/it.js +36 -0
  99. package/lib/translated/ar/modules/translations/locales/ja.js +36 -0
  100. package/lib/translated/ar/modules/translations/locales/mi.js +36 -0
  101. package/lib/translated/ar/modules/translations/locales/nb-x-k12.js +36 -0
  102. package/lib/translated/ar/modules/translations/locales/nb.js +36 -0
  103. package/lib/translated/ar/modules/translations/locales/nl.js +36 -0
  104. package/lib/translated/ar/modules/translations/locales/pl.js +36 -0
  105. package/lib/translated/ar/modules/translations/locales/pt.js +36 -0
  106. package/lib/translated/ar/modules/translations/locales/pt_BR.js +36 -0
  107. package/lib/translated/ar/modules/translations/locales/sl.js +36 -0
  108. package/lib/translated/ar/modules/translations/locales/sv-x-k12.js +36 -0
  109. package/lib/translated/ar/modules/translations/locales/zh-Hans.js +36 -0
  110. package/lib/translated/ar/modules/translations/locales/zh-Hant.js +36 -0
  111. package/lib/translated/ar/modules/translations/locales/zh.js +36 -0
  112. package/lib/translated/ar/modules/translations/locales/zh_HK.js +36 -0
  113. package/lib/translated/ca/modules/common/fileUrl.js +4 -3
  114. package/lib/translated/ca/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  115. package/lib/translated/ca/modules/enhance-user-content/doc_previews.js +3 -3
  116. package/lib/translated/ca/modules/enhance-user-content/enhance_user_content.js +23 -11
  117. package/lib/translated/ca/modules/enhance-user-content/instructure_helper.js +4 -3
  118. package/lib/translated/ca/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  119. package/lib/translated/ca/modules/rce/RCEWrapper.js +4 -7
  120. package/lib/translated/ca/modules/rce/StatusBar.js +1 -1
  121. package/lib/translated/ca/modules/rce/__tests__/contentInsertion.test.js +1 -1
  122. package/lib/translated/ca/modules/rce/__tests__/contentRendering.test.js +10 -0
  123. package/lib/translated/ca/modules/rce/contentRendering.js +2 -2
  124. package/lib/translated/ca/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  125. package/lib/translated/ca/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  126. package/lib/translated/ca/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  127. package/lib/translated/ca/modules/rce/tinyRCE.js +0 -1
  128. package/lib/translated/ca/modules/rcs/api.js +3 -2
  129. package/lib/translated/ca/modules/sidebar/store/initialState.js +4 -2
  130. package/lib/translated/ca/modules/translations/locales/ar.js +36 -0
  131. package/lib/translated/ca/modules/translations/locales/ca.js +36 -0
  132. package/lib/translated/ca/modules/translations/locales/cy.js +36 -0
  133. package/lib/translated/ca/modules/translations/locales/da-x-k12.js +36 -0
  134. package/lib/translated/ca/modules/translations/locales/da.js +36 -0
  135. package/lib/translated/ca/modules/translations/locales/de.js +36 -0
  136. package/lib/translated/ca/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  137. package/lib/translated/ca/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  138. package/lib/translated/ca/modules/translations/locales/en_AU.js +36 -0
  139. package/lib/translated/ca/modules/translations/locales/en_CA.js +36 -0
  140. package/lib/translated/ca/modules/translations/locales/en_CY.js +36 -0
  141. package/lib/translated/ca/modules/translations/locales/en_GB.js +36 -0
  142. package/lib/translated/ca/modules/translations/locales/es.js +36 -0
  143. package/lib/translated/ca/modules/translations/locales/es_ES.js +36 -0
  144. package/lib/translated/ca/modules/translations/locales/fi.js +36 -0
  145. package/lib/translated/ca/modules/translations/locales/fr.js +36 -0
  146. package/lib/translated/ca/modules/translations/locales/fr_CA.js +36 -0
  147. package/lib/translated/ca/modules/translations/locales/ht.js +36 -0
  148. package/lib/translated/ca/modules/translations/locales/is.js +36 -0
  149. package/lib/translated/ca/modules/translations/locales/it.js +36 -0
  150. package/lib/translated/ca/modules/translations/locales/ja.js +36 -0
  151. package/lib/translated/ca/modules/translations/locales/mi.js +36 -0
  152. package/lib/translated/ca/modules/translations/locales/nb-x-k12.js +36 -0
  153. package/lib/translated/ca/modules/translations/locales/nb.js +36 -0
  154. package/lib/translated/ca/modules/translations/locales/nl.js +36 -0
  155. package/lib/translated/ca/modules/translations/locales/pl.js +36 -0
  156. package/lib/translated/ca/modules/translations/locales/pt.js +36 -0
  157. package/lib/translated/ca/modules/translations/locales/pt_BR.js +36 -0
  158. package/lib/translated/ca/modules/translations/locales/sl.js +36 -0
  159. package/lib/translated/ca/modules/translations/locales/sv-x-k12.js +36 -0
  160. package/lib/translated/ca/modules/translations/locales/zh-Hans.js +36 -0
  161. package/lib/translated/ca/modules/translations/locales/zh-Hant.js +36 -0
  162. package/lib/translated/ca/modules/translations/locales/zh.js +36 -0
  163. package/lib/translated/ca/modules/translations/locales/zh_HK.js +36 -0
  164. package/lib/translated/cy/modules/common/fileUrl.js +4 -3
  165. package/lib/translated/cy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  166. package/lib/translated/cy/modules/enhance-user-content/doc_previews.js +3 -3
  167. package/lib/translated/cy/modules/enhance-user-content/enhance_user_content.js +23 -11
  168. package/lib/translated/cy/modules/enhance-user-content/instructure_helper.js +4 -3
  169. package/lib/translated/cy/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  170. package/lib/translated/cy/modules/rce/RCEWrapper.js +4 -7
  171. package/lib/translated/cy/modules/rce/StatusBar.js +1 -1
  172. package/lib/translated/cy/modules/rce/__tests__/contentInsertion.test.js +1 -1
  173. package/lib/translated/cy/modules/rce/__tests__/contentRendering.test.js +10 -0
  174. package/lib/translated/cy/modules/rce/contentRendering.js +2 -2
  175. package/lib/translated/cy/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  176. package/lib/translated/cy/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  177. package/lib/translated/cy/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  178. package/lib/translated/cy/modules/rce/tinyRCE.js +0 -1
  179. package/lib/translated/cy/modules/rcs/api.js +3 -2
  180. package/lib/translated/cy/modules/sidebar/store/initialState.js +4 -2
  181. package/lib/translated/cy/modules/translations/locales/ar.js +36 -0
  182. package/lib/translated/cy/modules/translations/locales/ca.js +36 -0
  183. package/lib/translated/cy/modules/translations/locales/cy.js +36 -0
  184. package/lib/translated/cy/modules/translations/locales/da-x-k12.js +36 -0
  185. package/lib/translated/cy/modules/translations/locales/da.js +36 -0
  186. package/lib/translated/cy/modules/translations/locales/de.js +36 -0
  187. package/lib/translated/cy/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  188. package/lib/translated/cy/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  189. package/lib/translated/cy/modules/translations/locales/en_AU.js +36 -0
  190. package/lib/translated/cy/modules/translations/locales/en_CA.js +36 -0
  191. package/lib/translated/cy/modules/translations/locales/en_CY.js +36 -0
  192. package/lib/translated/cy/modules/translations/locales/en_GB.js +36 -0
  193. package/lib/translated/cy/modules/translations/locales/es.js +36 -0
  194. package/lib/translated/cy/modules/translations/locales/es_ES.js +36 -0
  195. package/lib/translated/cy/modules/translations/locales/fi.js +36 -0
  196. package/lib/translated/cy/modules/translations/locales/fr.js +36 -0
  197. package/lib/translated/cy/modules/translations/locales/fr_CA.js +36 -0
  198. package/lib/translated/cy/modules/translations/locales/ht.js +36 -0
  199. package/lib/translated/cy/modules/translations/locales/is.js +36 -0
  200. package/lib/translated/cy/modules/translations/locales/it.js +36 -0
  201. package/lib/translated/cy/modules/translations/locales/ja.js +36 -0
  202. package/lib/translated/cy/modules/translations/locales/mi.js +36 -0
  203. package/lib/translated/cy/modules/translations/locales/nb-x-k12.js +36 -0
  204. package/lib/translated/cy/modules/translations/locales/nb.js +36 -0
  205. package/lib/translated/cy/modules/translations/locales/nl.js +36 -0
  206. package/lib/translated/cy/modules/translations/locales/pl.js +36 -0
  207. package/lib/translated/cy/modules/translations/locales/pt.js +36 -0
  208. package/lib/translated/cy/modules/translations/locales/pt_BR.js +36 -0
  209. package/lib/translated/cy/modules/translations/locales/sl.js +36 -0
  210. package/lib/translated/cy/modules/translations/locales/sv-x-k12.js +36 -0
  211. package/lib/translated/cy/modules/translations/locales/zh-Hans.js +36 -0
  212. package/lib/translated/cy/modules/translations/locales/zh-Hant.js +36 -0
  213. package/lib/translated/cy/modules/translations/locales/zh.js +36 -0
  214. package/lib/translated/cy/modules/translations/locales/zh_HK.js +36 -0
  215. package/lib/translated/da/modules/common/fileUrl.js +4 -3
  216. package/lib/translated/da/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  217. package/lib/translated/da/modules/enhance-user-content/doc_previews.js +3 -3
  218. package/lib/translated/da/modules/enhance-user-content/enhance_user_content.js +22 -10
  219. package/lib/translated/da/modules/enhance-user-content/instructure_helper.js +4 -3
  220. package/lib/translated/da/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  221. package/lib/translated/da/modules/rce/RCEWrapper.js +4 -7
  222. package/lib/translated/da/modules/rce/StatusBar.js +1 -1
  223. package/lib/translated/da/modules/rce/__tests__/contentInsertion.test.js +1 -1
  224. package/lib/translated/da/modules/rce/__tests__/contentRendering.test.js +10 -0
  225. package/lib/translated/da/modules/rce/contentRendering.js +2 -2
  226. package/lib/translated/da/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  227. package/lib/translated/da/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  228. package/lib/translated/da/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  229. package/lib/translated/da/modules/rce/tinyRCE.js +0 -1
  230. package/lib/translated/da/modules/rcs/api.js +3 -2
  231. package/lib/translated/da/modules/sidebar/store/initialState.js +4 -2
  232. package/lib/translated/da/modules/translations/locales/ar.js +36 -0
  233. package/lib/translated/da/modules/translations/locales/ca.js +36 -0
  234. package/lib/translated/da/modules/translations/locales/cy.js +36 -0
  235. package/lib/translated/da/modules/translations/locales/da-x-k12.js +36 -0
  236. package/lib/translated/da/modules/translations/locales/da.js +36 -0
  237. package/lib/translated/da/modules/translations/locales/de.js +36 -0
  238. package/lib/translated/da/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  239. package/lib/translated/da/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  240. package/lib/translated/da/modules/translations/locales/en_AU.js +36 -0
  241. package/lib/translated/da/modules/translations/locales/en_CA.js +36 -0
  242. package/lib/translated/da/modules/translations/locales/en_CY.js +36 -0
  243. package/lib/translated/da/modules/translations/locales/en_GB.js +36 -0
  244. package/lib/translated/da/modules/translations/locales/es.js +36 -0
  245. package/lib/translated/da/modules/translations/locales/es_ES.js +36 -0
  246. package/lib/translated/da/modules/translations/locales/fi.js +36 -0
  247. package/lib/translated/da/modules/translations/locales/fr.js +36 -0
  248. package/lib/translated/da/modules/translations/locales/fr_CA.js +36 -0
  249. package/lib/translated/da/modules/translations/locales/ht.js +36 -0
  250. package/lib/translated/da/modules/translations/locales/is.js +36 -0
  251. package/lib/translated/da/modules/translations/locales/it.js +36 -0
  252. package/lib/translated/da/modules/translations/locales/ja.js +36 -0
  253. package/lib/translated/da/modules/translations/locales/mi.js +36 -0
  254. package/lib/translated/da/modules/translations/locales/nb-x-k12.js +36 -0
  255. package/lib/translated/da/modules/translations/locales/nb.js +36 -0
  256. package/lib/translated/da/modules/translations/locales/nl.js +36 -0
  257. package/lib/translated/da/modules/translations/locales/pl.js +36 -0
  258. package/lib/translated/da/modules/translations/locales/pt.js +36 -0
  259. package/lib/translated/da/modules/translations/locales/pt_BR.js +36 -0
  260. package/lib/translated/da/modules/translations/locales/sl.js +36 -0
  261. package/lib/translated/da/modules/translations/locales/sv-x-k12.js +36 -0
  262. package/lib/translated/da/modules/translations/locales/zh-Hans.js +36 -0
  263. package/lib/translated/da/modules/translations/locales/zh-Hant.js +36 -0
  264. package/lib/translated/da/modules/translations/locales/zh.js +36 -0
  265. package/lib/translated/da/modules/translations/locales/zh_HK.js +36 -0
  266. package/lib/translated/da-x-k12/modules/common/fileUrl.js +4 -3
  267. package/lib/translated/da-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  268. package/lib/translated/da-x-k12/modules/enhance-user-content/doc_previews.js +3 -3
  269. package/lib/translated/da-x-k12/modules/enhance-user-content/enhance_user_content.js +22 -10
  270. package/lib/translated/da-x-k12/modules/enhance-user-content/instructure_helper.js +4 -3
  271. package/lib/translated/da-x-k12/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  272. package/lib/translated/da-x-k12/modules/rce/RCEWrapper.js +4 -7
  273. package/lib/translated/da-x-k12/modules/rce/StatusBar.js +1 -1
  274. package/lib/translated/da-x-k12/modules/rce/__tests__/contentInsertion.test.js +1 -1
  275. package/lib/translated/da-x-k12/modules/rce/__tests__/contentRendering.test.js +10 -0
  276. package/lib/translated/da-x-k12/modules/rce/contentRendering.js +2 -2
  277. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  278. package/lib/translated/da-x-k12/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  279. package/lib/translated/da-x-k12/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  280. package/lib/translated/da-x-k12/modules/rce/tinyRCE.js +0 -1
  281. package/lib/translated/da-x-k12/modules/rcs/api.js +3 -2
  282. package/lib/translated/da-x-k12/modules/sidebar/store/initialState.js +4 -2
  283. package/lib/translated/da-x-k12/modules/translations/locales/ar.js +36 -0
  284. package/lib/translated/da-x-k12/modules/translations/locales/ca.js +36 -0
  285. package/lib/translated/da-x-k12/modules/translations/locales/cy.js +36 -0
  286. package/lib/translated/da-x-k12/modules/translations/locales/da-x-k12.js +36 -0
  287. package/lib/translated/da-x-k12/modules/translations/locales/da.js +36 -0
  288. package/lib/translated/da-x-k12/modules/translations/locales/de.js +36 -0
  289. package/lib/translated/da-x-k12/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  290. package/lib/translated/da-x-k12/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  291. package/lib/translated/da-x-k12/modules/translations/locales/en_AU.js +36 -0
  292. package/lib/translated/da-x-k12/modules/translations/locales/en_CA.js +36 -0
  293. package/lib/translated/da-x-k12/modules/translations/locales/en_CY.js +36 -0
  294. package/lib/translated/da-x-k12/modules/translations/locales/en_GB.js +36 -0
  295. package/lib/translated/da-x-k12/modules/translations/locales/es.js +36 -0
  296. package/lib/translated/da-x-k12/modules/translations/locales/es_ES.js +36 -0
  297. package/lib/translated/da-x-k12/modules/translations/locales/fi.js +36 -0
  298. package/lib/translated/da-x-k12/modules/translations/locales/fr.js +36 -0
  299. package/lib/translated/da-x-k12/modules/translations/locales/fr_CA.js +36 -0
  300. package/lib/translated/da-x-k12/modules/translations/locales/ht.js +36 -0
  301. package/lib/translated/da-x-k12/modules/translations/locales/is.js +36 -0
  302. package/lib/translated/da-x-k12/modules/translations/locales/it.js +36 -0
  303. package/lib/translated/da-x-k12/modules/translations/locales/ja.js +36 -0
  304. package/lib/translated/da-x-k12/modules/translations/locales/mi.js +36 -0
  305. package/lib/translated/da-x-k12/modules/translations/locales/nb-x-k12.js +36 -0
  306. package/lib/translated/da-x-k12/modules/translations/locales/nb.js +36 -0
  307. package/lib/translated/da-x-k12/modules/translations/locales/nl.js +36 -0
  308. package/lib/translated/da-x-k12/modules/translations/locales/pl.js +36 -0
  309. package/lib/translated/da-x-k12/modules/translations/locales/pt.js +36 -0
  310. package/lib/translated/da-x-k12/modules/translations/locales/pt_BR.js +36 -0
  311. package/lib/translated/da-x-k12/modules/translations/locales/sl.js +36 -0
  312. package/lib/translated/da-x-k12/modules/translations/locales/sv-x-k12.js +36 -0
  313. package/lib/translated/da-x-k12/modules/translations/locales/zh-Hans.js +36 -0
  314. package/lib/translated/da-x-k12/modules/translations/locales/zh-Hant.js +36 -0
  315. package/lib/translated/da-x-k12/modules/translations/locales/zh.js +36 -0
  316. package/lib/translated/da-x-k12/modules/translations/locales/zh_HK.js +36 -0
  317. package/lib/translated/de/modules/common/fileUrl.js +4 -3
  318. package/lib/translated/de/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  319. package/lib/translated/de/modules/enhance-user-content/doc_previews.js +3 -3
  320. package/lib/translated/de/modules/enhance-user-content/enhance_user_content.js +23 -11
  321. package/lib/translated/de/modules/enhance-user-content/instructure_helper.js +4 -3
  322. package/lib/translated/de/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  323. package/lib/translated/de/modules/rce/RCEWrapper.js +4 -7
  324. package/lib/translated/de/modules/rce/StatusBar.js +1 -1
  325. package/lib/translated/de/modules/rce/__tests__/contentInsertion.test.js +1 -1
  326. package/lib/translated/de/modules/rce/__tests__/contentRendering.test.js +10 -0
  327. package/lib/translated/de/modules/rce/contentRendering.js +2 -2
  328. package/lib/translated/de/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  329. package/lib/translated/de/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  330. package/lib/translated/de/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  331. package/lib/translated/de/modules/rce/tinyRCE.js +0 -1
  332. package/lib/translated/de/modules/rcs/api.js +3 -2
  333. package/lib/translated/de/modules/sidebar/store/initialState.js +4 -2
  334. package/lib/translated/de/modules/translations/locales/ar.js +36 -0
  335. package/lib/translated/de/modules/translations/locales/ca.js +36 -0
  336. package/lib/translated/de/modules/translations/locales/cy.js +36 -0
  337. package/lib/translated/de/modules/translations/locales/da-x-k12.js +36 -0
  338. package/lib/translated/de/modules/translations/locales/da.js +36 -0
  339. package/lib/translated/de/modules/translations/locales/de.js +36 -0
  340. package/lib/translated/de/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  341. package/lib/translated/de/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  342. package/lib/translated/de/modules/translations/locales/en_AU.js +36 -0
  343. package/lib/translated/de/modules/translations/locales/en_CA.js +36 -0
  344. package/lib/translated/de/modules/translations/locales/en_CY.js +36 -0
  345. package/lib/translated/de/modules/translations/locales/en_GB.js +36 -0
  346. package/lib/translated/de/modules/translations/locales/es.js +36 -0
  347. package/lib/translated/de/modules/translations/locales/es_ES.js +36 -0
  348. package/lib/translated/de/modules/translations/locales/fi.js +36 -0
  349. package/lib/translated/de/modules/translations/locales/fr.js +36 -0
  350. package/lib/translated/de/modules/translations/locales/fr_CA.js +36 -0
  351. package/lib/translated/de/modules/translations/locales/ht.js +36 -0
  352. package/lib/translated/de/modules/translations/locales/is.js +36 -0
  353. package/lib/translated/de/modules/translations/locales/it.js +36 -0
  354. package/lib/translated/de/modules/translations/locales/ja.js +36 -0
  355. package/lib/translated/de/modules/translations/locales/mi.js +36 -0
  356. package/lib/translated/de/modules/translations/locales/nb-x-k12.js +36 -0
  357. package/lib/translated/de/modules/translations/locales/nb.js +36 -0
  358. package/lib/translated/de/modules/translations/locales/nl.js +36 -0
  359. package/lib/translated/de/modules/translations/locales/pl.js +36 -0
  360. package/lib/translated/de/modules/translations/locales/pt.js +36 -0
  361. package/lib/translated/de/modules/translations/locales/pt_BR.js +36 -0
  362. package/lib/translated/de/modules/translations/locales/sl.js +36 -0
  363. package/lib/translated/de/modules/translations/locales/sv-x-k12.js +36 -0
  364. package/lib/translated/de/modules/translations/locales/zh-Hans.js +36 -0
  365. package/lib/translated/de/modules/translations/locales/zh-Hant.js +36 -0
  366. package/lib/translated/de/modules/translations/locales/zh.js +36 -0
  367. package/lib/translated/de/modules/translations/locales/zh_HK.js +36 -0
  368. package/lib/translated/el/modules/common/fileUrl.js +4 -3
  369. package/lib/translated/el/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  370. package/lib/translated/el/modules/enhance-user-content/doc_previews.js +1 -1
  371. package/lib/translated/el/modules/enhance-user-content/enhance_user_content.js +19 -7
  372. package/lib/translated/el/modules/enhance-user-content/instructure_helper.js +2 -1
  373. package/lib/translated/el/modules/rce/RCEWrapper.js +4 -7
  374. package/lib/translated/el/modules/rce/__tests__/contentInsertion.test.js +1 -1
  375. package/lib/translated/el/modules/rce/__tests__/contentRendering.test.js +10 -0
  376. package/lib/translated/el/modules/rce/contentRendering.js +2 -2
  377. package/lib/translated/el/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  378. package/lib/translated/el/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  379. package/lib/translated/el/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  380. package/lib/translated/el/modules/rce/tinyRCE.js +0 -1
  381. package/lib/translated/el/modules/rcs/api.js +3 -2
  382. package/lib/translated/el/modules/sidebar/store/initialState.js +4 -2
  383. package/lib/translated/el/modules/translations/locales/ar.js +36 -0
  384. package/lib/translated/el/modules/translations/locales/ca.js +36 -0
  385. package/lib/translated/el/modules/translations/locales/cy.js +36 -0
  386. package/lib/translated/el/modules/translations/locales/da-x-k12.js +36 -0
  387. package/lib/translated/el/modules/translations/locales/da.js +36 -0
  388. package/lib/translated/el/modules/translations/locales/de.js +36 -0
  389. package/lib/translated/el/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  390. package/lib/translated/el/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  391. package/lib/translated/el/modules/translations/locales/en_AU.js +36 -0
  392. package/lib/translated/el/modules/translations/locales/en_CA.js +36 -0
  393. package/lib/translated/el/modules/translations/locales/en_CY.js +36 -0
  394. package/lib/translated/el/modules/translations/locales/en_GB.js +36 -0
  395. package/lib/translated/el/modules/translations/locales/es.js +36 -0
  396. package/lib/translated/el/modules/translations/locales/es_ES.js +36 -0
  397. package/lib/translated/el/modules/translations/locales/fi.js +36 -0
  398. package/lib/translated/el/modules/translations/locales/fr.js +36 -0
  399. package/lib/translated/el/modules/translations/locales/fr_CA.js +36 -0
  400. package/lib/translated/el/modules/translations/locales/ht.js +36 -0
  401. package/lib/translated/el/modules/translations/locales/is.js +36 -0
  402. package/lib/translated/el/modules/translations/locales/it.js +36 -0
  403. package/lib/translated/el/modules/translations/locales/ja.js +36 -0
  404. package/lib/translated/el/modules/translations/locales/mi.js +36 -0
  405. package/lib/translated/el/modules/translations/locales/nb-x-k12.js +36 -0
  406. package/lib/translated/el/modules/translations/locales/nb.js +36 -0
  407. package/lib/translated/el/modules/translations/locales/nl.js +36 -0
  408. package/lib/translated/el/modules/translations/locales/pl.js +36 -0
  409. package/lib/translated/el/modules/translations/locales/pt.js +36 -0
  410. package/lib/translated/el/modules/translations/locales/pt_BR.js +36 -0
  411. package/lib/translated/el/modules/translations/locales/sl.js +36 -0
  412. package/lib/translated/el/modules/translations/locales/sv-x-k12.js +36 -0
  413. package/lib/translated/el/modules/translations/locales/zh-Hans.js +36 -0
  414. package/lib/translated/el/modules/translations/locales/zh-Hant.js +36 -0
  415. package/lib/translated/el/modules/translations/locales/zh.js +36 -0
  416. package/lib/translated/el/modules/translations/locales/zh_HK.js +36 -0
  417. package/lib/translated/en/modules/common/fileUrl.js +4 -3
  418. package/lib/translated/en/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  419. package/lib/translated/en/modules/enhance-user-content/doc_previews.js +1 -1
  420. package/lib/translated/en/modules/enhance-user-content/enhance_user_content.js +19 -7
  421. package/lib/translated/en/modules/enhance-user-content/instructure_helper.js +2 -1
  422. package/lib/translated/en/modules/rce/RCEWrapper.js +4 -7
  423. package/lib/translated/en/modules/rce/__tests__/contentInsertion.test.js +1 -1
  424. package/lib/translated/en/modules/rce/__tests__/contentRendering.test.js +10 -0
  425. package/lib/translated/en/modules/rce/contentRendering.js +2 -2
  426. package/lib/translated/en/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  427. package/lib/translated/en/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  428. package/lib/translated/en/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  429. package/lib/translated/en/modules/rce/tinyRCE.js +0 -1
  430. package/lib/translated/en/modules/rcs/api.js +3 -2
  431. package/lib/translated/en/modules/sidebar/store/initialState.js +4 -2
  432. package/lib/translated/en/modules/translations/locales/ar.js +36 -0
  433. package/lib/translated/en/modules/translations/locales/ca.js +36 -0
  434. package/lib/translated/en/modules/translations/locales/cy.js +36 -0
  435. package/lib/translated/en/modules/translations/locales/da-x-k12.js +36 -0
  436. package/lib/translated/en/modules/translations/locales/da.js +36 -0
  437. package/lib/translated/en/modules/translations/locales/de.js +36 -0
  438. package/lib/translated/en/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  439. package/lib/translated/en/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  440. package/lib/translated/en/modules/translations/locales/en_AU.js +36 -0
  441. package/lib/translated/en/modules/translations/locales/en_CA.js +36 -0
  442. package/lib/translated/en/modules/translations/locales/en_CY.js +36 -0
  443. package/lib/translated/en/modules/translations/locales/en_GB.js +36 -0
  444. package/lib/translated/en/modules/translations/locales/es.js +36 -0
  445. package/lib/translated/en/modules/translations/locales/es_ES.js +36 -0
  446. package/lib/translated/en/modules/translations/locales/fi.js +36 -0
  447. package/lib/translated/en/modules/translations/locales/fr.js +36 -0
  448. package/lib/translated/en/modules/translations/locales/fr_CA.js +36 -0
  449. package/lib/translated/en/modules/translations/locales/ht.js +36 -0
  450. package/lib/translated/en/modules/translations/locales/is.js +36 -0
  451. package/lib/translated/en/modules/translations/locales/it.js +36 -0
  452. package/lib/translated/en/modules/translations/locales/ja.js +36 -0
  453. package/lib/translated/en/modules/translations/locales/mi.js +36 -0
  454. package/lib/translated/en/modules/translations/locales/nb-x-k12.js +36 -0
  455. package/lib/translated/en/modules/translations/locales/nb.js +36 -0
  456. package/lib/translated/en/modules/translations/locales/nl.js +36 -0
  457. package/lib/translated/en/modules/translations/locales/pl.js +36 -0
  458. package/lib/translated/en/modules/translations/locales/pt.js +36 -0
  459. package/lib/translated/en/modules/translations/locales/pt_BR.js +36 -0
  460. package/lib/translated/en/modules/translations/locales/sl.js +36 -0
  461. package/lib/translated/en/modules/translations/locales/sv-x-k12.js +36 -0
  462. package/lib/translated/en/modules/translations/locales/zh-Hans.js +36 -0
  463. package/lib/translated/en/modules/translations/locales/zh-Hant.js +36 -0
  464. package/lib/translated/en/modules/translations/locales/zh.js +36 -0
  465. package/lib/translated/en/modules/translations/locales/zh_HK.js +36 -0
  466. package/lib/translated/en-AU-x-unimelb/modules/common/fileUrl.js +4 -3
  467. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  468. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/doc_previews.js +1 -1
  469. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/enhance_user_content.js +20 -8
  470. package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/instructure_helper.js +3 -2
  471. package/lib/translated/en-AU-x-unimelb/modules/rce/RCEWrapper.js +4 -7
  472. package/lib/translated/en-AU-x-unimelb/modules/rce/__tests__/contentInsertion.test.js +1 -1
  473. package/lib/translated/en-AU-x-unimelb/modules/rce/__tests__/contentRendering.test.js +10 -0
  474. package/lib/translated/en-AU-x-unimelb/modules/rce/contentRendering.js +2 -2
  475. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  476. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  477. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  478. package/lib/translated/en-AU-x-unimelb/modules/rce/tinyRCE.js +0 -1
  479. package/lib/translated/en-AU-x-unimelb/modules/rcs/api.js +3 -2
  480. package/lib/translated/en-AU-x-unimelb/modules/sidebar/store/initialState.js +4 -2
  481. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ar.js +36 -0
  482. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ca.js +36 -0
  483. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/cy.js +36 -0
  484. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/da-x-k12.js +36 -0
  485. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/da.js +36 -0
  486. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/de.js +36 -0
  487. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  488. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  489. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_AU.js +36 -0
  490. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_CA.js +36 -0
  491. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_CY.js +36 -0
  492. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_GB.js +36 -0
  493. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/es.js +36 -0
  494. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/es_ES.js +36 -0
  495. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fi.js +36 -0
  496. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fr.js +36 -0
  497. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fr_CA.js +36 -0
  498. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ht.js +36 -0
  499. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/is.js +36 -0
  500. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/it.js +36 -0
  501. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ja.js +36 -0
  502. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/mi.js +36 -0
  503. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nb-x-k12.js +36 -0
  504. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nb.js +36 -0
  505. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nl.js +36 -0
  506. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/pl.js +36 -0
  507. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/pt.js +36 -0
  508. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/pt_BR.js +36 -0
  509. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sl.js +36 -0
  510. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sv-x-k12.js +36 -0
  511. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh-Hans.js +36 -0
  512. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh-Hant.js +36 -0
  513. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh.js +36 -0
  514. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh_HK.js +36 -0
  515. package/lib/translated/en-GB-x-ukhe/modules/common/fileUrl.js +4 -3
  516. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  517. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/doc_previews.js +1 -1
  518. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/enhance_user_content.js +20 -8
  519. package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/instructure_helper.js +3 -2
  520. package/lib/translated/en-GB-x-ukhe/modules/rce/RCEWrapper.js +4 -7
  521. package/lib/translated/en-GB-x-ukhe/modules/rce/__tests__/contentInsertion.test.js +1 -1
  522. package/lib/translated/en-GB-x-ukhe/modules/rce/__tests__/contentRendering.test.js +10 -0
  523. package/lib/translated/en-GB-x-ukhe/modules/rce/contentRendering.js +2 -2
  524. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  525. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  526. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  527. package/lib/translated/en-GB-x-ukhe/modules/rce/tinyRCE.js +0 -1
  528. package/lib/translated/en-GB-x-ukhe/modules/rcs/api.js +3 -2
  529. package/lib/translated/en-GB-x-ukhe/modules/sidebar/store/initialState.js +4 -2
  530. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ar.js +36 -0
  531. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ca.js +36 -0
  532. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/cy.js +36 -0
  533. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/da-x-k12.js +36 -0
  534. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/da.js +36 -0
  535. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/de.js +36 -0
  536. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  537. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  538. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_AU.js +36 -0
  539. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_CA.js +36 -0
  540. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_CY.js +36 -0
  541. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_GB.js +36 -0
  542. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/es.js +36 -0
  543. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/es_ES.js +36 -0
  544. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fi.js +36 -0
  545. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fr.js +36 -0
  546. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fr_CA.js +36 -0
  547. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ht.js +36 -0
  548. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/is.js +36 -0
  549. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/it.js +36 -0
  550. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ja.js +36 -0
  551. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/mi.js +36 -0
  552. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nb-x-k12.js +36 -0
  553. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nb.js +36 -0
  554. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nl.js +36 -0
  555. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/pl.js +36 -0
  556. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/pt.js +36 -0
  557. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/pt_BR.js +36 -0
  558. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sl.js +36 -0
  559. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sv-x-k12.js +36 -0
  560. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh-Hans.js +36 -0
  561. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh-Hant.js +36 -0
  562. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh.js +36 -0
  563. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh_HK.js +36 -0
  564. package/lib/translated/en_AU/modules/common/fileUrl.js +4 -3
  565. package/lib/translated/en_AU/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  566. package/lib/translated/en_AU/modules/enhance-user-content/doc_previews.js +1 -1
  567. package/lib/translated/en_AU/modules/enhance-user-content/enhance_user_content.js +20 -8
  568. package/lib/translated/en_AU/modules/enhance-user-content/instructure_helper.js +3 -2
  569. package/lib/translated/en_AU/modules/rce/RCEWrapper.js +4 -7
  570. package/lib/translated/en_AU/modules/rce/__tests__/contentInsertion.test.js +1 -1
  571. package/lib/translated/en_AU/modules/rce/__tests__/contentRendering.test.js +10 -0
  572. package/lib/translated/en_AU/modules/rce/contentRendering.js +2 -2
  573. package/lib/translated/en_AU/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  574. package/lib/translated/en_AU/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  575. package/lib/translated/en_AU/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  576. package/lib/translated/en_AU/modules/rce/tinyRCE.js +0 -1
  577. package/lib/translated/en_AU/modules/rcs/api.js +3 -2
  578. package/lib/translated/en_AU/modules/sidebar/store/initialState.js +4 -2
  579. package/lib/translated/en_AU/modules/translations/locales/ar.js +36 -0
  580. package/lib/translated/en_AU/modules/translations/locales/ca.js +36 -0
  581. package/lib/translated/en_AU/modules/translations/locales/cy.js +36 -0
  582. package/lib/translated/en_AU/modules/translations/locales/da-x-k12.js +36 -0
  583. package/lib/translated/en_AU/modules/translations/locales/da.js +36 -0
  584. package/lib/translated/en_AU/modules/translations/locales/de.js +36 -0
  585. package/lib/translated/en_AU/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  586. package/lib/translated/en_AU/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  587. package/lib/translated/en_AU/modules/translations/locales/en_AU.js +36 -0
  588. package/lib/translated/en_AU/modules/translations/locales/en_CA.js +36 -0
  589. package/lib/translated/en_AU/modules/translations/locales/en_CY.js +36 -0
  590. package/lib/translated/en_AU/modules/translations/locales/en_GB.js +36 -0
  591. package/lib/translated/en_AU/modules/translations/locales/es.js +36 -0
  592. package/lib/translated/en_AU/modules/translations/locales/es_ES.js +36 -0
  593. package/lib/translated/en_AU/modules/translations/locales/fi.js +36 -0
  594. package/lib/translated/en_AU/modules/translations/locales/fr.js +36 -0
  595. package/lib/translated/en_AU/modules/translations/locales/fr_CA.js +36 -0
  596. package/lib/translated/en_AU/modules/translations/locales/ht.js +36 -0
  597. package/lib/translated/en_AU/modules/translations/locales/is.js +36 -0
  598. package/lib/translated/en_AU/modules/translations/locales/it.js +36 -0
  599. package/lib/translated/en_AU/modules/translations/locales/ja.js +36 -0
  600. package/lib/translated/en_AU/modules/translations/locales/mi.js +36 -0
  601. package/lib/translated/en_AU/modules/translations/locales/nb-x-k12.js +36 -0
  602. package/lib/translated/en_AU/modules/translations/locales/nb.js +36 -0
  603. package/lib/translated/en_AU/modules/translations/locales/nl.js +36 -0
  604. package/lib/translated/en_AU/modules/translations/locales/pl.js +36 -0
  605. package/lib/translated/en_AU/modules/translations/locales/pt.js +36 -0
  606. package/lib/translated/en_AU/modules/translations/locales/pt_BR.js +36 -0
  607. package/lib/translated/en_AU/modules/translations/locales/sl.js +36 -0
  608. package/lib/translated/en_AU/modules/translations/locales/sv-x-k12.js +36 -0
  609. package/lib/translated/en_AU/modules/translations/locales/zh-Hans.js +36 -0
  610. package/lib/translated/en_AU/modules/translations/locales/zh-Hant.js +36 -0
  611. package/lib/translated/en_AU/modules/translations/locales/zh.js +36 -0
  612. package/lib/translated/en_AU/modules/translations/locales/zh_HK.js +36 -0
  613. package/lib/translated/en_CA/modules/common/fileUrl.js +4 -3
  614. package/lib/translated/en_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  615. package/lib/translated/en_CA/modules/enhance-user-content/doc_previews.js +1 -1
  616. package/lib/translated/en_CA/modules/enhance-user-content/enhance_user_content.js +19 -7
  617. package/lib/translated/en_CA/modules/enhance-user-content/instructure_helper.js +2 -1
  618. package/lib/translated/en_CA/modules/rce/RCEWrapper.js +4 -7
  619. package/lib/translated/en_CA/modules/rce/__tests__/contentInsertion.test.js +1 -1
  620. package/lib/translated/en_CA/modules/rce/__tests__/contentRendering.test.js +10 -0
  621. package/lib/translated/en_CA/modules/rce/contentRendering.js +2 -2
  622. package/lib/translated/en_CA/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  623. package/lib/translated/en_CA/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  624. package/lib/translated/en_CA/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  625. package/lib/translated/en_CA/modules/rce/tinyRCE.js +0 -1
  626. package/lib/translated/en_CA/modules/rcs/api.js +3 -2
  627. package/lib/translated/en_CA/modules/sidebar/store/initialState.js +4 -2
  628. package/lib/translated/en_CA/modules/translations/locales/ar.js +36 -0
  629. package/lib/translated/en_CA/modules/translations/locales/ca.js +36 -0
  630. package/lib/translated/en_CA/modules/translations/locales/cy.js +36 -0
  631. package/lib/translated/en_CA/modules/translations/locales/da-x-k12.js +36 -0
  632. package/lib/translated/en_CA/modules/translations/locales/da.js +36 -0
  633. package/lib/translated/en_CA/modules/translations/locales/de.js +36 -0
  634. package/lib/translated/en_CA/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  635. package/lib/translated/en_CA/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  636. package/lib/translated/en_CA/modules/translations/locales/en_AU.js +36 -0
  637. package/lib/translated/en_CA/modules/translations/locales/en_CA.js +36 -0
  638. package/lib/translated/en_CA/modules/translations/locales/en_CY.js +36 -0
  639. package/lib/translated/en_CA/modules/translations/locales/en_GB.js +36 -0
  640. package/lib/translated/en_CA/modules/translations/locales/es.js +36 -0
  641. package/lib/translated/en_CA/modules/translations/locales/es_ES.js +36 -0
  642. package/lib/translated/en_CA/modules/translations/locales/fi.js +36 -0
  643. package/lib/translated/en_CA/modules/translations/locales/fr.js +36 -0
  644. package/lib/translated/en_CA/modules/translations/locales/fr_CA.js +36 -0
  645. package/lib/translated/en_CA/modules/translations/locales/ht.js +36 -0
  646. package/lib/translated/en_CA/modules/translations/locales/is.js +36 -0
  647. package/lib/translated/en_CA/modules/translations/locales/it.js +36 -0
  648. package/lib/translated/en_CA/modules/translations/locales/ja.js +36 -0
  649. package/lib/translated/en_CA/modules/translations/locales/mi.js +36 -0
  650. package/lib/translated/en_CA/modules/translations/locales/nb-x-k12.js +36 -0
  651. package/lib/translated/en_CA/modules/translations/locales/nb.js +36 -0
  652. package/lib/translated/en_CA/modules/translations/locales/nl.js +36 -0
  653. package/lib/translated/en_CA/modules/translations/locales/pl.js +36 -0
  654. package/lib/translated/en_CA/modules/translations/locales/pt.js +36 -0
  655. package/lib/translated/en_CA/modules/translations/locales/pt_BR.js +36 -0
  656. package/lib/translated/en_CA/modules/translations/locales/sl.js +36 -0
  657. package/lib/translated/en_CA/modules/translations/locales/sv-x-k12.js +36 -0
  658. package/lib/translated/en_CA/modules/translations/locales/zh-Hans.js +36 -0
  659. package/lib/translated/en_CA/modules/translations/locales/zh-Hant.js +36 -0
  660. package/lib/translated/en_CA/modules/translations/locales/zh.js +36 -0
  661. package/lib/translated/en_CA/modules/translations/locales/zh_HK.js +36 -0
  662. package/lib/translated/en_CY/modules/common/fileUrl.js +4 -3
  663. package/lib/translated/en_CY/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  664. package/lib/translated/en_CY/modules/enhance-user-content/doc_previews.js +1 -1
  665. package/lib/translated/en_CY/modules/enhance-user-content/enhance_user_content.js +20 -8
  666. package/lib/translated/en_CY/modules/enhance-user-content/instructure_helper.js +3 -2
  667. package/lib/translated/en_CY/modules/rce/RCEWrapper.js +4 -7
  668. package/lib/translated/en_CY/modules/rce/__tests__/contentInsertion.test.js +1 -1
  669. package/lib/translated/en_CY/modules/rce/__tests__/contentRendering.test.js +10 -0
  670. package/lib/translated/en_CY/modules/rce/contentRendering.js +2 -2
  671. package/lib/translated/en_CY/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  672. package/lib/translated/en_CY/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  673. package/lib/translated/en_CY/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  674. package/lib/translated/en_CY/modules/rce/tinyRCE.js +0 -1
  675. package/lib/translated/en_CY/modules/rcs/api.js +3 -2
  676. package/lib/translated/en_CY/modules/sidebar/store/initialState.js +4 -2
  677. package/lib/translated/en_CY/modules/translations/locales/ar.js +36 -0
  678. package/lib/translated/en_CY/modules/translations/locales/ca.js +36 -0
  679. package/lib/translated/en_CY/modules/translations/locales/cy.js +36 -0
  680. package/lib/translated/en_CY/modules/translations/locales/da-x-k12.js +36 -0
  681. package/lib/translated/en_CY/modules/translations/locales/da.js +36 -0
  682. package/lib/translated/en_CY/modules/translations/locales/de.js +36 -0
  683. package/lib/translated/en_CY/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  684. package/lib/translated/en_CY/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  685. package/lib/translated/en_CY/modules/translations/locales/en_AU.js +36 -0
  686. package/lib/translated/en_CY/modules/translations/locales/en_CA.js +36 -0
  687. package/lib/translated/en_CY/modules/translations/locales/en_CY.js +36 -0
  688. package/lib/translated/en_CY/modules/translations/locales/en_GB.js +36 -0
  689. package/lib/translated/en_CY/modules/translations/locales/es.js +36 -0
  690. package/lib/translated/en_CY/modules/translations/locales/es_ES.js +36 -0
  691. package/lib/translated/en_CY/modules/translations/locales/fi.js +36 -0
  692. package/lib/translated/en_CY/modules/translations/locales/fr.js +36 -0
  693. package/lib/translated/en_CY/modules/translations/locales/fr_CA.js +36 -0
  694. package/lib/translated/en_CY/modules/translations/locales/ht.js +36 -0
  695. package/lib/translated/en_CY/modules/translations/locales/is.js +36 -0
  696. package/lib/translated/en_CY/modules/translations/locales/it.js +36 -0
  697. package/lib/translated/en_CY/modules/translations/locales/ja.js +36 -0
  698. package/lib/translated/en_CY/modules/translations/locales/mi.js +36 -0
  699. package/lib/translated/en_CY/modules/translations/locales/nb-x-k12.js +36 -0
  700. package/lib/translated/en_CY/modules/translations/locales/nb.js +36 -0
  701. package/lib/translated/en_CY/modules/translations/locales/nl.js +36 -0
  702. package/lib/translated/en_CY/modules/translations/locales/pl.js +36 -0
  703. package/lib/translated/en_CY/modules/translations/locales/pt.js +36 -0
  704. package/lib/translated/en_CY/modules/translations/locales/pt_BR.js +36 -0
  705. package/lib/translated/en_CY/modules/translations/locales/sl.js +36 -0
  706. package/lib/translated/en_CY/modules/translations/locales/sv-x-k12.js +36 -0
  707. package/lib/translated/en_CY/modules/translations/locales/zh-Hans.js +36 -0
  708. package/lib/translated/en_CY/modules/translations/locales/zh-Hant.js +36 -0
  709. package/lib/translated/en_CY/modules/translations/locales/zh.js +36 -0
  710. package/lib/translated/en_CY/modules/translations/locales/zh_HK.js +36 -0
  711. package/lib/translated/en_GB/modules/common/fileUrl.js +4 -3
  712. package/lib/translated/en_GB/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  713. package/lib/translated/en_GB/modules/enhance-user-content/doc_previews.js +1 -1
  714. package/lib/translated/en_GB/modules/enhance-user-content/enhance_user_content.js +20 -8
  715. package/lib/translated/en_GB/modules/enhance-user-content/instructure_helper.js +3 -2
  716. package/lib/translated/en_GB/modules/rce/RCEWrapper.js +4 -7
  717. package/lib/translated/en_GB/modules/rce/__tests__/contentInsertion.test.js +1 -1
  718. package/lib/translated/en_GB/modules/rce/__tests__/contentRendering.test.js +10 -0
  719. package/lib/translated/en_GB/modules/rce/contentRendering.js +2 -2
  720. package/lib/translated/en_GB/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  721. package/lib/translated/en_GB/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  722. package/lib/translated/en_GB/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  723. package/lib/translated/en_GB/modules/rce/tinyRCE.js +0 -1
  724. package/lib/translated/en_GB/modules/rcs/api.js +3 -2
  725. package/lib/translated/en_GB/modules/sidebar/store/initialState.js +4 -2
  726. package/lib/translated/en_GB/modules/translations/locales/ar.js +36 -0
  727. package/lib/translated/en_GB/modules/translations/locales/ca.js +36 -0
  728. package/lib/translated/en_GB/modules/translations/locales/cy.js +36 -0
  729. package/lib/translated/en_GB/modules/translations/locales/da-x-k12.js +36 -0
  730. package/lib/translated/en_GB/modules/translations/locales/da.js +36 -0
  731. package/lib/translated/en_GB/modules/translations/locales/de.js +36 -0
  732. package/lib/translated/en_GB/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  733. package/lib/translated/en_GB/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  734. package/lib/translated/en_GB/modules/translations/locales/en_AU.js +36 -0
  735. package/lib/translated/en_GB/modules/translations/locales/en_CA.js +36 -0
  736. package/lib/translated/en_GB/modules/translations/locales/en_CY.js +36 -0
  737. package/lib/translated/en_GB/modules/translations/locales/en_GB.js +36 -0
  738. package/lib/translated/en_GB/modules/translations/locales/es.js +36 -0
  739. package/lib/translated/en_GB/modules/translations/locales/es_ES.js +36 -0
  740. package/lib/translated/en_GB/modules/translations/locales/fi.js +36 -0
  741. package/lib/translated/en_GB/modules/translations/locales/fr.js +36 -0
  742. package/lib/translated/en_GB/modules/translations/locales/fr_CA.js +36 -0
  743. package/lib/translated/en_GB/modules/translations/locales/ht.js +36 -0
  744. package/lib/translated/en_GB/modules/translations/locales/is.js +36 -0
  745. package/lib/translated/en_GB/modules/translations/locales/it.js +36 -0
  746. package/lib/translated/en_GB/modules/translations/locales/ja.js +36 -0
  747. package/lib/translated/en_GB/modules/translations/locales/mi.js +36 -0
  748. package/lib/translated/en_GB/modules/translations/locales/nb-x-k12.js +36 -0
  749. package/lib/translated/en_GB/modules/translations/locales/nb.js +36 -0
  750. package/lib/translated/en_GB/modules/translations/locales/nl.js +36 -0
  751. package/lib/translated/en_GB/modules/translations/locales/pl.js +36 -0
  752. package/lib/translated/en_GB/modules/translations/locales/pt.js +36 -0
  753. package/lib/translated/en_GB/modules/translations/locales/pt_BR.js +36 -0
  754. package/lib/translated/en_GB/modules/translations/locales/sl.js +36 -0
  755. package/lib/translated/en_GB/modules/translations/locales/sv-x-k12.js +36 -0
  756. package/lib/translated/en_GB/modules/translations/locales/zh-Hans.js +36 -0
  757. package/lib/translated/en_GB/modules/translations/locales/zh-Hant.js +36 -0
  758. package/lib/translated/en_GB/modules/translations/locales/zh.js +36 -0
  759. package/lib/translated/en_GB/modules/translations/locales/zh_HK.js +36 -0
  760. package/lib/translated/es/modules/common/fileUrl.js +4 -3
  761. package/lib/translated/es/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  762. package/lib/translated/es/modules/enhance-user-content/doc_previews.js +3 -3
  763. package/lib/translated/es/modules/enhance-user-content/enhance_user_content.js +23 -11
  764. package/lib/translated/es/modules/enhance-user-content/instructure_helper.js +4 -3
  765. package/lib/translated/es/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  766. package/lib/translated/es/modules/rce/RCEWrapper.js +4 -7
  767. package/lib/translated/es/modules/rce/StatusBar.js +1 -1
  768. package/lib/translated/es/modules/rce/__tests__/contentInsertion.test.js +1 -1
  769. package/lib/translated/es/modules/rce/__tests__/contentRendering.test.js +10 -0
  770. package/lib/translated/es/modules/rce/contentRendering.js +2 -2
  771. package/lib/translated/es/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  772. package/lib/translated/es/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  773. package/lib/translated/es/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  774. package/lib/translated/es/modules/rce/tinyRCE.js +0 -1
  775. package/lib/translated/es/modules/rcs/api.js +3 -2
  776. package/lib/translated/es/modules/sidebar/store/initialState.js +4 -2
  777. package/lib/translated/es/modules/translations/locales/ar.js +36 -0
  778. package/lib/translated/es/modules/translations/locales/ca.js +36 -0
  779. package/lib/translated/es/modules/translations/locales/cy.js +36 -0
  780. package/lib/translated/es/modules/translations/locales/da-x-k12.js +36 -0
  781. package/lib/translated/es/modules/translations/locales/da.js +36 -0
  782. package/lib/translated/es/modules/translations/locales/de.js +36 -0
  783. package/lib/translated/es/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  784. package/lib/translated/es/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  785. package/lib/translated/es/modules/translations/locales/en_AU.js +36 -0
  786. package/lib/translated/es/modules/translations/locales/en_CA.js +36 -0
  787. package/lib/translated/es/modules/translations/locales/en_CY.js +36 -0
  788. package/lib/translated/es/modules/translations/locales/en_GB.js +36 -0
  789. package/lib/translated/es/modules/translations/locales/es.js +36 -0
  790. package/lib/translated/es/modules/translations/locales/es_ES.js +36 -0
  791. package/lib/translated/es/modules/translations/locales/fi.js +36 -0
  792. package/lib/translated/es/modules/translations/locales/fr.js +36 -0
  793. package/lib/translated/es/modules/translations/locales/fr_CA.js +36 -0
  794. package/lib/translated/es/modules/translations/locales/ht.js +36 -0
  795. package/lib/translated/es/modules/translations/locales/is.js +36 -0
  796. package/lib/translated/es/modules/translations/locales/it.js +36 -0
  797. package/lib/translated/es/modules/translations/locales/ja.js +36 -0
  798. package/lib/translated/es/modules/translations/locales/mi.js +36 -0
  799. package/lib/translated/es/modules/translations/locales/nb-x-k12.js +36 -0
  800. package/lib/translated/es/modules/translations/locales/nb.js +36 -0
  801. package/lib/translated/es/modules/translations/locales/nl.js +36 -0
  802. package/lib/translated/es/modules/translations/locales/pl.js +36 -0
  803. package/lib/translated/es/modules/translations/locales/pt.js +36 -0
  804. package/lib/translated/es/modules/translations/locales/pt_BR.js +36 -0
  805. package/lib/translated/es/modules/translations/locales/sl.js +36 -0
  806. package/lib/translated/es/modules/translations/locales/sv-x-k12.js +36 -0
  807. package/lib/translated/es/modules/translations/locales/zh-Hans.js +36 -0
  808. package/lib/translated/es/modules/translations/locales/zh-Hant.js +36 -0
  809. package/lib/translated/es/modules/translations/locales/zh.js +36 -0
  810. package/lib/translated/es/modules/translations/locales/zh_HK.js +36 -0
  811. package/lib/translated/es_ES/modules/common/fileUrl.js +4 -3
  812. package/lib/translated/es_ES/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  813. package/lib/translated/es_ES/modules/enhance-user-content/doc_previews.js +3 -3
  814. package/lib/translated/es_ES/modules/enhance-user-content/enhance_user_content.js +23 -11
  815. package/lib/translated/es_ES/modules/enhance-user-content/instructure_helper.js +4 -3
  816. package/lib/translated/es_ES/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  817. package/lib/translated/es_ES/modules/rce/RCEWrapper.js +4 -7
  818. package/lib/translated/es_ES/modules/rce/StatusBar.js +1 -1
  819. package/lib/translated/es_ES/modules/rce/__tests__/contentInsertion.test.js +1 -1
  820. package/lib/translated/es_ES/modules/rce/__tests__/contentRendering.test.js +10 -0
  821. package/lib/translated/es_ES/modules/rce/contentRendering.js +2 -2
  822. package/lib/translated/es_ES/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  823. package/lib/translated/es_ES/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  824. package/lib/translated/es_ES/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  825. package/lib/translated/es_ES/modules/rce/tinyRCE.js +0 -1
  826. package/lib/translated/es_ES/modules/rcs/api.js +3 -2
  827. package/lib/translated/es_ES/modules/sidebar/store/initialState.js +4 -2
  828. package/lib/translated/es_ES/modules/translations/locales/ar.js +36 -0
  829. package/lib/translated/es_ES/modules/translations/locales/ca.js +36 -0
  830. package/lib/translated/es_ES/modules/translations/locales/cy.js +36 -0
  831. package/lib/translated/es_ES/modules/translations/locales/da-x-k12.js +36 -0
  832. package/lib/translated/es_ES/modules/translations/locales/da.js +36 -0
  833. package/lib/translated/es_ES/modules/translations/locales/de.js +36 -0
  834. package/lib/translated/es_ES/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  835. package/lib/translated/es_ES/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  836. package/lib/translated/es_ES/modules/translations/locales/en_AU.js +36 -0
  837. package/lib/translated/es_ES/modules/translations/locales/en_CA.js +36 -0
  838. package/lib/translated/es_ES/modules/translations/locales/en_CY.js +36 -0
  839. package/lib/translated/es_ES/modules/translations/locales/en_GB.js +36 -0
  840. package/lib/translated/es_ES/modules/translations/locales/es.js +36 -0
  841. package/lib/translated/es_ES/modules/translations/locales/es_ES.js +36 -0
  842. package/lib/translated/es_ES/modules/translations/locales/fi.js +36 -0
  843. package/lib/translated/es_ES/modules/translations/locales/fr.js +36 -0
  844. package/lib/translated/es_ES/modules/translations/locales/fr_CA.js +36 -0
  845. package/lib/translated/es_ES/modules/translations/locales/ht.js +36 -0
  846. package/lib/translated/es_ES/modules/translations/locales/is.js +36 -0
  847. package/lib/translated/es_ES/modules/translations/locales/it.js +36 -0
  848. package/lib/translated/es_ES/modules/translations/locales/ja.js +36 -0
  849. package/lib/translated/es_ES/modules/translations/locales/mi.js +36 -0
  850. package/lib/translated/es_ES/modules/translations/locales/nb-x-k12.js +36 -0
  851. package/lib/translated/es_ES/modules/translations/locales/nb.js +36 -0
  852. package/lib/translated/es_ES/modules/translations/locales/nl.js +36 -0
  853. package/lib/translated/es_ES/modules/translations/locales/pl.js +36 -0
  854. package/lib/translated/es_ES/modules/translations/locales/pt.js +36 -0
  855. package/lib/translated/es_ES/modules/translations/locales/pt_BR.js +36 -0
  856. package/lib/translated/es_ES/modules/translations/locales/sl.js +36 -0
  857. package/lib/translated/es_ES/modules/translations/locales/sv-x-k12.js +36 -0
  858. package/lib/translated/es_ES/modules/translations/locales/zh-Hans.js +36 -0
  859. package/lib/translated/es_ES/modules/translations/locales/zh-Hant.js +36 -0
  860. package/lib/translated/es_ES/modules/translations/locales/zh.js +36 -0
  861. package/lib/translated/es_ES/modules/translations/locales/zh_HK.js +36 -0
  862. package/lib/translated/es_GT/modules/common/fileUrl.js +4 -3
  863. package/lib/translated/es_GT/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  864. package/lib/translated/es_GT/modules/enhance-user-content/doc_previews.js +1 -1
  865. package/lib/translated/es_GT/modules/enhance-user-content/enhance_user_content.js +19 -7
  866. package/lib/translated/es_GT/modules/enhance-user-content/instructure_helper.js +2 -1
  867. package/lib/translated/es_GT/modules/rce/RCEWrapper.js +4 -7
  868. package/lib/translated/es_GT/modules/rce/__tests__/contentInsertion.test.js +1 -1
  869. package/lib/translated/es_GT/modules/rce/__tests__/contentRendering.test.js +10 -0
  870. package/lib/translated/es_GT/modules/rce/contentRendering.js +2 -2
  871. package/lib/translated/es_GT/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  872. package/lib/translated/es_GT/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  873. package/lib/translated/es_GT/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  874. package/lib/translated/es_GT/modules/rce/tinyRCE.js +0 -1
  875. package/lib/translated/es_GT/modules/rcs/api.js +3 -2
  876. package/lib/translated/es_GT/modules/sidebar/store/initialState.js +4 -2
  877. package/lib/translated/es_GT/modules/translations/locales/ar.js +36 -0
  878. package/lib/translated/es_GT/modules/translations/locales/ca.js +36 -0
  879. package/lib/translated/es_GT/modules/translations/locales/cy.js +36 -0
  880. package/lib/translated/es_GT/modules/translations/locales/da-x-k12.js +36 -0
  881. package/lib/translated/es_GT/modules/translations/locales/da.js +36 -0
  882. package/lib/translated/es_GT/modules/translations/locales/de.js +36 -0
  883. package/lib/translated/es_GT/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  884. package/lib/translated/es_GT/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  885. package/lib/translated/es_GT/modules/translations/locales/en_AU.js +36 -0
  886. package/lib/translated/es_GT/modules/translations/locales/en_CA.js +36 -0
  887. package/lib/translated/es_GT/modules/translations/locales/en_CY.js +36 -0
  888. package/lib/translated/es_GT/modules/translations/locales/en_GB.js +36 -0
  889. package/lib/translated/es_GT/modules/translations/locales/es.js +36 -0
  890. package/lib/translated/es_GT/modules/translations/locales/es_ES.js +36 -0
  891. package/lib/translated/es_GT/modules/translations/locales/fi.js +36 -0
  892. package/lib/translated/es_GT/modules/translations/locales/fr.js +36 -0
  893. package/lib/translated/es_GT/modules/translations/locales/fr_CA.js +36 -0
  894. package/lib/translated/es_GT/modules/translations/locales/ht.js +36 -0
  895. package/lib/translated/es_GT/modules/translations/locales/is.js +36 -0
  896. package/lib/translated/es_GT/modules/translations/locales/it.js +36 -0
  897. package/lib/translated/es_GT/modules/translations/locales/ja.js +36 -0
  898. package/lib/translated/es_GT/modules/translations/locales/mi.js +36 -0
  899. package/lib/translated/es_GT/modules/translations/locales/nb-x-k12.js +36 -0
  900. package/lib/translated/es_GT/modules/translations/locales/nb.js +36 -0
  901. package/lib/translated/es_GT/modules/translations/locales/nl.js +36 -0
  902. package/lib/translated/es_GT/modules/translations/locales/pl.js +36 -0
  903. package/lib/translated/es_GT/modules/translations/locales/pt.js +36 -0
  904. package/lib/translated/es_GT/modules/translations/locales/pt_BR.js +36 -0
  905. package/lib/translated/es_GT/modules/translations/locales/sl.js +36 -0
  906. package/lib/translated/es_GT/modules/translations/locales/sv-x-k12.js +36 -0
  907. package/lib/translated/es_GT/modules/translations/locales/zh-Hans.js +36 -0
  908. package/lib/translated/es_GT/modules/translations/locales/zh-Hant.js +36 -0
  909. package/lib/translated/es_GT/modules/translations/locales/zh.js +36 -0
  910. package/lib/translated/es_GT/modules/translations/locales/zh_HK.js +36 -0
  911. package/lib/translated/fa_IR/modules/common/fileUrl.js +4 -3
  912. package/lib/translated/fa_IR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  913. package/lib/translated/fa_IR/modules/enhance-user-content/doc_previews.js +1 -1
  914. package/lib/translated/fa_IR/modules/enhance-user-content/enhance_user_content.js +19 -7
  915. package/lib/translated/fa_IR/modules/enhance-user-content/instructure_helper.js +2 -1
  916. package/lib/translated/fa_IR/modules/rce/RCEWrapper.js +4 -7
  917. package/lib/translated/fa_IR/modules/rce/__tests__/contentInsertion.test.js +1 -1
  918. package/lib/translated/fa_IR/modules/rce/__tests__/contentRendering.test.js +10 -0
  919. package/lib/translated/fa_IR/modules/rce/contentRendering.js +2 -2
  920. package/lib/translated/fa_IR/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  921. package/lib/translated/fa_IR/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  922. package/lib/translated/fa_IR/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  923. package/lib/translated/fa_IR/modules/rce/tinyRCE.js +0 -1
  924. package/lib/translated/fa_IR/modules/rcs/api.js +3 -2
  925. package/lib/translated/fa_IR/modules/sidebar/store/initialState.js +4 -2
  926. package/lib/translated/fa_IR/modules/translations/locales/ar.js +36 -0
  927. package/lib/translated/fa_IR/modules/translations/locales/ca.js +36 -0
  928. package/lib/translated/fa_IR/modules/translations/locales/cy.js +36 -0
  929. package/lib/translated/fa_IR/modules/translations/locales/da-x-k12.js +36 -0
  930. package/lib/translated/fa_IR/modules/translations/locales/da.js +36 -0
  931. package/lib/translated/fa_IR/modules/translations/locales/de.js +36 -0
  932. package/lib/translated/fa_IR/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  933. package/lib/translated/fa_IR/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  934. package/lib/translated/fa_IR/modules/translations/locales/en_AU.js +36 -0
  935. package/lib/translated/fa_IR/modules/translations/locales/en_CA.js +36 -0
  936. package/lib/translated/fa_IR/modules/translations/locales/en_CY.js +36 -0
  937. package/lib/translated/fa_IR/modules/translations/locales/en_GB.js +36 -0
  938. package/lib/translated/fa_IR/modules/translations/locales/es.js +36 -0
  939. package/lib/translated/fa_IR/modules/translations/locales/es_ES.js +36 -0
  940. package/lib/translated/fa_IR/modules/translations/locales/fi.js +36 -0
  941. package/lib/translated/fa_IR/modules/translations/locales/fr.js +36 -0
  942. package/lib/translated/fa_IR/modules/translations/locales/fr_CA.js +36 -0
  943. package/lib/translated/fa_IR/modules/translations/locales/ht.js +36 -0
  944. package/lib/translated/fa_IR/modules/translations/locales/is.js +36 -0
  945. package/lib/translated/fa_IR/modules/translations/locales/it.js +36 -0
  946. package/lib/translated/fa_IR/modules/translations/locales/ja.js +36 -0
  947. package/lib/translated/fa_IR/modules/translations/locales/mi.js +36 -0
  948. package/lib/translated/fa_IR/modules/translations/locales/nb-x-k12.js +36 -0
  949. package/lib/translated/fa_IR/modules/translations/locales/nb.js +36 -0
  950. package/lib/translated/fa_IR/modules/translations/locales/nl.js +36 -0
  951. package/lib/translated/fa_IR/modules/translations/locales/pl.js +36 -0
  952. package/lib/translated/fa_IR/modules/translations/locales/pt.js +36 -0
  953. package/lib/translated/fa_IR/modules/translations/locales/pt_BR.js +36 -0
  954. package/lib/translated/fa_IR/modules/translations/locales/sl.js +36 -0
  955. package/lib/translated/fa_IR/modules/translations/locales/sv-x-k12.js +36 -0
  956. package/lib/translated/fa_IR/modules/translations/locales/zh-Hans.js +36 -0
  957. package/lib/translated/fa_IR/modules/translations/locales/zh-Hant.js +36 -0
  958. package/lib/translated/fa_IR/modules/translations/locales/zh.js +36 -0
  959. package/lib/translated/fa_IR/modules/translations/locales/zh_HK.js +36 -0
  960. package/lib/translated/fi/modules/common/fileUrl.js +4 -3
  961. package/lib/translated/fi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  962. package/lib/translated/fi/modules/enhance-user-content/doc_previews.js +3 -3
  963. package/lib/translated/fi/modules/enhance-user-content/enhance_user_content.js +23 -11
  964. package/lib/translated/fi/modules/enhance-user-content/instructure_helper.js +4 -3
  965. package/lib/translated/fi/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  966. package/lib/translated/fi/modules/rce/RCEWrapper.js +4 -7
  967. package/lib/translated/fi/modules/rce/StatusBar.js +1 -1
  968. package/lib/translated/fi/modules/rce/__tests__/contentInsertion.test.js +1 -1
  969. package/lib/translated/fi/modules/rce/__tests__/contentRendering.test.js +10 -0
  970. package/lib/translated/fi/modules/rce/contentRendering.js +2 -2
  971. package/lib/translated/fi/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  972. package/lib/translated/fi/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  973. package/lib/translated/fi/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  974. package/lib/translated/fi/modules/rce/tinyRCE.js +0 -1
  975. package/lib/translated/fi/modules/rcs/api.js +3 -2
  976. package/lib/translated/fi/modules/sidebar/store/initialState.js +4 -2
  977. package/lib/translated/fi/modules/translations/locales/ar.js +36 -0
  978. package/lib/translated/fi/modules/translations/locales/ca.js +36 -0
  979. package/lib/translated/fi/modules/translations/locales/cy.js +36 -0
  980. package/lib/translated/fi/modules/translations/locales/da-x-k12.js +36 -0
  981. package/lib/translated/fi/modules/translations/locales/da.js +36 -0
  982. package/lib/translated/fi/modules/translations/locales/de.js +36 -0
  983. package/lib/translated/fi/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  984. package/lib/translated/fi/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  985. package/lib/translated/fi/modules/translations/locales/en_AU.js +36 -0
  986. package/lib/translated/fi/modules/translations/locales/en_CA.js +36 -0
  987. package/lib/translated/fi/modules/translations/locales/en_CY.js +36 -0
  988. package/lib/translated/fi/modules/translations/locales/en_GB.js +36 -0
  989. package/lib/translated/fi/modules/translations/locales/es.js +36 -0
  990. package/lib/translated/fi/modules/translations/locales/es_ES.js +36 -0
  991. package/lib/translated/fi/modules/translations/locales/fi.js +36 -0
  992. package/lib/translated/fi/modules/translations/locales/fr.js +36 -0
  993. package/lib/translated/fi/modules/translations/locales/fr_CA.js +36 -0
  994. package/lib/translated/fi/modules/translations/locales/ht.js +36 -0
  995. package/lib/translated/fi/modules/translations/locales/is.js +36 -0
  996. package/lib/translated/fi/modules/translations/locales/it.js +36 -0
  997. package/lib/translated/fi/modules/translations/locales/ja.js +36 -0
  998. package/lib/translated/fi/modules/translations/locales/mi.js +36 -0
  999. package/lib/translated/fi/modules/translations/locales/nb-x-k12.js +36 -0
  1000. package/lib/translated/fi/modules/translations/locales/nb.js +36 -0
  1001. package/lib/translated/fi/modules/translations/locales/nl.js +36 -0
  1002. package/lib/translated/fi/modules/translations/locales/pl.js +36 -0
  1003. package/lib/translated/fi/modules/translations/locales/pt.js +36 -0
  1004. package/lib/translated/fi/modules/translations/locales/pt_BR.js +36 -0
  1005. package/lib/translated/fi/modules/translations/locales/sl.js +36 -0
  1006. package/lib/translated/fi/modules/translations/locales/sv-x-k12.js +36 -0
  1007. package/lib/translated/fi/modules/translations/locales/zh-Hans.js +36 -0
  1008. package/lib/translated/fi/modules/translations/locales/zh-Hant.js +36 -0
  1009. package/lib/translated/fi/modules/translations/locales/zh.js +36 -0
  1010. package/lib/translated/fi/modules/translations/locales/zh_HK.js +36 -0
  1011. package/lib/translated/fr/modules/common/fileUrl.js +4 -3
  1012. package/lib/translated/fr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1013. package/lib/translated/fr/modules/enhance-user-content/doc_previews.js +3 -3
  1014. package/lib/translated/fr/modules/enhance-user-content/enhance_user_content.js +23 -11
  1015. package/lib/translated/fr/modules/enhance-user-content/instructure_helper.js +4 -3
  1016. package/lib/translated/fr/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1017. package/lib/translated/fr/modules/rce/RCEWrapper.js +4 -7
  1018. package/lib/translated/fr/modules/rce/StatusBar.js +1 -1
  1019. package/lib/translated/fr/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1020. package/lib/translated/fr/modules/rce/__tests__/contentRendering.test.js +10 -0
  1021. package/lib/translated/fr/modules/rce/contentRendering.js +2 -2
  1022. package/lib/translated/fr/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1023. package/lib/translated/fr/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1024. package/lib/translated/fr/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1025. package/lib/translated/fr/modules/rce/tinyRCE.js +0 -1
  1026. package/lib/translated/fr/modules/rcs/api.js +3 -2
  1027. package/lib/translated/fr/modules/sidebar/store/initialState.js +4 -2
  1028. package/lib/translated/fr/modules/translations/locales/ar.js +36 -0
  1029. package/lib/translated/fr/modules/translations/locales/ca.js +36 -0
  1030. package/lib/translated/fr/modules/translations/locales/cy.js +36 -0
  1031. package/lib/translated/fr/modules/translations/locales/da-x-k12.js +36 -0
  1032. package/lib/translated/fr/modules/translations/locales/da.js +36 -0
  1033. package/lib/translated/fr/modules/translations/locales/de.js +36 -0
  1034. package/lib/translated/fr/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1035. package/lib/translated/fr/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1036. package/lib/translated/fr/modules/translations/locales/en_AU.js +36 -0
  1037. package/lib/translated/fr/modules/translations/locales/en_CA.js +36 -0
  1038. package/lib/translated/fr/modules/translations/locales/en_CY.js +36 -0
  1039. package/lib/translated/fr/modules/translations/locales/en_GB.js +36 -0
  1040. package/lib/translated/fr/modules/translations/locales/es.js +36 -0
  1041. package/lib/translated/fr/modules/translations/locales/es_ES.js +36 -0
  1042. package/lib/translated/fr/modules/translations/locales/fi.js +36 -0
  1043. package/lib/translated/fr/modules/translations/locales/fr.js +36 -0
  1044. package/lib/translated/fr/modules/translations/locales/fr_CA.js +36 -0
  1045. package/lib/translated/fr/modules/translations/locales/ht.js +36 -0
  1046. package/lib/translated/fr/modules/translations/locales/is.js +36 -0
  1047. package/lib/translated/fr/modules/translations/locales/it.js +36 -0
  1048. package/lib/translated/fr/modules/translations/locales/ja.js +36 -0
  1049. package/lib/translated/fr/modules/translations/locales/mi.js +36 -0
  1050. package/lib/translated/fr/modules/translations/locales/nb-x-k12.js +36 -0
  1051. package/lib/translated/fr/modules/translations/locales/nb.js +36 -0
  1052. package/lib/translated/fr/modules/translations/locales/nl.js +36 -0
  1053. package/lib/translated/fr/modules/translations/locales/pl.js +36 -0
  1054. package/lib/translated/fr/modules/translations/locales/pt.js +36 -0
  1055. package/lib/translated/fr/modules/translations/locales/pt_BR.js +36 -0
  1056. package/lib/translated/fr/modules/translations/locales/sl.js +36 -0
  1057. package/lib/translated/fr/modules/translations/locales/sv-x-k12.js +36 -0
  1058. package/lib/translated/fr/modules/translations/locales/zh-Hans.js +36 -0
  1059. package/lib/translated/fr/modules/translations/locales/zh-Hant.js +36 -0
  1060. package/lib/translated/fr/modules/translations/locales/zh.js +36 -0
  1061. package/lib/translated/fr/modules/translations/locales/zh_HK.js +36 -0
  1062. package/lib/translated/fr_CA/modules/common/fileUrl.js +4 -3
  1063. package/lib/translated/fr_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1064. package/lib/translated/fr_CA/modules/enhance-user-content/doc_previews.js +3 -3
  1065. package/lib/translated/fr_CA/modules/enhance-user-content/enhance_user_content.js +23 -11
  1066. package/lib/translated/fr_CA/modules/enhance-user-content/instructure_helper.js +4 -3
  1067. package/lib/translated/fr_CA/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1068. package/lib/translated/fr_CA/modules/rce/RCEWrapper.js +4 -7
  1069. package/lib/translated/fr_CA/modules/rce/StatusBar.js +1 -1
  1070. package/lib/translated/fr_CA/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1071. package/lib/translated/fr_CA/modules/rce/__tests__/contentRendering.test.js +10 -0
  1072. package/lib/translated/fr_CA/modules/rce/contentRendering.js +2 -2
  1073. package/lib/translated/fr_CA/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1074. package/lib/translated/fr_CA/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1075. package/lib/translated/fr_CA/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1076. package/lib/translated/fr_CA/modules/rce/tinyRCE.js +0 -1
  1077. package/lib/translated/fr_CA/modules/rcs/api.js +3 -2
  1078. package/lib/translated/fr_CA/modules/sidebar/store/initialState.js +4 -2
  1079. package/lib/translated/fr_CA/modules/translations/locales/ar.js +36 -0
  1080. package/lib/translated/fr_CA/modules/translations/locales/ca.js +36 -0
  1081. package/lib/translated/fr_CA/modules/translations/locales/cy.js +36 -0
  1082. package/lib/translated/fr_CA/modules/translations/locales/da-x-k12.js +36 -0
  1083. package/lib/translated/fr_CA/modules/translations/locales/da.js +36 -0
  1084. package/lib/translated/fr_CA/modules/translations/locales/de.js +36 -0
  1085. package/lib/translated/fr_CA/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1086. package/lib/translated/fr_CA/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1087. package/lib/translated/fr_CA/modules/translations/locales/en_AU.js +36 -0
  1088. package/lib/translated/fr_CA/modules/translations/locales/en_CA.js +36 -0
  1089. package/lib/translated/fr_CA/modules/translations/locales/en_CY.js +36 -0
  1090. package/lib/translated/fr_CA/modules/translations/locales/en_GB.js +36 -0
  1091. package/lib/translated/fr_CA/modules/translations/locales/es.js +36 -0
  1092. package/lib/translated/fr_CA/modules/translations/locales/es_ES.js +36 -0
  1093. package/lib/translated/fr_CA/modules/translations/locales/fi.js +36 -0
  1094. package/lib/translated/fr_CA/modules/translations/locales/fr.js +36 -0
  1095. package/lib/translated/fr_CA/modules/translations/locales/fr_CA.js +36 -0
  1096. package/lib/translated/fr_CA/modules/translations/locales/ht.js +36 -0
  1097. package/lib/translated/fr_CA/modules/translations/locales/is.js +36 -0
  1098. package/lib/translated/fr_CA/modules/translations/locales/it.js +36 -0
  1099. package/lib/translated/fr_CA/modules/translations/locales/ja.js +36 -0
  1100. package/lib/translated/fr_CA/modules/translations/locales/mi.js +36 -0
  1101. package/lib/translated/fr_CA/modules/translations/locales/nb-x-k12.js +36 -0
  1102. package/lib/translated/fr_CA/modules/translations/locales/nb.js +36 -0
  1103. package/lib/translated/fr_CA/modules/translations/locales/nl.js +36 -0
  1104. package/lib/translated/fr_CA/modules/translations/locales/pl.js +36 -0
  1105. package/lib/translated/fr_CA/modules/translations/locales/pt.js +36 -0
  1106. package/lib/translated/fr_CA/modules/translations/locales/pt_BR.js +36 -0
  1107. package/lib/translated/fr_CA/modules/translations/locales/sl.js +36 -0
  1108. package/lib/translated/fr_CA/modules/translations/locales/sv-x-k12.js +36 -0
  1109. package/lib/translated/fr_CA/modules/translations/locales/zh-Hans.js +36 -0
  1110. package/lib/translated/fr_CA/modules/translations/locales/zh-Hant.js +36 -0
  1111. package/lib/translated/fr_CA/modules/translations/locales/zh.js +36 -0
  1112. package/lib/translated/fr_CA/modules/translations/locales/zh_HK.js +36 -0
  1113. package/lib/translated/he/modules/common/fileUrl.js +4 -3
  1114. package/lib/translated/he/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1115. package/lib/translated/he/modules/enhance-user-content/doc_previews.js +1 -1
  1116. package/lib/translated/he/modules/enhance-user-content/enhance_user_content.js +19 -7
  1117. package/lib/translated/he/modules/enhance-user-content/instructure_helper.js +2 -1
  1118. package/lib/translated/he/modules/rce/RCEWrapper.js +4 -7
  1119. package/lib/translated/he/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1120. package/lib/translated/he/modules/rce/__tests__/contentRendering.test.js +10 -0
  1121. package/lib/translated/he/modules/rce/contentRendering.js +2 -2
  1122. package/lib/translated/he/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1123. package/lib/translated/he/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1124. package/lib/translated/he/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1125. package/lib/translated/he/modules/rce/tinyRCE.js +0 -1
  1126. package/lib/translated/he/modules/rcs/api.js +3 -2
  1127. package/lib/translated/he/modules/sidebar/store/initialState.js +4 -2
  1128. package/lib/translated/he/modules/translations/locales/ar.js +36 -0
  1129. package/lib/translated/he/modules/translations/locales/ca.js +36 -0
  1130. package/lib/translated/he/modules/translations/locales/cy.js +36 -0
  1131. package/lib/translated/he/modules/translations/locales/da-x-k12.js +36 -0
  1132. package/lib/translated/he/modules/translations/locales/da.js +36 -0
  1133. package/lib/translated/he/modules/translations/locales/de.js +36 -0
  1134. package/lib/translated/he/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1135. package/lib/translated/he/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1136. package/lib/translated/he/modules/translations/locales/en_AU.js +36 -0
  1137. package/lib/translated/he/modules/translations/locales/en_CA.js +36 -0
  1138. package/lib/translated/he/modules/translations/locales/en_CY.js +36 -0
  1139. package/lib/translated/he/modules/translations/locales/en_GB.js +36 -0
  1140. package/lib/translated/he/modules/translations/locales/es.js +36 -0
  1141. package/lib/translated/he/modules/translations/locales/es_ES.js +36 -0
  1142. package/lib/translated/he/modules/translations/locales/fi.js +36 -0
  1143. package/lib/translated/he/modules/translations/locales/fr.js +36 -0
  1144. package/lib/translated/he/modules/translations/locales/fr_CA.js +36 -0
  1145. package/lib/translated/he/modules/translations/locales/ht.js +36 -0
  1146. package/lib/translated/he/modules/translations/locales/is.js +36 -0
  1147. package/lib/translated/he/modules/translations/locales/it.js +36 -0
  1148. package/lib/translated/he/modules/translations/locales/ja.js +36 -0
  1149. package/lib/translated/he/modules/translations/locales/mi.js +36 -0
  1150. package/lib/translated/he/modules/translations/locales/nb-x-k12.js +36 -0
  1151. package/lib/translated/he/modules/translations/locales/nb.js +36 -0
  1152. package/lib/translated/he/modules/translations/locales/nl.js +36 -0
  1153. package/lib/translated/he/modules/translations/locales/pl.js +36 -0
  1154. package/lib/translated/he/modules/translations/locales/pt.js +36 -0
  1155. package/lib/translated/he/modules/translations/locales/pt_BR.js +36 -0
  1156. package/lib/translated/he/modules/translations/locales/sl.js +36 -0
  1157. package/lib/translated/he/modules/translations/locales/sv-x-k12.js +36 -0
  1158. package/lib/translated/he/modules/translations/locales/zh-Hans.js +36 -0
  1159. package/lib/translated/he/modules/translations/locales/zh-Hant.js +36 -0
  1160. package/lib/translated/he/modules/translations/locales/zh.js +36 -0
  1161. package/lib/translated/he/modules/translations/locales/zh_HK.js +36 -0
  1162. package/lib/translated/ht/modules/common/fileUrl.js +4 -3
  1163. package/lib/translated/ht/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1164. package/lib/translated/ht/modules/enhance-user-content/doc_previews.js +3 -3
  1165. package/lib/translated/ht/modules/enhance-user-content/enhance_user_content.js +23 -11
  1166. package/lib/translated/ht/modules/enhance-user-content/instructure_helper.js +4 -3
  1167. package/lib/translated/ht/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1168. package/lib/translated/ht/modules/rce/RCEWrapper.js +4 -7
  1169. package/lib/translated/ht/modules/rce/StatusBar.js +1 -1
  1170. package/lib/translated/ht/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1171. package/lib/translated/ht/modules/rce/__tests__/contentRendering.test.js +10 -0
  1172. package/lib/translated/ht/modules/rce/contentRendering.js +2 -2
  1173. package/lib/translated/ht/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1174. package/lib/translated/ht/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1175. package/lib/translated/ht/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1176. package/lib/translated/ht/modules/rce/tinyRCE.js +0 -1
  1177. package/lib/translated/ht/modules/rcs/api.js +3 -2
  1178. package/lib/translated/ht/modules/sidebar/store/initialState.js +4 -2
  1179. package/lib/translated/ht/modules/translations/locales/ar.js +36 -0
  1180. package/lib/translated/ht/modules/translations/locales/ca.js +36 -0
  1181. package/lib/translated/ht/modules/translations/locales/cy.js +36 -0
  1182. package/lib/translated/ht/modules/translations/locales/da-x-k12.js +36 -0
  1183. package/lib/translated/ht/modules/translations/locales/da.js +36 -0
  1184. package/lib/translated/ht/modules/translations/locales/de.js +36 -0
  1185. package/lib/translated/ht/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1186. package/lib/translated/ht/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1187. package/lib/translated/ht/modules/translations/locales/en_AU.js +36 -0
  1188. package/lib/translated/ht/modules/translations/locales/en_CA.js +36 -0
  1189. package/lib/translated/ht/modules/translations/locales/en_CY.js +36 -0
  1190. package/lib/translated/ht/modules/translations/locales/en_GB.js +36 -0
  1191. package/lib/translated/ht/modules/translations/locales/es.js +36 -0
  1192. package/lib/translated/ht/modules/translations/locales/es_ES.js +36 -0
  1193. package/lib/translated/ht/modules/translations/locales/fi.js +36 -0
  1194. package/lib/translated/ht/modules/translations/locales/fr.js +36 -0
  1195. package/lib/translated/ht/modules/translations/locales/fr_CA.js +36 -0
  1196. package/lib/translated/ht/modules/translations/locales/ht.js +36 -0
  1197. package/lib/translated/ht/modules/translations/locales/is.js +36 -0
  1198. package/lib/translated/ht/modules/translations/locales/it.js +36 -0
  1199. package/lib/translated/ht/modules/translations/locales/ja.js +36 -0
  1200. package/lib/translated/ht/modules/translations/locales/mi.js +36 -0
  1201. package/lib/translated/ht/modules/translations/locales/nb-x-k12.js +36 -0
  1202. package/lib/translated/ht/modules/translations/locales/nb.js +36 -0
  1203. package/lib/translated/ht/modules/translations/locales/nl.js +36 -0
  1204. package/lib/translated/ht/modules/translations/locales/pl.js +36 -0
  1205. package/lib/translated/ht/modules/translations/locales/pt.js +36 -0
  1206. package/lib/translated/ht/modules/translations/locales/pt_BR.js +36 -0
  1207. package/lib/translated/ht/modules/translations/locales/sl.js +36 -0
  1208. package/lib/translated/ht/modules/translations/locales/sv-x-k12.js +36 -0
  1209. package/lib/translated/ht/modules/translations/locales/zh-Hans.js +36 -0
  1210. package/lib/translated/ht/modules/translations/locales/zh-Hant.js +36 -0
  1211. package/lib/translated/ht/modules/translations/locales/zh.js +36 -0
  1212. package/lib/translated/ht/modules/translations/locales/zh_HK.js +36 -0
  1213. package/lib/translated/hu/modules/common/fileUrl.js +4 -3
  1214. package/lib/translated/hu/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1215. package/lib/translated/hu/modules/enhance-user-content/doc_previews.js +1 -1
  1216. package/lib/translated/hu/modules/enhance-user-content/enhance_user_content.js +19 -7
  1217. package/lib/translated/hu/modules/enhance-user-content/instructure_helper.js +2 -1
  1218. package/lib/translated/hu/modules/rce/RCEWrapper.js +4 -7
  1219. package/lib/translated/hu/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1220. package/lib/translated/hu/modules/rce/__tests__/contentRendering.test.js +10 -0
  1221. package/lib/translated/hu/modules/rce/contentRendering.js +2 -2
  1222. package/lib/translated/hu/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1223. package/lib/translated/hu/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1224. package/lib/translated/hu/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1225. package/lib/translated/hu/modules/rce/tinyRCE.js +0 -1
  1226. package/lib/translated/hu/modules/rcs/api.js +3 -2
  1227. package/lib/translated/hu/modules/sidebar/store/initialState.js +4 -2
  1228. package/lib/translated/hu/modules/translations/locales/ar.js +36 -0
  1229. package/lib/translated/hu/modules/translations/locales/ca.js +36 -0
  1230. package/lib/translated/hu/modules/translations/locales/cy.js +36 -0
  1231. package/lib/translated/hu/modules/translations/locales/da-x-k12.js +36 -0
  1232. package/lib/translated/hu/modules/translations/locales/da.js +36 -0
  1233. package/lib/translated/hu/modules/translations/locales/de.js +36 -0
  1234. package/lib/translated/hu/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1235. package/lib/translated/hu/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1236. package/lib/translated/hu/modules/translations/locales/en_AU.js +36 -0
  1237. package/lib/translated/hu/modules/translations/locales/en_CA.js +36 -0
  1238. package/lib/translated/hu/modules/translations/locales/en_CY.js +36 -0
  1239. package/lib/translated/hu/modules/translations/locales/en_GB.js +36 -0
  1240. package/lib/translated/hu/modules/translations/locales/es.js +36 -0
  1241. package/lib/translated/hu/modules/translations/locales/es_ES.js +36 -0
  1242. package/lib/translated/hu/modules/translations/locales/fi.js +36 -0
  1243. package/lib/translated/hu/modules/translations/locales/fr.js +36 -0
  1244. package/lib/translated/hu/modules/translations/locales/fr_CA.js +36 -0
  1245. package/lib/translated/hu/modules/translations/locales/ht.js +36 -0
  1246. package/lib/translated/hu/modules/translations/locales/is.js +36 -0
  1247. package/lib/translated/hu/modules/translations/locales/it.js +36 -0
  1248. package/lib/translated/hu/modules/translations/locales/ja.js +36 -0
  1249. package/lib/translated/hu/modules/translations/locales/mi.js +36 -0
  1250. package/lib/translated/hu/modules/translations/locales/nb-x-k12.js +36 -0
  1251. package/lib/translated/hu/modules/translations/locales/nb.js +36 -0
  1252. package/lib/translated/hu/modules/translations/locales/nl.js +36 -0
  1253. package/lib/translated/hu/modules/translations/locales/pl.js +36 -0
  1254. package/lib/translated/hu/modules/translations/locales/pt.js +36 -0
  1255. package/lib/translated/hu/modules/translations/locales/pt_BR.js +36 -0
  1256. package/lib/translated/hu/modules/translations/locales/sl.js +36 -0
  1257. package/lib/translated/hu/modules/translations/locales/sv-x-k12.js +36 -0
  1258. package/lib/translated/hu/modules/translations/locales/zh-Hans.js +36 -0
  1259. package/lib/translated/hu/modules/translations/locales/zh-Hant.js +36 -0
  1260. package/lib/translated/hu/modules/translations/locales/zh.js +36 -0
  1261. package/lib/translated/hu/modules/translations/locales/zh_HK.js +36 -0
  1262. package/lib/translated/hy/modules/common/fileUrl.js +4 -3
  1263. package/lib/translated/hy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1264. package/lib/translated/hy/modules/enhance-user-content/doc_previews.js +1 -1
  1265. package/lib/translated/hy/modules/enhance-user-content/enhance_user_content.js +19 -7
  1266. package/lib/translated/hy/modules/enhance-user-content/instructure_helper.js +2 -1
  1267. package/lib/translated/hy/modules/rce/RCEWrapper.js +4 -7
  1268. package/lib/translated/hy/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1269. package/lib/translated/hy/modules/rce/__tests__/contentRendering.test.js +10 -0
  1270. package/lib/translated/hy/modules/rce/contentRendering.js +2 -2
  1271. package/lib/translated/hy/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1272. package/lib/translated/hy/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1273. package/lib/translated/hy/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1274. package/lib/translated/hy/modules/rce/tinyRCE.js +0 -1
  1275. package/lib/translated/hy/modules/rcs/api.js +3 -2
  1276. package/lib/translated/hy/modules/sidebar/store/initialState.js +4 -2
  1277. package/lib/translated/hy/modules/translations/locales/ar.js +36 -0
  1278. package/lib/translated/hy/modules/translations/locales/ca.js +36 -0
  1279. package/lib/translated/hy/modules/translations/locales/cy.js +36 -0
  1280. package/lib/translated/hy/modules/translations/locales/da-x-k12.js +36 -0
  1281. package/lib/translated/hy/modules/translations/locales/da.js +36 -0
  1282. package/lib/translated/hy/modules/translations/locales/de.js +36 -0
  1283. package/lib/translated/hy/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1284. package/lib/translated/hy/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1285. package/lib/translated/hy/modules/translations/locales/en_AU.js +36 -0
  1286. package/lib/translated/hy/modules/translations/locales/en_CA.js +36 -0
  1287. package/lib/translated/hy/modules/translations/locales/en_CY.js +36 -0
  1288. package/lib/translated/hy/modules/translations/locales/en_GB.js +36 -0
  1289. package/lib/translated/hy/modules/translations/locales/es.js +36 -0
  1290. package/lib/translated/hy/modules/translations/locales/es_ES.js +36 -0
  1291. package/lib/translated/hy/modules/translations/locales/fi.js +36 -0
  1292. package/lib/translated/hy/modules/translations/locales/fr.js +36 -0
  1293. package/lib/translated/hy/modules/translations/locales/fr_CA.js +36 -0
  1294. package/lib/translated/hy/modules/translations/locales/ht.js +36 -0
  1295. package/lib/translated/hy/modules/translations/locales/is.js +36 -0
  1296. package/lib/translated/hy/modules/translations/locales/it.js +36 -0
  1297. package/lib/translated/hy/modules/translations/locales/ja.js +36 -0
  1298. package/lib/translated/hy/modules/translations/locales/mi.js +36 -0
  1299. package/lib/translated/hy/modules/translations/locales/nb-x-k12.js +36 -0
  1300. package/lib/translated/hy/modules/translations/locales/nb.js +36 -0
  1301. package/lib/translated/hy/modules/translations/locales/nl.js +36 -0
  1302. package/lib/translated/hy/modules/translations/locales/pl.js +36 -0
  1303. package/lib/translated/hy/modules/translations/locales/pt.js +36 -0
  1304. package/lib/translated/hy/modules/translations/locales/pt_BR.js +36 -0
  1305. package/lib/translated/hy/modules/translations/locales/sl.js +36 -0
  1306. package/lib/translated/hy/modules/translations/locales/sv-x-k12.js +36 -0
  1307. package/lib/translated/hy/modules/translations/locales/zh-Hans.js +36 -0
  1308. package/lib/translated/hy/modules/translations/locales/zh-Hant.js +36 -0
  1309. package/lib/translated/hy/modules/translations/locales/zh.js +36 -0
  1310. package/lib/translated/hy/modules/translations/locales/zh_HK.js +36 -0
  1311. package/lib/translated/is/modules/common/fileUrl.js +4 -3
  1312. package/lib/translated/is/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1313. package/lib/translated/is/modules/enhance-user-content/doc_previews.js +3 -3
  1314. package/lib/translated/is/modules/enhance-user-content/enhance_user_content.js +23 -11
  1315. package/lib/translated/is/modules/enhance-user-content/instructure_helper.js +4 -3
  1316. package/lib/translated/is/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1317. package/lib/translated/is/modules/rce/RCEWrapper.js +4 -7
  1318. package/lib/translated/is/modules/rce/StatusBar.js +1 -1
  1319. package/lib/translated/is/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1320. package/lib/translated/is/modules/rce/__tests__/contentRendering.test.js +10 -0
  1321. package/lib/translated/is/modules/rce/contentRendering.js +2 -2
  1322. package/lib/translated/is/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1323. package/lib/translated/is/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1324. package/lib/translated/is/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1325. package/lib/translated/is/modules/rce/tinyRCE.js +0 -1
  1326. package/lib/translated/is/modules/rcs/api.js +3 -2
  1327. package/lib/translated/is/modules/sidebar/store/initialState.js +4 -2
  1328. package/lib/translated/is/modules/translations/locales/ar.js +36 -0
  1329. package/lib/translated/is/modules/translations/locales/ca.js +36 -0
  1330. package/lib/translated/is/modules/translations/locales/cy.js +36 -0
  1331. package/lib/translated/is/modules/translations/locales/da-x-k12.js +36 -0
  1332. package/lib/translated/is/modules/translations/locales/da.js +36 -0
  1333. package/lib/translated/is/modules/translations/locales/de.js +36 -0
  1334. package/lib/translated/is/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1335. package/lib/translated/is/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1336. package/lib/translated/is/modules/translations/locales/en_AU.js +36 -0
  1337. package/lib/translated/is/modules/translations/locales/en_CA.js +36 -0
  1338. package/lib/translated/is/modules/translations/locales/en_CY.js +36 -0
  1339. package/lib/translated/is/modules/translations/locales/en_GB.js +36 -0
  1340. package/lib/translated/is/modules/translations/locales/es.js +36 -0
  1341. package/lib/translated/is/modules/translations/locales/es_ES.js +36 -0
  1342. package/lib/translated/is/modules/translations/locales/fi.js +36 -0
  1343. package/lib/translated/is/modules/translations/locales/fr.js +36 -0
  1344. package/lib/translated/is/modules/translations/locales/fr_CA.js +36 -0
  1345. package/lib/translated/is/modules/translations/locales/ht.js +36 -0
  1346. package/lib/translated/is/modules/translations/locales/is.js +36 -0
  1347. package/lib/translated/is/modules/translations/locales/it.js +36 -0
  1348. package/lib/translated/is/modules/translations/locales/ja.js +36 -0
  1349. package/lib/translated/is/modules/translations/locales/mi.js +36 -0
  1350. package/lib/translated/is/modules/translations/locales/nb-x-k12.js +36 -0
  1351. package/lib/translated/is/modules/translations/locales/nb.js +36 -0
  1352. package/lib/translated/is/modules/translations/locales/nl.js +36 -0
  1353. package/lib/translated/is/modules/translations/locales/pl.js +36 -0
  1354. package/lib/translated/is/modules/translations/locales/pt.js +36 -0
  1355. package/lib/translated/is/modules/translations/locales/pt_BR.js +36 -0
  1356. package/lib/translated/is/modules/translations/locales/sl.js +36 -0
  1357. package/lib/translated/is/modules/translations/locales/sv-x-k12.js +36 -0
  1358. package/lib/translated/is/modules/translations/locales/zh-Hans.js +36 -0
  1359. package/lib/translated/is/modules/translations/locales/zh-Hant.js +36 -0
  1360. package/lib/translated/is/modules/translations/locales/zh.js +36 -0
  1361. package/lib/translated/is/modules/translations/locales/zh_HK.js +36 -0
  1362. package/lib/translated/it/modules/common/fileUrl.js +4 -3
  1363. package/lib/translated/it/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1364. package/lib/translated/it/modules/enhance-user-content/doc_previews.js +3 -3
  1365. package/lib/translated/it/modules/enhance-user-content/enhance_user_content.js +23 -11
  1366. package/lib/translated/it/modules/enhance-user-content/instructure_helper.js +4 -3
  1367. package/lib/translated/it/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1368. package/lib/translated/it/modules/rce/RCEWrapper.js +4 -7
  1369. package/lib/translated/it/modules/rce/StatusBar.js +1 -1
  1370. package/lib/translated/it/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1371. package/lib/translated/it/modules/rce/__tests__/contentRendering.test.js +10 -0
  1372. package/lib/translated/it/modules/rce/contentRendering.js +2 -2
  1373. package/lib/translated/it/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1374. package/lib/translated/it/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1375. package/lib/translated/it/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1376. package/lib/translated/it/modules/rce/tinyRCE.js +0 -1
  1377. package/lib/translated/it/modules/rcs/api.js +3 -2
  1378. package/lib/translated/it/modules/sidebar/store/initialState.js +4 -2
  1379. package/lib/translated/it/modules/translations/locales/ar.js +36 -0
  1380. package/lib/translated/it/modules/translations/locales/ca.js +36 -0
  1381. package/lib/translated/it/modules/translations/locales/cy.js +36 -0
  1382. package/lib/translated/it/modules/translations/locales/da-x-k12.js +36 -0
  1383. package/lib/translated/it/modules/translations/locales/da.js +36 -0
  1384. package/lib/translated/it/modules/translations/locales/de.js +36 -0
  1385. package/lib/translated/it/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1386. package/lib/translated/it/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1387. package/lib/translated/it/modules/translations/locales/en_AU.js +36 -0
  1388. package/lib/translated/it/modules/translations/locales/en_CA.js +36 -0
  1389. package/lib/translated/it/modules/translations/locales/en_CY.js +36 -0
  1390. package/lib/translated/it/modules/translations/locales/en_GB.js +36 -0
  1391. package/lib/translated/it/modules/translations/locales/es.js +36 -0
  1392. package/lib/translated/it/modules/translations/locales/es_ES.js +36 -0
  1393. package/lib/translated/it/modules/translations/locales/fi.js +36 -0
  1394. package/lib/translated/it/modules/translations/locales/fr.js +36 -0
  1395. package/lib/translated/it/modules/translations/locales/fr_CA.js +36 -0
  1396. package/lib/translated/it/modules/translations/locales/ht.js +36 -0
  1397. package/lib/translated/it/modules/translations/locales/is.js +36 -0
  1398. package/lib/translated/it/modules/translations/locales/it.js +36 -0
  1399. package/lib/translated/it/modules/translations/locales/ja.js +36 -0
  1400. package/lib/translated/it/modules/translations/locales/mi.js +36 -0
  1401. package/lib/translated/it/modules/translations/locales/nb-x-k12.js +36 -0
  1402. package/lib/translated/it/modules/translations/locales/nb.js +36 -0
  1403. package/lib/translated/it/modules/translations/locales/nl.js +36 -0
  1404. package/lib/translated/it/modules/translations/locales/pl.js +36 -0
  1405. package/lib/translated/it/modules/translations/locales/pt.js +36 -0
  1406. package/lib/translated/it/modules/translations/locales/pt_BR.js +36 -0
  1407. package/lib/translated/it/modules/translations/locales/sl.js +36 -0
  1408. package/lib/translated/it/modules/translations/locales/sv-x-k12.js +36 -0
  1409. package/lib/translated/it/modules/translations/locales/zh-Hans.js +36 -0
  1410. package/lib/translated/it/modules/translations/locales/zh-Hant.js +36 -0
  1411. package/lib/translated/it/modules/translations/locales/zh.js +36 -0
  1412. package/lib/translated/it/modules/translations/locales/zh_HK.js +36 -0
  1413. package/lib/translated/ja/modules/common/fileUrl.js +4 -3
  1414. package/lib/translated/ja/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1415. package/lib/translated/ja/modules/enhance-user-content/doc_previews.js +3 -3
  1416. package/lib/translated/ja/modules/enhance-user-content/enhance_user_content.js +23 -11
  1417. package/lib/translated/ja/modules/enhance-user-content/instructure_helper.js +4 -3
  1418. package/lib/translated/ja/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1419. package/lib/translated/ja/modules/rce/RCEWrapper.js +4 -7
  1420. package/lib/translated/ja/modules/rce/StatusBar.js +1 -1
  1421. package/lib/translated/ja/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1422. package/lib/translated/ja/modules/rce/__tests__/contentRendering.test.js +10 -0
  1423. package/lib/translated/ja/modules/rce/contentRendering.js +2 -2
  1424. package/lib/translated/ja/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1425. package/lib/translated/ja/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1426. package/lib/translated/ja/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1427. package/lib/translated/ja/modules/rce/tinyRCE.js +0 -1
  1428. package/lib/translated/ja/modules/rcs/api.js +3 -2
  1429. package/lib/translated/ja/modules/sidebar/store/initialState.js +4 -2
  1430. package/lib/translated/ja/modules/translations/locales/ar.js +36 -0
  1431. package/lib/translated/ja/modules/translations/locales/ca.js +36 -0
  1432. package/lib/translated/ja/modules/translations/locales/cy.js +36 -0
  1433. package/lib/translated/ja/modules/translations/locales/da-x-k12.js +36 -0
  1434. package/lib/translated/ja/modules/translations/locales/da.js +36 -0
  1435. package/lib/translated/ja/modules/translations/locales/de.js +36 -0
  1436. package/lib/translated/ja/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1437. package/lib/translated/ja/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1438. package/lib/translated/ja/modules/translations/locales/en_AU.js +36 -0
  1439. package/lib/translated/ja/modules/translations/locales/en_CA.js +36 -0
  1440. package/lib/translated/ja/modules/translations/locales/en_CY.js +36 -0
  1441. package/lib/translated/ja/modules/translations/locales/en_GB.js +36 -0
  1442. package/lib/translated/ja/modules/translations/locales/es.js +36 -0
  1443. package/lib/translated/ja/modules/translations/locales/es_ES.js +36 -0
  1444. package/lib/translated/ja/modules/translations/locales/fi.js +36 -0
  1445. package/lib/translated/ja/modules/translations/locales/fr.js +36 -0
  1446. package/lib/translated/ja/modules/translations/locales/fr_CA.js +36 -0
  1447. package/lib/translated/ja/modules/translations/locales/ht.js +36 -0
  1448. package/lib/translated/ja/modules/translations/locales/is.js +36 -0
  1449. package/lib/translated/ja/modules/translations/locales/it.js +36 -0
  1450. package/lib/translated/ja/modules/translations/locales/ja.js +36 -0
  1451. package/lib/translated/ja/modules/translations/locales/mi.js +36 -0
  1452. package/lib/translated/ja/modules/translations/locales/nb-x-k12.js +36 -0
  1453. package/lib/translated/ja/modules/translations/locales/nb.js +36 -0
  1454. package/lib/translated/ja/modules/translations/locales/nl.js +36 -0
  1455. package/lib/translated/ja/modules/translations/locales/pl.js +36 -0
  1456. package/lib/translated/ja/modules/translations/locales/pt.js +36 -0
  1457. package/lib/translated/ja/modules/translations/locales/pt_BR.js +36 -0
  1458. package/lib/translated/ja/modules/translations/locales/sl.js +36 -0
  1459. package/lib/translated/ja/modules/translations/locales/sv-x-k12.js +36 -0
  1460. package/lib/translated/ja/modules/translations/locales/zh-Hans.js +36 -0
  1461. package/lib/translated/ja/modules/translations/locales/zh-Hant.js +36 -0
  1462. package/lib/translated/ja/modules/translations/locales/zh.js +36 -0
  1463. package/lib/translated/ja/modules/translations/locales/zh_HK.js +36 -0
  1464. package/lib/translated/ko/modules/common/fileUrl.js +4 -3
  1465. package/lib/translated/ko/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1466. package/lib/translated/ko/modules/enhance-user-content/doc_previews.js +1 -1
  1467. package/lib/translated/ko/modules/enhance-user-content/enhance_user_content.js +19 -7
  1468. package/lib/translated/ko/modules/enhance-user-content/instructure_helper.js +2 -1
  1469. package/lib/translated/ko/modules/rce/RCEWrapper.js +4 -7
  1470. package/lib/translated/ko/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1471. package/lib/translated/ko/modules/rce/__tests__/contentRendering.test.js +10 -0
  1472. package/lib/translated/ko/modules/rce/contentRendering.js +2 -2
  1473. package/lib/translated/ko/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1474. package/lib/translated/ko/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1475. package/lib/translated/ko/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1476. package/lib/translated/ko/modules/rce/tinyRCE.js +0 -1
  1477. package/lib/translated/ko/modules/rcs/api.js +3 -2
  1478. package/lib/translated/ko/modules/sidebar/store/initialState.js +4 -2
  1479. package/lib/translated/ko/modules/translations/locales/ar.js +36 -0
  1480. package/lib/translated/ko/modules/translations/locales/ca.js +36 -0
  1481. package/lib/translated/ko/modules/translations/locales/cy.js +36 -0
  1482. package/lib/translated/ko/modules/translations/locales/da-x-k12.js +36 -0
  1483. package/lib/translated/ko/modules/translations/locales/da.js +36 -0
  1484. package/lib/translated/ko/modules/translations/locales/de.js +36 -0
  1485. package/lib/translated/ko/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1486. package/lib/translated/ko/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1487. package/lib/translated/ko/modules/translations/locales/en_AU.js +36 -0
  1488. package/lib/translated/ko/modules/translations/locales/en_CA.js +36 -0
  1489. package/lib/translated/ko/modules/translations/locales/en_CY.js +36 -0
  1490. package/lib/translated/ko/modules/translations/locales/en_GB.js +36 -0
  1491. package/lib/translated/ko/modules/translations/locales/es.js +36 -0
  1492. package/lib/translated/ko/modules/translations/locales/es_ES.js +36 -0
  1493. package/lib/translated/ko/modules/translations/locales/fi.js +36 -0
  1494. package/lib/translated/ko/modules/translations/locales/fr.js +36 -0
  1495. package/lib/translated/ko/modules/translations/locales/fr_CA.js +36 -0
  1496. package/lib/translated/ko/modules/translations/locales/ht.js +36 -0
  1497. package/lib/translated/ko/modules/translations/locales/is.js +36 -0
  1498. package/lib/translated/ko/modules/translations/locales/it.js +36 -0
  1499. package/lib/translated/ko/modules/translations/locales/ja.js +36 -0
  1500. package/lib/translated/ko/modules/translations/locales/mi.js +36 -0
  1501. package/lib/translated/ko/modules/translations/locales/nb-x-k12.js +36 -0
  1502. package/lib/translated/ko/modules/translations/locales/nb.js +36 -0
  1503. package/lib/translated/ko/modules/translations/locales/nl.js +36 -0
  1504. package/lib/translated/ko/modules/translations/locales/pl.js +36 -0
  1505. package/lib/translated/ko/modules/translations/locales/pt.js +36 -0
  1506. package/lib/translated/ko/modules/translations/locales/pt_BR.js +36 -0
  1507. package/lib/translated/ko/modules/translations/locales/sl.js +36 -0
  1508. package/lib/translated/ko/modules/translations/locales/sv-x-k12.js +36 -0
  1509. package/lib/translated/ko/modules/translations/locales/zh-Hans.js +36 -0
  1510. package/lib/translated/ko/modules/translations/locales/zh-Hant.js +36 -0
  1511. package/lib/translated/ko/modules/translations/locales/zh.js +36 -0
  1512. package/lib/translated/ko/modules/translations/locales/zh_HK.js +36 -0
  1513. package/lib/translated/mi/modules/common/fileUrl.js +4 -3
  1514. package/lib/translated/mi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1515. package/lib/translated/mi/modules/enhance-user-content/doc_previews.js +3 -3
  1516. package/lib/translated/mi/modules/enhance-user-content/enhance_user_content.js +23 -11
  1517. package/lib/translated/mi/modules/enhance-user-content/instructure_helper.js +4 -3
  1518. package/lib/translated/mi/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1519. package/lib/translated/mi/modules/rce/RCEWrapper.js +4 -7
  1520. package/lib/translated/mi/modules/rce/StatusBar.js +1 -1
  1521. package/lib/translated/mi/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1522. package/lib/translated/mi/modules/rce/__tests__/contentRendering.test.js +10 -0
  1523. package/lib/translated/mi/modules/rce/contentRendering.js +2 -2
  1524. package/lib/translated/mi/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1525. package/lib/translated/mi/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1526. package/lib/translated/mi/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1527. package/lib/translated/mi/modules/rce/tinyRCE.js +0 -1
  1528. package/lib/translated/mi/modules/rcs/api.js +3 -2
  1529. package/lib/translated/mi/modules/sidebar/store/initialState.js +4 -2
  1530. package/lib/translated/mi/modules/translations/locales/ar.js +36 -0
  1531. package/lib/translated/mi/modules/translations/locales/ca.js +36 -0
  1532. package/lib/translated/mi/modules/translations/locales/cy.js +36 -0
  1533. package/lib/translated/mi/modules/translations/locales/da-x-k12.js +36 -0
  1534. package/lib/translated/mi/modules/translations/locales/da.js +36 -0
  1535. package/lib/translated/mi/modules/translations/locales/de.js +36 -0
  1536. package/lib/translated/mi/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1537. package/lib/translated/mi/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1538. package/lib/translated/mi/modules/translations/locales/en_AU.js +36 -0
  1539. package/lib/translated/mi/modules/translations/locales/en_CA.js +36 -0
  1540. package/lib/translated/mi/modules/translations/locales/en_CY.js +36 -0
  1541. package/lib/translated/mi/modules/translations/locales/en_GB.js +36 -0
  1542. package/lib/translated/mi/modules/translations/locales/es.js +36 -0
  1543. package/lib/translated/mi/modules/translations/locales/es_ES.js +36 -0
  1544. package/lib/translated/mi/modules/translations/locales/fi.js +36 -0
  1545. package/lib/translated/mi/modules/translations/locales/fr.js +36 -0
  1546. package/lib/translated/mi/modules/translations/locales/fr_CA.js +36 -0
  1547. package/lib/translated/mi/modules/translations/locales/ht.js +36 -0
  1548. package/lib/translated/mi/modules/translations/locales/is.js +36 -0
  1549. package/lib/translated/mi/modules/translations/locales/it.js +36 -0
  1550. package/lib/translated/mi/modules/translations/locales/ja.js +36 -0
  1551. package/lib/translated/mi/modules/translations/locales/mi.js +36 -0
  1552. package/lib/translated/mi/modules/translations/locales/nb-x-k12.js +36 -0
  1553. package/lib/translated/mi/modules/translations/locales/nb.js +36 -0
  1554. package/lib/translated/mi/modules/translations/locales/nl.js +36 -0
  1555. package/lib/translated/mi/modules/translations/locales/pl.js +36 -0
  1556. package/lib/translated/mi/modules/translations/locales/pt.js +36 -0
  1557. package/lib/translated/mi/modules/translations/locales/pt_BR.js +36 -0
  1558. package/lib/translated/mi/modules/translations/locales/sl.js +36 -0
  1559. package/lib/translated/mi/modules/translations/locales/sv-x-k12.js +36 -0
  1560. package/lib/translated/mi/modules/translations/locales/zh-Hans.js +36 -0
  1561. package/lib/translated/mi/modules/translations/locales/zh-Hant.js +36 -0
  1562. package/lib/translated/mi/modules/translations/locales/zh.js +36 -0
  1563. package/lib/translated/mi/modules/translations/locales/zh_HK.js +36 -0
  1564. package/lib/translated/nb/modules/common/fileUrl.js +4 -3
  1565. package/lib/translated/nb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1566. package/lib/translated/nb/modules/enhance-user-content/doc_previews.js +3 -3
  1567. package/lib/translated/nb/modules/enhance-user-content/enhance_user_content.js +23 -11
  1568. package/lib/translated/nb/modules/enhance-user-content/instructure_helper.js +4 -3
  1569. package/lib/translated/nb/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1570. package/lib/translated/nb/modules/rce/RCEWrapper.js +4 -7
  1571. package/lib/translated/nb/modules/rce/StatusBar.js +1 -1
  1572. package/lib/translated/nb/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1573. package/lib/translated/nb/modules/rce/__tests__/contentRendering.test.js +10 -0
  1574. package/lib/translated/nb/modules/rce/contentRendering.js +2 -2
  1575. package/lib/translated/nb/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1576. package/lib/translated/nb/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1577. package/lib/translated/nb/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1578. package/lib/translated/nb/modules/rce/tinyRCE.js +0 -1
  1579. package/lib/translated/nb/modules/rcs/api.js +3 -2
  1580. package/lib/translated/nb/modules/sidebar/store/initialState.js +4 -2
  1581. package/lib/translated/nb/modules/translations/locales/ar.js +36 -0
  1582. package/lib/translated/nb/modules/translations/locales/ca.js +36 -0
  1583. package/lib/translated/nb/modules/translations/locales/cy.js +36 -0
  1584. package/lib/translated/nb/modules/translations/locales/da-x-k12.js +36 -0
  1585. package/lib/translated/nb/modules/translations/locales/da.js +36 -0
  1586. package/lib/translated/nb/modules/translations/locales/de.js +36 -0
  1587. package/lib/translated/nb/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1588. package/lib/translated/nb/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1589. package/lib/translated/nb/modules/translations/locales/en_AU.js +36 -0
  1590. package/lib/translated/nb/modules/translations/locales/en_CA.js +36 -0
  1591. package/lib/translated/nb/modules/translations/locales/en_CY.js +36 -0
  1592. package/lib/translated/nb/modules/translations/locales/en_GB.js +36 -0
  1593. package/lib/translated/nb/modules/translations/locales/es.js +36 -0
  1594. package/lib/translated/nb/modules/translations/locales/es_ES.js +36 -0
  1595. package/lib/translated/nb/modules/translations/locales/fi.js +36 -0
  1596. package/lib/translated/nb/modules/translations/locales/fr.js +36 -0
  1597. package/lib/translated/nb/modules/translations/locales/fr_CA.js +36 -0
  1598. package/lib/translated/nb/modules/translations/locales/ht.js +36 -0
  1599. package/lib/translated/nb/modules/translations/locales/is.js +36 -0
  1600. package/lib/translated/nb/modules/translations/locales/it.js +36 -0
  1601. package/lib/translated/nb/modules/translations/locales/ja.js +36 -0
  1602. package/lib/translated/nb/modules/translations/locales/mi.js +36 -0
  1603. package/lib/translated/nb/modules/translations/locales/nb-x-k12.js +36 -0
  1604. package/lib/translated/nb/modules/translations/locales/nb.js +36 -0
  1605. package/lib/translated/nb/modules/translations/locales/nl.js +36 -0
  1606. package/lib/translated/nb/modules/translations/locales/pl.js +36 -0
  1607. package/lib/translated/nb/modules/translations/locales/pt.js +36 -0
  1608. package/lib/translated/nb/modules/translations/locales/pt_BR.js +36 -0
  1609. package/lib/translated/nb/modules/translations/locales/sl.js +36 -0
  1610. package/lib/translated/nb/modules/translations/locales/sv-x-k12.js +36 -0
  1611. package/lib/translated/nb/modules/translations/locales/zh-Hans.js +36 -0
  1612. package/lib/translated/nb/modules/translations/locales/zh-Hant.js +36 -0
  1613. package/lib/translated/nb/modules/translations/locales/zh.js +36 -0
  1614. package/lib/translated/nb/modules/translations/locales/zh_HK.js +36 -0
  1615. package/lib/translated/nb-x-k12/modules/common/fileUrl.js +4 -3
  1616. package/lib/translated/nb-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1617. package/lib/translated/nb-x-k12/modules/enhance-user-content/doc_previews.js +3 -3
  1618. package/lib/translated/nb-x-k12/modules/enhance-user-content/enhance_user_content.js +23 -11
  1619. package/lib/translated/nb-x-k12/modules/enhance-user-content/instructure_helper.js +4 -3
  1620. package/lib/translated/nb-x-k12/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1621. package/lib/translated/nb-x-k12/modules/rce/RCEWrapper.js +4 -7
  1622. package/lib/translated/nb-x-k12/modules/rce/StatusBar.js +1 -1
  1623. package/lib/translated/nb-x-k12/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1624. package/lib/translated/nb-x-k12/modules/rce/__tests__/contentRendering.test.js +10 -0
  1625. package/lib/translated/nb-x-k12/modules/rce/contentRendering.js +2 -2
  1626. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1627. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1628. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1629. package/lib/translated/nb-x-k12/modules/rce/tinyRCE.js +0 -1
  1630. package/lib/translated/nb-x-k12/modules/rcs/api.js +3 -2
  1631. package/lib/translated/nb-x-k12/modules/sidebar/store/initialState.js +4 -2
  1632. package/lib/translated/nb-x-k12/modules/translations/locales/ar.js +36 -0
  1633. package/lib/translated/nb-x-k12/modules/translations/locales/ca.js +36 -0
  1634. package/lib/translated/nb-x-k12/modules/translations/locales/cy.js +36 -0
  1635. package/lib/translated/nb-x-k12/modules/translations/locales/da-x-k12.js +36 -0
  1636. package/lib/translated/nb-x-k12/modules/translations/locales/da.js +36 -0
  1637. package/lib/translated/nb-x-k12/modules/translations/locales/de.js +36 -0
  1638. package/lib/translated/nb-x-k12/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1639. package/lib/translated/nb-x-k12/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1640. package/lib/translated/nb-x-k12/modules/translations/locales/en_AU.js +36 -0
  1641. package/lib/translated/nb-x-k12/modules/translations/locales/en_CA.js +36 -0
  1642. package/lib/translated/nb-x-k12/modules/translations/locales/en_CY.js +36 -0
  1643. package/lib/translated/nb-x-k12/modules/translations/locales/en_GB.js +36 -0
  1644. package/lib/translated/nb-x-k12/modules/translations/locales/es.js +36 -0
  1645. package/lib/translated/nb-x-k12/modules/translations/locales/es_ES.js +36 -0
  1646. package/lib/translated/nb-x-k12/modules/translations/locales/fi.js +36 -0
  1647. package/lib/translated/nb-x-k12/modules/translations/locales/fr.js +36 -0
  1648. package/lib/translated/nb-x-k12/modules/translations/locales/fr_CA.js +36 -0
  1649. package/lib/translated/nb-x-k12/modules/translations/locales/ht.js +36 -0
  1650. package/lib/translated/nb-x-k12/modules/translations/locales/is.js +36 -0
  1651. package/lib/translated/nb-x-k12/modules/translations/locales/it.js +36 -0
  1652. package/lib/translated/nb-x-k12/modules/translations/locales/ja.js +36 -0
  1653. package/lib/translated/nb-x-k12/modules/translations/locales/mi.js +36 -0
  1654. package/lib/translated/nb-x-k12/modules/translations/locales/nb-x-k12.js +36 -0
  1655. package/lib/translated/nb-x-k12/modules/translations/locales/nb.js +36 -0
  1656. package/lib/translated/nb-x-k12/modules/translations/locales/nl.js +36 -0
  1657. package/lib/translated/nb-x-k12/modules/translations/locales/pl.js +36 -0
  1658. package/lib/translated/nb-x-k12/modules/translations/locales/pt.js +36 -0
  1659. package/lib/translated/nb-x-k12/modules/translations/locales/pt_BR.js +36 -0
  1660. package/lib/translated/nb-x-k12/modules/translations/locales/sl.js +36 -0
  1661. package/lib/translated/nb-x-k12/modules/translations/locales/sv-x-k12.js +36 -0
  1662. package/lib/translated/nb-x-k12/modules/translations/locales/zh-Hans.js +36 -0
  1663. package/lib/translated/nb-x-k12/modules/translations/locales/zh-Hant.js +36 -0
  1664. package/lib/translated/nb-x-k12/modules/translations/locales/zh.js +36 -0
  1665. package/lib/translated/nb-x-k12/modules/translations/locales/zh_HK.js +36 -0
  1666. package/lib/translated/nl/modules/common/fileUrl.js +4 -3
  1667. package/lib/translated/nl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1668. package/lib/translated/nl/modules/enhance-user-content/doc_previews.js +3 -3
  1669. package/lib/translated/nl/modules/enhance-user-content/enhance_user_content.js +23 -11
  1670. package/lib/translated/nl/modules/enhance-user-content/instructure_helper.js +4 -3
  1671. package/lib/translated/nl/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1672. package/lib/translated/nl/modules/rce/RCEWrapper.js +4 -7
  1673. package/lib/translated/nl/modules/rce/StatusBar.js +1 -1
  1674. package/lib/translated/nl/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1675. package/lib/translated/nl/modules/rce/__tests__/contentRendering.test.js +10 -0
  1676. package/lib/translated/nl/modules/rce/contentRendering.js +2 -2
  1677. package/lib/translated/nl/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1678. package/lib/translated/nl/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1679. package/lib/translated/nl/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1680. package/lib/translated/nl/modules/rce/tinyRCE.js +0 -1
  1681. package/lib/translated/nl/modules/rcs/api.js +3 -2
  1682. package/lib/translated/nl/modules/sidebar/store/initialState.js +4 -2
  1683. package/lib/translated/nl/modules/translations/locales/ar.js +36 -0
  1684. package/lib/translated/nl/modules/translations/locales/ca.js +36 -0
  1685. package/lib/translated/nl/modules/translations/locales/cy.js +36 -0
  1686. package/lib/translated/nl/modules/translations/locales/da-x-k12.js +36 -0
  1687. package/lib/translated/nl/modules/translations/locales/da.js +36 -0
  1688. package/lib/translated/nl/modules/translations/locales/de.js +36 -0
  1689. package/lib/translated/nl/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1690. package/lib/translated/nl/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1691. package/lib/translated/nl/modules/translations/locales/en_AU.js +36 -0
  1692. package/lib/translated/nl/modules/translations/locales/en_CA.js +36 -0
  1693. package/lib/translated/nl/modules/translations/locales/en_CY.js +36 -0
  1694. package/lib/translated/nl/modules/translations/locales/en_GB.js +36 -0
  1695. package/lib/translated/nl/modules/translations/locales/es.js +36 -0
  1696. package/lib/translated/nl/modules/translations/locales/es_ES.js +36 -0
  1697. package/lib/translated/nl/modules/translations/locales/fi.js +36 -0
  1698. package/lib/translated/nl/modules/translations/locales/fr.js +36 -0
  1699. package/lib/translated/nl/modules/translations/locales/fr_CA.js +36 -0
  1700. package/lib/translated/nl/modules/translations/locales/ht.js +36 -0
  1701. package/lib/translated/nl/modules/translations/locales/is.js +36 -0
  1702. package/lib/translated/nl/modules/translations/locales/it.js +36 -0
  1703. package/lib/translated/nl/modules/translations/locales/ja.js +36 -0
  1704. package/lib/translated/nl/modules/translations/locales/mi.js +36 -0
  1705. package/lib/translated/nl/modules/translations/locales/nb-x-k12.js +36 -0
  1706. package/lib/translated/nl/modules/translations/locales/nb.js +36 -0
  1707. package/lib/translated/nl/modules/translations/locales/nl.js +36 -0
  1708. package/lib/translated/nl/modules/translations/locales/pl.js +36 -0
  1709. package/lib/translated/nl/modules/translations/locales/pt.js +36 -0
  1710. package/lib/translated/nl/modules/translations/locales/pt_BR.js +36 -0
  1711. package/lib/translated/nl/modules/translations/locales/sl.js +36 -0
  1712. package/lib/translated/nl/modules/translations/locales/sv-x-k12.js +36 -0
  1713. package/lib/translated/nl/modules/translations/locales/zh-Hans.js +36 -0
  1714. package/lib/translated/nl/modules/translations/locales/zh-Hant.js +36 -0
  1715. package/lib/translated/nl/modules/translations/locales/zh.js +36 -0
  1716. package/lib/translated/nl/modules/translations/locales/zh_HK.js +36 -0
  1717. package/lib/translated/nn/modules/common/fileUrl.js +4 -3
  1718. package/lib/translated/nn/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1719. package/lib/translated/nn/modules/enhance-user-content/doc_previews.js +1 -1
  1720. package/lib/translated/nn/modules/enhance-user-content/enhance_user_content.js +19 -7
  1721. package/lib/translated/nn/modules/enhance-user-content/instructure_helper.js +2 -1
  1722. package/lib/translated/nn/modules/rce/RCEWrapper.js +4 -7
  1723. package/lib/translated/nn/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1724. package/lib/translated/nn/modules/rce/__tests__/contentRendering.test.js +10 -0
  1725. package/lib/translated/nn/modules/rce/contentRendering.js +2 -2
  1726. package/lib/translated/nn/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1727. package/lib/translated/nn/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1728. package/lib/translated/nn/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1729. package/lib/translated/nn/modules/rce/tinyRCE.js +0 -1
  1730. package/lib/translated/nn/modules/rcs/api.js +3 -2
  1731. package/lib/translated/nn/modules/sidebar/store/initialState.js +4 -2
  1732. package/lib/translated/nn/modules/translations/locales/ar.js +36 -0
  1733. package/lib/translated/nn/modules/translations/locales/ca.js +36 -0
  1734. package/lib/translated/nn/modules/translations/locales/cy.js +36 -0
  1735. package/lib/translated/nn/modules/translations/locales/da-x-k12.js +36 -0
  1736. package/lib/translated/nn/modules/translations/locales/da.js +36 -0
  1737. package/lib/translated/nn/modules/translations/locales/de.js +36 -0
  1738. package/lib/translated/nn/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1739. package/lib/translated/nn/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1740. package/lib/translated/nn/modules/translations/locales/en_AU.js +36 -0
  1741. package/lib/translated/nn/modules/translations/locales/en_CA.js +36 -0
  1742. package/lib/translated/nn/modules/translations/locales/en_CY.js +36 -0
  1743. package/lib/translated/nn/modules/translations/locales/en_GB.js +36 -0
  1744. package/lib/translated/nn/modules/translations/locales/es.js +36 -0
  1745. package/lib/translated/nn/modules/translations/locales/es_ES.js +36 -0
  1746. package/lib/translated/nn/modules/translations/locales/fi.js +36 -0
  1747. package/lib/translated/nn/modules/translations/locales/fr.js +36 -0
  1748. package/lib/translated/nn/modules/translations/locales/fr_CA.js +36 -0
  1749. package/lib/translated/nn/modules/translations/locales/ht.js +36 -0
  1750. package/lib/translated/nn/modules/translations/locales/is.js +36 -0
  1751. package/lib/translated/nn/modules/translations/locales/it.js +36 -0
  1752. package/lib/translated/nn/modules/translations/locales/ja.js +36 -0
  1753. package/lib/translated/nn/modules/translations/locales/mi.js +36 -0
  1754. package/lib/translated/nn/modules/translations/locales/nb-x-k12.js +36 -0
  1755. package/lib/translated/nn/modules/translations/locales/nb.js +36 -0
  1756. package/lib/translated/nn/modules/translations/locales/nl.js +36 -0
  1757. package/lib/translated/nn/modules/translations/locales/pl.js +36 -0
  1758. package/lib/translated/nn/modules/translations/locales/pt.js +36 -0
  1759. package/lib/translated/nn/modules/translations/locales/pt_BR.js +36 -0
  1760. package/lib/translated/nn/modules/translations/locales/sl.js +36 -0
  1761. package/lib/translated/nn/modules/translations/locales/sv-x-k12.js +36 -0
  1762. package/lib/translated/nn/modules/translations/locales/zh-Hans.js +36 -0
  1763. package/lib/translated/nn/modules/translations/locales/zh-Hant.js +36 -0
  1764. package/lib/translated/nn/modules/translations/locales/zh.js +36 -0
  1765. package/lib/translated/nn/modules/translations/locales/zh_HK.js +36 -0
  1766. package/lib/translated/pl/modules/common/fileUrl.js +4 -3
  1767. package/lib/translated/pl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1768. package/lib/translated/pl/modules/enhance-user-content/doc_previews.js +3 -3
  1769. package/lib/translated/pl/modules/enhance-user-content/enhance_user_content.js +23 -11
  1770. package/lib/translated/pl/modules/enhance-user-content/instructure_helper.js +4 -3
  1771. package/lib/translated/pl/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1772. package/lib/translated/pl/modules/rce/RCEWrapper.js +4 -7
  1773. package/lib/translated/pl/modules/rce/StatusBar.js +1 -1
  1774. package/lib/translated/pl/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1775. package/lib/translated/pl/modules/rce/__tests__/contentRendering.test.js +10 -0
  1776. package/lib/translated/pl/modules/rce/contentRendering.js +2 -2
  1777. package/lib/translated/pl/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1778. package/lib/translated/pl/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1779. package/lib/translated/pl/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1780. package/lib/translated/pl/modules/rce/tinyRCE.js +0 -1
  1781. package/lib/translated/pl/modules/rcs/api.js +3 -2
  1782. package/lib/translated/pl/modules/sidebar/store/initialState.js +4 -2
  1783. package/lib/translated/pl/modules/translations/locales/ar.js +36 -0
  1784. package/lib/translated/pl/modules/translations/locales/ca.js +36 -0
  1785. package/lib/translated/pl/modules/translations/locales/cy.js +36 -0
  1786. package/lib/translated/pl/modules/translations/locales/da-x-k12.js +36 -0
  1787. package/lib/translated/pl/modules/translations/locales/da.js +36 -0
  1788. package/lib/translated/pl/modules/translations/locales/de.js +36 -0
  1789. package/lib/translated/pl/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1790. package/lib/translated/pl/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1791. package/lib/translated/pl/modules/translations/locales/en_AU.js +36 -0
  1792. package/lib/translated/pl/modules/translations/locales/en_CA.js +36 -0
  1793. package/lib/translated/pl/modules/translations/locales/en_CY.js +36 -0
  1794. package/lib/translated/pl/modules/translations/locales/en_GB.js +36 -0
  1795. package/lib/translated/pl/modules/translations/locales/es.js +36 -0
  1796. package/lib/translated/pl/modules/translations/locales/es_ES.js +36 -0
  1797. package/lib/translated/pl/modules/translations/locales/fi.js +36 -0
  1798. package/lib/translated/pl/modules/translations/locales/fr.js +36 -0
  1799. package/lib/translated/pl/modules/translations/locales/fr_CA.js +36 -0
  1800. package/lib/translated/pl/modules/translations/locales/ht.js +36 -0
  1801. package/lib/translated/pl/modules/translations/locales/is.js +36 -0
  1802. package/lib/translated/pl/modules/translations/locales/it.js +36 -0
  1803. package/lib/translated/pl/modules/translations/locales/ja.js +36 -0
  1804. package/lib/translated/pl/modules/translations/locales/mi.js +36 -0
  1805. package/lib/translated/pl/modules/translations/locales/nb-x-k12.js +36 -0
  1806. package/lib/translated/pl/modules/translations/locales/nb.js +36 -0
  1807. package/lib/translated/pl/modules/translations/locales/nl.js +36 -0
  1808. package/lib/translated/pl/modules/translations/locales/pl.js +36 -0
  1809. package/lib/translated/pl/modules/translations/locales/pt.js +36 -0
  1810. package/lib/translated/pl/modules/translations/locales/pt_BR.js +36 -0
  1811. package/lib/translated/pl/modules/translations/locales/sl.js +36 -0
  1812. package/lib/translated/pl/modules/translations/locales/sv-x-k12.js +36 -0
  1813. package/lib/translated/pl/modules/translations/locales/zh-Hans.js +36 -0
  1814. package/lib/translated/pl/modules/translations/locales/zh-Hant.js +36 -0
  1815. package/lib/translated/pl/modules/translations/locales/zh.js +36 -0
  1816. package/lib/translated/pl/modules/translations/locales/zh_HK.js +36 -0
  1817. package/lib/translated/pt/modules/common/fileUrl.js +4 -3
  1818. package/lib/translated/pt/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1819. package/lib/translated/pt/modules/enhance-user-content/doc_previews.js +3 -3
  1820. package/lib/translated/pt/modules/enhance-user-content/enhance_user_content.js +23 -11
  1821. package/lib/translated/pt/modules/enhance-user-content/instructure_helper.js +4 -3
  1822. package/lib/translated/pt/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1823. package/lib/translated/pt/modules/rce/RCEWrapper.js +4 -7
  1824. package/lib/translated/pt/modules/rce/StatusBar.js +1 -1
  1825. package/lib/translated/pt/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1826. package/lib/translated/pt/modules/rce/__tests__/contentRendering.test.js +10 -0
  1827. package/lib/translated/pt/modules/rce/contentRendering.js +2 -2
  1828. package/lib/translated/pt/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1829. package/lib/translated/pt/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1830. package/lib/translated/pt/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1831. package/lib/translated/pt/modules/rce/tinyRCE.js +0 -1
  1832. package/lib/translated/pt/modules/rcs/api.js +3 -2
  1833. package/lib/translated/pt/modules/sidebar/store/initialState.js +4 -2
  1834. package/lib/translated/pt/modules/translations/locales/ar.js +36 -0
  1835. package/lib/translated/pt/modules/translations/locales/ca.js +36 -0
  1836. package/lib/translated/pt/modules/translations/locales/cy.js +36 -0
  1837. package/lib/translated/pt/modules/translations/locales/da-x-k12.js +36 -0
  1838. package/lib/translated/pt/modules/translations/locales/da.js +36 -0
  1839. package/lib/translated/pt/modules/translations/locales/de.js +36 -0
  1840. package/lib/translated/pt/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1841. package/lib/translated/pt/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1842. package/lib/translated/pt/modules/translations/locales/en_AU.js +36 -0
  1843. package/lib/translated/pt/modules/translations/locales/en_CA.js +36 -0
  1844. package/lib/translated/pt/modules/translations/locales/en_CY.js +36 -0
  1845. package/lib/translated/pt/modules/translations/locales/en_GB.js +36 -0
  1846. package/lib/translated/pt/modules/translations/locales/es.js +36 -0
  1847. package/lib/translated/pt/modules/translations/locales/es_ES.js +36 -0
  1848. package/lib/translated/pt/modules/translations/locales/fi.js +36 -0
  1849. package/lib/translated/pt/modules/translations/locales/fr.js +36 -0
  1850. package/lib/translated/pt/modules/translations/locales/fr_CA.js +36 -0
  1851. package/lib/translated/pt/modules/translations/locales/ht.js +36 -0
  1852. package/lib/translated/pt/modules/translations/locales/is.js +36 -0
  1853. package/lib/translated/pt/modules/translations/locales/it.js +36 -0
  1854. package/lib/translated/pt/modules/translations/locales/ja.js +36 -0
  1855. package/lib/translated/pt/modules/translations/locales/mi.js +36 -0
  1856. package/lib/translated/pt/modules/translations/locales/nb-x-k12.js +36 -0
  1857. package/lib/translated/pt/modules/translations/locales/nb.js +36 -0
  1858. package/lib/translated/pt/modules/translations/locales/nl.js +36 -0
  1859. package/lib/translated/pt/modules/translations/locales/pl.js +36 -0
  1860. package/lib/translated/pt/modules/translations/locales/pt.js +36 -0
  1861. package/lib/translated/pt/modules/translations/locales/pt_BR.js +36 -0
  1862. package/lib/translated/pt/modules/translations/locales/sl.js +36 -0
  1863. package/lib/translated/pt/modules/translations/locales/sv-x-k12.js +36 -0
  1864. package/lib/translated/pt/modules/translations/locales/zh-Hans.js +36 -0
  1865. package/lib/translated/pt/modules/translations/locales/zh-Hant.js +36 -0
  1866. package/lib/translated/pt/modules/translations/locales/zh.js +36 -0
  1867. package/lib/translated/pt/modules/translations/locales/zh_HK.js +36 -0
  1868. package/lib/translated/pt_BR/modules/common/fileUrl.js +4 -3
  1869. package/lib/translated/pt_BR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1870. package/lib/translated/pt_BR/modules/enhance-user-content/doc_previews.js +3 -3
  1871. package/lib/translated/pt_BR/modules/enhance-user-content/enhance_user_content.js +23 -11
  1872. package/lib/translated/pt_BR/modules/enhance-user-content/instructure_helper.js +4 -3
  1873. package/lib/translated/pt_BR/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  1874. package/lib/translated/pt_BR/modules/rce/RCEWrapper.js +4 -7
  1875. package/lib/translated/pt_BR/modules/rce/StatusBar.js +1 -1
  1876. package/lib/translated/pt_BR/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1877. package/lib/translated/pt_BR/modules/rce/__tests__/contentRendering.test.js +10 -0
  1878. package/lib/translated/pt_BR/modules/rce/contentRendering.js +2 -2
  1879. package/lib/translated/pt_BR/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1880. package/lib/translated/pt_BR/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1881. package/lib/translated/pt_BR/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1882. package/lib/translated/pt_BR/modules/rce/tinyRCE.js +0 -1
  1883. package/lib/translated/pt_BR/modules/rcs/api.js +3 -2
  1884. package/lib/translated/pt_BR/modules/sidebar/store/initialState.js +4 -2
  1885. package/lib/translated/pt_BR/modules/translations/locales/ar.js +36 -0
  1886. package/lib/translated/pt_BR/modules/translations/locales/ca.js +36 -0
  1887. package/lib/translated/pt_BR/modules/translations/locales/cy.js +36 -0
  1888. package/lib/translated/pt_BR/modules/translations/locales/da-x-k12.js +36 -0
  1889. package/lib/translated/pt_BR/modules/translations/locales/da.js +36 -0
  1890. package/lib/translated/pt_BR/modules/translations/locales/de.js +36 -0
  1891. package/lib/translated/pt_BR/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1892. package/lib/translated/pt_BR/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1893. package/lib/translated/pt_BR/modules/translations/locales/en_AU.js +36 -0
  1894. package/lib/translated/pt_BR/modules/translations/locales/en_CA.js +36 -0
  1895. package/lib/translated/pt_BR/modules/translations/locales/en_CY.js +36 -0
  1896. package/lib/translated/pt_BR/modules/translations/locales/en_GB.js +36 -0
  1897. package/lib/translated/pt_BR/modules/translations/locales/es.js +36 -0
  1898. package/lib/translated/pt_BR/modules/translations/locales/es_ES.js +36 -0
  1899. package/lib/translated/pt_BR/modules/translations/locales/fi.js +36 -0
  1900. package/lib/translated/pt_BR/modules/translations/locales/fr.js +36 -0
  1901. package/lib/translated/pt_BR/modules/translations/locales/fr_CA.js +36 -0
  1902. package/lib/translated/pt_BR/modules/translations/locales/ht.js +36 -0
  1903. package/lib/translated/pt_BR/modules/translations/locales/is.js +36 -0
  1904. package/lib/translated/pt_BR/modules/translations/locales/it.js +36 -0
  1905. package/lib/translated/pt_BR/modules/translations/locales/ja.js +36 -0
  1906. package/lib/translated/pt_BR/modules/translations/locales/mi.js +36 -0
  1907. package/lib/translated/pt_BR/modules/translations/locales/nb-x-k12.js +36 -0
  1908. package/lib/translated/pt_BR/modules/translations/locales/nb.js +36 -0
  1909. package/lib/translated/pt_BR/modules/translations/locales/nl.js +36 -0
  1910. package/lib/translated/pt_BR/modules/translations/locales/pl.js +36 -0
  1911. package/lib/translated/pt_BR/modules/translations/locales/pt.js +36 -0
  1912. package/lib/translated/pt_BR/modules/translations/locales/pt_BR.js +36 -0
  1913. package/lib/translated/pt_BR/modules/translations/locales/sl.js +36 -0
  1914. package/lib/translated/pt_BR/modules/translations/locales/sv-x-k12.js +36 -0
  1915. package/lib/translated/pt_BR/modules/translations/locales/zh-Hans.js +36 -0
  1916. package/lib/translated/pt_BR/modules/translations/locales/zh-Hant.js +36 -0
  1917. package/lib/translated/pt_BR/modules/translations/locales/zh.js +36 -0
  1918. package/lib/translated/pt_BR/modules/translations/locales/zh_HK.js +36 -0
  1919. package/lib/translated/ru/modules/common/fileUrl.js +4 -3
  1920. package/lib/translated/ru/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1921. package/lib/translated/ru/modules/enhance-user-content/doc_previews.js +1 -1
  1922. package/lib/translated/ru/modules/enhance-user-content/enhance_user_content.js +19 -7
  1923. package/lib/translated/ru/modules/enhance-user-content/instructure_helper.js +2 -1
  1924. package/lib/translated/ru/modules/rce/RCEWrapper.js +4 -7
  1925. package/lib/translated/ru/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1926. package/lib/translated/ru/modules/rce/__tests__/contentRendering.test.js +10 -0
  1927. package/lib/translated/ru/modules/rce/contentRendering.js +2 -2
  1928. package/lib/translated/ru/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1929. package/lib/translated/ru/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1930. package/lib/translated/ru/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1931. package/lib/translated/ru/modules/rce/tinyRCE.js +0 -1
  1932. package/lib/translated/ru/modules/rcs/api.js +3 -2
  1933. package/lib/translated/ru/modules/sidebar/store/initialState.js +4 -2
  1934. package/lib/translated/ru/modules/translations/locales/ar.js +36 -0
  1935. package/lib/translated/ru/modules/translations/locales/ca.js +36 -0
  1936. package/lib/translated/ru/modules/translations/locales/cy.js +36 -0
  1937. package/lib/translated/ru/modules/translations/locales/da-x-k12.js +36 -0
  1938. package/lib/translated/ru/modules/translations/locales/da.js +36 -0
  1939. package/lib/translated/ru/modules/translations/locales/de.js +36 -0
  1940. package/lib/translated/ru/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1941. package/lib/translated/ru/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1942. package/lib/translated/ru/modules/translations/locales/en_AU.js +36 -0
  1943. package/lib/translated/ru/modules/translations/locales/en_CA.js +36 -0
  1944. package/lib/translated/ru/modules/translations/locales/en_CY.js +36 -0
  1945. package/lib/translated/ru/modules/translations/locales/en_GB.js +36 -0
  1946. package/lib/translated/ru/modules/translations/locales/es.js +36 -0
  1947. package/lib/translated/ru/modules/translations/locales/es_ES.js +36 -0
  1948. package/lib/translated/ru/modules/translations/locales/fi.js +36 -0
  1949. package/lib/translated/ru/modules/translations/locales/fr.js +36 -0
  1950. package/lib/translated/ru/modules/translations/locales/fr_CA.js +36 -0
  1951. package/lib/translated/ru/modules/translations/locales/ht.js +36 -0
  1952. package/lib/translated/ru/modules/translations/locales/is.js +36 -0
  1953. package/lib/translated/ru/modules/translations/locales/it.js +36 -0
  1954. package/lib/translated/ru/modules/translations/locales/ja.js +36 -0
  1955. package/lib/translated/ru/modules/translations/locales/mi.js +36 -0
  1956. package/lib/translated/ru/modules/translations/locales/nb-x-k12.js +36 -0
  1957. package/lib/translated/ru/modules/translations/locales/nb.js +36 -0
  1958. package/lib/translated/ru/modules/translations/locales/nl.js +36 -0
  1959. package/lib/translated/ru/modules/translations/locales/pl.js +36 -0
  1960. package/lib/translated/ru/modules/translations/locales/pt.js +36 -0
  1961. package/lib/translated/ru/modules/translations/locales/pt_BR.js +36 -0
  1962. package/lib/translated/ru/modules/translations/locales/sl.js +36 -0
  1963. package/lib/translated/ru/modules/translations/locales/sv-x-k12.js +36 -0
  1964. package/lib/translated/ru/modules/translations/locales/zh-Hans.js +36 -0
  1965. package/lib/translated/ru/modules/translations/locales/zh-Hant.js +36 -0
  1966. package/lib/translated/ru/modules/translations/locales/zh.js +36 -0
  1967. package/lib/translated/ru/modules/translations/locales/zh_HK.js +36 -0
  1968. package/lib/translated/se/modules/common/fileUrl.js +4 -3
  1969. package/lib/translated/se/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  1970. package/lib/translated/se/modules/enhance-user-content/doc_previews.js +1 -1
  1971. package/lib/translated/se/modules/enhance-user-content/enhance_user_content.js +19 -7
  1972. package/lib/translated/se/modules/enhance-user-content/instructure_helper.js +2 -1
  1973. package/lib/translated/se/modules/rce/RCEWrapper.js +4 -7
  1974. package/lib/translated/se/modules/rce/__tests__/contentInsertion.test.js +1 -1
  1975. package/lib/translated/se/modules/rce/__tests__/contentRendering.test.js +10 -0
  1976. package/lib/translated/se/modules/rce/contentRendering.js +2 -2
  1977. package/lib/translated/se/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  1978. package/lib/translated/se/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  1979. package/lib/translated/se/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  1980. package/lib/translated/se/modules/rce/tinyRCE.js +0 -1
  1981. package/lib/translated/se/modules/rcs/api.js +3 -2
  1982. package/lib/translated/se/modules/sidebar/store/initialState.js +4 -2
  1983. package/lib/translated/se/modules/translations/locales/ar.js +36 -0
  1984. package/lib/translated/se/modules/translations/locales/ca.js +36 -0
  1985. package/lib/translated/se/modules/translations/locales/cy.js +36 -0
  1986. package/lib/translated/se/modules/translations/locales/da-x-k12.js +36 -0
  1987. package/lib/translated/se/modules/translations/locales/da.js +36 -0
  1988. package/lib/translated/se/modules/translations/locales/de.js +36 -0
  1989. package/lib/translated/se/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  1990. package/lib/translated/se/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  1991. package/lib/translated/se/modules/translations/locales/en_AU.js +36 -0
  1992. package/lib/translated/se/modules/translations/locales/en_CA.js +36 -0
  1993. package/lib/translated/se/modules/translations/locales/en_CY.js +36 -0
  1994. package/lib/translated/se/modules/translations/locales/en_GB.js +36 -0
  1995. package/lib/translated/se/modules/translations/locales/es.js +36 -0
  1996. package/lib/translated/se/modules/translations/locales/es_ES.js +36 -0
  1997. package/lib/translated/se/modules/translations/locales/fi.js +36 -0
  1998. package/lib/translated/se/modules/translations/locales/fr.js +36 -0
  1999. package/lib/translated/se/modules/translations/locales/fr_CA.js +36 -0
  2000. package/lib/translated/se/modules/translations/locales/ht.js +36 -0
  2001. package/lib/translated/se/modules/translations/locales/is.js +36 -0
  2002. package/lib/translated/se/modules/translations/locales/it.js +36 -0
  2003. package/lib/translated/se/modules/translations/locales/ja.js +36 -0
  2004. package/lib/translated/se/modules/translations/locales/mi.js +36 -0
  2005. package/lib/translated/se/modules/translations/locales/nb-x-k12.js +36 -0
  2006. package/lib/translated/se/modules/translations/locales/nb.js +36 -0
  2007. package/lib/translated/se/modules/translations/locales/nl.js +36 -0
  2008. package/lib/translated/se/modules/translations/locales/pl.js +36 -0
  2009. package/lib/translated/se/modules/translations/locales/pt.js +36 -0
  2010. package/lib/translated/se/modules/translations/locales/pt_BR.js +36 -0
  2011. package/lib/translated/se/modules/translations/locales/sl.js +36 -0
  2012. package/lib/translated/se/modules/translations/locales/sv-x-k12.js +36 -0
  2013. package/lib/translated/se/modules/translations/locales/zh-Hans.js +36 -0
  2014. package/lib/translated/se/modules/translations/locales/zh-Hant.js +36 -0
  2015. package/lib/translated/se/modules/translations/locales/zh.js +36 -0
  2016. package/lib/translated/se/modules/translations/locales/zh_HK.js +36 -0
  2017. package/lib/translated/sl/modules/common/fileUrl.js +4 -3
  2018. package/lib/translated/sl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2019. package/lib/translated/sl/modules/enhance-user-content/doc_previews.js +3 -3
  2020. package/lib/translated/sl/modules/enhance-user-content/enhance_user_content.js +23 -11
  2021. package/lib/translated/sl/modules/enhance-user-content/instructure_helper.js +4 -3
  2022. package/lib/translated/sl/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2023. package/lib/translated/sl/modules/rce/RCEWrapper.js +4 -7
  2024. package/lib/translated/sl/modules/rce/StatusBar.js +1 -1
  2025. package/lib/translated/sl/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2026. package/lib/translated/sl/modules/rce/__tests__/contentRendering.test.js +10 -0
  2027. package/lib/translated/sl/modules/rce/contentRendering.js +2 -2
  2028. package/lib/translated/sl/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2029. package/lib/translated/sl/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2030. package/lib/translated/sl/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2031. package/lib/translated/sl/modules/rce/tinyRCE.js +0 -1
  2032. package/lib/translated/sl/modules/rcs/api.js +3 -2
  2033. package/lib/translated/sl/modules/sidebar/store/initialState.js +4 -2
  2034. package/lib/translated/sl/modules/translations/locales/ar.js +36 -0
  2035. package/lib/translated/sl/modules/translations/locales/ca.js +36 -0
  2036. package/lib/translated/sl/modules/translations/locales/cy.js +36 -0
  2037. package/lib/translated/sl/modules/translations/locales/da-x-k12.js +36 -0
  2038. package/lib/translated/sl/modules/translations/locales/da.js +36 -0
  2039. package/lib/translated/sl/modules/translations/locales/de.js +36 -0
  2040. package/lib/translated/sl/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2041. package/lib/translated/sl/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2042. package/lib/translated/sl/modules/translations/locales/en_AU.js +36 -0
  2043. package/lib/translated/sl/modules/translations/locales/en_CA.js +36 -0
  2044. package/lib/translated/sl/modules/translations/locales/en_CY.js +36 -0
  2045. package/lib/translated/sl/modules/translations/locales/en_GB.js +36 -0
  2046. package/lib/translated/sl/modules/translations/locales/es.js +36 -0
  2047. package/lib/translated/sl/modules/translations/locales/es_ES.js +36 -0
  2048. package/lib/translated/sl/modules/translations/locales/fi.js +36 -0
  2049. package/lib/translated/sl/modules/translations/locales/fr.js +36 -0
  2050. package/lib/translated/sl/modules/translations/locales/fr_CA.js +36 -0
  2051. package/lib/translated/sl/modules/translations/locales/ht.js +36 -0
  2052. package/lib/translated/sl/modules/translations/locales/is.js +36 -0
  2053. package/lib/translated/sl/modules/translations/locales/it.js +36 -0
  2054. package/lib/translated/sl/modules/translations/locales/ja.js +36 -0
  2055. package/lib/translated/sl/modules/translations/locales/mi.js +36 -0
  2056. package/lib/translated/sl/modules/translations/locales/nb-x-k12.js +36 -0
  2057. package/lib/translated/sl/modules/translations/locales/nb.js +36 -0
  2058. package/lib/translated/sl/modules/translations/locales/nl.js +36 -0
  2059. package/lib/translated/sl/modules/translations/locales/pl.js +36 -0
  2060. package/lib/translated/sl/modules/translations/locales/pt.js +36 -0
  2061. package/lib/translated/sl/modules/translations/locales/pt_BR.js +36 -0
  2062. package/lib/translated/sl/modules/translations/locales/sl.js +36 -0
  2063. package/lib/translated/sl/modules/translations/locales/sv-x-k12.js +36 -0
  2064. package/lib/translated/sl/modules/translations/locales/zh-Hans.js +36 -0
  2065. package/lib/translated/sl/modules/translations/locales/zh-Hant.js +36 -0
  2066. package/lib/translated/sl/modules/translations/locales/zh.js +36 -0
  2067. package/lib/translated/sl/modules/translations/locales/zh_HK.js +36 -0
  2068. package/lib/translated/sv/modules/common/fileUrl.js +4 -3
  2069. package/lib/translated/sv/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2070. package/lib/translated/sv/modules/enhance-user-content/doc_previews.js +1 -1
  2071. package/lib/translated/sv/modules/enhance-user-content/enhance_user_content.js +19 -7
  2072. package/lib/translated/sv/modules/enhance-user-content/instructure_helper.js +2 -1
  2073. package/lib/translated/sv/modules/rce/RCEWrapper.js +4 -7
  2074. package/lib/translated/sv/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2075. package/lib/translated/sv/modules/rce/__tests__/contentRendering.test.js +10 -0
  2076. package/lib/translated/sv/modules/rce/contentRendering.js +2 -2
  2077. package/lib/translated/sv/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2078. package/lib/translated/sv/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2079. package/lib/translated/sv/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2080. package/lib/translated/sv/modules/rce/tinyRCE.js +0 -1
  2081. package/lib/translated/sv/modules/rcs/api.js +3 -2
  2082. package/lib/translated/sv/modules/sidebar/store/initialState.js +4 -2
  2083. package/lib/translated/sv/modules/translations/locales/ar.js +36 -0
  2084. package/lib/translated/sv/modules/translations/locales/ca.js +36 -0
  2085. package/lib/translated/sv/modules/translations/locales/cy.js +36 -0
  2086. package/lib/translated/sv/modules/translations/locales/da-x-k12.js +36 -0
  2087. package/lib/translated/sv/modules/translations/locales/da.js +36 -0
  2088. package/lib/translated/sv/modules/translations/locales/de.js +36 -0
  2089. package/lib/translated/sv/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2090. package/lib/translated/sv/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2091. package/lib/translated/sv/modules/translations/locales/en_AU.js +36 -0
  2092. package/lib/translated/sv/modules/translations/locales/en_CA.js +36 -0
  2093. package/lib/translated/sv/modules/translations/locales/en_CY.js +36 -0
  2094. package/lib/translated/sv/modules/translations/locales/en_GB.js +36 -0
  2095. package/lib/translated/sv/modules/translations/locales/es.js +36 -0
  2096. package/lib/translated/sv/modules/translations/locales/es_ES.js +36 -0
  2097. package/lib/translated/sv/modules/translations/locales/fi.js +36 -0
  2098. package/lib/translated/sv/modules/translations/locales/fr.js +36 -0
  2099. package/lib/translated/sv/modules/translations/locales/fr_CA.js +36 -0
  2100. package/lib/translated/sv/modules/translations/locales/ht.js +36 -0
  2101. package/lib/translated/sv/modules/translations/locales/is.js +36 -0
  2102. package/lib/translated/sv/modules/translations/locales/it.js +36 -0
  2103. package/lib/translated/sv/modules/translations/locales/ja.js +36 -0
  2104. package/lib/translated/sv/modules/translations/locales/mi.js +36 -0
  2105. package/lib/translated/sv/modules/translations/locales/nb-x-k12.js +36 -0
  2106. package/lib/translated/sv/modules/translations/locales/nb.js +36 -0
  2107. package/lib/translated/sv/modules/translations/locales/nl.js +36 -0
  2108. package/lib/translated/sv/modules/translations/locales/pl.js +36 -0
  2109. package/lib/translated/sv/modules/translations/locales/pt.js +36 -0
  2110. package/lib/translated/sv/modules/translations/locales/pt_BR.js +36 -0
  2111. package/lib/translated/sv/modules/translations/locales/sl.js +36 -0
  2112. package/lib/translated/sv/modules/translations/locales/sv-x-k12.js +36 -0
  2113. package/lib/translated/sv/modules/translations/locales/zh-Hans.js +36 -0
  2114. package/lib/translated/sv/modules/translations/locales/zh-Hant.js +36 -0
  2115. package/lib/translated/sv/modules/translations/locales/zh.js +36 -0
  2116. package/lib/translated/sv/modules/translations/locales/zh_HK.js +36 -0
  2117. package/lib/translated/sv-x-k12/modules/common/fileUrl.js +4 -3
  2118. package/lib/translated/sv-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2119. package/lib/translated/sv-x-k12/modules/enhance-user-content/doc_previews.js +3 -3
  2120. package/lib/translated/sv-x-k12/modules/enhance-user-content/enhance_user_content.js +23 -11
  2121. package/lib/translated/sv-x-k12/modules/enhance-user-content/instructure_helper.js +4 -3
  2122. package/lib/translated/sv-x-k12/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2123. package/lib/translated/sv-x-k12/modules/rce/RCEWrapper.js +4 -7
  2124. package/lib/translated/sv-x-k12/modules/rce/StatusBar.js +1 -1
  2125. package/lib/translated/sv-x-k12/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2126. package/lib/translated/sv-x-k12/modules/rce/__tests__/contentRendering.test.js +10 -0
  2127. package/lib/translated/sv-x-k12/modules/rce/contentRendering.js +2 -2
  2128. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2129. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2130. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2131. package/lib/translated/sv-x-k12/modules/rce/tinyRCE.js +0 -1
  2132. package/lib/translated/sv-x-k12/modules/rcs/api.js +3 -2
  2133. package/lib/translated/sv-x-k12/modules/sidebar/store/initialState.js +4 -2
  2134. package/lib/translated/sv-x-k12/modules/translations/locales/ar.js +36 -0
  2135. package/lib/translated/sv-x-k12/modules/translations/locales/ca.js +36 -0
  2136. package/lib/translated/sv-x-k12/modules/translations/locales/cy.js +36 -0
  2137. package/lib/translated/sv-x-k12/modules/translations/locales/da-x-k12.js +36 -0
  2138. package/lib/translated/sv-x-k12/modules/translations/locales/da.js +36 -0
  2139. package/lib/translated/sv-x-k12/modules/translations/locales/de.js +36 -0
  2140. package/lib/translated/sv-x-k12/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2141. package/lib/translated/sv-x-k12/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2142. package/lib/translated/sv-x-k12/modules/translations/locales/en_AU.js +36 -0
  2143. package/lib/translated/sv-x-k12/modules/translations/locales/en_CA.js +36 -0
  2144. package/lib/translated/sv-x-k12/modules/translations/locales/en_CY.js +36 -0
  2145. package/lib/translated/sv-x-k12/modules/translations/locales/en_GB.js +36 -0
  2146. package/lib/translated/sv-x-k12/modules/translations/locales/es.js +36 -0
  2147. package/lib/translated/sv-x-k12/modules/translations/locales/es_ES.js +36 -0
  2148. package/lib/translated/sv-x-k12/modules/translations/locales/fi.js +36 -0
  2149. package/lib/translated/sv-x-k12/modules/translations/locales/fr.js +36 -0
  2150. package/lib/translated/sv-x-k12/modules/translations/locales/fr_CA.js +36 -0
  2151. package/lib/translated/sv-x-k12/modules/translations/locales/ht.js +36 -0
  2152. package/lib/translated/sv-x-k12/modules/translations/locales/is.js +36 -0
  2153. package/lib/translated/sv-x-k12/modules/translations/locales/it.js +36 -0
  2154. package/lib/translated/sv-x-k12/modules/translations/locales/ja.js +36 -0
  2155. package/lib/translated/sv-x-k12/modules/translations/locales/mi.js +36 -0
  2156. package/lib/translated/sv-x-k12/modules/translations/locales/nb-x-k12.js +36 -0
  2157. package/lib/translated/sv-x-k12/modules/translations/locales/nb.js +36 -0
  2158. package/lib/translated/sv-x-k12/modules/translations/locales/nl.js +36 -0
  2159. package/lib/translated/sv-x-k12/modules/translations/locales/pl.js +36 -0
  2160. package/lib/translated/sv-x-k12/modules/translations/locales/pt.js +36 -0
  2161. package/lib/translated/sv-x-k12/modules/translations/locales/pt_BR.js +36 -0
  2162. package/lib/translated/sv-x-k12/modules/translations/locales/sl.js +36 -0
  2163. package/lib/translated/sv-x-k12/modules/translations/locales/sv-x-k12.js +36 -0
  2164. package/lib/translated/sv-x-k12/modules/translations/locales/zh-Hans.js +36 -0
  2165. package/lib/translated/sv-x-k12/modules/translations/locales/zh-Hant.js +36 -0
  2166. package/lib/translated/sv-x-k12/modules/translations/locales/zh.js +36 -0
  2167. package/lib/translated/sv-x-k12/modules/translations/locales/zh_HK.js +36 -0
  2168. package/lib/translated/sv_SE/modules/common/fileUrl.js +4 -3
  2169. package/lib/translated/sv_SE/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2170. package/lib/translated/sv_SE/modules/enhance-user-content/doc_previews.js +1 -1
  2171. package/lib/translated/sv_SE/modules/enhance-user-content/enhance_user_content.js +19 -7
  2172. package/lib/translated/sv_SE/modules/enhance-user-content/instructure_helper.js +2 -1
  2173. package/lib/translated/sv_SE/modules/rce/RCEWrapper.js +4 -7
  2174. package/lib/translated/sv_SE/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2175. package/lib/translated/sv_SE/modules/rce/__tests__/contentRendering.test.js +10 -0
  2176. package/lib/translated/sv_SE/modules/rce/contentRendering.js +2 -2
  2177. package/lib/translated/sv_SE/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2178. package/lib/translated/sv_SE/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2179. package/lib/translated/sv_SE/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2180. package/lib/translated/sv_SE/modules/rce/tinyRCE.js +0 -1
  2181. package/lib/translated/sv_SE/modules/rcs/api.js +3 -2
  2182. package/lib/translated/sv_SE/modules/sidebar/store/initialState.js +4 -2
  2183. package/lib/translated/sv_SE/modules/translations/locales/ar.js +36 -0
  2184. package/lib/translated/sv_SE/modules/translations/locales/ca.js +36 -0
  2185. package/lib/translated/sv_SE/modules/translations/locales/cy.js +36 -0
  2186. package/lib/translated/sv_SE/modules/translations/locales/da-x-k12.js +36 -0
  2187. package/lib/translated/sv_SE/modules/translations/locales/da.js +36 -0
  2188. package/lib/translated/sv_SE/modules/translations/locales/de.js +36 -0
  2189. package/lib/translated/sv_SE/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2190. package/lib/translated/sv_SE/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2191. package/lib/translated/sv_SE/modules/translations/locales/en_AU.js +36 -0
  2192. package/lib/translated/sv_SE/modules/translations/locales/en_CA.js +36 -0
  2193. package/lib/translated/sv_SE/modules/translations/locales/en_CY.js +36 -0
  2194. package/lib/translated/sv_SE/modules/translations/locales/en_GB.js +36 -0
  2195. package/lib/translated/sv_SE/modules/translations/locales/es.js +36 -0
  2196. package/lib/translated/sv_SE/modules/translations/locales/es_ES.js +36 -0
  2197. package/lib/translated/sv_SE/modules/translations/locales/fi.js +36 -0
  2198. package/lib/translated/sv_SE/modules/translations/locales/fr.js +36 -0
  2199. package/lib/translated/sv_SE/modules/translations/locales/fr_CA.js +36 -0
  2200. package/lib/translated/sv_SE/modules/translations/locales/ht.js +36 -0
  2201. package/lib/translated/sv_SE/modules/translations/locales/is.js +36 -0
  2202. package/lib/translated/sv_SE/modules/translations/locales/it.js +36 -0
  2203. package/lib/translated/sv_SE/modules/translations/locales/ja.js +36 -0
  2204. package/lib/translated/sv_SE/modules/translations/locales/mi.js +36 -0
  2205. package/lib/translated/sv_SE/modules/translations/locales/nb-x-k12.js +36 -0
  2206. package/lib/translated/sv_SE/modules/translations/locales/nb.js +36 -0
  2207. package/lib/translated/sv_SE/modules/translations/locales/nl.js +36 -0
  2208. package/lib/translated/sv_SE/modules/translations/locales/pl.js +36 -0
  2209. package/lib/translated/sv_SE/modules/translations/locales/pt.js +36 -0
  2210. package/lib/translated/sv_SE/modules/translations/locales/pt_BR.js +36 -0
  2211. package/lib/translated/sv_SE/modules/translations/locales/sl.js +36 -0
  2212. package/lib/translated/sv_SE/modules/translations/locales/sv-x-k12.js +36 -0
  2213. package/lib/translated/sv_SE/modules/translations/locales/zh-Hans.js +36 -0
  2214. package/lib/translated/sv_SE/modules/translations/locales/zh-Hant.js +36 -0
  2215. package/lib/translated/sv_SE/modules/translations/locales/zh.js +36 -0
  2216. package/lib/translated/sv_SE/modules/translations/locales/zh_HK.js +36 -0
  2217. package/lib/translated/tg/modules/common/fileUrl.js +4 -3
  2218. package/lib/translated/tg/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2219. package/lib/translated/tg/modules/enhance-user-content/doc_previews.js +1 -1
  2220. package/lib/translated/tg/modules/enhance-user-content/enhance_user_content.js +19 -7
  2221. package/lib/translated/tg/modules/enhance-user-content/instructure_helper.js +2 -1
  2222. package/lib/translated/tg/modules/rce/RCEWrapper.js +4 -7
  2223. package/lib/translated/tg/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2224. package/lib/translated/tg/modules/rce/__tests__/contentRendering.test.js +10 -0
  2225. package/lib/translated/tg/modules/rce/contentRendering.js +2 -2
  2226. package/lib/translated/tg/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2227. package/lib/translated/tg/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2228. package/lib/translated/tg/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2229. package/lib/translated/tg/modules/rce/tinyRCE.js +0 -1
  2230. package/lib/translated/tg/modules/rcs/api.js +3 -2
  2231. package/lib/translated/tg/modules/sidebar/store/initialState.js +4 -2
  2232. package/lib/translated/tg/modules/translations/locales/ar.js +36 -0
  2233. package/lib/translated/tg/modules/translations/locales/ca.js +36 -0
  2234. package/lib/translated/tg/modules/translations/locales/cy.js +36 -0
  2235. package/lib/translated/tg/modules/translations/locales/da-x-k12.js +36 -0
  2236. package/lib/translated/tg/modules/translations/locales/da.js +36 -0
  2237. package/lib/translated/tg/modules/translations/locales/de.js +36 -0
  2238. package/lib/translated/tg/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2239. package/lib/translated/tg/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2240. package/lib/translated/tg/modules/translations/locales/en_AU.js +36 -0
  2241. package/lib/translated/tg/modules/translations/locales/en_CA.js +36 -0
  2242. package/lib/translated/tg/modules/translations/locales/en_CY.js +36 -0
  2243. package/lib/translated/tg/modules/translations/locales/en_GB.js +36 -0
  2244. package/lib/translated/tg/modules/translations/locales/es.js +36 -0
  2245. package/lib/translated/tg/modules/translations/locales/es_ES.js +36 -0
  2246. package/lib/translated/tg/modules/translations/locales/fi.js +36 -0
  2247. package/lib/translated/tg/modules/translations/locales/fr.js +36 -0
  2248. package/lib/translated/tg/modules/translations/locales/fr_CA.js +36 -0
  2249. package/lib/translated/tg/modules/translations/locales/ht.js +36 -0
  2250. package/lib/translated/tg/modules/translations/locales/is.js +36 -0
  2251. package/lib/translated/tg/modules/translations/locales/it.js +36 -0
  2252. package/lib/translated/tg/modules/translations/locales/ja.js +36 -0
  2253. package/lib/translated/tg/modules/translations/locales/mi.js +36 -0
  2254. package/lib/translated/tg/modules/translations/locales/nb-x-k12.js +36 -0
  2255. package/lib/translated/tg/modules/translations/locales/nb.js +36 -0
  2256. package/lib/translated/tg/modules/translations/locales/nl.js +36 -0
  2257. package/lib/translated/tg/modules/translations/locales/pl.js +36 -0
  2258. package/lib/translated/tg/modules/translations/locales/pt.js +36 -0
  2259. package/lib/translated/tg/modules/translations/locales/pt_BR.js +36 -0
  2260. package/lib/translated/tg/modules/translations/locales/sl.js +36 -0
  2261. package/lib/translated/tg/modules/translations/locales/sv-x-k12.js +36 -0
  2262. package/lib/translated/tg/modules/translations/locales/zh-Hans.js +36 -0
  2263. package/lib/translated/tg/modules/translations/locales/zh-Hant.js +36 -0
  2264. package/lib/translated/tg/modules/translations/locales/zh.js +36 -0
  2265. package/lib/translated/tg/modules/translations/locales/zh_HK.js +36 -0
  2266. package/lib/translated/th/modules/common/fileUrl.js +4 -3
  2267. package/lib/translated/th/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2268. package/lib/translated/th/modules/enhance-user-content/doc_previews.js +1 -1
  2269. package/lib/translated/th/modules/enhance-user-content/enhance_user_content.js +19 -7
  2270. package/lib/translated/th/modules/enhance-user-content/instructure_helper.js +2 -1
  2271. package/lib/translated/th/modules/rce/RCEWrapper.js +4 -7
  2272. package/lib/translated/th/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2273. package/lib/translated/th/modules/rce/__tests__/contentRendering.test.js +10 -0
  2274. package/lib/translated/th/modules/rce/contentRendering.js +2 -2
  2275. package/lib/translated/th/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2276. package/lib/translated/th/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2277. package/lib/translated/th/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2278. package/lib/translated/th/modules/rce/tinyRCE.js +0 -1
  2279. package/lib/translated/th/modules/rcs/api.js +3 -2
  2280. package/lib/translated/th/modules/sidebar/store/initialState.js +4 -2
  2281. package/lib/translated/th/modules/translations/locales/ar.js +36 -0
  2282. package/lib/translated/th/modules/translations/locales/ca.js +36 -0
  2283. package/lib/translated/th/modules/translations/locales/cy.js +36 -0
  2284. package/lib/translated/th/modules/translations/locales/da-x-k12.js +36 -0
  2285. package/lib/translated/th/modules/translations/locales/da.js +36 -0
  2286. package/lib/translated/th/modules/translations/locales/de.js +36 -0
  2287. package/lib/translated/th/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2288. package/lib/translated/th/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2289. package/lib/translated/th/modules/translations/locales/en_AU.js +36 -0
  2290. package/lib/translated/th/modules/translations/locales/en_CA.js +36 -0
  2291. package/lib/translated/th/modules/translations/locales/en_CY.js +36 -0
  2292. package/lib/translated/th/modules/translations/locales/en_GB.js +36 -0
  2293. package/lib/translated/th/modules/translations/locales/es.js +36 -0
  2294. package/lib/translated/th/modules/translations/locales/es_ES.js +36 -0
  2295. package/lib/translated/th/modules/translations/locales/fi.js +36 -0
  2296. package/lib/translated/th/modules/translations/locales/fr.js +36 -0
  2297. package/lib/translated/th/modules/translations/locales/fr_CA.js +36 -0
  2298. package/lib/translated/th/modules/translations/locales/ht.js +36 -0
  2299. package/lib/translated/th/modules/translations/locales/is.js +36 -0
  2300. package/lib/translated/th/modules/translations/locales/it.js +36 -0
  2301. package/lib/translated/th/modules/translations/locales/ja.js +36 -0
  2302. package/lib/translated/th/modules/translations/locales/mi.js +36 -0
  2303. package/lib/translated/th/modules/translations/locales/nb-x-k12.js +36 -0
  2304. package/lib/translated/th/modules/translations/locales/nb.js +36 -0
  2305. package/lib/translated/th/modules/translations/locales/nl.js +36 -0
  2306. package/lib/translated/th/modules/translations/locales/pl.js +36 -0
  2307. package/lib/translated/th/modules/translations/locales/pt.js +36 -0
  2308. package/lib/translated/th/modules/translations/locales/pt_BR.js +36 -0
  2309. package/lib/translated/th/modules/translations/locales/sl.js +36 -0
  2310. package/lib/translated/th/modules/translations/locales/sv-x-k12.js +36 -0
  2311. package/lib/translated/th/modules/translations/locales/zh-Hans.js +36 -0
  2312. package/lib/translated/th/modules/translations/locales/zh-Hant.js +36 -0
  2313. package/lib/translated/th/modules/translations/locales/zh.js +36 -0
  2314. package/lib/translated/th/modules/translations/locales/zh_HK.js +36 -0
  2315. package/lib/translated/th_TH/modules/common/fileUrl.js +4 -3
  2316. package/lib/translated/th_TH/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2317. package/lib/translated/th_TH/modules/enhance-user-content/doc_previews.js +1 -1
  2318. package/lib/translated/th_TH/modules/enhance-user-content/enhance_user_content.js +19 -7
  2319. package/lib/translated/th_TH/modules/enhance-user-content/instructure_helper.js +2 -1
  2320. package/lib/translated/th_TH/modules/rce/RCEWrapper.js +4 -7
  2321. package/lib/translated/th_TH/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2322. package/lib/translated/th_TH/modules/rce/__tests__/contentRendering.test.js +10 -0
  2323. package/lib/translated/th_TH/modules/rce/contentRendering.js +2 -2
  2324. package/lib/translated/th_TH/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2325. package/lib/translated/th_TH/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2326. package/lib/translated/th_TH/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2327. package/lib/translated/th_TH/modules/rce/tinyRCE.js +0 -1
  2328. package/lib/translated/th_TH/modules/rcs/api.js +3 -2
  2329. package/lib/translated/th_TH/modules/sidebar/store/initialState.js +4 -2
  2330. package/lib/translated/th_TH/modules/translations/locales/ar.js +36 -0
  2331. package/lib/translated/th_TH/modules/translations/locales/ca.js +36 -0
  2332. package/lib/translated/th_TH/modules/translations/locales/cy.js +36 -0
  2333. package/lib/translated/th_TH/modules/translations/locales/da-x-k12.js +36 -0
  2334. package/lib/translated/th_TH/modules/translations/locales/da.js +36 -0
  2335. package/lib/translated/th_TH/modules/translations/locales/de.js +36 -0
  2336. package/lib/translated/th_TH/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2337. package/lib/translated/th_TH/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2338. package/lib/translated/th_TH/modules/translations/locales/en_AU.js +36 -0
  2339. package/lib/translated/th_TH/modules/translations/locales/en_CA.js +36 -0
  2340. package/lib/translated/th_TH/modules/translations/locales/en_CY.js +36 -0
  2341. package/lib/translated/th_TH/modules/translations/locales/en_GB.js +36 -0
  2342. package/lib/translated/th_TH/modules/translations/locales/es.js +36 -0
  2343. package/lib/translated/th_TH/modules/translations/locales/es_ES.js +36 -0
  2344. package/lib/translated/th_TH/modules/translations/locales/fi.js +36 -0
  2345. package/lib/translated/th_TH/modules/translations/locales/fr.js +36 -0
  2346. package/lib/translated/th_TH/modules/translations/locales/fr_CA.js +36 -0
  2347. package/lib/translated/th_TH/modules/translations/locales/ht.js +36 -0
  2348. package/lib/translated/th_TH/modules/translations/locales/is.js +36 -0
  2349. package/lib/translated/th_TH/modules/translations/locales/it.js +36 -0
  2350. package/lib/translated/th_TH/modules/translations/locales/ja.js +36 -0
  2351. package/lib/translated/th_TH/modules/translations/locales/mi.js +36 -0
  2352. package/lib/translated/th_TH/modules/translations/locales/nb-x-k12.js +36 -0
  2353. package/lib/translated/th_TH/modules/translations/locales/nb.js +36 -0
  2354. package/lib/translated/th_TH/modules/translations/locales/nl.js +36 -0
  2355. package/lib/translated/th_TH/modules/translations/locales/pl.js +36 -0
  2356. package/lib/translated/th_TH/modules/translations/locales/pt.js +36 -0
  2357. package/lib/translated/th_TH/modules/translations/locales/pt_BR.js +36 -0
  2358. package/lib/translated/th_TH/modules/translations/locales/sl.js +36 -0
  2359. package/lib/translated/th_TH/modules/translations/locales/sv-x-k12.js +36 -0
  2360. package/lib/translated/th_TH/modules/translations/locales/zh-Hans.js +36 -0
  2361. package/lib/translated/th_TH/modules/translations/locales/zh-Hant.js +36 -0
  2362. package/lib/translated/th_TH/modules/translations/locales/zh.js +36 -0
  2363. package/lib/translated/th_TH/modules/translations/locales/zh_HK.js +36 -0
  2364. package/lib/translated/tr/modules/common/fileUrl.js +4 -3
  2365. package/lib/translated/tr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2366. package/lib/translated/tr/modules/enhance-user-content/doc_previews.js +1 -1
  2367. package/lib/translated/tr/modules/enhance-user-content/enhance_user_content.js +19 -7
  2368. package/lib/translated/tr/modules/enhance-user-content/instructure_helper.js +2 -1
  2369. package/lib/translated/tr/modules/rce/RCEWrapper.js +4 -7
  2370. package/lib/translated/tr/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2371. package/lib/translated/tr/modules/rce/__tests__/contentRendering.test.js +10 -0
  2372. package/lib/translated/tr/modules/rce/contentRendering.js +2 -2
  2373. package/lib/translated/tr/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2374. package/lib/translated/tr/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2375. package/lib/translated/tr/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2376. package/lib/translated/tr/modules/rce/tinyRCE.js +0 -1
  2377. package/lib/translated/tr/modules/rcs/api.js +3 -2
  2378. package/lib/translated/tr/modules/sidebar/store/initialState.js +4 -2
  2379. package/lib/translated/tr/modules/translations/locales/ar.js +36 -0
  2380. package/lib/translated/tr/modules/translations/locales/ca.js +36 -0
  2381. package/lib/translated/tr/modules/translations/locales/cy.js +36 -0
  2382. package/lib/translated/tr/modules/translations/locales/da-x-k12.js +36 -0
  2383. package/lib/translated/tr/modules/translations/locales/da.js +36 -0
  2384. package/lib/translated/tr/modules/translations/locales/de.js +36 -0
  2385. package/lib/translated/tr/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2386. package/lib/translated/tr/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2387. package/lib/translated/tr/modules/translations/locales/en_AU.js +36 -0
  2388. package/lib/translated/tr/modules/translations/locales/en_CA.js +36 -0
  2389. package/lib/translated/tr/modules/translations/locales/en_CY.js +36 -0
  2390. package/lib/translated/tr/modules/translations/locales/en_GB.js +36 -0
  2391. package/lib/translated/tr/modules/translations/locales/es.js +36 -0
  2392. package/lib/translated/tr/modules/translations/locales/es_ES.js +36 -0
  2393. package/lib/translated/tr/modules/translations/locales/fi.js +36 -0
  2394. package/lib/translated/tr/modules/translations/locales/fr.js +36 -0
  2395. package/lib/translated/tr/modules/translations/locales/fr_CA.js +36 -0
  2396. package/lib/translated/tr/modules/translations/locales/ht.js +36 -0
  2397. package/lib/translated/tr/modules/translations/locales/is.js +36 -0
  2398. package/lib/translated/tr/modules/translations/locales/it.js +36 -0
  2399. package/lib/translated/tr/modules/translations/locales/ja.js +36 -0
  2400. package/lib/translated/tr/modules/translations/locales/mi.js +36 -0
  2401. package/lib/translated/tr/modules/translations/locales/nb-x-k12.js +36 -0
  2402. package/lib/translated/tr/modules/translations/locales/nb.js +36 -0
  2403. package/lib/translated/tr/modules/translations/locales/nl.js +36 -0
  2404. package/lib/translated/tr/modules/translations/locales/pl.js +36 -0
  2405. package/lib/translated/tr/modules/translations/locales/pt.js +36 -0
  2406. package/lib/translated/tr/modules/translations/locales/pt_BR.js +36 -0
  2407. package/lib/translated/tr/modules/translations/locales/sl.js +36 -0
  2408. package/lib/translated/tr/modules/translations/locales/sv-x-k12.js +36 -0
  2409. package/lib/translated/tr/modules/translations/locales/zh-Hans.js +36 -0
  2410. package/lib/translated/tr/modules/translations/locales/zh-Hant.js +36 -0
  2411. package/lib/translated/tr/modules/translations/locales/zh.js +36 -0
  2412. package/lib/translated/tr/modules/translations/locales/zh_HK.js +36 -0
  2413. package/lib/translated/uk_UA/modules/common/fileUrl.js +4 -3
  2414. package/lib/translated/uk_UA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2415. package/lib/translated/uk_UA/modules/enhance-user-content/doc_previews.js +1 -1
  2416. package/lib/translated/uk_UA/modules/enhance-user-content/enhance_user_content.js +19 -7
  2417. package/lib/translated/uk_UA/modules/enhance-user-content/instructure_helper.js +2 -1
  2418. package/lib/translated/uk_UA/modules/rce/RCEWrapper.js +4 -7
  2419. package/lib/translated/uk_UA/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2420. package/lib/translated/uk_UA/modules/rce/__tests__/contentRendering.test.js +10 -0
  2421. package/lib/translated/uk_UA/modules/rce/contentRendering.js +2 -2
  2422. package/lib/translated/uk_UA/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2423. package/lib/translated/uk_UA/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2424. package/lib/translated/uk_UA/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2425. package/lib/translated/uk_UA/modules/rce/tinyRCE.js +0 -1
  2426. package/lib/translated/uk_UA/modules/rcs/api.js +3 -2
  2427. package/lib/translated/uk_UA/modules/sidebar/store/initialState.js +4 -2
  2428. package/lib/translated/uk_UA/modules/translations/locales/ar.js +36 -0
  2429. package/lib/translated/uk_UA/modules/translations/locales/ca.js +36 -0
  2430. package/lib/translated/uk_UA/modules/translations/locales/cy.js +36 -0
  2431. package/lib/translated/uk_UA/modules/translations/locales/da-x-k12.js +36 -0
  2432. package/lib/translated/uk_UA/modules/translations/locales/da.js +36 -0
  2433. package/lib/translated/uk_UA/modules/translations/locales/de.js +36 -0
  2434. package/lib/translated/uk_UA/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2435. package/lib/translated/uk_UA/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2436. package/lib/translated/uk_UA/modules/translations/locales/en_AU.js +36 -0
  2437. package/lib/translated/uk_UA/modules/translations/locales/en_CA.js +36 -0
  2438. package/lib/translated/uk_UA/modules/translations/locales/en_CY.js +36 -0
  2439. package/lib/translated/uk_UA/modules/translations/locales/en_GB.js +36 -0
  2440. package/lib/translated/uk_UA/modules/translations/locales/es.js +36 -0
  2441. package/lib/translated/uk_UA/modules/translations/locales/es_ES.js +36 -0
  2442. package/lib/translated/uk_UA/modules/translations/locales/fi.js +36 -0
  2443. package/lib/translated/uk_UA/modules/translations/locales/fr.js +36 -0
  2444. package/lib/translated/uk_UA/modules/translations/locales/fr_CA.js +36 -0
  2445. package/lib/translated/uk_UA/modules/translations/locales/ht.js +36 -0
  2446. package/lib/translated/uk_UA/modules/translations/locales/is.js +36 -0
  2447. package/lib/translated/uk_UA/modules/translations/locales/it.js +36 -0
  2448. package/lib/translated/uk_UA/modules/translations/locales/ja.js +36 -0
  2449. package/lib/translated/uk_UA/modules/translations/locales/mi.js +36 -0
  2450. package/lib/translated/uk_UA/modules/translations/locales/nb-x-k12.js +36 -0
  2451. package/lib/translated/uk_UA/modules/translations/locales/nb.js +36 -0
  2452. package/lib/translated/uk_UA/modules/translations/locales/nl.js +36 -0
  2453. package/lib/translated/uk_UA/modules/translations/locales/pl.js +36 -0
  2454. package/lib/translated/uk_UA/modules/translations/locales/pt.js +36 -0
  2455. package/lib/translated/uk_UA/modules/translations/locales/pt_BR.js +36 -0
  2456. package/lib/translated/uk_UA/modules/translations/locales/sl.js +36 -0
  2457. package/lib/translated/uk_UA/modules/translations/locales/sv-x-k12.js +36 -0
  2458. package/lib/translated/uk_UA/modules/translations/locales/zh-Hans.js +36 -0
  2459. package/lib/translated/uk_UA/modules/translations/locales/zh-Hant.js +36 -0
  2460. package/lib/translated/uk_UA/modules/translations/locales/zh.js +36 -0
  2461. package/lib/translated/uk_UA/modules/translations/locales/zh_HK.js +36 -0
  2462. package/lib/translated/vi/modules/common/fileUrl.js +4 -3
  2463. package/lib/translated/vi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2464. package/lib/translated/vi/modules/enhance-user-content/doc_previews.js +1 -1
  2465. package/lib/translated/vi/modules/enhance-user-content/enhance_user_content.js +19 -7
  2466. package/lib/translated/vi/modules/enhance-user-content/instructure_helper.js +2 -1
  2467. package/lib/translated/vi/modules/rce/RCEWrapper.js +4 -7
  2468. package/lib/translated/vi/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2469. package/lib/translated/vi/modules/rce/__tests__/contentRendering.test.js +10 -0
  2470. package/lib/translated/vi/modules/rce/contentRendering.js +2 -2
  2471. package/lib/translated/vi/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2472. package/lib/translated/vi/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2473. package/lib/translated/vi/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2474. package/lib/translated/vi/modules/rce/tinyRCE.js +0 -1
  2475. package/lib/translated/vi/modules/rcs/api.js +3 -2
  2476. package/lib/translated/vi/modules/sidebar/store/initialState.js +4 -2
  2477. package/lib/translated/vi/modules/translations/locales/ar.js +36 -0
  2478. package/lib/translated/vi/modules/translations/locales/ca.js +36 -0
  2479. package/lib/translated/vi/modules/translations/locales/cy.js +36 -0
  2480. package/lib/translated/vi/modules/translations/locales/da-x-k12.js +36 -0
  2481. package/lib/translated/vi/modules/translations/locales/da.js +36 -0
  2482. package/lib/translated/vi/modules/translations/locales/de.js +36 -0
  2483. package/lib/translated/vi/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2484. package/lib/translated/vi/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2485. package/lib/translated/vi/modules/translations/locales/en_AU.js +36 -0
  2486. package/lib/translated/vi/modules/translations/locales/en_CA.js +36 -0
  2487. package/lib/translated/vi/modules/translations/locales/en_CY.js +36 -0
  2488. package/lib/translated/vi/modules/translations/locales/en_GB.js +36 -0
  2489. package/lib/translated/vi/modules/translations/locales/es.js +36 -0
  2490. package/lib/translated/vi/modules/translations/locales/es_ES.js +36 -0
  2491. package/lib/translated/vi/modules/translations/locales/fi.js +36 -0
  2492. package/lib/translated/vi/modules/translations/locales/fr.js +36 -0
  2493. package/lib/translated/vi/modules/translations/locales/fr_CA.js +36 -0
  2494. package/lib/translated/vi/modules/translations/locales/ht.js +36 -0
  2495. package/lib/translated/vi/modules/translations/locales/is.js +36 -0
  2496. package/lib/translated/vi/modules/translations/locales/it.js +36 -0
  2497. package/lib/translated/vi/modules/translations/locales/ja.js +36 -0
  2498. package/lib/translated/vi/modules/translations/locales/mi.js +36 -0
  2499. package/lib/translated/vi/modules/translations/locales/nb-x-k12.js +36 -0
  2500. package/lib/translated/vi/modules/translations/locales/nb.js +36 -0
  2501. package/lib/translated/vi/modules/translations/locales/nl.js +36 -0
  2502. package/lib/translated/vi/modules/translations/locales/pl.js +36 -0
  2503. package/lib/translated/vi/modules/translations/locales/pt.js +36 -0
  2504. package/lib/translated/vi/modules/translations/locales/pt_BR.js +36 -0
  2505. package/lib/translated/vi/modules/translations/locales/sl.js +36 -0
  2506. package/lib/translated/vi/modules/translations/locales/sv-x-k12.js +36 -0
  2507. package/lib/translated/vi/modules/translations/locales/zh-Hans.js +36 -0
  2508. package/lib/translated/vi/modules/translations/locales/zh-Hant.js +36 -0
  2509. package/lib/translated/vi/modules/translations/locales/zh.js +36 -0
  2510. package/lib/translated/vi/modules/translations/locales/zh_HK.js +36 -0
  2511. package/lib/translated/vi_VN/modules/common/fileUrl.js +4 -3
  2512. package/lib/translated/vi_VN/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2513. package/lib/translated/vi_VN/modules/enhance-user-content/doc_previews.js +1 -1
  2514. package/lib/translated/vi_VN/modules/enhance-user-content/enhance_user_content.js +19 -7
  2515. package/lib/translated/vi_VN/modules/enhance-user-content/instructure_helper.js +2 -1
  2516. package/lib/translated/vi_VN/modules/rce/RCEWrapper.js +4 -7
  2517. package/lib/translated/vi_VN/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2518. package/lib/translated/vi_VN/modules/rce/__tests__/contentRendering.test.js +10 -0
  2519. package/lib/translated/vi_VN/modules/rce/contentRendering.js +2 -2
  2520. package/lib/translated/vi_VN/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2521. package/lib/translated/vi_VN/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2522. package/lib/translated/vi_VN/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2523. package/lib/translated/vi_VN/modules/rce/tinyRCE.js +0 -1
  2524. package/lib/translated/vi_VN/modules/rcs/api.js +3 -2
  2525. package/lib/translated/vi_VN/modules/sidebar/store/initialState.js +4 -2
  2526. package/lib/translated/vi_VN/modules/translations/locales/ar.js +36 -0
  2527. package/lib/translated/vi_VN/modules/translations/locales/ca.js +36 -0
  2528. package/lib/translated/vi_VN/modules/translations/locales/cy.js +36 -0
  2529. package/lib/translated/vi_VN/modules/translations/locales/da-x-k12.js +36 -0
  2530. package/lib/translated/vi_VN/modules/translations/locales/da.js +36 -0
  2531. package/lib/translated/vi_VN/modules/translations/locales/de.js +36 -0
  2532. package/lib/translated/vi_VN/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2533. package/lib/translated/vi_VN/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2534. package/lib/translated/vi_VN/modules/translations/locales/en_AU.js +36 -0
  2535. package/lib/translated/vi_VN/modules/translations/locales/en_CA.js +36 -0
  2536. package/lib/translated/vi_VN/modules/translations/locales/en_CY.js +36 -0
  2537. package/lib/translated/vi_VN/modules/translations/locales/en_GB.js +36 -0
  2538. package/lib/translated/vi_VN/modules/translations/locales/es.js +36 -0
  2539. package/lib/translated/vi_VN/modules/translations/locales/es_ES.js +36 -0
  2540. package/lib/translated/vi_VN/modules/translations/locales/fi.js +36 -0
  2541. package/lib/translated/vi_VN/modules/translations/locales/fr.js +36 -0
  2542. package/lib/translated/vi_VN/modules/translations/locales/fr_CA.js +36 -0
  2543. package/lib/translated/vi_VN/modules/translations/locales/ht.js +36 -0
  2544. package/lib/translated/vi_VN/modules/translations/locales/is.js +36 -0
  2545. package/lib/translated/vi_VN/modules/translations/locales/it.js +36 -0
  2546. package/lib/translated/vi_VN/modules/translations/locales/ja.js +36 -0
  2547. package/lib/translated/vi_VN/modules/translations/locales/mi.js +36 -0
  2548. package/lib/translated/vi_VN/modules/translations/locales/nb-x-k12.js +36 -0
  2549. package/lib/translated/vi_VN/modules/translations/locales/nb.js +36 -0
  2550. package/lib/translated/vi_VN/modules/translations/locales/nl.js +36 -0
  2551. package/lib/translated/vi_VN/modules/translations/locales/pl.js +36 -0
  2552. package/lib/translated/vi_VN/modules/translations/locales/pt.js +36 -0
  2553. package/lib/translated/vi_VN/modules/translations/locales/pt_BR.js +36 -0
  2554. package/lib/translated/vi_VN/modules/translations/locales/sl.js +36 -0
  2555. package/lib/translated/vi_VN/modules/translations/locales/sv-x-k12.js +36 -0
  2556. package/lib/translated/vi_VN/modules/translations/locales/zh-Hans.js +36 -0
  2557. package/lib/translated/vi_VN/modules/translations/locales/zh-Hant.js +36 -0
  2558. package/lib/translated/vi_VN/modules/translations/locales/zh.js +36 -0
  2559. package/lib/translated/vi_VN/modules/translations/locales/zh_HK.js +36 -0
  2560. package/lib/translated/zh/modules/common/fileUrl.js +4 -3
  2561. package/lib/translated/zh/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2562. package/lib/translated/zh/modules/enhance-user-content/doc_previews.js +3 -3
  2563. package/lib/translated/zh/modules/enhance-user-content/enhance_user_content.js +23 -11
  2564. package/lib/translated/zh/modules/enhance-user-content/instructure_helper.js +4 -3
  2565. package/lib/translated/zh/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2566. package/lib/translated/zh/modules/rce/RCEWrapper.js +4 -7
  2567. package/lib/translated/zh/modules/rce/StatusBar.js +1 -1
  2568. package/lib/translated/zh/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2569. package/lib/translated/zh/modules/rce/__tests__/contentRendering.test.js +10 -0
  2570. package/lib/translated/zh/modules/rce/contentRendering.js +2 -2
  2571. package/lib/translated/zh/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2572. package/lib/translated/zh/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2573. package/lib/translated/zh/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2574. package/lib/translated/zh/modules/rce/tinyRCE.js +0 -1
  2575. package/lib/translated/zh/modules/rcs/api.js +3 -2
  2576. package/lib/translated/zh/modules/sidebar/store/initialState.js +4 -2
  2577. package/lib/translated/zh/modules/translations/locales/ar.js +36 -0
  2578. package/lib/translated/zh/modules/translations/locales/ca.js +36 -0
  2579. package/lib/translated/zh/modules/translations/locales/cy.js +36 -0
  2580. package/lib/translated/zh/modules/translations/locales/da-x-k12.js +36 -0
  2581. package/lib/translated/zh/modules/translations/locales/da.js +36 -0
  2582. package/lib/translated/zh/modules/translations/locales/de.js +36 -0
  2583. package/lib/translated/zh/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2584. package/lib/translated/zh/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2585. package/lib/translated/zh/modules/translations/locales/en_AU.js +36 -0
  2586. package/lib/translated/zh/modules/translations/locales/en_CA.js +36 -0
  2587. package/lib/translated/zh/modules/translations/locales/en_CY.js +36 -0
  2588. package/lib/translated/zh/modules/translations/locales/en_GB.js +36 -0
  2589. package/lib/translated/zh/modules/translations/locales/es.js +36 -0
  2590. package/lib/translated/zh/modules/translations/locales/es_ES.js +36 -0
  2591. package/lib/translated/zh/modules/translations/locales/fi.js +36 -0
  2592. package/lib/translated/zh/modules/translations/locales/fr.js +36 -0
  2593. package/lib/translated/zh/modules/translations/locales/fr_CA.js +36 -0
  2594. package/lib/translated/zh/modules/translations/locales/ht.js +36 -0
  2595. package/lib/translated/zh/modules/translations/locales/is.js +36 -0
  2596. package/lib/translated/zh/modules/translations/locales/it.js +36 -0
  2597. package/lib/translated/zh/modules/translations/locales/ja.js +36 -0
  2598. package/lib/translated/zh/modules/translations/locales/mi.js +36 -0
  2599. package/lib/translated/zh/modules/translations/locales/nb-x-k12.js +36 -0
  2600. package/lib/translated/zh/modules/translations/locales/nb.js +36 -0
  2601. package/lib/translated/zh/modules/translations/locales/nl.js +36 -0
  2602. package/lib/translated/zh/modules/translations/locales/pl.js +36 -0
  2603. package/lib/translated/zh/modules/translations/locales/pt.js +36 -0
  2604. package/lib/translated/zh/modules/translations/locales/pt_BR.js +36 -0
  2605. package/lib/translated/zh/modules/translations/locales/sl.js +36 -0
  2606. package/lib/translated/zh/modules/translations/locales/sv-x-k12.js +36 -0
  2607. package/lib/translated/zh/modules/translations/locales/zh-Hans.js +36 -0
  2608. package/lib/translated/zh/modules/translations/locales/zh-Hant.js +36 -0
  2609. package/lib/translated/zh/modules/translations/locales/zh.js +36 -0
  2610. package/lib/translated/zh/modules/translations/locales/zh_HK.js +36 -0
  2611. package/lib/translated/zh-Hans/modules/common/fileUrl.js +4 -3
  2612. package/lib/translated/zh-Hans/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2613. package/lib/translated/zh-Hans/modules/enhance-user-content/doc_previews.js +3 -3
  2614. package/lib/translated/zh-Hans/modules/enhance-user-content/enhance_user_content.js +23 -11
  2615. package/lib/translated/zh-Hans/modules/enhance-user-content/instructure_helper.js +4 -3
  2616. package/lib/translated/zh-Hans/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2617. package/lib/translated/zh-Hans/modules/rce/RCEWrapper.js +4 -7
  2618. package/lib/translated/zh-Hans/modules/rce/StatusBar.js +1 -1
  2619. package/lib/translated/zh-Hans/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2620. package/lib/translated/zh-Hans/modules/rce/__tests__/contentRendering.test.js +10 -0
  2621. package/lib/translated/zh-Hans/modules/rce/contentRendering.js +2 -2
  2622. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2623. package/lib/translated/zh-Hans/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2624. package/lib/translated/zh-Hans/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2625. package/lib/translated/zh-Hans/modules/rce/tinyRCE.js +0 -1
  2626. package/lib/translated/zh-Hans/modules/rcs/api.js +3 -2
  2627. package/lib/translated/zh-Hans/modules/sidebar/store/initialState.js +4 -2
  2628. package/lib/translated/zh-Hans/modules/translations/locales/ar.js +36 -0
  2629. package/lib/translated/zh-Hans/modules/translations/locales/ca.js +36 -0
  2630. package/lib/translated/zh-Hans/modules/translations/locales/cy.js +36 -0
  2631. package/lib/translated/zh-Hans/modules/translations/locales/da-x-k12.js +36 -0
  2632. package/lib/translated/zh-Hans/modules/translations/locales/da.js +36 -0
  2633. package/lib/translated/zh-Hans/modules/translations/locales/de.js +36 -0
  2634. package/lib/translated/zh-Hans/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2635. package/lib/translated/zh-Hans/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2636. package/lib/translated/zh-Hans/modules/translations/locales/en_AU.js +36 -0
  2637. package/lib/translated/zh-Hans/modules/translations/locales/en_CA.js +36 -0
  2638. package/lib/translated/zh-Hans/modules/translations/locales/en_CY.js +36 -0
  2639. package/lib/translated/zh-Hans/modules/translations/locales/en_GB.js +36 -0
  2640. package/lib/translated/zh-Hans/modules/translations/locales/es.js +36 -0
  2641. package/lib/translated/zh-Hans/modules/translations/locales/es_ES.js +36 -0
  2642. package/lib/translated/zh-Hans/modules/translations/locales/fi.js +36 -0
  2643. package/lib/translated/zh-Hans/modules/translations/locales/fr.js +36 -0
  2644. package/lib/translated/zh-Hans/modules/translations/locales/fr_CA.js +36 -0
  2645. package/lib/translated/zh-Hans/modules/translations/locales/ht.js +36 -0
  2646. package/lib/translated/zh-Hans/modules/translations/locales/is.js +36 -0
  2647. package/lib/translated/zh-Hans/modules/translations/locales/it.js +36 -0
  2648. package/lib/translated/zh-Hans/modules/translations/locales/ja.js +36 -0
  2649. package/lib/translated/zh-Hans/modules/translations/locales/mi.js +36 -0
  2650. package/lib/translated/zh-Hans/modules/translations/locales/nb-x-k12.js +36 -0
  2651. package/lib/translated/zh-Hans/modules/translations/locales/nb.js +36 -0
  2652. package/lib/translated/zh-Hans/modules/translations/locales/nl.js +36 -0
  2653. package/lib/translated/zh-Hans/modules/translations/locales/pl.js +36 -0
  2654. package/lib/translated/zh-Hans/modules/translations/locales/pt.js +36 -0
  2655. package/lib/translated/zh-Hans/modules/translations/locales/pt_BR.js +36 -0
  2656. package/lib/translated/zh-Hans/modules/translations/locales/sl.js +36 -0
  2657. package/lib/translated/zh-Hans/modules/translations/locales/sv-x-k12.js +36 -0
  2658. package/lib/translated/zh-Hans/modules/translations/locales/zh-Hans.js +36 -0
  2659. package/lib/translated/zh-Hans/modules/translations/locales/zh-Hant.js +36 -0
  2660. package/lib/translated/zh-Hans/modules/translations/locales/zh.js +36 -0
  2661. package/lib/translated/zh-Hans/modules/translations/locales/zh_HK.js +36 -0
  2662. package/lib/translated/zh-Hant/modules/common/fileUrl.js +4 -3
  2663. package/lib/translated/zh-Hant/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2664. package/lib/translated/zh-Hant/modules/enhance-user-content/doc_previews.js +3 -3
  2665. package/lib/translated/zh-Hant/modules/enhance-user-content/enhance_user_content.js +23 -11
  2666. package/lib/translated/zh-Hant/modules/enhance-user-content/instructure_helper.js +4 -3
  2667. package/lib/translated/zh-Hant/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2668. package/lib/translated/zh-Hant/modules/rce/RCEWrapper.js +4 -7
  2669. package/lib/translated/zh-Hant/modules/rce/StatusBar.js +1 -1
  2670. package/lib/translated/zh-Hant/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2671. package/lib/translated/zh-Hant/modules/rce/__tests__/contentRendering.test.js +10 -0
  2672. package/lib/translated/zh-Hant/modules/rce/contentRendering.js +2 -2
  2673. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2674. package/lib/translated/zh-Hant/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2675. package/lib/translated/zh-Hant/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2676. package/lib/translated/zh-Hant/modules/rce/tinyRCE.js +0 -1
  2677. package/lib/translated/zh-Hant/modules/rcs/api.js +3 -2
  2678. package/lib/translated/zh-Hant/modules/sidebar/store/initialState.js +4 -2
  2679. package/lib/translated/zh-Hant/modules/translations/locales/ar.js +36 -0
  2680. package/lib/translated/zh-Hant/modules/translations/locales/ca.js +36 -0
  2681. package/lib/translated/zh-Hant/modules/translations/locales/cy.js +36 -0
  2682. package/lib/translated/zh-Hant/modules/translations/locales/da-x-k12.js +36 -0
  2683. package/lib/translated/zh-Hant/modules/translations/locales/da.js +36 -0
  2684. package/lib/translated/zh-Hant/modules/translations/locales/de.js +36 -0
  2685. package/lib/translated/zh-Hant/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2686. package/lib/translated/zh-Hant/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2687. package/lib/translated/zh-Hant/modules/translations/locales/en_AU.js +36 -0
  2688. package/lib/translated/zh-Hant/modules/translations/locales/en_CA.js +36 -0
  2689. package/lib/translated/zh-Hant/modules/translations/locales/en_CY.js +36 -0
  2690. package/lib/translated/zh-Hant/modules/translations/locales/en_GB.js +36 -0
  2691. package/lib/translated/zh-Hant/modules/translations/locales/es.js +36 -0
  2692. package/lib/translated/zh-Hant/modules/translations/locales/es_ES.js +36 -0
  2693. package/lib/translated/zh-Hant/modules/translations/locales/fi.js +36 -0
  2694. package/lib/translated/zh-Hant/modules/translations/locales/fr.js +36 -0
  2695. package/lib/translated/zh-Hant/modules/translations/locales/fr_CA.js +36 -0
  2696. package/lib/translated/zh-Hant/modules/translations/locales/ht.js +36 -0
  2697. package/lib/translated/zh-Hant/modules/translations/locales/is.js +36 -0
  2698. package/lib/translated/zh-Hant/modules/translations/locales/it.js +36 -0
  2699. package/lib/translated/zh-Hant/modules/translations/locales/ja.js +36 -0
  2700. package/lib/translated/zh-Hant/modules/translations/locales/mi.js +36 -0
  2701. package/lib/translated/zh-Hant/modules/translations/locales/nb-x-k12.js +36 -0
  2702. package/lib/translated/zh-Hant/modules/translations/locales/nb.js +36 -0
  2703. package/lib/translated/zh-Hant/modules/translations/locales/nl.js +36 -0
  2704. package/lib/translated/zh-Hant/modules/translations/locales/pl.js +36 -0
  2705. package/lib/translated/zh-Hant/modules/translations/locales/pt.js +36 -0
  2706. package/lib/translated/zh-Hant/modules/translations/locales/pt_BR.js +36 -0
  2707. package/lib/translated/zh-Hant/modules/translations/locales/sl.js +36 -0
  2708. package/lib/translated/zh-Hant/modules/translations/locales/sv-x-k12.js +36 -0
  2709. package/lib/translated/zh-Hant/modules/translations/locales/zh-Hans.js +36 -0
  2710. package/lib/translated/zh-Hant/modules/translations/locales/zh-Hant.js +36 -0
  2711. package/lib/translated/zh-Hant/modules/translations/locales/zh.js +36 -0
  2712. package/lib/translated/zh-Hant/modules/translations/locales/zh_HK.js +36 -0
  2713. package/lib/translated/zh_HK/modules/common/fileUrl.js +4 -3
  2714. package/lib/translated/zh_HK/modules/enhance-user-content/__tests__/enhance_user_content.test.js +39 -0
  2715. package/lib/translated/zh_HK/modules/enhance-user-content/doc_previews.js +3 -3
  2716. package/lib/translated/zh_HK/modules/enhance-user-content/enhance_user_content.js +23 -11
  2717. package/lib/translated/zh_HK/modules/enhance-user-content/instructure_helper.js +4 -3
  2718. package/lib/translated/zh_HK/modules/enhance-user-content/media_comment_thumbnail.js +2 -2
  2719. package/lib/translated/zh_HK/modules/rce/RCEWrapper.js +4 -7
  2720. package/lib/translated/zh_HK/modules/rce/StatusBar.js +1 -1
  2721. package/lib/translated/zh_HK/modules/rce/__tests__/contentInsertion.test.js +1 -1
  2722. package/lib/translated/zh_HK/modules/rce/__tests__/contentRendering.test.js +10 -0
  2723. package/lib/translated/zh_HK/modules/rce/contentRendering.js +2 -2
  2724. package/lib/translated/zh_HK/modules/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +1 -0
  2725. package/lib/translated/zh_HK/modules/rce/plugins/shared/CanvasContentTray.js +22 -23
  2726. package/lib/translated/zh_HK/modules/rce/plugins/shared/RceFileBrowser.js +13 -5
  2727. package/lib/translated/zh_HK/modules/rce/tinyRCE.js +0 -1
  2728. package/lib/translated/zh_HK/modules/rcs/api.js +3 -2
  2729. package/lib/translated/zh_HK/modules/sidebar/store/initialState.js +4 -2
  2730. package/lib/translated/zh_HK/modules/translations/locales/ar.js +36 -0
  2731. package/lib/translated/zh_HK/modules/translations/locales/ca.js +36 -0
  2732. package/lib/translated/zh_HK/modules/translations/locales/cy.js +36 -0
  2733. package/lib/translated/zh_HK/modules/translations/locales/da-x-k12.js +36 -0
  2734. package/lib/translated/zh_HK/modules/translations/locales/da.js +36 -0
  2735. package/lib/translated/zh_HK/modules/translations/locales/de.js +36 -0
  2736. package/lib/translated/zh_HK/modules/translations/locales/en-AU-x-unimelb.js +36 -0
  2737. package/lib/translated/zh_HK/modules/translations/locales/en-GB-x-ukhe.js +36 -0
  2738. package/lib/translated/zh_HK/modules/translations/locales/en_AU.js +36 -0
  2739. package/lib/translated/zh_HK/modules/translations/locales/en_CA.js +36 -0
  2740. package/lib/translated/zh_HK/modules/translations/locales/en_CY.js +36 -0
  2741. package/lib/translated/zh_HK/modules/translations/locales/en_GB.js +36 -0
  2742. package/lib/translated/zh_HK/modules/translations/locales/es.js +36 -0
  2743. package/lib/translated/zh_HK/modules/translations/locales/es_ES.js +36 -0
  2744. package/lib/translated/zh_HK/modules/translations/locales/fi.js +36 -0
  2745. package/lib/translated/zh_HK/modules/translations/locales/fr.js +36 -0
  2746. package/lib/translated/zh_HK/modules/translations/locales/fr_CA.js +36 -0
  2747. package/lib/translated/zh_HK/modules/translations/locales/ht.js +36 -0
  2748. package/lib/translated/zh_HK/modules/translations/locales/is.js +36 -0
  2749. package/lib/translated/zh_HK/modules/translations/locales/it.js +36 -0
  2750. package/lib/translated/zh_HK/modules/translations/locales/ja.js +36 -0
  2751. package/lib/translated/zh_HK/modules/translations/locales/mi.js +36 -0
  2752. package/lib/translated/zh_HK/modules/translations/locales/nb-x-k12.js +36 -0
  2753. package/lib/translated/zh_HK/modules/translations/locales/nb.js +36 -0
  2754. package/lib/translated/zh_HK/modules/translations/locales/nl.js +36 -0
  2755. package/lib/translated/zh_HK/modules/translations/locales/pl.js +36 -0
  2756. package/lib/translated/zh_HK/modules/translations/locales/pt.js +36 -0
  2757. package/lib/translated/zh_HK/modules/translations/locales/pt_BR.js +36 -0
  2758. package/lib/translated/zh_HK/modules/translations/locales/sl.js +36 -0
  2759. package/lib/translated/zh_HK/modules/translations/locales/sv-x-k12.js +36 -0
  2760. package/lib/translated/zh_HK/modules/translations/locales/zh-Hans.js +36 -0
  2761. package/lib/translated/zh_HK/modules/translations/locales/zh-Hant.js +36 -0
  2762. package/lib/translated/zh_HK/modules/translations/locales/zh.js +36 -0
  2763. package/lib/translated/zh_HK/modules/translations/locales/zh_HK.js +36 -0
  2764. package/lib/translations/locales/ar.js +36 -0
  2765. package/lib/translations/locales/ca.js +36 -0
  2766. package/lib/translations/locales/cy.js +36 -0
  2767. package/lib/translations/locales/da-x-k12.js +36 -0
  2768. package/lib/translations/locales/da.js +36 -0
  2769. package/lib/translations/locales/de.js +36 -0
  2770. package/lib/translations/locales/en-AU-x-unimelb.js +36 -0
  2771. package/lib/translations/locales/en-GB-x-ukhe.js +36 -0
  2772. package/lib/translations/locales/en_AU.js +36 -0
  2773. package/lib/translations/locales/en_CA.js +36 -0
  2774. package/lib/translations/locales/en_CY.js +36 -0
  2775. package/lib/translations/locales/en_GB.js +36 -0
  2776. package/lib/translations/locales/es.js +36 -0
  2777. package/lib/translations/locales/es_ES.js +36 -0
  2778. package/lib/translations/locales/fi.js +36 -0
  2779. package/lib/translations/locales/fr.js +36 -0
  2780. package/lib/translations/locales/fr_CA.js +36 -0
  2781. package/lib/translations/locales/ht.js +36 -0
  2782. package/lib/translations/locales/is.js +36 -0
  2783. package/lib/translations/locales/it.js +36 -0
  2784. package/lib/translations/locales/ja.js +36 -0
  2785. package/lib/translations/locales/mi.js +36 -0
  2786. package/lib/translations/locales/nb-x-k12.js +36 -0
  2787. package/lib/translations/locales/nb.js +36 -0
  2788. package/lib/translations/locales/nl.js +36 -0
  2789. package/lib/translations/locales/pl.js +36 -0
  2790. package/lib/translations/locales/pt.js +36 -0
  2791. package/lib/translations/locales/pt_BR.js +36 -0
  2792. package/lib/translations/locales/sl.js +36 -0
  2793. package/lib/translations/locales/sv-x-k12.js +36 -0
  2794. package/lib/translations/locales/zh-Hans.js +36 -0
  2795. package/lib/translations/locales/zh-Hant.js +36 -0
  2796. package/lib/translations/locales/zh.js +36 -0
  2797. package/lib/translations/locales/zh_HK.js +36 -0
  2798. package/package.json +1 -2
  2799. package/testcafe/build/100.js +5 -5
  2800. package/testcafe/build/101.js +5 -5
  2801. package/testcafe/build/22.js +2 -2
  2802. package/testcafe/build/23.js +3 -39
  2803. package/testcafe/build/27.js +84 -84
  2804. package/testcafe/build/28.js +83 -99
  2805. package/testcafe/build/29.js +51 -107
  2806. package/testcafe/build/30.js +47 -59
  2807. package/testcafe/build/31.js +28 -64
  2808. package/testcafe/build/32.js +16 -28
  2809. package/testcafe/build/33.js +10 -10
  2810. package/testcafe/build/34.js +16 -16
  2811. package/testcafe/build/35.js +15 -27
  2812. package/testcafe/build/36.js +18 -19
  2813. package/testcafe/build/37.js +11 -22
  2814. package/testcafe/build/38.js +13 -14
  2815. package/testcafe/build/39.js +8 -8
  2816. package/testcafe/build/40.js +6 -6
  2817. package/testcafe/build/41.js +6 -6
  2818. package/testcafe/build/42.js +6 -6
  2819. package/testcafe/build/43.js +10 -10
  2820. package/testcafe/build/44.js +5 -5
  2821. package/testcafe/build/45.js +5 -5
  2822. package/testcafe/build/46.js +3 -3
  2823. package/testcafe/build/47.js +6 -6
  2824. package/testcafe/build/48.js +10 -10
  2825. package/testcafe/build/49.js +8 -8
  2826. package/testcafe/build/5.js +1 -1
  2827. package/testcafe/build/50.js +6 -6
  2828. package/testcafe/build/51.js +8 -8
  2829. package/testcafe/build/52.js +6 -6
  2830. package/testcafe/build/53.js +6 -6
  2831. package/testcafe/build/54.js +8 -8
  2832. package/testcafe/build/55.js +8 -8
  2833. package/testcafe/build/56.js +6 -6
  2834. package/testcafe/build/57.js +8 -8
  2835. package/testcafe/build/58.js +8 -8
  2836. package/testcafe/build/59.js +10 -10
  2837. package/testcafe/build/60.js +6 -6
  2838. package/testcafe/build/61.js +6 -6
  2839. package/testcafe/build/62.js +8 -8
  2840. package/testcafe/build/63.js +8 -8
  2841. package/testcafe/build/64.js +8 -8
  2842. package/testcafe/build/65.js +6 -17
  2843. package/testcafe/build/66.js +3 -3
  2844. package/testcafe/build/67.js +5 -5
  2845. package/testcafe/build/68.js +5 -5
  2846. package/testcafe/build/69.js +5 -5
  2847. package/testcafe/build/70.js +5 -5
  2848. package/testcafe/build/71.js +6 -6
  2849. package/testcafe/build/72.js +6 -6
  2850. package/testcafe/build/73.js +6 -6
  2851. package/testcafe/build/74.js +6 -6
  2852. package/testcafe/build/75.js +6 -6
  2853. package/testcafe/build/76.js +6 -6
  2854. package/testcafe/build/77.js +5 -5
  2855. package/testcafe/build/78.js +5 -5
  2856. package/testcafe/build/79.js +5 -5
  2857. package/testcafe/build/80.js +5 -5
  2858. package/testcafe/build/81.js +3 -3
  2859. package/testcafe/build/82.js +5 -5
  2860. package/testcafe/build/83.js +5 -5
  2861. package/testcafe/build/84.js +3 -3
  2862. package/testcafe/build/85.js +3 -3
  2863. package/testcafe/build/86.js +5 -5
  2864. package/testcafe/build/87.js +3 -3
  2865. package/testcafe/build/88.js +5 -5
  2866. package/testcafe/build/89.js +3 -3
  2867. package/testcafe/build/90.js +5 -5
  2868. package/testcafe/build/91.js +3 -3
  2869. package/testcafe/build/92.js +5 -5
  2870. package/testcafe/build/93.js +3 -3
  2871. package/testcafe/build/94.js +5 -5
  2872. package/testcafe/build/95.js +3 -3
  2873. package/testcafe/build/96.js +3 -3
  2874. package/testcafe/build/97.js +5 -5
  2875. package/testcafe/build/98.js +5 -5
  2876. package/testcafe/build/99.js +5 -5
  2877. package/testcafe/build/testcafe.js +11 -23
  2878. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/ImageOptions.test.js +0 -282
  2879. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/ImageSection.test.js +0 -590
  2880. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/ModeSelect.test.js +0 -98
  2881. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/SVGIcon.test.js +0 -53
  2882. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/SVGList.test.js +0 -72
  2883. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/Upload.test.js +0 -186
  2884. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/compressionUtils.test.js +0 -114
  2885. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/__tests__/utils.test.js +0 -75
  2886. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/ColorSection.test.js +0 -87
  2887. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/Footer.test.js +0 -127
  2888. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/Header.test.js +0 -108
  2889. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/PreviewSection.test.js +0 -101
  2890. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/ShapeSection.test.js +0 -103
  2891. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/__tests__/TextSection.test.js +0 -150
  2892. package/es/rce/plugins/instructure_icon_maker/components/__tests__/IconMakerTray.test.js +0 -630
  2893. package/es/rce/plugins/instructure_icon_maker/components/__tests__/SavedIconMakerList.test.js +0 -190
  2894. package/es/rce/plugins/instructure_icon_maker/reducers/__tests__/ImageSection.test.js +0 -92
  2895. package/es/rce/plugins/instructure_icon_maker/reducers/__tests__/imageCropper.test.js +0 -63
  2896. package/es/rce/plugins/instructure_icon_maker/reducers/__tests__/svgSettings.test.js +0 -108
  2897. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/image.test.js +0 -584
  2898. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/index.test.js +0 -407
  2899. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/metadata.test.js +0 -48
  2900. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/settings.test.js +0 -619
  2901. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/shape.test.js +0 -406
  2902. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/text.test.js +0 -560
  2903. package/es/rce/plugins/instructure_icon_maker/svg/__tests__/utils.test.js +0 -101
  2904. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/IconMakerFormHasChanges.test.js +0 -328
  2905. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/addIconMakerAttributes.test.js +0 -38
  2906. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/iconValidation.test.js +0 -86
  2907. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/round.test.js +0 -31
  2908. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/useDebouncedValue.test.js +0 -95
  2909. package/es/rce/plugins/instructure_icon_maker/utils/__tests__/useMockedDebouncedValue.js +0 -35
  2910. package/es/rce/plugins/instructure_image/ImageList/__tests__/Image.test.js +0 -144
  2911. package/es/rce/plugins/instructure_image/ImageList/__tests__/ImageList.test.js +0 -74
  2912. package/es/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +0 -325
  2913. package/es/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTrayDriver.js +0 -158
  2914. package/es/rce/plugins/instructure_image/ImageOptionsTray/__tests__/TrayController.IconOptions.test.js +0 -161
  2915. package/es/rce/plugins/instructure_image/ImageOptionsTray/__tests__/TrayController.test.js +0 -205
  2916. package/es/rce/plugins/instructure_image/Images/__tests__/Images.test.js +0 -215
  2917. package/es/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +0 -540
  2918. package/es/rce/plugins/instructure_image/__tests__/clickCallback.test.js +0 -83
  2919. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/__tests__/LinkOptionsDialog.test.js +0 -144
  2920. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/__tests__/LinkOptionsDialogController.test.js +0 -97
  2921. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/__tests__/LinkOptionsDialogDriver.js +0 -87
  2922. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/__tests__/LinkOptionsTray.test.js +0 -249
  2923. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/__tests__/LinkOptionsTrayController.test.js +0 -88
  2924. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/__tests__/LinkOptionsTrayDriver.js +0 -132
  2925. package/es/rce/plugins/instructure_links/components/__tests__/AccordionSection.test.js +0 -62
  2926. package/es/rce/plugins/instructure_links/components/__tests__/CollectionPanel.test.js +0 -77
  2927. package/es/rce/plugins/instructure_links/components/__tests__/Link.test.js +0 -468
  2928. package/es/rce/plugins/instructure_links/components/__tests__/LinkSet.test.js +0 -183
  2929. package/es/rce/plugins/instructure_links/components/__tests__/LinksPanel.test.js +0 -113
  2930. package/es/rce/plugins/instructure_links/components/__tests__/NavigationPanel.test.js +0 -63
  2931. package/es/rce/plugins/instructure_media_embed/__tests__/clickCallback.test.js +0 -49
  2932. package/es/rce/plugins/instructure_media_embed/components/__tests__/Embed.test.js +0 -84
  2933. package/es/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +0 -64
  2934. package/es/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +0 -50
  2935. package/es/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +0 -124
  2936. package/es/rce/plugins/instructure_record/MediaPanel/__tests__/MediaPanel.test.js +0 -181
  2937. package/es/rce/plugins/instructure_record/VideoOptionsTray/__tests__/TrayController.test.js +0 -231
  2938. package/es/rce/plugins/instructure_record/VideoOptionsTray/__tests__/VideoOptionsTray.test.js +0 -214
  2939. package/es/rce/plugins/instructure_record/VideoOptionsTray/__tests__/VideoOptionsTrayDriver.js +0 -116
  2940. package/es/rce/plugins/instructure_record/__tests__/clickCallback.test.js +0 -90
  2941. package/es/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  2942. package/es/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  2943. package/es/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  2944. package/es/rce/plugins/instructure_wordcount/plugin.js +0 -32
  2945. package/es/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  2946. package/es/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  2947. package/es/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  2948. package/es/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  2949. package/es/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +0 -1152
  2950. package/es/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +0 -76
  2951. package/es/rce/plugins/shared/DimensionsInput/__tests__/NumberInputDriver.js +0 -77
  2952. package/es/rce/plugins/shared/Upload/__tests__/CategoryProcessor.test.js +0 -65
  2953. package/es/rce/plugins/shared/Upload/__tests__/ComputerPanel.test.js +0 -283
  2954. package/es/rce/plugins/shared/Upload/__tests__/SvgCategoryProcessor.test.js +0 -71
  2955. package/es/rce/plugins/shared/Upload/__tests__/UnsplashPanel.test.js +0 -357
  2956. package/es/rce/plugins/shared/Upload/__tests__/UploadFile.test.js +0 -468
  2957. package/es/rce/plugins/shared/Upload/__tests__/UploadFileModal.test.js +0 -129
  2958. package/es/rce/plugins/shared/Upload/__tests__/UrlPanel.test.js +0 -37
  2959. package/es/rce/plugins/shared/__tests__/CanvasContentTray.test.js +0 -247
  2960. package/es/rce/plugins/shared/__tests__/CheckerboardStyling.test.js +0 -28
  2961. package/es/rce/plugins/shared/__tests__/ColorInput.test.js +0 -94
  2962. package/es/rce/plugins/shared/__tests__/ConditionalTooltip.test.js +0 -79
  2963. package/es/rce/plugins/shared/__tests__/ContentSelection.test.js +0 -322
  2964. package/es/rce/plugins/shared/__tests__/DimensionUtils.test.js +0 -342
  2965. package/es/rce/plugins/shared/__tests__/FakeEditor.js +0 -179
  2966. package/es/rce/plugins/shared/__tests__/Filter.test.js +0 -428
  2967. package/es/rce/plugins/shared/__tests__/FixedContentTray.test.js +0 -70
  2968. package/es/rce/plugins/shared/__tests__/LinkDisplay.test.js +0 -119
  2969. package/es/rce/plugins/shared/__tests__/PreviewIcon.test.js +0 -131
  2970. package/es/rce/plugins/shared/__tests__/RceFileBrowser.test.js +0 -113
  2971. package/es/rce/plugins/shared/__tests__/buildDownloadUrl.test.js +0 -52
  2972. package/es/rce/plugins/shared/__tests__/dateUtils.test.js +0 -122
  2973. package/es/rce/plugins/shared/__tests__/fileTypeUtils.test.js +0 -96
  2974. package/es/rce/plugins/shared/__tests__/linkUtils.test.js +0 -61
  2975. package/es/rce/plugins/shared/__tests__/trayUtils.test.js +0 -53
  2976. package/es/rce/plugins/shared/__tests__/useDataUrl.test.js +0 -110
  2977. package/es/rcs/__tests__/api.test.js +0 -164
  2978. package/es/rcs/__tests__/buildError.test.js +0 -77
  2979. package/lib/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  2980. package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  2981. package/lib/rce/plugins/instructure_wordcount/plugin.js +0 -32
  2982. package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  2983. package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  2984. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  2985. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  2986. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  2987. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  2988. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  2989. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  2990. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  2991. package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  2992. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  2993. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  2994. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  2995. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  2996. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  2997. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  2998. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  2999. package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3000. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3001. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3002. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3003. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3004. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3005. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3006. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3007. package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3008. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3009. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3010. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3011. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3012. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3013. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3014. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3015. package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3016. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3017. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3018. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3019. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3020. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3021. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3022. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3023. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3024. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3025. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3026. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3027. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3028. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3029. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3030. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3031. package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3032. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3033. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3034. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3035. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3036. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3037. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3038. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3039. package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3040. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3041. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3042. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3043. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3044. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3045. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3046. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3047. package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3048. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3049. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3050. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3051. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3052. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3053. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3054. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3055. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3056. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3057. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3058. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3059. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3060. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3061. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3062. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3063. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3064. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3065. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3066. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3067. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3068. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3069. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3070. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3071. package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3072. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3073. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3074. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3075. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3076. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3077. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3078. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3079. package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3080. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3081. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3082. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3083. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3084. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3085. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3086. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3087. package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3088. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3089. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3090. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3091. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3092. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3093. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3094. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3095. package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3096. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3097. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3098. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3099. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3100. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3101. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3102. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3103. package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3104. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3105. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3106. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3107. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3108. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3109. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3110. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3111. package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3112. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3113. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3114. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3115. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3116. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3117. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3118. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3119. package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3120. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3121. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3122. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3123. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3124. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3125. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3126. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3127. package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3128. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3129. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3130. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3131. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3132. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3133. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3134. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3135. package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3136. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3137. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3138. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3139. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3140. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3141. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3142. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3143. package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3144. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3145. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3146. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3147. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3148. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3149. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3150. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3151. package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3152. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3153. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3154. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3155. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3156. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3157. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3158. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3159. package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3160. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3161. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3162. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3163. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3164. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3165. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3166. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3167. package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3168. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3169. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3170. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3171. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3172. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3173. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3174. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3175. package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3176. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3177. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3178. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3179. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3180. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3181. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3182. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3183. package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3184. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3185. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3186. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3187. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3188. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3189. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3190. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3191. package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3192. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3193. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3194. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3195. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3196. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3197. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3198. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3199. package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3200. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3201. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3202. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3203. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3204. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3205. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3206. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3207. package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3208. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3209. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3210. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3211. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3212. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3213. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3214. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3215. package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3216. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3217. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3218. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3219. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3220. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3221. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3222. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3223. package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3224. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3225. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3226. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3227. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3228. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3229. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3230. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3231. package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3232. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3233. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3234. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3235. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3236. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3237. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3238. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3239. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3240. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3241. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3242. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3243. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3244. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3245. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3246. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3247. package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3248. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3249. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3250. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3251. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3252. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3253. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3254. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3255. package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3256. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3257. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3258. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3259. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3260. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3261. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3262. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3263. package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3264. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3265. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3266. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3267. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3268. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3269. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3270. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3271. package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3272. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3273. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3274. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3275. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3276. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3277. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3278. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3279. package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3280. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3281. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3282. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3283. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3284. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3285. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3286. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3287. package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3288. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3289. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3290. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3291. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3292. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3293. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3294. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3295. package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3296. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3297. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3298. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3299. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3300. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3301. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3302. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3303. package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3304. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3305. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3306. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3307. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3308. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3309. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3310. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3311. package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3312. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3313. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3314. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3315. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3316. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3317. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3318. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3319. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3320. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3321. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3322. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3323. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3324. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3325. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3326. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3327. package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3328. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3329. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3330. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3331. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3332. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3333. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3334. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3335. package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3336. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3337. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3338. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3339. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3340. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3341. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3342. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3343. package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3344. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3345. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3346. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3347. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3348. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3349. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3350. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3351. package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3352. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3353. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3354. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3355. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3356. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3357. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3358. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3359. package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3360. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3361. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3362. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3363. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3364. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3365. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3366. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3367. package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3368. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3369. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3370. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3371. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3372. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3373. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3374. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3375. package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3376. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3377. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3378. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3379. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3380. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3381. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3382. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3383. package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3384. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3385. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3386. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3387. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3388. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3389. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3390. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3391. package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3392. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3393. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3394. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3395. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3396. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3397. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3398. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3399. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3400. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3401. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3402. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3403. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3404. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3405. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3406. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3407. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  3408. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/clickCallback.js +0 -46
  3409. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -91
  3410. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +0 -91
  3411. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/plugin.js +0 -32
  3412. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +0 -164
  3413. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +0 -41
  3414. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  3415. package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
@@ -1,35 +1,35 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuites name="Canvas RCE Mocha Tests" time="2.1690" tests="544" failures="0" skipped="6">
3
- <testsuite name="Canvas RCE Mocha Tests" timestamp="2022-11-03T21:00:27" tests="0" time="0.0000" failures="0">
2
+ <testsuites name="Canvas RCE Mocha Tests" time="2.3850" tests="546" failures="0" skipped="6">
3
+ <testsuite name="Canvas RCE Mocha Tests" timestamp="2022-11-10T22:19:01" tests="0" time="0.0000" failures="0">
4
4
  </testsuite>
5
- <testsuite name="Bridge actions, embed image" timestamp="2022-11-03T21:00:27" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/bridge/index.test.js" time="0.0050" failures="0">
5
+ <testsuite name="Bridge actions, embed image" timestamp="2022-11-10T22:19:02" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/bridge/index.test.js" time="0.0070" failures="0">
6
6
  <testcase name="Bridge actions, embed image inserts an image when no selection" time="0.0020" classname="inserts an image when no selection">
7
7
  </testcase>
8
8
  <testcase name="Bridge actions, embed image inserts an image when image is selected" time="0.0000" classname="inserts an image when image is selected">
9
9
  </testcase>
10
- <testcase name="Bridge actions, embed image inserts a link through the bridge" time="0.0030" classname="inserts a link through the bridge">
10
+ <testcase name="Bridge actions, embed image inserts a link through the bridge" time="0.0050" classname="inserts a link through the bridge">
11
11
  </testcase>
12
12
  <testcase name="Bridge actions, embed image inserts a image placeholder through the bridge" time="0.0000" classname="inserts a image placeholder through the bridge">
13
13
  </testcase>
14
14
  <testcase name="Bridge actions, embed image removes placeholders through the bridge" time="0.0000" classname="removes placeholders through the bridge">
15
15
  </testcase>
16
16
  </testsuite>
17
- <testsuite name="FileTree/File" timestamp="2022-11-03T21:00:27" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/File.test.js" time="0.0180" failures="0">
18
- <testcase name="FileTree/File renders a button with file name" time="0.0160" classname="renders a button with file name">
17
+ <testsuite name="FileTree/File" timestamp="2022-11-10T22:19:02" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/File.test.js" time="0.0150" failures="0">
18
+ <testcase name="FileTree/File renders a button with file name" time="0.0110" classname="renders a button with file name">
19
19
  </testcase>
20
- <testcase name="FileTree/File calls onSelect with file id when button is clicked" time="0.0010" classname="calls onSelect with file id when button is clicked">
20
+ <testcase name="FileTree/File calls onSelect with file id when button is clicked" time="0.0030" classname="calls onSelect with file id when button is clicked">
21
21
  </testcase>
22
22
  <testcase name="FileTree/File does not throw when onSelect is not defined" time="0.0010" classname="does not throw when onSelect is not defined">
23
23
  </testcase>
24
24
  </testsuite>
25
- <testsuite name="FileTree/Folder" timestamp="2022-11-03T21:00:27" tests="12" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/Folder.test.js" time="0.0100" failures="0">
25
+ <testsuite name="FileTree/Folder" timestamp="2022-11-10T22:19:02" tests="12" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/Folder.test.js" time="0.0120" failures="0">
26
26
  <testcase name="FileTree/Folder renders a button with the folder name" time="0.0030" classname="renders a button with the folder name">
27
27
  </testcase>
28
- <testcase name="FileTree/Folder shows loading if expanded and loading prop is true" time="0.0020" classname="shows loading if expanded and loading prop is true">
28
+ <testcase name="FileTree/Folder shows loading if expanded and loading prop is true" time="0.0030" classname="shows loading if expanded and loading prop is true">
29
29
  </testcase>
30
- <testcase name="FileTree/Folder does not show loading if loading is false" time="0.0000" classname="does not show loading if loading is false">
30
+ <testcase name="FileTree/Folder does not show loading if loading is false" time="0.0020" classname="does not show loading if loading is false">
31
31
  </testcase>
32
- <testcase name="FileTree/Folder does not show loading if loading is true but not expanded" time="0.0010" classname="does not show loading if loading is true but not expanded">
32
+ <testcase name="FileTree/Folder does not show loading if loading is true but not expanded" time="0.0000" classname="does not show loading if loading is true but not expanded">
33
33
  </testcase>
34
34
  <testcase name="FileTree/Folder renders subdirectories with correct props when expaneded" time="0.0010" classname="renders subdirectories with correct props when expaneded">
35
35
  </testcase>
@@ -39,27 +39,27 @@
39
39
  </testcase>
40
40
  <testcase name="FileTree/Folder does not render files when not expaneded" time="0.0000" classname="does not render files when not expaneded">
41
41
  </testcase>
42
- <testcase name="FileTree/Folder calls onToggle with folder id when button is clicked" time="0.0010" classname="calls onToggle with folder id when button is clicked">
42
+ <testcase name="FileTree/Folder calls onToggle with folder id when button is clicked" time="0.0000" classname="calls onToggle with folder id when button is clicked">
43
43
  </testcase>
44
- <testcase name="FileTree/Folder does not throw when onToggle is not defined" time="0.0000" classname="does not throw when onToggle is not defined">
44
+ <testcase name="FileTree/Folder does not throw when onToggle is not defined" time="0.0010" classname="does not throw when onToggle is not defined">
45
45
  </testcase>
46
46
  <testcase name="FileTree/Folder sets aria expanded to true if expanded" time="0.0000" classname="sets aria expanded to true if expanded">
47
47
  </testcase>
48
48
  <testcase name="FileTree/Folder sets aria expanded to false if not expanded" time="0.0010" classname="sets aria expanded to false if not expanded">
49
49
  </testcase>
50
50
  </testsuite>
51
- <testsuite name="FileTree/index" timestamp="2022-11-03T21:00:28" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/index.test.js" time="0.0020" failures="0">
51
+ <testsuite name="FileTree/index" timestamp="2022-11-10T22:19:02" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/index.test.js" time="0.0010" failures="0">
52
52
  <testcase name="FileTree/index passes props to Folder component" time="0.0010" classname="passes props to Folder component">
53
53
  </testcase>
54
- <testcase name="FileTree/index optionally sets max-height via prop" time="0.0010" classname="optionally sets max-height via prop">
54
+ <testcase name="FileTree/index optionally sets max-height via prop" time="0.0000" classname="optionally sets max-height via prop">
55
55
  </testcase>
56
56
  </testsuite>
57
- <testsuite name="keyboard navigation" timestamp="2022-11-03T21:00:28" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/index.test.js" time="0.0060" failures="0">
58
- <testcase name="FileTree/index keyboard navigation focus the next button when down is pushed" time="0.0020" classname="focus the next button when down is pushed">
57
+ <testsuite name="keyboard navigation" timestamp="2022-11-10T22:19:02" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/index.test.js" time="0.0080" failures="0">
58
+ <testcase name="FileTree/index keyboard navigation focus the next button when down is pushed" time="0.0030" classname="focus the next button when down is pushed">
59
59
  </testcase>
60
60
  <testcase name="FileTree/index keyboard navigation focus the previous button when up is pushed" time="0.0010" classname="focus the previous button when up is pushed">
61
61
  </testcase>
62
- <testcase name="FileTree/index keyboard navigation does not move focus up when on the first button" time="0.0000" classname="does not move focus up when on the first button">
62
+ <testcase name="FileTree/index keyboard navigation does not move focus up when on the first button" time="0.0010" classname="does not move focus up when on the first button">
63
63
  </testcase>
64
64
  <testcase name="FileTree/index keyboard navigation does not move focus down when on the last button" time="0.0010" classname="does not move focus down when on the last button">
65
65
  </testcase>
@@ -70,22 +70,22 @@
70
70
  <testcase name="FileTree/index keyboard navigation does not stop event propagation when other keys are pushed" time="0.0000" classname="does not stop event propagation when other keys are pushed">
71
71
  </testcase>
72
72
  </testsuite>
73
- <testsuite name="Loading" timestamp="2022-11-03T21:00:28" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/Loading.test.js" time="0.0010" failures="0">
74
- <testcase name="Loading includes a screenreader-only message" time="0.0010" classname="includes a screenreader-only message">
73
+ <testsuite name="Loading" timestamp="2022-11-10T22:19:02" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/Loading.test.js" time="0.0020" failures="0">
74
+ <testcase name="Loading includes a screenreader-only message" time="0.0020" classname="includes a screenreader-only message">
75
75
  </testcase>
76
76
  </testsuite>
77
- <testsuite name="Common file url utils" timestamp="2022-11-03T21:00:28" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
77
+ <testsuite name="Common file url utils" timestamp="2022-11-10T22:19:02" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
78
78
  </testsuite>
79
- <testsuite name="absoluteToRelativeUrl" timestamp="2022-11-03T21:00:28" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0030" failures="0">
79
+ <testsuite name="absoluteToRelativeUrl" timestamp="2022-11-10T22:19:02" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0050" failures="0">
80
80
  <testcase name="Common file url utils absoluteToRelativeUrl turns an absolute URL into a relative URL" time="0.0030" classname="turns an absolute URL into a relative URL">
81
81
  </testcase>
82
- <testcase name="Common file url utils absoluteToRelativeUrl leaves a relative URL as is" time="0.0000" classname="leaves a relative URL as is">
82
+ <testcase name="Common file url utils absoluteToRelativeUrl leaves a relative URL as is" time="0.0010" classname="leaves a relative URL as is">
83
83
  </testcase>
84
- <testcase name="Common file url utils absoluteToRelativeUrl leaves non-Canvas absolute URLs as absolute" time="0.0000" classname="leaves non-Canvas absolute URLs as absolute">
84
+ <testcase name="Common file url utils absoluteToRelativeUrl leaves non-Canvas absolute URLs as absolute" time="0.0010" classname="leaves non-Canvas absolute URLs as absolute">
85
85
  </testcase>
86
86
  </testsuite>
87
- <testsuite name="downloadToWrap" timestamp="2022-11-03T21:00:28" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
88
- <testcase name="Common file url utils downloadToWrap removes download_frd from the query params" time="0.0000" classname="removes download_frd from the query params">
87
+ <testsuite name="downloadToWrap" timestamp="2022-11-10T22:19:02" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0010" failures="0">
88
+ <testcase name="Common file url utils downloadToWrap removes download_frd from the query params" time="0.0010" classname="removes download_frd from the query params">
89
89
  </testcase>
90
90
  <testcase name="Common file url utils downloadToWrap adds wrap=1 to the query params" time="0.0000" classname="adds wrap=1 to the query params">
91
91
  </testcase>
@@ -100,27 +100,31 @@
100
100
  <testcase name="Common file url utils downloadToWrap strips &quot;preview&quot; too" time="0.0000" classname="strips &quot;preview&quot; too">
101
101
  </testcase>
102
102
  </testsuite>
103
- <testsuite name="fixupFileUrl" timestamp="2022-11-03T21:00:28" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
103
+ <testsuite name="fixupFileUrl" timestamp="2022-11-10T22:19:02" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
104
104
  </testsuite>
105
- <testsuite name="for files with an href" timestamp="2022-11-03T21:00:28" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
105
+ <testsuite name="for files with an href" timestamp="2022-11-10T22:19:02" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
106
106
  <testcase name="Common file url utils fixupFileUrl for files with an href skips swizzling the url if from a different host" time="0.0000" classname="skips swizzling the url if from a different host">
107
107
  </testcase>
108
+ <testcase name="Common file url utils fixupFileUrl for files with an href transforms urls if from the specified canvas origin" time="0.0000" classname="transforms urls if from the specified canvas origin">
109
+ </testcase>
108
110
  <testcase name="Common file url utils fixupFileUrl for files with an href transforms course file urls" time="0.0000" classname="transforms course file urls">
109
111
  </testcase>
110
112
  <testcase name="Common file url utils fixupFileUrl for files with an href adds the verifier to user files" time="0.0000" classname="adds the verifier to user files">
111
113
  </testcase>
112
114
  </testsuite>
113
- <testsuite name="for files with a url" timestamp="2022-11-03T21:00:28" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0010" failures="0">
115
+ <testsuite name="for files with a url" timestamp="2022-11-10T22:19:02" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
114
116
  <testcase name="Common file url utils fixupFileUrl for files with a url skips transforming the url if from a different host" time="0.0000" classname="skips transforming the url if from a different host">
115
117
  </testcase>
116
118
  <testcase name="Common file url utils fixupFileUrl for files with a url transforms course file urls" time="0.0000" classname="transforms course file urls">
117
119
  </testcase>
118
- <testcase name="Common file url utils fixupFileUrl for files with a url adds the verifier to user files" time="0.0010" classname="adds the verifier to user files">
120
+ <testcase name="Common file url utils fixupFileUrl for files with a url adds the verifier to user files" time="0.0000" classname="adds the verifier to user files">
119
121
  </testcase>
120
122
  </testsuite>
121
- <testsuite name="prepEmbedSrc" timestamp="2022-11-03T21:00:28" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
123
+ <testsuite name="prepEmbedSrc" timestamp="2022-11-10T22:19:02" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
122
124
  <testcase name="Common file url utils prepEmbedSrc skips transforming the url if from a different host" time="0.0000" classname="skips transforming the url if from a different host">
123
125
  </testcase>
126
+ <testcase name="Common file url utils prepEmbedSrc transforms the url if from the current canvas host" time="0.0000" classname="transforms the url if from the current canvas host">
127
+ </testcase>
124
128
  <testcase name="Common file url utils prepEmbedSrc replaces /download?some_params with /preview?some_params" time="0.0000" classname="replaces /download?some_params with /preview?some_params">
125
129
  </testcase>
126
130
  <testcase name="Common file url utils prepEmbedSrc replaces /download and no params with /preview " time="0.0000" classname="replaces /download and no params with /preview ">
@@ -130,29 +134,29 @@
130
134
  <testcase name="Common file url utils prepEmbedSrc does not indiscriminately replace /preview in a url" time="0.0000" classname="does not indiscriminately replace /preview in a url">
131
135
  </testcase>
132
136
  </testsuite>
133
- <testsuite name="prepLinkedSrc" timestamp="2022-11-03T21:00:28" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
137
+ <testsuite name="prepLinkedSrc" timestamp="2022-11-10T22:19:02" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0010" failures="0">
134
138
  <testcase name="Common file url utils prepLinkedSrc skips transforming the url if from a different host" time="0.0000" classname="skips transforming the url if from a different host">
135
139
  </testcase>
136
140
  <testcase name="Common file url utils prepLinkedSrc removes /preview" time="0.0000" classname="removes /preview">
137
141
  </testcase>
138
- <testcase name="Common file url utils prepLinkedSrc does not indiscriminately replace /download in a url" time="0.0000" classname="does not indiscriminately replace /download in a url">
142
+ <testcase name="Common file url utils prepLinkedSrc does not indiscriminately replace /download in a url" time="0.0010" classname="does not indiscriminately replace /download in a url">
139
143
  </testcase>
140
144
  </testsuite>
141
- <testsuite name="indicate function" timestamp="2022-11-03T21:00:28" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/indicate.test.js" time="0.0010" failures="0">
145
+ <testsuite name="indicate function" timestamp="2022-11-10T22:19:03" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/indicate.test.js" time="0.0020" failures="0">
142
146
  <testcase name="indicate function appends a div to the body" time="0.0000" classname="appends a div to the body">
143
147
  </testcase>
144
- <testcase name="indicate function removes the div after 2 seconds" time="0.0010" classname="removes the div after 2 seconds">
148
+ <testcase name="indicate function removes the div after 2 seconds" time="0.0020" classname="removes the div after 2 seconds">
145
149
  </testcase>
146
150
  </testsuite>
147
- <testsuite name="shape" timestamp="2022-11-03T21:00:28" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/indicate.test.js" time="0.0020" failures="0">
148
- <testcase name="indicate function shape has dimensions of region plus margin" time="0.0010" classname="has dimensions of region plus margin">
151
+ <testsuite name="shape" timestamp="2022-11-10T22:19:03" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/indicate.test.js" time="0.0010" failures="0">
152
+ <testcase name="indicate function shape has dimensions of region plus margin" time="0.0000" classname="has dimensions of region plus margin">
149
153
  </testcase>
150
154
  <testcase name="indicate function shape is positioned at region minus margin" time="0.0000" classname="is positioned at region minus margin">
151
155
  </testcase>
152
156
  <testcase name="indicate function shape has a default margin of 3" time="0.0010" classname="has a default margin of 3">
153
157
  </testcase>
154
158
  </testsuite>
155
- <testsuite name="transitions" timestamp="2022-11-03T21:00:28" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/indicate.test.js" time="0.0010" failures="0">
159
+ <testsuite name="transitions" timestamp="2022-11-10T22:19:03" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/indicate.test.js" time="0.0010" failures="0">
156
160
  <testcase name="indicate function transitions div initially has enter and active classes" time="0.0000" classname="div initially has enter and active classes">
157
161
  </testcase>
158
162
  <testcase name="indicate function transitions div has leave class after 900ms" time="0.0000" classname="div has leave class after 900ms">
@@ -160,47 +164,47 @@
160
164
  <testcase name="indicate function transitions div gets leave fast class on mouse over" time="0.0010" classname="div gets leave fast class on mouse over">
161
165
  </testcase>
162
166
  </testsuite>
163
- <testsuite name="fileEmbed" timestamp="2022-11-03T21:00:28" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/mimeClass.test.js" time="0.0010" failures="0">
167
+ <testsuite name="fileEmbed" timestamp="2022-11-10T22:19:03" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/mimeClass.test.js" time="0.0020" failures="0">
164
168
  <testcase name="fileEmbed defaults to file" time="0.0000" classname="defaults to file">
165
169
  </testcase>
166
170
  <testcase name="fileEmbed uses content-type to identify video and audio" time="0.0010" classname="uses content-type to identify video and audio">
167
171
  </testcase>
168
- <testcase name="fileEmbed picks scribd if there is a preview_url" time="0.0000" classname="picks scribd if there is a preview_url">
172
+ <testcase name="fileEmbed picks scribd if there is a preview_url" time="0.0010" classname="picks scribd if there is a preview_url">
169
173
  </testcase>
170
174
  <testcase name="fileEmbed uses content-type to identify images" time="0.0000" classname="uses content-type to identify images">
171
175
  </testcase>
172
176
  </testsuite>
173
- <testsuite name="mimeClass" timestamp="2022-11-03T21:00:28" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/mimeClass.test.js" time="0.0010" failures="0">
177
+ <testsuite name="mimeClass" timestamp="2022-11-10T22:19:03" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/mimeClass.test.js" time="0.0000" failures="0">
174
178
  <testcase name="mimeClass returns mime_class attribute if present" time="0.0000" classname="returns mime_class attribute if present">
175
179
  </testcase>
176
- <testcase name="mimeClass returns value corresponding to provided `content-type`" time="0.0010" classname="returns value corresponding to provided `content-type`">
180
+ <testcase name="mimeClass returns value corresponding to provided `content-type`" time="0.0000" classname="returns value corresponding to provided `content-type`">
177
181
  </testcase>
178
182
  <testcase name="mimeClass returns value corresponding to provided `type`" time="0.0000" classname="returns value corresponding to provided `type`">
179
183
  </testcase>
180
184
  </testsuite>
181
- <testsuite name="scroll" timestamp="2022-11-03T21:00:28" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/scroll.test.js" time="0.0000" failures="0">
185
+ <testsuite name="scroll" timestamp="2022-11-10T22:19:03" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/scroll.test.js" time="0.0000" failures="0">
182
186
  </testsuite>
183
- <testsuite name="element in view method" timestamp="2022-11-03T21:00:28" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/scroll.test.js" time="0.1120" failures="0">
184
- <testcase name="scroll element in view method calls scrollIntoView()" time="0.1120" classname="calls scrollIntoView()">
187
+ <testsuite name="element in view method" timestamp="2022-11-10T22:19:03" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/scroll.test.js" time="0.1110" failures="0">
188
+ <testcase name="scroll element in view method calls scrollIntoView()" time="0.1110" classname="calls scrollIntoView()">
185
189
  </testcase>
186
190
  </testsuite>
187
- <testsuite name="contentInsertionUtils" timestamp="2022-11-03T21:00:28" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/contentInsertionUtils.test.js" time="0.0000" failures="0">
191
+ <testsuite name="contentInsertionUtils" timestamp="2022-11-10T22:19:03" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/contentInsertionUtils.test.js" time="0.0000" failures="0">
188
192
  </testsuite>
189
- <testsuite name="cleanUrl" timestamp="2022-11-03T21:00:28" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/contentInsertionUtils.test.js" time="0.0000" failures="0">
193
+ <testsuite name="cleanUrl" timestamp="2022-11-10T22:19:03" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/contentInsertionUtils.test.js" time="0.0010" failures="0">
190
194
  <testcase name="contentInsertionUtils cleanUrl doesnt hurt a good url" time="0.0000" classname="doesnt hurt a good url">
191
195
  </testcase>
192
196
  <testcase name="contentInsertionUtils cleanUrl turns email addresses into mailto links" time="0.0000" classname="turns email addresses into mailto links">
193
197
  </testcase>
194
198
  <testcase name="contentInsertionUtils cleanUrl adding a protocol to unprotocoled addresses" time="0.0000" classname="adding a protocol to unprotocoled addresses">
195
199
  </testcase>
196
- <testcase name="contentInsertionUtils cleanUrl doesnt mailto links with @ in them" time="0.0000" classname="doesnt mailto links with @ in them">
200
+ <testcase name="contentInsertionUtils cleanUrl doesnt mailto links with @ in them" time="0.0010" classname="doesnt mailto links with @ in them">
197
201
  </testcase>
198
202
  <testcase name="contentInsertionUtils cleanUrl doesnt blow up with a missing url" time="0.0000" classname="doesnt blow up with a missing url">
199
203
  </testcase>
200
204
  </testsuite>
201
- <testsuite name="IndicatorRegion module" timestamp="2022-11-03T21:00:28" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/indicatorRegion.test.js" time="0.0000" failures="0">
205
+ <testsuite name="IndicatorRegion module" timestamp="2022-11-10T22:19:03" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/indicatorRegion.test.js" time="0.0000" failures="0">
202
206
  </testsuite>
203
- <testsuite name="indicatorRegion" timestamp="2022-11-03T21:00:28" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/indicatorRegion.test.js" time="0.0000" failures="0">
207
+ <testsuite name="indicatorRegion" timestamp="2022-11-10T22:19:03" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/indicatorRegion.test.js" time="0.0000" failures="0">
204
208
  <testcase name="IndicatorRegion module indicatorRegion includes the width and height of the target" time="0.0000" classname="includes the width and height of the target">
205
209
  </testcase>
206
210
  <testcase name="IndicatorRegion module indicatorRegion gets offset of iframe" time="0.0000" classname="gets offset of iframe">
@@ -210,8 +214,8 @@
210
214
  <testcase name="IndicatorRegion module indicatorRegion includes sum of the top offsets minus the iframe scroll" time="0.0000" classname="includes sum of the top offsets minus the iframe scroll">
211
215
  </testcase>
212
216
  </testsuite>
213
- <testsuite name="normalizeLocale" timestamp="2022-11-03T21:00:28" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/normalizeLocale.test.js" time="0.0000" failures="0">
214
- <testcase name="normalizeLocale returns &apos;en&apos; for null/undefined" time="0.0000" classname="returns &apos;en&apos; for null/undefined">
217
+ <testsuite name="normalizeLocale" timestamp="2022-11-10T22:19:03" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/normalizeLocale.test.js" time="0.0010" failures="0">
218
+ <testcase name="normalizeLocale returns &apos;en&apos; for null/undefined" time="0.0010" classname="returns &apos;en&apos; for null/undefined">
215
219
  </testcase>
216
220
  <testcase name="normalizeLocale maps old-style canvas locales to new-style" time="0.0000" classname="maps old-style canvas locales to new-style">
217
221
  </testcase>
@@ -222,7 +226,7 @@
222
226
  <testcase name="normalizeLocale otherwise just return en" time="0.0000" classname="otherwise just return en">
223
227
  </testcase>
224
228
  </testsuite>
225
- <testsuite name="Rce normalizeProps" timestamp="2022-11-03T21:00:28" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/normalizeProps.test.js" time="0.0000" failures="0">
229
+ <testsuite name="Rce normalizeProps" timestamp="2022-11-10T22:19:03" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/normalizeProps.test.js" time="0.0000" failures="0">
226
230
  <testcase name="Rce normalizeProps calls editorOptions with provided tinymce" time="0.0000" classname="calls editorOptions with provided tinymce">
227
231
  </testcase>
228
232
  <testcase name="Rce normalizeProps sets tinymce as provided, even over prop" time="0.0000" classname="sets tinymce as provided, even over prop">
@@ -230,20 +234,20 @@
230
234
  <testcase name="Rce normalizeProps retains other props" time="0.0000" classname="retains other props">
231
235
  </testcase>
232
236
  </testsuite>
233
- <testsuite name="RCEWrapper" timestamp="2022-11-03T21:00:28" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
237
+ <testsuite name="RCEWrapper" timestamp="2022-11-10T22:19:03" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
234
238
  </testsuite>
235
- <testsuite name="static methods" timestamp="2022-11-03T21:00:28" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
239
+ <testsuite name="static methods" timestamp="2022-11-10T22:19:03" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
236
240
  </testsuite>
237
- <testsuite name="getByEditor" timestamp="2022-11-03T21:00:28" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0790" failures="0">
238
- <testcase name="RCEWrapper static methods getByEditor gets instances by rendered tinymce object reference" time="0.0790" classname="gets instances by rendered tinymce object reference">
241
+ <testsuite name="getByEditor" timestamp="2022-11-10T22:19:03" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0730" failures="0">
242
+ <testcase name="RCEWrapper static methods getByEditor gets instances by rendered tinymce object reference" time="0.0730" classname="gets instances by rendered tinymce object reference">
239
243
  </testcase>
240
244
  </testsuite>
241
- <testsuite name="tinyMCE instance interactions" timestamp="2022-11-03T21:00:30" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0300" failures="0">
242
- <testcase name="RCEWrapper tinyMCE instance interactions syncs content during toggle if coming back from hidden instance" time="0.0270" classname="syncs content during toggle if coming back from hidden instance">
245
+ <testsuite name="tinyMCE instance interactions" timestamp="2022-11-10T22:19:05" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0590" failures="0">
246
+ <testcase name="RCEWrapper tinyMCE instance interactions syncs content during toggle if coming back from hidden instance" time="0.0550" classname="syncs content during toggle if coming back from hidden instance">
243
247
  </testcase>
244
248
  <testcase name="RCEWrapper tinyMCE instance interactions emits &quot;ViewChange&quot; on view changes" time="0.0010" classname="emits &quot;ViewChange&quot; on view changes">
245
249
  </testcase>
246
- <testcase name="RCEWrapper tinyMCE instance interactions calls focus on its tinyMCE instance" time="0.0010" classname="calls focus on its tinyMCE instance">
250
+ <testcase name="RCEWrapper tinyMCE instance interactions calls focus on its tinyMCE instance" time="0.0020" classname="calls focus on its tinyMCE instance">
247
251
  </testcase>
248
252
  <testcase name="RCEWrapper tinyMCE instance interactions calls handleUnmount when destroyed" time="0.0010" classname="calls handleUnmount when destroyed">
249
253
  </testcase>
@@ -252,26 +256,26 @@
252
256
  <testcase name="RCEWrapper tinyMCE instance interactions proxies hidden checks to editor" time="0.0000" classname="proxies hidden checks to editor">
253
257
  </testcase>
254
258
  </testsuite>
255
- <testsuite name="calling methods dynamically" timestamp="2022-11-03T21:00:30" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
256
- <testcase name="RCEWrapper calling methods dynamically pipes arguments to specified method" time="0.0010" classname="pipes arguments to specified method">
259
+ <testsuite name="calling methods dynamically" timestamp="2022-11-10T22:19:05" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0030" failures="0">
260
+ <testcase name="RCEWrapper calling methods dynamically pipes arguments to specified method" time="0.0020" classname="pipes arguments to specified method">
257
261
  </testcase>
258
262
  <testcase name="RCEWrapper calling methods dynamically handles &apos;exists?&apos;" time="0.0010" classname="handles &apos;exists?&apos;">
259
263
  </testcase>
260
264
  </testsuite>
261
- <testsuite name="getting and setting content" timestamp="2022-11-03T21:00:30" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
262
- <testcase name="RCEWrapper getting and setting content sets code properly" time="0.0000" classname="sets code properly">
265
+ <testsuite name="getting and setting content" timestamp="2022-11-10T22:19:05" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
266
+ <testcase name="RCEWrapper getting and setting content sets code properly" time="0.0010" classname="sets code properly">
263
267
  </testcase>
264
268
  <testcase name="RCEWrapper getting and setting content gets code properly" time="0.0000" classname="gets code properly">
265
269
  </testcase>
266
- <testcase name="RCEWrapper getting and setting content inserts code properly" time="0.0010" classname="inserts code properly">
270
+ <testcase name="RCEWrapper getting and setting content inserts code properly" time="0.0020" classname="inserts code properly">
267
271
  </testcase>
268
272
  <testcase name="RCEWrapper getting and setting content inserts links" time="0.0010" classname="inserts links">
269
273
  </testcase>
270
274
  <testcase name="RCEWrapper getting and setting content inserts math equations" time="0.0000" classname="inserts math equations">
271
275
  </testcase>
272
276
  </testsuite>
273
- <testsuite name="checkReadyToGetCode" timestamp="2022-11-03T21:00:30" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
274
- <testcase name="RCEWrapper getting and setting content checkReadyToGetCode returns true if there are no elements with data-placeholder-for attributes" time="0.0000" classname="returns true if there are no elements with data-placeholder-for attributes">
277
+ <testsuite name="checkReadyToGetCode" timestamp="2022-11-10T22:19:05" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0050" failures="0">
278
+ <testcase name="RCEWrapper getting and setting content checkReadyToGetCode returns true if there are no elements with data-placeholder-for attributes" time="0.0010" classname="returns true if there are no elements with data-placeholder-for attributes">
275
279
  </testcase>
276
280
  <testcase name="RCEWrapper getting and setting content checkReadyToGetCode calls promptFunc if there is an element with data-placeholder-for attribute" time="0.0020" classname="calls promptFunc if there is an element with data-placeholder-for attribute">
277
281
  </testcase>
@@ -280,55 +284,55 @@
280
284
  <testcase name="RCEWrapper getting and setting content checkReadyToGetCode returns false if promptFunc returns false" time="0.0010" classname="returns false if promptFunc returns false">
281
285
  </testcase>
282
286
  </testsuite>
283
- <testsuite name="insertImagePlaceholder" timestamp="2022-11-03T21:00:30" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
287
+ <testsuite name="insertImagePlaceholder" timestamp="2022-11-10T22:19:05" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
284
288
  <testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a placeholder image with the proper metadata" time="0.0010" classname="inserts a placeholder image with the proper metadata">
285
289
  </testcase>
286
- <testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a placeholder image with an encoded name to prevent nested quotes" time="0.0000" classname="inserts a placeholder image with an encoded name to prevent nested quotes">
290
+ <testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a placeholder image with an encoded name to prevent nested quotes" time="0.0010" classname="inserts a placeholder image with an encoded name to prevent nested quotes">
287
291
  </testcase>
288
292
  <testcase name="RCEWrapper getting and setting content insertImagePlaceholder constrains the image placeholder to the width of the rce" time="0.0000" classname="constrains the image placeholder to the width of the rce">
289
293
  </testcase>
290
294
  <testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a text file placeholder image with the proper metadata" time="0.0000" classname="inserts a text file placeholder image with the proper metadata">
291
295
  </testcase>
292
- <testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a video file placeholder image with the proper metadata" time="0.0010" classname="inserts a video file placeholder image with the proper metadata">
296
+ <testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a video file placeholder image with the proper metadata" time="0.0000" classname="inserts a video file placeholder image with the proper metadata">
293
297
  </testcase>
294
298
  <testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts an audio file placeholder image with the proper metadata" time="0.0000" classname="inserts an audio file placeholder image with the proper metadata">
295
299
  </testcase>
296
300
  <testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a little placeholder for images displayed as links" time="0.0000" classname="inserts a little placeholder for images displayed as links">
297
301
  </testcase>
298
302
  </testsuite>
299
- <testsuite name="removePlaceholders" timestamp="2022-11-03T21:00:30" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0030" failures="0">
303
+ <testsuite name="removePlaceholders" timestamp="2022-11-10T22:19:05" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
300
304
  <testcase name="RCEWrapper getting and setting content removePlaceholders removes placeholders that match the given name" time="0.0020" classname="removes placeholders that match the given name">
301
305
  </testcase>
302
- <testcase name="RCEWrapper getting and setting content removePlaceholders does not remove placeholders that do not match the given name" time="0.0010" classname="does not remove placeholders that do not match the given name">
306
+ <testcase name="RCEWrapper getting and setting content removePlaceholders does not remove placeholders that do not match the given name" time="0.0020" classname="does not remove placeholders that do not match the given name">
303
307
  </testcase>
304
308
  </testsuite>
305
- <testsuite name="insert image" timestamp="2022-11-03T21:00:30" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
309
+ <testsuite name="insert image" timestamp="2022-11-10T22:19:05" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0030" failures="0">
306
310
  <testcase name="RCEWrapper getting and setting content insert image works when no element is returned from content insertion" time="0.0010" classname="works when no element is returned from content insertion">
307
311
  </testcase>
308
- <testcase name="RCEWrapper getting and setting content insert image removes TinyMCE&apos;s caret &amp;nbsp; when element is returned from content insertion" time="0.0030" classname="removes TinyMCE&apos;s caret &amp;nbsp; when element is returned from content insertion">
312
+ <testcase name="RCEWrapper getting and setting content insert image removes TinyMCE&apos;s caret &amp;nbsp; when element is returned from content insertion" time="0.0020" classname="removes TinyMCE&apos;s caret &amp;nbsp; when element is returned from content insertion">
309
313
  </testcase>
310
314
  </testsuite>
311
- <testsuite name="insert media" timestamp="2022-11-03T21:00:30" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0030" failures="0">
315
+ <testsuite name="insert media" timestamp="2022-11-10T22:19:05" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
312
316
  <testcase name="RCEWrapper getting and setting content insert media inserts video" time="0.0010" classname="inserts video">
313
317
  </testcase>
314
318
  <testcase name="RCEWrapper getting and setting content insert media inserts audio" time="0.0010" classname="inserts audio">
315
319
  </testcase>
316
- <testcase name="RCEWrapper getting and setting content insert media inserts embed code" time="0.0010" classname="inserts embed code">
320
+ <testcase name="RCEWrapper getting and setting content insert media inserts embed code" time="0.0020" classname="inserts embed code">
317
321
  </testcase>
318
322
  </testsuite>
319
- <testsuite name="indicator" timestamp="2022-11-03T21:00:30" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
323
+ <testsuite name="indicator" timestamp="2022-11-10T22:19:05" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
320
324
  <testcase name="RCEWrapper getting and setting content indicator does not indicate() if editor is hidden" time="0.0010" classname="does not indicate() if editor is hidden">
321
325
  </testcase>
322
326
  <testcase name="RCEWrapper getting and setting content indicator waits until images are loaded to indicate" time="0.0010" classname="waits until images are loaded to indicate">
323
327
  </testcase>
324
328
  </testsuite>
325
- <testsuite name="broken images" timestamp="2022-11-03T21:00:31" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
329
+ <testsuite name="broken images" timestamp="2022-11-10T22:19:05" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
326
330
  <testcase name="RCEWrapper getting and setting content broken images calls checkImageLoadError when complete" time="0.0010" classname="calls checkImageLoadError when complete">
327
331
  </testcase>
328
- <testcase name="RCEWrapper getting and setting content broken images sets an onerror handler when not complete" time="0.0000" classname="sets an onerror handler when not complete">
332
+ <testcase name="RCEWrapper getting and setting content broken images sets an onerror handler when not complete" time="0.0010" classname="sets an onerror handler when not complete">
329
333
  </testcase>
330
334
  </testsuite>
331
- <testsuite name="checkImageLoadError" timestamp="2022-11-03T21:00:31" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
335
+ <testsuite name="checkImageLoadError" timestamp="2022-11-10T22:19:05" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
332
336
  <testcase name="RCEWrapper getting and setting content broken images checkImageLoadError does not error if called without an element" time="0.0000" classname="does not error if called without an element">
333
337
  </testcase>
334
338
  <testcase name="RCEWrapper getting and setting content broken images checkImageLoadError does not error if called without a non-image element" time="0.0000" classname="does not error if called without a non-image element">
@@ -338,163 +342,163 @@
338
342
  <testcase name="RCEWrapper getting and setting content broken images checkImageLoadError sets the proper styles when the naturalWidth is 0" time="0.0020" classname="sets the proper styles when the naturalWidth is 0">
339
343
  </testcase>
340
344
  </testsuite>
341
- <testsuite name="alias functions" timestamp="2022-11-03T21:00:31" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
345
+ <testsuite name="alias functions" timestamp="2022-11-10T22:19:05" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
342
346
  <testcase name="RCEWrapper alias functions sets aliases properly" time="0.0010" classname="sets aliases properly">
343
347
  </testcase>
344
348
  </testsuite>
345
- <testsuite name="is_dirty()" timestamp="2022-11-03T21:00:31" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0090" failures="0">
346
- <testcase name="RCEWrapper is_dirty() is true if not hidden and defaultContent is not equal to getConent()" time="0.0020" classname="is true if not hidden and defaultContent is not equal to getConent()">
349
+ <testsuite name="is_dirty()" timestamp="2022-11-10T22:19:05" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0070" failures="0">
350
+ <testcase name="RCEWrapper is_dirty() is true if not hidden and defaultContent is not equal to getConent()" time="0.0010" classname="is true if not hidden and defaultContent is not equal to getConent()">
347
351
  </testcase>
348
- <testcase name="RCEWrapper is_dirty() is false if not hidden and defaultContent is equal to getConent()" time="0.0020" classname="is false if not hidden and defaultContent is equal to getConent()">
352
+ <testcase name="RCEWrapper is_dirty() is false if not hidden and defaultContent is equal to getConent()" time="0.0010" classname="is false if not hidden and defaultContent is equal to getConent()">
349
353
  </testcase>
350
354
  <testcase name="RCEWrapper is_dirty() is true if hidden and defaultContent is not equal to textarea value" time="0.0010" classname="is true if hidden and defaultContent is not equal to textarea value">
351
355
  </testcase>
352
- <testcase name="RCEWrapper is_dirty() is false if hidden and defaultContent is equal to textarea value" time="0.0010" classname="is false if hidden and defaultContent is equal to textarea value">
356
+ <testcase name="RCEWrapper is_dirty() is false if hidden and defaultContent is equal to textarea value" time="0.0020" classname="is false if hidden and defaultContent is equal to textarea value">
353
357
  </testcase>
354
- <testcase name="RCEWrapper is_dirty() compares content with defaultContent serialized by editor serializer" time="0.0030" classname="compares content with defaultContent serialized by editor serializer">
358
+ <testcase name="RCEWrapper is_dirty() compares content with defaultContent serialized by editor serializer" time="0.0020" classname="compares content with defaultContent serialized by editor serializer">
355
359
  </testcase>
356
360
  </testsuite>
357
- <testsuite name="onFocus" timestamp="2022-11-03T21:00:31" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
361
+ <testsuite name="onFocus" timestamp="2022-11-10T22:19:06" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
358
362
  <testcase name="RCEWrapper onFocus calls Bridge.focusEditor with editor" time="0.0010" classname="calls Bridge.focusEditor with editor">
359
363
  </testcase>
360
364
  <testcase name="RCEWrapper onFocus calls props.onFocus with editor if exists" time="0.0010" classname="calls props.onFocus with editor if exists">
361
365
  </testcase>
362
366
  </testsuite>
363
- <testsuite name="onRemove" timestamp="2022-11-03T21:00:31" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
367
+ <testsuite name="onRemove" timestamp="2022-11-10T22:19:06" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
364
368
  <testcase name="RCEWrapper onRemove calls Bridge.detachEditor with editor" time="0.0010" classname="calls Bridge.detachEditor with editor">
365
369
  </testcase>
366
370
  <testcase name="RCEWrapper onRemove calls props.onRemove with editor_ if exists" time="0.0010" classname="calls props.onRemove with editor_ if exists">
367
371
  </testcase>
368
372
  </testsuite>
369
- <testsuite name="setup option" timestamp="2022-11-03T21:00:31" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0060" failures="0">
370
- <testcase name="RCEWrapper setup option registers editor to allow getting wrapper by editor" time="0.0010" classname="registers editor to allow getting wrapper by editor">
373
+ <testsuite name="setup option" timestamp="2022-11-10T22:19:06" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0090" failures="0">
374
+ <testcase name="RCEWrapper setup option registers editor to allow getting wrapper by editor" time="0.0020" classname="registers editor to allow getting wrapper by editor">
371
375
  </testcase>
372
- <testcase name="RCEWrapper setup option it calls original setup from editorOptions" time="0.0010" classname="it calls original setup from editorOptions">
376
+ <testcase name="RCEWrapper setup option it calls original setup from editorOptions" time="0.0020" classname="it calls original setup from editorOptions">
373
377
  </testcase>
374
378
  <testcase name="RCEWrapper setup option does not throw if options does not have a setup function" time="0.0020" classname="does not throw if options does not have a setup function">
375
379
  </testcase>
376
- <testcase name="RCEWrapper setup option passes other options through unchanged" time="0.0020" classname="passes other options through unchanged">
380
+ <testcase name="RCEWrapper setup option passes other options through unchanged" time="0.0030" classname="passes other options through unchanged">
377
381
  </testcase>
378
382
  </testsuite>
379
- <testsuite name="textarea" timestamp="2022-11-03T21:00:31" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
383
+ <testsuite name="textarea" timestamp="2022-11-10T22:19:06" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
380
384
  </testsuite>
381
- <testsuite name="handleTextareaChange" timestamp="2022-11-03T21:00:31" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
382
- <testcase name="RCEWrapper textarea handleTextareaChange updates the editor content if editor is hidden" time="0.0000" classname="updates the editor content if editor is hidden">
385
+ <testsuite name="handleTextareaChange" timestamp="2022-11-10T22:19:06" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
386
+ <testcase name="RCEWrapper textarea handleTextareaChange updates the editor content if editor is hidden" time="0.0010" classname="updates the editor content if editor is hidden">
383
387
  </testcase>
384
- <testcase name="RCEWrapper textarea handleTextareaChange does not update the editor if editor is not hidden" time="0.0000" classname="does not update the editor if editor is not hidden">
388
+ <testcase name="RCEWrapper textarea handleTextareaChange does not update the editor if editor is not hidden" time="0.0010" classname="does not update the editor if editor is not hidden">
385
389
  </testcase>
386
390
  </testsuite>
387
- <testsuite name="alert area" timestamp="2022-11-03T21:00:31" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0190" failures="0">
388
- <testcase name="RCEWrapper alert area adds an alert and attaches an id when addAlert is called" time="0.0040" classname="adds an alert and attaches an id when addAlert is called">
391
+ <testsuite name="alert area" timestamp="2022-11-10T22:19:06" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0260" failures="0">
392
+ <testcase name="RCEWrapper alert area adds an alert and attaches an id when addAlert is called" time="0.0050" classname="adds an alert and attaches an id when addAlert is called">
389
393
  </testcase>
390
- <testcase name="RCEWrapper alert area adds multiple alerts" time="0.0040" classname="adds multiple alerts">
394
+ <testcase name="RCEWrapper alert area adds multiple alerts" time="0.0070" classname="adds multiple alerts">
391
395
  </testcase>
392
396
  <testcase name="RCEWrapper alert area does not add alerts with the exact same text" time="0.0070" classname="does not add alerts with the exact same text">
393
397
  </testcase>
394
- <testcase name="RCEWrapper alert area removes an alert when removeAlert is called" time="0.0040" classname="removes an alert when removeAlert is called">
398
+ <testcase name="RCEWrapper alert area removes an alert when removeAlert is called" time="0.0070" classname="removes an alert when removeAlert is called">
395
399
  </testcase>
396
400
  </testsuite>
397
- <testsuite name="wrapOptions" timestamp="2022-11-03T21:00:31" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
401
+ <testsuite name="wrapOptions" timestamp="2022-11-10T22:19:06" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0030" failures="0">
398
402
  <testcase name="RCEWrapper wrapOptions includes instructure_record in plugins if not instRecordDisabled" time="0.0010" classname="includes instructure_record in plugins if not instRecordDisabled">
399
403
  </testcase>
400
- <testcase name="RCEWrapper wrapOptions instructure_record not in plugins if instRecordDisabled is set" time="0.0010" classname="instructure_record not in plugins if instRecordDisabled is set">
404
+ <testcase name="RCEWrapper wrapOptions instructure_record not in plugins if instRecordDisabled is set" time="0.0020" classname="instructure_record not in plugins if instRecordDisabled is set">
401
405
  </testcase>
402
406
  </testsuite>
403
- <testsuite name="Extending the toolbar and menus" timestamp="2022-11-03T21:00:31" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
407
+ <testsuite name="Extending the toolbar and menus" timestamp="2022-11-10T22:19:06" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
404
408
  </testsuite>
405
- <testsuite name="mergeMenuItems" timestamp="2022-11-03T21:00:31" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
406
- <testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems returns input if no custom commands are provided" time="0.0010" classname="returns input if no custom commands are provided">
409
+ <testsuite name="mergeMenuItems" timestamp="2022-11-10T22:19:06" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
410
+ <testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems returns input if no custom commands are provided" time="0.0000" classname="returns input if no custom commands are provided">
407
411
  </testcase>
408
412
  <testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems merges 2 lists of commands" time="0.0000" classname="merges 2 lists of commands">
409
413
  </testcase>
410
414
  <testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems respects the | grouping separator" time="0.0000" classname="respects the | grouping separator">
411
415
  </testcase>
412
- <testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems removes duplicates and strips trailing |" time="0.0000" classname="removes duplicates and strips trailing |">
416
+ <testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems removes duplicates and strips trailing |" time="0.0010" classname="removes duplicates and strips trailing |">
413
417
  </testcase>
414
418
  <testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems removes duplicates and strips leading |" time="0.0000" classname="removes duplicates and strips leading |">
415
419
  </testcase>
416
420
  </testsuite>
417
- <testsuite name="mergeMenus" timestamp="2022-11-03T21:00:31" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
418
- <testcase name="RCEWrapper Extending the toolbar and menus mergeMenus returns input if no custom menus are provided" time="0.0010" classname="returns input if no custom menus are provided">
421
+ <testsuite name="mergeMenus" timestamp="2022-11-10T22:19:06" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
422
+ <testcase name="RCEWrapper Extending the toolbar and menus mergeMenus returns input if no custom menus are provided" time="0.0020" classname="returns input if no custom menus are provided">
419
423
  </testcase>
420
- <testcase name="RCEWrapper Extending the toolbar and menus mergeMenus merges items into an existing menu" time="0.0000" classname="merges items into an existing menu">
424
+ <testcase name="RCEWrapper Extending the toolbar and menus mergeMenus merges items into an existing menu" time="0.0010" classname="merges items into an existing menu">
421
425
  </testcase>
422
- <testcase name="RCEWrapper Extending the toolbar and menus mergeMenus adds a new menu" time="0.0000" classname="adds a new menu">
426
+ <testcase name="RCEWrapper Extending the toolbar and menus mergeMenus adds a new menu" time="0.0010" classname="adds a new menu">
423
427
  </testcase>
424
428
  <testcase name="RCEWrapper Extending the toolbar and menus mergeMenus merges items _and_ adds a new menu" time="0.0000" classname="merges items _and_ adds a new menu">
425
429
  </testcase>
426
430
  </testsuite>
427
- <testsuite name="mergeToolbar" timestamp="2022-11-03T21:00:31" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
431
+ <testsuite name="mergeToolbar" timestamp="2022-11-10T22:19:06" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
428
432
  <testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar returns input if no custom toolbars are provided" time="0.0000" classname="returns input if no custom toolbars are provided">
429
433
  </testcase>
430
- <testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar merges items into the toolbar" time="0.0000" classname="merges items into the toolbar">
434
+ <testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar merges items into the toolbar" time="0.0010" classname="merges items into the toolbar">
431
435
  </testcase>
432
436
  <testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar adds a new toolbar if necessary" time="0.0000" classname="adds a new toolbar if necessary">
433
437
  </testcase>
434
- <testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar merges toolbars and adds a new one" time="0.0000" classname="merges toolbars and adds a new one">
438
+ <testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar merges toolbars and adds a new one" time="0.0010" classname="merges toolbars and adds a new one">
435
439
  </testcase>
436
440
  </testsuite>
437
- <testsuite name="mergePlugins" timestamp="2022-11-03T21:00:31" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
438
- <testcase name="RCEWrapper Extending the toolbar and menus mergePlugins returns input of no custom plugins are provided" time="0.0010" classname="returns input of no custom plugins are provided">
441
+ <testsuite name="mergePlugins" timestamp="2022-11-10T22:19:06" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
442
+ <testcase name="RCEWrapper Extending the toolbar and menus mergePlugins returns input of no custom plugins are provided" time="0.0000" classname="returns input of no custom plugins are provided">
439
443
  </testcase>
440
444
  <testcase name="RCEWrapper Extending the toolbar and menus mergePlugins merges items into the plugins" time="0.0000" classname="merges items into the plugins">
441
445
  </testcase>
442
446
  <testcase name="RCEWrapper Extending the toolbar and menus mergePlugins removes duplicates" time="0.0000" classname="removes duplicates">
443
447
  </testcase>
444
448
  </testsuite>
445
- <testsuite name="configures menus" timestamp="2022-11-03T21:00:31" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
449
+ <testsuite name="configures menus" timestamp="2022-11-10T22:19:06" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
446
450
  <testcase name="RCEWrapper Extending the toolbar and menus configures menus includes instructure_media in plugins if not instRecordDisabled" time="0.0010" classname="includes instructure_media in plugins if not instRecordDisabled">
447
451
  </testcase>
448
452
  <testcase name="RCEWrapper Extending the toolbar and menus configures menus removes instructure_media from plugins if instRecordDisabled is set" time="0.0000" classname="removes instructure_media from plugins if instRecordDisabled is set">
449
453
  </testcase>
450
454
  </testsuite>
451
- <testsuite name="lti tool favorites" timestamp="2022-11-03T21:00:31" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
452
- <testcase name="RCEWrapper lti tool favorites extracts favorites" time="0.0000" classname="extracts favorites">
455
+ <testsuite name="lti tool favorites" timestamp="2022-11-10T22:19:06" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
456
+ <testcase name="RCEWrapper lti tool favorites extracts favorites" time="0.0010" classname="extracts favorites">
453
457
  </testcase>
454
458
  </testsuite>
455
- <testsuite name="limit the number or RCEs fully rendered on page load" timestamp="2022-11-03T21:00:31" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.1770" failures="0">
456
- <testcase name="RCEWrapper limit the number or RCEs fully rendered on page load renders them all if no max is set" time="0.0740" classname="renders them all if no max is set">
459
+ <testsuite name="limit the number or RCEs fully rendered on page load" timestamp="2022-11-10T22:19:06" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.2950" failures="0">
460
+ <testcase name="RCEWrapper limit the number or RCEs fully rendered on page load renders them all if no max is set" time="0.1150" classname="renders them all if no max is set">
457
461
  </testcase>
458
- <testcase name="RCEWrapper limit the number or RCEs fully rendered on page load renders them all if maxInitRenderedRCEs is &lt;0" time="0.0380" classname="renders them all if maxInitRenderedRCEs is &lt;0">
462
+ <testcase name="RCEWrapper limit the number or RCEs fully rendered on page load renders them all if maxInitRenderedRCEs is &lt;0" time="0.0850" classname="renders them all if maxInitRenderedRCEs is &lt;0">
459
463
  </testcase>
460
- <testcase name="RCEWrapper limit the number or RCEs fully rendered on page load limits them to maxInitRenderedRCEs value" time="0.0060" classname="limits them to maxInitRenderedRCEs value">
464
+ <testcase name="RCEWrapper limit the number or RCEs fully rendered on page load limits them to maxInitRenderedRCEs value" time="0.0270" classname="limits them to maxInitRenderedRCEs value">
461
465
  </testcase>
462
- <testcase name="RCEWrapper limit the number or RCEs fully rendered on page load copes with missing IntersectionObserver" time="0.0590" classname="copes with missing IntersectionObserver">
466
+ <testcase name="RCEWrapper limit the number or RCEs fully rendered on page load copes with missing IntersectionObserver" time="0.0680" classname="copes with missing IntersectionObserver">
463
467
  </testcase>
464
468
  </testsuite>
465
- <testsuite name="sanitizePlugins" timestamp="2022-11-03T21:00:31" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/sanitizePlugins.test.js" time="0.0000" failures="0">
469
+ <testsuite name="sanitizePlugins" timestamp="2022-11-10T22:19:07" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/sanitizePlugins.test.js" time="0.0010" failures="0">
466
470
  <testcase name="sanitizePlugins preserves plugin object structure" time="0.0000" classname="preserves plugin object structure">
467
471
  </testcase>
468
- <testcase name="sanitizePlugins converts string to array removing spaces" time="0.0000" classname="converts string to array removing spaces">
472
+ <testcase name="sanitizePlugins converts string to array removing spaces" time="0.0010" classname="converts string to array removing spaces">
469
473
  </testcase>
470
474
  </testsuite>
471
- <testsuite name="wrapInitCb" timestamp="2022-11-03T21:00:31" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/wrapInitCb.test.js" time="0.0030" failures="0">
472
- <testcase name="wrapInitCb tries to add attributes to el in cb" time="0.0020" classname="tries to add attributes to el in cb">
475
+ <testsuite name="wrapInitCb" timestamp="2022-11-10T22:19:07" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/wrapInitCb.test.js" time="0.0060" failures="0">
476
+ <testcase name="wrapInitCb tries to add attributes to el in cb" time="0.0040" classname="tries to add attributes to el in cb">
473
477
  </testcase>
474
- <testcase name="wrapInitCb still calls old cb" time="0.0010" classname="still calls old cb">
478
+ <testcase name="wrapInitCb still calls old cb" time="0.0020" classname="still calls old cb">
475
479
  </testcase>
476
480
  </testsuite>
477
- <testsuite name="sources/api" timestamp="2022-11-03T21:00:31" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
481
+ <testsuite name="sources/api" timestamp="2022-11-10T22:19:07" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
478
482
  </testsuite>
479
- <testsuite name="initializeCollection" timestamp="2022-11-03T21:00:31" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
483
+ <testsuite name="initializeCollection" timestamp="2022-11-10T22:19:07" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0020" failures="0">
480
484
  <testcase name="sources/api initializeCollection creates a collection with no links" time="0.0000" classname="creates a collection with no links">
481
485
  </testcase>
482
- <testcase name="sources/api initializeCollection creates a collection with a bookmark derived from props" time="0.0000" classname="creates a collection with a bookmark derived from props">
486
+ <testcase name="sources/api initializeCollection creates a collection with a bookmark derived from props" time="0.0010" classname="creates a collection with a bookmark derived from props">
483
487
  </testcase>
484
488
  <testcase name="sources/api initializeCollection bookmark omits host if not in props" time="0.0000" classname="bookmark omits host if not in props">
485
489
  </testcase>
486
490
  <testcase name="sources/api initializeCollection creates a collection that is not initially loading" time="0.0000" classname="creates a collection that is not initially loading">
487
491
  </testcase>
488
- <testcase name="sources/api initializeCollection creates a collection that initially has more" time="0.0000" classname="creates a collection that initially has more">
492
+ <testcase name="sources/api initializeCollection creates a collection that initially has more" time="0.0010" classname="creates a collection that initially has more">
489
493
  </testcase>
490
494
  </testsuite>
491
- <testsuite name="initializeImages" timestamp="2022-11-03T21:00:31" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
495
+ <testsuite name="initializeImages" timestamp="2022-11-10T22:19:07" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
492
496
  <testcase name="sources/api initializeImages sets hasMore to true" time="0.0000" classname="sets hasMore to true">
493
497
  </testcase>
494
498
  <testcase name="sources/api initializeImages sets searchString to an empty string" time="0.0000" classname="sets searchString to an empty string">
495
499
  </testcase>
496
500
  </testsuite>
497
- <testsuite name="URI construction (baseUri)" timestamp="2022-11-03T21:00:31" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
501
+ <testsuite name="URI construction (baseUri)" timestamp="2022-11-10T22:19:07" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
498
502
  <testcase name="sources/api URI construction (baseUri) uses a protocol relative url when no window" time="0.0000" classname="uses a protocol relative url when no window">
499
503
  </testcase>
500
504
  <testcase name="sources/api URI construction (baseUri) uses a path for no-host url construction" time="0.0000" classname="uses a path for no-host url construction">
@@ -506,7 +510,7 @@
506
510
  <testcase name="sources/api URI construction (baseUri) will replace protocol if there&apos;s a mismatch from http to https" time="0.0000" classname="will replace protocol if there&apos;s a mismatch from http to https">
507
511
  </testcase>
508
512
  </testsuite>
509
- <testsuite name="more URI construction (uriFor)" timestamp="2022-11-03T21:00:32" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
513
+ <testsuite name="more URI construction (uriFor)" timestamp="2022-11-10T22:19:07" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
510
514
  <testcase name="sources/api more URI construction (uriFor) gets documents" time="0.0000" classname="gets documents">
511
515
  </testcase>
512
516
  <testcase name="sources/api more URI construction (uriFor) gets images" time="0.0000" classname="gets images">
@@ -516,57 +520,57 @@
516
520
  <testcase name="sources/api more URI construction (uriFor) gets media_objects" time="0.0000" classname="gets media_objects">
517
521
  </testcase>
518
522
  </testsuite>
519
- <testsuite name="fetchPage" timestamp="2022-11-03T21:00:32" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0080" failures="0">
523
+ <testsuite name="fetchPage" timestamp="2022-11-10T22:19:07" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0060" failures="0">
520
524
  <testcase name="sources/api fetchPage includes jwt in Authorization header" time="0.0040" classname="includes jwt in Authorization header">
521
525
  </testcase>
522
- <testcase name="sources/api fetchPage converts 400+ statuses to errors" time="0.0020" classname="converts 400+ statuses to errors">
526
+ <testcase name="sources/api fetchPage converts 400+ statuses to errors" time="0.0010" classname="converts 400+ statuses to errors">
523
527
  </testcase>
524
528
  <testcase name="sources/api fetchPage parses server response before handing it back" time="0.0000" classname="parses server response before handing it back">
525
529
  </testcase>
526
- <testcase name="sources/api fetchPage retries once on 401 with a renewed token" time="0.0020" classname="retries once on 401 with a renewed token">
530
+ <testcase name="sources/api fetchPage retries once on 401 with a renewed token" time="0.0010" classname="retries once on 401 with a renewed token">
527
531
  </testcase>
528
532
  </testsuite>
529
- <testsuite name="fetchFiles" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0020" failures="0">
533
+ <testsuite name="fetchFiles" timestamp="2022-11-10T22:19:07" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
530
534
  <testcase name="sources/api fetchFiles proxies the call to fetchPage" time="0.0010" classname="proxies the call to fetchPage">
531
535
  </testcase>
532
- <testcase name="sources/api fetchFiles converts file urls from download to preview" time="0.0010" classname="converts file urls from download to preview">
536
+ <testcase name="sources/api fetchFiles converts file urls from download to preview" time="0.0000" classname="converts file urls from download to preview">
533
537
  </testcase>
534
538
  </testsuite>
535
- <testsuite name="fetchSubFolders()" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
539
+ <testsuite name="fetchSubFolders()" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
536
540
  <testcase name="sources/api fetchSubFolders() makes a request to the folders api with the given host and ID" time="0.0010" classname="makes a request to the folders api with the given host and ID">
537
541
  </testcase>
538
542
  </testsuite>
539
- <testsuite name="fetchFilesForFolder()" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
543
+ <testsuite name="fetchFilesForFolder()" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
540
544
  <testcase name="sources/api fetchSubFolders() fetchFilesForFolder() makes a request to the files api with given host and folder ID" time="0.0000" classname="makes a request to the files api with given host and folder ID">
541
545
  </testcase>
542
546
  </testsuite>
543
- <testsuite name="with perPage set" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
544
- <testcase name="sources/api fetchSubFolders() fetchFilesForFolder() with perPage set includes the &quot;per_page&quot; query param" time="0.0010" classname="includes the &quot;per_page&quot; query param">
547
+ <testsuite name="with perPage set" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
548
+ <testcase name="sources/api fetchSubFolders() fetchFilesForFolder() with perPage set includes the &quot;per_page&quot; query param" time="0.0000" classname="includes the &quot;per_page&quot; query param">
545
549
  </testcase>
546
550
  </testsuite>
547
- <testsuite name="with a provided bookmark" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
548
- <testcase name="sources/api fetchSubFolders() with a provided bookmark makes a request to the bookmark" time="0.0010" classname="makes a request to the bookmark">
551
+ <testsuite name="with a provided bookmark" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
552
+ <testcase name="sources/api fetchSubFolders() with a provided bookmark makes a request to the bookmark" time="0.0000" classname="makes a request to the bookmark">
549
553
  </testcase>
550
554
  </testsuite>
551
- <testsuite name="fetchBookmarkedData" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
555
+ <testsuite name="fetchBookmarkedData" timestamp="2022-11-10T22:19:07" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
552
556
  <testcase name="sources/api fetchBookmarkedData calls the &quot;fetchFunction&quot;, passing &quot;properties&quot;" time="0.0000" classname="calls the &quot;fetchFunction&quot;, passing &quot;properties&quot;">
553
557
  </testcase>
554
558
  <testcase name="sources/api fetchBookmarkedData calls &quot;onSuccess&quot; for each page" time="0.0000" classname="calls &quot;onSuccess&quot; for each page">
555
559
  </testcase>
556
560
  </testsuite>
557
- <testsuite name="when &quot;fetchFunction&quot; throws an exception" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
561
+ <testsuite name="when &quot;fetchFunction&quot; throws an exception" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
558
562
  <testcase name="sources/api fetchBookmarkedData when &quot;fetchFunction&quot; throws an exception calls &quot;onError&quot;" time="0.0000" classname="calls &quot;onError&quot;">
559
563
  </testcase>
560
564
  </testsuite>
561
- <testsuite name="fetchIconMakerFolder" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
562
- <testcase name="sources/api fetchIconMakerFolder calls fetchPage with the proper params" time="0.0010" classname="calls fetchPage with the proper params">
565
+ <testsuite name="fetchIconMakerFolder" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
566
+ <testcase name="sources/api fetchIconMakerFolder calls fetchPage with the proper params" time="0.0000" classname="calls fetchPage with the proper params">
563
567
  </testcase>
564
568
  </testsuite>
565
- <testsuite name="fetchMediaFolder" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
566
- <testcase name="sources/api fetchMediaFolder calls fetchPage with the proper params" time="0.0010" classname="calls fetchPage with the proper params">
569
+ <testsuite name="fetchMediaFolder" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
570
+ <testcase name="sources/api fetchMediaFolder calls fetchPage with the proper params" time="0.0000" classname="calls fetchPage with the proper params">
567
571
  </testcase>
568
572
  </testsuite>
569
- <testsuite name="preflightUpload" timestamp="2022-11-03T21:00:32" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0060" failures="0">
573
+ <testsuite name="preflightUpload" timestamp="2022-11-10T22:19:07" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0050" failures="0">
570
574
  <testcase name="sources/api preflightUpload includes &quot;onDuplicate&quot;" time="0.0000" classname="includes &quot;onDuplicate&quot;">
571
575
  </testcase>
572
576
  <testcase name="sources/api preflightUpload includes &quot;category&quot;" time="0.0010" classname="includes &quot;category&quot;">
@@ -575,36 +579,36 @@
575
579
  </testcase>
576
580
  <testcase name="sources/api preflightUpload retries once with fresh token on 401" time="0.0010" classname="retries once with fresh token on 401">
577
581
  </testcase>
578
- <testcase name="sources/api preflightUpload notifies a provided callback when a new token is fetched" time="0.0010" classname="notifies a provided callback when a new token is fetched">
582
+ <testcase name="sources/api preflightUpload notifies a provided callback when a new token is fetched" time="0.0000" classname="notifies a provided callback when a new token is fetched">
579
583
  </testcase>
580
584
  <testcase name="sources/api preflightUpload calls alertFunc when an error occurs" time="0.0010" classname="calls alertFunc when an error occurs">
581
585
  </testcase>
582
586
  <testcase name="sources/api preflightUpload throws an exception when an error occurs" time="0.0010" classname="throws an exception when an error occurs">
583
587
  </testcase>
584
588
  </testsuite>
585
- <testsuite name="when the file storage quota is exceeded" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
589
+ <testsuite name="when the file storage quota is exceeded" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
586
590
  <testcase name="sources/api preflightUpload when the file storage quota is exceeded gives a &quot;quota&quot; error if quota is full" time="0.0000" classname="gives a &quot;quota&quot; error if quota is full">
587
591
  </testcase>
588
592
  </testsuite>
589
- <testsuite name="uploadFRD" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0040" failures="0">
593
+ <testsuite name="uploadFRD" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0040" failures="0">
590
594
  <testcase name="sources/api uploadFRD calls alertFunc if there is a problem" time="0.0040" classname="calls alertFunc if there is a problem">
591
595
  </testcase>
592
596
  </testsuite>
593
- <testsuite name="files" timestamp="2022-11-03T21:00:32" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0040" failures="0">
594
- <testcase name="sources/api uploadFRD files includes credentials in non-S3 upload" time="0.0000" classname="includes credentials in non-S3 upload">
597
+ <testsuite name="files" timestamp="2022-11-10T22:19:07" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0050" failures="0">
598
+ <testcase name="sources/api uploadFRD files includes credentials in non-S3 upload" time="0.0010" classname="includes credentials in non-S3 upload">
595
599
  </testcase>
596
600
  <testcase name="sources/api uploadFRD files does not include credentials in S3 upload" time="0.0010" classname="does not include credentials in S3 upload">
597
601
  </testcase>
598
- <testcase name="sources/api uploadFRD files does not include credentials in a local cross-origin upload" time="0.0010" classname="does not include credentials in a local cross-origin upload">
602
+ <testcase name="sources/api uploadFRD files does not include credentials in a local cross-origin upload" time="0.0000" classname="does not include credentials in a local cross-origin upload">
599
603
  </testcase>
600
- <testcase name="sources/api uploadFRD files handles s3 post-flight" time="0.0000" classname="handles s3 post-flight">
604
+ <testcase name="sources/api uploadFRD files handles s3 post-flight" time="0.0010" classname="handles s3 post-flight">
601
605
  </testcase>
602
606
  <testcase name="sources/api uploadFRD files handles inst-fs post-flight" time="0.0010" classname="handles inst-fs post-flight">
603
607
  </testcase>
604
608
  <testcase name="sources/api uploadFRD files handles inst-fs post-flight with global file id" time="0.0010" classname="handles inst-fs post-flight with global file id">
605
609
  </testcase>
606
610
  </testsuite>
607
- <testsuite name="api mapping" timestamp="2022-11-03T21:00:32" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0030" failures="0">
611
+ <testsuite name="api mapping" timestamp="2022-11-10T22:19:07" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0030" failures="0">
608
612
  <testcase name="sources/api api mapping can fetch folders" time="0.0010" classname="can fetch folders">
609
613
  </testcase>
610
614
  <testcase name="sources/api api mapping requests images from API" time="0.0010" classname="requests images from API">
@@ -612,17 +616,17 @@
612
616
  <testcase name="sources/api api mapping requests subsequent page of images from API" time="0.0010" classname="requests subsequent page of images from API">
613
617
  </testcase>
614
618
  </testsuite>
615
- <testsuite name="getSession" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
619
+ <testsuite name="getSession" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
616
620
  <testcase name="sources/api getSession includes jwt in Authorization header" time="0.0000" classname="includes jwt in Authorization header">
617
621
  </testcase>
618
622
  </testsuite>
619
- <testsuite name="setUsageRights" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
623
+ <testsuite name="setUsageRights" timestamp="2022-11-10T22:19:07" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
620
624
  <testcase name="sources/api setUsageRights includes jwt in Authorization header" time="0.0000" classname="includes jwt in Authorization header">
621
625
  </testcase>
622
- <testcase name="sources/api setUsageRights posts file id and usage rights to the api" time="0.0000" classname="posts file id and usage rights to the api">
626
+ <testcase name="sources/api setUsageRights posts file id and usage rights to the api" time="0.0010" classname="posts file id and usage rights to the api">
623
627
  </testcase>
624
628
  </testsuite>
625
- <testsuite name="getFile" timestamp="2022-11-03T21:00:32" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0050" failures="0">
629
+ <testsuite name="getFile" timestamp="2022-11-10T22:19:07" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0050" failures="0">
626
630
  <testcase name="sources/api getFile includes jwt in Authorization header" time="0.0010" classname="includes jwt in Authorization header">
627
631
  </testcase>
628
632
  <testcase name="sources/api getFile retries once with fresh token on 401" time="0.0010" classname="retries once with fresh token on 401">
@@ -634,62 +638,62 @@
634
638
  <testcase name="sources/api getFile defaults display_name to name" time="0.0010" classname="defaults display_name to name">
635
639
  </testcase>
636
640
  </testsuite>
637
- <testsuite name="pingbackUnsplash" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
641
+ <testsuite name="pingbackUnsplash" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
638
642
  <testcase name="sources/api pingbackUnsplash sends the given id to the proper route" time="0.0010" classname="sends the given id to the proper route">
639
643
  </testcase>
640
644
  </testsuite>
641
- <testsuite name="media object apis" timestamp="2022-11-03T21:00:32" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
645
+ <testsuite name="media object apis" timestamp="2022-11-10T22:19:07" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
642
646
  </testsuite>
643
- <testsuite name="updateMediaObject" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
647
+ <testsuite name="updateMediaObject" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
644
648
  <testcase name="sources/api media object apis updateMediaObject PUTs to the media_object endpoint" time="0.0000" classname="PUTs to the media_object endpoint">
645
649
  </testcase>
646
650
  </testsuite>
647
- <testsuite name="headerFor" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
651
+ <testsuite name="headerFor" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
648
652
  <testcase name="sources/api headerFor returns an authorization header" time="0.0000" classname="returns an authorization header">
649
653
  </testcase>
650
654
  </testsuite>
651
- <testsuite name="originFromHost" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
652
- <testcase name="sources/api originFromHost uses the incoming http(s) protocol if present" time="0.0000" classname="uses the incoming http(s) protocol if present">
655
+ <testsuite name="originFromHost" timestamp="2022-11-10T22:19:07" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
656
+ <testcase name="sources/api originFromHost uses the incoming http(s) protocol if present" time="0.0010" classname="uses the incoming http(s) protocol if present">
653
657
  </testcase>
654
658
  <testcase name="sources/api originFromHost uses the windowOverride protocol if present" time="0.0000" classname="uses the windowOverride protocol if present">
655
659
  </testcase>
656
660
  </testsuite>
657
- <testsuite name="all_files actions" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/all_files.test.js" time="0.0000" failures="0">
661
+ <testsuite name="all_files actions" timestamp="2022-11-10T22:19:07" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/all_files.test.js" time="0.0000" failures="0">
658
662
  <testcase name="all_files actions alFilesLoading returns ALL_FILES_LOADING with the new value" time="0.0000" classname="alFilesLoading returns ALL_FILES_LOADING with the new value">
659
663
  </testcase>
660
664
  </testsuite>
661
- <testsuite name="Sidebar data actions" timestamp="2022-11-03T21:00:32" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0000" failures="0">
665
+ <testsuite name="Sidebar data actions" timestamp="2022-11-10T22:19:07" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0000" failures="0">
662
666
  </testsuite>
663
- <testsuite name="fetchPage" timestamp="2022-11-03T21:00:32" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0020" failures="0">
667
+ <testsuite name="fetchPage" timestamp="2022-11-10T22:19:07" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0040" failures="0">
664
668
  <testcase name="Sidebar data actions fetchPage uses bookmark from store to call source.fetchPage" time="0.0020" classname="uses bookmark from store to call source.fetchPage">
665
669
  </testcase>
666
- <testcase name="Sidebar data actions fetchPage dispatches receivePage with page retrieved from source" time="0.0000" classname="dispatches receivePage with page retrieved from source">
670
+ <testcase name="Sidebar data actions fetchPage dispatches receivePage with page retrieved from source" time="0.0010" classname="dispatches receivePage with page retrieved from source">
667
671
  </testcase>
668
- <testcase name="Sidebar data actions fetchPage dispatches failPage on error retrieving page from source" time="0.0000" classname="dispatches failPage on error retrieving page from source">
672
+ <testcase name="Sidebar data actions fetchPage dispatches failPage on error retrieving page from source" time="0.0010" classname="dispatches failPage on error retrieving page from source">
669
673
  </testcase>
670
674
  </testsuite>
671
- <testsuite name="fetchNextPage" timestamp="2022-11-03T21:00:32" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0010" failures="0">
672
- <testcase name="Sidebar data actions fetchNextPage dispatches requestPage first" time="0.0000" classname="dispatches requestPage first">
675
+ <testsuite name="fetchNextPage" timestamp="2022-11-10T22:19:08" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0030" failures="0">
676
+ <testcase name="Sidebar data actions fetchNextPage dispatches requestPage first" time="0.0010" classname="dispatches requestPage first">
673
677
  </testcase>
674
- <testcase name="Sidebar data actions fetchNextPage fetches next page if collection has bookmark and is not loading" time="0.0000" classname="fetches next page if collection has bookmark and is not loading">
678
+ <testcase name="Sidebar data actions fetchNextPage fetches next page if collection has bookmark and is not loading" time="0.0010" classname="fetches next page if collection has bookmark and is not loading">
675
679
  </testcase>
676
680
  <testcase name="Sidebar data actions fetchNextPage cancels previous fetch if collection is already loading" time="0.0010" classname="cancels previous fetch if collection is already loading">
677
681
  </testcase>
678
682
  </testsuite>
679
- <testsuite name="fetchInitialPage" timestamp="2022-11-03T21:00:32" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0020" failures="0">
683
+ <testsuite name="fetchInitialPage" timestamp="2022-11-10T22:19:08" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0040" failures="0">
680
684
  <testcase name="Sidebar data actions fetchInitialPage fetches initial page if collection is empty, has bookmark, and is not loading" time="0.0010" classname="fetches initial page if collection is empty, has bookmark, and is not loading">
681
685
  </testcase>
682
686
  <testcase name="Sidebar data actions fetchInitialPage skips fetching initial page if collection is not empty" time="0.0010" classname="skips fetching initial page if collection is not empty">
683
687
  </testcase>
684
- <testcase name="Sidebar data actions fetchInitialPage creates the URL if collection has no bookmark" time="0.0000" classname="creates the URL if collection has no bookmark">
688
+ <testcase name="Sidebar data actions fetchInitialPage creates the URL if collection has no bookmark" time="0.0010" classname="creates the URL if collection has no bookmark">
685
689
  </testcase>
686
- <testcase name="Sidebar data actions fetchInitialPage cancels previous fetch if collection is already loading" time="0.0000" classname="cancels previous fetch if collection is already loading">
690
+ <testcase name="Sidebar data actions fetchInitialPage cancels previous fetch if collection is already loading" time="0.0010" classname="cancels previous fetch if collection is already loading">
687
691
  </testcase>
688
692
  </testsuite>
689
- <testsuite name="Documents actions" timestamp="2022-11-03T21:00:32" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/documents.test.js" time="0.0000" failures="0">
693
+ <testsuite name="Documents actions" timestamp="2022-11-10T22:19:08" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/documents.test.js" time="0.0000" failures="0">
690
694
  </testsuite>
691
- <testsuite name="fetchDocuments" timestamp="2022-11-03T21:00:32" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/documents.test.js" time="0.0000" failures="0">
692
- <testcase name="Documents actions fetchDocuments fetches initial page" time="0.0000" classname="fetches initial page">
695
+ <testsuite name="fetchDocuments" timestamp="2022-11-10T22:19:08" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/documents.test.js" time="0.0020" failures="0">
696
+ <testcase name="Documents actions fetchDocuments fetches initial page" time="0.0010" classname="fetches initial page">
693
697
  </testcase>
694
698
  <testcase name="Documents actions fetchDocuments fetches subsequent page if necessary" time="0.0000" classname="fetches subsequent page if necessary">
695
699
  </testcase>
@@ -697,18 +701,18 @@
697
701
  </testcase>
698
702
  <testcase name="Documents actions fetchDocuments always fetches initial page" time="0.0000" classname="always fetches initial page">
699
703
  </testcase>
700
- <testcase name="Documents actions fetchDocuments does not fetch if requested but no more to load" time="0.0000" classname="does not fetch if requested but no more to load">
704
+ <testcase name="Documents actions fetchDocuments does not fetch if requested but no more to load" time="0.0010" classname="does not fetch if requested but no more to load">
701
705
  </testcase>
702
706
  </testsuite>
703
- <testsuite name="Sidebar files actions" timestamp="2022-11-03T21:00:32" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
707
+ <testsuite name="Sidebar files actions" timestamp="2022-11-10T22:19:08" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
704
708
  </testsuite>
705
- <testsuite name="createToggle()" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0010" failures="0">
706
- <testcase name="Sidebar files actions createToggle() has the right type" time="0.0010" classname="has the right type">
709
+ <testsuite name="createToggle()" timestamp="2022-11-10T22:19:08" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
710
+ <testcase name="Sidebar files actions createToggle() has the right type" time="0.0000" classname="has the right type">
707
711
  </testcase>
708
712
  <testcase name="Sidebar files actions createToggle() includes id from first argument" time="0.0000" classname="includes id from first argument">
709
713
  </testcase>
710
714
  </testsuite>
711
- <testsuite name="createAddFile()" timestamp="2022-11-03T21:00:32" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0010" failures="0">
715
+ <testsuite name="createAddFile()" timestamp="2022-11-10T22:19:08" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0010" failures="0">
712
716
  <testcase name="Sidebar files actions createAddFile() has the right type" time="0.0000" classname="has the right type">
713
717
  </testcase>
714
718
  <testcase name="Sidebar files actions createAddFile() includes properties from file object" time="0.0010" classname="includes properties from file object">
@@ -716,13 +720,13 @@
716
720
  <testcase name="Sidebar files actions createAddFile() passes the embed through to the action" time="0.0000" classname="passes the embed through to the action">
717
721
  </testcase>
718
722
  </testsuite>
719
- <testsuite name="createRequestFiles()" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
723
+ <testsuite name="createRequestFiles()" timestamp="2022-11-10T22:19:08" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
720
724
  <testcase name="Sidebar files actions createRequestFiles() has the right type" time="0.0000" classname="has the right type">
721
725
  </testcase>
722
726
  <testcase name="Sidebar files actions createRequestFiles() includes id from first argument" time="0.0000" classname="includes id from first argument">
723
727
  </testcase>
724
728
  </testsuite>
725
- <testsuite name="createReceiveFiles()" timestamp="2022-11-03T21:00:32" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
729
+ <testsuite name="createReceiveFiles()" timestamp="2022-11-10T22:19:08" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
726
730
  <testcase name="Sidebar files actions createReceiveFiles() has the right type" time="0.0000" classname="has the right type">
727
731
  </testcase>
728
732
  <testcase name="Sidebar files actions createReceiveFiles() includes id from first argument" time="0.0000" classname="includes id from first argument">
@@ -730,36 +734,36 @@
730
734
  <testcase name="Sidebar files actions createReceiveFiles() inclues a fileIds array plucked from the files array" time="0.0000" classname="inclues a fileIds array plucked from the files array">
731
735
  </testcase>
732
736
  </testsuite>
733
- <testsuite name="createAddFolder()" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
737
+ <testsuite name="createAddFolder()" timestamp="2022-11-10T22:19:08" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
734
738
  <testcase name="Sidebar files actions createAddFolder() has the right type" time="0.0000" classname="has the right type">
735
739
  </testcase>
736
740
  <testcase name="Sidebar files actions createAddFolder() includes properties from folder object" time="0.0000" classname="includes properties from folder object">
737
741
  </testcase>
738
742
  </testsuite>
739
- <testsuite name="createRequestSubfolders()" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
743
+ <testsuite name="createRequestSubfolders()" timestamp="2022-11-10T22:19:08" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
740
744
  <testcase name="Sidebar files actions createRequestSubfolders() has the right type" time="0.0000" classname="has the right type">
741
745
  </testcase>
742
746
  <testcase name="Sidebar files actions createRequestSubfolders() includes id from first argument" time="0.0000" classname="includes id from first argument">
743
747
  </testcase>
744
748
  </testsuite>
745
- <testsuite name="createReceiveSubfolders()" timestamp="2022-11-03T21:00:32" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0010" failures="0">
746
- <testcase name="Sidebar files actions createReceiveSubfolders() has the right type" time="0.0000" classname="has the right type">
749
+ <testsuite name="createReceiveSubfolders()" timestamp="2022-11-10T22:19:08" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0020" failures="0">
750
+ <testcase name="Sidebar files actions createReceiveSubfolders() has the right type" time="0.0010" classname="has the right type">
747
751
  </testcase>
748
- <testcase name="Sidebar files actions createReceiveSubfolders() includes id from first argument" time="0.0000" classname="includes id from first argument">
752
+ <testcase name="Sidebar files actions createReceiveSubfolders() includes id from first argument" time="0.0010" classname="includes id from first argument">
749
753
  </testcase>
750
- <testcase name="Sidebar files actions createReceiveSubfolders() inclues a folderIds array plucked from the folders array" time="0.0010" classname="inclues a folderIds array plucked from the folders array">
754
+ <testcase name="Sidebar files actions createReceiveSubfolders() inclues a folderIds array plucked from the folders array" time="0.0000" classname="inclues a folderIds array plucked from the folders array">
751
755
  </testcase>
752
756
  </testsuite>
753
- <testsuite name="createSetRoot()" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
757
+ <testsuite name="createSetRoot()" timestamp="2022-11-10T22:19:08" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
754
758
  <testcase name="Sidebar files actions createSetRoot() has the right type" time="0.0000" classname="has the right type">
755
759
  </testcase>
756
760
  <testcase name="Sidebar files actions createSetRoot() includes id from first argument" time="0.0000" classname="includes id from first argument">
757
761
  </testcase>
758
762
  </testsuite>
759
- <testsuite name="async actions" timestamp="2022-11-03T21:00:32" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
763
+ <testsuite name="async actions" timestamp="2022-11-10T22:19:08" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
760
764
  </testsuite>
761
- <testsuite name="requestFiles()" timestamp="2022-11-03T21:00:32" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0030" failures="0">
762
- <testcase name="Sidebar files actions async actions requestFiles() dispatches a REQUEST_FILES action" time="0.0000" classname="dispatches a REQUEST_FILES action">
765
+ <testsuite name="requestFiles()" timestamp="2022-11-10T22:19:08" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0050" failures="0">
766
+ <testcase name="Sidebar files actions async actions requestFiles() dispatches a REQUEST_FILES action" time="0.0010" classname="dispatches a REQUEST_FILES action">
763
767
  </testcase>
764
768
  <testcase name="Sidebar files actions async actions requestFiles() calls fetchFiles for source with filesUrl" time="0.0000" classname="calls fetchFiles for source with filesUrl">
765
769
  </testcase>
@@ -769,107 +773,107 @@
769
773
  </testcase>
770
774
  <testcase name="Sidebar files actions async actions requestFiles() dispatches RECEIVE_FILES action" time="0.0010" classname="dispatches RECEIVE_FILES action">
771
775
  </testcase>
772
- <testcase name="Sidebar files actions async actions requestFiles() calls fetchFiles w/ bookmark if returnd by fetchFiles" time="0.0000" classname="calls fetchFiles w/ bookmark if returnd by fetchFiles">
776
+ <testcase name="Sidebar files actions async actions requestFiles() calls fetchFiles w/ bookmark if returnd by fetchFiles" time="0.0010" classname="calls fetchFiles w/ bookmark if returnd by fetchFiles">
773
777
  </testcase>
774
778
  </testsuite>
775
- <testsuite name="requestSubfolders()" timestamp="2022-11-03T21:00:32" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0020" failures="0">
776
- <testcase name="Sidebar files actions async actions requestSubfolders() dispatches a REQUEST_SUBFOLDERS action" time="0.0000" classname="dispatches a REQUEST_SUBFOLDERS action">
779
+ <testsuite name="requestSubfolders()" timestamp="2022-11-10T22:19:08" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0040" failures="0">
780
+ <testcase name="Sidebar files actions async actions requestSubfolders() dispatches a REQUEST_SUBFOLDERS action" time="0.0010" classname="dispatches a REQUEST_SUBFOLDERS action">
777
781
  </testcase>
778
782
  <testcase name="Sidebar files actions async actions requestSubfolders() calls fetchPage for source with foldersUrl" time="0.0000" classname="calls fetchPage for source with foldersUrl">
779
783
  </testcase>
780
784
  <testcase name="Sidebar files actions async actions requestSubfolders() calls fetchPage for source with optional bookmark" time="0.0000" classname="calls fetchPage for source with optional bookmark">
781
785
  </testcase>
782
- <testcase name="Sidebar files actions async actions requestSubfolders() dispatches ADD_FOLDER for each folder from fetchPage" time="0.0000" classname="dispatches ADD_FOLDER for each folder from fetchPage">
786
+ <testcase name="Sidebar files actions async actions requestSubfolders() dispatches ADD_FOLDER for each folder from fetchPage" time="0.0010" classname="dispatches ADD_FOLDER for each folder from fetchPage">
783
787
  </testcase>
784
788
  <testcase name="Sidebar files actions async actions requestSubfolders() dispatches RECEIVE_SUBFOLDERS action" time="0.0010" classname="dispatches RECEIVE_SUBFOLDERS action">
785
789
  </testcase>
786
790
  <testcase name="Sidebar files actions async actions requestSubfolders() calls fetchPage w/ bookmark if returnd by fetchPage" time="0.0010" classname="calls fetchPage w/ bookmark if returnd by fetchPage">
787
791
  </testcase>
788
792
  </testsuite>
789
- <testsuite name="toggle()" timestamp="2022-11-03T21:00:32" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0020" failures="0">
790
- <testcase name="Sidebar files actions async actions toggle() dispatches TOGGLE action" time="0.0010" classname="dispatches TOGGLE action">
793
+ <testsuite name="toggle()" timestamp="2022-11-10T22:19:08" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0020" failures="0">
794
+ <testcase name="Sidebar files actions async actions toggle() dispatches TOGGLE action" time="0.0000" classname="dispatches TOGGLE action">
791
795
  </testcase>
792
796
  <testcase name="Sidebar files actions async actions toggle() requests subfolders/files if not requested and expanded" time="0.0010" classname="requests subfolders/files if not requested and expanded">
793
797
  </testcase>
794
- <testcase name="Sidebar files actions async actions toggle() does not request subfolders/files if already requested" time="0.0000" classname="does not request subfolders/files if already requested">
798
+ <testcase name="Sidebar files actions async actions toggle() does not request subfolders/files if already requested" time="0.0010" classname="does not request subfolders/files if already requested">
795
799
  </testcase>
796
800
  </testsuite>
797
- <testsuite name="init()" timestamp="2022-11-03T21:00:32" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0020" failures="0">
798
- <testcase name="Sidebar files actions async actions init() calls fetchRootFolder for source with state" time="0.0010" classname="calls fetchRootFolder for source with state">
801
+ <testsuite name="init()" timestamp="2022-11-10T22:19:08" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0030" failures="0">
802
+ <testcase name="Sidebar files actions async actions init() calls fetchRootFolder for source with state" time="0.0000" classname="calls fetchRootFolder for source with state">
799
803
  </testcase>
800
804
  <testcase name="Sidebar files actions async actions init() calls dispatches SET_ROOT" time="0.0010" classname="calls dispatches SET_ROOT">
801
805
  </testcase>
802
- <testcase name="Sidebar files actions async actions init() dispatches ADD_FOLDER for root folder" time="0.0000" classname="dispatches ADD_FOLDER for root folder">
806
+ <testcase name="Sidebar files actions async actions init() dispatches ADD_FOLDER for root folder" time="0.0010" classname="dispatches ADD_FOLDER for root folder">
803
807
  </testcase>
804
- <testcase name="Sidebar files actions async actions init() dispatches TOGGLE for root folder" time="0.0000" classname="dispatches TOGGLE for root folder">
808
+ <testcase name="Sidebar files actions async actions init() dispatches TOGGLE for root folder" time="0.0010" classname="dispatches TOGGLE for root folder">
805
809
  </testcase>
806
810
  </testsuite>
807
- <testsuite name="Filter actions" timestamp="2022-11-03T21:00:32" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/filter.test.js" time="0.0030" failures="0">
811
+ <testsuite name="Filter actions" timestamp="2022-11-10T22:19:08" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/filter.test.js" time="0.0050" failures="0">
808
812
  <testcase name="Filter actions change context type returns CHANGE_CONTEXT_TYPE with the new type" time="0.0010" classname="change context type returns CHANGE_CONTEXT_TYPE with the new type">
809
813
  </testcase>
810
- <testcase name="Filter actions change context id returns CHANGE_CONTEXT_ID with the new id" time="0.0000" classname="change context id returns CHANGE_CONTEXT_ID with the new id">
814
+ <testcase name="Filter actions change context id returns CHANGE_CONTEXT_ID with the new id" time="0.0010" classname="change context id returns CHANGE_CONTEXT_ID with the new id">
811
815
  </testcase>
812
- <testcase name="Filter actions change context dispatches change type" time="0.0000" classname="change context dispatches change type">
816
+ <testcase name="Filter actions change context dispatches change type" time="0.0010" classname="change context dispatches change type">
813
817
  </testcase>
814
- <testcase name="Filter actions change context dispatches change id" time="0.0010" classname="change context dispatches change id">
818
+ <testcase name="Filter actions change context dispatches change id" time="0.0000" classname="change context dispatches change id">
815
819
  </testcase>
816
- <testcase name="Filter actions change context dispatches change context" time="0.0000" classname="change context dispatches change context">
820
+ <testcase name="Filter actions change context dispatches change context" time="0.0010" classname="change context dispatches change context">
817
821
  </testcase>
818
822
  <testcase name="Filter actions changeSearchString return CHANGE_SEARCH_STRING with the new string" time="0.0010" classname="changeSearchString return CHANGE_SEARCH_STRING with the new string">
819
823
  </testcase>
820
824
  </testsuite>
821
- <testsuite name="Flickr data actions" timestamp="2022-11-03T21:00:32" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/flickr.test.js" time="0.0000" failures="0">
825
+ <testsuite name="Flickr data actions" timestamp="2022-11-10T22:19:08" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/flickr.test.js" time="0.0000" failures="0">
822
826
  </testsuite>
823
- <testsuite name="searchFlickr" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/flickr.test.js" time="0.0010" failures="0">
824
- <testcase name="Flickr data actions searchFlickr chains through search to results" time="0.0010" classname="chains through search to results">
827
+ <testsuite name="searchFlickr" timestamp="2022-11-10T22:19:08" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/flickr.test.js" time="0.0020" failures="0">
828
+ <testcase name="Flickr data actions searchFlickr chains through search to results" time="0.0020" classname="chains through search to results">
825
829
  </testcase>
826
830
  </testsuite>
827
- <testsuite name="Image dispatch shapes" timestamp="2022-11-03T21:00:32" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
831
+ <testsuite name="Image dispatch shapes" timestamp="2022-11-10T22:19:08" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
828
832
  </testsuite>
829
- <testsuite name="receiveImages" timestamp="2022-11-03T21:00:32" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
833
+ <testsuite name="receiveImages" timestamp="2022-11-10T22:19:08" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
830
834
  <testcase name="Image dispatch shapes receiveImages returns a type of RECEIVE_IMAGES" time="0.0000" classname="returns a type of RECEIVE_IMAGES">
831
835
  </testcase>
832
836
  </testsuite>
833
- <testsuite name="returning a payload" timestamp="2022-11-03T21:00:32" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0010" failures="0">
837
+ <testsuite name="returning a payload" timestamp="2022-11-10T22:19:08" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0010" failures="0">
834
838
  <testcase name="Image dispatch shapes receiveImages returning a payload includes contextType" time="0.0000" classname="includes contextType">
835
839
  </testcase>
836
- <testcase name="Image dispatch shapes receiveImages returning a payload includes files" time="0.0010" classname="includes files">
840
+ <testcase name="Image dispatch shapes receiveImages returning a payload includes files" time="0.0000" classname="includes files">
837
841
  </testcase>
838
842
  <testcase name="Image dispatch shapes receiveImages returning a payload includes bookmark" time="0.0000" classname="includes bookmark">
839
843
  </testcase>
840
- <testcase name="Image dispatch shapes receiveImages returning a payload includes searchString" time="0.0000" classname="includes searchString">
844
+ <testcase name="Image dispatch shapes receiveImages returning a payload includes searchString" time="0.0010" classname="includes searchString">
841
845
  </testcase>
842
846
  </testsuite>
843
- <testsuite name="when the &quot;category&quot; is set to &quot;icon_maker_icons" timestamp="2022-11-03T21:00:32" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0130" failures="0">
844
- <testcase name="Image dispatch shapes receiveImages when the &quot;category&quot; is set to &quot;icon_maker_icons applies the icon maker attribute to each file" time="0.0090" classname="applies the icon maker attribute to each file">
847
+ <testsuite name="when the &quot;category&quot; is set to &quot;icon_maker_icons" timestamp="2022-11-10T22:19:08" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0090" failures="0">
848
+ <testcase name="Image dispatch shapes receiveImages when the &quot;category&quot; is set to &quot;icon_maker_icons applies the icon maker attribute to each file" time="0.0070" classname="applies the icon maker attribute to each file">
845
849
  </testcase>
846
- <testcase name="Image dispatch shapes receiveImages when the &quot;category&quot; is set to &quot;icon_maker_icons applies the download url data attribute" time="0.0040" classname="applies the download url data attribute">
850
+ <testcase name="Image dispatch shapes receiveImages when the &quot;category&quot; is set to &quot;icon_maker_icons applies the download url data attribute" time="0.0020" classname="applies the download url data attribute">
847
851
  </testcase>
848
852
  </testsuite>
849
- <testsuite name="Image actions" timestamp="2022-11-03T21:00:32" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
853
+ <testsuite name="Image actions" timestamp="2022-11-10T22:19:08" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
850
854
  </testsuite>
851
- <testsuite name="createAddImage" timestamp="2022-11-03T21:00:32" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0010" failures="0">
855
+ <testsuite name="createAddImage" timestamp="2022-11-10T22:19:08" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0010" failures="0">
852
856
  <testcase name="Image actions createAddImage has the right action type" time="0.0000" classname="has the right action type">
853
857
  </testcase>
854
858
  <testcase name="Image actions createAddImage includes id from first param" time="0.0000" classname="includes id from first param">
855
859
  </testcase>
856
860
  <testcase name="Image actions createAddImage includes filename from first param" time="0.0000" classname="includes filename from first param">
857
861
  </testcase>
858
- <testcase name="Image actions createAddImage includes display_name from first param" time="0.0000" classname="includes display_name from first param">
862
+ <testcase name="Image actions createAddImage includes display_name from first param" time="0.0010" classname="includes display_name from first param">
859
863
  </testcase>
860
864
  <testcase name="Image actions createAddImage includes preview_url from first param" time="0.0000" classname="includes preview_url from first param">
861
865
  </testcase>
862
- <testcase name="Image actions createAddImage includes thumbnail_url from first param" time="0.0010" classname="includes thumbnail_url from first param">
866
+ <testcase name="Image actions createAddImage includes thumbnail_url from first param" time="0.0000" classname="includes thumbnail_url from first param">
863
867
  </testcase>
864
868
  </testsuite>
865
- <testsuite name="fetchImages" timestamp="2022-11-03T21:00:33" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0020" failures="0">
869
+ <testsuite name="fetchImages" timestamp="2022-11-10T22:19:08" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0030" failures="0">
866
870
  <testcase name="Image actions fetchImages fetches initial page if necessary, part 1" time="0.0010" classname="fetches initial page if necessary, part 1">
867
871
  </testcase>
868
872
  <testcase name="Image actions fetchImages sends specified options" time="0.0010" classname="sends specified options">
869
873
  </testcase>
870
874
  <testcase name="Image actions fetchImages fetches initial page if necessary, part 2" time="0.0000" classname="fetches initial page if necessary, part 2">
871
875
  </testcase>
872
- <testcase name="Image actions fetchImages sends specified options" time="0.0000" classname="sends specified options">
876
+ <testcase name="Image actions fetchImages sends specified options" time="0.0010" classname="sends specified options">
873
877
  </testcase>
874
878
  <testcase name="Image actions fetchImages skips the fetch if currently loading" time="0.0000" classname="skips the fetch if currently loading">
875
879
  </testcase>
@@ -878,54 +882,54 @@
878
882
  <testcase name="Image actions fetchImages does not fetch if requested but no more to load" time="0.0000" classname="does not fetch if requested but no more to load">
879
883
  </testcase>
880
884
  </testsuite>
881
- <testsuite name="Media actions" timestamp="2022-11-03T21:00:33" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
885
+ <testsuite name="Media actions" timestamp="2022-11-10T22:19:08" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
882
886
  </testsuite>
883
- <testsuite name="fetchMedia" timestamp="2022-11-03T21:00:33" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.5050" failures="0">
887
+ <testsuite name="fetchMedia" timestamp="2022-11-10T22:19:08" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.5050" failures="0">
884
888
  <testcase name="Media actions fetchMedia fetches initial page" time="0.0010" classname="fetches initial page">
885
889
  </testcase>
886
890
  <testcase name="Media actions fetchMedia fetches next page if necessary" time="0.0000" classname="fetches next page if necessary">
887
891
  </testcase>
888
- <testcase name="Media actions fetchMedia always fetches initial fetch page" time="0.0000" classname="always fetches initial fetch page">
892
+ <testcase name="Media actions fetchMedia always fetches initial fetch page" time="0.0010" classname="always fetches initial fetch page">
889
893
  </testcase>
890
894
  <testcase name="Media actions fetchMedia fetches if there is more to load" time="0.0010" classname="fetches if there is more to load">
891
895
  </testcase>
892
- <testcase name="Media actions fetchMedia does not fetch if requested but no more to load" time="0.0010" classname="does not fetch if requested but no more to load">
896
+ <testcase name="Media actions fetchMedia does not fetch if requested but no more to load" time="0.0000" classname="does not fetch if requested but no more to load">
893
897
  </testcase>
894
898
  <testcase name="Media actions fetchMedia fetches media" time="0.5020" classname="fetches media">
895
899
  </testcase>
896
900
  </testsuite>
897
- <testsuite name="requestInitialMedia" timestamp="2022-11-03T21:00:33" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
901
+ <testsuite name="requestInitialMedia" timestamp="2022-11-10T22:19:09" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
898
902
  <testcase name="Media actions requestInitialMedia returns the action object" time="0.0000" classname="returns the action object">
899
903
  </testcase>
900
904
  </testsuite>
901
- <testsuite name="requestMedia" timestamp="2022-11-03T21:00:33" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
902
- <testcase name="Media actions requestMedia returns the action object" time="0.0000" classname="returns the action object">
905
+ <testsuite name="requestMedia" timestamp="2022-11-10T22:19:09" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0010" failures="0">
906
+ <testcase name="Media actions requestMedia returns the action object" time="0.0010" classname="returns the action object">
903
907
  </testcase>
904
908
  </testsuite>
905
- <testsuite name="receiveMedia" timestamp="2022-11-03T21:00:33" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0010" failures="0">
909
+ <testsuite name="receiveMedia" timestamp="2022-11-10T22:19:09" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0010" failures="0">
906
910
  <testcase name="Media actions receiveMedia returns the action object" time="0.0010" classname="returns the action object">
907
911
  </testcase>
908
912
  </testsuite>
909
- <testsuite name="failMedia" timestamp="2022-11-03T21:00:33" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
913
+ <testsuite name="failMedia" timestamp="2022-11-10T22:19:09" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
910
914
  <testcase name="Media actions failMedia returns the action object" time="0.0000" classname="returns the action object">
911
915
  </testcase>
912
916
  </testsuite>
913
- <testsuite name="updateMediaObject" timestamp="2022-11-03T21:00:33" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="1.0020" failures="0">
914
- <testcase name="Media actions updateMediaObject calls the api" time="0.5010" classname="calls the api">
917
+ <testsuite name="updateMediaObject" timestamp="2022-11-10T22:19:09" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="1.0020" failures="0">
918
+ <testcase name="Media actions updateMediaObject calls the api" time="0.5020" classname="calls the api">
915
919
  </testcase>
916
- <testcase name="Media actions updateMediaObject handles failure" time="0.5010" classname="handles failure">
920
+ <testcase name="Media actions updateMediaObject handles failure" time="0.5000" classname="handles failure">
917
921
  </testcase>
918
922
  </testsuite>
919
- <testsuite name="Session actions" timestamp="2022-11-03T21:00:34" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/session.test.js" time="0.0000" failures="0">
923
+ <testsuite name="Session actions" timestamp="2022-11-10T22:19:10" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/session.test.js" time="0.0000" failures="0">
920
924
  </testsuite>
921
- <testsuite name="get" timestamp="2022-11-03T21:00:34" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/session.test.js" time="0.0000" failures="0">
922
- <testcase name="Session actions get dispatches RECEIVE_SESSION with data from source" time="0.0000" classname="dispatches RECEIVE_SESSION with data from source">
925
+ <testsuite name="get" timestamp="2022-11-10T22:19:10" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/session.test.js" time="0.0010" failures="0">
926
+ <testcase name="Session actions get dispatches RECEIVE_SESSION with data from source" time="0.0010" classname="dispatches RECEIVE_SESSION with data from source">
923
927
  </testcase>
924
928
  </testsuite>
925
- <testsuite name="Upload data actions" timestamp="2022-11-03T21:00:34" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
929
+ <testsuite name="Upload data actions" timestamp="2022-11-10T22:19:10" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
926
930
  </testsuite>
927
- <testsuite name="fetchFolders" timestamp="2022-11-03T21:00:34" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0040" failures="0">
928
- <testcase name="Upload data actions fetchFolders fetches if there are no folders loaded yet" time="0.0010" classname="fetches if there are no folders loaded yet">
931
+ <testsuite name="fetchFolders" timestamp="2022-11-10T22:19:10" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0050" failures="0">
932
+ <testcase name="Upload data actions fetchFolders fetches if there are no folders loaded yet" time="0.0020" classname="fetches if there are no folders loaded yet">
929
933
  </testcase>
930
934
  <testcase name="Upload data actions fetchFolders skips the fetch if there are folders already" time="0.0010" classname="skips the fetch if there are folders already">
931
935
  </testcase>
@@ -934,146 +938,146 @@
934
938
  <testcase name="Upload data actions fetchFolders dispatches a batch action" time="0.0010" classname="dispatches a batch action">
935
939
  </testcase>
936
940
  </testsuite>
937
- <testsuite name="setUsageRights" timestamp="2022-11-03T21:00:34" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
941
+ <testsuite name="setUsageRights" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
938
942
  <testcase name="Upload data actions setUsageRights make request to set usage rights if file has usage rights" time="0.0000" classname="make request to set usage rights if file has usage rights">
939
943
  </testcase>
940
944
  <testcase name="Upload data actions setUsageRights does not make request if file has no usage rights" time="0.0000" classname="does not make request if file has no usage rights">
941
945
  </testcase>
942
946
  </testsuite>
943
- <testsuite name="uploadToIconMakerFolder" timestamp="2022-11-03T21:00:34" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0050" failures="0">
947
+ <testsuite name="uploadToIconMakerFolder" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0050" failures="0">
944
948
  <testcase name="Upload data actions uploadToIconMakerFolder dispatches a preflightUpload with the proper parentFolderId set" time="0.0030" classname="dispatches a preflightUpload with the proper parentFolderId set">
945
949
  </testcase>
946
950
  <testcase name="Upload data actions uploadToIconMakerFolder dispatches uploadFRD with the svg domElement" time="0.0020" classname="dispatches uploadFRD with the svg domElement">
947
951
  </testcase>
948
952
  </testsuite>
949
- <testsuite name="with &quot;onDuplicate&quot; upload setting set" timestamp="2022-11-03T21:00:34" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
950
- <testcase name="Upload data actions uploadToIconMakerFolder with &quot;onDuplicate&quot; upload setting set includes the specified duplicate strategy setting" time="0.0010" classname="includes the specified duplicate strategy setting">
953
+ <testsuite name="with &quot;onDuplicate&quot; upload setting set" timestamp="2022-11-10T22:19:10" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0020" failures="0">
954
+ <testcase name="Upload data actions uploadToIconMakerFolder with &quot;onDuplicate&quot; upload setting set includes the specified duplicate strategy setting" time="0.0020" classname="includes the specified duplicate strategy setting">
951
955
  </testcase>
952
956
  </testsuite>
953
- <testsuite name="uploadToMediaFolder" timestamp="2022-11-03T21:00:34" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0030" failures="0">
957
+ <testsuite name="uploadToMediaFolder" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0030" failures="0">
954
958
  <testcase name="Upload data actions uploadToMediaFolder dispatches a uploadPreflight with the proper parentFolderId set" time="0.0020" classname="dispatches a uploadPreflight with the proper parentFolderId set">
955
959
  </testcase>
956
960
  <testcase name="Upload data actions uploadToMediaFolder results in a START_MEDIA_UPLOADING action being fired" time="0.0010" classname="results in a START_MEDIA_UPLOADING action being fired">
957
961
  </testcase>
958
962
  </testsuite>
959
- <testsuite name="uploadToMediaFolder for media files" timestamp="2022-11-03T21:00:34" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0070" failures="0">
960
- <testcase name="Upload data actions uploadToMediaFolder for media files uploads directly to notorious/kaltura" time="0.0070" classname="uploads directly to notorious/kaltura">
963
+ <testsuite name="uploadToMediaFolder for media files" timestamp="2022-11-10T22:19:10" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0090" failures="0">
964
+ <testcase name="Upload data actions uploadToMediaFolder for media files uploads directly to notorious/kaltura" time="0.0090" classname="uploads directly to notorious/kaltura">
961
965
  </testcase>
962
966
  </testsuite>
963
- <testsuite name="generateThumbnailUrl" timestamp="2022-11-03T21:00:34" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
964
- <testcase name="Upload data actions generateThumbnailUrl returns the results if the file is not an image" time="0.0000" classname="returns the results if the file is not an image">
967
+ <testsuite name="generateThumbnailUrl" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0020" failures="0">
968
+ <testcase name="Upload data actions generateThumbnailUrl returns the results if the file is not an image" time="0.0010" classname="returns the results if the file is not an image">
965
969
  </testcase>
966
- <testcase name="Upload data actions generateThumbnailUrl sets a data url for the thumbnail" time="0.0000" classname="sets a data url for the thumbnail">
970
+ <testcase name="Upload data actions generateThumbnailUrl sets a data url for the thumbnail" time="0.0010" classname="sets a data url for the thumbnail">
967
971
  </testcase>
968
972
  </testsuite>
969
- <testsuite name="uploadPreflight" timestamp="2022-11-03T21:00:34" tests="8" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0070" failures="0">
973
+ <testsuite name="uploadPreflight" timestamp="2022-11-10T22:19:10" tests="8" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0100" failures="0">
970
974
  <testcase name="Upload data actions uploadPreflight follows chain preflight -&gt; upload -&gt; complete" time="0.0010" classname="follows chain preflight -&gt; upload -&gt; complete">
971
975
  </testcase>
972
976
  <testcase name="Upload data actions uploadPreflight sets usage rights" time="0.0010" classname="sets usage rights">
973
977
  </testcase>
974
- <testcase name="Upload data actions uploadPreflight dispatches ADD_FILE with correct payload" time="0.0000" classname="dispatches ADD_FILE with correct payload">
978
+ <testcase name="Upload data actions uploadPreflight dispatches ADD_FILE with correct payload" time="0.0010" classname="dispatches ADD_FILE with correct payload">
975
979
  </testcase>
976
980
  <testcase name="Upload data actions uploadPreflight dispatches INSERT_FILE with folder and file ids" time="0.0010" classname="dispatches INSERT_FILE with folder and file ids">
977
981
  </testcase>
978
- <testcase name="Upload data actions uploadPreflight dispatches ADD_IMAGE if content type is image/*" time="0.0010" classname="dispatches ADD_IMAGE if content type is image/*">
982
+ <testcase name="Upload data actions uploadPreflight dispatches ADD_IMAGE if content type is image/*" time="0.0020" classname="dispatches ADD_IMAGE if content type is image/*">
979
983
  </testcase>
980
984
  <testcase name="Upload data actions uploadPreflight does not dispatch ADD_IMAGE if content type is not image/*" time="0.0010" classname="does not dispatch ADD_IMAGE if content type is not image/*">
981
985
  </testcase>
982
- <testcase name="Upload data actions uploadPreflight inserts the image content through the bridge" time="0.0010" classname="inserts the image content through the bridge">
986
+ <testcase name="Upload data actions uploadPreflight inserts the image content through the bridge" time="0.0020" classname="inserts the image content through the bridge">
983
987
  </testcase>
984
988
  <testcase name="Upload data actions uploadPreflight inserts the file content through the bridge" time="0.0010" classname="inserts the file content through the bridge">
985
989
  </testcase>
986
990
  </testsuite>
987
- <testsuite name="when the file is svg" timestamp="2022-11-03T21:00:34" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
991
+ <testsuite name="when the file is svg" timestamp="2022-11-10T22:19:10" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
988
992
  </testsuite>
989
- <testsuite name="when the file is an icon maker svg" timestamp="2022-11-03T21:00:34" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
990
- <testcase name="Upload data actions uploadPreflight when the file is svg when the file is an icon maker svg sets the category to &quot;icon_maker_icons&quot;" time="0.0010" classname="sets the category to &quot;icon_maker_icons&quot;">
993
+ <testsuite name="when the file is an icon maker svg" timestamp="2022-11-10T22:19:10" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
994
+ <testcase name="Upload data actions uploadPreflight when the file is svg when the file is an icon maker svg sets the category to &quot;icon_maker_icons&quot;" time="0.0000" classname="sets the category to &quot;icon_maker_icons&quot;">
991
995
  </testcase>
992
996
  </testsuite>
993
- <testsuite name="when the file is not an icon maker svg" timestamp="2022-11-03T21:00:34" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
997
+ <testsuite name="when the file is not an icon maker svg" timestamp="2022-11-10T22:19:10" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
994
998
  <testcase name="Upload data actions uploadPreflight when the file is svg when the file is not an icon maker svg sets the category to undefined" time="0.0000" classname="sets the category to undefined">
995
999
  </testcase>
996
1000
  </testsuite>
997
- <testsuite name="when the file is not an svg" timestamp="2022-11-03T21:00:34" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
998
- <testcase name="Upload data actions uploadPreflight when the file is not an svg sets the category to undefined" time="0.0010" classname="sets the category to undefined">
1001
+ <testsuite name="when the file is not an svg" timestamp="2022-11-10T22:19:10" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
1002
+ <testcase name="Upload data actions uploadPreflight when the file is not an svg sets the category to undefined" time="0.0000" classname="sets the category to undefined">
999
1003
  </testcase>
1000
1004
  </testsuite>
1001
- <testsuite name="allUploadCompleteActions" timestamp="2022-11-03T21:00:34" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
1005
+ <testsuite name="allUploadCompleteActions" timestamp="2022-11-10T22:19:10" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
1002
1006
  <testcase name="Upload data actions allUploadCompleteActions returns a list of actions" time="0.0010" classname="returns a list of actions">
1003
1007
  </testcase>
1004
1008
  </testsuite>
1005
- <testsuite name="embedUploadResult" timestamp="2022-11-03T21:00:34" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
1009
+ <testsuite name="embedUploadResult" timestamp="2022-11-10T22:19:10" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
1006
1010
  </testsuite>
1007
- <testsuite name="link embed" timestamp="2022-11-03T21:00:34" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0020" failures="0">
1008
- <testcase name="Upload data actions embedUploadResult link embed inserts link with display_name as title" time="0.0000" classname="inserts link with display_name as title">
1011
+ <testsuite name="link embed" timestamp="2022-11-10T22:19:10" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0020" failures="0">
1012
+ <testcase name="Upload data actions embedUploadResult link embed inserts link with display_name as title" time="0.0010" classname="inserts link with display_name as title">
1009
1013
  </testcase>
1010
1014
  <testcase name="Upload data actions embedUploadResult link embed inserts link with url as href" time="0.0000" classname="inserts link with url as href">
1011
1015
  </testcase>
1012
1016
  <testcase name="Upload data actions embedUploadResult link embed delegates to fileEmbed for embed data" time="0.0000" classname="delegates to fileEmbed for embed data">
1013
1017
  </testcase>
1014
- <testcase name="Upload data actions embedUploadResult link embed insert image on image type and text not selected" time="0.0010" classname="insert image on image type and text not selected">
1018
+ <testcase name="Upload data actions embedUploadResult link embed insert image on image type and text not selected" time="0.0000" classname="insert image on image type and text not selected">
1015
1019
  </testcase>
1016
1020
  <testcase name="Upload data actions embedUploadResult link embed link image on image type and text selected" time="0.0010" classname="link image on image type and text selected">
1017
1021
  </testcase>
1018
1022
  </testsuite>
1019
- <testsuite name="when the content-type is preveiewable by canvas" timestamp="2022-11-03T21:00:34" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
1020
- <testcase name="Upload data actions embedUploadResult link embed when the content-type is preveiewable by canvas inserts link with data-canvas-previewable" time="0.0000" classname="inserts link with data-canvas-previewable">
1023
+ <testsuite name="when the content-type is preveiewable by canvas" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
1024
+ <testcase name="Upload data actions embedUploadResult link embed when the content-type is preveiewable by canvas inserts link with data-canvas-previewable" time="0.0010" classname="inserts link with data-canvas-previewable">
1021
1025
  </testcase>
1022
1026
  <testcase name="Upload data actions embedUploadResult link embed when the content-type is preveiewable by canvas sets &quot;disableInlinePreview&quot; embed data to true" time="0.0000" classname="sets &quot;disableInlinePreview&quot; embed data to true">
1023
1027
  </testcase>
1024
1028
  </testsuite>
1025
- <testsuite name="handleFailures" timestamp="2022-11-03T21:00:35" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0060" failures="0">
1029
+ <testsuite name="handleFailures" timestamp="2022-11-10T22:19:10" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0070" failures="0">
1026
1030
  <testcase name="Upload data actions handleFailures calls quota exceeded when the file size exceeds the quota" time="0.0050" classname="calls quota exceeded when the file size exceeds the quota">
1027
1031
  </testcase>
1028
1032
  <testcase name="Upload data actions handleFailures calls failUpload for other errors" time="0.0010" classname="calls failUpload for other errors">
1029
1033
  </testcase>
1030
- <testcase name="Upload data actions handleFailures calls failUpload if there is no response property on the error" time="0.0000" classname="calls failUpload if there is no response property on the error">
1034
+ <testcase name="Upload data actions handleFailures calls failUpload if there is no response property on the error" time="0.0010" classname="calls failUpload if there is no response property on the error">
1031
1035
  </testcase>
1032
1036
  </testsuite>
1033
- <testsuite name="activateMediaUpload" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
1037
+ <testsuite name="activateMediaUpload" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
1034
1038
  <testcase name="Upload data actions activateMediaUpload inserts the placeholder through the bridge" time="0.0000" classname="inserts the placeholder through the bridge">
1035
1039
  </testcase>
1036
1040
  <testcase name="Upload data actions activateMediaUpload dispatches a START_MEDIA_UPLOADING action" time="0.0000" classname="dispatches a START_MEDIA_UPLOADING action">
1037
1041
  </testcase>
1038
1042
  </testsuite>
1039
- <testsuite name="removePlaceholdersFor" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
1040
- <testcase name="Upload data actions removePlaceholdersFor removes the placeholder through the bridge" time="0.0010" classname="removes the placeholder through the bridge">
1043
+ <testsuite name="removePlaceholdersFor" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
1044
+ <testcase name="Upload data actions removePlaceholdersFor removes the placeholder through the bridge" time="0.0000" classname="removes the placeholder through the bridge">
1041
1045
  </testcase>
1042
1046
  <testcase name="Upload data actions removePlaceholdersFor dispatches a STOP_MEDIA_UPLOADING action" time="0.0000" classname="dispatches a STOP_MEDIA_UPLOADING action">
1043
1047
  </testcase>
1044
1048
  </testsuite>
1045
- <testsuite name="media upload failure" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0020" failures="0">
1046
- <testcase name="Upload data actions media upload failure removes placeholders" time="0.0010" classname="removes placeholders">
1049
+ <testsuite name="media upload failure" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
1050
+ <testcase name="Upload data actions media upload failure removes placeholders" time="0.0000" classname="removes placeholders">
1047
1051
  </testcase>
1048
1052
  <testcase name="Upload data actions media upload failure handles failure" time="0.0010" classname="handles failure">
1049
1053
  </testcase>
1050
1054
  </testsuite>
1051
- <testsuite name="sidebarHandlers" timestamp="2022-11-03T21:00:35" tests="22" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/containers/sidebarHandlers.test.js" time="0.0050" failures="0">
1052
- <testcase name="sidebarHandlers ties ui change tab to store" time="0.0000" classname="ties ui change tab to store">
1055
+ <testsuite name="sidebarHandlers" timestamp="2022-11-10T22:19:10" tests="22" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/containers/sidebarHandlers.test.js" time="0.0060" failures="0">
1056
+ <testcase name="sidebarHandlers ties ui change tab to store" time="0.0010" classname="ties ui change tab to store">
1053
1057
  </testcase>
1054
1058
  <testcase name="sidebarHandlers ties ui change accordion to store" time="0.0000" classname="ties ui change accordion to store">
1055
1059
  </testcase>
1056
1060
  <testcase name="sidebarHandlers ties data fetch initial page to store" time="0.0000" classname="ties data fetch initial page to store">
1057
1061
  </testcase>
1058
- <testcase name="sidebarHandlers ties data fetch next page to store" time="0.0010" classname="ties data fetch next page to store">
1062
+ <testcase name="sidebarHandlers ties data fetch next page to store" time="0.0000" classname="ties data fetch next page to store">
1059
1063
  </testcase>
1060
1064
  <testcase name="sidebarHandlers ties files toggle folder to store" time="0.0000" classname="ties files toggle folder to store">
1061
1065
  </testcase>
1062
- <testcase name="sidebarHandlers ties upload fetch folders to store" time="0.0010" classname="ties upload fetch folders to store">
1066
+ <testcase name="sidebarHandlers ties upload fetch folders to store" time="0.0000" classname="ties upload fetch folders to store">
1063
1067
  </testcase>
1064
1068
  <testcase name="sidebarHandlers ties images fetch initial images to store" time="0.0000" classname="ties images fetch initial images to store">
1065
1069
  </testcase>
1066
- <testcase name="sidebarHandlers ties images fetch next images to store" time="0.0010" classname="ties images fetch next images to store">
1070
+ <testcase name="sidebarHandlers ties images fetch next images to store" time="0.0000" classname="ties images fetch next images to store">
1067
1071
  </testcase>
1068
1072
  <testcase name="sidebarHandlers ties upload preflight to store" time="0.0010" classname="ties upload preflight to store">
1069
1073
  </testcase>
1070
- <testcase name="sidebarHandlers ties flickr search to store" time="0.0000" classname="ties flickr search to store">
1074
+ <testcase name="sidebarHandlers ties flickr search to store" time="0.0010" classname="ties flickr search to store">
1071
1075
  </testcase>
1072
- <testcase name="sidebarHandlers ties toggle flickr form to store" time="0.0000" classname="ties toggle flickr form to store">
1076
+ <testcase name="sidebarHandlers ties toggle flickr form to store" time="0.0010" classname="ties toggle flickr form to store">
1073
1077
  </testcase>
1074
1078
  <testcase name="sidebarHandlers ties toggle upload form to store" time="0.0000" classname="ties toggle upload form to store">
1075
1079
  </testcase>
1076
- <testcase name="sidebarHandlers ties icon maker uploads to store" time="0.0000" classname="ties icon maker uploads to store">
1080
+ <testcase name="sidebarHandlers ties icon maker uploads to store" time="0.0010" classname="ties icon maker uploads to store">
1077
1081
  </testcase>
1078
1082
  <testcase name="sidebarHandlers ties media upload to store" time="0.0000" classname="ties media upload to store">
1079
1083
  </testcase>
@@ -1081,52 +1085,52 @@
1081
1085
  </testcase>
1082
1086
  <testcase name="sidebarHandlers ties documents fetch next documents to store" time="0.0000" classname="ties documents fetch next documents to store">
1083
1087
  </testcase>
1084
- <testcase name="sidebarHandlers ties context change context to store" time="0.0010" classname="ties context change context to store">
1088
+ <testcase name="sidebarHandlers ties context change context to store" time="0.0000" classname="ties context change context to store">
1085
1089
  </testcase>
1086
1090
  <testcase name="sidebarHandlers ties searchString change to store" time="0.0000" classname="ties searchString change to store">
1087
1091
  </testcase>
1088
1092
  <testcase name="sidebarHandlers ties all file loading change to store" time="0.0000" classname="ties all file loading change to store">
1089
1093
  </testcase>
1090
- <testcase name="sidebarHandlers ties media fetch initial media to store" time="0.0000" classname="ties media fetch initial media to store">
1094
+ <testcase name="sidebarHandlers ties media fetch initial media to store" time="0.0010" classname="ties media fetch initial media to store">
1091
1095
  </testcase>
1092
1096
  <testcase name="sidebarHandlers ties media fetch next media to store" time="0.0000" classname="ties media fetch next media to store">
1093
1097
  </testcase>
1094
1098
  <testcase name="sidebarHandlers ties media update media object to store" time="0.0000" classname="ties media update media object to store">
1095
1099
  </testcase>
1096
1100
  </testsuite>
1097
- <testsuite name="Sidebar dragHtml" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/dragHtml.test.js" time="0.0000" failures="0">
1098
- <testcase name="Sidebar dragHtml defaults to setting the text/html data on the event" time="0.0000" classname="defaults to setting the text/html data on the event">
1101
+ <testsuite name="Sidebar dragHtml" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/dragHtml.test.js" time="0.0020" failures="0">
1102
+ <testcase name="Sidebar dragHtml defaults to setting the text/html data on the event" time="0.0010" classname="defaults to setting the text/html data on the event">
1099
1103
  </testcase>
1100
- <testcase name="Sidebar dragHtml sets encoded Text instead for non-Edge IE" time="0.0000" classname="sets encoded Text instead for non-Edge IE">
1104
+ <testcase name="Sidebar dragHtml sets encoded Text instead for non-Edge IE" time="0.0010" classname="sets encoded Text instead for non-Edge IE">
1101
1105
  </testcase>
1102
1106
  </testsuite>
1103
- <testsuite name="Edge" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/dragHtml.test.js" time="0.0000" failures="0">
1107
+ <testsuite name="Edge" timestamp="2022-11-10T22:19:10" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/dragHtml.test.js" time="0.0000" failures="0">
1104
1108
  <testcase name="Sidebar dragHtml Edge still uses the text/html data" time="0.0000" classname="still uses the text/html data">
1105
1109
  </testcase>
1106
1110
  <testcase name="Sidebar dragHtml Edge clears the dataTransfer items" time="0.0000" classname="clears the dataTransfer items">
1107
1111
  </testcase>
1108
1112
  </testsuite>
1109
- <testsuite name="Sidebar reducer" timestamp="2022-11-03T21:00:35" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0000" failures="0">
1113
+ <testsuite name="Sidebar reducer" timestamp="2022-11-10T22:19:10" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0000" failures="0">
1110
1114
  </testsuite>
1111
- <testsuite name="REQUEST_PAGE" timestamp="2022-11-03T21:00:35" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0010" failures="0">
1112
- <testcase name="Sidebar reducer REQUEST_PAGE sets the loading flag on the appropriate collection" time="0.0000" classname="sets the loading flag on the appropriate collection">
1115
+ <testsuite name="REQUEST_PAGE" timestamp="2022-11-10T22:19:10" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0030" failures="0">
1116
+ <testcase name="Sidebar reducer REQUEST_PAGE sets the loading flag on the appropriate collection" time="0.0010" classname="sets the loading flag on the appropriate collection">
1113
1117
  </testcase>
1114
1118
  <testcase name="Sidebar reducer REQUEST_PAGE leaves the other collections alone" time="0.0010" classname="leaves the other collections alone">
1115
1119
  </testcase>
1116
- <testcase name="Sidebar reducer REQUEST_PAGE leaves non-collection keys alone" time="0.0000" classname="leaves non-collection keys alone">
1120
+ <testcase name="Sidebar reducer REQUEST_PAGE leaves non-collection keys alone" time="0.0010" classname="leaves non-collection keys alone">
1117
1121
  </testcase>
1118
1122
  </testsuite>
1119
- <testsuite name="RECEIVE_PAGE" timestamp="2022-11-03T21:00:35" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0000" failures="0">
1120
- <testcase name="Sidebar reducer RECEIVE_PAGE appends results to the appropriate collection" time="0.0000" classname="appends results to the appropriate collection">
1123
+ <testsuite name="RECEIVE_PAGE" timestamp="2022-11-10T22:19:10" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0020" failures="0">
1124
+ <testcase name="Sidebar reducer RECEIVE_PAGE appends results to the appropriate collection" time="0.0010" classname="appends results to the appropriate collection">
1121
1125
  </testcase>
1122
1126
  <testcase name="Sidebar reducer RECEIVE_PAGE updates the bookmark on the appropriate collection" time="0.0000" classname="updates the bookmark on the appropriate collection">
1123
1127
  </testcase>
1124
- <testcase name="Sidebar reducer RECEIVE_PAGE clears the loading flag on the appropriate collection" time="0.0000" classname="clears the loading flag on the appropriate collection">
1128
+ <testcase name="Sidebar reducer RECEIVE_PAGE clears the loading flag on the appropriate collection" time="0.0010" classname="clears the loading flag on the appropriate collection">
1125
1129
  </testcase>
1126
1130
  <testcase name="Sidebar reducer RECEIVE_PAGE leaves the other collections alone" time="0.0000" classname="leaves the other collections alone">
1127
1131
  </testcase>
1128
1132
  </testsuite>
1129
- <testsuite name="FAIL_PAGE" timestamp="2022-11-03T21:00:35" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0000" failures="0">
1133
+ <testsuite name="FAIL_PAGE" timestamp="2022-11-10T22:19:11" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0000" failures="0">
1130
1134
  <testcase name="Sidebar reducer FAIL_PAGE clears the loading flag on the appropriate collection" time="0.0000" classname="clears the loading flag on the appropriate collection">
1131
1135
  </testcase>
1132
1136
  <testcase name="Sidebar reducer FAIL_PAGE clears the bookmark if the links are empty" time="0.0000" classname="clears the bookmark if the links are empty">
@@ -1136,21 +1140,21 @@
1136
1140
  <testcase name="Sidebar reducer FAIL_PAGE leaves the other collections alone" time="0.0000" classname="leaves the other collections alone">
1137
1141
  </testcase>
1138
1142
  </testsuite>
1139
- <testsuite name="all_files reducer" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/all_files.test.js" time="0.0000" failures="0">
1143
+ <testsuite name="all_files reducer" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/all_files.test.js" time="0.0000" failures="0">
1140
1144
  <testcase name="all_files reducer sets isLoading" time="0.0000" classname="sets isLoading">
1141
1145
  </testcase>
1142
1146
  </testsuite>
1143
- <testsuite name="Collection reducer" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/collection.test.js" time="0.0000" failures="0">
1147
+ <testsuite name="Collection reducer" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/collection.test.js" time="0.0000" failures="0">
1144
1148
  <testcase name="Collection reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1145
1149
  </testcase>
1146
1150
  </testsuite>
1147
- <testsuite name="REQUEST_PAGE" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/collection.test.js" time="0.0000" failures="0">
1151
+ <testsuite name="REQUEST_PAGE" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/collection.test.js" time="0.0000" failures="0">
1148
1152
  <testcase name="Collection reducer REQUEST_PAGE sets the loading flag and cancel function" time="0.0000" classname="sets the loading flag and cancel function">
1149
1153
  </testcase>
1150
1154
  <testcase name="Collection reducer REQUEST_PAGE preserves existing state" time="0.0000" classname="preserves existing state">
1151
1155
  </testcase>
1152
1156
  </testsuite>
1153
- <testsuite name="FAIL_PAGE" timestamp="2022-11-03T21:00:35" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/collection.test.js" time="0.0000" failures="0">
1157
+ <testsuite name="FAIL_PAGE" timestamp="2022-11-10T22:19:11" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/collection.test.js" time="0.0000" failures="0">
1154
1158
  <testcase name="Collection reducer FAIL_PAGE deactivates loading" time="0.0000" classname="deactivates loading">
1155
1159
  </testcase>
1156
1160
  <testcase name="Collection reducer FAIL_PAGE includes the error in state" time="0.0000" classname="includes the error in state">
@@ -1160,117 +1164,117 @@
1160
1164
  <testcase name="Collection reducer FAIL_PAGE leaves the bookmark when links are present" time="0.0000" classname="leaves the bookmark when links are present">
1161
1165
  </testcase>
1162
1166
  </testsuite>
1163
- <testsuite name="Context reducer" timestamp="2022-11-03T21:00:35" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/context.test.js" time="0.0000" failures="0">
1167
+ <testsuite name="Context reducer" timestamp="2022-11-10T22:19:11" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/context.test.js" time="0.0000" failures="0">
1164
1168
  </testsuite>
1165
- <testsuite name="changeContextType" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/context.test.js" time="0.0000" failures="0">
1166
- <testcase name="Context reducer changeContextType does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1169
+ <testsuite name="changeContextType" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/context.test.js" time="0.0010" failures="0">
1170
+ <testcase name="Context reducer changeContextType does not modify the state if for unknown actions" time="0.0010" classname="does not modify the state if for unknown actions">
1167
1171
  </testcase>
1168
1172
  <testcase name="Context reducer changeContextType returns the new context type" time="0.0000" classname="returns the new context type">
1169
1173
  </testcase>
1170
1174
  </testsuite>
1171
- <testsuite name="changeContextId" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/context.test.js" time="0.0000" failures="0">
1175
+ <testsuite name="changeContextId" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/context.test.js" time="0.0000" failures="0">
1172
1176
  <testcase name="Context reducer changeContextId does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1173
1177
  </testcase>
1174
1178
  <testcase name="Context reducer changeContextId returns the new context it" time="0.0000" classname="returns the new context it">
1175
1179
  </testcase>
1176
1180
  </testsuite>
1177
- <testsuite name="Documents reducer" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
1178
- <testcase name="Documents reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1181
+ <testsuite name="Documents reducer" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0010" failures="0">
1182
+ <testcase name="Documents reducer does not modify the state if for unknown actions" time="0.0010" classname="does not modify the state if for unknown actions">
1179
1183
  </testcase>
1180
1184
  </testsuite>
1181
- <testsuite name="REQUEST_DOCS" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
1185
+ <testsuite name="REQUEST_DOCS" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
1182
1186
  <testcase name="Documents reducer REQUEST_DOCS marks documents as loading" time="0.0000" classname="marks documents as loading">
1183
1187
  </testcase>
1184
1188
  </testsuite>
1185
- <testsuite name="REQUEST_INITIAL_DOCS" timestamp="2022-11-03T21:00:35" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
1186
- <testcase name="Documents reducer REQUEST_INITIAL_DOCS marks documents as loading" time="0.0000" classname="marks documents as loading">
1189
+ <testsuite name="REQUEST_INITIAL_DOCS" timestamp="2022-11-10T22:19:11" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0010" failures="0">
1190
+ <testcase name="Documents reducer REQUEST_INITIAL_DOCS marks documents as loading" time="0.0010" classname="marks documents as loading">
1187
1191
  </testcase>
1188
1192
  <testcase name="Documents reducer REQUEST_INITIAL_DOCS marks documents as having more" time="0.0000" classname="marks documents as having more">
1189
1193
  </testcase>
1190
1194
  <testcase name="Documents reducer REQUEST_INITIAL_DOCS clears files" time="0.0000" classname="clears files">
1191
1195
  </testcase>
1192
1196
  </testsuite>
1193
- <testsuite name="RECEIVE_DOCS" timestamp="2022-11-03T21:00:35" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
1194
- <testcase name="Documents reducer RECEIVE_DOCS appends new fils to the existing array" time="0.0000" classname="appends new fils to the existing array">
1197
+ <testsuite name="RECEIVE_DOCS" timestamp="2022-11-10T22:19:11" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0010" failures="0">
1198
+ <testcase name="Documents reducer RECEIVE_DOCS appends new fils to the existing array" time="0.0010" classname="appends new fils to the existing array">
1195
1199
  </testcase>
1196
1200
  <testcase name="Documents reducer RECEIVE_DOCS hasMore if there&apos;s a bookmark" time="0.0000" classname="hasMore if there&apos;s a bookmark">
1197
1201
  </testcase>
1198
1202
  <testcase name="Documents reducer RECEIVE_DOCS clears isLoading state" time="0.0000" classname="clears isLoading state">
1199
1203
  </testcase>
1200
1204
  </testsuite>
1201
- <testsuite name="CHANGE_CONTEXT" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
1205
+ <testsuite name="CHANGE_CONTEXT" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
1202
1206
  <testcase name="Documents reducer CHANGE_CONTEXT creates the new documents context if it does not exist" time="0.0000" classname="creates the new documents context if it does not exist">
1203
1207
  </testcase>
1204
1208
  </testsuite>
1205
- <testsuite name="Files reducer" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/files.test.js" time="0.0010" failures="0">
1206
- <testcase name="Files reducer does not modify the state if for unknown actions" time="0.0010" classname="does not modify the state if for unknown actions">
1209
+ <testsuite name="Files reducer" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/files.test.js" time="0.0000" failures="0">
1210
+ <testcase name="Files reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1207
1211
  </testcase>
1208
1212
  </testsuite>
1209
- <testsuite name="ADD_FILE" timestamp="2022-11-03T21:00:35" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/files.test.js" time="0.0000" failures="0">
1213
+ <testsuite name="ADD_FILE" timestamp="2022-11-10T22:19:11" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/files.test.js" time="0.0020" failures="0">
1210
1214
  <testcase name="Files reducer ADD_FILE adds a new property to files keyed by id from action" time="0.0000" classname="adds a new property to files keyed by id from action">
1211
1215
  </testcase>
1212
1216
  <testcase name="Files reducer ADD_FILE sets id from action" time="0.0000" classname="sets id from action">
1213
1217
  </testcase>
1214
- <testcase name="Files reducer ADD_FILE sets name from action" time="0.0000" classname="sets name from action">
1218
+ <testcase name="Files reducer ADD_FILE sets name from action" time="0.0010" classname="sets name from action">
1215
1219
  </testcase>
1216
1220
  <testcase name="Files reducer ADD_FILE sets type from action fileType" time="0.0000" classname="sets type from action fileType">
1217
1221
  </testcase>
1218
- <testcase name="Files reducer ADD_FILE sets url from action" time="0.0000" classname="sets url from action">
1222
+ <testcase name="Files reducer ADD_FILE sets url from action" time="0.0010" classname="sets url from action">
1219
1223
  </testcase>
1220
1224
  <testcase name="Files reducer ADD_FILE sets embed from action" time="0.0000" classname="sets embed from action">
1221
1225
  </testcase>
1222
1226
  <testcase name="Files reducer ADD_FILE keeps existing properties" time="0.0000" classname="keeps existing properties">
1223
1227
  </testcase>
1224
1228
  </testsuite>
1225
- <testsuite name="Flickr reducer" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
1229
+ <testsuite name="Flickr reducer" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
1226
1230
  <testcase name="Flickr reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1227
1231
  </testcase>
1228
1232
  </testsuite>
1229
- <testsuite name="START_FLICKR_SEARCH" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
1233
+ <testsuite name="START_FLICKR_SEARCH" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
1230
1234
  <testcase name="Flickr reducer START_FLICKR_SEARCH sets searching to true" time="0.0000" classname="sets searching to true">
1231
1235
  </testcase>
1232
1236
  <testcase name="Flickr reducer START_FLICKR_SEARCH sets term from action" time="0.0000" classname="sets term from action">
1233
1237
  </testcase>
1234
1238
  </testsuite>
1235
- <testsuite name="RECEIVE_FLICKR_RESULTS" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
1239
+ <testsuite name="RECEIVE_FLICKR_RESULTS" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
1236
1240
  <testcase name="Flickr reducer RECEIVE_FLICKR_RESULTS turns searching off" time="0.0000" classname="turns searching off">
1237
1241
  </testcase>
1238
1242
  <testcase name="Flickr reducer RECEIVE_FLICKR_RESULTS passes results through for display" time="0.0000" classname="passes results through for display">
1239
1243
  </testcase>
1240
1244
  </testsuite>
1241
- <testsuite name="FAIL_FLICKR_SEARCH" timestamp="2022-11-03T21:00:35" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
1245
+ <testsuite name="FAIL_FLICKR_SEARCH" timestamp="2022-11-10T22:19:11" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0010" failures="0">
1242
1246
  <testcase name="Flickr reducer FAIL_FLICKR_SEARCH disables searching flag" time="0.0000" classname="disables searching flag">
1243
1247
  </testcase>
1244
- <testcase name="Flickr reducer FAIL_FLICKR_SEARCH blanks the search term" time="0.0000" classname="blanks the search term">
1248
+ <testcase name="Flickr reducer FAIL_FLICKR_SEARCH blanks the search term" time="0.0010" classname="blanks the search term">
1245
1249
  </testcase>
1246
1250
  <testcase name="Flickr reducer FAIL_FLICKR_SEARCH empties the search results" time="0.0000" classname="empties the search results">
1247
1251
  </testcase>
1248
1252
  <testcase name="Flickr reducer FAIL_FLICKR_SEARCH leaves the form state as it is" time="0.0000" classname="leaves the form state as it is">
1249
1253
  </testcase>
1250
1254
  </testsuite>
1251
- <testsuite name="TOGGLE_FLICKR_FORM" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
1255
+ <testsuite name="TOGGLE_FLICKR_FORM" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
1252
1256
  <testcase name="Flickr reducer TOGGLE_FLICKR_FORM reverses current state" time="0.0000" classname="reverses current state">
1253
1257
  </testcase>
1254
1258
  <testcase name="Flickr reducer TOGGLE_FLICKR_FORM goes back and forth for each invocation" time="0.0000" classname="goes back and forth for each invocation">
1255
1259
  </testcase>
1256
1260
  </testsuite>
1257
- <testsuite name="Folder sidebar reducer" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0010" failures="0">
1258
- <testcase name="Folder sidebar reducer does not modify the state if for unknown actions" time="0.0010" classname="does not modify the state if for unknown actions">
1261
+ <testsuite name="Folder sidebar reducer" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
1262
+ <testcase name="Folder sidebar reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1259
1263
  </testcase>
1260
1264
  </testsuite>
1261
- <testsuite name="ADD_FOLDER" timestamp="2022-11-03T21:00:35" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
1265
+ <testsuite name="ADD_FOLDER" timestamp="2022-11-10T22:19:11" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0010" failures="0">
1262
1266
  <testcase name="Folder sidebar reducer ADD_FOLDER sets id from action" time="0.0000" classname="sets id from action">
1263
1267
  </testcase>
1264
1268
  <testcase name="Folder sidebar reducer ADD_FOLDER sets name from action" time="0.0000" classname="sets name from action">
1265
1269
  </testcase>
1266
1270
  <testcase name="Folder sidebar reducer ADD_FOLDER sets filesUrl from action" time="0.0000" classname="sets filesUrl from action">
1267
1271
  </testcase>
1268
- <testcase name="Folder sidebar reducer ADD_FOLDER sets foldersUrl from action" time="0.0000" classname="sets foldersUrl from action">
1272
+ <testcase name="Folder sidebar reducer ADD_FOLDER sets foldersUrl from action" time="0.0010" classname="sets foldersUrl from action">
1269
1273
  </testcase>
1270
1274
  <testcase name="Folder sidebar reducer ADD_FOLDER keeps existing properties" time="0.0000" classname="keeps existing properties">
1271
1275
  </testcase>
1272
1276
  </testsuite>
1273
- <testsuite name="RECEIVE_FILES" timestamp="2022-11-03T21:00:35" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
1277
+ <testsuite name="RECEIVE_FILES" timestamp="2022-11-10T22:19:11" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
1274
1278
  <testcase name="Folder sidebar reducer RECEIVE_FILES decrements loadingCount" time="0.0000" classname="decrements loadingCount">
1275
1279
  </testcase>
1276
1280
  <testcase name="Folder sidebar reducer RECEIVE_FILES sets loading to true if next loadingCount is not 0" time="0.0000" classname="sets loading to true if next loadingCount is not 0">
@@ -1282,30 +1286,30 @@
1282
1286
  <testcase name="Folder sidebar reducer RECEIVE_FILES keeps existing properties" time="0.0000" classname="keeps existing properties">
1283
1287
  </testcase>
1284
1288
  </testsuite>
1285
- <testsuite name="RECEIVE_SUBFOLDERS" timestamp="2022-11-03T21:00:35" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
1289
+ <testsuite name="RECEIVE_SUBFOLDERS" timestamp="2022-11-10T22:19:11" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0010" failures="0">
1286
1290
  <testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS decrements loadingCount" time="0.0000" classname="decrements loadingCount">
1287
1291
  </testcase>
1288
1292
  <testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS sets loading to true if next loadingCount is not 0" time="0.0000" classname="sets loading to true if next loadingCount is not 0">
1289
1293
  </testcase>
1290
1294
  <testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS sets loading to false if next loadingCount is 0" time="0.0000" classname="sets loading to false if next loadingCount is 0">
1291
1295
  </testcase>
1292
- <testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS adds folderIds from action to existing folderIds" time="0.0000" classname="adds folderIds from action to existing folderIds">
1296
+ <testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS adds folderIds from action to existing folderIds" time="0.0010" classname="adds folderIds from action to existing folderIds">
1293
1297
  </testcase>
1294
1298
  <testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS keeps existing properties" time="0.0000" classname="keeps existing properties">
1295
1299
  </testcase>
1296
1300
  </testsuite>
1297
- <testsuite name="REQUEST_FILES" timestamp="2022-11-03T21:00:35" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0010" failures="0">
1301
+ <testsuite name="REQUEST_FILES" timestamp="2022-11-10T22:19:11" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
1298
1302
  <testcase name="Folder sidebar reducer REQUEST_FILES sets requested to true" time="0.0000" classname="sets requested to true">
1299
1303
  </testcase>
1300
1304
  <testcase name="Folder sidebar reducer REQUEST_FILES increments loadingCount" time="0.0000" classname="increments loadingCount">
1301
1305
  </testcase>
1302
- <testcase name="Folder sidebar reducer REQUEST_FILES sets loading to true if next loadingCount is not 0" time="0.0010" classname="sets loading to true if next loadingCount is not 0">
1306
+ <testcase name="Folder sidebar reducer REQUEST_FILES sets loading to true if next loadingCount is not 0" time="0.0000" classname="sets loading to true if next loadingCount is not 0">
1303
1307
  </testcase>
1304
1308
  <testcase name="Folder sidebar reducer REQUEST_FILES keeps existing properties" time="0.0000" classname="keeps existing properties">
1305
1309
  </testcase>
1306
1310
  </testsuite>
1307
- <testsuite name="REQUEST_SUBFOLDERS" timestamp="2022-11-03T21:00:35" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
1308
- <testcase name="Folder sidebar reducer REQUEST_SUBFOLDERS sets requested to true" time="0.0000" classname="sets requested to true">
1311
+ <testsuite name="REQUEST_SUBFOLDERS" timestamp="2022-11-10T22:19:11" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0010" failures="0">
1312
+ <testcase name="Folder sidebar reducer REQUEST_SUBFOLDERS sets requested to true" time="0.0010" classname="sets requested to true">
1309
1313
  </testcase>
1310
1314
  <testcase name="Folder sidebar reducer REQUEST_SUBFOLDERS increments loadingCount" time="0.0000" classname="increments loadingCount">
1311
1315
  </testcase>
@@ -1314,7 +1318,7 @@
1314
1318
  <testcase name="Folder sidebar reducer REQUEST_SUBFOLDERS keeps existing properties" time="0.0000" classname="keeps existing properties">
1315
1319
  </testcase>
1316
1320
  </testsuite>
1317
- <testsuite name="TOGGLE" timestamp="2022-11-03T21:00:35" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
1321
+ <testsuite name="TOGGLE" timestamp="2022-11-10T22:19:11" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
1318
1322
  <testcase name="Folder sidebar reducer TOGGLE sets expanded to true if it was false" time="0.0000" classname="sets expanded to true if it was false">
1319
1323
  </testcase>
1320
1324
  <testcase name="Folder sidebar reducer TOGGLE sets expanded to false if it was true" time="0.0000" classname="sets expanded to false if it was true">
@@ -1322,20 +1326,20 @@
1322
1326
  <testcase name="Folder sidebar reducer TOGGLE keeps existing properties" time="0.0000" classname="keeps existing properties">
1323
1327
  </testcase>
1324
1328
  </testsuite>
1325
- <testsuite name="Folders reducer" timestamp="2022-11-03T21:00:35" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folders.test.js" time="0.0010" failures="0">
1329
+ <testsuite name="Folders reducer" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folders.test.js" time="0.0010" failures="0">
1326
1330
  <testcase name="Folders reducer does not proxy unknown actions" time="0.0010" classname="does not proxy unknown actions">
1327
1331
  </testcase>
1328
1332
  <testcase name="Folders reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1329
1333
  </testcase>
1330
1334
  </testsuite>
1331
- <testsuite name="proxies actions for property by action id to folder" timestamp="2022-11-03T21:00:35" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folders.test.js" time="0.0000" failures="0">
1335
+ <testsuite name="proxies actions for property by action id to folder" timestamp="2022-11-10T22:19:11" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folders.test.js" time="0.0000" failures="0">
1332
1336
  </testsuite>
1333
- <testsuite name="Images reducer" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
1337
+ <testsuite name="Images reducer" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
1334
1338
  <testcase name="Images reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1335
1339
  </testcase>
1336
1340
  </testsuite>
1337
- <testsuite name="ADD_IMAGE" timestamp="2022-11-03T21:00:35" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
1338
- <testcase name="Images reducer ADD_IMAGE adds a new object to images array" time="0.0000" classname="adds a new object to images array">
1341
+ <testsuite name="ADD_IMAGE" timestamp="2022-11-10T22:19:11" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0020" failures="0">
1342
+ <testcase name="Images reducer ADD_IMAGE adds a new object to images array" time="0.0010" classname="adds a new object to images array">
1339
1343
  </testcase>
1340
1344
  <testcase name="Images reducer ADD_IMAGE sets id from action" time="0.0000" classname="sets id from action">
1341
1345
  </testcase>
@@ -1343,28 +1347,28 @@
1343
1347
  </testcase>
1344
1348
  <testcase name="Images reducer ADD_IMAGE sets display_name from action display_name" time="0.0000" classname="sets display_name from action display_name">
1345
1349
  </testcase>
1346
- <testcase name="Images reducer ADD_IMAGE sets preview_url from action preview_url" time="0.0000" classname="sets preview_url from action preview_url">
1350
+ <testcase name="Images reducer ADD_IMAGE sets preview_url from action preview_url" time="0.0010" classname="sets preview_url from action preview_url">
1347
1351
  </testcase>
1348
1352
  <testcase name="Images reducer ADD_IMAGE sets thumbnail_url from action thumbnail_url" time="0.0000" classname="sets thumbnail_url from action thumbnail_url">
1349
1353
  </testcase>
1350
1354
  <testcase name="Images reducer ADD_IMAGE sets href from action preview_url" time="0.0000" classname="sets href from action preview_url">
1351
1355
  </testcase>
1352
1356
  </testsuite>
1353
- <testsuite name="RECEIVE_IMAGES" timestamp="2022-11-03T21:00:35" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0010" failures="0">
1357
+ <testsuite name="RECEIVE_IMAGES" timestamp="2022-11-10T22:19:11" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0010" failures="0">
1354
1358
  <testcase name="Images reducer RECEIVE_IMAGES appends new records to the existing array when the payload searchString matches state" time="0.0000" classname="appends new records to the existing array when the payload searchString matches state">
1355
1359
  </testcase>
1356
- <testcase name="Images reducer RECEIVE_IMAGES does not append new records to the existing array when the payload searchString does not match state" time="0.0010" classname="does not append new records to the existing array when the payload searchString does not match state">
1360
+ <testcase name="Images reducer RECEIVE_IMAGES does not append new records to the existing array when the payload searchString does not match state" time="0.0000" classname="does not append new records to the existing array when the payload searchString does not match state">
1357
1361
  </testcase>
1358
1362
  <testcase name="Images reducer RECEIVE_IMAGES hasMore if there&apos;s a bookmark" time="0.0000" classname="hasMore if there&apos;s a bookmark">
1359
1363
  </testcase>
1360
- <testcase name="Images reducer RECEIVE_IMAGES clears isLoading state" time="0.0000" classname="clears isLoading state">
1364
+ <testcase name="Images reducer RECEIVE_IMAGES clears isLoading state" time="0.0010" classname="clears isLoading state">
1361
1365
  </testcase>
1362
1366
  </testsuite>
1363
- <testsuite name="REQUEST_IMAGES" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
1367
+ <testsuite name="REQUEST_IMAGES" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
1364
1368
  <testcase name="Images reducer REQUEST_IMAGES marks images as loading" time="0.0000" classname="marks images as loading">
1365
1369
  </testcase>
1366
1370
  </testsuite>
1367
- <testsuite name="REQUEST_INITIAL_IMAGES" timestamp="2022-11-03T21:00:35" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0010" failures="0">
1371
+ <testsuite name="REQUEST_INITIAL_IMAGES" timestamp="2022-11-10T22:19:11" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0010" failures="0">
1368
1372
  <testcase name="Images reducer REQUEST_INITIAL_IMAGES marks images as loading" time="0.0000" classname="marks images as loading">
1369
1373
  </testcase>
1370
1374
  <testcase name="Images reducer REQUEST_INITIAL_IMAGES marks iamgess as having more" time="0.0010" classname="marks iamgess as having more">
@@ -1372,124 +1376,124 @@
1372
1376
  <testcase name="Images reducer REQUEST_INITIAL_IMAGES clears files" time="0.0000" classname="clears files">
1373
1377
  </testcase>
1374
1378
  </testsuite>
1375
- <testsuite name="CHANGE_SEARCH_STRING" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
1379
+ <testsuite name="CHANGE_SEARCH_STRING" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
1376
1380
  <testcase name="Images reducer CHANGE_SEARCH_STRING sets the searchString to the payload" time="0.0000" classname="sets the searchString to the payload">
1377
1381
  </testcase>
1378
1382
  </testsuite>
1379
- <testsuite name="Session reducer" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/session.test.js" time="0.0000" failures="0">
1383
+ <testsuite name="Session reducer" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/session.test.js" time="0.0000" failures="0">
1380
1384
  <testcase name="Session reducer returns the original state if called with other action" time="0.0000" classname="returns the original state if called with other action">
1381
1385
  </testcase>
1382
1386
  </testsuite>
1383
- <testsuite name="RECEIVE_SESSION action" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/session.test.js" time="0.0010" failures="0">
1387
+ <testsuite name="RECEIVE_SESSION action" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/session.test.js" time="0.0010" failures="0">
1384
1388
  <testcase name="Session reducer RECEIVE_SESSION action merges action data with existing state" time="0.0010" classname="merges action data with existing state">
1385
1389
  </testcase>
1386
1390
  </testsuite>
1387
- <testsuite name="UI reducer" timestamp="2022-11-03T21:00:35" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/ui.test.js" time="0.0000" failures="0">
1391
+ <testsuite name="UI reducer" timestamp="2022-11-10T22:19:11" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/ui.test.js" time="0.0000" failures="0">
1388
1392
  </testsuite>
1389
- <testsuite name="hidden flag" timestamp="2022-11-03T21:00:35" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/ui.test.js" time="0.0010" failures="0">
1393
+ <testsuite name="hidden flag" timestamp="2022-11-10T22:19:11" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/ui.test.js" time="0.0000" failures="0">
1390
1394
  <testcase name="UI reducer hidden flag is cleared on showSidebar" time="0.0000" classname="is cleared on showSidebar">
1391
1395
  </testcase>
1392
- <testcase name="UI reducer hidden flag is cleared on resetUI" time="0.0010" classname="is cleared on resetUI">
1396
+ <testcase name="UI reducer hidden flag is cleared on resetUI" time="0.0000" classname="is cleared on resetUI">
1393
1397
  </testcase>
1394
1398
  <testcase name="UI reducer hidden flag is set on hideSidebar" time="0.0000" classname="is set on hideSidebar">
1395
1399
  </testcase>
1396
1400
  </testsuite>
1397
- <testsuite name="Upload reducer" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1398
- <testcase name="Upload reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
1401
+ <testsuite name="Upload reducer" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0010" failures="0">
1402
+ <testcase name="Upload reducer does not modify the state if for unknown actions" time="0.0010" classname="does not modify the state if for unknown actions">
1399
1403
  </testcase>
1400
1404
  </testsuite>
1401
- <testsuite name="START_FILE_UPLOAD" timestamp="2022-11-03T21:00:35" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1402
- <testcase name="Upload reducer START_FILE_UPLOAD sets uploading to true" time="0.0000" classname="sets uploading to true">
1405
+ <testsuite name="START_FILE_UPLOAD" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0010" failures="0">
1406
+ <testcase name="Upload reducer START_FILE_UPLOAD sets uploading to true" time="0.0010" classname="sets uploading to true">
1403
1407
  </testcase>
1404
1408
  </testsuite>
1405
- <testsuite name="COMPLETE_FILE_UPLOAD" timestamp="2022-11-03T21:00:36" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0020" failures="0">
1409
+ <testsuite name="COMPLETE_FILE_UPLOAD" timestamp="2022-11-10T22:19:11" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0010" failures="0">
1406
1410
  <testcase name="Upload reducer COMPLETE_FILE_UPLOAD turns uploading off" time="0.0000" classname="turns uploading off">
1407
1411
  </testcase>
1408
1412
  <testcase name="Upload reducer COMPLETE_FILE_UPLOAD collapses the form" time="0.0010" classname="collapses the form">
1409
1413
  </testcase>
1410
- <testcase name="Upload reducer COMPLETE_FILE_UPLOAD resets the error state" time="0.0010" classname="resets the error state">
1414
+ <testcase name="Upload reducer COMPLETE_FILE_UPLOAD resets the error state" time="0.0000" classname="resets the error state">
1411
1415
  </testcase>
1412
1416
  </testsuite>
1413
- <testsuite name="FAIL_FILE_UPLOAD" timestamp="2022-11-03T21:00:36" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1417
+ <testsuite name="FAIL_FILE_UPLOAD" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1414
1418
  <testcase name="Upload reducer FAIL_FILE_UPLOAD disables uploading flag" time="0.0000" classname="disables uploading flag">
1415
1419
  </testcase>
1416
1420
  <testcase name="Upload reducer FAIL_FILE_UPLOAD leaves the form state as it is" time="0.0000" classname="leaves the form state as it is">
1417
1421
  </testcase>
1418
1422
  </testsuite>
1419
- <testsuite name="QUOTA_EXCEEDED_UPLOAD" timestamp="2022-11-03T21:00:36" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1423
+ <testsuite name="QUOTA_EXCEEDED_UPLOAD" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0010" failures="0">
1420
1424
  <testcase name="Upload reducer QUOTA_EXCEEDED_UPLOAD sets the error state type to QUOTA_EXCEEDED_UPLOAD" time="0.0000" classname="sets the error state type to QUOTA_EXCEEDED_UPLOAD">
1421
1425
  </testcase>
1422
- <testcase name="Upload reducer QUOTA_EXCEEDED_UPLOAD sets the uploading state the false" time="0.0000" classname="sets the uploading state the false">
1426
+ <testcase name="Upload reducer QUOTA_EXCEEDED_UPLOAD sets the uploading state the false" time="0.0010" classname="sets the uploading state the false">
1423
1427
  </testcase>
1424
1428
  </testsuite>
1425
- <testsuite name="RECEIVE_FOLDER" timestamp="2022-11-03T21:00:36" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1429
+ <testsuite name="RECEIVE_FOLDER" timestamp="2022-11-10T22:19:11" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0020" failures="0">
1426
1430
  <testcase name="Upload reducer RECEIVE_FOLDER adds a new property to folders keyed by id from action" time="0.0000" classname="adds a new property to folders keyed by id from action">
1427
1431
  </testcase>
1428
- <testcase name="Upload reducer RECEIVE_FOLDER sets id from action" time="0.0000" classname="sets id from action">
1432
+ <testcase name="Upload reducer RECEIVE_FOLDER sets id from action" time="0.0010" classname="sets id from action">
1429
1433
  </testcase>
1430
1434
  <testcase name="Upload reducer RECEIVE_FOLDER sets name from action" time="0.0000" classname="sets name from action">
1431
1435
  </testcase>
1432
- <testcase name="Upload reducer RECEIVE_FOLDER keeps existing properties" time="0.0000" classname="keeps existing properties">
1436
+ <testcase name="Upload reducer RECEIVE_FOLDER keeps existing properties" time="0.0010" classname="keeps existing properties">
1433
1437
  </testcase>
1434
1438
  <testcase name="Upload reducer RECEIVE_FOLDER sets the root folder id" time="0.0000" classname="sets the root folder id">
1435
1439
  </testcase>
1436
1440
  </testsuite>
1437
- <testsuite name="FAIL_FOLDERS_LOAD" timestamp="2022-11-03T21:00:36" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1441
+ <testsuite name="FAIL_FOLDERS_LOAD" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1438
1442
  <testcase name="Upload reducer FAIL_FOLDERS_LOAD empties the folders data" time="0.0000" classname="empties the folders data">
1439
1443
  </testcase>
1440
1444
  <testcase name="Upload reducer FAIL_FOLDERS_LOAD sets loadingFolders to false" time="0.0000" classname="sets loadingFolders to false">
1441
1445
  </testcase>
1442
1446
  </testsuite>
1443
- <testsuite name="TOGGLE_UPLOAD_FORM" timestamp="2022-11-03T21:00:36" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1447
+ <testsuite name="TOGGLE_UPLOAD_FORM" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1444
1448
  <testcase name="Upload reducer TOGGLE_UPLOAD_FORM reverses current state" time="0.0000" classname="reverses current state">
1445
1449
  </testcase>
1446
1450
  <testcase name="Upload reducer TOGGLE_UPLOAD_FORM goes back and forth for each invocation" time="0.0000" classname="goes back and forth for each invocation">
1447
1451
  </testcase>
1448
1452
  </testsuite>
1449
- <testsuite name="PROCESSED_FOLDER_BATCH" timestamp="2022-11-03T21:00:36" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0010" failures="0">
1453
+ <testsuite name="PROCESSED_FOLDER_BATCH" timestamp="2022-11-10T22:19:11" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0010" failures="0">
1450
1454
  <testcase name="Upload reducer PROCESSED_FOLDER_BATCH builds a folder tree with sorting" time="0.0010" classname="builds a folder tree with sorting">
1451
1455
  </testcase>
1452
1456
  </testsuite>
1453
- <testsuite name="START_LOADING" timestamp="2022-11-03T21:00:36" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1454
- <testcase name="Upload reducer START_LOADING sets loadingFolders to true" time="0.0000" classname="sets loadingFolders to true">
1457
+ <testsuite name="START_LOADING" timestamp="2022-11-10T22:19:11" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0020" failures="0">
1458
+ <testcase name="Upload reducer START_LOADING sets loadingFolders to true" time="0.0010" classname="sets loadingFolders to true">
1455
1459
  </testcase>
1456
- <testcase name="Upload reducer START_LOADING sets uploadingMediaStatus loading true" time="0.0000" classname="sets uploadingMediaStatus loading true">
1460
+ <testcase name="Upload reducer START_LOADING sets uploadingMediaStatus loading true" time="0.0010" classname="sets uploadingMediaStatus loading true">
1457
1461
  </testcase>
1458
1462
  </testsuite>
1459
- <testsuite name="FAIL_MEDIA_UPLOAD" timestamp="2022-11-03T21:00:36" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1463
+ <testsuite name="FAIL_MEDIA_UPLOAD" timestamp="2022-11-10T22:19:12" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1460
1464
  <testcase name="Upload reducer FAIL_MEDIA_UPLOAD sets uploadingMediaStatus error to true" time="0.0000" classname="sets uploadingMediaStatus error to true">
1461
1465
  </testcase>
1462
1466
  </testsuite>
1463
- <testsuite name="MEDIA_UPLOAD_SUCCESS" timestamp="2022-11-03T21:00:36" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1464
- <testcase name="Upload reducer MEDIA_UPLOAD_SUCCESS sets uploadingMediaStatus uploaded to true" time="0.0000" classname="sets uploadingMediaStatus uploaded to true">
1467
+ <testsuite name="MEDIA_UPLOAD_SUCCESS" timestamp="2022-11-10T22:19:12" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0010" failures="0">
1468
+ <testcase name="Upload reducer MEDIA_UPLOAD_SUCCESS sets uploadingMediaStatus uploaded to true" time="0.0010" classname="sets uploadingMediaStatus uploaded to true">
1465
1469
  </testcase>
1466
1470
  </testsuite>
1467
- <testsuite name="STOP_LOADING" timestamp="2022-11-03T21:00:36" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1471
+ <testsuite name="STOP_LOADING" timestamp="2022-11-10T22:19:12" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
1468
1472
  <testcase name="Upload reducer STOP_LOADING sets loadingFolders to false" time="0.0000" classname="sets loadingFolders to false">
1469
1473
  </testcase>
1470
1474
  </testsuite>
1471
- <testsuite name="Sidebar initialState" timestamp="2022-11-03T21:00:36" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/store/initialState.test.js" time="0.0000" failures="0">
1472
- <testcase name="Sidebar initialState accepts provided contextType" time="0.0000" classname="accepts provided contextType">
1475
+ <testsuite name="Sidebar initialState" timestamp="2022-11-10T22:19:12" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/store/initialState.test.js" time="0.0020" failures="0">
1476
+ <testcase name="Sidebar initialState accepts provided contextType" time="0.0010" classname="accepts provided contextType">
1473
1477
  </testcase>
1474
1478
  <testcase name="Sidebar initialState normalizes provided contextType" time="0.0000" classname="normalizes provided contextType">
1475
1479
  </testcase>
1476
- <testcase name="Sidebar initialState accepts provided jwt" time="0.0000" classname="accepts provided jwt">
1480
+ <testcase name="Sidebar initialState accepts provided jwt" time="0.0010" classname="accepts provided jwt">
1477
1481
  </testcase>
1478
1482
  <testcase name="Sidebar initialState accepts provided source" time="0.0000" classname="accepts provided source">
1479
1483
  </testcase>
1480
1484
  <testcase name="Sidebar initialState accepts provided collections" time="0.0000" classname="accepts provided collections">
1481
1485
  </testcase>
1482
1486
  </testsuite>
1483
- <testsuite name="defaults" timestamp="2022-11-03T21:00:36" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/store/initialState.test.js" time="0.0020" failures="0">
1487
+ <testsuite name="defaults" timestamp="2022-11-10T22:19:12" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/store/initialState.test.js" time="0.0010" failures="0">
1484
1488
  <testcase name="Sidebar initialState defaults contextType to undefined" time="0.0000" classname="contextType to undefined">
1485
1489
  </testcase>
1486
1490
  <testcase name="Sidebar initialState defaults jwt to undefined" time="0.0000" classname="jwt to undefined">
1487
1491
  </testcase>
1488
- <testcase name="Sidebar initialState defaults source to the api source" time="0.0010" classname="source to the api source">
1492
+ <testcase name="Sidebar initialState defaults source to the api source" time="0.0000" classname="source to the api source">
1489
1493
  </testcase>
1490
- <testcase name="Sidebar initialState defaults initial collections using source" time="0.0010" classname="initial collections using source">
1494
+ <testcase name="Sidebar initialState defaults initial collections using source" time="0.0000" classname="initial collections using source">
1491
1495
  </testcase>
1492
- <testcase name="Sidebar initialState defaults searchString is empty string" time="0.0000" classname="searchString is empty string">
1496
+ <testcase name="Sidebar initialState defaults searchString is empty string" time="0.0010" classname="searchString is empty string">
1493
1497
  </testcase>
1494
1498
  <testcase name="Sidebar initialState defaults sortBy sorts by date desc" time="0.0000" classname="sortBy sorts by date desc">
1495
1499
  </testcase>