@khanacademy/math-input 26.3.10 → 26.3.12

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.
@@ -4,10 +4,6 @@
4
4
  * for the `BEFORE_FRACTION` context), and then at its direct parent. Though a
5
5
  * cursor could in theory be nested in multiple contexts, we only care about the
6
6
  * immediate context.
7
- *
8
- * TODO(charlie): Add a context to represent being inside of a radical. Right
9
- * now, we show the dismiss button rather than allowing the user to jump out of
10
- * the radical.
11
7
  */
12
8
  export declare enum CursorContext {
13
9
  NONE = "NONE",
@@ -4,8 +4,5 @@
4
4
  * strong assumption that the keypad will be anchored to the bottom of the page
5
5
  * in calculating its height, as this method may be called before the keypad has
6
6
  * animated into view.
7
- *
8
- * TODO(charlie): Move this scroll logic out of our components and into a higher
9
- * level in the component tree--perhaps even into khan/frontend, beyond Perseus.
10
7
  */
11
8
  export declare const scrollIntoView: (containerNode: any, keypadNode: any) => void;
package/dist/es/index.js CHANGED
@@ -17,7 +17,7 @@ import { TransitionGroup } from 'react-transition-group';
17
17
  import { withActionScheduler } from '@khanacademy/wonder-blocks-timing';
18
18
  import PropTypes from 'prop-types';
19
19
 
20
- const libName="@khanacademy/math-input";const libVersion="26.3.10";addLibraryVersionToPerseusDebug(libName,libVersion);
20
+ const libName="@khanacademy/math-input";const libVersion="26.3.12";addLibraryVersionToPerseusDebug(libName,libVersion);
21
21
 
22
22
  function getDefaultExportFromCjs (x) {
23
23
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;