@wangeditor-next/plugin-formula 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,4 +12,5 @@ import { IDomEditor } from '../editor/interface';
12
12
  * @returns slate text
13
13
  */
14
14
  declare function parseTextElemHtml($text: Dom7Array, editor: IDomEditor): Text;
15
+ export declare function parseTextElemHtmlToStyle($text: Dom7Array, editor: IDomEditor): Text;
15
16
  export default parseTextElemHtml;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wangeditor-next/plugin-formula",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "wangEditor next formula 公式",
5
5
  "author": "cycleccc <2991205548@qq.com>",
6
6
  "type": "module",
@@ -41,12 +41,12 @@
41
41
  "url": "https://github.com/cycleccc/wangEditor/issues"
42
42
  },
43
43
  "devDependencies": {
44
- "katex": "^0.15.2",
44
+ "katex": "^0.16.0",
45
45
  "rollup-plugin-string": "^3.0.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@wangeditor-next/editor": "5.6.10",
49
- "katex": "^0.15.2",
48
+ "@wangeditor-next/editor": "5.6.11",
49
+ "katex": "^0.16.0",
50
50
  "snabbdom": "^3.1.0"
51
51
  },
52
52
  "dependencies": {