@khanacademy/math-input 0.5.2 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @khanacademy/math-input
2
2
 
3
+ ## 0.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 96288b87: Export CursorContexts
8
+
3
9
  ## 0.5.2
4
10
 
5
11
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -7794,5 +7794,5 @@ class ProvidedKeypad extends React.Component {
7794
7794
 
7795
7795
  }
7796
7796
 
7797
- export { ProvidedKeypad as Keypad, MathInput as KeypadInput, KeypadTypes, keypadConfigurationPropType, keypadElementPropType };
7797
+ export { CursorContexts, ProvidedKeypad as Keypad, MathInput as KeypadInput, KeypadTypes, keypadConfigurationPropType, keypadElementPropType };
7798
7798
  //# sourceMappingURL=index.js.map
package/dist/index.js CHANGED
@@ -7760,6 +7760,7 @@ class ProvidedKeypad extends React__namespace.Component {
7760
7760
 
7761
7761
  }
7762
7762
 
7763
+ exports.CursorContexts = CursorContexts;
7763
7764
  exports.Keypad = ProvidedKeypad;
7764
7765
  exports.KeypadInput = MathInput;
7765
7766
  exports.KeypadTypes = KeypadTypes;