@liveblocks/react-blocknote
Advanced tools
+2
-138
@@ -31,71 +31,3 @@ import * as _tiptap_core from '@tiptap/core'; | ||
| */ | ||
| declare const withLiveblocksEditorOptions: <B extends BlockSchema = _blocknote_core._DefaultBlockSchema, I extends InlineContentSchema = _blocknote_core.InlineContentSchemaFromSpecs<{ | ||
| text: { | ||
| config: "text"; | ||
| implementation: any; | ||
| }; | ||
| link: { | ||
| config: "link"; | ||
| implementation: any; | ||
| }; | ||
| }>, S extends StyleSchema = _blocknote_core.StyleSchemaFromSpecs<{ | ||
| bold: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| italic: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| underline: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| strike: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| code: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| textColor: _blocknote_core.StyleSpec<{ | ||
| readonly type: "textColor"; | ||
| readonly propSchema: "string"; | ||
| }>; | ||
| backgroundColor: _blocknote_core.StyleSpec<{ | ||
| readonly type: "backgroundColor"; | ||
| readonly propSchema: "string"; | ||
| }>; | ||
| }>>(liveblocksExtension: Extension<any, any>, blocknoteOptions?: Partial<BlockNoteEditorOptions<B, I, S>>, liveblocksOptions?: Partial<{ | ||
| declare const withLiveblocksEditorOptions: <B extends BlockSchema = DefaultBlockSchema, I extends InlineContentSchema = DefaultInlineContentSchema, S extends StyleSchema = DefaultStyleSchema>(liveblocksExtension: Extension<any, any>, blocknoteOptions?: Partial<BlockNoteEditorOptions<B, I, S>>, liveblocksOptions?: Partial<{ | ||
| mentions: boolean; | ||
@@ -116,3 +48,3 @@ }>) => Partial<BlockNoteEditorOptions<B, I, S>>; | ||
| */ | ||
| declare const useCreateBlockNoteWithLiveblocks: <B extends BlockSchema = _blocknote_core._DefaultBlockSchema, I extends InlineContentSchema = _blocknote_core.InlineContentSchemaFromSpecs<{ | ||
| declare const useCreateBlockNoteWithLiveblocks: <B extends BlockSchema = DefaultBlockSchema, I extends InlineContentSchema = DefaultInlineContentSchema, S extends StyleSchema = DefaultStyleSchema>(blocknoteOptions?: Partial<BlockNoteEditorOptions<B, I, S>>, liveblocksOptions?: LiveblocksExtensionOptions, deps?: DependencyList) => _blocknote_core.BlockNoteEditor<_blocknote_core._DefaultBlockSchema, _blocknote_core.InlineContentSchemaFromSpecs<{ | ||
| text: { | ||
@@ -126,70 +58,2 @@ config: "text"; | ||
| }; | ||
| }>, S extends StyleSchema = _blocknote_core.StyleSchemaFromSpecs<{ | ||
| bold: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| italic: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| underline: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| strike: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| code: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| textColor: _blocknote_core.StyleSpec<{ | ||
| readonly type: "textColor"; | ||
| readonly propSchema: "string"; | ||
| }>; | ||
| backgroundColor: _blocknote_core.StyleSpec<{ | ||
| readonly type: "backgroundColor"; | ||
| readonly propSchema: "string"; | ||
| }>; | ||
| }>>(blocknoteOptions?: Partial<BlockNoteEditorOptions<B, I, S>>, liveblocksOptions?: LiveblocksExtensionOptions, deps?: DependencyList) => _blocknote_core.BlockNoteEditor<_blocknote_core._DefaultBlockSchema, _blocknote_core.InlineContentSchemaFromSpecs<{ | ||
| text: { | ||
| config: "text"; | ||
| implementation: any; | ||
| }; | ||
| link: { | ||
| config: "link"; | ||
| implementation: any; | ||
| }; | ||
| }>, _blocknote_core.StyleSchemaFromSpecs<{ | ||
@@ -196,0 +60,0 @@ bold: { |
+2
-138
@@ -31,71 +31,3 @@ import * as _tiptap_core from '@tiptap/core'; | ||
| */ | ||
| declare const withLiveblocksEditorOptions: <B extends BlockSchema = _blocknote_core._DefaultBlockSchema, I extends InlineContentSchema = _blocknote_core.InlineContentSchemaFromSpecs<{ | ||
| text: { | ||
| config: "text"; | ||
| implementation: any; | ||
| }; | ||
| link: { | ||
| config: "link"; | ||
| implementation: any; | ||
| }; | ||
| }>, S extends StyleSchema = _blocknote_core.StyleSchemaFromSpecs<{ | ||
| bold: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| italic: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| underline: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| strike: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| code: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| textColor: _blocknote_core.StyleSpec<{ | ||
| readonly type: "textColor"; | ||
| readonly propSchema: "string"; | ||
| }>; | ||
| backgroundColor: _blocknote_core.StyleSpec<{ | ||
| readonly type: "backgroundColor"; | ||
| readonly propSchema: "string"; | ||
| }>; | ||
| }>>(liveblocksExtension: Extension<any, any>, blocknoteOptions?: Partial<BlockNoteEditorOptions<B, I, S>>, liveblocksOptions?: Partial<{ | ||
| declare const withLiveblocksEditorOptions: <B extends BlockSchema = DefaultBlockSchema, I extends InlineContentSchema = DefaultInlineContentSchema, S extends StyleSchema = DefaultStyleSchema>(liveblocksExtension: Extension<any, any>, blocknoteOptions?: Partial<BlockNoteEditorOptions<B, I, S>>, liveblocksOptions?: Partial<{ | ||
| mentions: boolean; | ||
@@ -116,3 +48,3 @@ }>) => Partial<BlockNoteEditorOptions<B, I, S>>; | ||
| */ | ||
| declare const useCreateBlockNoteWithLiveblocks: <B extends BlockSchema = _blocknote_core._DefaultBlockSchema, I extends InlineContentSchema = _blocknote_core.InlineContentSchemaFromSpecs<{ | ||
| declare const useCreateBlockNoteWithLiveblocks: <B extends BlockSchema = DefaultBlockSchema, I extends InlineContentSchema = DefaultInlineContentSchema, S extends StyleSchema = DefaultStyleSchema>(blocknoteOptions?: Partial<BlockNoteEditorOptions<B, I, S>>, liveblocksOptions?: LiveblocksExtensionOptions, deps?: DependencyList) => _blocknote_core.BlockNoteEditor<_blocknote_core._DefaultBlockSchema, _blocknote_core.InlineContentSchemaFromSpecs<{ | ||
| text: { | ||
@@ -126,70 +58,2 @@ config: "text"; | ||
| }; | ||
| }>, S extends StyleSchema = _blocknote_core.StyleSchemaFromSpecs<{ | ||
| bold: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| italic: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| underline: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| strike: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| code: { | ||
| config: { | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }; | ||
| implementation: _blocknote_core.StyleImplementation<{ | ||
| type: string; | ||
| propSchema: "boolean"; | ||
| }>; | ||
| }; | ||
| textColor: _blocknote_core.StyleSpec<{ | ||
| readonly type: "textColor"; | ||
| readonly propSchema: "string"; | ||
| }>; | ||
| backgroundColor: _blocknote_core.StyleSpec<{ | ||
| readonly type: "backgroundColor"; | ||
| readonly propSchema: "string"; | ||
| }>; | ||
| }>>(blocknoteOptions?: Partial<BlockNoteEditorOptions<B, I, S>>, liveblocksOptions?: LiveblocksExtensionOptions, deps?: DependencyList) => _blocknote_core.BlockNoteEditor<_blocknote_core._DefaultBlockSchema, _blocknote_core.InlineContentSchemaFromSpecs<{ | ||
| text: { | ||
| config: "text"; | ||
| implementation: any; | ||
| }; | ||
| link: { | ||
| config: "link"; | ||
| implementation: any; | ||
| }; | ||
| }>, _blocknote_core.StyleSchemaFromSpecs<{ | ||
@@ -196,0 +60,0 @@ bold: { |
+1
-1
| 'use strict'; | ||
| const PKG_NAME = "@liveblocks/react-blocknote"; | ||
| const PKG_VERSION = typeof "3.14.0-types2" === "string" && "3.14.0-types2"; | ||
| const PKG_VERSION = typeof "3.14.0" === "string" && "3.14.0"; | ||
| const PKG_FORMAT = typeof "cjs" === "string" && "cjs"; | ||
@@ -6,0 +6,0 @@ |
+1
-1
| const PKG_NAME = "@liveblocks/react-blocknote"; | ||
| const PKG_VERSION = typeof "3.14.0-types2" === "string" && "3.14.0-types2"; | ||
| const PKG_VERSION = typeof "3.14.0" === "string" && "3.14.0"; | ||
| const PKG_FORMAT = typeof "esm" === "string" && "esm"; | ||
@@ -4,0 +4,0 @@ |
+10
-9
| { | ||
| "name": "@liveblocks/react-blocknote", | ||
| "version": "3.14.0-types2", | ||
| "version": "3.14.0", | ||
| "description": "An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.", | ||
@@ -42,12 +42,13 @@ "license": "Apache-2.0", | ||
| "test": "NODE_OPTIONS=\"--no-deprecation\" vitest run", | ||
| "test:ci": "NODE_OPTIONS=\"--no-deprecation\" vitest run", | ||
| "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest" | ||
| }, | ||
| "dependencies": { | ||
| "@liveblocks/client": "3.14.0-types2", | ||
| "@liveblocks/core": "3.14.0-types2", | ||
| "@liveblocks/react": "3.14.0-types2", | ||
| "@liveblocks/react-tiptap": "3.14.0-types2", | ||
| "@liveblocks/react-ui": "3.14.0-types2", | ||
| "@liveblocks/yjs": "3.14.0-types2", | ||
| "@tiptap/core": "^3.4.2", | ||
| "@liveblocks/client": "3.14.0", | ||
| "@liveblocks/core": "3.14.0", | ||
| "@liveblocks/react": "3.14.0", | ||
| "@liveblocks/react-tiptap": "3.14.0", | ||
| "@liveblocks/react-ui": "3.14.0", | ||
| "@liveblocks/yjs": "3.14.0", | ||
| "@tiptap/core": "^3.19.0", | ||
| "vitest-tsconfig-paths": "^3.4.1" | ||
@@ -58,3 +59,3 @@ }, | ||
| "@blocknote/react": "0.39.1 - 1.0.0", | ||
| "@tiptap/core": "^3.4.2", | ||
| "@tiptap/core": "^3.19.0", | ||
| "@types/react": "*", | ||
@@ -61,0 +62,0 @@ "@types/react-dom": "*", |
+1
-1
@@ -67,2 +67,2 @@ <p align="center"> | ||
| See [LICENSE](../../LICENSE) for more information. | ||
| See [LICENSE](../../licenses/LICENSE-APACHE-2.0) for more information. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
-100%96261
-6.59%555
-19.45%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated