@fileverse-dev/ddoc 2.2.2-patch-1 → 2.2.3-reminders-1
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/{ccip-DO4gG670.mjs → ccip-BzVHQWZO.mjs} +1 -1
- package/dist/{index-go5zz2ZC.mjs → index-CKO9pFGs.mjs} +133169 -86694
- package/dist/index.d.ts +3 -0
- package/dist/index.es.js +6 -4
- package/dist/package/assets/Reminder-json-no-watermark.json.d.ts +38425 -0
- package/dist/package/components/editor-bubble-menu/props.d.ts +4 -0
- package/dist/package/components/editor-bubble-menu/types.d.ts +5 -0
- package/dist/package/components/notifications/dynamic-alert-banner.d.ts +20 -0
- package/dist/package/components/notifications/permission-alert.d.ts +6 -0
- package/dist/package/components/notifications/reminder-intro-banner.d.ts +8 -0
- package/dist/package/components/notifications/reminder-lottie.d.ts +5 -0
- package/dist/package/components/toc/toc.d.ts +3 -3
- package/dist/package/context/editor-context.d.ts +2 -0
- package/dist/package/extensions/d-block/components/buttons.d.ts +26 -0
- package/dist/package/extensions/d-block/components/menu.d.ts +15 -0
- package/dist/package/extensions/d-block/components/tooltips.d.ts +20 -0
- package/dist/package/extensions/d-block/use-heading-collapse.d.ts +1 -0
- package/dist/package/extensions/reminder-block/reminder-block.d.ts +14 -0
- package/dist/package/extensions/reminder-block/reminder-menu-renderer.d.ts +4 -0
- package/dist/package/extensions/reminder-block/reminder-menu.d.ts +3 -0
- package/dist/package/extensions/reminder-block/reminder-node-view.d.ts +3 -0
- package/dist/package/extensions/reminder-block/types.d.ts +23 -0
- package/dist/package/extensions/reminder-block/utils.d.ts +4 -0
- package/dist/package/extensions/slash-command/slash-comand.d.ts +1 -1
- package/dist/package/extensions/slash-command/slash-command-utils.d.ts +2 -1
- package/dist/package/hooks/use-content-item-actions.d.ts +1 -1
- package/dist/package/types.d.ts +1 -0
- package/dist/package/use-ddoc-editor.d.ts +3 -1
- package/dist/style.css +1 -1
- package/package.json +4 -2
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.2.
|
5
|
+
"version": "2.2.3-reminders-1",
|
6
6
|
"main": "dist/index.es.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -39,7 +39,8 @@
|
|
39
39
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
40
40
|
"@aarkue/tiptap-math-extension": "^1.3.3",
|
41
41
|
"@fileverse-dev/md2slides": "^0.0.8",
|
42
|
-
"@fileverse/ui": "^4.1.6-patch-
|
42
|
+
"@fileverse/ui": "^4.1.6-patch-8",
|
43
|
+
"@lottielab/lottie-player": "^1.1.3",
|
43
44
|
"@radix-ui/react-focus-scope": "^1.1.0",
|
44
45
|
"@radix-ui/react-popover": "^1.0.7",
|
45
46
|
"@tippyjs/react": "^4.2.6",
|
@@ -122,6 +123,7 @@
|
|
122
123
|
"postcss": "^8.4.38",
|
123
124
|
"prettier": "^3.4.2",
|
124
125
|
"sass": "^1.77.2",
|
126
|
+
"serwist": "^9.0.13",
|
125
127
|
"tailwindcss": "^3.4.3",
|
126
128
|
"typescript": "^5.2.2",
|
127
129
|
"vite": "^5.0.0"
|