@khanacademy/perseus-editor 14.10.0 → 14.10.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/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/index.js
CHANGED
|
@@ -98,7 +98,7 @@ var arrowCounterClockwise__default = /*#__PURE__*/_interopDefaultLegacy(arrowCou
|
|
|
98
98
|
|
|
99
99
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
100
100
|
const libName = "@khanacademy/perseus-editor";
|
|
101
|
-
const libVersion = "14.10.
|
|
101
|
+
const libVersion = "14.10.1";
|
|
102
102
|
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
103
103
|
|
|
104
104
|
function _extends() {
|
|
@@ -25421,14 +25421,14 @@ class MultiRendererEditor extends React__namespace.Component {
|
|
|
25421
25421
|
item: item,
|
|
25422
25422
|
shape: itemShape,
|
|
25423
25423
|
apiOptions: apiOptions
|
|
25424
|
-
//
|
|
25425
|
-
//
|
|
25426
|
-
// want to gather analytics events from within the editor.
|
|
25424
|
+
// MultiRenderer is on its way out,
|
|
25425
|
+
// so I think it's save to use these dummy deps
|
|
25427
25426
|
,
|
|
25428
25427
|
dependencies: {
|
|
25429
25428
|
analytics: {
|
|
25430
25429
|
onAnalyticsEvent: async () => {}
|
|
25431
|
-
}
|
|
25430
|
+
},
|
|
25431
|
+
useVideo: () => {}
|
|
25432
25432
|
}
|
|
25433
25433
|
}, _ref4 => {
|
|
25434
25434
|
let {
|