@instructure/canvas-rce 5.15.7 → 7.0.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 +43 -0
- package/Dockerfile +1 -1
- package/es/bridge/Bridge.d.ts +6 -0
- package/es/common/browser.js +2 -2
- package/es/common/fileUrl.js +13 -3
- package/es/defaultTinymceConfig.js +165 -4
- package/es/enhance-user-content/enhance_user_content.js +1 -1
- package/es/enhance-user-content/instructure_helper.js +7 -3
- package/es/rce/RCEGlobals.d.ts +0 -2
- package/es/rce/RCEGlobals.js +0 -1
- package/es/rce/RCEVariants.d.ts +1 -1
- package/es/rce/RCEVariants.js +8 -8
- package/es/rce/RCEWrapper.d.ts +0 -2
- package/es/rce/RCEWrapper.js +6 -27
- package/es/rce/contentRendering.js +3 -2
- package/es/rce/plugins/instructure_equation/EquationEditorModal/index.d.ts +1 -1
- package/es/rce/plugins/instructure_image/ImageEmbedOptions.js +4 -7
- package/es/rce/plugins/instructure_image/ImageOptionsTray/index.js +33 -9
- package/es/rce/plugins/instructure_rce_external_tools/RceToolWrapper.d.ts +1 -1
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +1 -2
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.d.ts +13 -3
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +12 -4
- package/es/rce/plugins/instructure_record/mediaTranslations.d.ts +3 -0
- package/es/rce/plugins/instructure_record/mediaTranslations.js +4 -1
- package/es/rce/plugins/shared/ContentSelection.js +4 -7
- package/es/rce/plugins/shared/DimensionsInput/DimensionInput.d.ts +4 -2
- package/es/rce/plugins/shared/DimensionsInput/DimensionInput.js +10 -3
- package/es/rce/plugins/shared/DimensionsInput/index.d.ts +2 -0
- package/es/rce/plugins/shared/DimensionsInput/index.js +9 -5
- package/es/rce/plugins/shared/ImageOptionsForm.d.ts +4 -1
- package/es/rce/plugins/shared/ImageOptionsForm.js +13 -3
- package/es/rce/plugins/shared/Upload/UrlPanel.d.ts +9 -3
- package/es/rce/plugins/shared/Upload/UrlPanel.js +13 -4
- package/es/rce/plugins/shared/do-fetch-api-effect/parse-link-header.js +1 -1
- package/es/rce/plugins/shared/fileTypeUtils.js +1 -1
- package/es/rce/plugins/tinymce-a11y-checker/node-checker.js +3 -2
- package/es/rce/plugins/tinymce-a11y-checker/plugin.js +50 -52
- package/es/rce/plugins/tinymce-a11y-checker/utils/dom.d.ts +6 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/dom.js +15 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/rule-enhancer.d.ts +14 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/rule-enhancer.js +53 -0
- package/es/rce/screenreaderOnFormat.d.ts +2 -0
- package/es/rce/screenreaderOnFormat.js +109 -0
- package/es/rce/style.js +29 -29
- package/es/rcs/api.d.ts +4 -1
- package/es/rcs/api.js +9 -13
- package/es/translations/locales/ar.js +42 -0
- package/es/translations/locales/ca.js +42 -0
- package/es/translations/locales/cy.js +42 -0
- package/es/translations/locales/da-x-k12.js +42 -0
- package/es/translations/locales/da.js +42 -0
- package/es/translations/locales/de.js +42 -0
- package/es/translations/locales/en-AU-x-unimelb.js +42 -0
- package/es/translations/locales/en-GB-x-ukhe.js +42 -0
- package/es/translations/locales/en.js +54 -0
- package/es/translations/locales/en_AU.js +42 -0
- package/es/translations/locales/en_CA.js +42 -0
- package/es/translations/locales/en_CY.js +42 -0
- package/es/translations/locales/en_GB.js +42 -0
- package/es/translations/locales/es.js +42 -0
- package/es/translations/locales/es_ES.js +42 -0
- package/es/translations/locales/fi.js +42 -0
- package/es/translations/locales/fr.js +42 -0
- package/es/translations/locales/fr_CA.js +42 -0
- package/es/translations/locales/ga.js +114 -0
- package/es/translations/locales/hi.js +42 -0
- package/es/translations/locales/ht.js +42 -0
- package/es/translations/locales/id.js +42 -0
- package/es/translations/locales/is.js +42 -0
- package/es/translations/locales/it.js +42 -0
- package/es/translations/locales/ja.js +42 -0
- package/es/translations/locales/mi.js +42 -0
- package/es/translations/locales/ms.js +42 -0
- package/es/translations/locales/nb-x-k12.js +42 -0
- package/es/translations/locales/nb.js +42 -0
- package/es/translations/locales/nl.js +42 -0
- package/es/translations/locales/pl.js +42 -0
- package/es/translations/locales/pt.js +42 -0
- package/es/translations/locales/pt_BR.js +42 -0
- package/es/translations/locales/ru.js +42 -0
- package/es/translations/locales/sl.js +42 -0
- package/es/translations/locales/sv-x-k12.js +42 -0
- package/es/translations/locales/sv.js +42 -0
- package/es/translations/locales/th.js +42 -0
- package/es/translations/locales/vi.js +42 -0
- package/es/translations/locales/zh-Hans.js +42 -0
- package/es/translations/locales/zh-Hant.js +42 -0
- package/es/translations/locales/zh.js +42 -0
- package/es/translations/locales/zh_HK.js +42 -0
- package/es/util/loadingPlaceholder.js +4 -3
- package/package.json +55 -54
- package/coverage/canvas-rce-jest.xml +0 -7028
- package/tsconfig.tsbuildinfo +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/canvas-rce",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.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",
|
|
@@ -71,66 +71,66 @@
|
|
|
71
71
|
"instrument": false
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@instructure/canvas-theme": "
|
|
74
|
+
"@instructure/canvas-theme": "10.11.0",
|
|
75
75
|
"@instructure/canvas-media": "*",
|
|
76
|
-
"@instructure/debounce": "
|
|
77
|
-
"@instructure/emotion": "
|
|
76
|
+
"@instructure/debounce": "10.11.0",
|
|
77
|
+
"@instructure/emotion": "10.11.0",
|
|
78
78
|
"@instructure/k5uploader": "*",
|
|
79
79
|
"@instructure/media-capture": "^9.0.0",
|
|
80
|
-
"@instructure/theme-registry": "
|
|
81
|
-
"@instructure/ui-a11y-content": "
|
|
82
|
-
"@instructure/ui-a11y-utils": "
|
|
83
|
-
"@instructure/ui-alerts": "
|
|
84
|
-
"@instructure/ui-avatar": "
|
|
85
|
-
"@instructure/ui-badge": "
|
|
86
|
-
"@instructure/ui-billboard": "
|
|
87
|
-
"@instructure/ui-buttons": "
|
|
88
|
-
"@instructure/ui-checkbox": "
|
|
89
|
-
"@instructure/ui-source-code-editor": "
|
|
90
|
-
"@instructure/ui-color-picker": "
|
|
91
|
-
"@instructure/ui-color-utils": "
|
|
92
|
-
"@instructure/ui-file-drop": "
|
|
93
|
-
"@instructure/ui-flex": "
|
|
94
|
-
"@instructure/ui-focusable": "
|
|
95
|
-
"@instructure/ui-form-field": "
|
|
96
|
-
"@instructure/ui-grid": "
|
|
97
|
-
"@instructure/ui-heading": "
|
|
98
|
-
"@instructure/ui-icons": "
|
|
99
|
-
"@instructure/ui-img": "
|
|
100
|
-
"@instructure/ui-link": "
|
|
101
|
-
"@instructure/ui-list": "
|
|
80
|
+
"@instructure/theme-registry": "10.11.0",
|
|
81
|
+
"@instructure/ui-a11y-content": "10.11.0",
|
|
82
|
+
"@instructure/ui-a11y-utils": "10.11.0",
|
|
83
|
+
"@instructure/ui-alerts": "10.11.0",
|
|
84
|
+
"@instructure/ui-avatar": "10.11.0",
|
|
85
|
+
"@instructure/ui-badge": "10.11.0",
|
|
86
|
+
"@instructure/ui-billboard": "10.11.0",
|
|
87
|
+
"@instructure/ui-buttons": "10.11.0",
|
|
88
|
+
"@instructure/ui-checkbox": "10.11.0",
|
|
89
|
+
"@instructure/ui-source-code-editor": "10.11.0",
|
|
90
|
+
"@instructure/ui-color-picker": "10.11.0",
|
|
91
|
+
"@instructure/ui-color-utils": "10.11.0",
|
|
92
|
+
"@instructure/ui-file-drop": "10.11.0",
|
|
93
|
+
"@instructure/ui-flex": "10.11.0",
|
|
94
|
+
"@instructure/ui-focusable": "10.11.0",
|
|
95
|
+
"@instructure/ui-form-field": "10.11.0",
|
|
96
|
+
"@instructure/ui-grid": "10.11.0",
|
|
97
|
+
"@instructure/ui-heading": "10.11.0",
|
|
98
|
+
"@instructure/ui-icons": "10.11.0",
|
|
99
|
+
"@instructure/ui-img": "10.11.0",
|
|
100
|
+
"@instructure/ui-link": "10.11.0",
|
|
101
|
+
"@instructure/ui-list": "10.11.0",
|
|
102
102
|
"@instructure/ui-media-player": "^9.0.0",
|
|
103
|
-
"@instructure/ui-menu": "
|
|
104
|
-
"@instructure/ui-modal": "
|
|
105
|
-
"@instructure/ui-motion": "
|
|
106
|
-
"@instructure/ui-number-input": "
|
|
107
|
-
"@instructure/ui-overlays": "
|
|
108
|
-
"@instructure/ui-pagination": "
|
|
109
|
-
"@instructure/ui-pill": "
|
|
110
|
-
"@instructure/ui-popover": "
|
|
111
|
-
"@instructure/ui-radio-input": "
|
|
112
|
-
"@instructure/ui-simple-select": "
|
|
113
|
-
"@instructure/ui-spinner": "
|
|
114
|
-
"@instructure/ui-svg-images": "
|
|
115
|
-
"@instructure/ui-table": "
|
|
116
|
-
"@instructure/ui-tabs": "
|
|
117
|
-
"@instructure/ui-text-area": "
|
|
118
|
-
"@instructure/ui-text-input": "
|
|
119
|
-
"@instructure/ui-text": "
|
|
120
|
-
"@instructure/ui-themes": "
|
|
121
|
-
"@instructure/ui-toggle-details": "
|
|
122
|
-
"@instructure/ui-tooltip": "
|
|
123
|
-
"@instructure/ui-tray": "
|
|
124
|
-
"@instructure/ui-tree-browser": "
|
|
125
|
-
"@instructure/ui-truncate-text": "
|
|
126
|
-
"@instructure/ui-utils": "
|
|
127
|
-
"@instructure/ui-view": "
|
|
128
|
-
"@instructure/uid": "
|
|
103
|
+
"@instructure/ui-menu": "10.11.0",
|
|
104
|
+
"@instructure/ui-modal": "10.11.0",
|
|
105
|
+
"@instructure/ui-motion": "10.11.0",
|
|
106
|
+
"@instructure/ui-number-input": "10.11.0",
|
|
107
|
+
"@instructure/ui-overlays": "10.11.0",
|
|
108
|
+
"@instructure/ui-pagination": "10.11.0",
|
|
109
|
+
"@instructure/ui-pill": "10.11.0",
|
|
110
|
+
"@instructure/ui-popover": "10.11.0",
|
|
111
|
+
"@instructure/ui-radio-input": "10.11.0",
|
|
112
|
+
"@instructure/ui-simple-select": "10.11.0",
|
|
113
|
+
"@instructure/ui-spinner": "10.11.0",
|
|
114
|
+
"@instructure/ui-svg-images": "10.11.0",
|
|
115
|
+
"@instructure/ui-table": "10.11.0",
|
|
116
|
+
"@instructure/ui-tabs": "10.11.0",
|
|
117
|
+
"@instructure/ui-text-area": "10.11.0",
|
|
118
|
+
"@instructure/ui-text-input": "10.11.0",
|
|
119
|
+
"@instructure/ui-text": "10.11.0",
|
|
120
|
+
"@instructure/ui-themes": "10.11.0",
|
|
121
|
+
"@instructure/ui-toggle-details": "10.11.0",
|
|
122
|
+
"@instructure/ui-tooltip": "10.11.0",
|
|
123
|
+
"@instructure/ui-tray": "10.11.0",
|
|
124
|
+
"@instructure/ui-tree-browser": "10.11.0",
|
|
125
|
+
"@instructure/ui-truncate-text": "10.11.0",
|
|
126
|
+
"@instructure/ui-utils": "10.11.0",
|
|
127
|
+
"@instructure/ui-view": "10.11.0",
|
|
128
|
+
"@instructure/uid": "10.11.0",
|
|
129
129
|
"@sheerun/mutationobserver-shim": "^0.3.2",
|
|
130
130
|
"@types/tinycolor2": "^1.4.6",
|
|
131
131
|
"@tinymce/tinymce-react": "~3.8.4",
|
|
132
132
|
"aphrodite": "^2",
|
|
133
|
-
"axios": "^0.
|
|
133
|
+
"axios": "^0.28.0",
|
|
134
134
|
"bloody-offset": "0.0.0",
|
|
135
135
|
"crypto-es": "^2.0.4",
|
|
136
136
|
"classnames": "^2.2.5",
|
|
@@ -146,6 +146,7 @@
|
|
|
146
146
|
"minimatch": "~3.0.4",
|
|
147
147
|
"moment-timezone": "^0.5.45",
|
|
148
148
|
"prop-types": "^15",
|
|
149
|
+
"psl": "^1.1.0",
|
|
149
150
|
"react": "^18",
|
|
150
151
|
"react-aria-live": "^2",
|
|
151
152
|
"react-color": "^2.13.4",
|
|
@@ -158,7 +159,7 @@
|
|
|
158
159
|
"redux-thunk": "^3.1.0",
|
|
159
160
|
"text-field-edit": "^3.2.0",
|
|
160
161
|
"tinycolor2": "^1.6.0",
|
|
161
|
-
"tinymce": "^5",
|
|
162
|
+
"tinymce": "^5.9",
|
|
162
163
|
"uri-js": "^4.2.2",
|
|
163
164
|
"wcag-element-contrast": "^1.0.1"
|
|
164
165
|
},
|