@instructure/canvas-rce 7.2.0 → 7.3.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.
- package/CHANGELOG.md +27 -0
- package/es/enhance-user-content/doc_previews.js +1 -14
- package/es/index.d.ts +1 -0
- package/es/index.js +2 -1
- package/es/rce/AlertMessageArea.d.ts +2 -2
- package/es/rce/AlertMessageArea.js +4 -6
- 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 +14 -12
- package/es/rce/RCEWrapper.js +206 -199
- 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_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.d.ts +1 -1
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.js +25 -25
- 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 +109 -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_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 +9 -1
- package/es/rce/plugins/shared/StudioLtiSupportUtils.js +94 -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 +15 -6
- package/es/translations/locales/ca.js +15 -6
- package/es/translations/locales/cy.js +15 -6
- package/es/translations/locales/da-x-k12.js +15 -6
- package/es/translations/locales/da.js +15 -6
- package/es/translations/locales/de.js +15 -6
- package/es/translations/locales/el.js +6 -0
- package/es/translations/locales/en-AU-x-unimelb.js +15 -6
- package/es/translations/locales/en-GB-x-ukhe.js +15 -6
- package/es/translations/locales/en.js +30 -6
- package/es/translations/locales/en_AU.js +15 -6
- package/es/translations/locales/en_CA.js +15 -6
- package/es/translations/locales/en_CY.js +15 -6
- package/es/translations/locales/en_GB.js +15 -6
- package/es/translations/locales/es.js +15 -6
- package/es/translations/locales/es_ES.js +15 -6
- package/es/translations/locales/fa_IR.js +6 -3
- package/es/translations/locales/fi.js +15 -6
- package/es/translations/locales/fr.js +15 -6
- package/es/translations/locales/fr_CA.js +19 -10
- package/es/translations/locales/ga.js +15 -6
- package/es/translations/locales/he.js +6 -0
- package/es/translations/locales/hi.js +15 -6
- package/es/translations/locales/ht.js +15 -6
- package/es/translations/locales/hu.js +6 -6
- package/es/translations/locales/hy.js +6 -0
- package/es/translations/locales/id.js +15 -6
- package/es/translations/locales/is.js +21 -6
- package/es/translations/locales/it.js +15 -6
- package/es/translations/locales/ja.js +15 -6
- package/es/translations/locales/ko.js +6 -0
- package/es/translations/locales/mi.js +15 -6
- package/es/translations/locales/ms.js +15 -6
- package/es/translations/locales/nb-x-k12.js +15 -6
- package/es/translations/locales/nb.js +15 -6
- package/es/translations/locales/nl.js +15 -6
- package/es/translations/locales/nn.js +6 -6
- package/es/translations/locales/pl.js +15 -6
- package/es/translations/locales/pt.js +15 -6
- package/es/translations/locales/pt_BR.js +15 -6
- package/es/translations/locales/ru.js +15 -6
- package/es/translations/locales/sl.js +15 -6
- package/es/translations/locales/sv-x-k12.js +15 -6
- package/es/translations/locales/sv.js +15 -6
- package/es/translations/locales/th.js +15 -6
- package/es/translations/locales/tr.js +6 -3
- package/es/translations/locales/uk_UA.js +6 -3
- package/es/translations/locales/vi.js +15 -6
- package/es/translations/locales/zh-Hans.js +15 -6
- package/es/translations/locales/zh-Hant.js +15 -6
- package/es/translations/locales/zh.js +15 -6
- package/es/translations/locales/zh_HK.js +15 -6
- package/package.json +53 -53
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/canvas-rce",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
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",
|