@supernova-studio/client 0.0.13 → 0.0.14
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/docs-editor/mock.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1463,7 +1463,7 @@ declare function blockToProsemirrorNode(block: PageBlockEditorModel, definition:
|
|
|
1463
1463
|
declare function serializeAsRichTextBlock(input: Input): ProsemirrorNode;
|
|
1464
1464
|
declare function serializeAsCustomBlock(block: PageBlockEditorModel, definition: PageBlockDefinition): ProsemirrorNode;
|
|
1465
1465
|
|
|
1466
|
-
declare function getMockPageBlockDefinitions():
|
|
1466
|
+
declare function getMockPageBlockDefinitions(): PageBlockDefinition[];
|
|
1467
1467
|
|
|
1468
1468
|
declare function yXmlFragmetToPage(fragment: Y.XmlFragment, definitions: PageBlockDefinition[]): DocumentationPageEditorModel;
|
|
1469
1469
|
declare function prosemirrorDocToPage(prosemirrorDoc: ProsemirrorNode, definitions: PageBlockDefinition[]): DocumentationPageEditorModel;
|
package/dist/index.d.ts
CHANGED
|
@@ -1463,7 +1463,7 @@ declare function blockToProsemirrorNode(block: PageBlockEditorModel, definition:
|
|
|
1463
1463
|
declare function serializeAsRichTextBlock(input: Input): ProsemirrorNode;
|
|
1464
1464
|
declare function serializeAsCustomBlock(block: PageBlockEditorModel, definition: PageBlockDefinition): ProsemirrorNode;
|
|
1465
1465
|
|
|
1466
|
-
declare function getMockPageBlockDefinitions():
|
|
1466
|
+
declare function getMockPageBlockDefinitions(): PageBlockDefinition[];
|
|
1467
1467
|
|
|
1468
1468
|
declare function yXmlFragmetToPage(fragment: Y.XmlFragment, definitions: PageBlockDefinition[]): DocumentationPageEditorModel;
|
|
1469
1469
|
declare function prosemirrorDocToPage(prosemirrorDoc: ProsemirrorNode, definitions: PageBlockDefinition[]): DocumentationPageEditorModel;
|
package/dist/index.js
CHANGED