@khanacademy/math-input 14.2.1 → 14.2.2
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/CHANGELOG.md +9 -0
- package/dist/es/index.js +3 -2
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/aphrodite-css-transition-group/transition-child.tsx +2 -1
- package/tsconfig-build.tsbuildinfo +1 -1
package/dist/index.js
CHANGED
|
@@ -53,7 +53,7 @@ var Redux__namespace = /*#__PURE__*/_interopNamespace(Redux);
|
|
|
53
53
|
|
|
54
54
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
55
55
|
const libName = "@khanacademy/math-input";
|
|
56
|
-
const libVersion = "14.2.
|
|
56
|
+
const libVersion = "14.2.2";
|
|
57
57
|
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
58
58
|
|
|
59
59
|
function _defineProperty(obj, key, value) {
|
|
@@ -5596,7 +5596,8 @@ class TransitionChild extends React__namespace.Component {
|
|
|
5596
5596
|
}
|
|
5597
5597
|
queueClass(removeClassName, addClassName) {
|
|
5598
5598
|
this.classNameQueue.push([removeClassName, addClassName]);
|
|
5599
|
-
|
|
5599
|
+
// Queue operation for after the next paint.
|
|
5600
|
+
this.props.schedule.timeout(this.flushClassNameQueue, 0);
|
|
5600
5601
|
}
|
|
5601
5602
|
render() {
|
|
5602
5603
|
const {
|