@instructure/canvas-rce 7.2.0 → 7.3.1
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.
- package/CHANGELOG.md +41 -0
- package/es/enhance-user-content/doc_previews.js +6 -14
- package/es/enhance-user-content/enhance_user_content.js +1 -1
- package/es/enhance-user-content/instructure_helper.js +1 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +2 -1
- package/es/rce/AlertMessageArea.js +1 -3
- package/es/rce/KeyboardShortcutModal.js +1 -1
- package/es/rce/RCEGlobals.d.ts +2 -0
- package/es/rce/RCEGlobals.js +1 -0
- package/es/rce/RCEVariants.js +3 -3
- package/es/rce/RCEWrapper.d.ts +3 -1
- package/es/rce/RCEWrapper.js +43 -11
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/clickCallback.d.ts +2 -0
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/clickCallback.js +45 -0
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_keyboard_shortcuts_header/plugin.js +43 -0
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.d.ts +1 -1
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +2 -1
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.d.ts +1 -1
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +2 -1
- package/es/rce/plugins/instructure_record/mediaTranslations.js +1 -1
- package/es/rce/plugins/instructure_studio_media_options/plugin.js +111 -14
- package/es/rce/plugins/instructure_studio_media_options/studioToolbarIcons.d.ts +5 -0
- package/es/rce/plugins/instructure_studio_media_options/studioToolbarIcons.js +23 -0
- package/es/rce/plugins/instructure_wordcount/components/WordCountModal.js +1 -0
- package/es/rce/plugins/instructure_wordcount_header/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_wordcount_header/plugin.js +75 -0
- package/es/rce/plugins/shared/ContentSelection.d.ts +1 -2
- package/es/rce/plugins/shared/ContentSelection.js +1 -18
- package/es/rce/plugins/shared/StudioLtiSupportUtils.d.ts +10 -1
- package/es/rce/plugins/shared/StudioLtiSupportUtils.js +110 -1
- package/es/rce/plugins/shared/Upload/ComputerPanel.js +1 -1
- package/es/rce/plugins/shared/Upload/UploadFileModal.js +37 -4
- package/es/rce/plugins/shared/Upload/VideoUrlPanel.d.ts +15 -0
- package/es/rce/plugins/shared/Upload/VideoUrlPanel.js +51 -0
- package/es/rce/plugins/shared/Upload/videoValidationUtils.d.ts +7 -0
- package/es/rce/plugins/shared/Upload/videoValidationUtils.js +58 -0
- package/es/rce/plugins/shared/iframeUtils.d.ts +1 -0
- package/es/rce/plugins/shared/iframeUtils.js +37 -0
- package/es/rce/tinyRCE.js +2 -0
- package/es/sidebar/actions/upload.d.ts +1 -0
- package/es/sidebar/actions/upload.js +56 -0
- package/es/sidebar/containers/sidebarHandlers.d.ts +1 -0
- package/es/sidebar/containers/sidebarHandlers.js +2 -1
- package/es/translations/locales/ar.js +30 -6
- package/es/translations/locales/ca.js +30 -6
- package/es/translations/locales/cy.js +30 -6
- package/es/translations/locales/da-x-k12.js +30 -6
- package/es/translations/locales/da.js +30 -6
- package/es/translations/locales/de.js +30 -6
- package/es/translations/locales/el.js +6 -0
- package/es/translations/locales/en-AU-x-unimelb.js +30 -6
- package/es/translations/locales/en-GB-x-ukhe.js +30 -6
- package/es/translations/locales/en.js +36 -6
- package/es/translations/locales/en_AU.js +30 -6
- package/es/translations/locales/en_CA.js +30 -6
- package/es/translations/locales/en_CY.js +30 -6
- package/es/translations/locales/en_GB.js +30 -6
- package/es/translations/locales/es.js +30 -6
- package/es/translations/locales/es_ES.js +30 -6
- package/es/translations/locales/fa_IR.js +6 -3
- package/es/translations/locales/fi.js +30 -6
- package/es/translations/locales/fr.js +30 -6
- package/es/translations/locales/fr_CA.js +34 -10
- package/es/translations/locales/ga.js +30 -6
- package/es/translations/locales/he.js +6 -0
- package/es/translations/locales/hi.js +30 -6
- package/es/translations/locales/ht.js +30 -6
- package/es/translations/locales/hu.js +6 -6
- package/es/translations/locales/hy.js +6 -0
- package/es/translations/locales/id.js +30 -6
- package/es/translations/locales/is.js +36 -6
- package/es/translations/locales/it.js +30 -6
- package/es/translations/locales/ja.js +30 -6
- package/es/translations/locales/ko.js +6 -0
- package/es/translations/locales/mi.js +30 -6
- package/es/translations/locales/ms.js +30 -6
- package/es/translations/locales/nb-x-k12.js +30 -6
- package/es/translations/locales/nb.js +30 -6
- package/es/translations/locales/nl.js +30 -6
- package/es/translations/locales/nn.js +6 -6
- package/es/translations/locales/pl.js +30 -6
- package/es/translations/locales/pt.js +30 -6
- package/es/translations/locales/pt_BR.js +30 -6
- package/es/translations/locales/ru.js +30 -6
- package/es/translations/locales/sl.js +30 -6
- package/es/translations/locales/sv-x-k12.js +30 -6
- package/es/translations/locales/sv.js +30 -6
- package/es/translations/locales/th.js +30 -6
- package/es/translations/locales/tr.js +6 -3
- package/es/translations/locales/uk_UA.js +6 -3
- package/es/translations/locales/vi.js +30 -6
- package/es/translations/locales/zh-Hans.js +30 -6
- package/es/translations/locales/zh-Hant.js +30 -6
- package/es/translations/locales/zh.js +30 -6
- package/es/translations/locales/zh_HK.js +30 -6
- package/package.json +53 -53
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "清除影像"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "清除所選擇的檔案"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "清除所選擇的檔案:{ filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "點擊或按住 Shift 點擊調出 html 編輯器。"
|
|
312
306
|
},
|
|
@@ -340,6 +334,9 @@ const locale = {
|
|
|
340
334
|
"clubs_suit_c1ffedff": {
|
|
341
335
|
"message": "梅花(花色)"
|
|
342
336
|
},
|
|
337
|
+
"collab_575ac7bc": {
|
|
338
|
+
"message": "協作"
|
|
339
|
+
},
|
|
343
340
|
"collaborations_5c56c15f": {
|
|
344
341
|
"message": "協作"
|
|
345
342
|
},
|
|
@@ -1186,6 +1183,9 @@ const locale = {
|
|
|
1186
1183
|
"large_text_e7ba08cd": {
|
|
1187
1184
|
"message": "大文字"
|
|
1188
1185
|
},
|
|
1186
|
+
"learn_ad3b3505": {
|
|
1187
|
+
"message": "學習"
|
|
1188
|
+
},
|
|
1189
1189
|
"learn_more_about_adjacent_links_2cb9762c": {
|
|
1190
1190
|
"message": "了解更多有關相鄰連結"
|
|
1191
1191
|
},
|
|
@@ -1588,6 +1588,9 @@ const locale = {
|
|
|
1588
1588
|
"operators_a2ef9a93": {
|
|
1589
1589
|
"message": "操作員"
|
|
1590
1590
|
},
|
|
1591
|
+
"options_3ab0ea65": {
|
|
1592
|
+
"message": "選項"
|
|
1593
|
+
},
|
|
1591
1594
|
"or_9b70ccaa": {
|
|
1592
1595
|
"message": "或者"
|
|
1593
1596
|
},
|
|
@@ -1711,6 +1714,9 @@ const locale = {
|
|
|
1711
1714
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1715
|
"message": "請輸入一個檔案名稱"
|
|
1713
1716
|
},
|
|
1717
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1718
|
+
"message": "請輸入受支援平台的有效影片 URL。"
|
|
1719
|
+
},
|
|
1714
1720
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1721
|
"message": "請選取支援類型的檔案"
|
|
1716
1722
|
},
|
|
@@ -1828,12 +1834,21 @@ const locale = {
|
|
|
1828
1834
|
"religion_icon_246e0be1": {
|
|
1829
1835
|
"message": "宗教圖示"
|
|
1830
1836
|
},
|
|
1837
|
+
"remove_f47dc62a": {
|
|
1838
|
+
"message": "移除"
|
|
1839
|
+
},
|
|
1840
|
+
"remove_filename_3ea029f6": {
|
|
1841
|
+
"message": "移除 { filename }"
|
|
1842
|
+
},
|
|
1831
1843
|
"remove_heading_style_5fdc8855": {
|
|
1832
1844
|
"message": "移除標題樣式"
|
|
1833
1845
|
},
|
|
1834
1846
|
"remove_link_d1f2f4d0": {
|
|
1835
1847
|
"message": "移除連結"
|
|
1836
1848
|
},
|
|
1849
|
+
"remove_studio_media_f913e502": {
|
|
1850
|
+
"message": "移除 Studio 媒體"
|
|
1851
|
+
},
|
|
1837
1852
|
"replace_all_d3d68b3": {
|
|
1838
1853
|
"message": "全部取代"
|
|
1839
1854
|
},
|
|
@@ -2323,6 +2338,9 @@ const locale = {
|
|
|
2323
2338
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2324
2339
|
"message": "雖然您的影片在瀏覽器中有正確的標題,但我們無法在資料庫中將其更新。"
|
|
2325
2340
|
},
|
|
2341
|
+
"thumbnail_e0de666f": {
|
|
2342
|
+
"message": "縮略圖"
|
|
2343
|
+
},
|
|
2326
2344
|
"timebar_a4d18443": {
|
|
2327
2345
|
"message": "時間欄"
|
|
2328
2346
|
},
|
|
@@ -2542,6 +2560,9 @@ const locale = {
|
|
|
2542
2560
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2561
|
"message": "{ title } 的影片播放器"
|
|
2544
2562
|
},
|
|
2563
|
+
"video_url_889d3263": {
|
|
2564
|
+
"message": "影片網址"
|
|
2565
|
+
},
|
|
2545
2566
|
"view_all_e13bf0a6": {
|
|
2546
2567
|
"message": "全部檢視"
|
|
2547
2568
|
},
|
|
@@ -2656,6 +2677,9 @@ const locale = {
|
|
|
2656
2677
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2678
|
"message": "您的網路攝影機可能已在使用中。"
|
|
2658
2679
|
},
|
|
2680
|
+
"youtube_embed_url_5c1018d4": {
|
|
2681
|
+
"message": "YouTube 嵌入網址"
|
|
2682
|
+
},
|
|
2659
2683
|
"zeta_5ef24f0e": {
|
|
2660
2684
|
"message": "θ"
|
|
2661
2685
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "清除图片"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "清除所选文件"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "清除所选文件:{ filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "单击或按住 shift 并单击 html 编辑器。"
|
|
312
306
|
},
|
|
@@ -340,6 +334,9 @@ const locale = {
|
|
|
340
334
|
"clubs_suit_c1ffedff": {
|
|
341
335
|
"message": "梅花(花色)"
|
|
342
336
|
},
|
|
337
|
+
"collab_575ac7bc": {
|
|
338
|
+
"message": "协作"
|
|
339
|
+
},
|
|
343
340
|
"collaborations_5c56c15f": {
|
|
344
341
|
"message": "协作"
|
|
345
342
|
},
|
|
@@ -1186,6 +1183,9 @@ const locale = {
|
|
|
1186
1183
|
"large_text_e7ba08cd": {
|
|
1187
1184
|
"message": "大文本"
|
|
1188
1185
|
},
|
|
1186
|
+
"learn_ad3b3505": {
|
|
1187
|
+
"message": "学习"
|
|
1188
|
+
},
|
|
1189
1189
|
"learn_more_about_adjacent_links_2cb9762c": {
|
|
1190
1190
|
"message": "详细了解相邻链接"
|
|
1191
1191
|
},
|
|
@@ -1588,6 +1588,9 @@ const locale = {
|
|
|
1588
1588
|
"operators_a2ef9a93": {
|
|
1589
1589
|
"message": "运算符"
|
|
1590
1590
|
},
|
|
1591
|
+
"options_3ab0ea65": {
|
|
1592
|
+
"message": "选项"
|
|
1593
|
+
},
|
|
1591
1594
|
"or_9b70ccaa": {
|
|
1592
1595
|
"message": "或"
|
|
1593
1596
|
},
|
|
@@ -1711,6 +1714,9 @@ const locale = {
|
|
|
1711
1714
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1715
|
"message": "请输入一个文件名"
|
|
1713
1716
|
},
|
|
1717
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1718
|
+
"message": "请输入来自支持的平台的有效的视频 URL。"
|
|
1719
|
+
},
|
|
1714
1720
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1721
|
"message": "请选择支持类型的文件"
|
|
1716
1722
|
},
|
|
@@ -1828,12 +1834,21 @@ const locale = {
|
|
|
1828
1834
|
"religion_icon_246e0be1": {
|
|
1829
1835
|
"message": "宗教图标"
|
|
1830
1836
|
},
|
|
1837
|
+
"remove_f47dc62a": {
|
|
1838
|
+
"message": "移除"
|
|
1839
|
+
},
|
|
1840
|
+
"remove_filename_3ea029f6": {
|
|
1841
|
+
"message": "移除 { filename }"
|
|
1842
|
+
},
|
|
1831
1843
|
"remove_heading_style_5fdc8855": {
|
|
1832
1844
|
"message": "删除标题样式"
|
|
1833
1845
|
},
|
|
1834
1846
|
"remove_link_d1f2f4d0": {
|
|
1835
1847
|
"message": "删除链接"
|
|
1836
1848
|
},
|
|
1849
|
+
"remove_studio_media_f913e502": {
|
|
1850
|
+
"message": "删除 Studio 媒体"
|
|
1851
|
+
},
|
|
1837
1852
|
"replace_all_d3d68b3": {
|
|
1838
1853
|
"message": "全部替换"
|
|
1839
1854
|
},
|
|
@@ -2323,6 +2338,9 @@ const locale = {
|
|
|
2323
2338
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2324
2339
|
"message": "虽然您的视频在浏览器里会有正确标题,但我们无法在数据库里更新。"
|
|
2325
2340
|
},
|
|
2341
|
+
"thumbnail_e0de666f": {
|
|
2342
|
+
"message": "缩略图"
|
|
2343
|
+
},
|
|
2326
2344
|
"timebar_a4d18443": {
|
|
2327
2345
|
"message": "进度条"
|
|
2328
2346
|
},
|
|
@@ -2542,6 +2560,9 @@ const locale = {
|
|
|
2542
2560
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2561
|
"message": "{ title }的视频播放器"
|
|
2544
2562
|
},
|
|
2563
|
+
"video_url_889d3263": {
|
|
2564
|
+
"message": "视频 URL"
|
|
2565
|
+
},
|
|
2545
2566
|
"view_all_e13bf0a6": {
|
|
2546
2567
|
"message": "查看全部"
|
|
2547
2568
|
},
|
|
@@ -2656,6 +2677,9 @@ const locale = {
|
|
|
2656
2677
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2678
|
"message": "您的网络摄像头可能正在使用中。"
|
|
2658
2679
|
},
|
|
2680
|
+
"youtube_embed_url_5c1018d4": {
|
|
2681
|
+
"message": "YouTube 嵌入 URL"
|
|
2682
|
+
},
|
|
2659
2683
|
"zeta_5ef24f0e": {
|
|
2660
2684
|
"message": "Zeta"
|
|
2661
2685
|
},
|
|
@@ -301,12 +301,6 @@ const locale = {
|
|
|
301
301
|
"clear_image_3213fe62": {
|
|
302
302
|
"message": "清除影像"
|
|
303
303
|
},
|
|
304
|
-
"clear_selected_file_82388e50": {
|
|
305
|
-
"message": "清除所選擇的檔案"
|
|
306
|
-
},
|
|
307
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
308
|
-
"message": "清除所選擇的檔案:{ filename }"
|
|
309
|
-
},
|
|
310
304
|
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
311
305
|
"message": "點擊或按住 Shift 點擊調出 html 編輯器。"
|
|
312
306
|
},
|
|
@@ -340,6 +334,9 @@ const locale = {
|
|
|
340
334
|
"clubs_suit_c1ffedff": {
|
|
341
335
|
"message": "梅花(花色)"
|
|
342
336
|
},
|
|
337
|
+
"collab_575ac7bc": {
|
|
338
|
+
"message": "協作"
|
|
339
|
+
},
|
|
343
340
|
"collaborations_5c56c15f": {
|
|
344
341
|
"message": "協作"
|
|
345
342
|
},
|
|
@@ -1186,6 +1183,9 @@ const locale = {
|
|
|
1186
1183
|
"large_text_e7ba08cd": {
|
|
1187
1184
|
"message": "大文字"
|
|
1188
1185
|
},
|
|
1186
|
+
"learn_ad3b3505": {
|
|
1187
|
+
"message": "學習"
|
|
1188
|
+
},
|
|
1189
1189
|
"learn_more_about_adjacent_links_2cb9762c": {
|
|
1190
1190
|
"message": "了解更多有關相鄰連結"
|
|
1191
1191
|
},
|
|
@@ -1588,6 +1588,9 @@ const locale = {
|
|
|
1588
1588
|
"operators_a2ef9a93": {
|
|
1589
1589
|
"message": "操作員"
|
|
1590
1590
|
},
|
|
1591
|
+
"options_3ab0ea65": {
|
|
1592
|
+
"message": "選項"
|
|
1593
|
+
},
|
|
1591
1594
|
"or_9b70ccaa": {
|
|
1592
1595
|
"message": "或者"
|
|
1593
1596
|
},
|
|
@@ -1711,6 +1714,9 @@ const locale = {
|
|
|
1711
1714
|
"please_enter_a_file_name_f159edc1": {
|
|
1712
1715
|
"message": "請輸入一個檔案名稱"
|
|
1713
1716
|
},
|
|
1717
|
+
"please_enter_a_valid_video_url_from_a_supported_pl_30dc0596": {
|
|
1718
|
+
"message": "請輸入受支援平台的有效影片 URL。"
|
|
1719
|
+
},
|
|
1714
1720
|
"please_select_a_file_of_a_supported_type_1fc578f2": {
|
|
1715
1721
|
"message": "請選取支援類型的檔案"
|
|
1716
1722
|
},
|
|
@@ -1828,12 +1834,21 @@ const locale = {
|
|
|
1828
1834
|
"religion_icon_246e0be1": {
|
|
1829
1835
|
"message": "宗教圖示"
|
|
1830
1836
|
},
|
|
1837
|
+
"remove_f47dc62a": {
|
|
1838
|
+
"message": "移除"
|
|
1839
|
+
},
|
|
1840
|
+
"remove_filename_3ea029f6": {
|
|
1841
|
+
"message": "移除 { filename }"
|
|
1842
|
+
},
|
|
1831
1843
|
"remove_heading_style_5fdc8855": {
|
|
1832
1844
|
"message": "移除標題樣式"
|
|
1833
1845
|
},
|
|
1834
1846
|
"remove_link_d1f2f4d0": {
|
|
1835
1847
|
"message": "移除連結"
|
|
1836
1848
|
},
|
|
1849
|
+
"remove_studio_media_f913e502": {
|
|
1850
|
+
"message": "移除 Studio 媒體"
|
|
1851
|
+
},
|
|
1837
1852
|
"replace_all_d3d68b3": {
|
|
1838
1853
|
"message": "全部取代"
|
|
1839
1854
|
},
|
|
@@ -2323,6 +2338,9 @@ const locale = {
|
|
|
2323
2338
|
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2324
2339
|
"message": "雖然您的影片在瀏覽器中有正確的標題,但我們無法在資料庫中將其更新。"
|
|
2325
2340
|
},
|
|
2341
|
+
"thumbnail_e0de666f": {
|
|
2342
|
+
"message": "縮略圖"
|
|
2343
|
+
},
|
|
2326
2344
|
"timebar_a4d18443": {
|
|
2327
2345
|
"message": "時間欄"
|
|
2328
2346
|
},
|
|
@@ -2542,6 +2560,9 @@ const locale = {
|
|
|
2542
2560
|
"video_player_for_title_ffd9fbc4": {
|
|
2543
2561
|
"message": "{ title } 的影片播放器"
|
|
2544
2562
|
},
|
|
2563
|
+
"video_url_889d3263": {
|
|
2564
|
+
"message": "影片網址"
|
|
2565
|
+
},
|
|
2545
2566
|
"view_all_e13bf0a6": {
|
|
2546
2567
|
"message": "全部檢視"
|
|
2547
2568
|
},
|
|
@@ -2656,6 +2677,9 @@ const locale = {
|
|
|
2656
2677
|
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2657
2678
|
"message": "您的網路攝影機可能已在使用中。"
|
|
2658
2679
|
},
|
|
2680
|
+
"youtube_embed_url_5c1018d4": {
|
|
2681
|
+
"message": "YouTube 嵌入網址"
|
|
2682
|
+
},
|
|
2659
2683
|
"zeta_5ef24f0e": {
|
|
2660
2684
|
"message": "θ"
|
|
2661
2685
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/canvas-rce",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.1",
|
|
4
4
|
"description": "A component wrapping Canvas's usage of Tinymce",
|
|
5
5
|
"main": "es/index.js",
|
|
6
6
|
"types": "es/index.d.ts",
|
|
@@ -54,66 +54,66 @@
|
|
|
54
54
|
"instrument": false
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@instructure/canvas-theme": "10.
|
|
57
|
+
"@instructure/canvas-theme": "10.26.2",
|
|
58
58
|
"@instructure/canvas-media": "*",
|
|
59
|
-
"@instructure/debounce": "10.
|
|
60
|
-
"@instructure/emotion": "10.
|
|
59
|
+
"@instructure/debounce": "10.26.2",
|
|
60
|
+
"@instructure/emotion": "10.26.2",
|
|
61
61
|
"@instructure/k5uploader": "*",
|
|
62
62
|
"@instructure/media-capture": "^9.0.0",
|
|
63
|
-
"@instructure/theme-registry": "10.
|
|
64
|
-
"@instructure/ui-a11y-content": "10.
|
|
65
|
-
"@instructure/ui-a11y-utils": "10.
|
|
66
|
-
"@instructure/ui-alerts": "10.
|
|
67
|
-
"@instructure/ui-avatar": "10.
|
|
68
|
-
"@instructure/ui-badge": "10.
|
|
69
|
-
"@instructure/ui-billboard": "10.
|
|
70
|
-
"@instructure/ui-buttons": "10.
|
|
71
|
-
"@instructure/ui-checkbox": "10.
|
|
72
|
-
"@instructure/ui-source-code-editor": "10.
|
|
73
|
-
"@instructure/ui-color-picker": "10.
|
|
74
|
-
"@instructure/ui-color-utils": "10.
|
|
75
|
-
"@instructure/ui-file-drop": "10.
|
|
76
|
-
"@instructure/ui-flex": "10.
|
|
77
|
-
"@instructure/ui-focusable": "10.
|
|
78
|
-
"@instructure/ui-form-field": "10.
|
|
79
|
-
"@instructure/ui-grid": "10.
|
|
80
|
-
"@instructure/ui-heading": "10.
|
|
81
|
-
"@instructure/ui-icons": "10.
|
|
82
|
-
"@instructure/ui-img": "10.
|
|
83
|
-
"@instructure/ui-link": "10.
|
|
84
|
-
"@instructure/ui-list": "10.
|
|
63
|
+
"@instructure/theme-registry": "10.26.2",
|
|
64
|
+
"@instructure/ui-a11y-content": "10.26.2",
|
|
65
|
+
"@instructure/ui-a11y-utils": "10.26.2",
|
|
66
|
+
"@instructure/ui-alerts": "10.26.2",
|
|
67
|
+
"@instructure/ui-avatar": "10.26.2",
|
|
68
|
+
"@instructure/ui-badge": "10.26.2",
|
|
69
|
+
"@instructure/ui-billboard": "10.26.2",
|
|
70
|
+
"@instructure/ui-buttons": "10.26.2",
|
|
71
|
+
"@instructure/ui-checkbox": "10.26.2",
|
|
72
|
+
"@instructure/ui-source-code-editor": "10.26.2",
|
|
73
|
+
"@instructure/ui-color-picker": "10.26.2",
|
|
74
|
+
"@instructure/ui-color-utils": "10.26.2",
|
|
75
|
+
"@instructure/ui-file-drop": "10.26.2",
|
|
76
|
+
"@instructure/ui-flex": "10.26.2",
|
|
77
|
+
"@instructure/ui-focusable": "10.26.2",
|
|
78
|
+
"@instructure/ui-form-field": "10.26.2",
|
|
79
|
+
"@instructure/ui-grid": "10.26.2",
|
|
80
|
+
"@instructure/ui-heading": "10.26.2",
|
|
81
|
+
"@instructure/ui-icons": "10.26.2",
|
|
82
|
+
"@instructure/ui-img": "10.26.2",
|
|
83
|
+
"@instructure/ui-link": "10.26.2",
|
|
84
|
+
"@instructure/ui-list": "10.26.2",
|
|
85
85
|
"@instructure/ui-media-player": "^9.0.0",
|
|
86
|
-
"@instructure/ui-menu": "10.
|
|
87
|
-
"@instructure/ui-modal": "10.
|
|
88
|
-
"@instructure/ui-motion": "10.
|
|
89
|
-
"@instructure/ui-number-input": "10.
|
|
90
|
-
"@instructure/ui-overlays": "10.
|
|
91
|
-
"@instructure/ui-pagination": "10.
|
|
92
|
-
"@instructure/ui-pill": "10.
|
|
93
|
-
"@instructure/ui-popover": "10.
|
|
94
|
-
"@instructure/ui-radio-input": "10.
|
|
95
|
-
"@instructure/ui-simple-select": "10.
|
|
96
|
-
"@instructure/ui-spinner": "10.
|
|
97
|
-
"@instructure/ui-svg-images": "10.
|
|
98
|
-
"@instructure/ui-table": "10.
|
|
99
|
-
"@instructure/ui-tabs": "10.
|
|
100
|
-
"@instructure/ui-text-area": "10.
|
|
101
|
-
"@instructure/ui-text-input": "10.
|
|
102
|
-
"@instructure/ui-text": "10.
|
|
103
|
-
"@instructure/ui-themes": "10.
|
|
104
|
-
"@instructure/ui-toggle-details": "10.
|
|
105
|
-
"@instructure/ui-tooltip": "10.
|
|
106
|
-
"@instructure/ui-tray": "10.
|
|
107
|
-
"@instructure/ui-tree-browser": "10.
|
|
108
|
-
"@instructure/ui-truncate-text": "10.
|
|
109
|
-
"@instructure/ui-utils": "10.
|
|
110
|
-
"@instructure/ui-view": "10.
|
|
111
|
-
"@instructure/uid": "10.
|
|
86
|
+
"@instructure/ui-menu": "10.26.2",
|
|
87
|
+
"@instructure/ui-modal": "10.26.2",
|
|
88
|
+
"@instructure/ui-motion": "10.26.2",
|
|
89
|
+
"@instructure/ui-number-input": "10.26.2",
|
|
90
|
+
"@instructure/ui-overlays": "10.26.2",
|
|
91
|
+
"@instructure/ui-pagination": "10.26.2",
|
|
92
|
+
"@instructure/ui-pill": "10.26.2",
|
|
93
|
+
"@instructure/ui-popover": "10.26.2",
|
|
94
|
+
"@instructure/ui-radio-input": "10.26.2",
|
|
95
|
+
"@instructure/ui-simple-select": "10.26.2",
|
|
96
|
+
"@instructure/ui-spinner": "10.26.2",
|
|
97
|
+
"@instructure/ui-svg-images": "10.26.2",
|
|
98
|
+
"@instructure/ui-table": "10.26.2",
|
|
99
|
+
"@instructure/ui-tabs": "10.26.2",
|
|
100
|
+
"@instructure/ui-text-area": "10.26.2",
|
|
101
|
+
"@instructure/ui-text-input": "10.26.2",
|
|
102
|
+
"@instructure/ui-text": "10.26.2",
|
|
103
|
+
"@instructure/ui-themes": "10.26.2",
|
|
104
|
+
"@instructure/ui-toggle-details": "10.26.2",
|
|
105
|
+
"@instructure/ui-tooltip": "10.26.2",
|
|
106
|
+
"@instructure/ui-tray": "10.26.2",
|
|
107
|
+
"@instructure/ui-tree-browser": "10.26.2",
|
|
108
|
+
"@instructure/ui-truncate-text": "10.26.2",
|
|
109
|
+
"@instructure/ui-utils": "10.26.2",
|
|
110
|
+
"@instructure/ui-view": "10.26.2",
|
|
111
|
+
"@instructure/uid": "10.26.2",
|
|
112
112
|
"@sheerun/mutationobserver-shim": "^0.3.2",
|
|
113
113
|
"@types/tinycolor2": "^1.4.6",
|
|
114
114
|
"@tinymce/tinymce-react": "~3.8.4",
|
|
115
115
|
"aphrodite": "^2",
|
|
116
|
-
"axios": "^
|
|
116
|
+
"axios": "^0.30.0",
|
|
117
117
|
"bloody-offset": "0.0.0",
|
|
118
118
|
"crypto-es": "^2.1.0",
|
|
119
119
|
"classnames": "^2.2.5",
|