@nextblock-cms/editor 0.16.4 → 0.17.0

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.
@@ -5,5 +5,5 @@ interface AdvancedColorMenuProps {
5
5
  className?: string;
6
6
  initialMode?: Mode;
7
7
  }
8
- export declare function AdvancedColorMenu({ editor, className, initialMode }: AdvancedColorMenuProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function AdvancedColorMenu({ editor, className, initialMode }: AdvancedColorMenuProps): import("react").JSX.Element;
9
9
  export {};
@@ -1,7 +1,8 @@
1
+ import { default as React } from 'react';
1
2
  import { Editor } from '@tiptap/core';
2
3
  interface AdvancedFontSizeMenuProps {
3
4
  editor: Editor;
4
5
  className?: string;
5
6
  }
6
- export declare function AdvancedFontSizeMenu({ editor, className }: AdvancedFontSizeMenuProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function AdvancedFontSizeMenu({ editor, className }: AdvancedFontSizeMenuProps): React.JSX.Element;
7
8
  export default AdvancedFontSizeMenu;
@@ -1,3 +1,3 @@
1
1
  import { NodeViewProps } from '@tiptap/react';
2
- declare const AlertWidgetComponent: ({ node, updateAttributes, editor }: NodeViewProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const AlertWidgetComponent: ({ node, updateAttributes, editor }: NodeViewProps) => import("react").JSX.Element;
3
3
  export default AlertWidgetComponent;
@@ -1,3 +1,3 @@
1
1
  import { NodeViewProps } from '@tiptap/react';
2
- declare const CtaWidgetComponent: ({ node, updateAttributes, editor }: NodeViewProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const CtaWidgetComponent: ({ node, updateAttributes, editor }: NodeViewProps) => import("react").JSX.Element;
3
3
  export default CtaWidgetComponent;
@@ -1,2 +1,3 @@
1
1
  import { NodeViewProps } from '@tiptap/react';
2
- export default function ResizableImageView(props: NodeViewProps): import("react/jsx-runtime").JSX.Element;
2
+ import * as React from 'react';
3
+ export default function ResizableImageView(props: NodeViewProps): React.JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import { NodeViewProps } from '@tiptap/react';
2
- declare const AlertWidgetComponent: ({ node, updateAttributes, editor }: NodeViewProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const AlertWidgetComponent: ({ node, updateAttributes, editor }: NodeViewProps) => import("react").JSX.Element;
3
3
  export default AlertWidgetComponent;
@@ -1,3 +1,3 @@
1
1
  import { NodeViewProps } from '@tiptap/react';
2
- declare const CtaWidgetComponent: ({ node, updateAttributes, editor }: NodeViewProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const CtaWidgetComponent: ({ node, updateAttributes, editor }: NodeViewProps) => import("react").JSX.Element;
3
3
  export default CtaWidgetComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextblock-cms/editor",
3
- "version": "0.16.4",
3
+ "version": "0.17.0",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "types": "index.d.ts",