@prosekit/preact 0.3.8 → 0.3.9
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.
@@ -12,6 +12,7 @@ import { BlockPopoverElement } from '@prosekit/web/block-handle';
|
|
12
12
|
import { BlockPopoverProps } from '@prosekit/web/block-handle';
|
13
13
|
import { ComponentChildren } from 'preact';
|
14
14
|
import { ComponentType } from 'preact';
|
15
|
+
import { config as default_alias_1 } from '@prosekit/dev/config-vitest';
|
15
16
|
import { Editor } from '@prosekit/core';
|
16
17
|
import type { EditorState } from '@prosekit/pm/state';
|
17
18
|
import { Extension } from '@prosekit/core';
|
@@ -70,11 +71,7 @@ export declare function createComponent<Props extends object, CustomElement exte
|
|
70
71
|
|
71
72
|
export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
72
73
|
|
73
|
-
export
|
74
|
-
test: {
|
75
|
-
environment: "jsdom";
|
76
|
-
};
|
77
|
-
};
|
74
|
+
export { default_alias_1 }
|
78
75
|
|
79
76
|
/**
|
80
77
|
* @internal
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prosekit/preact",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.3.
|
4
|
+
"version": "0.3.9",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
7
7
|
"name": "ocavue",
|
@@ -66,9 +66,9 @@
|
|
66
66
|
],
|
67
67
|
"dependencies": {
|
68
68
|
"react-merge-refs": "^2.1.1",
|
69
|
-
"@prosekit/core": "^0.
|
70
|
-
"@prosekit/
|
71
|
-
"@prosekit/
|
69
|
+
"@prosekit/core": "^0.7.0",
|
70
|
+
"@prosekit/web": "^0.2.2",
|
71
|
+
"@prosekit/pm": "^0.1.5"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
74
|
"preact": ">= 10.11.0"
|
@@ -79,10 +79,10 @@
|
|
79
79
|
}
|
80
80
|
},
|
81
81
|
"devDependencies": {
|
82
|
-
"preact": "^10.22.
|
82
|
+
"preact": "^10.22.1",
|
83
83
|
"tsup": "^8.1.0",
|
84
|
-
"typescript": "^5.5.
|
85
|
-
"vitest": "^
|
84
|
+
"typescript": "^5.5.3",
|
85
|
+
"vitest": "^2.0.0-beta.13",
|
86
86
|
"@prosekit/dev": "0.0.0"
|
87
87
|
},
|
88
88
|
"scripts": {
|