@tiptap/extension-hard-break
Advanced tools
Comparing version 2.0.0-beta.24 to 2.0.0-beta.25
@@ -16,2 +16,2 @@ import { Node } from '@tiptap/core'; | ||
} | ||
export declare const HardBreak: Node<HardBreakOptions>; | ||
export declare const HardBreak: Node<HardBreakOptions, any>; |
@@ -9,5 +9,7 @@ 'use strict'; | ||
name: 'hardBreak', | ||
defaultOptions: { | ||
keepMarks: true, | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
keepMarks: true, | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -14,0 +16,0 @@ inline: true, |
@@ -5,5 +5,7 @@ import { Node, mergeAttributes } from '@tiptap/core'; | ||
name: 'hardBreak', | ||
defaultOptions: { | ||
keepMarks: true, | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
keepMarks: true, | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -10,0 +12,0 @@ inline: true, |
@@ -9,5 +9,7 @@ (function (global, factory) { | ||
name: 'hardBreak', | ||
defaultOptions: { | ||
keepMarks: true, | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
keepMarks: true, | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -14,0 +16,0 @@ inline: true, |
{ | ||
"name": "@tiptap/extension-hard-break", | ||
"description": "hard break extension for tiptap", | ||
"version": "2.0.0-beta.24", | ||
"version": "2.0.0-beta.25", | ||
"homepage": "https://tiptap.dev", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9948e2499a3aa6ca72b677ef2ca96de1db1cb6b5" | ||
"gitHead": "642627ec3635a1d8fa851887d75bee5f193ec63b" | ||
} |
@@ -22,5 +22,7 @@ import { Node, mergeAttributes } from '@tiptap/core' | ||
defaultOptions: { | ||
keepMarks: true, | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
keepMarks: true, | ||
HTMLAttributes: {}, | ||
} | ||
}, | ||
@@ -27,0 +29,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
23487
281