@khanacademy/perseus-editor 14.10.0 → 14.10.2
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/dist/es/index.js +5 -5
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/es/index.js
CHANGED
|
@@ -46,7 +46,7 @@ import arrowCounterClockwise from '@phosphor-icons/core/bold/arrow-counter-clock
|
|
|
46
46
|
|
|
47
47
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
48
48
|
const libName = "@khanacademy/perseus-editor";
|
|
49
|
-
const libVersion = "14.10.
|
|
49
|
+
const libVersion = "14.10.2";
|
|
50
50
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
51
51
|
|
|
52
52
|
function _extends() {
|
|
@@ -25423,14 +25423,14 @@ class MultiRendererEditor extends React.Component {
|
|
|
25423
25423
|
item: item,
|
|
25424
25424
|
shape: itemShape,
|
|
25425
25425
|
apiOptions: apiOptions
|
|
25426
|
-
//
|
|
25427
|
-
//
|
|
25428
|
-
// want to gather analytics events from within the editor.
|
|
25426
|
+
// MultiRenderer is on its way out,
|
|
25427
|
+
// so I think it's save to use these dummy deps
|
|
25429
25428
|
,
|
|
25430
25429
|
dependencies: {
|
|
25431
25430
|
analytics: {
|
|
25432
25431
|
onAnalyticsEvent: async function () {}
|
|
25433
|
-
}
|
|
25432
|
+
},
|
|
25433
|
+
useVideo: () => {}
|
|
25434
25434
|
}
|
|
25435
25435
|
}, ({
|
|
25436
25436
|
renderers
|