@remirror/extension-positioner
Advanced tools
Comparing version 0.0.0-pr877.2 to 0.0.0-pr877.3
@@ -5,6 +5,5 @@ import { Coords, FindProsemirrorNodeResult, GetMarkRange, MarkType } from '@remirror/core'; | ||
/** | ||
* Creates a positioner for the current block node. it spans the full width and | ||
* height of the block node. | ||
* Creates a positioner for the current block node. | ||
* | ||
* It spans the width and height of the block. | ||
* It spans the full width and height of the block. | ||
*/ | ||
@@ -11,0 +10,0 @@ export declare const blockNodePositioner: any; |
@@ -389,6 +389,5 @@ 'use strict'; | ||
/** | ||
* Creates a positioner for the current block node. it spans the full width and | ||
* height of the block node. | ||
* Creates a positioner for the current block node. | ||
* | ||
* It spans the width and height of the block. | ||
* It spans the full width and height of the block. | ||
*/ | ||
@@ -395,0 +394,0 @@ |
@@ -386,6 +386,5 @@ import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray'; | ||
/** | ||
* Creates a positioner for the current block node. it spans the full width and | ||
* height of the block node. | ||
* Creates a positioner for the current block node. | ||
* | ||
* It spans the width and height of the block. | ||
* It spans the full width and height of the block. | ||
*/ | ||
@@ -392,0 +391,0 @@ |
@@ -389,6 +389,5 @@ 'use strict'; | ||
/** | ||
* Creates a positioner for the current block node. it spans the full width and | ||
* height of the block node. | ||
* Creates a positioner for the current block node. | ||
* | ||
* It spans the width and height of the block. | ||
* It spans the full width and height of the block. | ||
*/ | ||
@@ -395,0 +394,0 @@ |
@@ -389,6 +389,5 @@ 'use strict'; | ||
/** | ||
* Creates a positioner for the current block node. it spans the full width and | ||
* height of the block node. | ||
* Creates a positioner for the current block node. | ||
* | ||
* It spans the width and height of the block. | ||
* It spans the full width and height of the block. | ||
*/ | ||
@@ -395,0 +394,0 @@ |
@@ -386,6 +386,5 @@ import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray'; | ||
/** | ||
* Creates a positioner for the current block node. it spans the full width and | ||
* height of the block node. | ||
* Creates a positioner for the current block node. | ||
* | ||
* It spans the width and height of the block. | ||
* It spans the full width and height of the block. | ||
*/ | ||
@@ -392,0 +391,0 @@ |
{ | ||
"name": "@remirror/extension-positioner", | ||
"version": "0.0.0-pr877.2", | ||
"version": "0.0.0-pr877.3", | ||
"description": "Reposition your elements with every state update.", | ||
@@ -41,6 +41,6 @@ "keywords": [ | ||
"@babel/runtime": "^7.13.7", | ||
"@remirror/core": "0.0.0-pr877.2", | ||
"@remirror/extension-events": "0.0.0-pr877.2", | ||
"@remirror/messages": "0.0.0-pr877.2", | ||
"@remirror/theme": "0.0.0-pr877.2", | ||
"@remirror/core": "0.0.0-pr877.3", | ||
"@remirror/extension-events": "0.0.0-pr877.3", | ||
"@remirror/messages": "0.0.0-pr877.3", | ||
"@remirror/theme": "0.0.0-pr877.3", | ||
"nanoevents": "^5.1.10", | ||
@@ -50,6 +50,6 @@ "type-fest": "^0.21.2" | ||
"devDependencies": { | ||
"@remirror/pm": "0.0.0-pr877.2" | ||
"@remirror/pm": "0.0.0-pr877.3" | ||
}, | ||
"peerDependencies": { | ||
"@remirror/pm": "0.0.0-pr877.2" | ||
"@remirror/pm": "0.0.0-pr877.3" | ||
}, | ||
@@ -56,0 +56,0 @@ "publishConfig": { |
178291
4380
+ Added@remirror/core@0.0.0-pr877.3(transitive)
+ Added@remirror/core-constants@0.0.0-pr877.3(transitive)
+ Added@remirror/core-helpers@0.0.0-pr877.3(transitive)
+ Added@remirror/core-types@0.0.0-pr877.3(transitive)
+ Added@remirror/core-utils@0.0.0-pr877.3(transitive)
+ Added@remirror/extension-events@0.0.0-pr877.3(transitive)
+ Added@remirror/i18n@0.0.0-pr877.3(transitive)
+ Added@remirror/icons@0.0.0-pr877.3(transitive)
+ Added@remirror/messages@0.0.0-pr877.3(transitive)
+ Added@remirror/pm@0.0.0-pr877.3(transitive)
+ Added@remirror/theme@0.0.0-pr877.3(transitive)
+ Addedprosemirror-paste-rules@0.0.0-pr877.3(transitive)
+ Addedprosemirror-suggest@0.0.0-pr877.3(transitive)
+ Addedprosemirror-trailing-node@0.0.0-pr877.3(transitive)
- Removed@remirror/core@0.0.0-pr877.2(transitive)
- Removed@remirror/core-constants@0.0.0-pr877.2(transitive)
- Removed@remirror/core-helpers@0.0.0-pr877.2(transitive)
- Removed@remirror/core-types@0.0.0-pr877.2(transitive)
- Removed@remirror/core-utils@0.0.0-pr877.2(transitive)
- Removed@remirror/extension-events@0.0.0-pr877.2(transitive)
- Removed@remirror/i18n@0.0.0-pr877.2(transitive)
- Removed@remirror/icons@0.0.0-pr877.2(transitive)
- Removed@remirror/messages@0.0.0-pr877.2(transitive)
- Removed@remirror/pm@0.0.0-pr877.2(transitive)
- Removed@remirror/theme@0.0.0-pr877.2(transitive)
- Removedprosemirror-paste-rules@0.0.0-pr877.2(transitive)
- Removedprosemirror-suggest@0.0.0-pr877.2(transitive)
- Removedprosemirror-trailing-node@0.0.0-pr877.2(transitive)
Updated@remirror/core@0.0.0-pr877.3