@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 +6 -0
- package/dist/es/index.js +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/less/main.less +4 -4
- package/package.json +1 -1
- package/src/index.js +4 -0
package/CHANGELOG.md
CHANGED
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