@tiptap/extension-link
Advanced tools
Comparing version 2.0.0-beta.23 to 2.0.0-beta.24
@@ -40,2 +40,2 @@ import { Mark } from '@tiptap/core'; | ||
} | ||
export declare const Link: Mark<LinkOptions>; | ||
export declare const Link: Mark<LinkOptions, any>; |
@@ -13,9 +13,11 @@ 'use strict'; | ||
inclusive: false, | ||
defaultOptions: { | ||
openOnClick: true, | ||
linkOnPaste: true, | ||
HTMLAttributes: { | ||
target: '_blank', | ||
rel: 'noopener noreferrer nofollow', | ||
}, | ||
addOptions() { | ||
return { | ||
openOnClick: true, | ||
linkOnPaste: true, | ||
HTMLAttributes: { | ||
target: '_blank', | ||
rel: 'noopener noreferrer nofollow', | ||
}, | ||
}; | ||
}, | ||
@@ -22,0 +24,0 @@ addAttributes() { |
@@ -9,9 +9,11 @@ import { Mark, mergeAttributes, markPasteRule } from '@tiptap/core'; | ||
inclusive: false, | ||
defaultOptions: { | ||
openOnClick: true, | ||
linkOnPaste: true, | ||
HTMLAttributes: { | ||
target: '_blank', | ||
rel: 'noopener noreferrer nofollow', | ||
}, | ||
addOptions() { | ||
return { | ||
openOnClick: true, | ||
linkOnPaste: true, | ||
HTMLAttributes: { | ||
target: '_blank', | ||
rel: 'noopener noreferrer nofollow', | ||
}, | ||
}; | ||
}, | ||
@@ -18,0 +20,0 @@ addAttributes() { |
@@ -11,9 +11,11 @@ (function (global, factory) { | ||
inclusive: false, | ||
defaultOptions: { | ||
openOnClick: true, | ||
linkOnPaste: true, | ||
HTMLAttributes: { | ||
target: '_blank', | ||
rel: 'noopener noreferrer nofollow', | ||
}, | ||
addOptions() { | ||
return { | ||
openOnClick: true, | ||
linkOnPaste: true, | ||
HTMLAttributes: { | ||
target: '_blank', | ||
rel: 'noopener noreferrer nofollow', | ||
}, | ||
}; | ||
}, | ||
@@ -20,0 +22,0 @@ addAttributes() { |
{ | ||
"name": "@tiptap/extension-link", | ||
"description": "link extension for tiptap", | ||
"version": "2.0.0-beta.23", | ||
"version": "2.0.0-beta.24", | ||
"homepage": "https://tiptap.dev", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9948e2499a3aa6ca72b677ef2ca96de1db1cb6b5" | ||
"gitHead": "642627ec3635a1d8fa851887d75bee5f193ec63b" | ||
} |
@@ -50,9 +50,11 @@ import { | ||
defaultOptions: { | ||
openOnClick: true, | ||
linkOnPaste: true, | ||
HTMLAttributes: { | ||
target: '_blank', | ||
rel: 'noopener noreferrer nofollow', | ||
}, | ||
addOptions() { | ||
return { | ||
openOnClick: true, | ||
linkOnPaste: true, | ||
HTMLAttributes: { | ||
target: '_blank', | ||
rel: 'noopener noreferrer nofollow', | ||
}, | ||
} | ||
}, | ||
@@ -59,0 +61,0 @@ |
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
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
43566
568