@udecode/plate-selection
Advanced tools
Comparing version 36.0.8 to 36.1.0
@@ -119,5 +119,4 @@ import * as zustand_x from 'zustand-x'; | ||
active?: boolean; | ||
selectedColor?: string; | ||
} | ||
declare const useBlockSelectableState: ({ active, element, selectedColor, }: BlockSelectableOptions) => { | ||
declare const useBlockSelectableState: ({ active, element, }: BlockSelectableOptions) => { | ||
active: boolean; | ||
@@ -128,3 +127,2 @@ editor?: undefined; | ||
ref?: undefined; | ||
selectedColor?: undefined; | ||
} | { | ||
@@ -136,3 +134,2 @@ active: boolean; | ||
ref: React__default.MutableRefObject<HTMLDivElement | null>; | ||
selectedColor: string | undefined; | ||
}; | ||
@@ -139,0 +136,0 @@ declare const useBlockSelectable: ({ editor, element, path, ref, }: ReturnType<typeof useBlockSelectableState>) => { |
@@ -392,4 +392,3 @@ "use strict"; | ||
active, | ||
element, | ||
selectedColor | ||
element | ||
}) => { | ||
@@ -421,4 +420,3 @@ const editor = (0, import_plate_common5.useEditorRef)(); | ||
path, | ||
ref, | ||
selectedColor | ||
ref | ||
}; | ||
@@ -842,4 +840,3 @@ }; | ||
options: { | ||
element, | ||
selectedColor: "rgb(219 234 254)" | ||
element | ||
} | ||
@@ -846,0 +843,0 @@ }) |
{ | ||
"name": "@udecode/plate-selection", | ||
"version": "36.0.8", | ||
"version": "36.1.0", | ||
"description": "Plate plugin to add a visual way of selecting blocks", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
191252
2160