@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/index.js
CHANGED
|
@@ -47,7 +47,7 @@ var PropTypes__default = /*#__PURE__*/_interopDefaultLegacy(PropTypes);
|
|
|
47
47
|
|
|
48
48
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
49
49
|
const libName = "@khanacademy/math-input";
|
|
50
|
-
const libVersion = "17.0
|
|
50
|
+
const libVersion = "17.1.0";
|
|
51
51
|
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
52
52
|
|
|
53
53
|
function _extends() {
|
|
@@ -424,9 +424,9 @@ const createBaseConfig = () => ({
|
|
|
424
424
|
// Most of these autoOperatorNames are simply the MathQuill defaults.
|
|
425
425
|
// We have to list them all in order to add the `sen` operator (see
|
|
426
426
|
// comment below).
|
|
427
|
-
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",
|
|
427
|
+
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",
|
|
428
428
|
// sen is used instead of sin in e.g. Portuguese
|
|
429
|
-
"sen", "sin", "sinh", "sup", "tan", "tanh"].join(" "),
|
|
429
|
+
"sen", "sin", "sinh", "sup", "tan", "tanh", "tg"].join(" "),
|
|
430
430
|
// Pop the cursor out of super/subscripts on arithmetic operators
|
|
431
431
|
// or (in)equalities.
|
|
432
432
|
charsThatBreakOutOfSupSub: "+-*/=<>≠≤≥",
|