keyboard-ui-profiles 0.0.25 → 0.0.26

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.
@@ -1,3 +1,2 @@
1
- import "katex/dist/katex.min.css";
2
1
  declare const LatexRender: ({ math }: any) => import("react/jsx-runtime").JSX.Element;
3
2
  export default LatexRender;
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const jsx_runtime_1 = require("react/jsx-runtime");
7
- require("katex/dist/katex.min.css");
7
+ // import "katex/dist/katex.min.css";
8
8
  const react_latex_next_1 = __importDefault(require("react-latex-next"));
9
9
  const LatexRender = ({ math }) => {
10
10
  // console.log(math)
@@ -1 +1 @@
1
- {"version":3,"file":"LatexRender.js","sourceRoot":"","sources":["../../../../src/components/Molecules/LatexRender/LatexRender.tsx"],"names":[],"mappings":";;;;;;AAAA,oCAAkC;AAClC,wEAAqC;AAErC,MAAM,WAAW,GAAG,CAAC,EAAE,IAAI,EAAO,EAAE,EAAE;IACpC,oBAAoB;IACpB,OAAO,uBAAC,0BAAK,cAAE,IAAI,GAAS,CAAC;AAC/B,CAAC,CAAC;AAEF,kBAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"LatexRender.js","sourceRoot":"","sources":["../../../../src/components/Molecules/LatexRender/LatexRender.tsx"],"names":[],"mappings":";;;;;;AAAA,qCAAqC;AACrC,wEAAqC;AAErC,MAAM,WAAW,GAAG,CAAC,EAAE,IAAI,EAAO,EAAE,EAAE;IACpC,oBAAoB;IACpB,OAAO,uBAAC,0BAAK,cAAE,IAAI,GAAS,CAAC;AAC/B,CAAC,CAAC;AAEF,kBAAe,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyboard-ui-profiles",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",