@udecode/plate-indent-list
Advanced tools
Comparing version 24.3.6 to 24.4.0
@@ -85,3 +85,4 @@ import * as _udecode_plate_core from '@udecode/plate-core'; | ||
pressed: boolean; | ||
onClick: (e: any) => void; | ||
onMouseDown: (e: React.MouseEvent<HTMLButtonElement>) => void; | ||
onClick: () => void; | ||
}; | ||
@@ -88,0 +89,0 @@ }; |
@@ -856,9 +856,9 @@ "use strict"; | ||
pressed, | ||
onClick: (e) => { | ||
onMouseDown: (e) => { | ||
e.preventDefault(); | ||
e.stopPropagation(); | ||
}, | ||
onClick: () => { | ||
toggleIndentList(editor, { | ||
listStyleType: nodeType | ||
}); | ||
(0, import_plate_common17.focusEditor)(editor); | ||
} | ||
@@ -865,0 +865,0 @@ } |
{ | ||
"name": "@udecode/plate-indent-list", | ||
"version": "24.3.6", | ||
"version": "24.4.0", | ||
"description": "Indent list plugin for Plate", | ||
@@ -42,5 +42,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@udecode/plate-common": "24.3.6", | ||
"@udecode/plate-indent": "24.3.6", | ||
"@udecode/plate-list": "24.3.6", | ||
"@udecode/plate-common": "24.4.0", | ||
"@udecode/plate-indent": "24.4.0", | ||
"@udecode/plate-list": "24.4.0", | ||
"clsx": "^1.2.1" | ||
@@ -54,3 +54,3 @@ }, | ||
"slate-hyperscript": ">=0.66.0", | ||
"slate-react": ">=0.95.0" | ||
"slate-react": ">=0.99.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "keywords": [ |
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
Sorry, the diff of this file is not supported yet
187737
1918
+ Added@udecode/plate-common@24.4.0(transitive)
+ Added@udecode/plate-core@24.4.0(transitive)
+ Added@udecode/plate-indent@24.4.0(transitive)
+ Added@udecode/plate-list@24.4.0(transitive)
+ Added@udecode/plate-reset-node@24.4.0(transitive)
+ Added@udecode/plate-utils@24.4.0(transitive)
+ Added@udecode/slate-react@24.4.0(transitive)
- Removed@udecode/plate-common@24.3.6(transitive)
- Removed@udecode/plate-core@24.3.6(transitive)
- Removed@udecode/plate-indent@24.3.6(transitive)
- Removed@udecode/plate-list@24.3.6(transitive)
- Removed@udecode/plate-reset-node@24.3.6(transitive)
- Removed@udecode/plate-utils@24.3.6(transitive)
- Removed@udecode/slate-react@24.3.6(transitive)
Updated@udecode/plate-common@24.4.0
Updated@udecode/plate-indent@24.4.0
Updated@udecode/plate-list@24.4.0