@khanacademy/math-input 26.0.1 → 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.
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * A single entry-point for all of the external-facing functionality.
3
3
  */
4
- import "../less/main.less";
4
+ import "../styles/main.css";
5
5
  export { libVersion } from "./version";
6
6
  export { default as KeypadInput } from "./components/input/math-input";
7
7
  export { createMathField, mathQuillInstance, } from "./components/input/mathquill-instance";
package/dist/index.js CHANGED
@@ -42,7 +42,7 @@ var ReactDOM__default = /*#__PURE__*/_interopDefaultCompat(ReactDOM);
42
42
  var Clickable__default = /*#__PURE__*/_interopDefaultCompat(Clickable);
43
43
  var PropTypes__default = /*#__PURE__*/_interopDefaultCompat(PropTypes);
44
44
 
45
- const libName="@khanacademy/math-input";const libVersion="26.0.1";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
45
+ const libName="@khanacademy/math-input";const libVersion="26.0.3";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
46
46
 
47
47
  function getDefaultExportFromCjs (x) {
48
48
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;