@khanacademy/math-input 17.0.8 → 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 +3 -3
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import PropTypes from 'prop-types';
|
|
|
17
17
|
|
|
18
18
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
19
19
|
const libName = "@khanacademy/math-input";
|
|
20
|
-
const libVersion = "17.0
|
|
20
|
+
const libVersion = "17.1.0";
|
|
21
21
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
22
22
|
|
|
23
23
|
function _extends() {
|
|
@@ -394,9 +394,9 @@ const createBaseConfig = () => ({
|
|
|
394
394
|
// Most of these autoOperatorNames are simply the MathQuill defaults.
|
|
395
395
|
// We have to list them all in order to add the `sen` operator (see
|
|
396
396
|
// comment below).
|
|
397
|
-
autoOperatorNames: ["arccos", "arcsin", "arctan", "arg", "cos", "cosh", "cot", "coth", "csc", "deg", "det", "dim", "exp", "gcd", "hom", "inf", "ker", "lg", "lim", "liminf", "limsup", "ln", "log", "max", "min", "Pr", "projlim", "sec",
|
|
397
|
+
autoOperatorNames: ["arccos", "arcsin", "arctan", "arctg", "arg", "cos", "cosec", "cossec", "cosh", "cot", "cotg", "coth", "csc", "ctg", "deg", "det", "dim", "exp", "gcd", "hom", "inf", "ker", "lg", "lim", "liminf", "limsup", "ln", "log", "max", "min", "Pr", "projlim", "sec",
|
|
398
398
|
// sen is used instead of sin in e.g. Portuguese
|
|
399
|
-
"sen", "sin", "sinh", "sup", "tan", "tanh"].join(" "),
|
|
399
|
+
"sen", "sin", "sinh", "sup", "tan", "tanh", "tg"].join(" "),
|
|
400
400
|
// Pop the cursor out of super/subscripts on arithmetic operators
|
|
401
401
|
// or (in)equalities.
|
|
402
402
|
charsThatBreakOutOfSupSub: "+-*/=<>≠≤≥",
|