@prosekit/react 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.
@@ -38,8 +38,8 @@ import type { Node as Node_2 } from '@prosekit/pm/model';
|
|
38
38
|
import type { NodeViewConstructor } from '@prosekit/pm/view';
|
39
39
|
import { Options } from 'tsup';
|
40
40
|
import { Popover as Popover_2 } from '@prosekit/lit/popover';
|
41
|
-
import { PopoverOptions } from '@prosekit/lit/autocomplete-popover';
|
42
41
|
import { PopoverProps as PopoverProps_2 } from '@prosekit/lit/popover';
|
42
|
+
import { PositioningOptions } from '@prosekit/lit/autocomplete-popover';
|
43
43
|
import { Priority } from '@prosekit/core';
|
44
44
|
import { default as React_2 } from 'react';
|
45
45
|
import { ReactNode } from 'react';
|
@@ -139,10 +139,10 @@ export declare type NodeViewFactory = (options: ReactNodeViewUserOptions) => Nod
|
|
139
139
|
|
140
140
|
export declare const Popover: React_2.ComponentType<PopoverProps & React_2.RefAttributes<Popover_2>>;
|
141
141
|
|
142
|
-
export { PopoverOptions }
|
143
|
-
|
144
142
|
export declare type PopoverProps = React_2.PropsWithChildren<PropsWithClassName<PopoverProps_2>>;
|
145
143
|
|
144
|
+
export { PositioningOptions }
|
145
|
+
|
146
146
|
/**
|
147
147
|
* @internal
|
148
148
|
*/
|
@@ -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/react",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.
|
4
|
+
"version": "0.2.0",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
7
7
|
"name": "ocavue",
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"dependencies": {
|
98
98
|
"@lit/react": "^1.0.2",
|
99
99
|
"@prosekit/core": "^0.2.5",
|
100
|
-
"@prosekit/lit": "^0.
|
100
|
+
"@prosekit/lit": "^0.2.0",
|
101
101
|
"@prosekit/pm": "^0.1.1",
|
102
102
|
"@prosemirror-adapter/core": "^0.2.6"
|
103
103
|
},
|