slate-react
Advanced tools
Comparing version 0.102.0 to 0.104.0-20240515152416
@@ -84,2 +84,6 @@ /** | ||
export declare const isTrackedMutation: (editor: ReactEditor, mutation: MutationRecord, batch: MutationRecord[]) => boolean; | ||
/** | ||
* Retrieves the deepest active element in the DOM, considering nested shadow DOMs. | ||
*/ | ||
export declare const getActiveElement: () => DOMElement | null; | ||
//# sourceMappingURL=dom.d.ts.map |
@@ -15,3 +15,4 @@ export declare const REACT_MAJOR_VERSION: number; | ||
export declare const CAN_USE_DOM: boolean; | ||
export declare const IS_SAFARI_LEGACY: boolean; | ||
export declare const HAS_BEFORE_INPUT_SUPPORT: boolean; | ||
//# sourceMappingURL=environment.d.ts.map |
{ | ||
"name": "slate-react", | ||
"description": "Tools for building completely customizable richtext editors with React.", | ||
"version": "0.102.0", | ||
"version": "0.104.0-20240515152416", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"react-dom": "^18.2.0", | ||
"slate": "^0.102.0", | ||
"slate": "^0.103.0", | ||
"slate-hyperscript": "^0.100.0", | ||
@@ -40,0 +40,0 @@ "source-map-loader": "^4.0.1" |
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 too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2877140
43229