@tiptap/extension-horizontal-rule
Advanced tools
Comparing version 2.0.0-beta.24 to 2.0.0-beta.25
@@ -15,2 +15,2 @@ import { Node } from '@tiptap/core'; | ||
} | ||
export declare const HorizontalRule: Node<HorizontalRuleOptions>; | ||
export declare const HorizontalRule: Node<HorizontalRuleOptions, any>; |
@@ -10,4 +10,6 @@ 'use strict'; | ||
name: 'horizontalRule', | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -14,0 +16,0 @@ group: 'block', |
@@ -6,4 +6,6 @@ import { Node, mergeAttributes, nodeInputRule } from '@tiptap/core'; | ||
name: 'horizontalRule', | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -10,0 +12,0 @@ group: 'block', |
@@ -9,4 +9,6 @@ (function (global, factory) { | ||
name: 'horizontalRule', | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -13,0 +15,0 @@ group: 'block', |
{ | ||
"name": "@tiptap/extension-horizontal-rule", | ||
"description": "horizontal rule extension for tiptap", | ||
"version": "2.0.0-beta.24", | ||
"version": "2.0.0-beta.25", | ||
"homepage": "https://tiptap.dev", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9948e2499a3aa6ca72b677ef2ca96de1db1cb6b5" | ||
"gitHead": "642627ec3635a1d8fa851887d75bee5f193ec63b" | ||
} |
@@ -26,4 +26,6 @@ import { | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
} | ||
}, | ||
@@ -30,0 +32,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
29500
332