@khanacademy/math-input 22.0.7 → 22.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/types.d.ts CHANGED
@@ -23,6 +23,7 @@ export type KeypadConfiguration = {
23
23
  keypadType: KeypadType;
24
24
  extraKeys?: ReadonlyArray<Key>;
25
25
  times?: boolean;
26
+ scientific?: boolean;
26
27
  };
27
28
  export type KeyHandler = (key: Key) => Cursor;
28
29
  export type Cursor = {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Khan Academy's new expression editor for the mobile web.",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "22.0.7",
6
+ "version": "22.1.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },