@instructure/canvas-rce 5.1.2-alpha.7 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3854) hide show
  1. package/DEVELOPMENT.md +1 -1
  2. package/canvas/lib/defaultTinymceConfig.js +1 -1
  3. package/canvas/lib/rce/RCEWrapper.js +2 -2
  4. package/canvas/lib/rce/editorLanguage.js +1 -0
  5. package/canvas/lib/rce/normalizeLocale.js +1 -1
  6. package/canvas/lib/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  7. package/canvas/lib/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  8. package/canvas/lib/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  9. package/canvas/lib/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  10. package/canvas/lib/rce/plugins/instructure_buttons/svg/text.js +2 -0
  11. package/canvas/lib/rce/plugins/instructure_image/ImageEmbedOptions.js +19 -5
  12. package/canvas/lib/rce/plugins/instructure_image/ImageOptionsTray/index.js +9 -3
  13. package/canvas/lib/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +166 -0
  14. package/canvas/lib/rce/plugins/instructure_record/AudioOptionsTray/index.js +172 -0
  15. package/canvas/lib/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +1 -1
  16. package/canvas/lib/rce/plugins/instructure_record/plugin.js +21 -3
  17. package/canvas/lib/rce/plugins/shared/ContentSelection.js +48 -8
  18. package/canvas/lib/rce/plugins/shared/DimensionsInput/index.js +74 -17
  19. package/canvas/lib/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  20. package/canvas/lib/rce/plugins/shared/ImageOptionsForm.js +2 -1
  21. package/canvas/lib/translations/locales/ar.js +18 -0
  22. package/canvas/lib/translations/locales/ca.js +18 -0
  23. package/canvas/lib/translations/locales/cy.js +18 -0
  24. package/canvas/lib/translations/locales/da-x-k12.js +21 -0
  25. package/canvas/lib/translations/locales/da.js +18 -0
  26. package/canvas/lib/translations/locales/de.js +18 -0
  27. package/canvas/lib/translations/locales/el.js +3 -0
  28. package/canvas/lib/translations/locales/en-AU-x-unimelb.js +18 -0
  29. package/canvas/lib/translations/locales/en-GB-x-ukhe.js +18 -0
  30. package/canvas/lib/translations/locales/en.js +30 -0
  31. package/canvas/lib/translations/locales/en_AU.js +18 -0
  32. package/canvas/lib/translations/locales/en_CA.js +21 -0
  33. package/canvas/lib/translations/locales/en_CY.js +18 -0
  34. package/canvas/lib/translations/locales/en_GB.js +18 -0
  35. package/canvas/lib/translations/locales/es.js +18 -0
  36. package/canvas/lib/translations/locales/es_ES.js +18 -0
  37. package/canvas/lib/translations/locales/fa_IR.js +3 -0
  38. package/canvas/lib/translations/locales/fi.js +18 -0
  39. package/canvas/lib/translations/locales/fr.js +18 -0
  40. package/canvas/lib/translations/locales/fr_CA.js +18 -0
  41. package/canvas/lib/translations/locales/he.js +3 -0
  42. package/canvas/lib/translations/locales/ht.js +18 -0
  43. package/canvas/lib/translations/locales/hu.js +3 -0
  44. package/canvas/lib/translations/locales/hy.js +3 -0
  45. package/canvas/lib/translations/locales/is.js +18 -0
  46. package/canvas/lib/translations/locales/it.js +18 -0
  47. package/canvas/lib/translations/locales/ja.js +18 -0
  48. package/canvas/lib/translations/locales/ko.js +3 -0
  49. package/canvas/lib/translations/locales/nb-x-k12.js +21 -0
  50. package/canvas/lib/translations/locales/nb.js +18 -0
  51. package/canvas/lib/translations/locales/nl.js +18 -0
  52. package/canvas/lib/translations/locales/nn.js +15 -0
  53. package/canvas/lib/translations/locales/pl.js +18 -0
  54. package/canvas/lib/translations/locales/pt.js +20 -2
  55. package/canvas/lib/translations/locales/pt_BR.js +18 -0
  56. package/canvas/lib/translations/locales/ru.js +18 -0
  57. package/canvas/lib/translations/locales/sl.js +18 -0
  58. package/canvas/lib/translations/locales/sv-x-k12.js +21 -0
  59. package/canvas/lib/translations/locales/sv.js +18 -0
  60. package/canvas/lib/translations/locales/th.js +20 -0
  61. package/canvas/lib/translations/locales/tr.js +3 -0
  62. package/canvas/lib/translations/locales/uk_UA.js +3 -0
  63. package/canvas/lib/translations/locales/zh-Hans.js +18 -0
  64. package/canvas/lib/translations/locales/zh-Hant.js +18 -0
  65. package/canvas/lib/translations/locales/zh.js +18 -0
  66. package/canvas/lib/translations/locales/zh_HK.js +18 -0
  67. package/canvas/lib/translations/tinymce/th.js +481 -0
  68. package/canvas/package.json +5 -5
  69. package/coverage/canvas-rce-jest.xml +1367 -1188
  70. package/es/defaultTinymceConfig.js +1 -1
  71. package/es/rce/RCEWrapper.js +2 -2
  72. package/es/rce/editorLanguage.js +1 -0
  73. package/es/rce/normalizeLocale.js +1 -1
  74. package/es/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  75. package/es/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  76. package/es/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  77. package/es/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  78. package/es/rce/plugins/instructure_buttons/svg/text.js +2 -0
  79. package/es/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  80. package/es/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  81. package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  82. package/es/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  83. package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  84. package/es/rce/plugins/instructure_record/plugin.js +22 -5
  85. package/es/rce/plugins/shared/ContentSelection.js +44 -8
  86. package/es/rce/plugins/shared/DimensionsInput/index.js +74 -17
  87. package/es/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  88. package/es/rce/plugins/shared/ImageOptionsForm.js +3 -2
  89. package/es/translations/locales/ar.js +18 -0
  90. package/es/translations/locales/ca.js +18 -0
  91. package/es/translations/locales/cy.js +18 -0
  92. package/es/translations/locales/da-x-k12.js +21 -0
  93. package/es/translations/locales/da.js +18 -0
  94. package/es/translations/locales/de.js +18 -0
  95. package/es/translations/locales/el.js +3 -0
  96. package/es/translations/locales/en-AU-x-unimelb.js +18 -0
  97. package/es/translations/locales/en-GB-x-ukhe.js +18 -0
  98. package/es/translations/locales/en.js +30 -0
  99. package/es/translations/locales/en_AU.js +18 -0
  100. package/es/translations/locales/en_CA.js +21 -0
  101. package/es/translations/locales/en_CY.js +18 -0
  102. package/es/translations/locales/en_GB.js +18 -0
  103. package/es/translations/locales/es.js +18 -0
  104. package/es/translations/locales/es_ES.js +18 -0
  105. package/es/translations/locales/fa_IR.js +3 -0
  106. package/es/translations/locales/fi.js +18 -0
  107. package/es/translations/locales/fr.js +18 -0
  108. package/es/translations/locales/fr_CA.js +18 -0
  109. package/es/translations/locales/he.js +3 -0
  110. package/es/translations/locales/ht.js +18 -0
  111. package/es/translations/locales/hu.js +3 -0
  112. package/es/translations/locales/hy.js +3 -0
  113. package/es/translations/locales/is.js +18 -0
  114. package/es/translations/locales/it.js +18 -0
  115. package/es/translations/locales/ja.js +18 -0
  116. package/es/translations/locales/ko.js +3 -0
  117. package/es/translations/locales/nb-x-k12.js +21 -0
  118. package/es/translations/locales/nb.js +18 -0
  119. package/es/translations/locales/nl.js +18 -0
  120. package/es/translations/locales/nn.js +15 -0
  121. package/es/translations/locales/pl.js +18 -0
  122. package/es/translations/locales/pt.js +20 -2
  123. package/es/translations/locales/pt_BR.js +18 -0
  124. package/es/translations/locales/ru.js +18 -0
  125. package/es/translations/locales/sl.js +18 -0
  126. package/es/translations/locales/sv-x-k12.js +21 -0
  127. package/es/translations/locales/sv.js +18 -0
  128. package/es/translations/locales/th.js +19 -0
  129. package/es/translations/locales/tr.js +3 -0
  130. package/es/translations/locales/uk_UA.js +3 -0
  131. package/es/translations/locales/zh-Hans.js +18 -0
  132. package/es/translations/locales/zh-Hant.js +18 -0
  133. package/es/translations/locales/zh.js +18 -0
  134. package/es/translations/locales/zh_HK.js +18 -0
  135. package/es/translations/tinymce/th.js +479 -0
  136. package/lib/defaultTinymceConfig.js +1 -1
  137. package/lib/rce/RCEWrapper.js +2 -2
  138. package/lib/rce/editorLanguage.js +1 -0
  139. package/lib/rce/normalizeLocale.js +1 -1
  140. package/lib/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  141. package/lib/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  142. package/lib/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  143. package/lib/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  144. package/lib/rce/plugins/instructure_buttons/svg/text.js +2 -0
  145. package/lib/rce/plugins/instructure_image/ImageEmbedOptions.js +19 -5
  146. package/lib/rce/plugins/instructure_image/ImageOptionsTray/index.js +9 -3
  147. package/lib/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +166 -0
  148. package/lib/rce/plugins/instructure_record/AudioOptionsTray/index.js +172 -0
  149. package/lib/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +1 -1
  150. package/lib/rce/plugins/instructure_record/plugin.js +21 -3
  151. package/lib/rce/plugins/shared/ContentSelection.js +48 -8
  152. package/lib/rce/plugins/shared/DimensionsInput/index.js +74 -17
  153. package/lib/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  154. package/lib/rce/plugins/shared/ImageOptionsForm.js +2 -1
  155. package/lib/translated/ar/modules/defaultTinymceConfig.js +1 -1
  156. package/lib/translated/ar/modules/rce/RCEWrapper.js +2 -2
  157. package/lib/translated/ar/modules/rce/editorLanguage.js +1 -0
  158. package/lib/translated/ar/modules/rce/normalizeLocale.js +1 -1
  159. package/lib/translated/ar/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  160. package/lib/translated/ar/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  161. package/lib/translated/ar/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  162. package/lib/translated/ar/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  163. package/lib/translated/ar/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  164. package/lib/translated/ar/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  165. package/lib/translated/ar/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  166. package/lib/translated/ar/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  167. package/lib/translated/ar/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  168. package/lib/translated/ar/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  169. package/lib/translated/ar/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  170. package/lib/translated/ar/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  171. package/lib/translated/ar/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  172. package/lib/translated/ar/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  173. package/lib/translated/ar/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  174. package/lib/translated/ar/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  175. package/lib/translated/ar/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  176. package/lib/translated/ar/modules/rce/plugins/instructure_record/plugin.js +22 -5
  177. package/lib/translated/ar/modules/rce/plugins/shared/ContentSelection.js +44 -8
  178. package/lib/translated/ar/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  179. package/lib/translated/ar/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  180. package/lib/translated/ar/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  181. package/lib/translated/ar/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  182. package/lib/translated/ar/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  183. package/lib/translated/ar/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  184. package/lib/translated/ar/modules/translations/locales/ar.js +18 -0
  185. package/lib/translated/ar/modules/translations/locales/ca.js +18 -0
  186. package/lib/translated/ar/modules/translations/locales/cy.js +18 -0
  187. package/lib/translated/ar/modules/translations/locales/da-x-k12.js +21 -0
  188. package/lib/translated/ar/modules/translations/locales/da.js +18 -0
  189. package/lib/translated/ar/modules/translations/locales/de.js +18 -0
  190. package/lib/translated/ar/modules/translations/locales/el.js +3 -0
  191. package/lib/translated/ar/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  192. package/lib/translated/ar/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  193. package/lib/translated/ar/modules/translations/locales/en.js +30 -0
  194. package/lib/translated/ar/modules/translations/locales/en_AU.js +18 -0
  195. package/lib/translated/ar/modules/translations/locales/en_CA.js +21 -0
  196. package/lib/translated/ar/modules/translations/locales/en_CY.js +18 -0
  197. package/lib/translated/ar/modules/translations/locales/en_GB.js +18 -0
  198. package/lib/translated/ar/modules/translations/locales/es.js +18 -0
  199. package/lib/translated/ar/modules/translations/locales/es_ES.js +18 -0
  200. package/lib/translated/ar/modules/translations/locales/fa_IR.js +3 -0
  201. package/lib/translated/ar/modules/translations/locales/fi.js +18 -0
  202. package/lib/translated/ar/modules/translations/locales/fr.js +18 -0
  203. package/lib/translated/ar/modules/translations/locales/fr_CA.js +18 -0
  204. package/lib/translated/ar/modules/translations/locales/he.js +3 -0
  205. package/lib/translated/ar/modules/translations/locales/ht.js +18 -0
  206. package/lib/translated/ar/modules/translations/locales/hu.js +3 -0
  207. package/lib/translated/ar/modules/translations/locales/hy.js +3 -0
  208. package/lib/translated/ar/modules/translations/locales/is.js +18 -0
  209. package/lib/translated/ar/modules/translations/locales/it.js +18 -0
  210. package/lib/translated/ar/modules/translations/locales/ja.js +18 -0
  211. package/lib/translated/ar/modules/translations/locales/ko.js +3 -0
  212. package/lib/translated/ar/modules/translations/locales/nb-x-k12.js +21 -0
  213. package/lib/translated/ar/modules/translations/locales/nb.js +18 -0
  214. package/lib/translated/ar/modules/translations/locales/nl.js +18 -0
  215. package/lib/translated/ar/modules/translations/locales/nn.js +15 -0
  216. package/lib/translated/ar/modules/translations/locales/pl.js +18 -0
  217. package/lib/translated/ar/modules/translations/locales/pt.js +20 -2
  218. package/lib/translated/ar/modules/translations/locales/pt_BR.js +18 -0
  219. package/lib/translated/ar/modules/translations/locales/ru.js +18 -0
  220. package/lib/translated/ar/modules/translations/locales/sl.js +18 -0
  221. package/lib/translated/ar/modules/translations/locales/sv-x-k12.js +21 -0
  222. package/lib/translated/ar/modules/translations/locales/sv.js +18 -0
  223. package/lib/translated/ar/modules/translations/locales/th.js +19 -0
  224. package/lib/translated/ar/modules/translations/locales/tr.js +3 -0
  225. package/lib/translated/ar/modules/translations/locales/uk_UA.js +3 -0
  226. package/lib/translated/ar/modules/translations/locales/zh-Hans.js +18 -0
  227. package/lib/translated/ar/modules/translations/locales/zh-Hant.js +18 -0
  228. package/lib/translated/ar/modules/translations/locales/zh.js +18 -0
  229. package/lib/translated/ar/modules/translations/locales/zh_HK.js +18 -0
  230. package/lib/translated/ar/modules/translations/tinymce/th.js +479 -0
  231. package/lib/translated/ca/modules/defaultTinymceConfig.js +1 -1
  232. package/lib/translated/ca/modules/rce/RCEWrapper.js +2 -2
  233. package/lib/translated/ca/modules/rce/editorLanguage.js +1 -0
  234. package/lib/translated/ca/modules/rce/normalizeLocale.js +1 -1
  235. package/lib/translated/ca/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  236. package/lib/translated/ca/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  237. package/lib/translated/ca/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  238. package/lib/translated/ca/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  239. package/lib/translated/ca/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  240. package/lib/translated/ca/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  241. package/lib/translated/ca/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  242. package/lib/translated/ca/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  243. package/lib/translated/ca/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  244. package/lib/translated/ca/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  245. package/lib/translated/ca/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  246. package/lib/translated/ca/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  247. package/lib/translated/ca/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  248. package/lib/translated/ca/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  249. package/lib/translated/ca/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  250. package/lib/translated/ca/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  251. package/lib/translated/ca/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  252. package/lib/translated/ca/modules/rce/plugins/instructure_record/plugin.js +22 -5
  253. package/lib/translated/ca/modules/rce/plugins/shared/ContentSelection.js +44 -8
  254. package/lib/translated/ca/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  255. package/lib/translated/ca/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  256. package/lib/translated/ca/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  257. package/lib/translated/ca/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  258. package/lib/translated/ca/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  259. package/lib/translated/ca/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  260. package/lib/translated/ca/modules/translations/locales/ar.js +18 -0
  261. package/lib/translated/ca/modules/translations/locales/ca.js +18 -0
  262. package/lib/translated/ca/modules/translations/locales/cy.js +18 -0
  263. package/lib/translated/ca/modules/translations/locales/da-x-k12.js +21 -0
  264. package/lib/translated/ca/modules/translations/locales/da.js +18 -0
  265. package/lib/translated/ca/modules/translations/locales/de.js +18 -0
  266. package/lib/translated/ca/modules/translations/locales/el.js +3 -0
  267. package/lib/translated/ca/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  268. package/lib/translated/ca/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  269. package/lib/translated/ca/modules/translations/locales/en.js +30 -0
  270. package/lib/translated/ca/modules/translations/locales/en_AU.js +18 -0
  271. package/lib/translated/ca/modules/translations/locales/en_CA.js +21 -0
  272. package/lib/translated/ca/modules/translations/locales/en_CY.js +18 -0
  273. package/lib/translated/ca/modules/translations/locales/en_GB.js +18 -0
  274. package/lib/translated/ca/modules/translations/locales/es.js +18 -0
  275. package/lib/translated/ca/modules/translations/locales/es_ES.js +18 -0
  276. package/lib/translated/ca/modules/translations/locales/fa_IR.js +3 -0
  277. package/lib/translated/ca/modules/translations/locales/fi.js +18 -0
  278. package/lib/translated/ca/modules/translations/locales/fr.js +18 -0
  279. package/lib/translated/ca/modules/translations/locales/fr_CA.js +18 -0
  280. package/lib/translated/ca/modules/translations/locales/he.js +3 -0
  281. package/lib/translated/ca/modules/translations/locales/ht.js +18 -0
  282. package/lib/translated/ca/modules/translations/locales/hu.js +3 -0
  283. package/lib/translated/ca/modules/translations/locales/hy.js +3 -0
  284. package/lib/translated/ca/modules/translations/locales/is.js +18 -0
  285. package/lib/translated/ca/modules/translations/locales/it.js +18 -0
  286. package/lib/translated/ca/modules/translations/locales/ja.js +18 -0
  287. package/lib/translated/ca/modules/translations/locales/ko.js +3 -0
  288. package/lib/translated/ca/modules/translations/locales/nb-x-k12.js +21 -0
  289. package/lib/translated/ca/modules/translations/locales/nb.js +18 -0
  290. package/lib/translated/ca/modules/translations/locales/nl.js +18 -0
  291. package/lib/translated/ca/modules/translations/locales/nn.js +15 -0
  292. package/lib/translated/ca/modules/translations/locales/pl.js +18 -0
  293. package/lib/translated/ca/modules/translations/locales/pt.js +20 -2
  294. package/lib/translated/ca/modules/translations/locales/pt_BR.js +18 -0
  295. package/lib/translated/ca/modules/translations/locales/ru.js +18 -0
  296. package/lib/translated/ca/modules/translations/locales/sl.js +18 -0
  297. package/lib/translated/ca/modules/translations/locales/sv-x-k12.js +21 -0
  298. package/lib/translated/ca/modules/translations/locales/sv.js +18 -0
  299. package/lib/translated/ca/modules/translations/locales/th.js +19 -0
  300. package/lib/translated/ca/modules/translations/locales/tr.js +3 -0
  301. package/lib/translated/ca/modules/translations/locales/uk_UA.js +3 -0
  302. package/lib/translated/ca/modules/translations/locales/zh-Hans.js +18 -0
  303. package/lib/translated/ca/modules/translations/locales/zh-Hant.js +18 -0
  304. package/lib/translated/ca/modules/translations/locales/zh.js +18 -0
  305. package/lib/translated/ca/modules/translations/locales/zh_HK.js +18 -0
  306. package/lib/translated/ca/modules/translations/tinymce/th.js +479 -0
  307. package/lib/translated/cy/modules/defaultTinymceConfig.js +1 -1
  308. package/lib/translated/cy/modules/rce/RCEWrapper.js +2 -2
  309. package/lib/translated/cy/modules/rce/editorLanguage.js +1 -0
  310. package/lib/translated/cy/modules/rce/normalizeLocale.js +1 -1
  311. package/lib/translated/cy/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  312. package/lib/translated/cy/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  313. package/lib/translated/cy/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  314. package/lib/translated/cy/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  315. package/lib/translated/cy/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  316. package/lib/translated/cy/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  317. package/lib/translated/cy/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  318. package/lib/translated/cy/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  319. package/lib/translated/cy/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  320. package/lib/translated/cy/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  321. package/lib/translated/cy/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  322. package/lib/translated/cy/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  323. package/lib/translated/cy/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  324. package/lib/translated/cy/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  325. package/lib/translated/cy/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  326. package/lib/translated/cy/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  327. package/lib/translated/cy/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  328. package/lib/translated/cy/modules/rce/plugins/instructure_record/plugin.js +22 -5
  329. package/lib/translated/cy/modules/rce/plugins/shared/ContentSelection.js +44 -8
  330. package/lib/translated/cy/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  331. package/lib/translated/cy/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  332. package/lib/translated/cy/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  333. package/lib/translated/cy/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  334. package/lib/translated/cy/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  335. package/lib/translated/cy/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  336. package/lib/translated/cy/modules/translations/locales/ar.js +18 -0
  337. package/lib/translated/cy/modules/translations/locales/ca.js +18 -0
  338. package/lib/translated/cy/modules/translations/locales/cy.js +18 -0
  339. package/lib/translated/cy/modules/translations/locales/da-x-k12.js +21 -0
  340. package/lib/translated/cy/modules/translations/locales/da.js +18 -0
  341. package/lib/translated/cy/modules/translations/locales/de.js +18 -0
  342. package/lib/translated/cy/modules/translations/locales/el.js +3 -0
  343. package/lib/translated/cy/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  344. package/lib/translated/cy/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  345. package/lib/translated/cy/modules/translations/locales/en.js +30 -0
  346. package/lib/translated/cy/modules/translations/locales/en_AU.js +18 -0
  347. package/lib/translated/cy/modules/translations/locales/en_CA.js +21 -0
  348. package/lib/translated/cy/modules/translations/locales/en_CY.js +18 -0
  349. package/lib/translated/cy/modules/translations/locales/en_GB.js +18 -0
  350. package/lib/translated/cy/modules/translations/locales/es.js +18 -0
  351. package/lib/translated/cy/modules/translations/locales/es_ES.js +18 -0
  352. package/lib/translated/cy/modules/translations/locales/fa_IR.js +3 -0
  353. package/lib/translated/cy/modules/translations/locales/fi.js +18 -0
  354. package/lib/translated/cy/modules/translations/locales/fr.js +18 -0
  355. package/lib/translated/cy/modules/translations/locales/fr_CA.js +18 -0
  356. package/lib/translated/cy/modules/translations/locales/he.js +3 -0
  357. package/lib/translated/cy/modules/translations/locales/ht.js +18 -0
  358. package/lib/translated/cy/modules/translations/locales/hu.js +3 -0
  359. package/lib/translated/cy/modules/translations/locales/hy.js +3 -0
  360. package/lib/translated/cy/modules/translations/locales/is.js +18 -0
  361. package/lib/translated/cy/modules/translations/locales/it.js +18 -0
  362. package/lib/translated/cy/modules/translations/locales/ja.js +18 -0
  363. package/lib/translated/cy/modules/translations/locales/ko.js +3 -0
  364. package/lib/translated/cy/modules/translations/locales/nb-x-k12.js +21 -0
  365. package/lib/translated/cy/modules/translations/locales/nb.js +18 -0
  366. package/lib/translated/cy/modules/translations/locales/nl.js +18 -0
  367. package/lib/translated/cy/modules/translations/locales/nn.js +15 -0
  368. package/lib/translated/cy/modules/translations/locales/pl.js +18 -0
  369. package/lib/translated/cy/modules/translations/locales/pt.js +20 -2
  370. package/lib/translated/cy/modules/translations/locales/pt_BR.js +18 -0
  371. package/lib/translated/cy/modules/translations/locales/ru.js +18 -0
  372. package/lib/translated/cy/modules/translations/locales/sl.js +18 -0
  373. package/lib/translated/cy/modules/translations/locales/sv-x-k12.js +21 -0
  374. package/lib/translated/cy/modules/translations/locales/sv.js +18 -0
  375. package/lib/translated/cy/modules/translations/locales/th.js +19 -0
  376. package/lib/translated/cy/modules/translations/locales/tr.js +3 -0
  377. package/lib/translated/cy/modules/translations/locales/uk_UA.js +3 -0
  378. package/lib/translated/cy/modules/translations/locales/zh-Hans.js +18 -0
  379. package/lib/translated/cy/modules/translations/locales/zh-Hant.js +18 -0
  380. package/lib/translated/cy/modules/translations/locales/zh.js +18 -0
  381. package/lib/translated/cy/modules/translations/locales/zh_HK.js +18 -0
  382. package/lib/translated/cy/modules/translations/tinymce/th.js +479 -0
  383. package/lib/translated/da/modules/defaultTinymceConfig.js +1 -1
  384. package/lib/translated/da/modules/rce/RCEWrapper.js +2 -2
  385. package/lib/translated/da/modules/rce/editorLanguage.js +1 -0
  386. package/lib/translated/da/modules/rce/normalizeLocale.js +1 -1
  387. package/lib/translated/da/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  388. package/lib/translated/da/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  389. package/lib/translated/da/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  390. package/lib/translated/da/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  391. package/lib/translated/da/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  392. package/lib/translated/da/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  393. package/lib/translated/da/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  394. package/lib/translated/da/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  395. package/lib/translated/da/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  396. package/lib/translated/da/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  397. package/lib/translated/da/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  398. package/lib/translated/da/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  399. package/lib/translated/da/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  400. package/lib/translated/da/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  401. package/lib/translated/da/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  402. package/lib/translated/da/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  403. package/lib/translated/da/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  404. package/lib/translated/da/modules/rce/plugins/instructure_record/plugin.js +22 -5
  405. package/lib/translated/da/modules/rce/plugins/shared/ContentSelection.js +44 -8
  406. package/lib/translated/da/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  407. package/lib/translated/da/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  408. package/lib/translated/da/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  409. package/lib/translated/da/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  410. package/lib/translated/da/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  411. package/lib/translated/da/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  412. package/lib/translated/da/modules/translations/locales/ar.js +18 -0
  413. package/lib/translated/da/modules/translations/locales/ca.js +18 -0
  414. package/lib/translated/da/modules/translations/locales/cy.js +18 -0
  415. package/lib/translated/da/modules/translations/locales/da-x-k12.js +21 -0
  416. package/lib/translated/da/modules/translations/locales/da.js +18 -0
  417. package/lib/translated/da/modules/translations/locales/de.js +18 -0
  418. package/lib/translated/da/modules/translations/locales/el.js +3 -0
  419. package/lib/translated/da/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  420. package/lib/translated/da/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  421. package/lib/translated/da/modules/translations/locales/en.js +30 -0
  422. package/lib/translated/da/modules/translations/locales/en_AU.js +18 -0
  423. package/lib/translated/da/modules/translations/locales/en_CA.js +21 -0
  424. package/lib/translated/da/modules/translations/locales/en_CY.js +18 -0
  425. package/lib/translated/da/modules/translations/locales/en_GB.js +18 -0
  426. package/lib/translated/da/modules/translations/locales/es.js +18 -0
  427. package/lib/translated/da/modules/translations/locales/es_ES.js +18 -0
  428. package/lib/translated/da/modules/translations/locales/fa_IR.js +3 -0
  429. package/lib/translated/da/modules/translations/locales/fi.js +18 -0
  430. package/lib/translated/da/modules/translations/locales/fr.js +18 -0
  431. package/lib/translated/da/modules/translations/locales/fr_CA.js +18 -0
  432. package/lib/translated/da/modules/translations/locales/he.js +3 -0
  433. package/lib/translated/da/modules/translations/locales/ht.js +18 -0
  434. package/lib/translated/da/modules/translations/locales/hu.js +3 -0
  435. package/lib/translated/da/modules/translations/locales/hy.js +3 -0
  436. package/lib/translated/da/modules/translations/locales/is.js +18 -0
  437. package/lib/translated/da/modules/translations/locales/it.js +18 -0
  438. package/lib/translated/da/modules/translations/locales/ja.js +18 -0
  439. package/lib/translated/da/modules/translations/locales/ko.js +3 -0
  440. package/lib/translated/da/modules/translations/locales/nb-x-k12.js +21 -0
  441. package/lib/translated/da/modules/translations/locales/nb.js +18 -0
  442. package/lib/translated/da/modules/translations/locales/nl.js +18 -0
  443. package/lib/translated/da/modules/translations/locales/nn.js +15 -0
  444. package/lib/translated/da/modules/translations/locales/pl.js +18 -0
  445. package/lib/translated/da/modules/translations/locales/pt.js +20 -2
  446. package/lib/translated/da/modules/translations/locales/pt_BR.js +18 -0
  447. package/lib/translated/da/modules/translations/locales/ru.js +18 -0
  448. package/lib/translated/da/modules/translations/locales/sl.js +18 -0
  449. package/lib/translated/da/modules/translations/locales/sv-x-k12.js +21 -0
  450. package/lib/translated/da/modules/translations/locales/sv.js +18 -0
  451. package/lib/translated/da/modules/translations/locales/th.js +19 -0
  452. package/lib/translated/da/modules/translations/locales/tr.js +3 -0
  453. package/lib/translated/da/modules/translations/locales/uk_UA.js +3 -0
  454. package/lib/translated/da/modules/translations/locales/zh-Hans.js +18 -0
  455. package/lib/translated/da/modules/translations/locales/zh-Hant.js +18 -0
  456. package/lib/translated/da/modules/translations/locales/zh.js +18 -0
  457. package/lib/translated/da/modules/translations/locales/zh_HK.js +18 -0
  458. package/lib/translated/da/modules/translations/tinymce/th.js +479 -0
  459. package/lib/translated/da-x-k12/modules/defaultTinymceConfig.js +1 -1
  460. package/lib/translated/da-x-k12/modules/rce/RCEWrapper.js +2 -2
  461. package/lib/translated/da-x-k12/modules/rce/editorLanguage.js +1 -0
  462. package/lib/translated/da-x-k12/modules/rce/normalizeLocale.js +1 -1
  463. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  464. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  465. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  466. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  467. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  468. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  469. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  470. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  471. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  472. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  473. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  474. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  475. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  476. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  477. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  478. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  479. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  480. package/lib/translated/da-x-k12/modules/rce/plugins/instructure_record/plugin.js +22 -5
  481. package/lib/translated/da-x-k12/modules/rce/plugins/shared/ContentSelection.js +44 -8
  482. package/lib/translated/da-x-k12/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  483. package/lib/translated/da-x-k12/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  484. package/lib/translated/da-x-k12/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  485. package/lib/translated/da-x-k12/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  486. package/lib/translated/da-x-k12/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  487. package/lib/translated/da-x-k12/modules/rce/plugins/shared/PreviewIcon.js +1 -1
  488. package/lib/translated/da-x-k12/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  489. package/lib/translated/da-x-k12/modules/translations/locales/ar.js +18 -0
  490. package/lib/translated/da-x-k12/modules/translations/locales/ca.js +18 -0
  491. package/lib/translated/da-x-k12/modules/translations/locales/cy.js +18 -0
  492. package/lib/translated/da-x-k12/modules/translations/locales/da-x-k12.js +21 -0
  493. package/lib/translated/da-x-k12/modules/translations/locales/da.js +18 -0
  494. package/lib/translated/da-x-k12/modules/translations/locales/de.js +18 -0
  495. package/lib/translated/da-x-k12/modules/translations/locales/el.js +3 -0
  496. package/lib/translated/da-x-k12/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  497. package/lib/translated/da-x-k12/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  498. package/lib/translated/da-x-k12/modules/translations/locales/en.js +30 -0
  499. package/lib/translated/da-x-k12/modules/translations/locales/en_AU.js +18 -0
  500. package/lib/translated/da-x-k12/modules/translations/locales/en_CA.js +21 -0
  501. package/lib/translated/da-x-k12/modules/translations/locales/en_CY.js +18 -0
  502. package/lib/translated/da-x-k12/modules/translations/locales/en_GB.js +18 -0
  503. package/lib/translated/da-x-k12/modules/translations/locales/es.js +18 -0
  504. package/lib/translated/da-x-k12/modules/translations/locales/es_ES.js +18 -0
  505. package/lib/translated/da-x-k12/modules/translations/locales/fa_IR.js +3 -0
  506. package/lib/translated/da-x-k12/modules/translations/locales/fi.js +18 -0
  507. package/lib/translated/da-x-k12/modules/translations/locales/fr.js +18 -0
  508. package/lib/translated/da-x-k12/modules/translations/locales/fr_CA.js +18 -0
  509. package/lib/translated/da-x-k12/modules/translations/locales/he.js +3 -0
  510. package/lib/translated/da-x-k12/modules/translations/locales/ht.js +18 -0
  511. package/lib/translated/da-x-k12/modules/translations/locales/hu.js +3 -0
  512. package/lib/translated/da-x-k12/modules/translations/locales/hy.js +3 -0
  513. package/lib/translated/da-x-k12/modules/translations/locales/is.js +18 -0
  514. package/lib/translated/da-x-k12/modules/translations/locales/it.js +18 -0
  515. package/lib/translated/da-x-k12/modules/translations/locales/ja.js +18 -0
  516. package/lib/translated/da-x-k12/modules/translations/locales/ko.js +3 -0
  517. package/lib/translated/da-x-k12/modules/translations/locales/nb-x-k12.js +21 -0
  518. package/lib/translated/da-x-k12/modules/translations/locales/nb.js +18 -0
  519. package/lib/translated/da-x-k12/modules/translations/locales/nl.js +18 -0
  520. package/lib/translated/da-x-k12/modules/translations/locales/nn.js +15 -0
  521. package/lib/translated/da-x-k12/modules/translations/locales/pl.js +18 -0
  522. package/lib/translated/da-x-k12/modules/translations/locales/pt.js +20 -2
  523. package/lib/translated/da-x-k12/modules/translations/locales/pt_BR.js +18 -0
  524. package/lib/translated/da-x-k12/modules/translations/locales/ru.js +18 -0
  525. package/lib/translated/da-x-k12/modules/translations/locales/sl.js +18 -0
  526. package/lib/translated/da-x-k12/modules/translations/locales/sv-x-k12.js +21 -0
  527. package/lib/translated/da-x-k12/modules/translations/locales/sv.js +18 -0
  528. package/lib/translated/da-x-k12/modules/translations/locales/th.js +19 -0
  529. package/lib/translated/da-x-k12/modules/translations/locales/tr.js +3 -0
  530. package/lib/translated/da-x-k12/modules/translations/locales/uk_UA.js +3 -0
  531. package/lib/translated/da-x-k12/modules/translations/locales/zh-Hans.js +18 -0
  532. package/lib/translated/da-x-k12/modules/translations/locales/zh-Hant.js +18 -0
  533. package/lib/translated/da-x-k12/modules/translations/locales/zh.js +18 -0
  534. package/lib/translated/da-x-k12/modules/translations/locales/zh_HK.js +18 -0
  535. package/lib/translated/da-x-k12/modules/translations/tinymce/th.js +479 -0
  536. package/lib/translated/de/modules/defaultTinymceConfig.js +1 -1
  537. package/lib/translated/de/modules/rce/RCEWrapper.js +2 -2
  538. package/lib/translated/de/modules/rce/editorLanguage.js +1 -0
  539. package/lib/translated/de/modules/rce/normalizeLocale.js +1 -1
  540. package/lib/translated/de/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  541. package/lib/translated/de/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  542. package/lib/translated/de/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  543. package/lib/translated/de/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  544. package/lib/translated/de/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  545. package/lib/translated/de/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  546. package/lib/translated/de/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  547. package/lib/translated/de/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  548. package/lib/translated/de/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  549. package/lib/translated/de/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  550. package/lib/translated/de/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  551. package/lib/translated/de/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  552. package/lib/translated/de/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  553. package/lib/translated/de/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  554. package/lib/translated/de/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  555. package/lib/translated/de/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  556. package/lib/translated/de/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  557. package/lib/translated/de/modules/rce/plugins/instructure_record/plugin.js +22 -5
  558. package/lib/translated/de/modules/rce/plugins/shared/ContentSelection.js +44 -8
  559. package/lib/translated/de/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  560. package/lib/translated/de/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  561. package/lib/translated/de/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  562. package/lib/translated/de/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  563. package/lib/translated/de/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  564. package/lib/translated/de/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  565. package/lib/translated/de/modules/translations/locales/ar.js +18 -0
  566. package/lib/translated/de/modules/translations/locales/ca.js +18 -0
  567. package/lib/translated/de/modules/translations/locales/cy.js +18 -0
  568. package/lib/translated/de/modules/translations/locales/da-x-k12.js +21 -0
  569. package/lib/translated/de/modules/translations/locales/da.js +18 -0
  570. package/lib/translated/de/modules/translations/locales/de.js +18 -0
  571. package/lib/translated/de/modules/translations/locales/el.js +3 -0
  572. package/lib/translated/de/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  573. package/lib/translated/de/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  574. package/lib/translated/de/modules/translations/locales/en.js +30 -0
  575. package/lib/translated/de/modules/translations/locales/en_AU.js +18 -0
  576. package/lib/translated/de/modules/translations/locales/en_CA.js +21 -0
  577. package/lib/translated/de/modules/translations/locales/en_CY.js +18 -0
  578. package/lib/translated/de/modules/translations/locales/en_GB.js +18 -0
  579. package/lib/translated/de/modules/translations/locales/es.js +18 -0
  580. package/lib/translated/de/modules/translations/locales/es_ES.js +18 -0
  581. package/lib/translated/de/modules/translations/locales/fa_IR.js +3 -0
  582. package/lib/translated/de/modules/translations/locales/fi.js +18 -0
  583. package/lib/translated/de/modules/translations/locales/fr.js +18 -0
  584. package/lib/translated/de/modules/translations/locales/fr_CA.js +18 -0
  585. package/lib/translated/de/modules/translations/locales/he.js +3 -0
  586. package/lib/translated/de/modules/translations/locales/ht.js +18 -0
  587. package/lib/translated/de/modules/translations/locales/hu.js +3 -0
  588. package/lib/translated/de/modules/translations/locales/hy.js +3 -0
  589. package/lib/translated/de/modules/translations/locales/is.js +18 -0
  590. package/lib/translated/de/modules/translations/locales/it.js +18 -0
  591. package/lib/translated/de/modules/translations/locales/ja.js +18 -0
  592. package/lib/translated/de/modules/translations/locales/ko.js +3 -0
  593. package/lib/translated/de/modules/translations/locales/nb-x-k12.js +21 -0
  594. package/lib/translated/de/modules/translations/locales/nb.js +18 -0
  595. package/lib/translated/de/modules/translations/locales/nl.js +18 -0
  596. package/lib/translated/de/modules/translations/locales/nn.js +15 -0
  597. package/lib/translated/de/modules/translations/locales/pl.js +18 -0
  598. package/lib/translated/de/modules/translations/locales/pt.js +20 -2
  599. package/lib/translated/de/modules/translations/locales/pt_BR.js +18 -0
  600. package/lib/translated/de/modules/translations/locales/ru.js +18 -0
  601. package/lib/translated/de/modules/translations/locales/sl.js +18 -0
  602. package/lib/translated/de/modules/translations/locales/sv-x-k12.js +21 -0
  603. package/lib/translated/de/modules/translations/locales/sv.js +18 -0
  604. package/lib/translated/de/modules/translations/locales/th.js +19 -0
  605. package/lib/translated/de/modules/translations/locales/tr.js +3 -0
  606. package/lib/translated/de/modules/translations/locales/uk_UA.js +3 -0
  607. package/lib/translated/de/modules/translations/locales/zh-Hans.js +18 -0
  608. package/lib/translated/de/modules/translations/locales/zh-Hant.js +18 -0
  609. package/lib/translated/de/modules/translations/locales/zh.js +18 -0
  610. package/lib/translated/de/modules/translations/locales/zh_HK.js +18 -0
  611. package/lib/translated/de/modules/translations/tinymce/th.js +479 -0
  612. package/lib/translated/el/modules/defaultTinymceConfig.js +1 -1
  613. package/lib/translated/el/modules/rce/RCEWrapper.js +2 -2
  614. package/lib/translated/el/modules/rce/editorLanguage.js +1 -0
  615. package/lib/translated/el/modules/rce/normalizeLocale.js +1 -1
  616. package/lib/translated/el/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  617. package/lib/translated/el/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  618. package/lib/translated/el/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  619. package/lib/translated/el/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  620. package/lib/translated/el/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  621. package/lib/translated/el/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  622. package/lib/translated/el/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  623. package/lib/translated/el/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  624. package/lib/translated/el/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  625. package/lib/translated/el/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  626. package/lib/translated/el/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  627. package/lib/translated/el/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  628. package/lib/translated/el/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  629. package/lib/translated/el/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  630. package/lib/translated/el/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  631. package/lib/translated/el/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  632. package/lib/translated/el/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  633. package/lib/translated/el/modules/rce/plugins/instructure_record/plugin.js +22 -5
  634. package/lib/translated/el/modules/rce/plugins/shared/ContentSelection.js +44 -8
  635. package/lib/translated/el/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  636. package/lib/translated/el/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  637. package/lib/translated/el/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  638. package/lib/translated/el/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  639. package/lib/translated/el/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  640. package/lib/translated/el/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  641. package/lib/translated/el/modules/translations/locales/ar.js +18 -0
  642. package/lib/translated/el/modules/translations/locales/ca.js +18 -0
  643. package/lib/translated/el/modules/translations/locales/cy.js +18 -0
  644. package/lib/translated/el/modules/translations/locales/da-x-k12.js +21 -0
  645. package/lib/translated/el/modules/translations/locales/da.js +18 -0
  646. package/lib/translated/el/modules/translations/locales/de.js +18 -0
  647. package/lib/translated/el/modules/translations/locales/el.js +3 -0
  648. package/lib/translated/el/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  649. package/lib/translated/el/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  650. package/lib/translated/el/modules/translations/locales/en.js +30 -0
  651. package/lib/translated/el/modules/translations/locales/en_AU.js +18 -0
  652. package/lib/translated/el/modules/translations/locales/en_CA.js +21 -0
  653. package/lib/translated/el/modules/translations/locales/en_CY.js +18 -0
  654. package/lib/translated/el/modules/translations/locales/en_GB.js +18 -0
  655. package/lib/translated/el/modules/translations/locales/es.js +18 -0
  656. package/lib/translated/el/modules/translations/locales/es_ES.js +18 -0
  657. package/lib/translated/el/modules/translations/locales/fa_IR.js +3 -0
  658. package/lib/translated/el/modules/translations/locales/fi.js +18 -0
  659. package/lib/translated/el/modules/translations/locales/fr.js +18 -0
  660. package/lib/translated/el/modules/translations/locales/fr_CA.js +18 -0
  661. package/lib/translated/el/modules/translations/locales/he.js +3 -0
  662. package/lib/translated/el/modules/translations/locales/ht.js +18 -0
  663. package/lib/translated/el/modules/translations/locales/hu.js +3 -0
  664. package/lib/translated/el/modules/translations/locales/hy.js +3 -0
  665. package/lib/translated/el/modules/translations/locales/is.js +18 -0
  666. package/lib/translated/el/modules/translations/locales/it.js +18 -0
  667. package/lib/translated/el/modules/translations/locales/ja.js +18 -0
  668. package/lib/translated/el/modules/translations/locales/ko.js +3 -0
  669. package/lib/translated/el/modules/translations/locales/nb-x-k12.js +21 -0
  670. package/lib/translated/el/modules/translations/locales/nb.js +18 -0
  671. package/lib/translated/el/modules/translations/locales/nl.js +18 -0
  672. package/lib/translated/el/modules/translations/locales/nn.js +15 -0
  673. package/lib/translated/el/modules/translations/locales/pl.js +18 -0
  674. package/lib/translated/el/modules/translations/locales/pt.js +20 -2
  675. package/lib/translated/el/modules/translations/locales/pt_BR.js +18 -0
  676. package/lib/translated/el/modules/translations/locales/ru.js +18 -0
  677. package/lib/translated/el/modules/translations/locales/sl.js +18 -0
  678. package/lib/translated/el/modules/translations/locales/sv-x-k12.js +21 -0
  679. package/lib/translated/el/modules/translations/locales/sv.js +18 -0
  680. package/lib/translated/el/modules/translations/locales/th.js +19 -0
  681. package/lib/translated/el/modules/translations/locales/tr.js +3 -0
  682. package/lib/translated/el/modules/translations/locales/uk_UA.js +3 -0
  683. package/lib/translated/el/modules/translations/locales/zh-Hans.js +18 -0
  684. package/lib/translated/el/modules/translations/locales/zh-Hant.js +18 -0
  685. package/lib/translated/el/modules/translations/locales/zh.js +18 -0
  686. package/lib/translated/el/modules/translations/locales/zh_HK.js +18 -0
  687. package/lib/translated/el/modules/translations/tinymce/th.js +479 -0
  688. package/lib/translated/en/modules/defaultTinymceConfig.js +1 -1
  689. package/lib/translated/en/modules/rce/RCEWrapper.js +2 -2
  690. package/lib/translated/en/modules/rce/editorLanguage.js +1 -0
  691. package/lib/translated/en/modules/rce/normalizeLocale.js +1 -1
  692. package/lib/translated/en/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  693. package/lib/translated/en/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  694. package/lib/translated/en/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  695. package/lib/translated/en/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  696. package/lib/translated/en/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  697. package/lib/translated/en/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  698. package/lib/translated/en/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  699. package/lib/translated/en/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  700. package/lib/translated/en/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  701. package/lib/translated/en/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  702. package/lib/translated/en/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  703. package/lib/translated/en/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  704. package/lib/translated/en/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  705. package/lib/translated/en/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  706. package/lib/translated/en/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  707. package/lib/translated/en/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  708. package/lib/translated/en/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  709. package/lib/translated/en/modules/rce/plugins/instructure_record/plugin.js +22 -5
  710. package/lib/translated/en/modules/rce/plugins/shared/ContentSelection.js +44 -8
  711. package/lib/translated/en/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  712. package/lib/translated/en/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  713. package/lib/translated/en/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  714. package/lib/translated/en/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  715. package/lib/translated/en/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  716. package/lib/translated/en/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  717. package/lib/translated/en/modules/translations/locales/ar.js +18 -0
  718. package/lib/translated/en/modules/translations/locales/ca.js +18 -0
  719. package/lib/translated/en/modules/translations/locales/cy.js +18 -0
  720. package/lib/translated/en/modules/translations/locales/da-x-k12.js +21 -0
  721. package/lib/translated/en/modules/translations/locales/da.js +18 -0
  722. package/lib/translated/en/modules/translations/locales/de.js +18 -0
  723. package/lib/translated/en/modules/translations/locales/el.js +3 -0
  724. package/lib/translated/en/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  725. package/lib/translated/en/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  726. package/lib/translated/en/modules/translations/locales/en.js +30 -0
  727. package/lib/translated/en/modules/translations/locales/en_AU.js +18 -0
  728. package/lib/translated/en/modules/translations/locales/en_CA.js +21 -0
  729. package/lib/translated/en/modules/translations/locales/en_CY.js +18 -0
  730. package/lib/translated/en/modules/translations/locales/en_GB.js +18 -0
  731. package/lib/translated/en/modules/translations/locales/es.js +18 -0
  732. package/lib/translated/en/modules/translations/locales/es_ES.js +18 -0
  733. package/lib/translated/en/modules/translations/locales/fa_IR.js +3 -0
  734. package/lib/translated/en/modules/translations/locales/fi.js +18 -0
  735. package/lib/translated/en/modules/translations/locales/fr.js +18 -0
  736. package/lib/translated/en/modules/translations/locales/fr_CA.js +18 -0
  737. package/lib/translated/en/modules/translations/locales/he.js +3 -0
  738. package/lib/translated/en/modules/translations/locales/ht.js +18 -0
  739. package/lib/translated/en/modules/translations/locales/hu.js +3 -0
  740. package/lib/translated/en/modules/translations/locales/hy.js +3 -0
  741. package/lib/translated/en/modules/translations/locales/is.js +18 -0
  742. package/lib/translated/en/modules/translations/locales/it.js +18 -0
  743. package/lib/translated/en/modules/translations/locales/ja.js +18 -0
  744. package/lib/translated/en/modules/translations/locales/ko.js +3 -0
  745. package/lib/translated/en/modules/translations/locales/nb-x-k12.js +21 -0
  746. package/lib/translated/en/modules/translations/locales/nb.js +18 -0
  747. package/lib/translated/en/modules/translations/locales/nl.js +18 -0
  748. package/lib/translated/en/modules/translations/locales/nn.js +15 -0
  749. package/lib/translated/en/modules/translations/locales/pl.js +18 -0
  750. package/lib/translated/en/modules/translations/locales/pt.js +20 -2
  751. package/lib/translated/en/modules/translations/locales/pt_BR.js +18 -0
  752. package/lib/translated/en/modules/translations/locales/ru.js +18 -0
  753. package/lib/translated/en/modules/translations/locales/sl.js +18 -0
  754. package/lib/translated/en/modules/translations/locales/sv-x-k12.js +21 -0
  755. package/lib/translated/en/modules/translations/locales/sv.js +18 -0
  756. package/lib/translated/en/modules/translations/locales/th.js +19 -0
  757. package/lib/translated/en/modules/translations/locales/tr.js +3 -0
  758. package/lib/translated/en/modules/translations/locales/uk_UA.js +3 -0
  759. package/lib/translated/en/modules/translations/locales/zh-Hans.js +18 -0
  760. package/lib/translated/en/modules/translations/locales/zh-Hant.js +18 -0
  761. package/lib/translated/en/modules/translations/locales/zh.js +18 -0
  762. package/lib/translated/en/modules/translations/locales/zh_HK.js +18 -0
  763. package/lib/translated/en/modules/translations/tinymce/th.js +479 -0
  764. package/lib/translated/en-AU-x-unimelb/modules/defaultTinymceConfig.js +1 -1
  765. package/lib/translated/en-AU-x-unimelb/modules/rce/RCEWrapper.js +2 -2
  766. package/lib/translated/en-AU-x-unimelb/modules/rce/editorLanguage.js +1 -0
  767. package/lib/translated/en-AU-x-unimelb/modules/rce/normalizeLocale.js +1 -1
  768. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  769. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  770. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  771. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  772. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  773. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  774. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  775. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  776. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  777. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  778. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  779. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  780. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  781. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  782. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  783. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  784. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  785. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_record/plugin.js +22 -5
  786. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/ContentSelection.js +44 -8
  787. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  788. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  789. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  790. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  791. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  792. package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  793. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ar.js +18 -0
  794. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ca.js +18 -0
  795. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/cy.js +18 -0
  796. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/da-x-k12.js +21 -0
  797. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/da.js +18 -0
  798. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/de.js +18 -0
  799. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/el.js +3 -0
  800. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  801. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  802. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en.js +30 -0
  803. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_AU.js +18 -0
  804. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_CA.js +21 -0
  805. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_CY.js +18 -0
  806. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/en_GB.js +18 -0
  807. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/es.js +18 -0
  808. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/es_ES.js +18 -0
  809. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fa_IR.js +3 -0
  810. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fi.js +18 -0
  811. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fr.js +18 -0
  812. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fr_CA.js +18 -0
  813. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/he.js +3 -0
  814. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ht.js +18 -0
  815. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/hu.js +3 -0
  816. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/hy.js +3 -0
  817. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/is.js +18 -0
  818. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/it.js +18 -0
  819. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ja.js +18 -0
  820. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ko.js +3 -0
  821. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nb-x-k12.js +21 -0
  822. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nb.js +18 -0
  823. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nl.js +18 -0
  824. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nn.js +15 -0
  825. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/pl.js +18 -0
  826. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/pt.js +20 -2
  827. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/pt_BR.js +18 -0
  828. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ru.js +18 -0
  829. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sl.js +18 -0
  830. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sv-x-k12.js +21 -0
  831. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sv.js +18 -0
  832. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/th.js +19 -0
  833. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/tr.js +3 -0
  834. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/uk_UA.js +3 -0
  835. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh-Hans.js +18 -0
  836. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh-Hant.js +18 -0
  837. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh.js +18 -0
  838. package/lib/translated/en-AU-x-unimelb/modules/translations/locales/zh_HK.js +18 -0
  839. package/lib/translated/en-AU-x-unimelb/modules/translations/tinymce/th.js +479 -0
  840. package/lib/translated/en-GB-x-ukhe/modules/defaultTinymceConfig.js +1 -1
  841. package/lib/translated/en-GB-x-ukhe/modules/rce/RCEWrapper.js +2 -2
  842. package/lib/translated/en-GB-x-ukhe/modules/rce/editorLanguage.js +1 -0
  843. package/lib/translated/en-GB-x-ukhe/modules/rce/normalizeLocale.js +1 -1
  844. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  845. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  846. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  847. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  848. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  849. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  850. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  851. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  852. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  853. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  854. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  855. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  856. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  857. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  858. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  859. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  860. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  861. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_record/plugin.js +22 -5
  862. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/ContentSelection.js +44 -8
  863. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  864. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  865. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  866. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  867. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  868. package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  869. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ar.js +18 -0
  870. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ca.js +18 -0
  871. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/cy.js +18 -0
  872. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/da-x-k12.js +21 -0
  873. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/da.js +18 -0
  874. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/de.js +18 -0
  875. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/el.js +3 -0
  876. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  877. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  878. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en.js +30 -0
  879. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_AU.js +18 -0
  880. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_CA.js +21 -0
  881. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_CY.js +18 -0
  882. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/en_GB.js +18 -0
  883. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/es.js +18 -0
  884. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/es_ES.js +18 -0
  885. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fa_IR.js +3 -0
  886. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fi.js +18 -0
  887. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fr.js +18 -0
  888. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fr_CA.js +18 -0
  889. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/he.js +3 -0
  890. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ht.js +18 -0
  891. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/hu.js +3 -0
  892. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/hy.js +3 -0
  893. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/is.js +18 -0
  894. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/it.js +18 -0
  895. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ja.js +18 -0
  896. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ko.js +3 -0
  897. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nb-x-k12.js +21 -0
  898. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nb.js +18 -0
  899. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nl.js +18 -0
  900. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nn.js +15 -0
  901. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/pl.js +18 -0
  902. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/pt.js +20 -2
  903. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/pt_BR.js +18 -0
  904. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ru.js +18 -0
  905. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sl.js +18 -0
  906. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sv-x-k12.js +21 -0
  907. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sv.js +18 -0
  908. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/th.js +19 -0
  909. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/tr.js +3 -0
  910. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/uk_UA.js +3 -0
  911. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh-Hans.js +18 -0
  912. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh-Hant.js +18 -0
  913. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh.js +18 -0
  914. package/lib/translated/en-GB-x-ukhe/modules/translations/locales/zh_HK.js +18 -0
  915. package/lib/translated/en-GB-x-ukhe/modules/translations/tinymce/th.js +479 -0
  916. package/lib/translated/en_AU/modules/defaultTinymceConfig.js +1 -1
  917. package/lib/translated/en_AU/modules/rce/RCEWrapper.js +2 -2
  918. package/lib/translated/en_AU/modules/rce/editorLanguage.js +1 -0
  919. package/lib/translated/en_AU/modules/rce/normalizeLocale.js +1 -1
  920. package/lib/translated/en_AU/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  921. package/lib/translated/en_AU/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  922. package/lib/translated/en_AU/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  923. package/lib/translated/en_AU/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  924. package/lib/translated/en_AU/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  925. package/lib/translated/en_AU/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  926. package/lib/translated/en_AU/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  927. package/lib/translated/en_AU/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  928. package/lib/translated/en_AU/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  929. package/lib/translated/en_AU/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  930. package/lib/translated/en_AU/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  931. package/lib/translated/en_AU/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  932. package/lib/translated/en_AU/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  933. package/lib/translated/en_AU/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  934. package/lib/translated/en_AU/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  935. package/lib/translated/en_AU/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  936. package/lib/translated/en_AU/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  937. package/lib/translated/en_AU/modules/rce/plugins/instructure_record/plugin.js +22 -5
  938. package/lib/translated/en_AU/modules/rce/plugins/shared/ContentSelection.js +44 -8
  939. package/lib/translated/en_AU/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  940. package/lib/translated/en_AU/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  941. package/lib/translated/en_AU/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  942. package/lib/translated/en_AU/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  943. package/lib/translated/en_AU/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  944. package/lib/translated/en_AU/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  945. package/lib/translated/en_AU/modules/translations/locales/ar.js +18 -0
  946. package/lib/translated/en_AU/modules/translations/locales/ca.js +18 -0
  947. package/lib/translated/en_AU/modules/translations/locales/cy.js +18 -0
  948. package/lib/translated/en_AU/modules/translations/locales/da-x-k12.js +21 -0
  949. package/lib/translated/en_AU/modules/translations/locales/da.js +18 -0
  950. package/lib/translated/en_AU/modules/translations/locales/de.js +18 -0
  951. package/lib/translated/en_AU/modules/translations/locales/el.js +3 -0
  952. package/lib/translated/en_AU/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  953. package/lib/translated/en_AU/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  954. package/lib/translated/en_AU/modules/translations/locales/en.js +30 -0
  955. package/lib/translated/en_AU/modules/translations/locales/en_AU.js +18 -0
  956. package/lib/translated/en_AU/modules/translations/locales/en_CA.js +21 -0
  957. package/lib/translated/en_AU/modules/translations/locales/en_CY.js +18 -0
  958. package/lib/translated/en_AU/modules/translations/locales/en_GB.js +18 -0
  959. package/lib/translated/en_AU/modules/translations/locales/es.js +18 -0
  960. package/lib/translated/en_AU/modules/translations/locales/es_ES.js +18 -0
  961. package/lib/translated/en_AU/modules/translations/locales/fa_IR.js +3 -0
  962. package/lib/translated/en_AU/modules/translations/locales/fi.js +18 -0
  963. package/lib/translated/en_AU/modules/translations/locales/fr.js +18 -0
  964. package/lib/translated/en_AU/modules/translations/locales/fr_CA.js +18 -0
  965. package/lib/translated/en_AU/modules/translations/locales/he.js +3 -0
  966. package/lib/translated/en_AU/modules/translations/locales/ht.js +18 -0
  967. package/lib/translated/en_AU/modules/translations/locales/hu.js +3 -0
  968. package/lib/translated/en_AU/modules/translations/locales/hy.js +3 -0
  969. package/lib/translated/en_AU/modules/translations/locales/is.js +18 -0
  970. package/lib/translated/en_AU/modules/translations/locales/it.js +18 -0
  971. package/lib/translated/en_AU/modules/translations/locales/ja.js +18 -0
  972. package/lib/translated/en_AU/modules/translations/locales/ko.js +3 -0
  973. package/lib/translated/en_AU/modules/translations/locales/nb-x-k12.js +21 -0
  974. package/lib/translated/en_AU/modules/translations/locales/nb.js +18 -0
  975. package/lib/translated/en_AU/modules/translations/locales/nl.js +18 -0
  976. package/lib/translated/en_AU/modules/translations/locales/nn.js +15 -0
  977. package/lib/translated/en_AU/modules/translations/locales/pl.js +18 -0
  978. package/lib/translated/en_AU/modules/translations/locales/pt.js +20 -2
  979. package/lib/translated/en_AU/modules/translations/locales/pt_BR.js +18 -0
  980. package/lib/translated/en_AU/modules/translations/locales/ru.js +18 -0
  981. package/lib/translated/en_AU/modules/translations/locales/sl.js +18 -0
  982. package/lib/translated/en_AU/modules/translations/locales/sv-x-k12.js +21 -0
  983. package/lib/translated/en_AU/modules/translations/locales/sv.js +18 -0
  984. package/lib/translated/en_AU/modules/translations/locales/th.js +19 -0
  985. package/lib/translated/en_AU/modules/translations/locales/tr.js +3 -0
  986. package/lib/translated/en_AU/modules/translations/locales/uk_UA.js +3 -0
  987. package/lib/translated/en_AU/modules/translations/locales/zh-Hans.js +18 -0
  988. package/lib/translated/en_AU/modules/translations/locales/zh-Hant.js +18 -0
  989. package/lib/translated/en_AU/modules/translations/locales/zh.js +18 -0
  990. package/lib/translated/en_AU/modules/translations/locales/zh_HK.js +18 -0
  991. package/lib/translated/en_AU/modules/translations/tinymce/th.js +479 -0
  992. package/lib/translated/en_CA/modules/defaultTinymceConfig.js +1 -1
  993. package/lib/translated/en_CA/modules/rce/RCEWrapper.js +2 -2
  994. package/lib/translated/en_CA/modules/rce/editorLanguage.js +1 -0
  995. package/lib/translated/en_CA/modules/rce/normalizeLocale.js +1 -1
  996. package/lib/translated/en_CA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  997. package/lib/translated/en_CA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  998. package/lib/translated/en_CA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  999. package/lib/translated/en_CA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1000. package/lib/translated/en_CA/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1001. package/lib/translated/en_CA/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1002. package/lib/translated/en_CA/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1003. package/lib/translated/en_CA/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1004. package/lib/translated/en_CA/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1005. package/lib/translated/en_CA/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1006. package/lib/translated/en_CA/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1007. package/lib/translated/en_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1008. package/lib/translated/en_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1009. package/lib/translated/en_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1010. package/lib/translated/en_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1011. package/lib/translated/en_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1012. package/lib/translated/en_CA/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1013. package/lib/translated/en_CA/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1014. package/lib/translated/en_CA/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1015. package/lib/translated/en_CA/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1016. package/lib/translated/en_CA/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1017. package/lib/translated/en_CA/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1018. package/lib/translated/en_CA/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1019. package/lib/translated/en_CA/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1020. package/lib/translated/en_CA/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1021. package/lib/translated/en_CA/modules/translations/locales/ar.js +18 -0
  1022. package/lib/translated/en_CA/modules/translations/locales/ca.js +18 -0
  1023. package/lib/translated/en_CA/modules/translations/locales/cy.js +18 -0
  1024. package/lib/translated/en_CA/modules/translations/locales/da-x-k12.js +21 -0
  1025. package/lib/translated/en_CA/modules/translations/locales/da.js +18 -0
  1026. package/lib/translated/en_CA/modules/translations/locales/de.js +18 -0
  1027. package/lib/translated/en_CA/modules/translations/locales/el.js +3 -0
  1028. package/lib/translated/en_CA/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1029. package/lib/translated/en_CA/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1030. package/lib/translated/en_CA/modules/translations/locales/en.js +30 -0
  1031. package/lib/translated/en_CA/modules/translations/locales/en_AU.js +18 -0
  1032. package/lib/translated/en_CA/modules/translations/locales/en_CA.js +21 -0
  1033. package/lib/translated/en_CA/modules/translations/locales/en_CY.js +18 -0
  1034. package/lib/translated/en_CA/modules/translations/locales/en_GB.js +18 -0
  1035. package/lib/translated/en_CA/modules/translations/locales/es.js +18 -0
  1036. package/lib/translated/en_CA/modules/translations/locales/es_ES.js +18 -0
  1037. package/lib/translated/en_CA/modules/translations/locales/fa_IR.js +3 -0
  1038. package/lib/translated/en_CA/modules/translations/locales/fi.js +18 -0
  1039. package/lib/translated/en_CA/modules/translations/locales/fr.js +18 -0
  1040. package/lib/translated/en_CA/modules/translations/locales/fr_CA.js +18 -0
  1041. package/lib/translated/en_CA/modules/translations/locales/he.js +3 -0
  1042. package/lib/translated/en_CA/modules/translations/locales/ht.js +18 -0
  1043. package/lib/translated/en_CA/modules/translations/locales/hu.js +3 -0
  1044. package/lib/translated/en_CA/modules/translations/locales/hy.js +3 -0
  1045. package/lib/translated/en_CA/modules/translations/locales/is.js +18 -0
  1046. package/lib/translated/en_CA/modules/translations/locales/it.js +18 -0
  1047. package/lib/translated/en_CA/modules/translations/locales/ja.js +18 -0
  1048. package/lib/translated/en_CA/modules/translations/locales/ko.js +3 -0
  1049. package/lib/translated/en_CA/modules/translations/locales/nb-x-k12.js +21 -0
  1050. package/lib/translated/en_CA/modules/translations/locales/nb.js +18 -0
  1051. package/lib/translated/en_CA/modules/translations/locales/nl.js +18 -0
  1052. package/lib/translated/en_CA/modules/translations/locales/nn.js +15 -0
  1053. package/lib/translated/en_CA/modules/translations/locales/pl.js +18 -0
  1054. package/lib/translated/en_CA/modules/translations/locales/pt.js +20 -2
  1055. package/lib/translated/en_CA/modules/translations/locales/pt_BR.js +18 -0
  1056. package/lib/translated/en_CA/modules/translations/locales/ru.js +18 -0
  1057. package/lib/translated/en_CA/modules/translations/locales/sl.js +18 -0
  1058. package/lib/translated/en_CA/modules/translations/locales/sv-x-k12.js +21 -0
  1059. package/lib/translated/en_CA/modules/translations/locales/sv.js +18 -0
  1060. package/lib/translated/en_CA/modules/translations/locales/th.js +19 -0
  1061. package/lib/translated/en_CA/modules/translations/locales/tr.js +3 -0
  1062. package/lib/translated/en_CA/modules/translations/locales/uk_UA.js +3 -0
  1063. package/lib/translated/en_CA/modules/translations/locales/zh-Hans.js +18 -0
  1064. package/lib/translated/en_CA/modules/translations/locales/zh-Hant.js +18 -0
  1065. package/lib/translated/en_CA/modules/translations/locales/zh.js +18 -0
  1066. package/lib/translated/en_CA/modules/translations/locales/zh_HK.js +18 -0
  1067. package/lib/translated/en_CA/modules/translations/tinymce/th.js +479 -0
  1068. package/lib/translated/en_CY/modules/defaultTinymceConfig.js +1 -1
  1069. package/lib/translated/en_CY/modules/rce/RCEWrapper.js +2 -2
  1070. package/lib/translated/en_CY/modules/rce/editorLanguage.js +1 -0
  1071. package/lib/translated/en_CY/modules/rce/normalizeLocale.js +1 -1
  1072. package/lib/translated/en_CY/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1073. package/lib/translated/en_CY/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1074. package/lib/translated/en_CY/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1075. package/lib/translated/en_CY/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1076. package/lib/translated/en_CY/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1077. package/lib/translated/en_CY/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1078. package/lib/translated/en_CY/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1079. package/lib/translated/en_CY/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1080. package/lib/translated/en_CY/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1081. package/lib/translated/en_CY/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1082. package/lib/translated/en_CY/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1083. package/lib/translated/en_CY/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1084. package/lib/translated/en_CY/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1085. package/lib/translated/en_CY/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1086. package/lib/translated/en_CY/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1087. package/lib/translated/en_CY/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1088. package/lib/translated/en_CY/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1089. package/lib/translated/en_CY/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1090. package/lib/translated/en_CY/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1091. package/lib/translated/en_CY/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1092. package/lib/translated/en_CY/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1093. package/lib/translated/en_CY/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1094. package/lib/translated/en_CY/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1095. package/lib/translated/en_CY/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1096. package/lib/translated/en_CY/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1097. package/lib/translated/en_CY/modules/translations/locales/ar.js +18 -0
  1098. package/lib/translated/en_CY/modules/translations/locales/ca.js +18 -0
  1099. package/lib/translated/en_CY/modules/translations/locales/cy.js +18 -0
  1100. package/lib/translated/en_CY/modules/translations/locales/da-x-k12.js +21 -0
  1101. package/lib/translated/en_CY/modules/translations/locales/da.js +18 -0
  1102. package/lib/translated/en_CY/modules/translations/locales/de.js +18 -0
  1103. package/lib/translated/en_CY/modules/translations/locales/el.js +3 -0
  1104. package/lib/translated/en_CY/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1105. package/lib/translated/en_CY/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1106. package/lib/translated/en_CY/modules/translations/locales/en.js +30 -0
  1107. package/lib/translated/en_CY/modules/translations/locales/en_AU.js +18 -0
  1108. package/lib/translated/en_CY/modules/translations/locales/en_CA.js +21 -0
  1109. package/lib/translated/en_CY/modules/translations/locales/en_CY.js +18 -0
  1110. package/lib/translated/en_CY/modules/translations/locales/en_GB.js +18 -0
  1111. package/lib/translated/en_CY/modules/translations/locales/es.js +18 -0
  1112. package/lib/translated/en_CY/modules/translations/locales/es_ES.js +18 -0
  1113. package/lib/translated/en_CY/modules/translations/locales/fa_IR.js +3 -0
  1114. package/lib/translated/en_CY/modules/translations/locales/fi.js +18 -0
  1115. package/lib/translated/en_CY/modules/translations/locales/fr.js +18 -0
  1116. package/lib/translated/en_CY/modules/translations/locales/fr_CA.js +18 -0
  1117. package/lib/translated/en_CY/modules/translations/locales/he.js +3 -0
  1118. package/lib/translated/en_CY/modules/translations/locales/ht.js +18 -0
  1119. package/lib/translated/en_CY/modules/translations/locales/hu.js +3 -0
  1120. package/lib/translated/en_CY/modules/translations/locales/hy.js +3 -0
  1121. package/lib/translated/en_CY/modules/translations/locales/is.js +18 -0
  1122. package/lib/translated/en_CY/modules/translations/locales/it.js +18 -0
  1123. package/lib/translated/en_CY/modules/translations/locales/ja.js +18 -0
  1124. package/lib/translated/en_CY/modules/translations/locales/ko.js +3 -0
  1125. package/lib/translated/en_CY/modules/translations/locales/nb-x-k12.js +21 -0
  1126. package/lib/translated/en_CY/modules/translations/locales/nb.js +18 -0
  1127. package/lib/translated/en_CY/modules/translations/locales/nl.js +18 -0
  1128. package/lib/translated/en_CY/modules/translations/locales/nn.js +15 -0
  1129. package/lib/translated/en_CY/modules/translations/locales/pl.js +18 -0
  1130. package/lib/translated/en_CY/modules/translations/locales/pt.js +20 -2
  1131. package/lib/translated/en_CY/modules/translations/locales/pt_BR.js +18 -0
  1132. package/lib/translated/en_CY/modules/translations/locales/ru.js +18 -0
  1133. package/lib/translated/en_CY/modules/translations/locales/sl.js +18 -0
  1134. package/lib/translated/en_CY/modules/translations/locales/sv-x-k12.js +21 -0
  1135. package/lib/translated/en_CY/modules/translations/locales/sv.js +18 -0
  1136. package/lib/translated/en_CY/modules/translations/locales/th.js +19 -0
  1137. package/lib/translated/en_CY/modules/translations/locales/tr.js +3 -0
  1138. package/lib/translated/en_CY/modules/translations/locales/uk_UA.js +3 -0
  1139. package/lib/translated/en_CY/modules/translations/locales/zh-Hans.js +18 -0
  1140. package/lib/translated/en_CY/modules/translations/locales/zh-Hant.js +18 -0
  1141. package/lib/translated/en_CY/modules/translations/locales/zh.js +18 -0
  1142. package/lib/translated/en_CY/modules/translations/locales/zh_HK.js +18 -0
  1143. package/lib/translated/en_CY/modules/translations/tinymce/th.js +479 -0
  1144. package/lib/translated/en_GB/modules/defaultTinymceConfig.js +1 -1
  1145. package/lib/translated/en_GB/modules/rce/RCEWrapper.js +2 -2
  1146. package/lib/translated/en_GB/modules/rce/editorLanguage.js +1 -0
  1147. package/lib/translated/en_GB/modules/rce/normalizeLocale.js +1 -1
  1148. package/lib/translated/en_GB/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1149. package/lib/translated/en_GB/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1150. package/lib/translated/en_GB/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1151. package/lib/translated/en_GB/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1152. package/lib/translated/en_GB/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1153. package/lib/translated/en_GB/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1154. package/lib/translated/en_GB/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1155. package/lib/translated/en_GB/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1156. package/lib/translated/en_GB/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1157. package/lib/translated/en_GB/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1158. package/lib/translated/en_GB/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1159. package/lib/translated/en_GB/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1160. package/lib/translated/en_GB/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1161. package/lib/translated/en_GB/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1162. package/lib/translated/en_GB/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1163. package/lib/translated/en_GB/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1164. package/lib/translated/en_GB/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1165. package/lib/translated/en_GB/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1166. package/lib/translated/en_GB/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1167. package/lib/translated/en_GB/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1168. package/lib/translated/en_GB/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1169. package/lib/translated/en_GB/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1170. package/lib/translated/en_GB/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1171. package/lib/translated/en_GB/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1172. package/lib/translated/en_GB/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1173. package/lib/translated/en_GB/modules/translations/locales/ar.js +18 -0
  1174. package/lib/translated/en_GB/modules/translations/locales/ca.js +18 -0
  1175. package/lib/translated/en_GB/modules/translations/locales/cy.js +18 -0
  1176. package/lib/translated/en_GB/modules/translations/locales/da-x-k12.js +21 -0
  1177. package/lib/translated/en_GB/modules/translations/locales/da.js +18 -0
  1178. package/lib/translated/en_GB/modules/translations/locales/de.js +18 -0
  1179. package/lib/translated/en_GB/modules/translations/locales/el.js +3 -0
  1180. package/lib/translated/en_GB/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1181. package/lib/translated/en_GB/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1182. package/lib/translated/en_GB/modules/translations/locales/en.js +30 -0
  1183. package/lib/translated/en_GB/modules/translations/locales/en_AU.js +18 -0
  1184. package/lib/translated/en_GB/modules/translations/locales/en_CA.js +21 -0
  1185. package/lib/translated/en_GB/modules/translations/locales/en_CY.js +18 -0
  1186. package/lib/translated/en_GB/modules/translations/locales/en_GB.js +18 -0
  1187. package/lib/translated/en_GB/modules/translations/locales/es.js +18 -0
  1188. package/lib/translated/en_GB/modules/translations/locales/es_ES.js +18 -0
  1189. package/lib/translated/en_GB/modules/translations/locales/fa_IR.js +3 -0
  1190. package/lib/translated/en_GB/modules/translations/locales/fi.js +18 -0
  1191. package/lib/translated/en_GB/modules/translations/locales/fr.js +18 -0
  1192. package/lib/translated/en_GB/modules/translations/locales/fr_CA.js +18 -0
  1193. package/lib/translated/en_GB/modules/translations/locales/he.js +3 -0
  1194. package/lib/translated/en_GB/modules/translations/locales/ht.js +18 -0
  1195. package/lib/translated/en_GB/modules/translations/locales/hu.js +3 -0
  1196. package/lib/translated/en_GB/modules/translations/locales/hy.js +3 -0
  1197. package/lib/translated/en_GB/modules/translations/locales/is.js +18 -0
  1198. package/lib/translated/en_GB/modules/translations/locales/it.js +18 -0
  1199. package/lib/translated/en_GB/modules/translations/locales/ja.js +18 -0
  1200. package/lib/translated/en_GB/modules/translations/locales/ko.js +3 -0
  1201. package/lib/translated/en_GB/modules/translations/locales/nb-x-k12.js +21 -0
  1202. package/lib/translated/en_GB/modules/translations/locales/nb.js +18 -0
  1203. package/lib/translated/en_GB/modules/translations/locales/nl.js +18 -0
  1204. package/lib/translated/en_GB/modules/translations/locales/nn.js +15 -0
  1205. package/lib/translated/en_GB/modules/translations/locales/pl.js +18 -0
  1206. package/lib/translated/en_GB/modules/translations/locales/pt.js +20 -2
  1207. package/lib/translated/en_GB/modules/translations/locales/pt_BR.js +18 -0
  1208. package/lib/translated/en_GB/modules/translations/locales/ru.js +18 -0
  1209. package/lib/translated/en_GB/modules/translations/locales/sl.js +18 -0
  1210. package/lib/translated/en_GB/modules/translations/locales/sv-x-k12.js +21 -0
  1211. package/lib/translated/en_GB/modules/translations/locales/sv.js +18 -0
  1212. package/lib/translated/en_GB/modules/translations/locales/th.js +19 -0
  1213. package/lib/translated/en_GB/modules/translations/locales/tr.js +3 -0
  1214. package/lib/translated/en_GB/modules/translations/locales/uk_UA.js +3 -0
  1215. package/lib/translated/en_GB/modules/translations/locales/zh-Hans.js +18 -0
  1216. package/lib/translated/en_GB/modules/translations/locales/zh-Hant.js +18 -0
  1217. package/lib/translated/en_GB/modules/translations/locales/zh.js +18 -0
  1218. package/lib/translated/en_GB/modules/translations/locales/zh_HK.js +18 -0
  1219. package/lib/translated/en_GB/modules/translations/tinymce/th.js +479 -0
  1220. package/lib/translated/es/modules/defaultTinymceConfig.js +1 -1
  1221. package/lib/translated/es/modules/rce/RCEWrapper.js +2 -2
  1222. package/lib/translated/es/modules/rce/editorLanguage.js +1 -0
  1223. package/lib/translated/es/modules/rce/normalizeLocale.js +1 -1
  1224. package/lib/translated/es/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1225. package/lib/translated/es/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1226. package/lib/translated/es/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1227. package/lib/translated/es/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1228. package/lib/translated/es/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1229. package/lib/translated/es/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1230. package/lib/translated/es/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1231. package/lib/translated/es/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1232. package/lib/translated/es/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1233. package/lib/translated/es/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1234. package/lib/translated/es/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1235. package/lib/translated/es/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1236. package/lib/translated/es/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1237. package/lib/translated/es/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1238. package/lib/translated/es/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1239. package/lib/translated/es/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1240. package/lib/translated/es/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1241. package/lib/translated/es/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1242. package/lib/translated/es/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1243. package/lib/translated/es/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1244. package/lib/translated/es/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1245. package/lib/translated/es/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1246. package/lib/translated/es/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1247. package/lib/translated/es/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1248. package/lib/translated/es/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1249. package/lib/translated/es/modules/translations/locales/ar.js +18 -0
  1250. package/lib/translated/es/modules/translations/locales/ca.js +18 -0
  1251. package/lib/translated/es/modules/translations/locales/cy.js +18 -0
  1252. package/lib/translated/es/modules/translations/locales/da-x-k12.js +21 -0
  1253. package/lib/translated/es/modules/translations/locales/da.js +18 -0
  1254. package/lib/translated/es/modules/translations/locales/de.js +18 -0
  1255. package/lib/translated/es/modules/translations/locales/el.js +3 -0
  1256. package/lib/translated/es/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1257. package/lib/translated/es/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1258. package/lib/translated/es/modules/translations/locales/en.js +30 -0
  1259. package/lib/translated/es/modules/translations/locales/en_AU.js +18 -0
  1260. package/lib/translated/es/modules/translations/locales/en_CA.js +21 -0
  1261. package/lib/translated/es/modules/translations/locales/en_CY.js +18 -0
  1262. package/lib/translated/es/modules/translations/locales/en_GB.js +18 -0
  1263. package/lib/translated/es/modules/translations/locales/es.js +18 -0
  1264. package/lib/translated/es/modules/translations/locales/es_ES.js +18 -0
  1265. package/lib/translated/es/modules/translations/locales/fa_IR.js +3 -0
  1266. package/lib/translated/es/modules/translations/locales/fi.js +18 -0
  1267. package/lib/translated/es/modules/translations/locales/fr.js +18 -0
  1268. package/lib/translated/es/modules/translations/locales/fr_CA.js +18 -0
  1269. package/lib/translated/es/modules/translations/locales/he.js +3 -0
  1270. package/lib/translated/es/modules/translations/locales/ht.js +18 -0
  1271. package/lib/translated/es/modules/translations/locales/hu.js +3 -0
  1272. package/lib/translated/es/modules/translations/locales/hy.js +3 -0
  1273. package/lib/translated/es/modules/translations/locales/is.js +18 -0
  1274. package/lib/translated/es/modules/translations/locales/it.js +18 -0
  1275. package/lib/translated/es/modules/translations/locales/ja.js +18 -0
  1276. package/lib/translated/es/modules/translations/locales/ko.js +3 -0
  1277. package/lib/translated/es/modules/translations/locales/nb-x-k12.js +21 -0
  1278. package/lib/translated/es/modules/translations/locales/nb.js +18 -0
  1279. package/lib/translated/es/modules/translations/locales/nl.js +18 -0
  1280. package/lib/translated/es/modules/translations/locales/nn.js +15 -0
  1281. package/lib/translated/es/modules/translations/locales/pl.js +18 -0
  1282. package/lib/translated/es/modules/translations/locales/pt.js +20 -2
  1283. package/lib/translated/es/modules/translations/locales/pt_BR.js +18 -0
  1284. package/lib/translated/es/modules/translations/locales/ru.js +18 -0
  1285. package/lib/translated/es/modules/translations/locales/sl.js +18 -0
  1286. package/lib/translated/es/modules/translations/locales/sv-x-k12.js +21 -0
  1287. package/lib/translated/es/modules/translations/locales/sv.js +18 -0
  1288. package/lib/translated/es/modules/translations/locales/th.js +19 -0
  1289. package/lib/translated/es/modules/translations/locales/tr.js +3 -0
  1290. package/lib/translated/es/modules/translations/locales/uk_UA.js +3 -0
  1291. package/lib/translated/es/modules/translations/locales/zh-Hans.js +18 -0
  1292. package/lib/translated/es/modules/translations/locales/zh-Hant.js +18 -0
  1293. package/lib/translated/es/modules/translations/locales/zh.js +18 -0
  1294. package/lib/translated/es/modules/translations/locales/zh_HK.js +18 -0
  1295. package/lib/translated/es/modules/translations/tinymce/th.js +479 -0
  1296. package/lib/translated/es_ES/modules/defaultTinymceConfig.js +1 -1
  1297. package/lib/translated/es_ES/modules/rce/RCEWrapper.js +2 -2
  1298. package/lib/translated/es_ES/modules/rce/editorLanguage.js +1 -0
  1299. package/lib/translated/es_ES/modules/rce/normalizeLocale.js +1 -1
  1300. package/lib/translated/es_ES/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1301. package/lib/translated/es_ES/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1302. package/lib/translated/es_ES/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1303. package/lib/translated/es_ES/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1304. package/lib/translated/es_ES/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1305. package/lib/translated/es_ES/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1306. package/lib/translated/es_ES/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1307. package/lib/translated/es_ES/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1308. package/lib/translated/es_ES/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1309. package/lib/translated/es_ES/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1310. package/lib/translated/es_ES/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1311. package/lib/translated/es_ES/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1312. package/lib/translated/es_ES/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1313. package/lib/translated/es_ES/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1314. package/lib/translated/es_ES/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1315. package/lib/translated/es_ES/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1316. package/lib/translated/es_ES/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1317. package/lib/translated/es_ES/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1318. package/lib/translated/es_ES/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1319. package/lib/translated/es_ES/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1320. package/lib/translated/es_ES/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1321. package/lib/translated/es_ES/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1322. package/lib/translated/es_ES/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1323. package/lib/translated/es_ES/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1324. package/lib/translated/es_ES/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1325. package/lib/translated/es_ES/modules/translations/locales/ar.js +18 -0
  1326. package/lib/translated/es_ES/modules/translations/locales/ca.js +18 -0
  1327. package/lib/translated/es_ES/modules/translations/locales/cy.js +18 -0
  1328. package/lib/translated/es_ES/modules/translations/locales/da-x-k12.js +21 -0
  1329. package/lib/translated/es_ES/modules/translations/locales/da.js +18 -0
  1330. package/lib/translated/es_ES/modules/translations/locales/de.js +18 -0
  1331. package/lib/translated/es_ES/modules/translations/locales/el.js +3 -0
  1332. package/lib/translated/es_ES/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1333. package/lib/translated/es_ES/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1334. package/lib/translated/es_ES/modules/translations/locales/en.js +30 -0
  1335. package/lib/translated/es_ES/modules/translations/locales/en_AU.js +18 -0
  1336. package/lib/translated/es_ES/modules/translations/locales/en_CA.js +21 -0
  1337. package/lib/translated/es_ES/modules/translations/locales/en_CY.js +18 -0
  1338. package/lib/translated/es_ES/modules/translations/locales/en_GB.js +18 -0
  1339. package/lib/translated/es_ES/modules/translations/locales/es.js +18 -0
  1340. package/lib/translated/es_ES/modules/translations/locales/es_ES.js +18 -0
  1341. package/lib/translated/es_ES/modules/translations/locales/fa_IR.js +3 -0
  1342. package/lib/translated/es_ES/modules/translations/locales/fi.js +18 -0
  1343. package/lib/translated/es_ES/modules/translations/locales/fr.js +18 -0
  1344. package/lib/translated/es_ES/modules/translations/locales/fr_CA.js +18 -0
  1345. package/lib/translated/es_ES/modules/translations/locales/he.js +3 -0
  1346. package/lib/translated/es_ES/modules/translations/locales/ht.js +18 -0
  1347. package/lib/translated/es_ES/modules/translations/locales/hu.js +3 -0
  1348. package/lib/translated/es_ES/modules/translations/locales/hy.js +3 -0
  1349. package/lib/translated/es_ES/modules/translations/locales/is.js +18 -0
  1350. package/lib/translated/es_ES/modules/translations/locales/it.js +18 -0
  1351. package/lib/translated/es_ES/modules/translations/locales/ja.js +18 -0
  1352. package/lib/translated/es_ES/modules/translations/locales/ko.js +3 -0
  1353. package/lib/translated/es_ES/modules/translations/locales/nb-x-k12.js +21 -0
  1354. package/lib/translated/es_ES/modules/translations/locales/nb.js +18 -0
  1355. package/lib/translated/es_ES/modules/translations/locales/nl.js +18 -0
  1356. package/lib/translated/es_ES/modules/translations/locales/nn.js +15 -0
  1357. package/lib/translated/es_ES/modules/translations/locales/pl.js +18 -0
  1358. package/lib/translated/es_ES/modules/translations/locales/pt.js +20 -2
  1359. package/lib/translated/es_ES/modules/translations/locales/pt_BR.js +18 -0
  1360. package/lib/translated/es_ES/modules/translations/locales/ru.js +18 -0
  1361. package/lib/translated/es_ES/modules/translations/locales/sl.js +18 -0
  1362. package/lib/translated/es_ES/modules/translations/locales/sv-x-k12.js +21 -0
  1363. package/lib/translated/es_ES/modules/translations/locales/sv.js +18 -0
  1364. package/lib/translated/es_ES/modules/translations/locales/th.js +19 -0
  1365. package/lib/translated/es_ES/modules/translations/locales/tr.js +3 -0
  1366. package/lib/translated/es_ES/modules/translations/locales/uk_UA.js +3 -0
  1367. package/lib/translated/es_ES/modules/translations/locales/zh-Hans.js +18 -0
  1368. package/lib/translated/es_ES/modules/translations/locales/zh-Hant.js +18 -0
  1369. package/lib/translated/es_ES/modules/translations/locales/zh.js +18 -0
  1370. package/lib/translated/es_ES/modules/translations/locales/zh_HK.js +18 -0
  1371. package/lib/translated/es_ES/modules/translations/tinymce/th.js +479 -0
  1372. package/lib/translated/fa_IR/modules/defaultTinymceConfig.js +1 -1
  1373. package/lib/translated/fa_IR/modules/rce/RCEWrapper.js +2 -2
  1374. package/lib/translated/fa_IR/modules/rce/editorLanguage.js +1 -0
  1375. package/lib/translated/fa_IR/modules/rce/normalizeLocale.js +1 -1
  1376. package/lib/translated/fa_IR/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1377. package/lib/translated/fa_IR/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1378. package/lib/translated/fa_IR/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1379. package/lib/translated/fa_IR/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1380. package/lib/translated/fa_IR/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1381. package/lib/translated/fa_IR/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1382. package/lib/translated/fa_IR/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1383. package/lib/translated/fa_IR/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1384. package/lib/translated/fa_IR/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1385. package/lib/translated/fa_IR/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1386. package/lib/translated/fa_IR/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1387. package/lib/translated/fa_IR/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1388. package/lib/translated/fa_IR/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1389. package/lib/translated/fa_IR/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1390. package/lib/translated/fa_IR/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1391. package/lib/translated/fa_IR/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1392. package/lib/translated/fa_IR/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1393. package/lib/translated/fa_IR/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1394. package/lib/translated/fa_IR/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1395. package/lib/translated/fa_IR/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1396. package/lib/translated/fa_IR/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1397. package/lib/translated/fa_IR/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1398. package/lib/translated/fa_IR/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1399. package/lib/translated/fa_IR/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1400. package/lib/translated/fa_IR/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1401. package/lib/translated/fa_IR/modules/translations/locales/ar.js +18 -0
  1402. package/lib/translated/fa_IR/modules/translations/locales/ca.js +18 -0
  1403. package/lib/translated/fa_IR/modules/translations/locales/cy.js +18 -0
  1404. package/lib/translated/fa_IR/modules/translations/locales/da-x-k12.js +21 -0
  1405. package/lib/translated/fa_IR/modules/translations/locales/da.js +18 -0
  1406. package/lib/translated/fa_IR/modules/translations/locales/de.js +18 -0
  1407. package/lib/translated/fa_IR/modules/translations/locales/el.js +3 -0
  1408. package/lib/translated/fa_IR/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1409. package/lib/translated/fa_IR/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1410. package/lib/translated/fa_IR/modules/translations/locales/en.js +30 -0
  1411. package/lib/translated/fa_IR/modules/translations/locales/en_AU.js +18 -0
  1412. package/lib/translated/fa_IR/modules/translations/locales/en_CA.js +21 -0
  1413. package/lib/translated/fa_IR/modules/translations/locales/en_CY.js +18 -0
  1414. package/lib/translated/fa_IR/modules/translations/locales/en_GB.js +18 -0
  1415. package/lib/translated/fa_IR/modules/translations/locales/es.js +18 -0
  1416. package/lib/translated/fa_IR/modules/translations/locales/es_ES.js +18 -0
  1417. package/lib/translated/fa_IR/modules/translations/locales/fa_IR.js +3 -0
  1418. package/lib/translated/fa_IR/modules/translations/locales/fi.js +18 -0
  1419. package/lib/translated/fa_IR/modules/translations/locales/fr.js +18 -0
  1420. package/lib/translated/fa_IR/modules/translations/locales/fr_CA.js +18 -0
  1421. package/lib/translated/fa_IR/modules/translations/locales/he.js +3 -0
  1422. package/lib/translated/fa_IR/modules/translations/locales/ht.js +18 -0
  1423. package/lib/translated/fa_IR/modules/translations/locales/hu.js +3 -0
  1424. package/lib/translated/fa_IR/modules/translations/locales/hy.js +3 -0
  1425. package/lib/translated/fa_IR/modules/translations/locales/is.js +18 -0
  1426. package/lib/translated/fa_IR/modules/translations/locales/it.js +18 -0
  1427. package/lib/translated/fa_IR/modules/translations/locales/ja.js +18 -0
  1428. package/lib/translated/fa_IR/modules/translations/locales/ko.js +3 -0
  1429. package/lib/translated/fa_IR/modules/translations/locales/nb-x-k12.js +21 -0
  1430. package/lib/translated/fa_IR/modules/translations/locales/nb.js +18 -0
  1431. package/lib/translated/fa_IR/modules/translations/locales/nl.js +18 -0
  1432. package/lib/translated/fa_IR/modules/translations/locales/nn.js +15 -0
  1433. package/lib/translated/fa_IR/modules/translations/locales/pl.js +18 -0
  1434. package/lib/translated/fa_IR/modules/translations/locales/pt.js +20 -2
  1435. package/lib/translated/fa_IR/modules/translations/locales/pt_BR.js +18 -0
  1436. package/lib/translated/fa_IR/modules/translations/locales/ru.js +18 -0
  1437. package/lib/translated/fa_IR/modules/translations/locales/sl.js +18 -0
  1438. package/lib/translated/fa_IR/modules/translations/locales/sv-x-k12.js +21 -0
  1439. package/lib/translated/fa_IR/modules/translations/locales/sv.js +18 -0
  1440. package/lib/translated/fa_IR/modules/translations/locales/th.js +19 -0
  1441. package/lib/translated/fa_IR/modules/translations/locales/tr.js +3 -0
  1442. package/lib/translated/fa_IR/modules/translations/locales/uk_UA.js +3 -0
  1443. package/lib/translated/fa_IR/modules/translations/locales/zh-Hans.js +18 -0
  1444. package/lib/translated/fa_IR/modules/translations/locales/zh-Hant.js +18 -0
  1445. package/lib/translated/fa_IR/modules/translations/locales/zh.js +18 -0
  1446. package/lib/translated/fa_IR/modules/translations/locales/zh_HK.js +18 -0
  1447. package/lib/translated/fa_IR/modules/translations/tinymce/th.js +479 -0
  1448. package/lib/translated/fi/modules/defaultTinymceConfig.js +1 -1
  1449. package/lib/translated/fi/modules/rce/RCEWrapper.js +2 -2
  1450. package/lib/translated/fi/modules/rce/editorLanguage.js +1 -0
  1451. package/lib/translated/fi/modules/rce/normalizeLocale.js +1 -1
  1452. package/lib/translated/fi/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1453. package/lib/translated/fi/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1454. package/lib/translated/fi/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1455. package/lib/translated/fi/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1456. package/lib/translated/fi/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1457. package/lib/translated/fi/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1458. package/lib/translated/fi/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1459. package/lib/translated/fi/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1460. package/lib/translated/fi/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1461. package/lib/translated/fi/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1462. package/lib/translated/fi/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1463. package/lib/translated/fi/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1464. package/lib/translated/fi/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1465. package/lib/translated/fi/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1466. package/lib/translated/fi/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1467. package/lib/translated/fi/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1468. package/lib/translated/fi/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1469. package/lib/translated/fi/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1470. package/lib/translated/fi/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1471. package/lib/translated/fi/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1472. package/lib/translated/fi/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1473. package/lib/translated/fi/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1474. package/lib/translated/fi/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1475. package/lib/translated/fi/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1476. package/lib/translated/fi/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1477. package/lib/translated/fi/modules/translations/locales/ar.js +18 -0
  1478. package/lib/translated/fi/modules/translations/locales/ca.js +18 -0
  1479. package/lib/translated/fi/modules/translations/locales/cy.js +18 -0
  1480. package/lib/translated/fi/modules/translations/locales/da-x-k12.js +21 -0
  1481. package/lib/translated/fi/modules/translations/locales/da.js +18 -0
  1482. package/lib/translated/fi/modules/translations/locales/de.js +18 -0
  1483. package/lib/translated/fi/modules/translations/locales/el.js +3 -0
  1484. package/lib/translated/fi/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1485. package/lib/translated/fi/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1486. package/lib/translated/fi/modules/translations/locales/en.js +30 -0
  1487. package/lib/translated/fi/modules/translations/locales/en_AU.js +18 -0
  1488. package/lib/translated/fi/modules/translations/locales/en_CA.js +21 -0
  1489. package/lib/translated/fi/modules/translations/locales/en_CY.js +18 -0
  1490. package/lib/translated/fi/modules/translations/locales/en_GB.js +18 -0
  1491. package/lib/translated/fi/modules/translations/locales/es.js +18 -0
  1492. package/lib/translated/fi/modules/translations/locales/es_ES.js +18 -0
  1493. package/lib/translated/fi/modules/translations/locales/fa_IR.js +3 -0
  1494. package/lib/translated/fi/modules/translations/locales/fi.js +18 -0
  1495. package/lib/translated/fi/modules/translations/locales/fr.js +18 -0
  1496. package/lib/translated/fi/modules/translations/locales/fr_CA.js +18 -0
  1497. package/lib/translated/fi/modules/translations/locales/he.js +3 -0
  1498. package/lib/translated/fi/modules/translations/locales/ht.js +18 -0
  1499. package/lib/translated/fi/modules/translations/locales/hu.js +3 -0
  1500. package/lib/translated/fi/modules/translations/locales/hy.js +3 -0
  1501. package/lib/translated/fi/modules/translations/locales/is.js +18 -0
  1502. package/lib/translated/fi/modules/translations/locales/it.js +18 -0
  1503. package/lib/translated/fi/modules/translations/locales/ja.js +18 -0
  1504. package/lib/translated/fi/modules/translations/locales/ko.js +3 -0
  1505. package/lib/translated/fi/modules/translations/locales/nb-x-k12.js +21 -0
  1506. package/lib/translated/fi/modules/translations/locales/nb.js +18 -0
  1507. package/lib/translated/fi/modules/translations/locales/nl.js +18 -0
  1508. package/lib/translated/fi/modules/translations/locales/nn.js +15 -0
  1509. package/lib/translated/fi/modules/translations/locales/pl.js +18 -0
  1510. package/lib/translated/fi/modules/translations/locales/pt.js +20 -2
  1511. package/lib/translated/fi/modules/translations/locales/pt_BR.js +18 -0
  1512. package/lib/translated/fi/modules/translations/locales/ru.js +18 -0
  1513. package/lib/translated/fi/modules/translations/locales/sl.js +18 -0
  1514. package/lib/translated/fi/modules/translations/locales/sv-x-k12.js +21 -0
  1515. package/lib/translated/fi/modules/translations/locales/sv.js +18 -0
  1516. package/lib/translated/fi/modules/translations/locales/th.js +19 -0
  1517. package/lib/translated/fi/modules/translations/locales/tr.js +3 -0
  1518. package/lib/translated/fi/modules/translations/locales/uk_UA.js +3 -0
  1519. package/lib/translated/fi/modules/translations/locales/zh-Hans.js +18 -0
  1520. package/lib/translated/fi/modules/translations/locales/zh-Hant.js +18 -0
  1521. package/lib/translated/fi/modules/translations/locales/zh.js +18 -0
  1522. package/lib/translated/fi/modules/translations/locales/zh_HK.js +18 -0
  1523. package/lib/translated/fi/modules/translations/tinymce/th.js +479 -0
  1524. package/lib/translated/fr/modules/defaultTinymceConfig.js +1 -1
  1525. package/lib/translated/fr/modules/rce/RCEWrapper.js +2 -2
  1526. package/lib/translated/fr/modules/rce/editorLanguage.js +1 -0
  1527. package/lib/translated/fr/modules/rce/normalizeLocale.js +1 -1
  1528. package/lib/translated/fr/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1529. package/lib/translated/fr/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1530. package/lib/translated/fr/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1531. package/lib/translated/fr/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1532. package/lib/translated/fr/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1533. package/lib/translated/fr/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1534. package/lib/translated/fr/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1535. package/lib/translated/fr/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1536. package/lib/translated/fr/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1537. package/lib/translated/fr/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1538. package/lib/translated/fr/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1539. package/lib/translated/fr/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1540. package/lib/translated/fr/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1541. package/lib/translated/fr/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1542. package/lib/translated/fr/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1543. package/lib/translated/fr/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1544. package/lib/translated/fr/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1545. package/lib/translated/fr/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1546. package/lib/translated/fr/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1547. package/lib/translated/fr/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1548. package/lib/translated/fr/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1549. package/lib/translated/fr/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1550. package/lib/translated/fr/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1551. package/lib/translated/fr/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1552. package/lib/translated/fr/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1553. package/lib/translated/fr/modules/translations/locales/ar.js +18 -0
  1554. package/lib/translated/fr/modules/translations/locales/ca.js +18 -0
  1555. package/lib/translated/fr/modules/translations/locales/cy.js +18 -0
  1556. package/lib/translated/fr/modules/translations/locales/da-x-k12.js +21 -0
  1557. package/lib/translated/fr/modules/translations/locales/da.js +18 -0
  1558. package/lib/translated/fr/modules/translations/locales/de.js +18 -0
  1559. package/lib/translated/fr/modules/translations/locales/el.js +3 -0
  1560. package/lib/translated/fr/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1561. package/lib/translated/fr/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1562. package/lib/translated/fr/modules/translations/locales/en.js +30 -0
  1563. package/lib/translated/fr/modules/translations/locales/en_AU.js +18 -0
  1564. package/lib/translated/fr/modules/translations/locales/en_CA.js +21 -0
  1565. package/lib/translated/fr/modules/translations/locales/en_CY.js +18 -0
  1566. package/lib/translated/fr/modules/translations/locales/en_GB.js +18 -0
  1567. package/lib/translated/fr/modules/translations/locales/es.js +18 -0
  1568. package/lib/translated/fr/modules/translations/locales/es_ES.js +18 -0
  1569. package/lib/translated/fr/modules/translations/locales/fa_IR.js +3 -0
  1570. package/lib/translated/fr/modules/translations/locales/fi.js +18 -0
  1571. package/lib/translated/fr/modules/translations/locales/fr.js +18 -0
  1572. package/lib/translated/fr/modules/translations/locales/fr_CA.js +18 -0
  1573. package/lib/translated/fr/modules/translations/locales/he.js +3 -0
  1574. package/lib/translated/fr/modules/translations/locales/ht.js +18 -0
  1575. package/lib/translated/fr/modules/translations/locales/hu.js +3 -0
  1576. package/lib/translated/fr/modules/translations/locales/hy.js +3 -0
  1577. package/lib/translated/fr/modules/translations/locales/is.js +18 -0
  1578. package/lib/translated/fr/modules/translations/locales/it.js +18 -0
  1579. package/lib/translated/fr/modules/translations/locales/ja.js +18 -0
  1580. package/lib/translated/fr/modules/translations/locales/ko.js +3 -0
  1581. package/lib/translated/fr/modules/translations/locales/nb-x-k12.js +21 -0
  1582. package/lib/translated/fr/modules/translations/locales/nb.js +18 -0
  1583. package/lib/translated/fr/modules/translations/locales/nl.js +18 -0
  1584. package/lib/translated/fr/modules/translations/locales/nn.js +15 -0
  1585. package/lib/translated/fr/modules/translations/locales/pl.js +18 -0
  1586. package/lib/translated/fr/modules/translations/locales/pt.js +20 -2
  1587. package/lib/translated/fr/modules/translations/locales/pt_BR.js +18 -0
  1588. package/lib/translated/fr/modules/translations/locales/ru.js +18 -0
  1589. package/lib/translated/fr/modules/translations/locales/sl.js +18 -0
  1590. package/lib/translated/fr/modules/translations/locales/sv-x-k12.js +21 -0
  1591. package/lib/translated/fr/modules/translations/locales/sv.js +18 -0
  1592. package/lib/translated/fr/modules/translations/locales/th.js +19 -0
  1593. package/lib/translated/fr/modules/translations/locales/tr.js +3 -0
  1594. package/lib/translated/fr/modules/translations/locales/uk_UA.js +3 -0
  1595. package/lib/translated/fr/modules/translations/locales/zh-Hans.js +18 -0
  1596. package/lib/translated/fr/modules/translations/locales/zh-Hant.js +18 -0
  1597. package/lib/translated/fr/modules/translations/locales/zh.js +18 -0
  1598. package/lib/translated/fr/modules/translations/locales/zh_HK.js +18 -0
  1599. package/lib/translated/fr/modules/translations/tinymce/th.js +479 -0
  1600. package/lib/translated/fr_CA/modules/defaultTinymceConfig.js +1 -1
  1601. package/lib/translated/fr_CA/modules/rce/RCEWrapper.js +2 -2
  1602. package/lib/translated/fr_CA/modules/rce/editorLanguage.js +1 -0
  1603. package/lib/translated/fr_CA/modules/rce/normalizeLocale.js +1 -1
  1604. package/lib/translated/fr_CA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1605. package/lib/translated/fr_CA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1606. package/lib/translated/fr_CA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1607. package/lib/translated/fr_CA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1608. package/lib/translated/fr_CA/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1609. package/lib/translated/fr_CA/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1610. package/lib/translated/fr_CA/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1611. package/lib/translated/fr_CA/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1612. package/lib/translated/fr_CA/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1613. package/lib/translated/fr_CA/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1614. package/lib/translated/fr_CA/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1615. package/lib/translated/fr_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1616. package/lib/translated/fr_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1617. package/lib/translated/fr_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1618. package/lib/translated/fr_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1619. package/lib/translated/fr_CA/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1620. package/lib/translated/fr_CA/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1621. package/lib/translated/fr_CA/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1622. package/lib/translated/fr_CA/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1623. package/lib/translated/fr_CA/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1624. package/lib/translated/fr_CA/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1625. package/lib/translated/fr_CA/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1626. package/lib/translated/fr_CA/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1627. package/lib/translated/fr_CA/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1628. package/lib/translated/fr_CA/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1629. package/lib/translated/fr_CA/modules/translations/locales/ar.js +18 -0
  1630. package/lib/translated/fr_CA/modules/translations/locales/ca.js +18 -0
  1631. package/lib/translated/fr_CA/modules/translations/locales/cy.js +18 -0
  1632. package/lib/translated/fr_CA/modules/translations/locales/da-x-k12.js +21 -0
  1633. package/lib/translated/fr_CA/modules/translations/locales/da.js +18 -0
  1634. package/lib/translated/fr_CA/modules/translations/locales/de.js +18 -0
  1635. package/lib/translated/fr_CA/modules/translations/locales/el.js +3 -0
  1636. package/lib/translated/fr_CA/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1637. package/lib/translated/fr_CA/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1638. package/lib/translated/fr_CA/modules/translations/locales/en.js +30 -0
  1639. package/lib/translated/fr_CA/modules/translations/locales/en_AU.js +18 -0
  1640. package/lib/translated/fr_CA/modules/translations/locales/en_CA.js +21 -0
  1641. package/lib/translated/fr_CA/modules/translations/locales/en_CY.js +18 -0
  1642. package/lib/translated/fr_CA/modules/translations/locales/en_GB.js +18 -0
  1643. package/lib/translated/fr_CA/modules/translations/locales/es.js +18 -0
  1644. package/lib/translated/fr_CA/modules/translations/locales/es_ES.js +18 -0
  1645. package/lib/translated/fr_CA/modules/translations/locales/fa_IR.js +3 -0
  1646. package/lib/translated/fr_CA/modules/translations/locales/fi.js +18 -0
  1647. package/lib/translated/fr_CA/modules/translations/locales/fr.js +18 -0
  1648. package/lib/translated/fr_CA/modules/translations/locales/fr_CA.js +18 -0
  1649. package/lib/translated/fr_CA/modules/translations/locales/he.js +3 -0
  1650. package/lib/translated/fr_CA/modules/translations/locales/ht.js +18 -0
  1651. package/lib/translated/fr_CA/modules/translations/locales/hu.js +3 -0
  1652. package/lib/translated/fr_CA/modules/translations/locales/hy.js +3 -0
  1653. package/lib/translated/fr_CA/modules/translations/locales/is.js +18 -0
  1654. package/lib/translated/fr_CA/modules/translations/locales/it.js +18 -0
  1655. package/lib/translated/fr_CA/modules/translations/locales/ja.js +18 -0
  1656. package/lib/translated/fr_CA/modules/translations/locales/ko.js +3 -0
  1657. package/lib/translated/fr_CA/modules/translations/locales/nb-x-k12.js +21 -0
  1658. package/lib/translated/fr_CA/modules/translations/locales/nb.js +18 -0
  1659. package/lib/translated/fr_CA/modules/translations/locales/nl.js +18 -0
  1660. package/lib/translated/fr_CA/modules/translations/locales/nn.js +15 -0
  1661. package/lib/translated/fr_CA/modules/translations/locales/pl.js +18 -0
  1662. package/lib/translated/fr_CA/modules/translations/locales/pt.js +20 -2
  1663. package/lib/translated/fr_CA/modules/translations/locales/pt_BR.js +18 -0
  1664. package/lib/translated/fr_CA/modules/translations/locales/ru.js +18 -0
  1665. package/lib/translated/fr_CA/modules/translations/locales/sl.js +18 -0
  1666. package/lib/translated/fr_CA/modules/translations/locales/sv-x-k12.js +21 -0
  1667. package/lib/translated/fr_CA/modules/translations/locales/sv.js +18 -0
  1668. package/lib/translated/fr_CA/modules/translations/locales/th.js +19 -0
  1669. package/lib/translated/fr_CA/modules/translations/locales/tr.js +3 -0
  1670. package/lib/translated/fr_CA/modules/translations/locales/uk_UA.js +3 -0
  1671. package/lib/translated/fr_CA/modules/translations/locales/zh-Hans.js +18 -0
  1672. package/lib/translated/fr_CA/modules/translations/locales/zh-Hant.js +18 -0
  1673. package/lib/translated/fr_CA/modules/translations/locales/zh.js +18 -0
  1674. package/lib/translated/fr_CA/modules/translations/locales/zh_HK.js +18 -0
  1675. package/lib/translated/fr_CA/modules/translations/tinymce/th.js +479 -0
  1676. package/lib/translated/he/modules/defaultTinymceConfig.js +1 -1
  1677. package/lib/translated/he/modules/rce/RCEWrapper.js +2 -2
  1678. package/lib/translated/he/modules/rce/editorLanguage.js +1 -0
  1679. package/lib/translated/he/modules/rce/normalizeLocale.js +1 -1
  1680. package/lib/translated/he/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1681. package/lib/translated/he/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1682. package/lib/translated/he/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1683. package/lib/translated/he/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1684. package/lib/translated/he/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1685. package/lib/translated/he/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1686. package/lib/translated/he/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1687. package/lib/translated/he/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1688. package/lib/translated/he/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1689. package/lib/translated/he/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1690. package/lib/translated/he/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1691. package/lib/translated/he/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1692. package/lib/translated/he/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1693. package/lib/translated/he/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1694. package/lib/translated/he/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1695. package/lib/translated/he/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1696. package/lib/translated/he/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1697. package/lib/translated/he/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1698. package/lib/translated/he/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1699. package/lib/translated/he/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1700. package/lib/translated/he/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1701. package/lib/translated/he/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1702. package/lib/translated/he/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1703. package/lib/translated/he/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1704. package/lib/translated/he/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1705. package/lib/translated/he/modules/translations/locales/ar.js +18 -0
  1706. package/lib/translated/he/modules/translations/locales/ca.js +18 -0
  1707. package/lib/translated/he/modules/translations/locales/cy.js +18 -0
  1708. package/lib/translated/he/modules/translations/locales/da-x-k12.js +21 -0
  1709. package/lib/translated/he/modules/translations/locales/da.js +18 -0
  1710. package/lib/translated/he/modules/translations/locales/de.js +18 -0
  1711. package/lib/translated/he/modules/translations/locales/el.js +3 -0
  1712. package/lib/translated/he/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1713. package/lib/translated/he/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1714. package/lib/translated/he/modules/translations/locales/en.js +30 -0
  1715. package/lib/translated/he/modules/translations/locales/en_AU.js +18 -0
  1716. package/lib/translated/he/modules/translations/locales/en_CA.js +21 -0
  1717. package/lib/translated/he/modules/translations/locales/en_CY.js +18 -0
  1718. package/lib/translated/he/modules/translations/locales/en_GB.js +18 -0
  1719. package/lib/translated/he/modules/translations/locales/es.js +18 -0
  1720. package/lib/translated/he/modules/translations/locales/es_ES.js +18 -0
  1721. package/lib/translated/he/modules/translations/locales/fa_IR.js +3 -0
  1722. package/lib/translated/he/modules/translations/locales/fi.js +18 -0
  1723. package/lib/translated/he/modules/translations/locales/fr.js +18 -0
  1724. package/lib/translated/he/modules/translations/locales/fr_CA.js +18 -0
  1725. package/lib/translated/he/modules/translations/locales/he.js +3 -0
  1726. package/lib/translated/he/modules/translations/locales/ht.js +18 -0
  1727. package/lib/translated/he/modules/translations/locales/hu.js +3 -0
  1728. package/lib/translated/he/modules/translations/locales/hy.js +3 -0
  1729. package/lib/translated/he/modules/translations/locales/is.js +18 -0
  1730. package/lib/translated/he/modules/translations/locales/it.js +18 -0
  1731. package/lib/translated/he/modules/translations/locales/ja.js +18 -0
  1732. package/lib/translated/he/modules/translations/locales/ko.js +3 -0
  1733. package/lib/translated/he/modules/translations/locales/nb-x-k12.js +21 -0
  1734. package/lib/translated/he/modules/translations/locales/nb.js +18 -0
  1735. package/lib/translated/he/modules/translations/locales/nl.js +18 -0
  1736. package/lib/translated/he/modules/translations/locales/nn.js +15 -0
  1737. package/lib/translated/he/modules/translations/locales/pl.js +18 -0
  1738. package/lib/translated/he/modules/translations/locales/pt.js +20 -2
  1739. package/lib/translated/he/modules/translations/locales/pt_BR.js +18 -0
  1740. package/lib/translated/he/modules/translations/locales/ru.js +18 -0
  1741. package/lib/translated/he/modules/translations/locales/sl.js +18 -0
  1742. package/lib/translated/he/modules/translations/locales/sv-x-k12.js +21 -0
  1743. package/lib/translated/he/modules/translations/locales/sv.js +18 -0
  1744. package/lib/translated/he/modules/translations/locales/th.js +19 -0
  1745. package/lib/translated/he/modules/translations/locales/tr.js +3 -0
  1746. package/lib/translated/he/modules/translations/locales/uk_UA.js +3 -0
  1747. package/lib/translated/he/modules/translations/locales/zh-Hans.js +18 -0
  1748. package/lib/translated/he/modules/translations/locales/zh-Hant.js +18 -0
  1749. package/lib/translated/he/modules/translations/locales/zh.js +18 -0
  1750. package/lib/translated/he/modules/translations/locales/zh_HK.js +18 -0
  1751. package/lib/translated/he/modules/translations/tinymce/th.js +479 -0
  1752. package/lib/translated/ht/modules/defaultTinymceConfig.js +1 -1
  1753. package/lib/translated/ht/modules/rce/RCEWrapper.js +2 -2
  1754. package/lib/translated/ht/modules/rce/editorLanguage.js +1 -0
  1755. package/lib/translated/ht/modules/rce/normalizeLocale.js +1 -1
  1756. package/lib/translated/ht/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1757. package/lib/translated/ht/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1758. package/lib/translated/ht/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1759. package/lib/translated/ht/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1760. package/lib/translated/ht/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1761. package/lib/translated/ht/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1762. package/lib/translated/ht/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1763. package/lib/translated/ht/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1764. package/lib/translated/ht/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1765. package/lib/translated/ht/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1766. package/lib/translated/ht/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1767. package/lib/translated/ht/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1768. package/lib/translated/ht/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1769. package/lib/translated/ht/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1770. package/lib/translated/ht/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1771. package/lib/translated/ht/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1772. package/lib/translated/ht/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1773. package/lib/translated/ht/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1774. package/lib/translated/ht/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1775. package/lib/translated/ht/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1776. package/lib/translated/ht/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1777. package/lib/translated/ht/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1778. package/lib/translated/ht/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1779. package/lib/translated/ht/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1780. package/lib/translated/ht/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1781. package/lib/translated/ht/modules/translations/locales/ar.js +18 -0
  1782. package/lib/translated/ht/modules/translations/locales/ca.js +18 -0
  1783. package/lib/translated/ht/modules/translations/locales/cy.js +18 -0
  1784. package/lib/translated/ht/modules/translations/locales/da-x-k12.js +21 -0
  1785. package/lib/translated/ht/modules/translations/locales/da.js +18 -0
  1786. package/lib/translated/ht/modules/translations/locales/de.js +18 -0
  1787. package/lib/translated/ht/modules/translations/locales/el.js +3 -0
  1788. package/lib/translated/ht/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1789. package/lib/translated/ht/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1790. package/lib/translated/ht/modules/translations/locales/en.js +30 -0
  1791. package/lib/translated/ht/modules/translations/locales/en_AU.js +18 -0
  1792. package/lib/translated/ht/modules/translations/locales/en_CA.js +21 -0
  1793. package/lib/translated/ht/modules/translations/locales/en_CY.js +18 -0
  1794. package/lib/translated/ht/modules/translations/locales/en_GB.js +18 -0
  1795. package/lib/translated/ht/modules/translations/locales/es.js +18 -0
  1796. package/lib/translated/ht/modules/translations/locales/es_ES.js +18 -0
  1797. package/lib/translated/ht/modules/translations/locales/fa_IR.js +3 -0
  1798. package/lib/translated/ht/modules/translations/locales/fi.js +18 -0
  1799. package/lib/translated/ht/modules/translations/locales/fr.js +18 -0
  1800. package/lib/translated/ht/modules/translations/locales/fr_CA.js +18 -0
  1801. package/lib/translated/ht/modules/translations/locales/he.js +3 -0
  1802. package/lib/translated/ht/modules/translations/locales/ht.js +18 -0
  1803. package/lib/translated/ht/modules/translations/locales/hu.js +3 -0
  1804. package/lib/translated/ht/modules/translations/locales/hy.js +3 -0
  1805. package/lib/translated/ht/modules/translations/locales/is.js +18 -0
  1806. package/lib/translated/ht/modules/translations/locales/it.js +18 -0
  1807. package/lib/translated/ht/modules/translations/locales/ja.js +18 -0
  1808. package/lib/translated/ht/modules/translations/locales/ko.js +3 -0
  1809. package/lib/translated/ht/modules/translations/locales/nb-x-k12.js +21 -0
  1810. package/lib/translated/ht/modules/translations/locales/nb.js +18 -0
  1811. package/lib/translated/ht/modules/translations/locales/nl.js +18 -0
  1812. package/lib/translated/ht/modules/translations/locales/nn.js +15 -0
  1813. package/lib/translated/ht/modules/translations/locales/pl.js +18 -0
  1814. package/lib/translated/ht/modules/translations/locales/pt.js +20 -2
  1815. package/lib/translated/ht/modules/translations/locales/pt_BR.js +18 -0
  1816. package/lib/translated/ht/modules/translations/locales/ru.js +18 -0
  1817. package/lib/translated/ht/modules/translations/locales/sl.js +18 -0
  1818. package/lib/translated/ht/modules/translations/locales/sv-x-k12.js +21 -0
  1819. package/lib/translated/ht/modules/translations/locales/sv.js +18 -0
  1820. package/lib/translated/ht/modules/translations/locales/th.js +19 -0
  1821. package/lib/translated/ht/modules/translations/locales/tr.js +3 -0
  1822. package/lib/translated/ht/modules/translations/locales/uk_UA.js +3 -0
  1823. package/lib/translated/ht/modules/translations/locales/zh-Hans.js +18 -0
  1824. package/lib/translated/ht/modules/translations/locales/zh-Hant.js +18 -0
  1825. package/lib/translated/ht/modules/translations/locales/zh.js +18 -0
  1826. package/lib/translated/ht/modules/translations/locales/zh_HK.js +18 -0
  1827. package/lib/translated/ht/modules/translations/tinymce/th.js +479 -0
  1828. package/lib/translated/hu/modules/defaultTinymceConfig.js +1 -1
  1829. package/lib/translated/hu/modules/rce/RCEWrapper.js +2 -2
  1830. package/lib/translated/hu/modules/rce/editorLanguage.js +1 -0
  1831. package/lib/translated/hu/modules/rce/normalizeLocale.js +1 -1
  1832. package/lib/translated/hu/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1833. package/lib/translated/hu/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1834. package/lib/translated/hu/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1835. package/lib/translated/hu/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1836. package/lib/translated/hu/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1837. package/lib/translated/hu/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1838. package/lib/translated/hu/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1839. package/lib/translated/hu/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1840. package/lib/translated/hu/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1841. package/lib/translated/hu/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1842. package/lib/translated/hu/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1843. package/lib/translated/hu/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1844. package/lib/translated/hu/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1845. package/lib/translated/hu/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1846. package/lib/translated/hu/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1847. package/lib/translated/hu/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1848. package/lib/translated/hu/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1849. package/lib/translated/hu/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1850. package/lib/translated/hu/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1851. package/lib/translated/hu/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1852. package/lib/translated/hu/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1853. package/lib/translated/hu/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1854. package/lib/translated/hu/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1855. package/lib/translated/hu/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1856. package/lib/translated/hu/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1857. package/lib/translated/hu/modules/translations/locales/ar.js +18 -0
  1858. package/lib/translated/hu/modules/translations/locales/ca.js +18 -0
  1859. package/lib/translated/hu/modules/translations/locales/cy.js +18 -0
  1860. package/lib/translated/hu/modules/translations/locales/da-x-k12.js +21 -0
  1861. package/lib/translated/hu/modules/translations/locales/da.js +18 -0
  1862. package/lib/translated/hu/modules/translations/locales/de.js +18 -0
  1863. package/lib/translated/hu/modules/translations/locales/el.js +3 -0
  1864. package/lib/translated/hu/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1865. package/lib/translated/hu/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1866. package/lib/translated/hu/modules/translations/locales/en.js +30 -0
  1867. package/lib/translated/hu/modules/translations/locales/en_AU.js +18 -0
  1868. package/lib/translated/hu/modules/translations/locales/en_CA.js +21 -0
  1869. package/lib/translated/hu/modules/translations/locales/en_CY.js +18 -0
  1870. package/lib/translated/hu/modules/translations/locales/en_GB.js +18 -0
  1871. package/lib/translated/hu/modules/translations/locales/es.js +18 -0
  1872. package/lib/translated/hu/modules/translations/locales/es_ES.js +18 -0
  1873. package/lib/translated/hu/modules/translations/locales/fa_IR.js +3 -0
  1874. package/lib/translated/hu/modules/translations/locales/fi.js +18 -0
  1875. package/lib/translated/hu/modules/translations/locales/fr.js +18 -0
  1876. package/lib/translated/hu/modules/translations/locales/fr_CA.js +18 -0
  1877. package/lib/translated/hu/modules/translations/locales/he.js +3 -0
  1878. package/lib/translated/hu/modules/translations/locales/ht.js +18 -0
  1879. package/lib/translated/hu/modules/translations/locales/hu.js +3 -0
  1880. package/lib/translated/hu/modules/translations/locales/hy.js +3 -0
  1881. package/lib/translated/hu/modules/translations/locales/is.js +18 -0
  1882. package/lib/translated/hu/modules/translations/locales/it.js +18 -0
  1883. package/lib/translated/hu/modules/translations/locales/ja.js +18 -0
  1884. package/lib/translated/hu/modules/translations/locales/ko.js +3 -0
  1885. package/lib/translated/hu/modules/translations/locales/nb-x-k12.js +21 -0
  1886. package/lib/translated/hu/modules/translations/locales/nb.js +18 -0
  1887. package/lib/translated/hu/modules/translations/locales/nl.js +18 -0
  1888. package/lib/translated/hu/modules/translations/locales/nn.js +15 -0
  1889. package/lib/translated/hu/modules/translations/locales/pl.js +18 -0
  1890. package/lib/translated/hu/modules/translations/locales/pt.js +20 -2
  1891. package/lib/translated/hu/modules/translations/locales/pt_BR.js +18 -0
  1892. package/lib/translated/hu/modules/translations/locales/ru.js +18 -0
  1893. package/lib/translated/hu/modules/translations/locales/sl.js +18 -0
  1894. package/lib/translated/hu/modules/translations/locales/sv-x-k12.js +21 -0
  1895. package/lib/translated/hu/modules/translations/locales/sv.js +18 -0
  1896. package/lib/translated/hu/modules/translations/locales/th.js +19 -0
  1897. package/lib/translated/hu/modules/translations/locales/tr.js +3 -0
  1898. package/lib/translated/hu/modules/translations/locales/uk_UA.js +3 -0
  1899. package/lib/translated/hu/modules/translations/locales/zh-Hans.js +18 -0
  1900. package/lib/translated/hu/modules/translations/locales/zh-Hant.js +18 -0
  1901. package/lib/translated/hu/modules/translations/locales/zh.js +18 -0
  1902. package/lib/translated/hu/modules/translations/locales/zh_HK.js +18 -0
  1903. package/lib/translated/hu/modules/translations/tinymce/th.js +479 -0
  1904. package/lib/translated/hy/modules/defaultTinymceConfig.js +1 -1
  1905. package/lib/translated/hy/modules/rce/RCEWrapper.js +2 -2
  1906. package/lib/translated/hy/modules/rce/editorLanguage.js +1 -0
  1907. package/lib/translated/hy/modules/rce/normalizeLocale.js +1 -1
  1908. package/lib/translated/hy/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1909. package/lib/translated/hy/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1910. package/lib/translated/hy/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1911. package/lib/translated/hy/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1912. package/lib/translated/hy/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1913. package/lib/translated/hy/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1914. package/lib/translated/hy/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1915. package/lib/translated/hy/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1916. package/lib/translated/hy/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1917. package/lib/translated/hy/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1918. package/lib/translated/hy/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1919. package/lib/translated/hy/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1920. package/lib/translated/hy/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1921. package/lib/translated/hy/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1922. package/lib/translated/hy/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1923. package/lib/translated/hy/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  1924. package/lib/translated/hy/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  1925. package/lib/translated/hy/modules/rce/plugins/instructure_record/plugin.js +22 -5
  1926. package/lib/translated/hy/modules/rce/plugins/shared/ContentSelection.js +44 -8
  1927. package/lib/translated/hy/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  1928. package/lib/translated/hy/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  1929. package/lib/translated/hy/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  1930. package/lib/translated/hy/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  1931. package/lib/translated/hy/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  1932. package/lib/translated/hy/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  1933. package/lib/translated/hy/modules/translations/locales/ar.js +18 -0
  1934. package/lib/translated/hy/modules/translations/locales/ca.js +18 -0
  1935. package/lib/translated/hy/modules/translations/locales/cy.js +18 -0
  1936. package/lib/translated/hy/modules/translations/locales/da-x-k12.js +21 -0
  1937. package/lib/translated/hy/modules/translations/locales/da.js +18 -0
  1938. package/lib/translated/hy/modules/translations/locales/de.js +18 -0
  1939. package/lib/translated/hy/modules/translations/locales/el.js +3 -0
  1940. package/lib/translated/hy/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  1941. package/lib/translated/hy/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  1942. package/lib/translated/hy/modules/translations/locales/en.js +30 -0
  1943. package/lib/translated/hy/modules/translations/locales/en_AU.js +18 -0
  1944. package/lib/translated/hy/modules/translations/locales/en_CA.js +21 -0
  1945. package/lib/translated/hy/modules/translations/locales/en_CY.js +18 -0
  1946. package/lib/translated/hy/modules/translations/locales/en_GB.js +18 -0
  1947. package/lib/translated/hy/modules/translations/locales/es.js +18 -0
  1948. package/lib/translated/hy/modules/translations/locales/es_ES.js +18 -0
  1949. package/lib/translated/hy/modules/translations/locales/fa_IR.js +3 -0
  1950. package/lib/translated/hy/modules/translations/locales/fi.js +18 -0
  1951. package/lib/translated/hy/modules/translations/locales/fr.js +18 -0
  1952. package/lib/translated/hy/modules/translations/locales/fr_CA.js +18 -0
  1953. package/lib/translated/hy/modules/translations/locales/he.js +3 -0
  1954. package/lib/translated/hy/modules/translations/locales/ht.js +18 -0
  1955. package/lib/translated/hy/modules/translations/locales/hu.js +3 -0
  1956. package/lib/translated/hy/modules/translations/locales/hy.js +3 -0
  1957. package/lib/translated/hy/modules/translations/locales/is.js +18 -0
  1958. package/lib/translated/hy/modules/translations/locales/it.js +18 -0
  1959. package/lib/translated/hy/modules/translations/locales/ja.js +18 -0
  1960. package/lib/translated/hy/modules/translations/locales/ko.js +3 -0
  1961. package/lib/translated/hy/modules/translations/locales/nb-x-k12.js +21 -0
  1962. package/lib/translated/hy/modules/translations/locales/nb.js +18 -0
  1963. package/lib/translated/hy/modules/translations/locales/nl.js +18 -0
  1964. package/lib/translated/hy/modules/translations/locales/nn.js +15 -0
  1965. package/lib/translated/hy/modules/translations/locales/pl.js +18 -0
  1966. package/lib/translated/hy/modules/translations/locales/pt.js +20 -2
  1967. package/lib/translated/hy/modules/translations/locales/pt_BR.js +18 -0
  1968. package/lib/translated/hy/modules/translations/locales/ru.js +18 -0
  1969. package/lib/translated/hy/modules/translations/locales/sl.js +18 -0
  1970. package/lib/translated/hy/modules/translations/locales/sv-x-k12.js +21 -0
  1971. package/lib/translated/hy/modules/translations/locales/sv.js +18 -0
  1972. package/lib/translated/hy/modules/translations/locales/th.js +19 -0
  1973. package/lib/translated/hy/modules/translations/locales/tr.js +3 -0
  1974. package/lib/translated/hy/modules/translations/locales/uk_UA.js +3 -0
  1975. package/lib/translated/hy/modules/translations/locales/zh-Hans.js +18 -0
  1976. package/lib/translated/hy/modules/translations/locales/zh-Hant.js +18 -0
  1977. package/lib/translated/hy/modules/translations/locales/zh.js +18 -0
  1978. package/lib/translated/hy/modules/translations/locales/zh_HK.js +18 -0
  1979. package/lib/translated/hy/modules/translations/tinymce/th.js +479 -0
  1980. package/lib/translated/is/modules/defaultTinymceConfig.js +1 -1
  1981. package/lib/translated/is/modules/rce/RCEWrapper.js +2 -2
  1982. package/lib/translated/is/modules/rce/editorLanguage.js +1 -0
  1983. package/lib/translated/is/modules/rce/normalizeLocale.js +1 -1
  1984. package/lib/translated/is/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  1985. package/lib/translated/is/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  1986. package/lib/translated/is/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  1987. package/lib/translated/is/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  1988. package/lib/translated/is/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  1989. package/lib/translated/is/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  1990. package/lib/translated/is/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  1991. package/lib/translated/is/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  1992. package/lib/translated/is/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  1993. package/lib/translated/is/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  1994. package/lib/translated/is/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  1995. package/lib/translated/is/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  1996. package/lib/translated/is/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  1997. package/lib/translated/is/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  1998. package/lib/translated/is/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  1999. package/lib/translated/is/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2000. package/lib/translated/is/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2001. package/lib/translated/is/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2002. package/lib/translated/is/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2003. package/lib/translated/is/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2004. package/lib/translated/is/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2005. package/lib/translated/is/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2006. package/lib/translated/is/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2007. package/lib/translated/is/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2008. package/lib/translated/is/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2009. package/lib/translated/is/modules/translations/locales/ar.js +18 -0
  2010. package/lib/translated/is/modules/translations/locales/ca.js +18 -0
  2011. package/lib/translated/is/modules/translations/locales/cy.js +18 -0
  2012. package/lib/translated/is/modules/translations/locales/da-x-k12.js +21 -0
  2013. package/lib/translated/is/modules/translations/locales/da.js +18 -0
  2014. package/lib/translated/is/modules/translations/locales/de.js +18 -0
  2015. package/lib/translated/is/modules/translations/locales/el.js +3 -0
  2016. package/lib/translated/is/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2017. package/lib/translated/is/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2018. package/lib/translated/is/modules/translations/locales/en.js +30 -0
  2019. package/lib/translated/is/modules/translations/locales/en_AU.js +18 -0
  2020. package/lib/translated/is/modules/translations/locales/en_CA.js +21 -0
  2021. package/lib/translated/is/modules/translations/locales/en_CY.js +18 -0
  2022. package/lib/translated/is/modules/translations/locales/en_GB.js +18 -0
  2023. package/lib/translated/is/modules/translations/locales/es.js +18 -0
  2024. package/lib/translated/is/modules/translations/locales/es_ES.js +18 -0
  2025. package/lib/translated/is/modules/translations/locales/fa_IR.js +3 -0
  2026. package/lib/translated/is/modules/translations/locales/fi.js +18 -0
  2027. package/lib/translated/is/modules/translations/locales/fr.js +18 -0
  2028. package/lib/translated/is/modules/translations/locales/fr_CA.js +18 -0
  2029. package/lib/translated/is/modules/translations/locales/he.js +3 -0
  2030. package/lib/translated/is/modules/translations/locales/ht.js +18 -0
  2031. package/lib/translated/is/modules/translations/locales/hu.js +3 -0
  2032. package/lib/translated/is/modules/translations/locales/hy.js +3 -0
  2033. package/lib/translated/is/modules/translations/locales/is.js +18 -0
  2034. package/lib/translated/is/modules/translations/locales/it.js +18 -0
  2035. package/lib/translated/is/modules/translations/locales/ja.js +18 -0
  2036. package/lib/translated/is/modules/translations/locales/ko.js +3 -0
  2037. package/lib/translated/is/modules/translations/locales/nb-x-k12.js +21 -0
  2038. package/lib/translated/is/modules/translations/locales/nb.js +18 -0
  2039. package/lib/translated/is/modules/translations/locales/nl.js +18 -0
  2040. package/lib/translated/is/modules/translations/locales/nn.js +15 -0
  2041. package/lib/translated/is/modules/translations/locales/pl.js +18 -0
  2042. package/lib/translated/is/modules/translations/locales/pt.js +20 -2
  2043. package/lib/translated/is/modules/translations/locales/pt_BR.js +18 -0
  2044. package/lib/translated/is/modules/translations/locales/ru.js +18 -0
  2045. package/lib/translated/is/modules/translations/locales/sl.js +18 -0
  2046. package/lib/translated/is/modules/translations/locales/sv-x-k12.js +21 -0
  2047. package/lib/translated/is/modules/translations/locales/sv.js +18 -0
  2048. package/lib/translated/is/modules/translations/locales/th.js +19 -0
  2049. package/lib/translated/is/modules/translations/locales/tr.js +3 -0
  2050. package/lib/translated/is/modules/translations/locales/uk_UA.js +3 -0
  2051. package/lib/translated/is/modules/translations/locales/zh-Hans.js +18 -0
  2052. package/lib/translated/is/modules/translations/locales/zh-Hant.js +18 -0
  2053. package/lib/translated/is/modules/translations/locales/zh.js +18 -0
  2054. package/lib/translated/is/modules/translations/locales/zh_HK.js +18 -0
  2055. package/lib/translated/is/modules/translations/tinymce/th.js +479 -0
  2056. package/lib/translated/it/modules/defaultTinymceConfig.js +1 -1
  2057. package/lib/translated/it/modules/rce/RCEWrapper.js +2 -2
  2058. package/lib/translated/it/modules/rce/editorLanguage.js +1 -0
  2059. package/lib/translated/it/modules/rce/normalizeLocale.js +1 -1
  2060. package/lib/translated/it/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2061. package/lib/translated/it/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2062. package/lib/translated/it/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2063. package/lib/translated/it/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2064. package/lib/translated/it/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2065. package/lib/translated/it/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2066. package/lib/translated/it/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2067. package/lib/translated/it/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2068. package/lib/translated/it/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2069. package/lib/translated/it/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2070. package/lib/translated/it/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2071. package/lib/translated/it/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2072. package/lib/translated/it/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2073. package/lib/translated/it/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2074. package/lib/translated/it/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2075. package/lib/translated/it/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2076. package/lib/translated/it/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2077. package/lib/translated/it/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2078. package/lib/translated/it/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2079. package/lib/translated/it/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2080. package/lib/translated/it/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2081. package/lib/translated/it/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2082. package/lib/translated/it/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2083. package/lib/translated/it/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2084. package/lib/translated/it/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2085. package/lib/translated/it/modules/translations/locales/ar.js +18 -0
  2086. package/lib/translated/it/modules/translations/locales/ca.js +18 -0
  2087. package/lib/translated/it/modules/translations/locales/cy.js +18 -0
  2088. package/lib/translated/it/modules/translations/locales/da-x-k12.js +21 -0
  2089. package/lib/translated/it/modules/translations/locales/da.js +18 -0
  2090. package/lib/translated/it/modules/translations/locales/de.js +18 -0
  2091. package/lib/translated/it/modules/translations/locales/el.js +3 -0
  2092. package/lib/translated/it/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2093. package/lib/translated/it/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2094. package/lib/translated/it/modules/translations/locales/en.js +30 -0
  2095. package/lib/translated/it/modules/translations/locales/en_AU.js +18 -0
  2096. package/lib/translated/it/modules/translations/locales/en_CA.js +21 -0
  2097. package/lib/translated/it/modules/translations/locales/en_CY.js +18 -0
  2098. package/lib/translated/it/modules/translations/locales/en_GB.js +18 -0
  2099. package/lib/translated/it/modules/translations/locales/es.js +18 -0
  2100. package/lib/translated/it/modules/translations/locales/es_ES.js +18 -0
  2101. package/lib/translated/it/modules/translations/locales/fa_IR.js +3 -0
  2102. package/lib/translated/it/modules/translations/locales/fi.js +18 -0
  2103. package/lib/translated/it/modules/translations/locales/fr.js +18 -0
  2104. package/lib/translated/it/modules/translations/locales/fr_CA.js +18 -0
  2105. package/lib/translated/it/modules/translations/locales/he.js +3 -0
  2106. package/lib/translated/it/modules/translations/locales/ht.js +18 -0
  2107. package/lib/translated/it/modules/translations/locales/hu.js +3 -0
  2108. package/lib/translated/it/modules/translations/locales/hy.js +3 -0
  2109. package/lib/translated/it/modules/translations/locales/is.js +18 -0
  2110. package/lib/translated/it/modules/translations/locales/it.js +18 -0
  2111. package/lib/translated/it/modules/translations/locales/ja.js +18 -0
  2112. package/lib/translated/it/modules/translations/locales/ko.js +3 -0
  2113. package/lib/translated/it/modules/translations/locales/nb-x-k12.js +21 -0
  2114. package/lib/translated/it/modules/translations/locales/nb.js +18 -0
  2115. package/lib/translated/it/modules/translations/locales/nl.js +18 -0
  2116. package/lib/translated/it/modules/translations/locales/nn.js +15 -0
  2117. package/lib/translated/it/modules/translations/locales/pl.js +18 -0
  2118. package/lib/translated/it/modules/translations/locales/pt.js +20 -2
  2119. package/lib/translated/it/modules/translations/locales/pt_BR.js +18 -0
  2120. package/lib/translated/it/modules/translations/locales/ru.js +18 -0
  2121. package/lib/translated/it/modules/translations/locales/sl.js +18 -0
  2122. package/lib/translated/it/modules/translations/locales/sv-x-k12.js +21 -0
  2123. package/lib/translated/it/modules/translations/locales/sv.js +18 -0
  2124. package/lib/translated/it/modules/translations/locales/th.js +19 -0
  2125. package/lib/translated/it/modules/translations/locales/tr.js +3 -0
  2126. package/lib/translated/it/modules/translations/locales/uk_UA.js +3 -0
  2127. package/lib/translated/it/modules/translations/locales/zh-Hans.js +18 -0
  2128. package/lib/translated/it/modules/translations/locales/zh-Hant.js +18 -0
  2129. package/lib/translated/it/modules/translations/locales/zh.js +18 -0
  2130. package/lib/translated/it/modules/translations/locales/zh_HK.js +18 -0
  2131. package/lib/translated/it/modules/translations/tinymce/th.js +479 -0
  2132. package/lib/translated/ja/modules/defaultTinymceConfig.js +1 -1
  2133. package/lib/translated/ja/modules/rce/RCEWrapper.js +2 -2
  2134. package/lib/translated/ja/modules/rce/editorLanguage.js +1 -0
  2135. package/lib/translated/ja/modules/rce/normalizeLocale.js +1 -1
  2136. package/lib/translated/ja/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2137. package/lib/translated/ja/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2138. package/lib/translated/ja/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2139. package/lib/translated/ja/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2140. package/lib/translated/ja/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2141. package/lib/translated/ja/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2142. package/lib/translated/ja/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2143. package/lib/translated/ja/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2144. package/lib/translated/ja/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2145. package/lib/translated/ja/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2146. package/lib/translated/ja/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2147. package/lib/translated/ja/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2148. package/lib/translated/ja/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2149. package/lib/translated/ja/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2150. package/lib/translated/ja/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2151. package/lib/translated/ja/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2152. package/lib/translated/ja/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2153. package/lib/translated/ja/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2154. package/lib/translated/ja/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2155. package/lib/translated/ja/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2156. package/lib/translated/ja/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2157. package/lib/translated/ja/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2158. package/lib/translated/ja/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2159. package/lib/translated/ja/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2160. package/lib/translated/ja/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2161. package/lib/translated/ja/modules/translations/locales/ar.js +18 -0
  2162. package/lib/translated/ja/modules/translations/locales/ca.js +18 -0
  2163. package/lib/translated/ja/modules/translations/locales/cy.js +18 -0
  2164. package/lib/translated/ja/modules/translations/locales/da-x-k12.js +21 -0
  2165. package/lib/translated/ja/modules/translations/locales/da.js +18 -0
  2166. package/lib/translated/ja/modules/translations/locales/de.js +18 -0
  2167. package/lib/translated/ja/modules/translations/locales/el.js +3 -0
  2168. package/lib/translated/ja/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2169. package/lib/translated/ja/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2170. package/lib/translated/ja/modules/translations/locales/en.js +30 -0
  2171. package/lib/translated/ja/modules/translations/locales/en_AU.js +18 -0
  2172. package/lib/translated/ja/modules/translations/locales/en_CA.js +21 -0
  2173. package/lib/translated/ja/modules/translations/locales/en_CY.js +18 -0
  2174. package/lib/translated/ja/modules/translations/locales/en_GB.js +18 -0
  2175. package/lib/translated/ja/modules/translations/locales/es.js +18 -0
  2176. package/lib/translated/ja/modules/translations/locales/es_ES.js +18 -0
  2177. package/lib/translated/ja/modules/translations/locales/fa_IR.js +3 -0
  2178. package/lib/translated/ja/modules/translations/locales/fi.js +18 -0
  2179. package/lib/translated/ja/modules/translations/locales/fr.js +18 -0
  2180. package/lib/translated/ja/modules/translations/locales/fr_CA.js +18 -0
  2181. package/lib/translated/ja/modules/translations/locales/he.js +3 -0
  2182. package/lib/translated/ja/modules/translations/locales/ht.js +18 -0
  2183. package/lib/translated/ja/modules/translations/locales/hu.js +3 -0
  2184. package/lib/translated/ja/modules/translations/locales/hy.js +3 -0
  2185. package/lib/translated/ja/modules/translations/locales/is.js +18 -0
  2186. package/lib/translated/ja/modules/translations/locales/it.js +18 -0
  2187. package/lib/translated/ja/modules/translations/locales/ja.js +18 -0
  2188. package/lib/translated/ja/modules/translations/locales/ko.js +3 -0
  2189. package/lib/translated/ja/modules/translations/locales/nb-x-k12.js +21 -0
  2190. package/lib/translated/ja/modules/translations/locales/nb.js +18 -0
  2191. package/lib/translated/ja/modules/translations/locales/nl.js +18 -0
  2192. package/lib/translated/ja/modules/translations/locales/nn.js +15 -0
  2193. package/lib/translated/ja/modules/translations/locales/pl.js +18 -0
  2194. package/lib/translated/ja/modules/translations/locales/pt.js +20 -2
  2195. package/lib/translated/ja/modules/translations/locales/pt_BR.js +18 -0
  2196. package/lib/translated/ja/modules/translations/locales/ru.js +18 -0
  2197. package/lib/translated/ja/modules/translations/locales/sl.js +18 -0
  2198. package/lib/translated/ja/modules/translations/locales/sv-x-k12.js +21 -0
  2199. package/lib/translated/ja/modules/translations/locales/sv.js +18 -0
  2200. package/lib/translated/ja/modules/translations/locales/th.js +19 -0
  2201. package/lib/translated/ja/modules/translations/locales/tr.js +3 -0
  2202. package/lib/translated/ja/modules/translations/locales/uk_UA.js +3 -0
  2203. package/lib/translated/ja/modules/translations/locales/zh-Hans.js +18 -0
  2204. package/lib/translated/ja/modules/translations/locales/zh-Hant.js +18 -0
  2205. package/lib/translated/ja/modules/translations/locales/zh.js +18 -0
  2206. package/lib/translated/ja/modules/translations/locales/zh_HK.js +18 -0
  2207. package/lib/translated/ja/modules/translations/tinymce/th.js +479 -0
  2208. package/lib/translated/ko/modules/defaultTinymceConfig.js +1 -1
  2209. package/lib/translated/ko/modules/rce/RCEWrapper.js +2 -2
  2210. package/lib/translated/ko/modules/rce/editorLanguage.js +1 -0
  2211. package/lib/translated/ko/modules/rce/normalizeLocale.js +1 -1
  2212. package/lib/translated/ko/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2213. package/lib/translated/ko/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2214. package/lib/translated/ko/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2215. package/lib/translated/ko/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2216. package/lib/translated/ko/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2217. package/lib/translated/ko/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2218. package/lib/translated/ko/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2219. package/lib/translated/ko/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2220. package/lib/translated/ko/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2221. package/lib/translated/ko/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2222. package/lib/translated/ko/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2223. package/lib/translated/ko/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2224. package/lib/translated/ko/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2225. package/lib/translated/ko/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2226. package/lib/translated/ko/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2227. package/lib/translated/ko/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2228. package/lib/translated/ko/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2229. package/lib/translated/ko/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2230. package/lib/translated/ko/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2231. package/lib/translated/ko/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2232. package/lib/translated/ko/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2233. package/lib/translated/ko/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2234. package/lib/translated/ko/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2235. package/lib/translated/ko/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2236. package/lib/translated/ko/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2237. package/lib/translated/ko/modules/translations/locales/ar.js +18 -0
  2238. package/lib/translated/ko/modules/translations/locales/ca.js +18 -0
  2239. package/lib/translated/ko/modules/translations/locales/cy.js +18 -0
  2240. package/lib/translated/ko/modules/translations/locales/da-x-k12.js +21 -0
  2241. package/lib/translated/ko/modules/translations/locales/da.js +18 -0
  2242. package/lib/translated/ko/modules/translations/locales/de.js +18 -0
  2243. package/lib/translated/ko/modules/translations/locales/el.js +3 -0
  2244. package/lib/translated/ko/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2245. package/lib/translated/ko/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2246. package/lib/translated/ko/modules/translations/locales/en.js +30 -0
  2247. package/lib/translated/ko/modules/translations/locales/en_AU.js +18 -0
  2248. package/lib/translated/ko/modules/translations/locales/en_CA.js +21 -0
  2249. package/lib/translated/ko/modules/translations/locales/en_CY.js +18 -0
  2250. package/lib/translated/ko/modules/translations/locales/en_GB.js +18 -0
  2251. package/lib/translated/ko/modules/translations/locales/es.js +18 -0
  2252. package/lib/translated/ko/modules/translations/locales/es_ES.js +18 -0
  2253. package/lib/translated/ko/modules/translations/locales/fa_IR.js +3 -0
  2254. package/lib/translated/ko/modules/translations/locales/fi.js +18 -0
  2255. package/lib/translated/ko/modules/translations/locales/fr.js +18 -0
  2256. package/lib/translated/ko/modules/translations/locales/fr_CA.js +18 -0
  2257. package/lib/translated/ko/modules/translations/locales/he.js +3 -0
  2258. package/lib/translated/ko/modules/translations/locales/ht.js +18 -0
  2259. package/lib/translated/ko/modules/translations/locales/hu.js +3 -0
  2260. package/lib/translated/ko/modules/translations/locales/hy.js +3 -0
  2261. package/lib/translated/ko/modules/translations/locales/is.js +18 -0
  2262. package/lib/translated/ko/modules/translations/locales/it.js +18 -0
  2263. package/lib/translated/ko/modules/translations/locales/ja.js +18 -0
  2264. package/lib/translated/ko/modules/translations/locales/ko.js +3 -0
  2265. package/lib/translated/ko/modules/translations/locales/nb-x-k12.js +21 -0
  2266. package/lib/translated/ko/modules/translations/locales/nb.js +18 -0
  2267. package/lib/translated/ko/modules/translations/locales/nl.js +18 -0
  2268. package/lib/translated/ko/modules/translations/locales/nn.js +15 -0
  2269. package/lib/translated/ko/modules/translations/locales/pl.js +18 -0
  2270. package/lib/translated/ko/modules/translations/locales/pt.js +20 -2
  2271. package/lib/translated/ko/modules/translations/locales/pt_BR.js +18 -0
  2272. package/lib/translated/ko/modules/translations/locales/ru.js +18 -0
  2273. package/lib/translated/ko/modules/translations/locales/sl.js +18 -0
  2274. package/lib/translated/ko/modules/translations/locales/sv-x-k12.js +21 -0
  2275. package/lib/translated/ko/modules/translations/locales/sv.js +18 -0
  2276. package/lib/translated/ko/modules/translations/locales/th.js +19 -0
  2277. package/lib/translated/ko/modules/translations/locales/tr.js +3 -0
  2278. package/lib/translated/ko/modules/translations/locales/uk_UA.js +3 -0
  2279. package/lib/translated/ko/modules/translations/locales/zh-Hans.js +18 -0
  2280. package/lib/translated/ko/modules/translations/locales/zh-Hant.js +18 -0
  2281. package/lib/translated/ko/modules/translations/locales/zh.js +18 -0
  2282. package/lib/translated/ko/modules/translations/locales/zh_HK.js +18 -0
  2283. package/lib/translated/ko/modules/translations/tinymce/th.js +479 -0
  2284. package/lib/translated/mi/modules/defaultTinymceConfig.js +1 -1
  2285. package/lib/translated/mi/modules/rce/RCEWrapper.js +2 -2
  2286. package/lib/translated/mi/modules/rce/editorLanguage.js +1 -0
  2287. package/lib/translated/mi/modules/rce/normalizeLocale.js +1 -1
  2288. package/lib/translated/mi/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2289. package/lib/translated/mi/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2290. package/lib/translated/mi/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2291. package/lib/translated/mi/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2292. package/lib/translated/mi/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2293. package/lib/translated/mi/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2294. package/lib/translated/mi/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2295. package/lib/translated/mi/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2296. package/lib/translated/mi/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2297. package/lib/translated/mi/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2298. package/lib/translated/mi/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2299. package/lib/translated/mi/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2300. package/lib/translated/mi/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2301. package/lib/translated/mi/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2302. package/lib/translated/mi/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2303. package/lib/translated/mi/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2304. package/lib/translated/mi/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2305. package/lib/translated/mi/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2306. package/lib/translated/mi/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2307. package/lib/translated/mi/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2308. package/lib/translated/mi/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2309. package/lib/translated/mi/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2310. package/lib/translated/mi/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2311. package/lib/translated/mi/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2312. package/lib/translated/mi/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2313. package/lib/translated/mi/modules/translations/locales/ar.js +18 -0
  2314. package/lib/translated/mi/modules/translations/locales/ca.js +18 -0
  2315. package/lib/translated/mi/modules/translations/locales/cy.js +18 -0
  2316. package/lib/translated/mi/modules/translations/locales/da-x-k12.js +21 -0
  2317. package/lib/translated/mi/modules/translations/locales/da.js +18 -0
  2318. package/lib/translated/mi/modules/translations/locales/de.js +18 -0
  2319. package/lib/translated/mi/modules/translations/locales/el.js +3 -0
  2320. package/lib/translated/mi/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2321. package/lib/translated/mi/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2322. package/lib/translated/mi/modules/translations/locales/en.js +30 -0
  2323. package/lib/translated/mi/modules/translations/locales/en_AU.js +18 -0
  2324. package/lib/translated/mi/modules/translations/locales/en_CA.js +21 -0
  2325. package/lib/translated/mi/modules/translations/locales/en_CY.js +18 -0
  2326. package/lib/translated/mi/modules/translations/locales/en_GB.js +18 -0
  2327. package/lib/translated/mi/modules/translations/locales/es.js +18 -0
  2328. package/lib/translated/mi/modules/translations/locales/es_ES.js +18 -0
  2329. package/lib/translated/mi/modules/translations/locales/fa_IR.js +3 -0
  2330. package/lib/translated/mi/modules/translations/locales/fi.js +18 -0
  2331. package/lib/translated/mi/modules/translations/locales/fr.js +18 -0
  2332. package/lib/translated/mi/modules/translations/locales/fr_CA.js +18 -0
  2333. package/lib/translated/mi/modules/translations/locales/he.js +3 -0
  2334. package/lib/translated/mi/modules/translations/locales/ht.js +18 -0
  2335. package/lib/translated/mi/modules/translations/locales/hu.js +3 -0
  2336. package/lib/translated/mi/modules/translations/locales/hy.js +3 -0
  2337. package/lib/translated/mi/modules/translations/locales/is.js +18 -0
  2338. package/lib/translated/mi/modules/translations/locales/it.js +18 -0
  2339. package/lib/translated/mi/modules/translations/locales/ja.js +18 -0
  2340. package/lib/translated/mi/modules/translations/locales/ko.js +3 -0
  2341. package/lib/translated/mi/modules/translations/locales/nb-x-k12.js +21 -0
  2342. package/lib/translated/mi/modules/translations/locales/nb.js +18 -0
  2343. package/lib/translated/mi/modules/translations/locales/nl.js +18 -0
  2344. package/lib/translated/mi/modules/translations/locales/nn.js +15 -0
  2345. package/lib/translated/mi/modules/translations/locales/pl.js +18 -0
  2346. package/lib/translated/mi/modules/translations/locales/pt.js +20 -2
  2347. package/lib/translated/mi/modules/translations/locales/pt_BR.js +18 -0
  2348. package/lib/translated/mi/modules/translations/locales/ru.js +18 -0
  2349. package/lib/translated/mi/modules/translations/locales/sl.js +18 -0
  2350. package/lib/translated/mi/modules/translations/locales/sv-x-k12.js +21 -0
  2351. package/lib/translated/mi/modules/translations/locales/sv.js +18 -0
  2352. package/lib/translated/mi/modules/translations/locales/th.js +19 -0
  2353. package/lib/translated/mi/modules/translations/locales/tr.js +3 -0
  2354. package/lib/translated/mi/modules/translations/locales/uk_UA.js +3 -0
  2355. package/lib/translated/mi/modules/translations/locales/zh-Hans.js +18 -0
  2356. package/lib/translated/mi/modules/translations/locales/zh-Hant.js +18 -0
  2357. package/lib/translated/mi/modules/translations/locales/zh.js +18 -0
  2358. package/lib/translated/mi/modules/translations/locales/zh_HK.js +18 -0
  2359. package/lib/translated/mi/modules/translations/tinymce/th.js +479 -0
  2360. package/lib/translated/nb/modules/defaultTinymceConfig.js +1 -1
  2361. package/lib/translated/nb/modules/rce/RCEWrapper.js +2 -2
  2362. package/lib/translated/nb/modules/rce/editorLanguage.js +1 -0
  2363. package/lib/translated/nb/modules/rce/normalizeLocale.js +1 -1
  2364. package/lib/translated/nb/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2365. package/lib/translated/nb/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2366. package/lib/translated/nb/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2367. package/lib/translated/nb/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2368. package/lib/translated/nb/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2369. package/lib/translated/nb/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2370. package/lib/translated/nb/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2371. package/lib/translated/nb/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2372. package/lib/translated/nb/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2373. package/lib/translated/nb/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2374. package/lib/translated/nb/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2375. package/lib/translated/nb/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2376. package/lib/translated/nb/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2377. package/lib/translated/nb/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2378. package/lib/translated/nb/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2379. package/lib/translated/nb/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2380. package/lib/translated/nb/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2381. package/lib/translated/nb/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2382. package/lib/translated/nb/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2383. package/lib/translated/nb/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2384. package/lib/translated/nb/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2385. package/lib/translated/nb/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2386. package/lib/translated/nb/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2387. package/lib/translated/nb/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2388. package/lib/translated/nb/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2389. package/lib/translated/nb/modules/translations/locales/ar.js +18 -0
  2390. package/lib/translated/nb/modules/translations/locales/ca.js +18 -0
  2391. package/lib/translated/nb/modules/translations/locales/cy.js +18 -0
  2392. package/lib/translated/nb/modules/translations/locales/da-x-k12.js +21 -0
  2393. package/lib/translated/nb/modules/translations/locales/da.js +18 -0
  2394. package/lib/translated/nb/modules/translations/locales/de.js +18 -0
  2395. package/lib/translated/nb/modules/translations/locales/el.js +3 -0
  2396. package/lib/translated/nb/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2397. package/lib/translated/nb/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2398. package/lib/translated/nb/modules/translations/locales/en.js +30 -0
  2399. package/lib/translated/nb/modules/translations/locales/en_AU.js +18 -0
  2400. package/lib/translated/nb/modules/translations/locales/en_CA.js +21 -0
  2401. package/lib/translated/nb/modules/translations/locales/en_CY.js +18 -0
  2402. package/lib/translated/nb/modules/translations/locales/en_GB.js +18 -0
  2403. package/lib/translated/nb/modules/translations/locales/es.js +18 -0
  2404. package/lib/translated/nb/modules/translations/locales/es_ES.js +18 -0
  2405. package/lib/translated/nb/modules/translations/locales/fa_IR.js +3 -0
  2406. package/lib/translated/nb/modules/translations/locales/fi.js +18 -0
  2407. package/lib/translated/nb/modules/translations/locales/fr.js +18 -0
  2408. package/lib/translated/nb/modules/translations/locales/fr_CA.js +18 -0
  2409. package/lib/translated/nb/modules/translations/locales/he.js +3 -0
  2410. package/lib/translated/nb/modules/translations/locales/ht.js +18 -0
  2411. package/lib/translated/nb/modules/translations/locales/hu.js +3 -0
  2412. package/lib/translated/nb/modules/translations/locales/hy.js +3 -0
  2413. package/lib/translated/nb/modules/translations/locales/is.js +18 -0
  2414. package/lib/translated/nb/modules/translations/locales/it.js +18 -0
  2415. package/lib/translated/nb/modules/translations/locales/ja.js +18 -0
  2416. package/lib/translated/nb/modules/translations/locales/ko.js +3 -0
  2417. package/lib/translated/nb/modules/translations/locales/nb-x-k12.js +21 -0
  2418. package/lib/translated/nb/modules/translations/locales/nb.js +18 -0
  2419. package/lib/translated/nb/modules/translations/locales/nl.js +18 -0
  2420. package/lib/translated/nb/modules/translations/locales/nn.js +15 -0
  2421. package/lib/translated/nb/modules/translations/locales/pl.js +18 -0
  2422. package/lib/translated/nb/modules/translations/locales/pt.js +20 -2
  2423. package/lib/translated/nb/modules/translations/locales/pt_BR.js +18 -0
  2424. package/lib/translated/nb/modules/translations/locales/ru.js +18 -0
  2425. package/lib/translated/nb/modules/translations/locales/sl.js +18 -0
  2426. package/lib/translated/nb/modules/translations/locales/sv-x-k12.js +21 -0
  2427. package/lib/translated/nb/modules/translations/locales/sv.js +18 -0
  2428. package/lib/translated/nb/modules/translations/locales/th.js +19 -0
  2429. package/lib/translated/nb/modules/translations/locales/tr.js +3 -0
  2430. package/lib/translated/nb/modules/translations/locales/uk_UA.js +3 -0
  2431. package/lib/translated/nb/modules/translations/locales/zh-Hans.js +18 -0
  2432. package/lib/translated/nb/modules/translations/locales/zh-Hant.js +18 -0
  2433. package/lib/translated/nb/modules/translations/locales/zh.js +18 -0
  2434. package/lib/translated/nb/modules/translations/locales/zh_HK.js +18 -0
  2435. package/lib/translated/nb/modules/translations/tinymce/th.js +479 -0
  2436. package/lib/translated/nb-x-k12/modules/defaultTinymceConfig.js +1 -1
  2437. package/lib/translated/nb-x-k12/modules/rce/RCEWrapper.js +2 -2
  2438. package/lib/translated/nb-x-k12/modules/rce/editorLanguage.js +1 -0
  2439. package/lib/translated/nb-x-k12/modules/rce/normalizeLocale.js +1 -1
  2440. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2441. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2442. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2443. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2444. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2445. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2446. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2447. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2448. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2449. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2450. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2451. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2452. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2453. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2454. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2455. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2456. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2457. package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2458. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2459. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2460. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2461. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2462. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2463. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2464. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/PreviewIcon.js +1 -1
  2465. package/lib/translated/nb-x-k12/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2466. package/lib/translated/nb-x-k12/modules/translations/locales/ar.js +18 -0
  2467. package/lib/translated/nb-x-k12/modules/translations/locales/ca.js +18 -0
  2468. package/lib/translated/nb-x-k12/modules/translations/locales/cy.js +18 -0
  2469. package/lib/translated/nb-x-k12/modules/translations/locales/da-x-k12.js +21 -0
  2470. package/lib/translated/nb-x-k12/modules/translations/locales/da.js +18 -0
  2471. package/lib/translated/nb-x-k12/modules/translations/locales/de.js +18 -0
  2472. package/lib/translated/nb-x-k12/modules/translations/locales/el.js +3 -0
  2473. package/lib/translated/nb-x-k12/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2474. package/lib/translated/nb-x-k12/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2475. package/lib/translated/nb-x-k12/modules/translations/locales/en.js +30 -0
  2476. package/lib/translated/nb-x-k12/modules/translations/locales/en_AU.js +18 -0
  2477. package/lib/translated/nb-x-k12/modules/translations/locales/en_CA.js +21 -0
  2478. package/lib/translated/nb-x-k12/modules/translations/locales/en_CY.js +18 -0
  2479. package/lib/translated/nb-x-k12/modules/translations/locales/en_GB.js +18 -0
  2480. package/lib/translated/nb-x-k12/modules/translations/locales/es.js +18 -0
  2481. package/lib/translated/nb-x-k12/modules/translations/locales/es_ES.js +18 -0
  2482. package/lib/translated/nb-x-k12/modules/translations/locales/fa_IR.js +3 -0
  2483. package/lib/translated/nb-x-k12/modules/translations/locales/fi.js +18 -0
  2484. package/lib/translated/nb-x-k12/modules/translations/locales/fr.js +18 -0
  2485. package/lib/translated/nb-x-k12/modules/translations/locales/fr_CA.js +18 -0
  2486. package/lib/translated/nb-x-k12/modules/translations/locales/he.js +3 -0
  2487. package/lib/translated/nb-x-k12/modules/translations/locales/ht.js +18 -0
  2488. package/lib/translated/nb-x-k12/modules/translations/locales/hu.js +3 -0
  2489. package/lib/translated/nb-x-k12/modules/translations/locales/hy.js +3 -0
  2490. package/lib/translated/nb-x-k12/modules/translations/locales/is.js +18 -0
  2491. package/lib/translated/nb-x-k12/modules/translations/locales/it.js +18 -0
  2492. package/lib/translated/nb-x-k12/modules/translations/locales/ja.js +18 -0
  2493. package/lib/translated/nb-x-k12/modules/translations/locales/ko.js +3 -0
  2494. package/lib/translated/nb-x-k12/modules/translations/locales/nb-x-k12.js +21 -0
  2495. package/lib/translated/nb-x-k12/modules/translations/locales/nb.js +18 -0
  2496. package/lib/translated/nb-x-k12/modules/translations/locales/nl.js +18 -0
  2497. package/lib/translated/nb-x-k12/modules/translations/locales/nn.js +15 -0
  2498. package/lib/translated/nb-x-k12/modules/translations/locales/pl.js +18 -0
  2499. package/lib/translated/nb-x-k12/modules/translations/locales/pt.js +20 -2
  2500. package/lib/translated/nb-x-k12/modules/translations/locales/pt_BR.js +18 -0
  2501. package/lib/translated/nb-x-k12/modules/translations/locales/ru.js +18 -0
  2502. package/lib/translated/nb-x-k12/modules/translations/locales/sl.js +18 -0
  2503. package/lib/translated/nb-x-k12/modules/translations/locales/sv-x-k12.js +21 -0
  2504. package/lib/translated/nb-x-k12/modules/translations/locales/sv.js +18 -0
  2505. package/lib/translated/nb-x-k12/modules/translations/locales/th.js +19 -0
  2506. package/lib/translated/nb-x-k12/modules/translations/locales/tr.js +3 -0
  2507. package/lib/translated/nb-x-k12/modules/translations/locales/uk_UA.js +3 -0
  2508. package/lib/translated/nb-x-k12/modules/translations/locales/zh-Hans.js +18 -0
  2509. package/lib/translated/nb-x-k12/modules/translations/locales/zh-Hant.js +18 -0
  2510. package/lib/translated/nb-x-k12/modules/translations/locales/zh.js +18 -0
  2511. package/lib/translated/nb-x-k12/modules/translations/locales/zh_HK.js +18 -0
  2512. package/lib/translated/nb-x-k12/modules/translations/tinymce/th.js +479 -0
  2513. package/lib/translated/nl/modules/defaultTinymceConfig.js +1 -1
  2514. package/lib/translated/nl/modules/rce/RCEWrapper.js +2 -2
  2515. package/lib/translated/nl/modules/rce/editorLanguage.js +1 -0
  2516. package/lib/translated/nl/modules/rce/normalizeLocale.js +1 -1
  2517. package/lib/translated/nl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2518. package/lib/translated/nl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2519. package/lib/translated/nl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2520. package/lib/translated/nl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2521. package/lib/translated/nl/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2522. package/lib/translated/nl/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2523. package/lib/translated/nl/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2524. package/lib/translated/nl/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2525. package/lib/translated/nl/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2526. package/lib/translated/nl/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2527. package/lib/translated/nl/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2528. package/lib/translated/nl/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2529. package/lib/translated/nl/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2530. package/lib/translated/nl/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2531. package/lib/translated/nl/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2532. package/lib/translated/nl/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2533. package/lib/translated/nl/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2534. package/lib/translated/nl/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2535. package/lib/translated/nl/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2536. package/lib/translated/nl/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2537. package/lib/translated/nl/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2538. package/lib/translated/nl/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2539. package/lib/translated/nl/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2540. package/lib/translated/nl/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2541. package/lib/translated/nl/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2542. package/lib/translated/nl/modules/translations/locales/ar.js +18 -0
  2543. package/lib/translated/nl/modules/translations/locales/ca.js +18 -0
  2544. package/lib/translated/nl/modules/translations/locales/cy.js +18 -0
  2545. package/lib/translated/nl/modules/translations/locales/da-x-k12.js +21 -0
  2546. package/lib/translated/nl/modules/translations/locales/da.js +18 -0
  2547. package/lib/translated/nl/modules/translations/locales/de.js +18 -0
  2548. package/lib/translated/nl/modules/translations/locales/el.js +3 -0
  2549. package/lib/translated/nl/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2550. package/lib/translated/nl/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2551. package/lib/translated/nl/modules/translations/locales/en.js +30 -0
  2552. package/lib/translated/nl/modules/translations/locales/en_AU.js +18 -0
  2553. package/lib/translated/nl/modules/translations/locales/en_CA.js +21 -0
  2554. package/lib/translated/nl/modules/translations/locales/en_CY.js +18 -0
  2555. package/lib/translated/nl/modules/translations/locales/en_GB.js +18 -0
  2556. package/lib/translated/nl/modules/translations/locales/es.js +18 -0
  2557. package/lib/translated/nl/modules/translations/locales/es_ES.js +18 -0
  2558. package/lib/translated/nl/modules/translations/locales/fa_IR.js +3 -0
  2559. package/lib/translated/nl/modules/translations/locales/fi.js +18 -0
  2560. package/lib/translated/nl/modules/translations/locales/fr.js +18 -0
  2561. package/lib/translated/nl/modules/translations/locales/fr_CA.js +18 -0
  2562. package/lib/translated/nl/modules/translations/locales/he.js +3 -0
  2563. package/lib/translated/nl/modules/translations/locales/ht.js +18 -0
  2564. package/lib/translated/nl/modules/translations/locales/hu.js +3 -0
  2565. package/lib/translated/nl/modules/translations/locales/hy.js +3 -0
  2566. package/lib/translated/nl/modules/translations/locales/is.js +18 -0
  2567. package/lib/translated/nl/modules/translations/locales/it.js +18 -0
  2568. package/lib/translated/nl/modules/translations/locales/ja.js +18 -0
  2569. package/lib/translated/nl/modules/translations/locales/ko.js +3 -0
  2570. package/lib/translated/nl/modules/translations/locales/nb-x-k12.js +21 -0
  2571. package/lib/translated/nl/modules/translations/locales/nb.js +18 -0
  2572. package/lib/translated/nl/modules/translations/locales/nl.js +18 -0
  2573. package/lib/translated/nl/modules/translations/locales/nn.js +15 -0
  2574. package/lib/translated/nl/modules/translations/locales/pl.js +18 -0
  2575. package/lib/translated/nl/modules/translations/locales/pt.js +20 -2
  2576. package/lib/translated/nl/modules/translations/locales/pt_BR.js +18 -0
  2577. package/lib/translated/nl/modules/translations/locales/ru.js +18 -0
  2578. package/lib/translated/nl/modules/translations/locales/sl.js +18 -0
  2579. package/lib/translated/nl/modules/translations/locales/sv-x-k12.js +21 -0
  2580. package/lib/translated/nl/modules/translations/locales/sv.js +18 -0
  2581. package/lib/translated/nl/modules/translations/locales/th.js +19 -0
  2582. package/lib/translated/nl/modules/translations/locales/tr.js +3 -0
  2583. package/lib/translated/nl/modules/translations/locales/uk_UA.js +3 -0
  2584. package/lib/translated/nl/modules/translations/locales/zh-Hans.js +18 -0
  2585. package/lib/translated/nl/modules/translations/locales/zh-Hant.js +18 -0
  2586. package/lib/translated/nl/modules/translations/locales/zh.js +18 -0
  2587. package/lib/translated/nl/modules/translations/locales/zh_HK.js +18 -0
  2588. package/lib/translated/nl/modules/translations/tinymce/th.js +479 -0
  2589. package/lib/translated/nn/modules/defaultTinymceConfig.js +1 -1
  2590. package/lib/translated/nn/modules/rce/RCEWrapper.js +2 -2
  2591. package/lib/translated/nn/modules/rce/editorLanguage.js +1 -0
  2592. package/lib/translated/nn/modules/rce/normalizeLocale.js +1 -1
  2593. package/lib/translated/nn/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2594. package/lib/translated/nn/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2595. package/lib/translated/nn/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2596. package/lib/translated/nn/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2597. package/lib/translated/nn/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2598. package/lib/translated/nn/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2599. package/lib/translated/nn/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2600. package/lib/translated/nn/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2601. package/lib/translated/nn/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2602. package/lib/translated/nn/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2603. package/lib/translated/nn/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2604. package/lib/translated/nn/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2605. package/lib/translated/nn/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2606. package/lib/translated/nn/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2607. package/lib/translated/nn/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2608. package/lib/translated/nn/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2609. package/lib/translated/nn/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2610. package/lib/translated/nn/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2611. package/lib/translated/nn/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2612. package/lib/translated/nn/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2613. package/lib/translated/nn/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2614. package/lib/translated/nn/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2615. package/lib/translated/nn/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2616. package/lib/translated/nn/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2617. package/lib/translated/nn/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2618. package/lib/translated/nn/modules/translations/locales/ar.js +18 -0
  2619. package/lib/translated/nn/modules/translations/locales/ca.js +18 -0
  2620. package/lib/translated/nn/modules/translations/locales/cy.js +18 -0
  2621. package/lib/translated/nn/modules/translations/locales/da-x-k12.js +21 -0
  2622. package/lib/translated/nn/modules/translations/locales/da.js +18 -0
  2623. package/lib/translated/nn/modules/translations/locales/de.js +18 -0
  2624. package/lib/translated/nn/modules/translations/locales/el.js +3 -0
  2625. package/lib/translated/nn/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2626. package/lib/translated/nn/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2627. package/lib/translated/nn/modules/translations/locales/en.js +30 -0
  2628. package/lib/translated/nn/modules/translations/locales/en_AU.js +18 -0
  2629. package/lib/translated/nn/modules/translations/locales/en_CA.js +21 -0
  2630. package/lib/translated/nn/modules/translations/locales/en_CY.js +18 -0
  2631. package/lib/translated/nn/modules/translations/locales/en_GB.js +18 -0
  2632. package/lib/translated/nn/modules/translations/locales/es.js +18 -0
  2633. package/lib/translated/nn/modules/translations/locales/es_ES.js +18 -0
  2634. package/lib/translated/nn/modules/translations/locales/fa_IR.js +3 -0
  2635. package/lib/translated/nn/modules/translations/locales/fi.js +18 -0
  2636. package/lib/translated/nn/modules/translations/locales/fr.js +18 -0
  2637. package/lib/translated/nn/modules/translations/locales/fr_CA.js +18 -0
  2638. package/lib/translated/nn/modules/translations/locales/he.js +3 -0
  2639. package/lib/translated/nn/modules/translations/locales/ht.js +18 -0
  2640. package/lib/translated/nn/modules/translations/locales/hu.js +3 -0
  2641. package/lib/translated/nn/modules/translations/locales/hy.js +3 -0
  2642. package/lib/translated/nn/modules/translations/locales/is.js +18 -0
  2643. package/lib/translated/nn/modules/translations/locales/it.js +18 -0
  2644. package/lib/translated/nn/modules/translations/locales/ja.js +18 -0
  2645. package/lib/translated/nn/modules/translations/locales/ko.js +3 -0
  2646. package/lib/translated/nn/modules/translations/locales/nb-x-k12.js +21 -0
  2647. package/lib/translated/nn/modules/translations/locales/nb.js +18 -0
  2648. package/lib/translated/nn/modules/translations/locales/nl.js +18 -0
  2649. package/lib/translated/nn/modules/translations/locales/nn.js +15 -0
  2650. package/lib/translated/nn/modules/translations/locales/pl.js +18 -0
  2651. package/lib/translated/nn/modules/translations/locales/pt.js +20 -2
  2652. package/lib/translated/nn/modules/translations/locales/pt_BR.js +18 -0
  2653. package/lib/translated/nn/modules/translations/locales/ru.js +18 -0
  2654. package/lib/translated/nn/modules/translations/locales/sl.js +18 -0
  2655. package/lib/translated/nn/modules/translations/locales/sv-x-k12.js +21 -0
  2656. package/lib/translated/nn/modules/translations/locales/sv.js +18 -0
  2657. package/lib/translated/nn/modules/translations/locales/th.js +19 -0
  2658. package/lib/translated/nn/modules/translations/locales/tr.js +3 -0
  2659. package/lib/translated/nn/modules/translations/locales/uk_UA.js +3 -0
  2660. package/lib/translated/nn/modules/translations/locales/zh-Hans.js +18 -0
  2661. package/lib/translated/nn/modules/translations/locales/zh-Hant.js +18 -0
  2662. package/lib/translated/nn/modules/translations/locales/zh.js +18 -0
  2663. package/lib/translated/nn/modules/translations/locales/zh_HK.js +18 -0
  2664. package/lib/translated/nn/modules/translations/tinymce/th.js +479 -0
  2665. package/lib/translated/pl/modules/defaultTinymceConfig.js +1 -1
  2666. package/lib/translated/pl/modules/rce/RCEWrapper.js +2 -2
  2667. package/lib/translated/pl/modules/rce/editorLanguage.js +1 -0
  2668. package/lib/translated/pl/modules/rce/normalizeLocale.js +1 -1
  2669. package/lib/translated/pl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2670. package/lib/translated/pl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2671. package/lib/translated/pl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2672. package/lib/translated/pl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2673. package/lib/translated/pl/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2674. package/lib/translated/pl/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2675. package/lib/translated/pl/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2676. package/lib/translated/pl/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2677. package/lib/translated/pl/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2678. package/lib/translated/pl/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2679. package/lib/translated/pl/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2680. package/lib/translated/pl/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2681. package/lib/translated/pl/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2682. package/lib/translated/pl/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2683. package/lib/translated/pl/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2684. package/lib/translated/pl/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2685. package/lib/translated/pl/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2686. package/lib/translated/pl/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2687. package/lib/translated/pl/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2688. package/lib/translated/pl/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2689. package/lib/translated/pl/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2690. package/lib/translated/pl/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2691. package/lib/translated/pl/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2692. package/lib/translated/pl/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2693. package/lib/translated/pl/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2694. package/lib/translated/pl/modules/translations/locales/ar.js +18 -0
  2695. package/lib/translated/pl/modules/translations/locales/ca.js +18 -0
  2696. package/lib/translated/pl/modules/translations/locales/cy.js +18 -0
  2697. package/lib/translated/pl/modules/translations/locales/da-x-k12.js +21 -0
  2698. package/lib/translated/pl/modules/translations/locales/da.js +18 -0
  2699. package/lib/translated/pl/modules/translations/locales/de.js +18 -0
  2700. package/lib/translated/pl/modules/translations/locales/el.js +3 -0
  2701. package/lib/translated/pl/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2702. package/lib/translated/pl/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2703. package/lib/translated/pl/modules/translations/locales/en.js +30 -0
  2704. package/lib/translated/pl/modules/translations/locales/en_AU.js +18 -0
  2705. package/lib/translated/pl/modules/translations/locales/en_CA.js +21 -0
  2706. package/lib/translated/pl/modules/translations/locales/en_CY.js +18 -0
  2707. package/lib/translated/pl/modules/translations/locales/en_GB.js +18 -0
  2708. package/lib/translated/pl/modules/translations/locales/es.js +18 -0
  2709. package/lib/translated/pl/modules/translations/locales/es_ES.js +18 -0
  2710. package/lib/translated/pl/modules/translations/locales/fa_IR.js +3 -0
  2711. package/lib/translated/pl/modules/translations/locales/fi.js +18 -0
  2712. package/lib/translated/pl/modules/translations/locales/fr.js +18 -0
  2713. package/lib/translated/pl/modules/translations/locales/fr_CA.js +18 -0
  2714. package/lib/translated/pl/modules/translations/locales/he.js +3 -0
  2715. package/lib/translated/pl/modules/translations/locales/ht.js +18 -0
  2716. package/lib/translated/pl/modules/translations/locales/hu.js +3 -0
  2717. package/lib/translated/pl/modules/translations/locales/hy.js +3 -0
  2718. package/lib/translated/pl/modules/translations/locales/is.js +18 -0
  2719. package/lib/translated/pl/modules/translations/locales/it.js +18 -0
  2720. package/lib/translated/pl/modules/translations/locales/ja.js +18 -0
  2721. package/lib/translated/pl/modules/translations/locales/ko.js +3 -0
  2722. package/lib/translated/pl/modules/translations/locales/nb-x-k12.js +21 -0
  2723. package/lib/translated/pl/modules/translations/locales/nb.js +18 -0
  2724. package/lib/translated/pl/modules/translations/locales/nl.js +18 -0
  2725. package/lib/translated/pl/modules/translations/locales/nn.js +15 -0
  2726. package/lib/translated/pl/modules/translations/locales/pl.js +18 -0
  2727. package/lib/translated/pl/modules/translations/locales/pt.js +20 -2
  2728. package/lib/translated/pl/modules/translations/locales/pt_BR.js +18 -0
  2729. package/lib/translated/pl/modules/translations/locales/ru.js +18 -0
  2730. package/lib/translated/pl/modules/translations/locales/sl.js +18 -0
  2731. package/lib/translated/pl/modules/translations/locales/sv-x-k12.js +21 -0
  2732. package/lib/translated/pl/modules/translations/locales/sv.js +18 -0
  2733. package/lib/translated/pl/modules/translations/locales/th.js +19 -0
  2734. package/lib/translated/pl/modules/translations/locales/tr.js +3 -0
  2735. package/lib/translated/pl/modules/translations/locales/uk_UA.js +3 -0
  2736. package/lib/translated/pl/modules/translations/locales/zh-Hans.js +18 -0
  2737. package/lib/translated/pl/modules/translations/locales/zh-Hant.js +18 -0
  2738. package/lib/translated/pl/modules/translations/locales/zh.js +18 -0
  2739. package/lib/translated/pl/modules/translations/locales/zh_HK.js +18 -0
  2740. package/lib/translated/pl/modules/translations/tinymce/th.js +479 -0
  2741. package/lib/translated/pt/modules/defaultTinymceConfig.js +1 -1
  2742. package/lib/translated/pt/modules/rce/RCEWrapper.js +2 -2
  2743. package/lib/translated/pt/modules/rce/editorLanguage.js +1 -0
  2744. package/lib/translated/pt/modules/rce/normalizeLocale.js +1 -1
  2745. package/lib/translated/pt/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2746. package/lib/translated/pt/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2747. package/lib/translated/pt/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2748. package/lib/translated/pt/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2749. package/lib/translated/pt/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2750. package/lib/translated/pt/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2751. package/lib/translated/pt/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2752. package/lib/translated/pt/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2753. package/lib/translated/pt/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2754. package/lib/translated/pt/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2755. package/lib/translated/pt/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2756. package/lib/translated/pt/modules/rce/plugins/instructure_links/components/Link.js +2 -2
  2757. package/lib/translated/pt/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2758. package/lib/translated/pt/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2759. package/lib/translated/pt/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2760. package/lib/translated/pt/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2761. package/lib/translated/pt/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2762. package/lib/translated/pt/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2763. package/lib/translated/pt/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2764. package/lib/translated/pt/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2765. package/lib/translated/pt/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2766. package/lib/translated/pt/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2767. package/lib/translated/pt/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2768. package/lib/translated/pt/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2769. package/lib/translated/pt/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2770. package/lib/translated/pt/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2771. package/lib/translated/pt/modules/translations/locales/ar.js +18 -0
  2772. package/lib/translated/pt/modules/translations/locales/ca.js +18 -0
  2773. package/lib/translated/pt/modules/translations/locales/cy.js +18 -0
  2774. package/lib/translated/pt/modules/translations/locales/da-x-k12.js +21 -0
  2775. package/lib/translated/pt/modules/translations/locales/da.js +18 -0
  2776. package/lib/translated/pt/modules/translations/locales/de.js +18 -0
  2777. package/lib/translated/pt/modules/translations/locales/el.js +3 -0
  2778. package/lib/translated/pt/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2779. package/lib/translated/pt/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2780. package/lib/translated/pt/modules/translations/locales/en.js +30 -0
  2781. package/lib/translated/pt/modules/translations/locales/en_AU.js +18 -0
  2782. package/lib/translated/pt/modules/translations/locales/en_CA.js +21 -0
  2783. package/lib/translated/pt/modules/translations/locales/en_CY.js +18 -0
  2784. package/lib/translated/pt/modules/translations/locales/en_GB.js +18 -0
  2785. package/lib/translated/pt/modules/translations/locales/es.js +18 -0
  2786. package/lib/translated/pt/modules/translations/locales/es_ES.js +18 -0
  2787. package/lib/translated/pt/modules/translations/locales/fa_IR.js +3 -0
  2788. package/lib/translated/pt/modules/translations/locales/fi.js +18 -0
  2789. package/lib/translated/pt/modules/translations/locales/fr.js +18 -0
  2790. package/lib/translated/pt/modules/translations/locales/fr_CA.js +18 -0
  2791. package/lib/translated/pt/modules/translations/locales/he.js +3 -0
  2792. package/lib/translated/pt/modules/translations/locales/ht.js +18 -0
  2793. package/lib/translated/pt/modules/translations/locales/hu.js +3 -0
  2794. package/lib/translated/pt/modules/translations/locales/hy.js +3 -0
  2795. package/lib/translated/pt/modules/translations/locales/is.js +18 -0
  2796. package/lib/translated/pt/modules/translations/locales/it.js +18 -0
  2797. package/lib/translated/pt/modules/translations/locales/ja.js +18 -0
  2798. package/lib/translated/pt/modules/translations/locales/ko.js +3 -0
  2799. package/lib/translated/pt/modules/translations/locales/nb-x-k12.js +21 -0
  2800. package/lib/translated/pt/modules/translations/locales/nb.js +18 -0
  2801. package/lib/translated/pt/modules/translations/locales/nl.js +18 -0
  2802. package/lib/translated/pt/modules/translations/locales/nn.js +15 -0
  2803. package/lib/translated/pt/modules/translations/locales/pl.js +18 -0
  2804. package/lib/translated/pt/modules/translations/locales/pt.js +20 -2
  2805. package/lib/translated/pt/modules/translations/locales/pt_BR.js +18 -0
  2806. package/lib/translated/pt/modules/translations/locales/ru.js +18 -0
  2807. package/lib/translated/pt/modules/translations/locales/sl.js +18 -0
  2808. package/lib/translated/pt/modules/translations/locales/sv-x-k12.js +21 -0
  2809. package/lib/translated/pt/modules/translations/locales/sv.js +18 -0
  2810. package/lib/translated/pt/modules/translations/locales/th.js +19 -0
  2811. package/lib/translated/pt/modules/translations/locales/tr.js +3 -0
  2812. package/lib/translated/pt/modules/translations/locales/uk_UA.js +3 -0
  2813. package/lib/translated/pt/modules/translations/locales/zh-Hans.js +18 -0
  2814. package/lib/translated/pt/modules/translations/locales/zh-Hant.js +18 -0
  2815. package/lib/translated/pt/modules/translations/locales/zh.js +18 -0
  2816. package/lib/translated/pt/modules/translations/locales/zh_HK.js +18 -0
  2817. package/lib/translated/pt/modules/translations/tinymce/th.js +479 -0
  2818. package/lib/translated/pt_BR/modules/defaultTinymceConfig.js +1 -1
  2819. package/lib/translated/pt_BR/modules/rce/RCEWrapper.js +2 -2
  2820. package/lib/translated/pt_BR/modules/rce/editorLanguage.js +1 -0
  2821. package/lib/translated/pt_BR/modules/rce/normalizeLocale.js +1 -1
  2822. package/lib/translated/pt_BR/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2823. package/lib/translated/pt_BR/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2824. package/lib/translated/pt_BR/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2825. package/lib/translated/pt_BR/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2826. package/lib/translated/pt_BR/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2827. package/lib/translated/pt_BR/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2828. package/lib/translated/pt_BR/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2829. package/lib/translated/pt_BR/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2830. package/lib/translated/pt_BR/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2831. package/lib/translated/pt_BR/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2832. package/lib/translated/pt_BR/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2833. package/lib/translated/pt_BR/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2834. package/lib/translated/pt_BR/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2835. package/lib/translated/pt_BR/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2836. package/lib/translated/pt_BR/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2837. package/lib/translated/pt_BR/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2838. package/lib/translated/pt_BR/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2839. package/lib/translated/pt_BR/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2840. package/lib/translated/pt_BR/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2841. package/lib/translated/pt_BR/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2842. package/lib/translated/pt_BR/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2843. package/lib/translated/pt_BR/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2844. package/lib/translated/pt_BR/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2845. package/lib/translated/pt_BR/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2846. package/lib/translated/pt_BR/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2847. package/lib/translated/pt_BR/modules/translations/locales/ar.js +18 -0
  2848. package/lib/translated/pt_BR/modules/translations/locales/ca.js +18 -0
  2849. package/lib/translated/pt_BR/modules/translations/locales/cy.js +18 -0
  2850. package/lib/translated/pt_BR/modules/translations/locales/da-x-k12.js +21 -0
  2851. package/lib/translated/pt_BR/modules/translations/locales/da.js +18 -0
  2852. package/lib/translated/pt_BR/modules/translations/locales/de.js +18 -0
  2853. package/lib/translated/pt_BR/modules/translations/locales/el.js +3 -0
  2854. package/lib/translated/pt_BR/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2855. package/lib/translated/pt_BR/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2856. package/lib/translated/pt_BR/modules/translations/locales/en.js +30 -0
  2857. package/lib/translated/pt_BR/modules/translations/locales/en_AU.js +18 -0
  2858. package/lib/translated/pt_BR/modules/translations/locales/en_CA.js +21 -0
  2859. package/lib/translated/pt_BR/modules/translations/locales/en_CY.js +18 -0
  2860. package/lib/translated/pt_BR/modules/translations/locales/en_GB.js +18 -0
  2861. package/lib/translated/pt_BR/modules/translations/locales/es.js +18 -0
  2862. package/lib/translated/pt_BR/modules/translations/locales/es_ES.js +18 -0
  2863. package/lib/translated/pt_BR/modules/translations/locales/fa_IR.js +3 -0
  2864. package/lib/translated/pt_BR/modules/translations/locales/fi.js +18 -0
  2865. package/lib/translated/pt_BR/modules/translations/locales/fr.js +18 -0
  2866. package/lib/translated/pt_BR/modules/translations/locales/fr_CA.js +18 -0
  2867. package/lib/translated/pt_BR/modules/translations/locales/he.js +3 -0
  2868. package/lib/translated/pt_BR/modules/translations/locales/ht.js +18 -0
  2869. package/lib/translated/pt_BR/modules/translations/locales/hu.js +3 -0
  2870. package/lib/translated/pt_BR/modules/translations/locales/hy.js +3 -0
  2871. package/lib/translated/pt_BR/modules/translations/locales/is.js +18 -0
  2872. package/lib/translated/pt_BR/modules/translations/locales/it.js +18 -0
  2873. package/lib/translated/pt_BR/modules/translations/locales/ja.js +18 -0
  2874. package/lib/translated/pt_BR/modules/translations/locales/ko.js +3 -0
  2875. package/lib/translated/pt_BR/modules/translations/locales/nb-x-k12.js +21 -0
  2876. package/lib/translated/pt_BR/modules/translations/locales/nb.js +18 -0
  2877. package/lib/translated/pt_BR/modules/translations/locales/nl.js +18 -0
  2878. package/lib/translated/pt_BR/modules/translations/locales/nn.js +15 -0
  2879. package/lib/translated/pt_BR/modules/translations/locales/pl.js +18 -0
  2880. package/lib/translated/pt_BR/modules/translations/locales/pt.js +20 -2
  2881. package/lib/translated/pt_BR/modules/translations/locales/pt_BR.js +18 -0
  2882. package/lib/translated/pt_BR/modules/translations/locales/ru.js +18 -0
  2883. package/lib/translated/pt_BR/modules/translations/locales/sl.js +18 -0
  2884. package/lib/translated/pt_BR/modules/translations/locales/sv-x-k12.js +21 -0
  2885. package/lib/translated/pt_BR/modules/translations/locales/sv.js +18 -0
  2886. package/lib/translated/pt_BR/modules/translations/locales/th.js +19 -0
  2887. package/lib/translated/pt_BR/modules/translations/locales/tr.js +3 -0
  2888. package/lib/translated/pt_BR/modules/translations/locales/uk_UA.js +3 -0
  2889. package/lib/translated/pt_BR/modules/translations/locales/zh-Hans.js +18 -0
  2890. package/lib/translated/pt_BR/modules/translations/locales/zh-Hant.js +18 -0
  2891. package/lib/translated/pt_BR/modules/translations/locales/zh.js +18 -0
  2892. package/lib/translated/pt_BR/modules/translations/locales/zh_HK.js +18 -0
  2893. package/lib/translated/pt_BR/modules/translations/tinymce/th.js +479 -0
  2894. package/lib/translated/ru/modules/defaultTinymceConfig.js +1 -1
  2895. package/lib/translated/ru/modules/rce/RCEWrapper.js +2 -2
  2896. package/lib/translated/ru/modules/rce/editorLanguage.js +1 -0
  2897. package/lib/translated/ru/modules/rce/normalizeLocale.js +1 -1
  2898. package/lib/translated/ru/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2899. package/lib/translated/ru/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2900. package/lib/translated/ru/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2901. package/lib/translated/ru/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2902. package/lib/translated/ru/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2903. package/lib/translated/ru/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2904. package/lib/translated/ru/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2905. package/lib/translated/ru/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2906. package/lib/translated/ru/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2907. package/lib/translated/ru/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2908. package/lib/translated/ru/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2909. package/lib/translated/ru/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2910. package/lib/translated/ru/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2911. package/lib/translated/ru/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2912. package/lib/translated/ru/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2913. package/lib/translated/ru/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2914. package/lib/translated/ru/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2915. package/lib/translated/ru/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2916. package/lib/translated/ru/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2917. package/lib/translated/ru/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2918. package/lib/translated/ru/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2919. package/lib/translated/ru/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2920. package/lib/translated/ru/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2921. package/lib/translated/ru/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2922. package/lib/translated/ru/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2923. package/lib/translated/ru/modules/translations/locales/ar.js +18 -0
  2924. package/lib/translated/ru/modules/translations/locales/ca.js +18 -0
  2925. package/lib/translated/ru/modules/translations/locales/cy.js +18 -0
  2926. package/lib/translated/ru/modules/translations/locales/da-x-k12.js +21 -0
  2927. package/lib/translated/ru/modules/translations/locales/da.js +18 -0
  2928. package/lib/translated/ru/modules/translations/locales/de.js +18 -0
  2929. package/lib/translated/ru/modules/translations/locales/el.js +3 -0
  2930. package/lib/translated/ru/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  2931. package/lib/translated/ru/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  2932. package/lib/translated/ru/modules/translations/locales/en.js +30 -0
  2933. package/lib/translated/ru/modules/translations/locales/en_AU.js +18 -0
  2934. package/lib/translated/ru/modules/translations/locales/en_CA.js +21 -0
  2935. package/lib/translated/ru/modules/translations/locales/en_CY.js +18 -0
  2936. package/lib/translated/ru/modules/translations/locales/en_GB.js +18 -0
  2937. package/lib/translated/ru/modules/translations/locales/es.js +18 -0
  2938. package/lib/translated/ru/modules/translations/locales/es_ES.js +18 -0
  2939. package/lib/translated/ru/modules/translations/locales/fa_IR.js +3 -0
  2940. package/lib/translated/ru/modules/translations/locales/fi.js +18 -0
  2941. package/lib/translated/ru/modules/translations/locales/fr.js +18 -0
  2942. package/lib/translated/ru/modules/translations/locales/fr_CA.js +18 -0
  2943. package/lib/translated/ru/modules/translations/locales/he.js +3 -0
  2944. package/lib/translated/ru/modules/translations/locales/ht.js +18 -0
  2945. package/lib/translated/ru/modules/translations/locales/hu.js +3 -0
  2946. package/lib/translated/ru/modules/translations/locales/hy.js +3 -0
  2947. package/lib/translated/ru/modules/translations/locales/is.js +18 -0
  2948. package/lib/translated/ru/modules/translations/locales/it.js +18 -0
  2949. package/lib/translated/ru/modules/translations/locales/ja.js +18 -0
  2950. package/lib/translated/ru/modules/translations/locales/ko.js +3 -0
  2951. package/lib/translated/ru/modules/translations/locales/nb-x-k12.js +21 -0
  2952. package/lib/translated/ru/modules/translations/locales/nb.js +18 -0
  2953. package/lib/translated/ru/modules/translations/locales/nl.js +18 -0
  2954. package/lib/translated/ru/modules/translations/locales/nn.js +15 -0
  2955. package/lib/translated/ru/modules/translations/locales/pl.js +18 -0
  2956. package/lib/translated/ru/modules/translations/locales/pt.js +20 -2
  2957. package/lib/translated/ru/modules/translations/locales/pt_BR.js +18 -0
  2958. package/lib/translated/ru/modules/translations/locales/ru.js +18 -0
  2959. package/lib/translated/ru/modules/translations/locales/sl.js +18 -0
  2960. package/lib/translated/ru/modules/translations/locales/sv-x-k12.js +21 -0
  2961. package/lib/translated/ru/modules/translations/locales/sv.js +18 -0
  2962. package/lib/translated/ru/modules/translations/locales/th.js +19 -0
  2963. package/lib/translated/ru/modules/translations/locales/tr.js +3 -0
  2964. package/lib/translated/ru/modules/translations/locales/uk_UA.js +3 -0
  2965. package/lib/translated/ru/modules/translations/locales/zh-Hans.js +18 -0
  2966. package/lib/translated/ru/modules/translations/locales/zh-Hant.js +18 -0
  2967. package/lib/translated/ru/modules/translations/locales/zh.js +18 -0
  2968. package/lib/translated/ru/modules/translations/locales/zh_HK.js +18 -0
  2969. package/lib/translated/ru/modules/translations/tinymce/th.js +479 -0
  2970. package/lib/translated/se/modules/defaultTinymceConfig.js +1 -1
  2971. package/lib/translated/se/modules/rce/RCEWrapper.js +2 -2
  2972. package/lib/translated/se/modules/rce/editorLanguage.js +1 -0
  2973. package/lib/translated/se/modules/rce/normalizeLocale.js +1 -1
  2974. package/lib/translated/se/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  2975. package/lib/translated/se/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  2976. package/lib/translated/se/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  2977. package/lib/translated/se/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  2978. package/lib/translated/se/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  2979. package/lib/translated/se/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  2980. package/lib/translated/se/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  2981. package/lib/translated/se/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  2982. package/lib/translated/se/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  2983. package/lib/translated/se/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  2984. package/lib/translated/se/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  2985. package/lib/translated/se/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  2986. package/lib/translated/se/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  2987. package/lib/translated/se/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  2988. package/lib/translated/se/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  2989. package/lib/translated/se/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  2990. package/lib/translated/se/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  2991. package/lib/translated/se/modules/rce/plugins/instructure_record/plugin.js +22 -5
  2992. package/lib/translated/se/modules/rce/plugins/shared/ContentSelection.js +44 -8
  2993. package/lib/translated/se/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  2994. package/lib/translated/se/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  2995. package/lib/translated/se/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  2996. package/lib/translated/se/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  2997. package/lib/translated/se/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  2998. package/lib/translated/se/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  2999. package/lib/translated/se/modules/translations/locales/ar.js +18 -0
  3000. package/lib/translated/se/modules/translations/locales/ca.js +18 -0
  3001. package/lib/translated/se/modules/translations/locales/cy.js +18 -0
  3002. package/lib/translated/se/modules/translations/locales/da-x-k12.js +21 -0
  3003. package/lib/translated/se/modules/translations/locales/da.js +18 -0
  3004. package/lib/translated/se/modules/translations/locales/de.js +18 -0
  3005. package/lib/translated/se/modules/translations/locales/el.js +3 -0
  3006. package/lib/translated/se/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3007. package/lib/translated/se/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3008. package/lib/translated/se/modules/translations/locales/en.js +30 -0
  3009. package/lib/translated/se/modules/translations/locales/en_AU.js +18 -0
  3010. package/lib/translated/se/modules/translations/locales/en_CA.js +21 -0
  3011. package/lib/translated/se/modules/translations/locales/en_CY.js +18 -0
  3012. package/lib/translated/se/modules/translations/locales/en_GB.js +18 -0
  3013. package/lib/translated/se/modules/translations/locales/es.js +18 -0
  3014. package/lib/translated/se/modules/translations/locales/es_ES.js +18 -0
  3015. package/lib/translated/se/modules/translations/locales/fa_IR.js +3 -0
  3016. package/lib/translated/se/modules/translations/locales/fi.js +18 -0
  3017. package/lib/translated/se/modules/translations/locales/fr.js +18 -0
  3018. package/lib/translated/se/modules/translations/locales/fr_CA.js +18 -0
  3019. package/lib/translated/se/modules/translations/locales/he.js +3 -0
  3020. package/lib/translated/se/modules/translations/locales/ht.js +18 -0
  3021. package/lib/translated/se/modules/translations/locales/hu.js +3 -0
  3022. package/lib/translated/se/modules/translations/locales/hy.js +3 -0
  3023. package/lib/translated/se/modules/translations/locales/is.js +18 -0
  3024. package/lib/translated/se/modules/translations/locales/it.js +18 -0
  3025. package/lib/translated/se/modules/translations/locales/ja.js +18 -0
  3026. package/lib/translated/se/modules/translations/locales/ko.js +3 -0
  3027. package/lib/translated/se/modules/translations/locales/nb-x-k12.js +21 -0
  3028. package/lib/translated/se/modules/translations/locales/nb.js +18 -0
  3029. package/lib/translated/se/modules/translations/locales/nl.js +18 -0
  3030. package/lib/translated/se/modules/translations/locales/nn.js +15 -0
  3031. package/lib/translated/se/modules/translations/locales/pl.js +18 -0
  3032. package/lib/translated/se/modules/translations/locales/pt.js +20 -2
  3033. package/lib/translated/se/modules/translations/locales/pt_BR.js +18 -0
  3034. package/lib/translated/se/modules/translations/locales/ru.js +18 -0
  3035. package/lib/translated/se/modules/translations/locales/sl.js +18 -0
  3036. package/lib/translated/se/modules/translations/locales/sv-x-k12.js +21 -0
  3037. package/lib/translated/se/modules/translations/locales/sv.js +18 -0
  3038. package/lib/translated/se/modules/translations/locales/th.js +19 -0
  3039. package/lib/translated/se/modules/translations/locales/tr.js +3 -0
  3040. package/lib/translated/se/modules/translations/locales/uk_UA.js +3 -0
  3041. package/lib/translated/se/modules/translations/locales/zh-Hans.js +18 -0
  3042. package/lib/translated/se/modules/translations/locales/zh-Hant.js +18 -0
  3043. package/lib/translated/se/modules/translations/locales/zh.js +18 -0
  3044. package/lib/translated/se/modules/translations/locales/zh_HK.js +18 -0
  3045. package/lib/translated/se/modules/translations/tinymce/th.js +479 -0
  3046. package/lib/translated/sl/modules/defaultTinymceConfig.js +1 -1
  3047. package/lib/translated/sl/modules/rce/RCEWrapper.js +2 -2
  3048. package/lib/translated/sl/modules/rce/editorLanguage.js +1 -0
  3049. package/lib/translated/sl/modules/rce/normalizeLocale.js +1 -1
  3050. package/lib/translated/sl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3051. package/lib/translated/sl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3052. package/lib/translated/sl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3053. package/lib/translated/sl/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3054. package/lib/translated/sl/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3055. package/lib/translated/sl/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3056. package/lib/translated/sl/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3057. package/lib/translated/sl/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3058. package/lib/translated/sl/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3059. package/lib/translated/sl/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3060. package/lib/translated/sl/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3061. package/lib/translated/sl/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3062. package/lib/translated/sl/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3063. package/lib/translated/sl/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3064. package/lib/translated/sl/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3065. package/lib/translated/sl/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3066. package/lib/translated/sl/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3067. package/lib/translated/sl/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3068. package/lib/translated/sl/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3069. package/lib/translated/sl/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3070. package/lib/translated/sl/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3071. package/lib/translated/sl/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3072. package/lib/translated/sl/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3073. package/lib/translated/sl/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3074. package/lib/translated/sl/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3075. package/lib/translated/sl/modules/translations/locales/ar.js +18 -0
  3076. package/lib/translated/sl/modules/translations/locales/ca.js +18 -0
  3077. package/lib/translated/sl/modules/translations/locales/cy.js +18 -0
  3078. package/lib/translated/sl/modules/translations/locales/da-x-k12.js +21 -0
  3079. package/lib/translated/sl/modules/translations/locales/da.js +18 -0
  3080. package/lib/translated/sl/modules/translations/locales/de.js +18 -0
  3081. package/lib/translated/sl/modules/translations/locales/el.js +3 -0
  3082. package/lib/translated/sl/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3083. package/lib/translated/sl/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3084. package/lib/translated/sl/modules/translations/locales/en.js +30 -0
  3085. package/lib/translated/sl/modules/translations/locales/en_AU.js +18 -0
  3086. package/lib/translated/sl/modules/translations/locales/en_CA.js +21 -0
  3087. package/lib/translated/sl/modules/translations/locales/en_CY.js +18 -0
  3088. package/lib/translated/sl/modules/translations/locales/en_GB.js +18 -0
  3089. package/lib/translated/sl/modules/translations/locales/es.js +18 -0
  3090. package/lib/translated/sl/modules/translations/locales/es_ES.js +18 -0
  3091. package/lib/translated/sl/modules/translations/locales/fa_IR.js +3 -0
  3092. package/lib/translated/sl/modules/translations/locales/fi.js +18 -0
  3093. package/lib/translated/sl/modules/translations/locales/fr.js +18 -0
  3094. package/lib/translated/sl/modules/translations/locales/fr_CA.js +18 -0
  3095. package/lib/translated/sl/modules/translations/locales/he.js +3 -0
  3096. package/lib/translated/sl/modules/translations/locales/ht.js +18 -0
  3097. package/lib/translated/sl/modules/translations/locales/hu.js +3 -0
  3098. package/lib/translated/sl/modules/translations/locales/hy.js +3 -0
  3099. package/lib/translated/sl/modules/translations/locales/is.js +18 -0
  3100. package/lib/translated/sl/modules/translations/locales/it.js +18 -0
  3101. package/lib/translated/sl/modules/translations/locales/ja.js +18 -0
  3102. package/lib/translated/sl/modules/translations/locales/ko.js +3 -0
  3103. package/lib/translated/sl/modules/translations/locales/nb-x-k12.js +21 -0
  3104. package/lib/translated/sl/modules/translations/locales/nb.js +18 -0
  3105. package/lib/translated/sl/modules/translations/locales/nl.js +18 -0
  3106. package/lib/translated/sl/modules/translations/locales/nn.js +15 -0
  3107. package/lib/translated/sl/modules/translations/locales/pl.js +18 -0
  3108. package/lib/translated/sl/modules/translations/locales/pt.js +20 -2
  3109. package/lib/translated/sl/modules/translations/locales/pt_BR.js +18 -0
  3110. package/lib/translated/sl/modules/translations/locales/ru.js +18 -0
  3111. package/lib/translated/sl/modules/translations/locales/sl.js +18 -0
  3112. package/lib/translated/sl/modules/translations/locales/sv-x-k12.js +21 -0
  3113. package/lib/translated/sl/modules/translations/locales/sv.js +18 -0
  3114. package/lib/translated/sl/modules/translations/locales/th.js +19 -0
  3115. package/lib/translated/sl/modules/translations/locales/tr.js +3 -0
  3116. package/lib/translated/sl/modules/translations/locales/uk_UA.js +3 -0
  3117. package/lib/translated/sl/modules/translations/locales/zh-Hans.js +18 -0
  3118. package/lib/translated/sl/modules/translations/locales/zh-Hant.js +18 -0
  3119. package/lib/translated/sl/modules/translations/locales/zh.js +18 -0
  3120. package/lib/translated/sl/modules/translations/locales/zh_HK.js +18 -0
  3121. package/lib/translated/sl/modules/translations/tinymce/th.js +479 -0
  3122. package/lib/translated/sv/modules/defaultTinymceConfig.js +1 -1
  3123. package/lib/translated/sv/modules/rce/RCEWrapper.js +2 -2
  3124. package/lib/translated/sv/modules/rce/editorLanguage.js +1 -0
  3125. package/lib/translated/sv/modules/rce/normalizeLocale.js +1 -1
  3126. package/lib/translated/sv/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3127. package/lib/translated/sv/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3128. package/lib/translated/sv/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3129. package/lib/translated/sv/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3130. package/lib/translated/sv/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3131. package/lib/translated/sv/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3132. package/lib/translated/sv/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3133. package/lib/translated/sv/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3134. package/lib/translated/sv/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3135. package/lib/translated/sv/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3136. package/lib/translated/sv/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3137. package/lib/translated/sv/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3138. package/lib/translated/sv/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3139. package/lib/translated/sv/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3140. package/lib/translated/sv/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3141. package/lib/translated/sv/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3142. package/lib/translated/sv/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3143. package/lib/translated/sv/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3144. package/lib/translated/sv/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3145. package/lib/translated/sv/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3146. package/lib/translated/sv/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3147. package/lib/translated/sv/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3148. package/lib/translated/sv/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3149. package/lib/translated/sv/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3150. package/lib/translated/sv/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3151. package/lib/translated/sv/modules/translations/locales/ar.js +18 -0
  3152. package/lib/translated/sv/modules/translations/locales/ca.js +18 -0
  3153. package/lib/translated/sv/modules/translations/locales/cy.js +18 -0
  3154. package/lib/translated/sv/modules/translations/locales/da-x-k12.js +21 -0
  3155. package/lib/translated/sv/modules/translations/locales/da.js +18 -0
  3156. package/lib/translated/sv/modules/translations/locales/de.js +18 -0
  3157. package/lib/translated/sv/modules/translations/locales/el.js +3 -0
  3158. package/lib/translated/sv/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3159. package/lib/translated/sv/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3160. package/lib/translated/sv/modules/translations/locales/en.js +30 -0
  3161. package/lib/translated/sv/modules/translations/locales/en_AU.js +18 -0
  3162. package/lib/translated/sv/modules/translations/locales/en_CA.js +21 -0
  3163. package/lib/translated/sv/modules/translations/locales/en_CY.js +18 -0
  3164. package/lib/translated/sv/modules/translations/locales/en_GB.js +18 -0
  3165. package/lib/translated/sv/modules/translations/locales/es.js +18 -0
  3166. package/lib/translated/sv/modules/translations/locales/es_ES.js +18 -0
  3167. package/lib/translated/sv/modules/translations/locales/fa_IR.js +3 -0
  3168. package/lib/translated/sv/modules/translations/locales/fi.js +18 -0
  3169. package/lib/translated/sv/modules/translations/locales/fr.js +18 -0
  3170. package/lib/translated/sv/modules/translations/locales/fr_CA.js +18 -0
  3171. package/lib/translated/sv/modules/translations/locales/he.js +3 -0
  3172. package/lib/translated/sv/modules/translations/locales/ht.js +18 -0
  3173. package/lib/translated/sv/modules/translations/locales/hu.js +3 -0
  3174. package/lib/translated/sv/modules/translations/locales/hy.js +3 -0
  3175. package/lib/translated/sv/modules/translations/locales/is.js +18 -0
  3176. package/lib/translated/sv/modules/translations/locales/it.js +18 -0
  3177. package/lib/translated/sv/modules/translations/locales/ja.js +18 -0
  3178. package/lib/translated/sv/modules/translations/locales/ko.js +3 -0
  3179. package/lib/translated/sv/modules/translations/locales/nb-x-k12.js +21 -0
  3180. package/lib/translated/sv/modules/translations/locales/nb.js +18 -0
  3181. package/lib/translated/sv/modules/translations/locales/nl.js +18 -0
  3182. package/lib/translated/sv/modules/translations/locales/nn.js +15 -0
  3183. package/lib/translated/sv/modules/translations/locales/pl.js +18 -0
  3184. package/lib/translated/sv/modules/translations/locales/pt.js +20 -2
  3185. package/lib/translated/sv/modules/translations/locales/pt_BR.js +18 -0
  3186. package/lib/translated/sv/modules/translations/locales/ru.js +18 -0
  3187. package/lib/translated/sv/modules/translations/locales/sl.js +18 -0
  3188. package/lib/translated/sv/modules/translations/locales/sv-x-k12.js +21 -0
  3189. package/lib/translated/sv/modules/translations/locales/sv.js +18 -0
  3190. package/lib/translated/sv/modules/translations/locales/th.js +19 -0
  3191. package/lib/translated/sv/modules/translations/locales/tr.js +3 -0
  3192. package/lib/translated/sv/modules/translations/locales/uk_UA.js +3 -0
  3193. package/lib/translated/sv/modules/translations/locales/zh-Hans.js +18 -0
  3194. package/lib/translated/sv/modules/translations/locales/zh-Hant.js +18 -0
  3195. package/lib/translated/sv/modules/translations/locales/zh.js +18 -0
  3196. package/lib/translated/sv/modules/translations/locales/zh_HK.js +18 -0
  3197. package/lib/translated/sv/modules/translations/tinymce/th.js +479 -0
  3198. package/lib/translated/sv-x-k12/modules/defaultTinymceConfig.js +1 -1
  3199. package/lib/translated/sv-x-k12/modules/rce/RCEWrapper.js +2 -2
  3200. package/lib/translated/sv-x-k12/modules/rce/editorLanguage.js +1 -0
  3201. package/lib/translated/sv-x-k12/modules/rce/normalizeLocale.js +1 -1
  3202. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3203. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3204. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3205. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3206. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3207. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3208. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3209. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3210. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3211. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3212. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3213. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3214. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3215. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3216. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3217. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3218. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3219. package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3220. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3221. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3222. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3223. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3224. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3225. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3226. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/PreviewIcon.js +1 -1
  3227. package/lib/translated/sv-x-k12/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3228. package/lib/translated/sv-x-k12/modules/translations/locales/ar.js +18 -0
  3229. package/lib/translated/sv-x-k12/modules/translations/locales/ca.js +18 -0
  3230. package/lib/translated/sv-x-k12/modules/translations/locales/cy.js +18 -0
  3231. package/lib/translated/sv-x-k12/modules/translations/locales/da-x-k12.js +21 -0
  3232. package/lib/translated/sv-x-k12/modules/translations/locales/da.js +18 -0
  3233. package/lib/translated/sv-x-k12/modules/translations/locales/de.js +18 -0
  3234. package/lib/translated/sv-x-k12/modules/translations/locales/el.js +3 -0
  3235. package/lib/translated/sv-x-k12/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3236. package/lib/translated/sv-x-k12/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3237. package/lib/translated/sv-x-k12/modules/translations/locales/en.js +30 -0
  3238. package/lib/translated/sv-x-k12/modules/translations/locales/en_AU.js +18 -0
  3239. package/lib/translated/sv-x-k12/modules/translations/locales/en_CA.js +21 -0
  3240. package/lib/translated/sv-x-k12/modules/translations/locales/en_CY.js +18 -0
  3241. package/lib/translated/sv-x-k12/modules/translations/locales/en_GB.js +18 -0
  3242. package/lib/translated/sv-x-k12/modules/translations/locales/es.js +18 -0
  3243. package/lib/translated/sv-x-k12/modules/translations/locales/es_ES.js +18 -0
  3244. package/lib/translated/sv-x-k12/modules/translations/locales/fa_IR.js +3 -0
  3245. package/lib/translated/sv-x-k12/modules/translations/locales/fi.js +18 -0
  3246. package/lib/translated/sv-x-k12/modules/translations/locales/fr.js +18 -0
  3247. package/lib/translated/sv-x-k12/modules/translations/locales/fr_CA.js +18 -0
  3248. package/lib/translated/sv-x-k12/modules/translations/locales/he.js +3 -0
  3249. package/lib/translated/sv-x-k12/modules/translations/locales/ht.js +18 -0
  3250. package/lib/translated/sv-x-k12/modules/translations/locales/hu.js +3 -0
  3251. package/lib/translated/sv-x-k12/modules/translations/locales/hy.js +3 -0
  3252. package/lib/translated/sv-x-k12/modules/translations/locales/is.js +18 -0
  3253. package/lib/translated/sv-x-k12/modules/translations/locales/it.js +18 -0
  3254. package/lib/translated/sv-x-k12/modules/translations/locales/ja.js +18 -0
  3255. package/lib/translated/sv-x-k12/modules/translations/locales/ko.js +3 -0
  3256. package/lib/translated/sv-x-k12/modules/translations/locales/nb-x-k12.js +21 -0
  3257. package/lib/translated/sv-x-k12/modules/translations/locales/nb.js +18 -0
  3258. package/lib/translated/sv-x-k12/modules/translations/locales/nl.js +18 -0
  3259. package/lib/translated/sv-x-k12/modules/translations/locales/nn.js +15 -0
  3260. package/lib/translated/sv-x-k12/modules/translations/locales/pl.js +18 -0
  3261. package/lib/translated/sv-x-k12/modules/translations/locales/pt.js +20 -2
  3262. package/lib/translated/sv-x-k12/modules/translations/locales/pt_BR.js +18 -0
  3263. package/lib/translated/sv-x-k12/modules/translations/locales/ru.js +18 -0
  3264. package/lib/translated/sv-x-k12/modules/translations/locales/sl.js +18 -0
  3265. package/lib/translated/sv-x-k12/modules/translations/locales/sv-x-k12.js +21 -0
  3266. package/lib/translated/sv-x-k12/modules/translations/locales/sv.js +18 -0
  3267. package/lib/translated/sv-x-k12/modules/translations/locales/th.js +19 -0
  3268. package/lib/translated/sv-x-k12/modules/translations/locales/tr.js +3 -0
  3269. package/lib/translated/sv-x-k12/modules/translations/locales/uk_UA.js +3 -0
  3270. package/lib/translated/sv-x-k12/modules/translations/locales/zh-Hans.js +18 -0
  3271. package/lib/translated/sv-x-k12/modules/translations/locales/zh-Hant.js +18 -0
  3272. package/lib/translated/sv-x-k12/modules/translations/locales/zh.js +18 -0
  3273. package/lib/translated/sv-x-k12/modules/translations/locales/zh_HK.js +18 -0
  3274. package/lib/translated/sv-x-k12/modules/translations/tinymce/th.js +479 -0
  3275. package/lib/translated/th/modules/defaultTinymceConfig.js +1 -1
  3276. package/lib/translated/th/modules/rce/RCEWrapper.js +2 -2
  3277. package/lib/translated/th/modules/rce/editorLanguage.js +1 -0
  3278. package/lib/translated/th/modules/rce/normalizeLocale.js +1 -1
  3279. package/lib/translated/th/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3280. package/lib/translated/th/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3281. package/lib/translated/th/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3282. package/lib/translated/th/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3283. package/lib/translated/th/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3284. package/lib/translated/th/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3285. package/lib/translated/th/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3286. package/lib/translated/th/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3287. package/lib/translated/th/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3288. package/lib/translated/th/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3289. package/lib/translated/th/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3290. package/lib/translated/th/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3291. package/lib/translated/th/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3292. package/lib/translated/th/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3293. package/lib/translated/th/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3294. package/lib/translated/th/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3295. package/lib/translated/th/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3296. package/lib/translated/th/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3297. package/lib/translated/th/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3298. package/lib/translated/th/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3299. package/lib/translated/th/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3300. package/lib/translated/th/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3301. package/lib/translated/th/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3302. package/lib/translated/th/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3303. package/lib/translated/th/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3304. package/lib/translated/th/modules/translations/locales/ar.js +18 -0
  3305. package/lib/translated/th/modules/translations/locales/ca.js +18 -0
  3306. package/lib/translated/th/modules/translations/locales/cy.js +18 -0
  3307. package/lib/translated/th/modules/translations/locales/da-x-k12.js +21 -0
  3308. package/lib/translated/th/modules/translations/locales/da.js +18 -0
  3309. package/lib/translated/th/modules/translations/locales/de.js +18 -0
  3310. package/lib/translated/th/modules/translations/locales/el.js +3 -0
  3311. package/lib/translated/th/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3312. package/lib/translated/th/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3313. package/lib/translated/th/modules/translations/locales/en.js +30 -0
  3314. package/lib/translated/th/modules/translations/locales/en_AU.js +18 -0
  3315. package/lib/translated/th/modules/translations/locales/en_CA.js +21 -0
  3316. package/lib/translated/th/modules/translations/locales/en_CY.js +18 -0
  3317. package/lib/translated/th/modules/translations/locales/en_GB.js +18 -0
  3318. package/lib/translated/th/modules/translations/locales/es.js +18 -0
  3319. package/lib/translated/th/modules/translations/locales/es_ES.js +18 -0
  3320. package/lib/translated/th/modules/translations/locales/fa_IR.js +3 -0
  3321. package/lib/translated/th/modules/translations/locales/fi.js +18 -0
  3322. package/lib/translated/th/modules/translations/locales/fr.js +18 -0
  3323. package/lib/translated/th/modules/translations/locales/fr_CA.js +18 -0
  3324. package/lib/translated/th/modules/translations/locales/he.js +3 -0
  3325. package/lib/translated/th/modules/translations/locales/ht.js +18 -0
  3326. package/lib/translated/th/modules/translations/locales/hu.js +3 -0
  3327. package/lib/translated/th/modules/translations/locales/hy.js +3 -0
  3328. package/lib/translated/th/modules/translations/locales/is.js +18 -0
  3329. package/lib/translated/th/modules/translations/locales/it.js +18 -0
  3330. package/lib/translated/th/modules/translations/locales/ja.js +18 -0
  3331. package/lib/translated/th/modules/translations/locales/ko.js +3 -0
  3332. package/lib/translated/th/modules/translations/locales/nb-x-k12.js +21 -0
  3333. package/lib/translated/th/modules/translations/locales/nb.js +18 -0
  3334. package/lib/translated/th/modules/translations/locales/nl.js +18 -0
  3335. package/lib/translated/th/modules/translations/locales/nn.js +15 -0
  3336. package/lib/translated/th/modules/translations/locales/pl.js +18 -0
  3337. package/lib/translated/th/modules/translations/locales/pt.js +20 -2
  3338. package/lib/translated/th/modules/translations/locales/pt_BR.js +18 -0
  3339. package/lib/translated/th/modules/translations/locales/ru.js +18 -0
  3340. package/lib/translated/th/modules/translations/locales/sl.js +18 -0
  3341. package/lib/translated/th/modules/translations/locales/sv-x-k12.js +21 -0
  3342. package/lib/translated/th/modules/translations/locales/sv.js +18 -0
  3343. package/lib/translated/th/modules/translations/locales/th.js +19 -0
  3344. package/lib/translated/th/modules/translations/locales/tr.js +3 -0
  3345. package/lib/translated/th/modules/translations/locales/uk_UA.js +3 -0
  3346. package/lib/translated/th/modules/translations/locales/zh-Hans.js +18 -0
  3347. package/lib/translated/th/modules/translations/locales/zh-Hant.js +18 -0
  3348. package/lib/translated/th/modules/translations/locales/zh.js +18 -0
  3349. package/lib/translated/th/modules/translations/locales/zh_HK.js +18 -0
  3350. package/lib/translated/th/modules/translations/tinymce/th.js +479 -0
  3351. package/lib/translated/tr/modules/defaultTinymceConfig.js +1 -1
  3352. package/lib/translated/tr/modules/rce/RCEWrapper.js +2 -2
  3353. package/lib/translated/tr/modules/rce/editorLanguage.js +1 -0
  3354. package/lib/translated/tr/modules/rce/normalizeLocale.js +1 -1
  3355. package/lib/translated/tr/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3356. package/lib/translated/tr/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3357. package/lib/translated/tr/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3358. package/lib/translated/tr/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3359. package/lib/translated/tr/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3360. package/lib/translated/tr/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3361. package/lib/translated/tr/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3362. package/lib/translated/tr/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3363. package/lib/translated/tr/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3364. package/lib/translated/tr/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3365. package/lib/translated/tr/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3366. package/lib/translated/tr/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3367. package/lib/translated/tr/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3368. package/lib/translated/tr/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3369. package/lib/translated/tr/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3370. package/lib/translated/tr/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3371. package/lib/translated/tr/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3372. package/lib/translated/tr/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3373. package/lib/translated/tr/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3374. package/lib/translated/tr/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3375. package/lib/translated/tr/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3376. package/lib/translated/tr/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3377. package/lib/translated/tr/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3378. package/lib/translated/tr/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3379. package/lib/translated/tr/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3380. package/lib/translated/tr/modules/translations/locales/ar.js +18 -0
  3381. package/lib/translated/tr/modules/translations/locales/ca.js +18 -0
  3382. package/lib/translated/tr/modules/translations/locales/cy.js +18 -0
  3383. package/lib/translated/tr/modules/translations/locales/da-x-k12.js +21 -0
  3384. package/lib/translated/tr/modules/translations/locales/da.js +18 -0
  3385. package/lib/translated/tr/modules/translations/locales/de.js +18 -0
  3386. package/lib/translated/tr/modules/translations/locales/el.js +3 -0
  3387. package/lib/translated/tr/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3388. package/lib/translated/tr/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3389. package/lib/translated/tr/modules/translations/locales/en.js +30 -0
  3390. package/lib/translated/tr/modules/translations/locales/en_AU.js +18 -0
  3391. package/lib/translated/tr/modules/translations/locales/en_CA.js +21 -0
  3392. package/lib/translated/tr/modules/translations/locales/en_CY.js +18 -0
  3393. package/lib/translated/tr/modules/translations/locales/en_GB.js +18 -0
  3394. package/lib/translated/tr/modules/translations/locales/es.js +18 -0
  3395. package/lib/translated/tr/modules/translations/locales/es_ES.js +18 -0
  3396. package/lib/translated/tr/modules/translations/locales/fa_IR.js +3 -0
  3397. package/lib/translated/tr/modules/translations/locales/fi.js +18 -0
  3398. package/lib/translated/tr/modules/translations/locales/fr.js +18 -0
  3399. package/lib/translated/tr/modules/translations/locales/fr_CA.js +18 -0
  3400. package/lib/translated/tr/modules/translations/locales/he.js +3 -0
  3401. package/lib/translated/tr/modules/translations/locales/ht.js +18 -0
  3402. package/lib/translated/tr/modules/translations/locales/hu.js +3 -0
  3403. package/lib/translated/tr/modules/translations/locales/hy.js +3 -0
  3404. package/lib/translated/tr/modules/translations/locales/is.js +18 -0
  3405. package/lib/translated/tr/modules/translations/locales/it.js +18 -0
  3406. package/lib/translated/tr/modules/translations/locales/ja.js +18 -0
  3407. package/lib/translated/tr/modules/translations/locales/ko.js +3 -0
  3408. package/lib/translated/tr/modules/translations/locales/nb-x-k12.js +21 -0
  3409. package/lib/translated/tr/modules/translations/locales/nb.js +18 -0
  3410. package/lib/translated/tr/modules/translations/locales/nl.js +18 -0
  3411. package/lib/translated/tr/modules/translations/locales/nn.js +15 -0
  3412. package/lib/translated/tr/modules/translations/locales/pl.js +18 -0
  3413. package/lib/translated/tr/modules/translations/locales/pt.js +20 -2
  3414. package/lib/translated/tr/modules/translations/locales/pt_BR.js +18 -0
  3415. package/lib/translated/tr/modules/translations/locales/ru.js +18 -0
  3416. package/lib/translated/tr/modules/translations/locales/sl.js +18 -0
  3417. package/lib/translated/tr/modules/translations/locales/sv-x-k12.js +21 -0
  3418. package/lib/translated/tr/modules/translations/locales/sv.js +18 -0
  3419. package/lib/translated/tr/modules/translations/locales/th.js +19 -0
  3420. package/lib/translated/tr/modules/translations/locales/tr.js +3 -0
  3421. package/lib/translated/tr/modules/translations/locales/uk_UA.js +3 -0
  3422. package/lib/translated/tr/modules/translations/locales/zh-Hans.js +18 -0
  3423. package/lib/translated/tr/modules/translations/locales/zh-Hant.js +18 -0
  3424. package/lib/translated/tr/modules/translations/locales/zh.js +18 -0
  3425. package/lib/translated/tr/modules/translations/locales/zh_HK.js +18 -0
  3426. package/lib/translated/tr/modules/translations/tinymce/th.js +479 -0
  3427. package/lib/translated/uk_UA/modules/defaultTinymceConfig.js +1 -1
  3428. package/lib/translated/uk_UA/modules/rce/RCEWrapper.js +2 -2
  3429. package/lib/translated/uk_UA/modules/rce/editorLanguage.js +1 -0
  3430. package/lib/translated/uk_UA/modules/rce/normalizeLocale.js +1 -1
  3431. package/lib/translated/uk_UA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3432. package/lib/translated/uk_UA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3433. package/lib/translated/uk_UA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3434. package/lib/translated/uk_UA/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3435. package/lib/translated/uk_UA/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3436. package/lib/translated/uk_UA/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3437. package/lib/translated/uk_UA/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3438. package/lib/translated/uk_UA/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3439. package/lib/translated/uk_UA/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3440. package/lib/translated/uk_UA/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3441. package/lib/translated/uk_UA/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3442. package/lib/translated/uk_UA/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3443. package/lib/translated/uk_UA/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3444. package/lib/translated/uk_UA/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3445. package/lib/translated/uk_UA/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3446. package/lib/translated/uk_UA/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3447. package/lib/translated/uk_UA/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3448. package/lib/translated/uk_UA/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3449. package/lib/translated/uk_UA/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3450. package/lib/translated/uk_UA/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3451. package/lib/translated/uk_UA/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3452. package/lib/translated/uk_UA/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3453. package/lib/translated/uk_UA/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3454. package/lib/translated/uk_UA/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3455. package/lib/translated/uk_UA/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3456. package/lib/translated/uk_UA/modules/translations/locales/ar.js +18 -0
  3457. package/lib/translated/uk_UA/modules/translations/locales/ca.js +18 -0
  3458. package/lib/translated/uk_UA/modules/translations/locales/cy.js +18 -0
  3459. package/lib/translated/uk_UA/modules/translations/locales/da-x-k12.js +21 -0
  3460. package/lib/translated/uk_UA/modules/translations/locales/da.js +18 -0
  3461. package/lib/translated/uk_UA/modules/translations/locales/de.js +18 -0
  3462. package/lib/translated/uk_UA/modules/translations/locales/el.js +3 -0
  3463. package/lib/translated/uk_UA/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3464. package/lib/translated/uk_UA/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3465. package/lib/translated/uk_UA/modules/translations/locales/en.js +30 -0
  3466. package/lib/translated/uk_UA/modules/translations/locales/en_AU.js +18 -0
  3467. package/lib/translated/uk_UA/modules/translations/locales/en_CA.js +21 -0
  3468. package/lib/translated/uk_UA/modules/translations/locales/en_CY.js +18 -0
  3469. package/lib/translated/uk_UA/modules/translations/locales/en_GB.js +18 -0
  3470. package/lib/translated/uk_UA/modules/translations/locales/es.js +18 -0
  3471. package/lib/translated/uk_UA/modules/translations/locales/es_ES.js +18 -0
  3472. package/lib/translated/uk_UA/modules/translations/locales/fa_IR.js +3 -0
  3473. package/lib/translated/uk_UA/modules/translations/locales/fi.js +18 -0
  3474. package/lib/translated/uk_UA/modules/translations/locales/fr.js +18 -0
  3475. package/lib/translated/uk_UA/modules/translations/locales/fr_CA.js +18 -0
  3476. package/lib/translated/uk_UA/modules/translations/locales/he.js +3 -0
  3477. package/lib/translated/uk_UA/modules/translations/locales/ht.js +18 -0
  3478. package/lib/translated/uk_UA/modules/translations/locales/hu.js +3 -0
  3479. package/lib/translated/uk_UA/modules/translations/locales/hy.js +3 -0
  3480. package/lib/translated/uk_UA/modules/translations/locales/is.js +18 -0
  3481. package/lib/translated/uk_UA/modules/translations/locales/it.js +18 -0
  3482. package/lib/translated/uk_UA/modules/translations/locales/ja.js +18 -0
  3483. package/lib/translated/uk_UA/modules/translations/locales/ko.js +3 -0
  3484. package/lib/translated/uk_UA/modules/translations/locales/nb-x-k12.js +21 -0
  3485. package/lib/translated/uk_UA/modules/translations/locales/nb.js +18 -0
  3486. package/lib/translated/uk_UA/modules/translations/locales/nl.js +18 -0
  3487. package/lib/translated/uk_UA/modules/translations/locales/nn.js +15 -0
  3488. package/lib/translated/uk_UA/modules/translations/locales/pl.js +18 -0
  3489. package/lib/translated/uk_UA/modules/translations/locales/pt.js +20 -2
  3490. package/lib/translated/uk_UA/modules/translations/locales/pt_BR.js +18 -0
  3491. package/lib/translated/uk_UA/modules/translations/locales/ru.js +18 -0
  3492. package/lib/translated/uk_UA/modules/translations/locales/sl.js +18 -0
  3493. package/lib/translated/uk_UA/modules/translations/locales/sv-x-k12.js +21 -0
  3494. package/lib/translated/uk_UA/modules/translations/locales/sv.js +18 -0
  3495. package/lib/translated/uk_UA/modules/translations/locales/th.js +19 -0
  3496. package/lib/translated/uk_UA/modules/translations/locales/tr.js +3 -0
  3497. package/lib/translated/uk_UA/modules/translations/locales/uk_UA.js +3 -0
  3498. package/lib/translated/uk_UA/modules/translations/locales/zh-Hans.js +18 -0
  3499. package/lib/translated/uk_UA/modules/translations/locales/zh-Hant.js +18 -0
  3500. package/lib/translated/uk_UA/modules/translations/locales/zh.js +18 -0
  3501. package/lib/translated/uk_UA/modules/translations/locales/zh_HK.js +18 -0
  3502. package/lib/translated/uk_UA/modules/translations/tinymce/th.js +479 -0
  3503. package/lib/translated/zh/modules/defaultTinymceConfig.js +1 -1
  3504. package/lib/translated/zh/modules/rce/RCEWrapper.js +2 -2
  3505. package/lib/translated/zh/modules/rce/editorLanguage.js +1 -0
  3506. package/lib/translated/zh/modules/rce/normalizeLocale.js +1 -1
  3507. package/lib/translated/zh/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3508. package/lib/translated/zh/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3509. package/lib/translated/zh/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3510. package/lib/translated/zh/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3511. package/lib/translated/zh/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3512. package/lib/translated/zh/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3513. package/lib/translated/zh/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3514. package/lib/translated/zh/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3515. package/lib/translated/zh/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3516. package/lib/translated/zh/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3517. package/lib/translated/zh/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3518. package/lib/translated/zh/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3519. package/lib/translated/zh/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3520. package/lib/translated/zh/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3521. package/lib/translated/zh/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3522. package/lib/translated/zh/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3523. package/lib/translated/zh/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3524. package/lib/translated/zh/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3525. package/lib/translated/zh/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3526. package/lib/translated/zh/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3527. package/lib/translated/zh/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3528. package/lib/translated/zh/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3529. package/lib/translated/zh/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3530. package/lib/translated/zh/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3531. package/lib/translated/zh/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3532. package/lib/translated/zh/modules/translations/locales/ar.js +18 -0
  3533. package/lib/translated/zh/modules/translations/locales/ca.js +18 -0
  3534. package/lib/translated/zh/modules/translations/locales/cy.js +18 -0
  3535. package/lib/translated/zh/modules/translations/locales/da-x-k12.js +21 -0
  3536. package/lib/translated/zh/modules/translations/locales/da.js +18 -0
  3537. package/lib/translated/zh/modules/translations/locales/de.js +18 -0
  3538. package/lib/translated/zh/modules/translations/locales/el.js +3 -0
  3539. package/lib/translated/zh/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3540. package/lib/translated/zh/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3541. package/lib/translated/zh/modules/translations/locales/en.js +30 -0
  3542. package/lib/translated/zh/modules/translations/locales/en_AU.js +18 -0
  3543. package/lib/translated/zh/modules/translations/locales/en_CA.js +21 -0
  3544. package/lib/translated/zh/modules/translations/locales/en_CY.js +18 -0
  3545. package/lib/translated/zh/modules/translations/locales/en_GB.js +18 -0
  3546. package/lib/translated/zh/modules/translations/locales/es.js +18 -0
  3547. package/lib/translated/zh/modules/translations/locales/es_ES.js +18 -0
  3548. package/lib/translated/zh/modules/translations/locales/fa_IR.js +3 -0
  3549. package/lib/translated/zh/modules/translations/locales/fi.js +18 -0
  3550. package/lib/translated/zh/modules/translations/locales/fr.js +18 -0
  3551. package/lib/translated/zh/modules/translations/locales/fr_CA.js +18 -0
  3552. package/lib/translated/zh/modules/translations/locales/he.js +3 -0
  3553. package/lib/translated/zh/modules/translations/locales/ht.js +18 -0
  3554. package/lib/translated/zh/modules/translations/locales/hu.js +3 -0
  3555. package/lib/translated/zh/modules/translations/locales/hy.js +3 -0
  3556. package/lib/translated/zh/modules/translations/locales/is.js +18 -0
  3557. package/lib/translated/zh/modules/translations/locales/it.js +18 -0
  3558. package/lib/translated/zh/modules/translations/locales/ja.js +18 -0
  3559. package/lib/translated/zh/modules/translations/locales/ko.js +3 -0
  3560. package/lib/translated/zh/modules/translations/locales/nb-x-k12.js +21 -0
  3561. package/lib/translated/zh/modules/translations/locales/nb.js +18 -0
  3562. package/lib/translated/zh/modules/translations/locales/nl.js +18 -0
  3563. package/lib/translated/zh/modules/translations/locales/nn.js +15 -0
  3564. package/lib/translated/zh/modules/translations/locales/pl.js +18 -0
  3565. package/lib/translated/zh/modules/translations/locales/pt.js +20 -2
  3566. package/lib/translated/zh/modules/translations/locales/pt_BR.js +18 -0
  3567. package/lib/translated/zh/modules/translations/locales/ru.js +18 -0
  3568. package/lib/translated/zh/modules/translations/locales/sl.js +18 -0
  3569. package/lib/translated/zh/modules/translations/locales/sv-x-k12.js +21 -0
  3570. package/lib/translated/zh/modules/translations/locales/sv.js +18 -0
  3571. package/lib/translated/zh/modules/translations/locales/th.js +19 -0
  3572. package/lib/translated/zh/modules/translations/locales/tr.js +3 -0
  3573. package/lib/translated/zh/modules/translations/locales/uk_UA.js +3 -0
  3574. package/lib/translated/zh/modules/translations/locales/zh-Hans.js +18 -0
  3575. package/lib/translated/zh/modules/translations/locales/zh-Hant.js +18 -0
  3576. package/lib/translated/zh/modules/translations/locales/zh.js +18 -0
  3577. package/lib/translated/zh/modules/translations/locales/zh_HK.js +18 -0
  3578. package/lib/translated/zh/modules/translations/tinymce/th.js +479 -0
  3579. package/lib/translated/zh-Hans/modules/defaultTinymceConfig.js +1 -1
  3580. package/lib/translated/zh-Hans/modules/rce/RCEWrapper.js +2 -2
  3581. package/lib/translated/zh-Hans/modules/rce/editorLanguage.js +1 -0
  3582. package/lib/translated/zh-Hans/modules/rce/normalizeLocale.js +1 -1
  3583. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3584. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3585. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3586. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3587. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3588. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3589. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3590. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3591. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3592. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3593. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3594. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3595. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3596. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3597. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3598. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3599. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3600. package/lib/translated/zh-Hans/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3601. package/lib/translated/zh-Hans/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3602. package/lib/translated/zh-Hans/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3603. package/lib/translated/zh-Hans/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3604. package/lib/translated/zh-Hans/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3605. package/lib/translated/zh-Hans/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3606. package/lib/translated/zh-Hans/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3607. package/lib/translated/zh-Hans/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3608. package/lib/translated/zh-Hans/modules/translations/locales/ar.js +18 -0
  3609. package/lib/translated/zh-Hans/modules/translations/locales/ca.js +18 -0
  3610. package/lib/translated/zh-Hans/modules/translations/locales/cy.js +18 -0
  3611. package/lib/translated/zh-Hans/modules/translations/locales/da-x-k12.js +21 -0
  3612. package/lib/translated/zh-Hans/modules/translations/locales/da.js +18 -0
  3613. package/lib/translated/zh-Hans/modules/translations/locales/de.js +18 -0
  3614. package/lib/translated/zh-Hans/modules/translations/locales/el.js +3 -0
  3615. package/lib/translated/zh-Hans/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3616. package/lib/translated/zh-Hans/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3617. package/lib/translated/zh-Hans/modules/translations/locales/en.js +30 -0
  3618. package/lib/translated/zh-Hans/modules/translations/locales/en_AU.js +18 -0
  3619. package/lib/translated/zh-Hans/modules/translations/locales/en_CA.js +21 -0
  3620. package/lib/translated/zh-Hans/modules/translations/locales/en_CY.js +18 -0
  3621. package/lib/translated/zh-Hans/modules/translations/locales/en_GB.js +18 -0
  3622. package/lib/translated/zh-Hans/modules/translations/locales/es.js +18 -0
  3623. package/lib/translated/zh-Hans/modules/translations/locales/es_ES.js +18 -0
  3624. package/lib/translated/zh-Hans/modules/translations/locales/fa_IR.js +3 -0
  3625. package/lib/translated/zh-Hans/modules/translations/locales/fi.js +18 -0
  3626. package/lib/translated/zh-Hans/modules/translations/locales/fr.js +18 -0
  3627. package/lib/translated/zh-Hans/modules/translations/locales/fr_CA.js +18 -0
  3628. package/lib/translated/zh-Hans/modules/translations/locales/he.js +3 -0
  3629. package/lib/translated/zh-Hans/modules/translations/locales/ht.js +18 -0
  3630. package/lib/translated/zh-Hans/modules/translations/locales/hu.js +3 -0
  3631. package/lib/translated/zh-Hans/modules/translations/locales/hy.js +3 -0
  3632. package/lib/translated/zh-Hans/modules/translations/locales/is.js +18 -0
  3633. package/lib/translated/zh-Hans/modules/translations/locales/it.js +18 -0
  3634. package/lib/translated/zh-Hans/modules/translations/locales/ja.js +18 -0
  3635. package/lib/translated/zh-Hans/modules/translations/locales/ko.js +3 -0
  3636. package/lib/translated/zh-Hans/modules/translations/locales/nb-x-k12.js +21 -0
  3637. package/lib/translated/zh-Hans/modules/translations/locales/nb.js +18 -0
  3638. package/lib/translated/zh-Hans/modules/translations/locales/nl.js +18 -0
  3639. package/lib/translated/zh-Hans/modules/translations/locales/nn.js +15 -0
  3640. package/lib/translated/zh-Hans/modules/translations/locales/pl.js +18 -0
  3641. package/lib/translated/zh-Hans/modules/translations/locales/pt.js +20 -2
  3642. package/lib/translated/zh-Hans/modules/translations/locales/pt_BR.js +18 -0
  3643. package/lib/translated/zh-Hans/modules/translations/locales/ru.js +18 -0
  3644. package/lib/translated/zh-Hans/modules/translations/locales/sl.js +18 -0
  3645. package/lib/translated/zh-Hans/modules/translations/locales/sv-x-k12.js +21 -0
  3646. package/lib/translated/zh-Hans/modules/translations/locales/sv.js +18 -0
  3647. package/lib/translated/zh-Hans/modules/translations/locales/th.js +19 -0
  3648. package/lib/translated/zh-Hans/modules/translations/locales/tr.js +3 -0
  3649. package/lib/translated/zh-Hans/modules/translations/locales/uk_UA.js +3 -0
  3650. package/lib/translated/zh-Hans/modules/translations/locales/zh-Hans.js +18 -0
  3651. package/lib/translated/zh-Hans/modules/translations/locales/zh-Hant.js +18 -0
  3652. package/lib/translated/zh-Hans/modules/translations/locales/zh.js +18 -0
  3653. package/lib/translated/zh-Hans/modules/translations/locales/zh_HK.js +18 -0
  3654. package/lib/translated/zh-Hans/modules/translations/tinymce/th.js +479 -0
  3655. package/lib/translated/zh-Hant/modules/defaultTinymceConfig.js +1 -1
  3656. package/lib/translated/zh-Hant/modules/rce/RCEWrapper.js +2 -2
  3657. package/lib/translated/zh-Hant/modules/rce/editorLanguage.js +1 -0
  3658. package/lib/translated/zh-Hant/modules/rce/normalizeLocale.js +1 -1
  3659. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3660. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3661. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3662. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3663. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3664. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3665. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3666. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3667. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3668. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3669. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3670. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3671. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3672. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3673. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3674. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3675. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3676. package/lib/translated/zh-Hant/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3677. package/lib/translated/zh-Hant/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3678. package/lib/translated/zh-Hant/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3679. package/lib/translated/zh-Hant/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3680. package/lib/translated/zh-Hant/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3681. package/lib/translated/zh-Hant/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3682. package/lib/translated/zh-Hant/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3683. package/lib/translated/zh-Hant/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3684. package/lib/translated/zh-Hant/modules/translations/locales/ar.js +18 -0
  3685. package/lib/translated/zh-Hant/modules/translations/locales/ca.js +18 -0
  3686. package/lib/translated/zh-Hant/modules/translations/locales/cy.js +18 -0
  3687. package/lib/translated/zh-Hant/modules/translations/locales/da-x-k12.js +21 -0
  3688. package/lib/translated/zh-Hant/modules/translations/locales/da.js +18 -0
  3689. package/lib/translated/zh-Hant/modules/translations/locales/de.js +18 -0
  3690. package/lib/translated/zh-Hant/modules/translations/locales/el.js +3 -0
  3691. package/lib/translated/zh-Hant/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3692. package/lib/translated/zh-Hant/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3693. package/lib/translated/zh-Hant/modules/translations/locales/en.js +30 -0
  3694. package/lib/translated/zh-Hant/modules/translations/locales/en_AU.js +18 -0
  3695. package/lib/translated/zh-Hant/modules/translations/locales/en_CA.js +21 -0
  3696. package/lib/translated/zh-Hant/modules/translations/locales/en_CY.js +18 -0
  3697. package/lib/translated/zh-Hant/modules/translations/locales/en_GB.js +18 -0
  3698. package/lib/translated/zh-Hant/modules/translations/locales/es.js +18 -0
  3699. package/lib/translated/zh-Hant/modules/translations/locales/es_ES.js +18 -0
  3700. package/lib/translated/zh-Hant/modules/translations/locales/fa_IR.js +3 -0
  3701. package/lib/translated/zh-Hant/modules/translations/locales/fi.js +18 -0
  3702. package/lib/translated/zh-Hant/modules/translations/locales/fr.js +18 -0
  3703. package/lib/translated/zh-Hant/modules/translations/locales/fr_CA.js +18 -0
  3704. package/lib/translated/zh-Hant/modules/translations/locales/he.js +3 -0
  3705. package/lib/translated/zh-Hant/modules/translations/locales/ht.js +18 -0
  3706. package/lib/translated/zh-Hant/modules/translations/locales/hu.js +3 -0
  3707. package/lib/translated/zh-Hant/modules/translations/locales/hy.js +3 -0
  3708. package/lib/translated/zh-Hant/modules/translations/locales/is.js +18 -0
  3709. package/lib/translated/zh-Hant/modules/translations/locales/it.js +18 -0
  3710. package/lib/translated/zh-Hant/modules/translations/locales/ja.js +18 -0
  3711. package/lib/translated/zh-Hant/modules/translations/locales/ko.js +3 -0
  3712. package/lib/translated/zh-Hant/modules/translations/locales/nb-x-k12.js +21 -0
  3713. package/lib/translated/zh-Hant/modules/translations/locales/nb.js +18 -0
  3714. package/lib/translated/zh-Hant/modules/translations/locales/nl.js +18 -0
  3715. package/lib/translated/zh-Hant/modules/translations/locales/nn.js +15 -0
  3716. package/lib/translated/zh-Hant/modules/translations/locales/pl.js +18 -0
  3717. package/lib/translated/zh-Hant/modules/translations/locales/pt.js +20 -2
  3718. package/lib/translated/zh-Hant/modules/translations/locales/pt_BR.js +18 -0
  3719. package/lib/translated/zh-Hant/modules/translations/locales/ru.js +18 -0
  3720. package/lib/translated/zh-Hant/modules/translations/locales/sl.js +18 -0
  3721. package/lib/translated/zh-Hant/modules/translations/locales/sv-x-k12.js +21 -0
  3722. package/lib/translated/zh-Hant/modules/translations/locales/sv.js +18 -0
  3723. package/lib/translated/zh-Hant/modules/translations/locales/th.js +19 -0
  3724. package/lib/translated/zh-Hant/modules/translations/locales/tr.js +3 -0
  3725. package/lib/translated/zh-Hant/modules/translations/locales/uk_UA.js +3 -0
  3726. package/lib/translated/zh-Hant/modules/translations/locales/zh-Hans.js +18 -0
  3727. package/lib/translated/zh-Hant/modules/translations/locales/zh-Hant.js +18 -0
  3728. package/lib/translated/zh-Hant/modules/translations/locales/zh.js +18 -0
  3729. package/lib/translated/zh-Hant/modules/translations/locales/zh_HK.js +18 -0
  3730. package/lib/translated/zh-Hant/modules/translations/tinymce/th.js +479 -0
  3731. package/lib/translated/zh_HK/modules/defaultTinymceConfig.js +1 -1
  3732. package/lib/translated/zh_HK/modules/rce/RCEWrapper.js +2 -2
  3733. package/lib/translated/zh_HK/modules/rce/editorLanguage.js +1 -0
  3734. package/lib/translated/zh_HK/modules/rce/normalizeLocale.js +1 -1
  3735. package/lib/translated/zh_HK/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/ImageCropper.js +6 -0
  3736. package/lib/translated/zh_HK/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/__tests__/shape.test.js +13 -4
  3737. package/lib/translated/zh_HK/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ImageCropper/svg/shape.js +22 -1
  3738. package/lib/translated/zh_HK/modules/rce/plugins/instructure_buttons/components/CreateButtonForm/ShapeSection.js +3 -1
  3739. package/lib/translated/zh_HK/modules/rce/plugins/instructure_buttons/svg/__tests__/shape.test.js +86 -0
  3740. package/lib/translated/zh_HK/modules/rce/plugins/instructure_buttons/svg/shape.js +60 -0
  3741. package/lib/translated/zh_HK/modules/rce/plugins/instructure_buttons/svg/text.js +2 -0
  3742. package/lib/translated/zh_HK/modules/rce/plugins/instructure_image/ImageEmbedOptions.js +17 -4
  3743. package/lib/translated/zh_HK/modules/rce/plugins/instructure_image/ImageOptionsTray/__tests__/ImageOptionsTray.test.js +17 -0
  3744. package/lib/translated/zh_HK/modules/rce/plugins/instructure_image/ImageOptionsTray/index.js +10 -4
  3745. package/lib/translated/zh_HK/modules/rce/plugins/instructure_image/__tests__/ImageEmbedOptions.test.js +46 -0
  3746. package/lib/translated/zh_HK/modules/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +131 -0
  3747. package/lib/translated/zh_HK/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTray.test.js +64 -0
  3748. package/lib/translated/zh_HK/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/AudioOptionsTrayDriver.js +50 -0
  3749. package/lib/translated/zh_HK/modules/rce/plugins/instructure_record/AudioOptionsTray/__tests__/TrayController.test.js +124 -0
  3750. package/lib/translated/zh_HK/modules/rce/plugins/instructure_record/AudioOptionsTray/index.js +149 -0
  3751. package/lib/translated/zh_HK/modules/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -2
  3752. package/lib/translated/zh_HK/modules/rce/plugins/instructure_record/plugin.js +22 -5
  3753. package/lib/translated/zh_HK/modules/rce/plugins/shared/ContentSelection.js +44 -8
  3754. package/lib/translated/zh_HK/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInput.test.js +323 -7
  3755. package/lib/translated/zh_HK/modules/rce/plugins/shared/DimensionsInput/__tests__/DimensionsInputDriver.js +29 -6
  3756. package/lib/translated/zh_HK/modules/rce/plugins/shared/DimensionsInput/index.js +72 -17
  3757. package/lib/translated/zh_HK/modules/rce/plugins/shared/DimensionsInput/useDimensionsState.js +80 -25
  3758. package/lib/translated/zh_HK/modules/rce/plugins/shared/ImageOptionsForm.js +3 -2
  3759. package/lib/translated/zh_HK/modules/rce/plugins/shared/__tests__/ContentSelection.test.js +26 -11
  3760. package/lib/translated/zh_HK/modules/translations/locales/ar.js +18 -0
  3761. package/lib/translated/zh_HK/modules/translations/locales/ca.js +18 -0
  3762. package/lib/translated/zh_HK/modules/translations/locales/cy.js +18 -0
  3763. package/lib/translated/zh_HK/modules/translations/locales/da-x-k12.js +21 -0
  3764. package/lib/translated/zh_HK/modules/translations/locales/da.js +18 -0
  3765. package/lib/translated/zh_HK/modules/translations/locales/de.js +18 -0
  3766. package/lib/translated/zh_HK/modules/translations/locales/el.js +3 -0
  3767. package/lib/translated/zh_HK/modules/translations/locales/en-AU-x-unimelb.js +18 -0
  3768. package/lib/translated/zh_HK/modules/translations/locales/en-GB-x-ukhe.js +18 -0
  3769. package/lib/translated/zh_HK/modules/translations/locales/en.js +30 -0
  3770. package/lib/translated/zh_HK/modules/translations/locales/en_AU.js +18 -0
  3771. package/lib/translated/zh_HK/modules/translations/locales/en_CA.js +21 -0
  3772. package/lib/translated/zh_HK/modules/translations/locales/en_CY.js +18 -0
  3773. package/lib/translated/zh_HK/modules/translations/locales/en_GB.js +18 -0
  3774. package/lib/translated/zh_HK/modules/translations/locales/es.js +18 -0
  3775. package/lib/translated/zh_HK/modules/translations/locales/es_ES.js +18 -0
  3776. package/lib/translated/zh_HK/modules/translations/locales/fa_IR.js +3 -0
  3777. package/lib/translated/zh_HK/modules/translations/locales/fi.js +18 -0
  3778. package/lib/translated/zh_HK/modules/translations/locales/fr.js +18 -0
  3779. package/lib/translated/zh_HK/modules/translations/locales/fr_CA.js +18 -0
  3780. package/lib/translated/zh_HK/modules/translations/locales/he.js +3 -0
  3781. package/lib/translated/zh_HK/modules/translations/locales/ht.js +18 -0
  3782. package/lib/translated/zh_HK/modules/translations/locales/hu.js +3 -0
  3783. package/lib/translated/zh_HK/modules/translations/locales/hy.js +3 -0
  3784. package/lib/translated/zh_HK/modules/translations/locales/is.js +18 -0
  3785. package/lib/translated/zh_HK/modules/translations/locales/it.js +18 -0
  3786. package/lib/translated/zh_HK/modules/translations/locales/ja.js +18 -0
  3787. package/lib/translated/zh_HK/modules/translations/locales/ko.js +3 -0
  3788. package/lib/translated/zh_HK/modules/translations/locales/nb-x-k12.js +21 -0
  3789. package/lib/translated/zh_HK/modules/translations/locales/nb.js +18 -0
  3790. package/lib/translated/zh_HK/modules/translations/locales/nl.js +18 -0
  3791. package/lib/translated/zh_HK/modules/translations/locales/nn.js +15 -0
  3792. package/lib/translated/zh_HK/modules/translations/locales/pl.js +18 -0
  3793. package/lib/translated/zh_HK/modules/translations/locales/pt.js +20 -2
  3794. package/lib/translated/zh_HK/modules/translations/locales/pt_BR.js +18 -0
  3795. package/lib/translated/zh_HK/modules/translations/locales/ru.js +18 -0
  3796. package/lib/translated/zh_HK/modules/translations/locales/sl.js +18 -0
  3797. package/lib/translated/zh_HK/modules/translations/locales/sv-x-k12.js +21 -0
  3798. package/lib/translated/zh_HK/modules/translations/locales/sv.js +18 -0
  3799. package/lib/translated/zh_HK/modules/translations/locales/th.js +19 -0
  3800. package/lib/translated/zh_HK/modules/translations/locales/tr.js +3 -0
  3801. package/lib/translated/zh_HK/modules/translations/locales/uk_UA.js +3 -0
  3802. package/lib/translated/zh_HK/modules/translations/locales/zh-Hans.js +18 -0
  3803. package/lib/translated/zh_HK/modules/translations/locales/zh-Hant.js +18 -0
  3804. package/lib/translated/zh_HK/modules/translations/locales/zh.js +18 -0
  3805. package/lib/translated/zh_HK/modules/translations/locales/zh_HK.js +18 -0
  3806. package/lib/translated/zh_HK/modules/translations/tinymce/th.js +479 -0
  3807. package/lib/translations/locales/ar.js +18 -0
  3808. package/lib/translations/locales/ca.js +18 -0
  3809. package/lib/translations/locales/cy.js +18 -0
  3810. package/lib/translations/locales/da-x-k12.js +21 -0
  3811. package/lib/translations/locales/da.js +18 -0
  3812. package/lib/translations/locales/de.js +18 -0
  3813. package/lib/translations/locales/el.js +3 -0
  3814. package/lib/translations/locales/en-AU-x-unimelb.js +18 -0
  3815. package/lib/translations/locales/en-GB-x-ukhe.js +18 -0
  3816. package/lib/translations/locales/en.js +30 -0
  3817. package/lib/translations/locales/en_AU.js +18 -0
  3818. package/lib/translations/locales/en_CA.js +21 -0
  3819. package/lib/translations/locales/en_CY.js +18 -0
  3820. package/lib/translations/locales/en_GB.js +18 -0
  3821. package/lib/translations/locales/es.js +18 -0
  3822. package/lib/translations/locales/es_ES.js +18 -0
  3823. package/lib/translations/locales/fa_IR.js +3 -0
  3824. package/lib/translations/locales/fi.js +18 -0
  3825. package/lib/translations/locales/fr.js +18 -0
  3826. package/lib/translations/locales/fr_CA.js +18 -0
  3827. package/lib/translations/locales/he.js +3 -0
  3828. package/lib/translations/locales/ht.js +18 -0
  3829. package/lib/translations/locales/hu.js +3 -0
  3830. package/lib/translations/locales/hy.js +3 -0
  3831. package/lib/translations/locales/is.js +18 -0
  3832. package/lib/translations/locales/it.js +18 -0
  3833. package/lib/translations/locales/ja.js +18 -0
  3834. package/lib/translations/locales/ko.js +3 -0
  3835. package/lib/translations/locales/nb-x-k12.js +21 -0
  3836. package/lib/translations/locales/nb.js +18 -0
  3837. package/lib/translations/locales/nl.js +18 -0
  3838. package/lib/translations/locales/nn.js +15 -0
  3839. package/lib/translations/locales/pl.js +18 -0
  3840. package/lib/translations/locales/pt.js +20 -2
  3841. package/lib/translations/locales/pt_BR.js +18 -0
  3842. package/lib/translations/locales/ru.js +18 -0
  3843. package/lib/translations/locales/sl.js +18 -0
  3844. package/lib/translations/locales/sv-x-k12.js +21 -0
  3845. package/lib/translations/locales/sv.js +18 -0
  3846. package/lib/translations/locales/th.js +20 -0
  3847. package/lib/translations/locales/tr.js +3 -0
  3848. package/lib/translations/locales/uk_UA.js +3 -0
  3849. package/lib/translations/locales/zh-Hans.js +18 -0
  3850. package/lib/translations/locales/zh-Hant.js +18 -0
  3851. package/lib/translations/locales/zh.js +18 -0
  3852. package/lib/translations/locales/zh_HK.js +18 -0
  3853. package/lib/translations/tinymce/th.js +481 -0
  3854. package/package.json +5 -5
@@ -19,7 +19,8 @@ import React from 'react';
19
19
  import { render } from '@testing-library/react';
20
20
  import DimensionsInput, { useDimensionsState } from "../index.js";
21
21
  import DimensionsInputDriver from "./DimensionsInputDriver.js";
22
- const NAN_ERROR = 'Width and height must be numbers';
22
+ const W_AND_H_NAN_ERROR = 'Width and height must be numbers';
23
+ const PERCENTAGE_NAN_ERROR = 'Percentage must be a number';
23
24
  const ASPECT_MESSAGE = 'Aspect ratio will be preserved';
24
25
  describe('RCE > Plugins > Shared > DimensionsInput', () => {
25
26
  let $container;
@@ -34,12 +35,15 @@ describe('RCE > Plugins > Shared > DimensionsInput', () => {
34
35
  initialState = {
35
36
  appliedHeight: 300,
36
37
  appliedWidth: 150,
38
+ appliedPercentage: 70,
39
+ usePercentageUnits: false,
37
40
  naturalHeight: 200,
38
41
  naturalWidth: 100
39
42
  };
40
43
  props = {
41
44
  minWidth: 30,
42
- minHeight: 60
45
+ minHeight: 60,
46
+ minPercentage: 10
43
47
  };
44
48
  });
45
49
  afterEach(() => {
@@ -50,10 +54,12 @@ describe('RCE > Plugins > Shared > DimensionsInput', () => {
50
54
  function SpecComponent() {
51
55
  const _props = props,
52
56
  minHeight = _props.minHeight,
53
- minWidth = _props.minWidth;
57
+ minWidth = _props.minWidth,
58
+ minPercentage = _props.minPercentage;
54
59
  dimensionsState = useDimensionsState(initialState, {
55
60
  minHeight,
56
- minWidth
61
+ minWidth,
62
+ minPercentage
57
63
  });
58
64
  return /*#__PURE__*/React.createElement(DimensionsInput, Object.assign({
59
65
  dimensionsState: dimensionsState
@@ -64,18 +70,51 @@ describe('RCE > Plugins > Shared > DimensionsInput', () => {
64
70
  component = render( /*#__PURE__*/React.createElement(SpecComponent, null), {
65
71
  container: $container
66
72
  });
67
- dimensions = new DimensionsInputDriver($container.firstChild);
73
+ dimensions = new DimensionsInputDriver($container);
68
74
  }
69
75
 
70
76
  function buildMinDimensionsError() {
71
77
  return `Must be at least ${props.minWidth} x ${props.minHeight}px`;
72
78
  }
73
79
 
80
+ function buildMinPercentageError() {
81
+ return `Must be at least ${props.minPercentage}%`;
82
+ }
83
+
84
+ describe('"Pixels" radio button', () => {
85
+ beforeEach(() => {
86
+ initialState.usePercentageUnits = false;
87
+ renderComponent();
88
+ });
89
+ it('is selected', () => {
90
+ expect(dimensions.pixelsRadioButton.checked).toEqual(true);
91
+ });
92
+ it('is not selected', () => {
93
+ expect(dimensions.percentageRadioButton.checked).toEqual(false);
94
+ });
95
+ });
96
+ describe('"Percentage" radio button', () => {
97
+ beforeEach(() => {
98
+ initialState.usePercentageUnits = true;
99
+ renderComponent();
100
+ });
101
+ it('is selected', () => {
102
+ expect(dimensions.percentageRadioButton.checked).toEqual(true);
103
+ });
104
+ it('is not selected', () => {
105
+ expect(dimensions.pixelsRadioButton.checked).toEqual(false);
106
+ });
107
+ });
74
108
  describe('"Width" field', () => {
75
109
  it('is present', () => {
76
110
  renderComponent();
77
111
  expect(dimensions.width).not.toBeNull();
78
112
  });
113
+ it('is not present', () => {
114
+ initialState.usePercentageUnits = true;
115
+ renderComponent();
116
+ expect(dimensions.width).toBeNull();
117
+ });
79
118
  describe('when a width has been applied to the element', () => {
80
119
  it('uses the applied width as the field value', () => {
81
120
  renderComponent();
@@ -197,7 +236,7 @@ describe('RCE > Plugins > Shared > DimensionsInput', () => {
197
236
  expect(dimensionsState.isValid).toEqual(false);
198
237
  });
199
238
  it('displays a validation error with the field', () => {
200
- expect(dimensions.messageTexts).toEqual([NAN_ERROR]);
239
+ expect(dimensions.messageTexts).toEqual([W_AND_H_NAN_ERROR]);
201
240
  });
202
241
  });
203
242
  describe('when the value is less than the minimum', () => {
@@ -453,6 +492,11 @@ describe('RCE > Plugins > Shared > DimensionsInput', () => {
453
492
  renderComponent();
454
493
  expect(dimensions.height).not.toBeNull();
455
494
  });
495
+ it('is not present', () => {
496
+ initialState.usePercentageUnits = true;
497
+ renderComponent();
498
+ expect(dimensions.height).toBeNull();
499
+ });
456
500
  describe('when a height has been applied to the element', () => {
457
501
  it('uses the applied height as the field value', () => {
458
502
  renderComponent();
@@ -573,7 +617,7 @@ describe('RCE > Plugins > Shared > DimensionsInput', () => {
573
617
  expect(dimensionsState.isValid).toEqual(false);
574
618
  });
575
619
  it('displays a validation error with the field', () => {
576
- expect(dimensions.messageTexts).toEqual([NAN_ERROR]);
620
+ expect(dimensions.messageTexts).toEqual([W_AND_H_NAN_ERROR]);
577
621
  });
578
622
  });
579
623
  describe('when the value is less than the minimum', () => {
@@ -832,4 +876,276 @@ describe('RCE > Plugins > Shared > DimensionsInput', () => {
832
876
  });
833
877
  });
834
878
  });
879
+ describe('"Percentage" field', () => {
880
+ beforeEach(() => {
881
+ initialState.usePercentageUnits = true;
882
+ });
883
+ it('is present', () => {
884
+ renderComponent();
885
+ expect(dimensions.percentage).not.toBeNull();
886
+ });
887
+ it('is not present', () => {
888
+ initialState.usePercentageUnits = false;
889
+ renderComponent();
890
+ expect(dimensions.percentage).toBeNull();
891
+ });
892
+ describe('when the value changes', () => {
893
+ beforeEach(renderComponent);
894
+ it('updates the value in the field', () => {
895
+ dimensions.percentage.setValue('95');
896
+ expect(dimensions.percentage.value).toEqual('95');
897
+ });
898
+ describe('when the value includes whitespace', () => {
899
+ it('preserves the whitespace in the field', () => {
900
+ dimensions.percentage.setValue(' 120 ');
901
+ expect(dimensions.percentage.value).toEqual(' 120 ');
902
+ });
903
+ it('ignores whitespace in the dimensions state height', () => {
904
+ dimensions.percentage.setValue(' 50 ');
905
+ expect(dimensionsState.percentage).toEqual(50);
906
+ });
907
+ });
908
+ describe('when the value is a decimal number', () => {
909
+ it('preserves the decimal value in the field', () => {
910
+ dimensions.percentage.setValue('19.51');
911
+ expect(dimensions.percentage.value).toEqual('19.51');
912
+ });
913
+ it('sets the dimensions state height with the rounded integer', () => {
914
+ dimensions.percentage.setValue('19.51');
915
+ expect(dimensionsState.percentage).toEqual(20);
916
+ });
917
+ });
918
+ describe('when the value is cleared', () => {
919
+ beforeEach(() => {
920
+ dimensions.percentage.setValue('');
921
+ });
922
+ it('sets the dimensions state percentage to null', () => {
923
+ expect(dimensionsState.percentage).toBeNull();
924
+ });
925
+ it('sets the dimensions state as invalid', () => {
926
+ expect(dimensionsState.isValid).toEqual(false);
927
+ });
928
+ });
929
+ describe('when the value is not a number', () => {
930
+ beforeEach(() => {
931
+ dimensions.percentage.setValue('twelve');
932
+ });
933
+ it('preserves the invalid value in the field', () => {
934
+ expect(dimensions.percentage.value).toEqual('twelve');
935
+ });
936
+ it('sets the dimensions state percentage to NaN', () => {
937
+ expect(dimensionsState.percentage).toBeNaN();
938
+ });
939
+ });
940
+ describe('when the value is not a finite number', () => {
941
+ beforeEach(() => {
942
+ dimensions.percentage.setValue('Infinity');
943
+ });
944
+ it('preserves the value in the field', () => {
945
+ expect(dimensions.percentage.value).toEqual('Infinity');
946
+ });
947
+ it('sets the dimensions state height to NaN', () => {
948
+ expect(dimensionsState.percentage).toBeNaN();
949
+ });
950
+ it('sets the dimensions state as invalid', () => {
951
+ expect(dimensionsState.isValid).toEqual(false);
952
+ });
953
+ it('displays a validation error with the field', () => {
954
+ expect(dimensions.messageTexts).toEqual([PERCENTAGE_NAN_ERROR]);
955
+ });
956
+ });
957
+ describe('when the value is less than the minimum', () => {
958
+ beforeEach(() => {
959
+ dimensions.percentage.setValue(props.minPercentage);
960
+ dimensions.percentage.setValue(props.minPercentage - 1);
961
+ });
962
+ it('displays a validation error with the field', () => {
963
+ expect(dimensions.messageTexts).toEqual([buildMinPercentageError()]);
964
+ });
965
+ it('sets the dimensions state as invalid', () => {
966
+ expect(dimensionsState.isValid).toEqual(false);
967
+ });
968
+ });
969
+ describe('when the value becomes valid', () => {
970
+ beforeEach(() => {
971
+ dimensions.percentage.setValue(props.minPercentage - 1);
972
+ dimensions.percentage.setValue(props.minPercentage);
973
+ });
974
+ it('removes the validation error from the field', () => {
975
+ expect(dimensions.messageTexts).toEqual([ASPECT_MESSAGE]);
976
+ });
977
+ it('sets the dimensions state as valid', () => {
978
+ expect(dimensionsState.isValid).toEqual(true);
979
+ });
980
+ });
981
+ describe('when the value remains invalid', () => {
982
+ beforeEach(() => {
983
+ dimensions.percentage.setValue('');
984
+ dimensions.percentage.setValue(1);
985
+ });
986
+ it('displays a validation error with the field', () => {
987
+ expect(dimensions.messageTexts).toEqual([buildMinPercentageError()]);
988
+ });
989
+ it('sets the dimensions state as invalid', () => {
990
+ expect(dimensionsState.isValid).toEqual(false);
991
+ });
992
+ });
993
+ });
994
+ describe('when decremented', () => {
995
+ describe('when a percentage has been applied to the element', () => {
996
+ beforeEach(() => {
997
+ renderComponent();
998
+ dimensions.percentage.decrement();
999
+ });
1000
+ it('decrements the applied percentage for the field value', () => {
1001
+ expect(dimensions.percentage.value).toEqual(`${initialState.appliedPercentage - 1}`);
1002
+ });
1003
+ it('decrements the applied percentage for the dimensions state percentage', () => {
1004
+ expect(dimensionsState.percentage).toEqual(initialState.appliedPercentage - 1);
1005
+ });
1006
+ });
1007
+ describe('when no percentage has been applied to the element', () => {
1008
+ beforeEach(() => {
1009
+ initialState.appliedPercentage = null;
1010
+ renderComponent();
1011
+ dimensions.percentage.decrement();
1012
+ });
1013
+ it('decrements the full percentage for the field value', () => {
1014
+ expect(dimensions.percentage.value).toEqual('99');
1015
+ });
1016
+ it('decrements the full percentage for the dimensions state percentage', () => {
1017
+ expect(dimensionsState.percentage).toEqual(99);
1018
+ });
1019
+ });
1020
+ describe('when the applied percentage is less than the minimum percentage', () => {
1021
+ beforeEach(() => {
1022
+ initialState.appliedPercentage = props.minPercentage - 1;
1023
+ renderComponent();
1024
+ dimensions.percentage.decrement();
1025
+ });
1026
+ it('uses the minimum percentage for the field value', () => {
1027
+ expect(dimensions.percentage.value).toEqual(`${props.minPercentage}`);
1028
+ });
1029
+ it('uses the minimum percentage for the dimensions state percentage', () => {
1030
+ expect(dimensionsState.percentage).toEqual(props.minPercentage);
1031
+ });
1032
+ it('removes the validation error from the field', () => {
1033
+ expect(dimensions.messageTexts).toEqual([ASPECT_MESSAGE]);
1034
+ });
1035
+ it('sets the dimensions state as valid', () => {
1036
+ expect(dimensionsState.isValid).toEqual(true);
1037
+ });
1038
+ });
1039
+ describe('when the value had been cleared', () => {
1040
+ beforeEach(() => {
1041
+ renderComponent();
1042
+ dimensions.percentage.setValue('');
1043
+ dimensions.percentage.decrement();
1044
+ });
1045
+ it('decrements the initial percentage for the field value', () => {
1046
+ expect(dimensions.percentage.value).toEqual(`${initialState.appliedPercentage - 1}`);
1047
+ });
1048
+ it('decrements the initial percentage for the dimensions state percentage', () => {
1049
+ expect(dimensionsState.percentage).toEqual(initialState.appliedPercentage - 1);
1050
+ });
1051
+ it('removes the validation error from the field', () => {
1052
+ expect(dimensions.messageTexts).toEqual([ASPECT_MESSAGE]);
1053
+ });
1054
+ it('sets the dimensions state as valid', () => {
1055
+ expect(dimensionsState.isValid).toEqual(true);
1056
+ });
1057
+ });
1058
+ describe('when the value is not a number', () => {
1059
+ beforeEach(() => {
1060
+ renderComponent();
1061
+ dimensions.percentage.setValue('twelve');
1062
+ dimensions.percentage.decrement();
1063
+ });
1064
+ it('preserves the invalid value in the field', () => {
1065
+ expect(dimensions.percentage.value).toEqual('twelve');
1066
+ });
1067
+ it('sets the dimensions state percentage to NaN', () => {
1068
+ expect(dimensionsState.percentage).toBeNaN();
1069
+ });
1070
+ });
1071
+ });
1072
+ describe('when incremented', () => {
1073
+ describe('when a percentage has been applied to the element', () => {
1074
+ beforeEach(() => {
1075
+ renderComponent();
1076
+ dimensions.percentage.increment();
1077
+ });
1078
+ it('increments the applied height for the field value', () => {
1079
+ expect(dimensions.percentage.value).toEqual(`${initialState.appliedPercentage + 1}`);
1080
+ });
1081
+ it('increments the applied height for the dimensions state height', () => {
1082
+ expect(dimensionsState.percentage).toEqual(initialState.appliedPercentage + 1);
1083
+ });
1084
+ });
1085
+ describe('when no percentage has been applied to the element', () => {
1086
+ beforeEach(() => {
1087
+ initialState.appliedPercentage = null;
1088
+ renderComponent();
1089
+ dimensions.percentage.increment();
1090
+ });
1091
+ it('increments the full percentage for the field value', () => {
1092
+ expect(dimensions.percentage.value).toEqual('101');
1093
+ });
1094
+ it('increments the full percentage for the dimensions state percentage', () => {
1095
+ expect(dimensionsState.percentage).toEqual(101);
1096
+ });
1097
+ });
1098
+ describe('when the applied percentage is less than the minimum percentage', () => {
1099
+ beforeEach(() => {
1100
+ initialState.appliedPercentage = props.minPercentage - 2;
1101
+ renderComponent();
1102
+ dimensions.percentage.increment();
1103
+ });
1104
+ it('uses the minimum percentage for the field value', () => {
1105
+ expect(dimensions.percentage.value).toEqual(`${props.minPercentage}`);
1106
+ });
1107
+ it('uses the minimum percentage for the dimensions state percentage', () => {
1108
+ expect(dimensionsState.percentage).toEqual(props.minPercentage);
1109
+ });
1110
+ it('removes the validation error from the field', () => {
1111
+ expect(dimensions.messageTexts).toEqual([ASPECT_MESSAGE]);
1112
+ });
1113
+ it('sets the dimensions state as valid', () => {
1114
+ expect(dimensionsState.isValid).toEqual(true);
1115
+ });
1116
+ });
1117
+ describe('when the value had been cleared', () => {
1118
+ beforeEach(() => {
1119
+ renderComponent();
1120
+ dimensions.percentage.setValue('');
1121
+ dimensions.percentage.increment();
1122
+ });
1123
+ it('increments the initial percentage for the field value', () => {
1124
+ expect(dimensions.percentage.value).toEqual(`${initialState.appliedPercentage + 1}`);
1125
+ });
1126
+ it('increments the initial percentage for the dimensions state height', () => {
1127
+ expect(dimensionsState.percentage).toEqual(initialState.appliedPercentage + 1);
1128
+ });
1129
+ it('removes the validation error from the field', () => {
1130
+ expect(dimensions.messageTexts).toEqual([ASPECT_MESSAGE]);
1131
+ });
1132
+ it('sets the dimensions state as valid', () => {
1133
+ expect(dimensionsState.isValid).toEqual(true);
1134
+ });
1135
+ });
1136
+ describe('when the value is not a number', () => {
1137
+ beforeEach(() => {
1138
+ renderComponent();
1139
+ dimensions.percentage.setValue('twelve');
1140
+ dimensions.percentage.increment();
1141
+ });
1142
+ it('preserves the invalid value in the field', () => {
1143
+ expect(dimensions.percentage.value).toEqual('twelve');
1144
+ });
1145
+ it('sets the dimensions state percentage to NaN', () => {
1146
+ expect(dimensionsState.percentage).toBeNaN();
1147
+ });
1148
+ });
1149
+ });
1150
+ });
835
1151
  });
@@ -16,6 +16,7 @@
16
16
  * with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
  */
18
18
  import NumberInputDriver from "./NumberInputDriver.js";
19
+ import { queryByLabelText, getByTestId } from '@testing-library/react';
19
20
  export default class DimensionsInputDriver {
20
21
  static find($parent) {
21
22
  const $fieldset = [...$parent.querySelectorAll('fieldset')].find($element => $element.textContent.includes('Dimensions'));
@@ -27,26 +28,48 @@ export default class DimensionsInputDriver {
27
28
  return new DimensionsInputDriver($fieldset);
28
29
  }
29
30
 
30
- constructor($element) {
31
- this.$element = $element;
31
+ constructor($parent) {
32
+ this.$typeSelector = $parent.firstChild;
33
+ this.$dimensionsInput = $parent.lastChild;
32
34
  }
33
35
 
34
36
  get width() {
35
- return NumberInputDriver.findByLabelText('Width', this.$element);
37
+ const $container = getByTestId(this.$dimensionsInput, 'input-number-container');
38
+ return NumberInputDriver.findByLabelText('Width', $container);
36
39
  }
37
40
 
38
41
  get height() {
39
- return NumberInputDriver.findByLabelText('Height', this.$element);
42
+ const $container = getByTestId(this.$dimensionsInput, 'input-number-container');
43
+ return NumberInputDriver.findByLabelText('Height', $container);
44
+ }
45
+
46
+ get percentage() {
47
+ const $container = getByTestId(this.$dimensionsInput, 'input-number-container');
48
+ return NumberInputDriver.findByLabelText('Percentage', $container);
49
+ }
50
+
51
+ get pixelsRadioButton() {
52
+ const $parent = getByTestId(this.$typeSelector, 'dimension-type');
53
+ return queryByLabelText($parent, 'Pixels', {
54
+ exact: false
55
+ });
56
+ }
57
+
58
+ get percentageRadioButton() {
59
+ const $parent = getByTestId(this.$typeSelector, 'dimension-type');
60
+ return queryByLabelText($parent, 'Percentage', {
61
+ exact: false
62
+ });
40
63
  }
41
64
 
42
65
  get messageTexts() {
43
- const messagesId = this.$element.getAttribute('aria-describedby');
66
+ const messagesId = this.$dimensionsInput.getAttribute('aria-describedby');
44
67
 
45
68
  if (messagesId == null) {
46
69
  return [];
47
70
  }
48
71
 
49
- return [...this.$element.querySelectorAll(`#${messagesId} > *`)].map($message => $message.textContent.trim());
72
+ return [...this.$dimensionsInput.querySelectorAll(`#${messagesId} > *`)].map($message => $message.textContent.trim());
50
73
  }
51
74
 
52
75
  }
@@ -21,37 +21,84 @@ import { ScreenReaderContent } from '@instructure/ui-a11y-content';
21
21
  import { FormFieldGroup } from '@instructure/ui-form-field';
22
22
  import { IconLockLine } from '@instructure/ui-icons';
23
23
  import { Flex } from '@instructure/ui-flex';
24
+ import { RadioInput, RadioInputGroup } from '@instructure/ui-radio-input';
24
25
  import formatMessage from "../../../../format-message.js";
25
26
  import DimensionInput from "./DimensionInput.js";
26
27
  export { default as useDimensionsState } from "./useDimensionsState.js";
27
- export default function DimensionsInput(props) {
28
- const dimensionsState = props.dimensionsState,
29
- minHeight = props.minHeight,
30
- minWidth = props.minWidth;
31
- let messages = [{
28
+
29
+ const getMessage = (dimensionsState, minWidth, minHeight, minPercentage) => {
30
+ let result = {
32
31
  text: "Le proporzioni verranno mantenute",
33
32
  type: 'hint'
34
- }];
33
+ };
35
34
 
36
- if (!dimensionsState.isNumeric) {
37
- messages = [{
35
+ if (dimensionsState.usePercentageUnits) {
36
+ if (!dimensionsState.isNumeric) {
37
+ result = {
38
+ text: "Percentage must be a number",
39
+ type: 'error'
40
+ };
41
+ } else if (!dimensionsState.isAtLeastMinimums) {
42
+ result = {
43
+ text: "Deve essere almeno " + minPercentage + "%",
44
+ type: 'error'
45
+ };
46
+ }
47
+ } else if (!dimensionsState.isNumeric) {
48
+ result = {
38
49
  text: "La larghezza e l'altezza devono essere numerici",
39
50
  type: 'error'
40
- }];
51
+ };
41
52
  } else if (!dimensionsState.isAtLeastMinimums) {
42
- messages = [{
53
+ result = {
43
54
  text: "Deve essere almeno " + minWidth + " x " + minHeight + "px",
44
55
  type: 'error'
45
- }];
56
+ };
46
57
  }
47
58
 
48
- return /*#__PURE__*/React.createElement(FormFieldGroup, {
59
+ return result;
60
+ };
61
+
62
+ export default function DimensionsInput(props) {
63
+ const dimensionsState = props.dimensionsState,
64
+ minHeight = props.minHeight,
65
+ minWidth = props.minWidth,
66
+ minPercentage = props.minPercentage;
67
+ const message = getMessage(dimensionsState, minWidth, minHeight, minPercentage);
68
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Flex, {
69
+ direction: "column"
70
+ }, /*#__PURE__*/React.createElement(Flex.Item, {
71
+ padding: "small"
72
+ }, /*#__PURE__*/React.createElement(RadioInputGroup, {
73
+ "data-testid": "dimension-type",
74
+ name: "dimension-type",
75
+ description: "Tipo di dimensione",
76
+ onChange: e => {
77
+ dimensionsState.setUsePercentageUnits(e.target.value === 'percentage');
78
+ },
79
+ value: dimensionsState.usePercentageUnits ? 'percentage' : 'pixels'
80
+ }, /*#__PURE__*/React.createElement(RadioInput, {
81
+ label: "Pixel",
82
+ value: "pixels"
83
+ }), /*#__PURE__*/React.createElement(RadioInput, {
84
+ label: "Percentuale",
85
+ value: "percentage"
86
+ })))), /*#__PURE__*/React.createElement(FormFieldGroup, {
49
87
  description: /*#__PURE__*/React.createElement(ScreenReaderContent, null, "Dimensioni"),
50
- messages: messages
88
+ messages: [message]
51
89
  }, /*#__PURE__*/React.createElement(Flex, {
52
90
  alignItems: "start",
53
- direction: "row"
54
- }, /*#__PURE__*/React.createElement(Flex.Item, {
91
+ direction: "row",
92
+ "data-testid": "input-number-container"
93
+ }, dimensionsState.usePercentageUnits ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Flex.Item, {
94
+ shouldShrink: true,
95
+ shouldGrow: true
96
+ }, /*#__PURE__*/React.createElement(DimensionInput, {
97
+ dimensionState: dimensionsState.percentageState,
98
+ label: "Percentuale"
99
+ })), /*#__PURE__*/React.createElement(Flex.Item, {
100
+ padding: "x-small small"
101
+ }, "%")) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Flex.Item, {
55
102
  shrink: true
56
103
  }, /*#__PURE__*/React.createElement(DimensionInput, {
57
104
  dimensionState: dimensionsState.widthState,
@@ -65,7 +112,7 @@ export default function DimensionsInput(props) {
65
112
  dimensionState: dimensionsState.heightState,
66
113
  label: "Altezza",
67
114
  minValue: minHeight
68
- }))));
115
+ }))))));
69
116
  }
70
117
  DimensionsInput.propTypes = {
71
118
  dimensionsState: shape({
@@ -75,12 +122,20 @@ DimensionsInput.propTypes = {
75
122
  setInputValue: func.isRequired
76
123
  }).isRequired,
77
124
  isNumeric: bool.isRequired,
125
+ usePercentageUnits: bool.isRequired,
126
+ setUsePercentageUnits: func.isRequired,
78
127
  widthState: shape({
79
128
  addOffset: func.isRequired,
80
129
  inputValue: string.isRequired,
81
130
  setInputValue: func.isRequired
131
+ }).isRequired,
132
+ percentageState: shape({
133
+ addOffset: func.isRequired,
134
+ inputValue: string.isRequired,
135
+ setInputValue: func.isRequired
82
136
  }).isRequired
83
137
  }),
84
138
  minHeight: number.isRequired,
85
- minWidth: number.isRequired
139
+ minWidth: number.isRequired,
140
+ minPercentage: number.isRequired
86
141
  };