@tiptap/extension-ordered-list
Advanced tools
Comparing version 2.0.0-beta.19 to 2.0.0-beta.20
@@ -16,2 +16,2 @@ import { Node } from '@tiptap/core'; | ||
export declare const inputRegex: RegExp; | ||
export declare const OrderedList: Node<OrderedListOptions>; | ||
export declare const OrderedList: Node<OrderedListOptions, any>; |
@@ -10,4 +10,6 @@ 'use strict'; | ||
name: 'orderedList', | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -14,0 +16,0 @@ group: 'block list', |
@@ -6,4 +6,6 @@ import { Node, mergeAttributes, wrappingInputRule } from '@tiptap/core'; | ||
name: 'orderedList', | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -10,0 +12,0 @@ group: 'block list', |
@@ -10,4 +10,6 @@ (function (global, factory) { | ||
name: 'orderedList', | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
addOptions() { | ||
return { | ||
HTMLAttributes: {}, | ||
}; | ||
}, | ||
@@ -14,0 +16,0 @@ group: 'block list', |
{ | ||
"name": "@tiptap/extension-ordered-list", | ||
"description": "ordered list extension for tiptap", | ||
"version": "2.0.0-beta.19", | ||
"version": "2.0.0-beta.20", | ||
"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
22209
289