open-edit 0.1.0 → 0.1.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.
@@ -8,6 +8,7 @@ export declare class CodeLangPicker {
8
8
  private targetPreEl;
9
9
  private onOutside;
10
10
  private onOutsideTimer;
11
+ private onScroll;
11
12
  constructor(editorEl: HTMLElement, editor: EditorInterface);
12
13
  private readonly onBadgeMousedown;
13
14
  private readonly onBadgeClick;
@@ -17,6 +17,7 @@ export declare class Toolbar {
17
17
  private disabled;
18
18
  private locale;
19
19
  private calloutPickerEl;
20
+ private calloutPickerCleanup;
20
21
  constructor(el: HTMLElement, editor: EditorInterface, config?: ToolbarItemConfig[], toolbarItems?: string[], locale?: EditorLocale);
21
22
  private render;
22
23
  private renderItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-edit",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Lightweight, embeddable WYSIWYG HTML editor. Zero dependencies, plugin system, clean HTML5 output.",
5
5
  "license": "MIT",
6
6
  "type": "module",