@blocknote/core 0.6.1 → 0.6.2

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://github.com/TypeCellOS/BlockNote",
4
4
  "private": false,
5
5
  "license": "MPL-2.0",
6
- "version": "0.6.1",
6
+ "version": "0.6.2",
7
7
  "files": [
8
8
  "dist",
9
9
  "types",
@@ -109,5 +109,5 @@
109
109
  "access": "public",
110
110
  "registry": "https://registry.npmjs.org/"
111
111
  },
112
- "gitHead": "018be0fdd45fa93b16cdb513720eb7c700cc022b"
112
+ "gitHead": "51407afbd8f4976d6ff986b9edb5e242786c1c58"
113
113
  }
@@ -41,7 +41,8 @@ export type BlockNoteEditorOptions = {
41
41
  enableBlockNoteExtensions: boolean;
42
42
  disableHistoryExtension: boolean;
43
43
  /**
44
- * Factories used to create a custom UI for BlockNote
44
+ * UI element factories for creating a custom UI, including custom positioning
45
+ * & rendering.
45
46
  */
46
47
  uiFactories: UiFactories;
47
48
  /**
@@ -9,7 +9,8 @@ export type BlockNoteEditorOptions = {
9
9
  enableBlockNoteExtensions: boolean;
10
10
  disableHistoryExtension: boolean;
11
11
  /**
12
- * Factories used to create a custom UI for BlockNote
12
+ * UI element factories for creating a custom UI, including custom positioning
13
+ * & rendering.
13
14
  */
14
15
  uiFactories: UiFactories;
15
16
  /**