@limetech/lime-elements 37.45.1 → 37.45.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.
@@ -30,6 +30,7 @@ export declare class ProsemirrorAdapter {
30
30
  private menuCommandFactory;
31
31
  private schema;
32
32
  private contentConverter;
33
+ private suppressChangeEvent;
33
34
  /**
34
35
  * Dispatched when a change is made to the editor
35
36
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.45.1",
3
+ "version": "37.45.2",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",