@khanacademy/math-input 17.4.1 → 17.5.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 -5
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/es/index.js
CHANGED
|
@@ -17,21 +17,19 @@ 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.
|
|
20
|
+
const libVersion = "17.5.0";
|
|
21
21
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
22
22
|
|
|
23
23
|
function _extends() {
|
|
24
24
|
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
25
25
|
for (var i = 1; i < arguments.length; i++) {
|
|
26
26
|
var source = arguments[i];
|
|
27
|
-
|
|
28
27
|
for (var key in source) {
|
|
29
28
|
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
30
29
|
target[key] = source[key];
|
|
31
30
|
}
|
|
32
31
|
}
|
|
33
32
|
}
|
|
34
|
-
|
|
35
33
|
return target;
|
|
36
34
|
};
|
|
37
35
|
return _extends.apply(this, arguments);
|
|
@@ -3199,7 +3197,7 @@ function ButtonAsset({
|
|
|
3199
3197
|
viewBox: "0 0 32 32",
|
|
3200
3198
|
fill: "none",
|
|
3201
3199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3202
|
-
"data-
|
|
3200
|
+
"data-testid": "comma-decimal"
|
|
3203
3201
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3204
3202
|
d: "M11.5559 25.3544C11.8679 24.661 12.1799 23.933 12.4919 23.1704C12.8039 22.425 13.0986 21.6884 13.3759 20.9604C13.6706 20.2324 13.9219 19.5737 14.1299 18.9844H16.6259L16.7299 19.2704C16.4526 19.877 16.1232 20.5357 15.7419 21.2464C15.3606 21.9397 14.9619 22.633 14.5459 23.3264C14.1299 24.037 13.7139 24.713 13.2979 25.3544H11.5559Z",
|
|
3205
3203
|
fill: "#21242C"
|
|
@@ -3212,7 +3210,7 @@ function ButtonAsset({
|
|
|
3212
3210
|
viewBox: "0 0 40 40",
|
|
3213
3211
|
fill: "none",
|
|
3214
3212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3215
|
-
"data-
|
|
3213
|
+
"data-testid": "period-decimal"
|
|
3216
3214
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3217
3215
|
d: "M18.3401 27.512c0-.232.04-.448.12-.648.088-.208.204-.388.348-.54.152-.152.328-.272.528-.36.208-.088.428-.132.66-.132.232 0 .448.044.648.132.208.088.388.208.54.36.152.152.272.332.36.54.088.2.132.416.132.648 0 .24-.044.46-.132.66-.088.2-.208.376-.36.528-.152.152-.332.268-.54.348-.2.088-.416.132-.648.132-.232 0-.452-.044-.66-.132-.2-.08-.376-.196-.528-.348-.144-.152-.26-.328-.348-.528-.08-.2-.12-.42-.12-.66z",
|
|
3218
3216
|
fill: "#21242C"
|