@lms-elements/custom-editor
Advanced tools
Comparing version 2.0.15 to 2.0.16
export { CustomEditor } from './components/CustomEditor'; | ||
export { useEditorToHTML } from './hooks/useEditorToHTML'; | ||
export type { EntityTypes } from './types/shared.types'; | ||
export { INSERT_WORD_REPLACE } from './types/shared.types'; | ||
export { INSERT_WORD_REPLACE, NEW_LINE_DELIMETER } from './types/shared.types'; | ||
export { getEntities, getEntityDataByType, insertationToTemplate } from './utils'; |
@@ -22,1 +22,2 @@ import { EditorState } from 'draft-js'; | ||
export declare const INSERT_WORD_REPLACE = "<input type=\"insert-word\" />"; | ||
export declare const NEW_LINE_DELIMETER = "<break />"; |
export { addEntity } from './addEntity'; | ||
export { createRectRelativeToDocument } from './createRectRelativeToDocument'; | ||
export { getEntities } from './getEntities'; | ||
@@ -3,0 +4,0 @@ export { getEntityDataByType } from './getEntityDataByType'; |
{ | ||
"name": "@lms-elements/custom-editor", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"description": "Custom EDitor based on react-draft-wysiwyg", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "77b8a493f9f58f07b922b33a99343b8a39861d65" | ||
"gitHead": "e6be0595dd00031fa1dcb152d8938dab58f2c6b8" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
191085
76
614