@tiptap/extension-bullet-list
Advanced tools
Comparing version 2.1.0-rc.9 to 2.1.0-rc.10
@@ -1,3 +0,3 @@ | ||
import { BulletList } from './bullet-list'; | ||
export * from './bullet-list'; | ||
import { BulletList } from './bullet-list.js'; | ||
export * from './bullet-list.js'; | ||
export default BulletList; |
import { NodeType } from '@tiptap/pm/model'; | ||
import { EditorState } from '@tiptap/pm/state'; | ||
export * from './hasListItemAfter'; | ||
export * from './hasListItemBefore'; | ||
export * from './listItemhasSublist'; | ||
export * from './hasListItemAfter.js'; | ||
export * from './hasListItemBefore.js'; | ||
export * from './listItemhasSublist.js'; | ||
export declare const findListItemPos: (typeOrName: string | NodeType, state: EditorState) => { | ||
@@ -7,0 +7,0 @@ $pos: import("prosemirror-model").ResolvedPos; |
@@ -1,3 +0,3 @@ | ||
import { ListItem } from './list-item'; | ||
export * from './list-item'; | ||
import { ListItem } from './list-item.js'; | ||
export * from './list-item.js'; | ||
export default ListItem; |
@@ -1,3 +0,3 @@ | ||
import { TextStyle } from './text-style'; | ||
export * from './text-style'; | ||
import { TextStyle } from './text-style.js'; | ||
export * from './text-style.js'; | ||
export default TextStyle; |
{ | ||
"name": "@tiptap/extension-bullet-list", | ||
"description": "bullet list extension for tiptap", | ||
"version": "2.1.0-rc.9", | ||
"version": "2.1.0-rc.10", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.1.0-rc.9" | ||
"@tiptap/core": "^2.1.0-rc.10" | ||
}, | ||
@@ -35,0 +35,0 @@ "peerDependencies": { |
import { mergeAttributes, Node, wrappingInputRule } from '@tiptap/core' | ||
import ListItem from '../../extension-list-item/src' | ||
import TextStyle from '../../extension-text-style/src' | ||
import ListItem from '../../extension-list-item/src/index.js' | ||
import TextStyle from '../../extension-text-style/src/index.js' | ||
@@ -6,0 +6,0 @@ export interface BulletListOptions { |
@@ -1,5 +0,5 @@ | ||
import { BulletList } from './bullet-list' | ||
import { BulletList } from './bullet-list.js' | ||
export * from './bullet-list' | ||
export * from './bullet-list.js' | ||
export default BulletList |
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
104141