@prosekit/preact 0.1.2 → 0.1.3
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.
@@ -17,7 +17,6 @@ import { Options } from 'tsup';
|
|
17
17
|
import { PopoverOptions } from '@prosekit/lit/autocomplete-popover';
|
18
18
|
import type { PopoverProps as PopoverProps_2 } from '@prosekit/lit/popover';
|
19
19
|
import { Priority } from '@prosekit/core';
|
20
|
-
import { UserProjectConfigExport } from 'vitest/dist/config.js';
|
21
20
|
|
22
21
|
declare const AutocompleteEmpty: ComponentType<AutocompleteEmptyProps>;
|
23
22
|
export { AutocompleteEmpty }
|
@@ -69,7 +68,11 @@ export declare type ComboBoxProps = PropsWithChildren<PropsWithClass<ComboBoxPro
|
|
69
68
|
|
70
69
|
export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
71
70
|
|
72
|
-
export declare const default_alias_1:
|
71
|
+
export declare const default_alias_1: {
|
72
|
+
test: {
|
73
|
+
environment: "jsdom";
|
74
|
+
};
|
75
|
+
};
|
73
76
|
|
74
77
|
export declare interface EditorContext {
|
75
78
|
editor: Editor;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prosekit/preact",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.3",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
7
7
|
"name": "ocavue",
|
@@ -85,8 +85,8 @@
|
|
85
85
|
"dist"
|
86
86
|
],
|
87
87
|
"dependencies": {
|
88
|
-
"@prosekit/core": "^0.
|
89
|
-
"@prosekit/lit": "^0.1.
|
88
|
+
"@prosekit/core": "^0.2.0",
|
89
|
+
"@prosekit/lit": "^0.1.5"
|
90
90
|
},
|
91
91
|
"peerDependencies": {
|
92
92
|
"preact": ">= 9.0.0"
|
@@ -98,10 +98,10 @@
|
|
98
98
|
},
|
99
99
|
"devDependencies": {
|
100
100
|
"@prosekit/dev": "*",
|
101
|
-
"preact": "^10.19.
|
101
|
+
"preact": "^10.19.3",
|
102
102
|
"tsup": "^8.0.1",
|
103
|
-
"typescript": "^5.3.
|
104
|
-
"vitest": "^
|
103
|
+
"typescript": "^5.3.3",
|
104
|
+
"vitest": "^1.1.0"
|
105
105
|
},
|
106
106
|
"scripts": {
|
107
107
|
"build:tsup": "tsup",
|