@fileverse-dev/ddoc 2.0.5 → 2.0.6-patch-2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +20 -19
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +35549 -30397
- package/dist/package/components/mobile-toolbar.d.ts +2 -1
- package/dist/package/components/secure-image.d.ts +6 -4
- package/dist/package/preview-ddoc-editor.d.ts +4 -0
- package/dist/package/types.d.ts +1 -0
- package/dist/package/utils/security.d.ts +2 -2
- package/dist/package/utils/upload-images.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
3
3
|
"private": false,
|
4
4
|
"description": "DDoc",
|
5
|
-
"version": "2.0.
|
5
|
+
"version": "2.0.6-patch-2",
|
6
6
|
"main": "dist/index.es.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"dependencies": {
|
29
29
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
30
30
|
"@aarkue/tiptap-math-extension": "^1.3.3",
|
31
|
-
"@fileverse/ui": "^4.1.2",
|
31
|
+
"@fileverse/ui": "^4.1.2-patch-6",
|
32
32
|
"@radix-ui/react-focus-scope": "^1.1.0",
|
33
33
|
"@radix-ui/react-popover": "^1.0.7",
|
34
34
|
"@tippyjs/react": "^4.2.6",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"dompurify": "^3.1.6",
|
65
65
|
"embla-carousel-react": "^8.1.5",
|
66
66
|
"ethers": "^6.13.1",
|
67
|
-
"framer-motion": "^11.
|
67
|
+
"framer-motion": "^11.11.8",
|
68
68
|
"katex": "^0.16.11",
|
69
69
|
"markdown-it-footnote": "^4.0.0",
|
70
70
|
"platform": "^1.3.6",
|