@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/index.js
CHANGED
|
@@ -96,7 +96,7 @@ var arrowCounterClockwise__default = /*#__PURE__*/_interopDefaultLegacy(arrowCou
|
|
|
96
96
|
|
|
97
97
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
98
98
|
const libName = "@khanacademy/perseus-editor";
|
|
99
|
-
const libVersion = "17.0
|
|
99
|
+
const libVersion = "17.1.0";
|
|
100
100
|
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
101
101
|
|
|
102
102
|
function _extends() {
|
|
@@ -25218,7 +25218,7 @@ const {
|
|
|
25218
25218
|
|
|
25219
25219
|
// types for iterables
|
|
25220
25220
|
|
|
25221
|
-
const buttonSetsList = ["basic", "trig", "prealgebra", "logarithms", "basic relations", "advanced relations"];
|
|
25221
|
+
const buttonSetsList = ["basic", "trig", "prealgebra", "logarithms", "scientific", "basic relations", "advanced relations"];
|
|
25222
25222
|
const parseAnswerKey = _ref => {
|
|
25223
25223
|
let {
|
|
25224
25224
|
key
|