@remirror/extension-mention
Advanced tools
Comparing version
# @remirror/extension-mention | ||
## 0.11.0 | ||
### Patch Changes | ||
- Updated dependencies [c2237aa0] | ||
- @remirror/core@0.11.0 | ||
## 0.7.6 | ||
@@ -4,0 +11,0 @@ |
@@ -82,5 +82,3 @@ 'use strict'; | ||
var MentionExtension = | ||
/*#__PURE__*/ | ||
function (_MarkExtension) { | ||
var MentionExtension = /*#__PURE__*/function (_MarkExtension) { | ||
_inherits(MentionExtension, _MarkExtension); | ||
@@ -87,0 +85,0 @@ |
@@ -76,5 +76,3 @@ import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties'; | ||
var MentionExtension = | ||
/*#__PURE__*/ | ||
function (_MarkExtension) { | ||
var MentionExtension = /*#__PURE__*/function (_MarkExtension) { | ||
_inherits(MentionExtension, _MarkExtension); | ||
@@ -81,0 +79,0 @@ |
@@ -33,5 +33,3 @@ 'use strict'; | ||
var MentionExtension = | ||
/*#__PURE__*/ | ||
function (_MarkExtension) { | ||
var MentionExtension = /*#__PURE__*/function (_MarkExtension) { | ||
_inherits(MentionExtension, _MarkExtension); | ||
@@ -38,0 +36,0 @@ |
import { Attrs, MarkExtensionOptions } from '@remirror/core'; | ||
import { FromToEndParams, Suggester, SuggestReplacementType } from 'prosemirror-suggest'; | ||
import { FromToEndParams, SuggestReplacementType, Suggester } from 'prosemirror-suggest'; | ||
export interface OptionalMentionExtensionParams { | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@remirror/extension-mention", | ||
"version": "0.11.0", | ||
"description": "Mention extension for the remirror wysiwyg editor", | ||
"homepage": "https://github.com/remirror/remirror/tree/master/@remirror/extension-mention", | ||
"repository": "https://github.com/remirror/remirror/tree/master/@remirror/extension-mention", | ||
"license": "MIT", | ||
"author": "Ifiok Jr. <ifiokotung@gmail.com>", | ||
"homepage": "https://github.com/remirror/remirror/tree/master/@remirror/extension-mention", | ||
"repository": "https://github.com/remirror/remirror/tree/master/@remirror/extension-mention", | ||
"version": "0.7.6", | ||
"main": "lib/index.js", | ||
"module": "lib/dist/extension-mention.esm.js", | ||
"files": [ | ||
@@ -16,6 +14,8 @@ "lib", | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"module": "lib/dist/extension-mention.esm.js", | ||
"types": "lib/index.d.ts", | ||
"dependencies": { | ||
"@babel/runtime": "^7", | ||
"@remirror/core": "^0.9.0", | ||
"@remirror/core": "^0.11.0", | ||
"@types/prosemirror-keymap": "^1.0.1", | ||
@@ -22,0 +22,0 @@ "@types/prosemirror-state": "^1.2.3", |
@@ -6,2 +6,8 @@ import { | ||
ExtensionManagerMarkTypeParams, | ||
MarkExtension, | ||
MarkExtensionSpec, | ||
MarkGroup, | ||
MarkType, | ||
RangeParams, | ||
TransactionTransformer, | ||
getMarkRange, | ||
@@ -11,14 +17,9 @@ getMatchString, | ||
isMarkActive, | ||
MarkExtension, | ||
MarkExtensionSpec, | ||
MarkGroup, | ||
markPasteRule, | ||
MarkType, | ||
noop, | ||
RangeParams, | ||
removeMark, | ||
replaceText, | ||
TransactionTransformer, | ||
} from '@remirror/core'; | ||
import { | ||
Suggester, | ||
escapeChar, | ||
@@ -30,3 +31,2 @@ getRegexPrefix, | ||
regexToString, | ||
Suggester, | ||
} from 'prosemirror-suggest'; | ||
@@ -33,0 +33,0 @@ |
import { Attrs, MarkExtensionOptions } from '@remirror/core'; | ||
import { FromToEndParams, Suggester, SuggestReplacementType } from 'prosemirror-suggest'; | ||
import { FromToEndParams, SuggestReplacementType, Suggester } from 'prosemirror-suggest'; | ||
@@ -4,0 +4,0 @@ export interface OptionalMentionExtensionParams { |
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
150195
0.04%1980
-0.3%+ Added
- Removed
Updated