nam-rich-text-editor 9.2.1 → 9.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,5 @@
1
+ export declare function setSelectedImageContainer(container: HTMLElement | null): void;
2
+ export declare function getSelectedImageContainer(): HTMLElement | null;
1
3
  export declare function saveSelection(range?: Range | null): void;
2
4
  export declare function restoreSelection(): void;
3
5
  export declare function applyInlineStyleToSelection(styleProp: string, value: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nam-rich-text-editor",
3
- "version": "9.2.1",
3
+ "version": "9.2.2",
4
4
  "description": "A custom rich text editor similar to Word, with HTML content",
5
5
  "main": "dist/rich-text-editor.umd.js",
6
6
  "module": "dist/rich-text-editor.es.js",