@remirror/core
Advanced tools
Comparing version 0.0.0-pr1367.1 to 0.0.0-pr1392.1
@@ -9,2 +9,14 @@ import { EditorState, Plugin, Transaction } from '@remirror/pm/state'; | ||
export declare function createUploadPlaceholderPlugin(): Plugin<UploadPlaceholderPluginData>; | ||
/** | ||
* Try to find the positon of the placeholder in the document based on the | ||
* upload placeholder id | ||
* | ||
* @remark | ||
* | ||
* This function will first try to find the position based on the decoration set. | ||
* However, in some cases (e.g. `ReplaceStep`) the decoration will not be | ||
* available. In that case, it will then try to find every node in the document | ||
* recursively, which is much slower than the decoration set way in a large | ||
* document. | ||
*/ | ||
export declare function findUploadPlaceholderPos(state: EditorState, id: string): number | undefined; | ||
@@ -11,0 +23,0 @@ export declare function findUploadPlaceholderPayload(state: EditorState, id: string): any | undefined; |
{ | ||
"name": "@remirror/core", | ||
"version": "0.0.0-pr1367.1", | ||
"version": "0.0.0-pr1392.1", | ||
"description": "Where your quest to create a world class editing experience begins.", | ||
@@ -41,9 +41,9 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core", | ||
"@linaria/core": "3.0.0-beta.13", | ||
"@remirror/core-constants": "0.0.0-pr1367.1", | ||
"@remirror/core-helpers": "0.0.0-pr1367.1", | ||
"@remirror/core-types": "0.0.0-pr1367.1", | ||
"@remirror/core-utils": "0.0.0-pr1367.1", | ||
"@remirror/i18n": "0.0.0-pr1367.1", | ||
"@remirror/icons": "0.0.0-pr1367.1", | ||
"@remirror/messages": "0.0.0-pr1367.1", | ||
"@remirror/core-constants": "0.0.0-pr1392.1", | ||
"@remirror/core-helpers": "0.0.0-pr1392.1", | ||
"@remirror/core-types": "0.0.0-pr1392.1", | ||
"@remirror/core-utils": "0.0.0-pr1392.1", | ||
"@remirror/i18n": "0.0.0-pr1392.1", | ||
"@remirror/icons": "0.0.0-pr1392.1", | ||
"@remirror/messages": "0.0.0-pr1392.1", | ||
"nanoevents": "^5.1.13", | ||
@@ -53,6 +53,6 @@ "tiny-warning": "^1.0.3" | ||
"devDependencies": { | ||
"@remirror/pm": "0.0.0-pr1367.1" | ||
"@remirror/pm": "0.0.0-pr1392.1" | ||
}, | ||
"peerDependencies": { | ||
"@remirror/pm": "0.0.0-pr1367.1" | ||
"@remirror/pm": "0.0.0-pr1392.1" | ||
}, | ||
@@ -59,0 +59,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1656298
43714
+ Added@remirror/core-constants@0.0.0-pr1392.1(transitive)
+ Added@remirror/core-helpers@0.0.0-pr1392.1(transitive)
+ Added@remirror/core-types@0.0.0-pr1392.1(transitive)
+ Added@remirror/core-utils@0.0.0-pr1392.1(transitive)
+ Added@remirror/i18n@0.0.0-pr1392.1(transitive)
+ Added@remirror/icons@0.0.0-pr1392.1(transitive)
+ Added@remirror/messages@0.0.0-pr1392.1(transitive)
+ Added@remirror/pm@0.0.0-pr1392.1(transitive)
+ Added@remirror/types@0.0.0-pr1392.1(transitive)
+ Addedprosemirror-paste-rules@0.0.0-pr1392.1(transitive)
+ Addedprosemirror-suggest@0.0.0-pr1392.1(transitive)
+ Addedprosemirror-trailing-node@0.0.0-pr1392.1(transitive)
- Removed@remirror/core-constants@0.0.0-pr1367.1(transitive)
- Removed@remirror/core-helpers@0.0.0-pr1367.1(transitive)
- Removed@remirror/core-types@0.0.0-pr1367.1(transitive)
- Removed@remirror/core-utils@0.0.0-pr1367.1(transitive)
- Removed@remirror/i18n@0.0.0-pr1367.1(transitive)
- Removed@remirror/icons@0.0.0-pr1367.1(transitive)
- Removed@remirror/messages@0.0.0-pr1367.1(transitive)
- Removed@remirror/pm@0.0.0-pr1367.1(transitive)
- Removed@remirror/types@0.0.0-pr1367.1(transitive)
- Removedprosemirror-paste-rules@0.0.0-pr1367.1(transitive)
- Removedprosemirror-suggest@0.0.0-pr1367.1(transitive)
- Removedprosemirror-trailing-node@0.0.0-pr1367.1(transitive)