@udecode/plate-list
Advanced tools
Comparing version 33.0.2 to 33.0.3
@@ -9,2 +9,3 @@ import * as _udecode_plate_common_server from '@udecode/plate-common/server'; | ||
declare const KEY_LIST = "list"; | ||
declare const ELEMENT_UL = "ul"; | ||
@@ -260,2 +261,2 @@ declare const ELEMENT_OL = "ol"; | ||
export { ELEMENT_LI, ELEMENT_LIC, ELEMENT_OL, ELEMENT_TODO_LI, ELEMENT_UL, type ListPlugin, type MergeListItemIntoListOptions, type MoveListItemDownOptions, type MoveListItemSublistItemsToListItemSublistOptions, type MoveListItemUpOptions, type MoveListItemsOptions, type RemoveListItemOptions, type TTodoListItemElement, type TodoListPlugin, type UnindentListItemsOptions, createListPlugin, createTodoListPlugin, deleteBackwardList, deleteForwardList, deleteFragmentList, getDeepInlineChildren, getHighestEmptyList, getListItemContentType, getListItemEntry, getListItemType, getListRoot, getListTypes, getOrderedListType, getTodoListItemEntry, getUnorderedListType, hasListChild, indentListItems, insertBreakList, insertBreakTodoList, insertFragmentList, insertListItem, insertTodoListItem, isAcrossListItems, isListNested, isListRoot, moveListItemDown, moveListItemSublistItemsToListItemSublist, moveListItemUp, moveListItems, moveListItemsToList, moveListSiblingsAfterCursor, normalizeList, normalizeListItem, normalizeNestedList, onKeyDownList, removeFirstListItem, removeListItem, someList, toggleList, unindentListItems, unwrapList, useListToolbarButton, useListToolbarButtonState, useTodoListElement, useTodoListElementState, withList, withTodoList }; | ||
export { ELEMENT_LI, ELEMENT_LIC, ELEMENT_OL, ELEMENT_TODO_LI, ELEMENT_UL, KEY_LIST, type ListPlugin, type MergeListItemIntoListOptions, type MoveListItemDownOptions, type MoveListItemSublistItemsToListItemSublistOptions, type MoveListItemUpOptions, type MoveListItemsOptions, type RemoveListItemOptions, type TTodoListItemElement, type TodoListPlugin, type UnindentListItemsOptions, createListPlugin, createTodoListPlugin, deleteBackwardList, deleteForwardList, deleteFragmentList, getDeepInlineChildren, getHighestEmptyList, getListItemContentType, getListItemEntry, getListItemType, getListRoot, getListTypes, getOrderedListType, getTodoListItemEntry, getUnorderedListType, hasListChild, indentListItems, insertBreakList, insertBreakTodoList, insertFragmentList, insertListItem, insertTodoListItem, isAcrossListItems, isListNested, isListRoot, moveListItemDown, moveListItemSublistItemsToListItemSublist, moveListItemUp, moveListItems, moveListItemsToList, moveListSiblingsAfterCursor, normalizeList, normalizeListItem, normalizeNestedList, onKeyDownList, removeFirstListItem, removeListItem, someList, toggleList, unindentListItems, unwrapList, useListToolbarButton, useListToolbarButtonState, useTodoListElement, useTodoListElementState, withList, withTodoList }; |
{ | ||
"name": "@udecode/plate-list", | ||
"version": "33.0.2", | ||
"version": "33.0.3", | ||
"description": "List plugin for Plate", | ||
@@ -49,3 +49,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@udecode/plate-common": ">=33.0.0", | ||
"@udecode/plate-common": ">=33.0.3", | ||
"react": ">=16.8.0", | ||
@@ -52,0 +52,0 @@ "react-dom": ">=16.8.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
396322
4253