@remirror/react-ssr
Advanced tools
Comparing version 0.4.2-ci.8 to 0.4.2-ci.1564567834.5
@@ -1,4 +0,3 @@ | ||
import { EditorStateParams, ManagerParams, PlainObject } from '@remirror/core'; | ||
import { FC } from 'react'; | ||
export interface RemirrorSSRProps extends EditorStateParams, ManagerParams { | ||
import { AnyExtension, EditorStateParams, ManagerParams, PlainObject } from '@remirror/core'; | ||
export interface RemirrorSSRProps<GExtensions extends AnyExtension[] = AnyExtension[]> extends EditorStateParams, ManagerParams<GExtensions> { | ||
/** | ||
@@ -16,3 +15,3 @@ * The attributes to pass into the root div element. | ||
*/ | ||
export declare const RemirrorSSR: FC<RemirrorSSRProps>; | ||
export declare const RemirrorSSR: <GExtensions extends import("@remirror/core").Extension<any, any>[] = import("@remirror/core").Extension<any, any>[]>({ attributes, manager, state, editable, }: RemirrorSSRProps<GExtensions>) => JSX.Element; | ||
//# sourceMappingURL=remirror-ssr.d.ts.map |
@@ -59,6 +59,6 @@ import { EditorSchema, EditorState, Transaction } from '@remirror/core'; | ||
*/ | ||
export declare const createEditorView: (place: Node | { | ||
export declare const createEditorView: <GSchema extends import("prosemirror-model").Schema<string, string> = import("prosemirror-model").Schema<string, string>>(place: Node | { | ||
mount: Node; | ||
} | ((p: Node) => void) | undefined, props: DEP<import("prosemirror-model").Schema<string, string>>, forceEnvironment?: "ssr" | "dom" | undefined) => EditorView<any>; | ||
} | ((p: Node) => void) | undefined, props: DEP<import("prosemirror-model").Schema<string, string>>, forceEnvironment?: "ssr" | "dom" | undefined) => EditorView<GSchema>; | ||
export {}; | ||
//# sourceMappingURL=view-ssr.d.ts.map |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.4.2-ci.8+d5a5936b", | ||
"version": "0.4.2-ci.1564567834.5+b9897ce", | ||
"main": "lib/index.js", | ||
@@ -37,4 +37,4 @@ "module": "lib/dist/react-ssr.esm.js", | ||
"@emotion/core": "^10.0.14", | ||
"@remirror/core": "^0.4.2-canary.0", | ||
"@remirror/renderer-react": "^0.4.2-ci.8+d5a5936b", | ||
"@remirror/core": "^0.4.2-ci.1564567834.5+b9897ce", | ||
"@remirror/renderer-react": "^0.4.2-ci.1564567834.5+b9897ce", | ||
"@types/min-document": "^2.19.0", | ||
@@ -44,3 +44,3 @@ "@types/prosemirror-view": "1.9.0", | ||
"prosemirror-state": "^1.2.3", | ||
"prosemirror-view": "^1.9.12" | ||
"prosemirror-view": "^1.9.13" | ||
}, | ||
@@ -58,3 +58,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "d5a5936bf28d46bb2d144108aef29e029f553f4a" | ||
"gitHead": "b9897ce1f2a1100a37978bde453f7bba645e8139" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
47648
26
713