@khanacademy/perseus-editor 17.0.12 → 17.1.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/dist/es/index.js +2 -2
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/es/index.js
CHANGED
|
@@ -45,7 +45,7 @@ import arrowCounterClockwise from '@phosphor-icons/core/bold/arrow-counter-clock
|
|
|
45
45
|
|
|
46
46
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
47
47
|
const libName = "@khanacademy/perseus-editor";
|
|
48
|
-
const libVersion = "17.0
|
|
48
|
+
const libVersion = "17.1.0";
|
|
49
49
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
50
50
|
|
|
51
51
|
function _extends() {
|
|
@@ -25197,7 +25197,7 @@ const {
|
|
|
25197
25197
|
|
|
25198
25198
|
// types for iterables
|
|
25199
25199
|
|
|
25200
|
-
const buttonSetsList = ["basic", "trig", "prealgebra", "logarithms", "basic relations", "advanced relations"];
|
|
25200
|
+
const buttonSetsList = ["basic", "trig", "prealgebra", "logarithms", "scientific", "basic relations", "advanced relations"];
|
|
25201
25201
|
const parseAnswerKey = ({
|
|
25202
25202
|
key
|
|
25203
25203
|
}) => {
|