@examplary/ui 1.23.0 → 1.24.0

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.
@@ -34,7 +34,6 @@ import { useEffect, useMemo, useState } from "react";
34
34
  import Document from "@tiptap/extension-document";
35
35
  import Highlight from "@tiptap/extension-highlight";
36
36
  import Link from "@tiptap/extension-link";
37
- import { migrateMathStrings } from "@tiptap/extension-mathematics";
38
37
  import Placeholder from "@tiptap/extension-placeholder";
39
38
  import { TableKit } from "@tiptap/extension-table";
40
39
  import Typography from "@tiptap/extension-typography";
@@ -110,10 +109,6 @@ export var MinimalRichTextField = function (_a) {
110
109
  html = isEmpty(html) ? "" : html;
111
110
  onBlur === null || onBlur === void 0 ? void 0 : onBlur(html);
112
111
  },
113
- onCreate: function (_a) {
114
- var currentEditor = _a.editor;
115
- migrateMathStrings(currentEditor);
116
- },
117
112
  autofocus: autoFocus,
118
113
  content: content,
119
114
  extensions: extensions,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@examplary/ui",
3
3
  "description": "UI components for the Examplary testing platform.",
4
4
  "packageManager": "yarn@4.5.3",
5
- "version": "1.23.0",
5
+ "version": "1.24.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "files": [