@khanacademy/math-input 26.0.2 → 26.0.3

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.
@@ -6,6 +6,6 @@
6
6
  * animated into view.
7
7
  *
8
8
  * TODO(charlie): Move this scroll logic out of our components and into a higher
9
- * level in the component tree--perhaps even into webapp, beyond Perseus.
9
+ * level in the component tree--perhaps even into khan/frontend, beyond Perseus.
10
10
  */
11
11
  export declare const scrollIntoView: (containerNode: any, keypadNode: any) => void;
package/dist/es/index.js CHANGED
@@ -14,7 +14,7 @@ import { TransitionGroup } from 'react-transition-group';
14
14
  import { withActionScheduler } from '@khanacademy/wonder-blocks-timing';
15
15
  import PropTypes from 'prop-types';
16
16
 
17
- const libName="@khanacademy/math-input";const libVersion="26.0.2";addLibraryVersionToPerseusDebug(libName,libVersion);
17
+ const libName="@khanacademy/math-input";const libVersion="26.0.3";addLibraryVersionToPerseusDebug(libName,libVersion);
18
18
 
19
19
  function getDefaultExportFromCjs (x) {
20
20
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;