@cyberskill/cyber-editor 2.0.3 → 3.0.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.
@@ -1 +1 @@
1
- export declare const AccordionView: () => import("react/jsx-runtime").JSX.Element | null;
1
+ export declare const AccordionView: ({ node, editor }: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import { default as React } from 'react';
2
1
  import { I_CyberEditorProvider } from 'src/utils';
3
2
  declare const CyberEditorProvider: React.FC<I_CyberEditorProvider>;
4
3
  export default CyberEditorProvider;
@@ -1 +1 @@
1
- export declare function ToolBarTiptap(): import("react/jsx-runtime").JSX.Element | null;
1
+ export declare function ToolBarTiptap({ editor }: any): import("react/jsx-runtime").JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberskill/cyber-editor",
3
- "version": "2.0.3",
3
+ "version": "3.0.0",
4
4
  "description": "A reusable rich text editor with Tiptap, Antd, and TailwindCSS.",
5
5
  "main": "dist/cyber-editor.umd.js",
6
6
  "module": "dist/cyber-editor.es.js",