reactjs-tiptap-editor 1.0.28 → 1.0.29
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.
|
@@ -13,13 +13,5 @@ declare module '@tiptap/core' {
|
|
|
13
13
|
}
|
|
14
14
|
export * from './components/RichTextColumn';
|
|
15
15
|
export declare const Column: Extension<any, any>;
|
|
16
|
-
export declare const ColumnNode: Node<
|
|
17
|
-
|
|
18
|
-
class: string;
|
|
19
|
-
};
|
|
20
|
-
}, any>;
|
|
21
|
-
export declare const MultipleColumnNode: Node<{
|
|
22
|
-
HTMLAttributes: {
|
|
23
|
-
class: string;
|
|
24
|
-
};
|
|
25
|
-
}, any>;
|
|
16
|
+
export declare const ColumnNode: Node<any, any>;
|
|
17
|
+
export declare const MultipleColumnNode: Node<any, any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reactjs-tiptap-editor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"description": "A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"editor",
|
|
@@ -823,7 +823,6 @@
|
|
|
823
823
|
"@types/node": "^24.13.3",
|
|
824
824
|
"@types/react": "^19.2.17",
|
|
825
825
|
"@types/react-dom": "^19.2.3",
|
|
826
|
-
"@typescript/typescript6": "^6.0.2",
|
|
827
826
|
"@vitejs/plugin-react": "^5.2.0",
|
|
828
827
|
"autoprefixer": "^10.5.2",
|
|
829
828
|
"bumpp": "^10.4.1",
|
|
@@ -844,8 +843,8 @@
|
|
|
844
843
|
"sass": "^1.101.0",
|
|
845
844
|
"tailwind-merge": "^2.6.1",
|
|
846
845
|
"tailwindcss": "^3.4.19",
|
|
847
|
-
"typescript": "^
|
|
848
|
-
"unplugin-dts": "1.0.
|
|
846
|
+
"typescript": "^5.9.3",
|
|
847
|
+
"unplugin-dts": "1.0.0-beta.6",
|
|
849
848
|
"verify-commit-msg": "^0.1.0",
|
|
850
849
|
"vite": "^6.4.3"
|
|
851
850
|
},
|