@limetech/lime-elements 39.16.2 → 39.16.3

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.
@@ -0,0 +1,10 @@
1
+ import { Node } from 'prosemirror-model';
2
+ import { CustomElementDefinition } from '../../../interface';
3
+ /**
4
+ * Recursively checks if a ProseMirror node or
5
+ * any of its child nodes is a registered custom element node.
6
+ * @param node - the ProseMirror node to check
7
+ * @param customElements - the registered custom element definitions
8
+ */
9
+ export declare function hasCustomElementNode(node: Node, customElements: CustomElementDefinition[]): boolean;
10
+ //# sourceMappingURL=has-custom-element-node.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "39.16.2",
3
+ "version": "39.16.3",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",