@superdoc/react 2.6.0-next.1 → 2.6.0-next.10
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/index.d.ts +1 -3
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -184,9 +184,7 @@ declare type SuperDocConstructorConfig = ConstructorParameters<typeof SuperDoc>[
|
|
|
184
184
|
* Event passed to onContentError callback. Re-derived from the core
|
|
185
185
|
* `SuperDocConfig['onContentError']` parameter so the React wrapper
|
|
186
186
|
* cannot drift from the core contract: any widening or tightening
|
|
187
|
-
* upstream surfaces here automatically.
|
|
188
|
-
* `Config.onContentError` JSDoc for the field semantics
|
|
189
|
-
* (`error: unknown`, `file: File | Blob | null | undefined`).
|
|
187
|
+
* upstream surfaces here automatically.
|
|
190
188
|
*/
|
|
191
189
|
export declare type SuperDocContentErrorEvent = Parameters<NonNullable<SuperDocConfig['onContentError']>>[0];
|
|
192
190
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc/react",
|
|
3
|
-
"version": "2.6.0-next.
|
|
3
|
+
"version": "2.6.0-next.10",
|
|
4
4
|
"description": "Official React wrapper for the SuperDoc document editor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
],
|
|
28
28
|
"license": "AGPL-3.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"superdoc": "2.11.0-next.
|
|
30
|
+
"superdoc": "2.11.0-next.10"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": ">=16.8.0",
|
|
34
34
|
"react-dom": ">=16.8.0",
|
|
35
|
-
"superdoc": "2.11.0-next.
|
|
35
|
+
"superdoc": "2.11.0-next.10"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@testing-library/react": "^16.3.0",
|