@prosekit/solid 0.1.6 → 0.2.0
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.
@@ -15,8 +15,8 @@ import type { JSXElement } from 'solid-js';
|
|
15
15
|
import { Keymap } from '@prosekit/core';
|
16
16
|
import { Options } from 'tsup';
|
17
17
|
import { ParentProps } from 'solid-js';
|
18
|
-
import { PopoverOptions } from '@prosekit/lit/autocomplete-popover';
|
19
18
|
import type { PopoverProps as PopoverProps_2 } from '@prosekit/lit/popover';
|
19
|
+
import { PositioningOptions } from '@prosekit/lit/autocomplete-popover';
|
20
20
|
import { Priority } from '@prosekit/core';
|
21
21
|
import type { ResizableHandleProps as ResizableHandleProps_2 } from '@prosekit/lit/resizable-handle';
|
22
22
|
import type { ResizableProps as ResizableProps_2 } from '@prosekit/lit/resizable';
|
@@ -91,10 +91,10 @@ export declare type InlinePopoverProps = PropsWithChildren<PropsWithClass<Inline
|
|
91
91
|
|
92
92
|
export declare const Popover: Component<PopoverProps>;
|
93
93
|
|
94
|
-
export { PopoverOptions }
|
95
|
-
|
96
94
|
export declare type PopoverProps = PropsWithChildren<PropsWithClass<PopoverProps_2>>;
|
97
95
|
|
96
|
+
export { PositioningOptions }
|
97
|
+
|
98
98
|
/**
|
99
99
|
* @internal
|
100
100
|
*/
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export {
|
1
|
+
export { PositioningOptions } from './_tsup-dts-rollup';
|
2
2
|
export { AutocompletePopover_alias_1 as AutocompletePopover } from './_tsup-dts-rollup';
|
3
3
|
export { AutocompletePopoverProps_alias_1 as AutocompletePopoverProps } from './_tsup-dts-rollup';
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prosekit/solid",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.
|
4
|
+
"version": "0.2.0",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
7
7
|
"name": "ocavue",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
],
|
97
97
|
"dependencies": {
|
98
98
|
"@prosekit/core": "^0.2.5",
|
99
|
-
"@prosekit/lit": "^0.
|
99
|
+
"@prosekit/lit": "^0.2.0"
|
100
100
|
},
|
101
101
|
"peerDependencies": {
|
102
102
|
"solid-js": ">= 1.7.0"
|