@edifice.io/react 2.0.5-develop-pedago.20250212101448 → 2.0.5-develop-pedago.20250212101617
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.
- package/dist/editor.js +1 -1
- package/dist/modules/editor/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/editor.js
CHANGED
|
@@ -35,6 +35,7 @@ export {
|
|
|
35
35
|
default3 as Editor,
|
|
36
36
|
EditorContent,
|
|
37
37
|
EditorContext,
|
|
38
|
+
Editor as EditorInstance,
|
|
38
39
|
EditorToolbar,
|
|
39
40
|
default7 as ImageNodeView,
|
|
40
41
|
default15 as LinkToolbar,
|
|
@@ -43,7 +44,6 @@ export {
|
|
|
43
44
|
default13 as MediaRenderer,
|
|
44
45
|
default2 as StarterKit,
|
|
45
46
|
default14 as TableToolbar,
|
|
46
|
-
Editor as TipTapEditor,
|
|
47
47
|
default9 as VideoNodeView,
|
|
48
48
|
useActionOptions,
|
|
49
49
|
useCommentEditor,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as StarterKit } from '@tiptap/starter-kit';
|
|
2
|
-
export { EditorContent, type Content, useEditor, Editor as
|
|
2
|
+
export { EditorContent, type Content, useEditor, Editor as EditorInstance, } from '@tiptap/react';
|
|
3
3
|
export { StarterKit };
|
|
4
4
|
export * from './components';
|
|
5
5
|
export * from './hooks';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.0.5-develop-pedago.
|
|
3
|
+
"version": "2.0.5-develop-pedago.20250212101617",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"react-slugify": "^3.0.3",
|
|
119
119
|
"swiper": "^10.1.0",
|
|
120
120
|
"ua-parser-js": "^1.0.36",
|
|
121
|
-
"@edifice.io/bootstrap": "2.0.5-develop-pedago.
|
|
122
|
-
"@edifice.io/tiptap-extensions": "2.0.5-develop-pedago.
|
|
123
|
-
"@edifice.io/utilities": "2.0.5-develop-pedago.
|
|
121
|
+
"@edifice.io/bootstrap": "2.0.5-develop-pedago.20250212101617",
|
|
122
|
+
"@edifice.io/tiptap-extensions": "2.0.5-develop-pedago.20250212101617",
|
|
123
|
+
"@edifice.io/utilities": "2.0.5-develop-pedago.20250212101617"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -148,8 +148,8 @@
|
|
|
148
148
|
"vite": "^5.4.11",
|
|
149
149
|
"vite-plugin-dts": "^4.1.0",
|
|
150
150
|
"vite-tsconfig-paths": "^5.0.1",
|
|
151
|
-
"@edifice.io/
|
|
152
|
-
"@edifice.io/
|
|
151
|
+
"@edifice.io/client": "2.0.5-develop-pedago.20250212101617",
|
|
152
|
+
"@edifice.io/config": "2.0.5-develop-pedago.20250212101617"
|
|
153
153
|
},
|
|
154
154
|
"peerDependencies": {
|
|
155
155
|
"@react-spring/web": "^9.7.5",
|