@fileverse-dev/ddoc 2.2.3-reminders-1 → 2.2.3-reminders-1.2
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-BzVHQWZO.mjs → ccip-N58KAUp5.mjs} +1 -1
- package/dist/{index-CKO9pFGs.mjs → index-BqNJ0cQv.mjs} +54123 -97217
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +7 -7
- package/dist/style.css +1 -1
- package/package.json +1 -3
- package/dist/package/assets/Reminder-json-no-watermark.json.d.ts +0 -38425
- package/dist/package/components/notifications/dynamic-alert-banner.d.ts +0 -20
- package/dist/package/components/notifications/permission-alert.d.ts +0 -6
- package/dist/package/components/notifications/reminder-intro-banner.d.ts +0 -8
- package/dist/package/components/notifications/reminder-lottie.d.ts +0 -5
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.3-reminders-1",
|
5
|
+
"version": "2.2.3-reminders-1.2",
|
6
6
|
"main": "dist/index.es.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -40,7 +40,6 @@
|
|
40
40
|
"@aarkue/tiptap-math-extension": "^1.3.3",
|
41
41
|
"@fileverse-dev/md2slides": "^0.0.8",
|
42
42
|
"@fileverse/ui": "^4.1.6-patch-8",
|
43
|
-
"@lottielab/lottie-player": "^1.1.3",
|
44
43
|
"@radix-ui/react-focus-scope": "^1.1.0",
|
45
44
|
"@radix-ui/react-popover": "^1.0.7",
|
46
45
|
"@tippyjs/react": "^4.2.6",
|
@@ -123,7 +122,6 @@
|
|
123
122
|
"postcss": "^8.4.38",
|
124
123
|
"prettier": "^3.4.2",
|
125
124
|
"sass": "^1.77.2",
|
126
|
-
"serwist": "^9.0.13",
|
127
125
|
"tailwindcss": "^3.4.3",
|
128
126
|
"typescript": "^5.2.2",
|
129
127
|
"vite": "^5.0.0"
|