@tiptap/extension-bullet-list
Advanced tools
Comparing version 2.0.0-beta.18 to 2.0.0-beta.19
@@ -16,2 +16,2 @@ import { Node } from '@tiptap/core'; | ||
export declare const inputRegex: RegExp; | ||
export declare const BulletList: Node<BulletListOptions>; | ||
export declare const BulletList: Node<BulletListOptions, any>; |
@@ -10,4 +10,6 @@ 'use strict'; | ||
name: 'bulletList', | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -14,0 +16,0 @@ group: 'block list', |
@@ -6,4 +6,6 @@ import { Node, mergeAttributes, wrappingInputRule } from '@tiptap/core'; | ||
name: 'bulletList', | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -10,0 +12,0 @@ group: 'block list', |
@@ -10,4 +10,6 @@ (function (global, factory) { | ||
name: 'bulletList', | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -14,0 +16,0 @@ group: 'block list', |
{ | ||
"name": "@tiptap/extension-bullet-list", | ||
"description": "bullet list extension for tiptap", | ||
"version": "2.0.0-beta.18", | ||
"version": "2.0.0-beta.19", | ||
"homepage": "https://tiptap.dev", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9948e2499a3aa6ca72b677ef2ca96de1db1cb6b5" | ||
"gitHead": "642627ec3635a1d8fa851887d75bee5f193ec63b" | ||
} |
@@ -23,4 +23,6 @@ import { Node, mergeAttributes, wrappingInputRule } from '@tiptap/core' | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
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
15634
213