@prosekit/web 0.4.0 → 0.4.2
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/_tsup-dts-rollup.d.ts +1183 -1183
- package/dist/prosekit-web-autocomplete.d.ts +20 -20
- package/dist/prosekit-web-block-handle.d.ts +15 -15
- package/dist/prosekit-web-inline-popover.d.ts +5 -5
- package/dist/prosekit-web-popover.d.ts +15 -15
- package/dist/prosekit-web-resizable.d.ts +10 -10
- package/dist/prosekit-web-resizable.js +8 -3
- package/dist/prosekit-web-table-handle.d.ts +35 -35
- package/dist/prosekit-web-tooltip.d.ts +15 -15
- package/package.json +9 -9
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export { AutocompleteEmptyElement } from './_tsup-dts-rollup';
|
|
2
|
-
export { autocompleteEmptyEvents } from './_tsup-dts-rollup';
|
|
3
|
-
export { autocompleteEmptyProps } from './_tsup-dts-rollup';
|
|
4
|
-
export { AutocompleteEmptyEvents } from './_tsup-dts-rollup';
|
|
5
|
-
export { AutocompleteEmptyProps } from './_tsup-dts-rollup';
|
|
6
|
-
export { AutocompleteItemElement } from './_tsup-dts-rollup';
|
|
7
|
-
export { autocompleteItemEvents } from './_tsup-dts-rollup';
|
|
8
|
-
export { autocompleteItemProps } from './_tsup-dts-rollup';
|
|
9
|
-
export { AutocompleteItemEvents } from './_tsup-dts-rollup';
|
|
10
|
-
export { AutocompleteItemProps } from './_tsup-dts-rollup';
|
|
11
|
-
export { AutocompleteListElement } from './_tsup-dts-rollup';
|
|
12
|
-
export { autocompleteListEvents } from './_tsup-dts-rollup';
|
|
13
|
-
export { autocompleteListProps } from './_tsup-dts-rollup';
|
|
14
|
-
export { AutocompleteListEvents } from './_tsup-dts-rollup';
|
|
15
|
-
export { AutocompleteListProps } from './_tsup-dts-rollup';
|
|
16
|
-
export { AutocompletePopoverElement } from './_tsup-dts-rollup';
|
|
17
|
-
export { autocompletePopoverEvents } from './_tsup-dts-rollup';
|
|
18
|
-
export { autocompletePopoverProps } from './_tsup-dts-rollup';
|
|
19
|
-
export { AutocompletePopoverEvents } from './_tsup-dts-rollup';
|
|
20
|
-
export { AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
1
|
+
export { AutocompleteEmptyElement } from './_tsup-dts-rollup.js';
|
|
2
|
+
export { autocompleteEmptyEvents } from './_tsup-dts-rollup.js';
|
|
3
|
+
export { autocompleteEmptyProps } from './_tsup-dts-rollup.js';
|
|
4
|
+
export { AutocompleteEmptyEvents } from './_tsup-dts-rollup.js';
|
|
5
|
+
export { AutocompleteEmptyProps } from './_tsup-dts-rollup.js';
|
|
6
|
+
export { AutocompleteItemElement } from './_tsup-dts-rollup.js';
|
|
7
|
+
export { autocompleteItemEvents } from './_tsup-dts-rollup.js';
|
|
8
|
+
export { autocompleteItemProps } from './_tsup-dts-rollup.js';
|
|
9
|
+
export { AutocompleteItemEvents } from './_tsup-dts-rollup.js';
|
|
10
|
+
export { AutocompleteItemProps } from './_tsup-dts-rollup.js';
|
|
11
|
+
export { AutocompleteListElement } from './_tsup-dts-rollup.js';
|
|
12
|
+
export { autocompleteListEvents } from './_tsup-dts-rollup.js';
|
|
13
|
+
export { autocompleteListProps } from './_tsup-dts-rollup.js';
|
|
14
|
+
export { AutocompleteListEvents } from './_tsup-dts-rollup.js';
|
|
15
|
+
export { AutocompleteListProps } from './_tsup-dts-rollup.js';
|
|
16
|
+
export { AutocompletePopoverElement } from './_tsup-dts-rollup.js';
|
|
17
|
+
export { autocompletePopoverEvents } from './_tsup-dts-rollup.js';
|
|
18
|
+
export { autocompletePopoverProps } from './_tsup-dts-rollup.js';
|
|
19
|
+
export { AutocompletePopoverEvents } from './_tsup-dts-rollup.js';
|
|
20
|
+
export { AutocompletePopoverProps } from './_tsup-dts-rollup.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { BlockHandleAddElement } from './_tsup-dts-rollup';
|
|
2
|
-
export { blockHandleAddEvents } from './_tsup-dts-rollup';
|
|
3
|
-
export { blockHandleAddProps } from './_tsup-dts-rollup';
|
|
4
|
-
export { BlockHandleAddEvents } from './_tsup-dts-rollup';
|
|
5
|
-
export { BlockHandleAddProps } from './_tsup-dts-rollup';
|
|
6
|
-
export { BlockHandleDraggableElement } from './_tsup-dts-rollup';
|
|
7
|
-
export { blockHandleDraggableEvents } from './_tsup-dts-rollup';
|
|
8
|
-
export { blockHandleDraggableProps } from './_tsup-dts-rollup';
|
|
9
|
-
export { BlockHandleDraggableEvents } from './_tsup-dts-rollup';
|
|
10
|
-
export { BlockHandleDraggableProps } from './_tsup-dts-rollup';
|
|
11
|
-
export { BlockHandlePopoverElement } from './_tsup-dts-rollup';
|
|
12
|
-
export { blockHandlePopoverEvents } from './_tsup-dts-rollup';
|
|
13
|
-
export { blockHandlePopoverProps } from './_tsup-dts-rollup';
|
|
14
|
-
export { BlockHandlePopoverEvents } from './_tsup-dts-rollup';
|
|
15
|
-
export { BlockHandlePopoverProps } from './_tsup-dts-rollup';
|
|
1
|
+
export { BlockHandleAddElement } from './_tsup-dts-rollup.js';
|
|
2
|
+
export { blockHandleAddEvents } from './_tsup-dts-rollup.js';
|
|
3
|
+
export { blockHandleAddProps } from './_tsup-dts-rollup.js';
|
|
4
|
+
export { BlockHandleAddEvents } from './_tsup-dts-rollup.js';
|
|
5
|
+
export { BlockHandleAddProps } from './_tsup-dts-rollup.js';
|
|
6
|
+
export { BlockHandleDraggableElement } from './_tsup-dts-rollup.js';
|
|
7
|
+
export { blockHandleDraggableEvents } from './_tsup-dts-rollup.js';
|
|
8
|
+
export { blockHandleDraggableProps } from './_tsup-dts-rollup.js';
|
|
9
|
+
export { BlockHandleDraggableEvents } from './_tsup-dts-rollup.js';
|
|
10
|
+
export { BlockHandleDraggableProps } from './_tsup-dts-rollup.js';
|
|
11
|
+
export { BlockHandlePopoverElement } from './_tsup-dts-rollup.js';
|
|
12
|
+
export { blockHandlePopoverEvents } from './_tsup-dts-rollup.js';
|
|
13
|
+
export { blockHandlePopoverProps } from './_tsup-dts-rollup.js';
|
|
14
|
+
export { BlockHandlePopoverEvents } from './_tsup-dts-rollup.js';
|
|
15
|
+
export { BlockHandlePopoverProps } from './_tsup-dts-rollup.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { InlinePopoverElement } from './_tsup-dts-rollup';
|
|
2
|
-
export { inlinePopoverEvents } from './_tsup-dts-rollup';
|
|
3
|
-
export { inlinePopoverProps } from './_tsup-dts-rollup';
|
|
4
|
-
export { InlinePopoverEvents } from './_tsup-dts-rollup';
|
|
5
|
-
export { InlinePopoverProps } from './_tsup-dts-rollup';
|
|
1
|
+
export { InlinePopoverElement } from './_tsup-dts-rollup.js';
|
|
2
|
+
export { inlinePopoverEvents } from './_tsup-dts-rollup.js';
|
|
3
|
+
export { inlinePopoverProps } from './_tsup-dts-rollup.js';
|
|
4
|
+
export { InlinePopoverEvents } from './_tsup-dts-rollup.js';
|
|
5
|
+
export { InlinePopoverProps } from './_tsup-dts-rollup.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { PopoverContentElement } from './_tsup-dts-rollup';
|
|
2
|
-
export { popoverContentEvents } from './_tsup-dts-rollup';
|
|
3
|
-
export { popoverContentProps } from './_tsup-dts-rollup';
|
|
4
|
-
export { PopoverContentEvents } from './_tsup-dts-rollup';
|
|
5
|
-
export { PopoverContentProps } from './_tsup-dts-rollup';
|
|
6
|
-
export { PopoverRootElement } from './_tsup-dts-rollup';
|
|
7
|
-
export { popoverRootEvents } from './_tsup-dts-rollup';
|
|
8
|
-
export { popoverRootProps } from './_tsup-dts-rollup';
|
|
9
|
-
export { PopoverRootEvents } from './_tsup-dts-rollup';
|
|
10
|
-
export { PopoverRootProps } from './_tsup-dts-rollup';
|
|
11
|
-
export { PopoverTriggerElement } from './_tsup-dts-rollup';
|
|
12
|
-
export { popoverTriggerEvents } from './_tsup-dts-rollup';
|
|
13
|
-
export { popoverTriggerProps } from './_tsup-dts-rollup';
|
|
14
|
-
export { PopoverTriggerEvents } from './_tsup-dts-rollup';
|
|
15
|
-
export { PopoverTriggerProps } from './_tsup-dts-rollup';
|
|
1
|
+
export { PopoverContentElement } from './_tsup-dts-rollup.js';
|
|
2
|
+
export { popoverContentEvents } from './_tsup-dts-rollup.js';
|
|
3
|
+
export { popoverContentProps } from './_tsup-dts-rollup.js';
|
|
4
|
+
export { PopoverContentEvents } from './_tsup-dts-rollup.js';
|
|
5
|
+
export { PopoverContentProps } from './_tsup-dts-rollup.js';
|
|
6
|
+
export { PopoverRootElement } from './_tsup-dts-rollup.js';
|
|
7
|
+
export { popoverRootEvents } from './_tsup-dts-rollup.js';
|
|
8
|
+
export { popoverRootProps } from './_tsup-dts-rollup.js';
|
|
9
|
+
export { PopoverRootEvents } from './_tsup-dts-rollup.js';
|
|
10
|
+
export { PopoverRootProps } from './_tsup-dts-rollup.js';
|
|
11
|
+
export { PopoverTriggerElement } from './_tsup-dts-rollup.js';
|
|
12
|
+
export { popoverTriggerEvents } from './_tsup-dts-rollup.js';
|
|
13
|
+
export { popoverTriggerProps } from './_tsup-dts-rollup.js';
|
|
14
|
+
export { PopoverTriggerEvents } from './_tsup-dts-rollup.js';
|
|
15
|
+
export { PopoverTriggerProps } from './_tsup-dts-rollup.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { ResizableHandleElement } from './_tsup-dts-rollup';
|
|
2
|
-
export { resizableHandleEvents } from './_tsup-dts-rollup';
|
|
3
|
-
export { resizableHandleProps } from './_tsup-dts-rollup';
|
|
4
|
-
export { ResizableHandleEvents } from './_tsup-dts-rollup';
|
|
5
|
-
export { ResizableHandleProps } from './_tsup-dts-rollup';
|
|
6
|
-
export { ResizableRootElement } from './_tsup-dts-rollup';
|
|
7
|
-
export { resizableRootEvents } from './_tsup-dts-rollup';
|
|
8
|
-
export { resizableRootProps } from './_tsup-dts-rollup';
|
|
9
|
-
export { ResizableRootEvents } from './_tsup-dts-rollup';
|
|
10
|
-
export { ResizableRootProps } from './_tsup-dts-rollup';
|
|
1
|
+
export { ResizableHandleElement } from './_tsup-dts-rollup.js';
|
|
2
|
+
export { resizableHandleEvents } from './_tsup-dts-rollup.js';
|
|
3
|
+
export { resizableHandleProps } from './_tsup-dts-rollup.js';
|
|
4
|
+
export { ResizableHandleEvents } from './_tsup-dts-rollup.js';
|
|
5
|
+
export { ResizableHandleProps } from './_tsup-dts-rollup.js';
|
|
6
|
+
export { ResizableRootElement } from './_tsup-dts-rollup.js';
|
|
7
|
+
export { resizableRootEvents } from './_tsup-dts-rollup.js';
|
|
8
|
+
export { resizableRootProps } from './_tsup-dts-rollup.js';
|
|
9
|
+
export { ResizableRootEvents } from './_tsup-dts-rollup.js';
|
|
10
|
+
export { ResizableRootProps } from './_tsup-dts-rollup.js';
|
|
@@ -194,9 +194,11 @@ import { defineCustomElement as defineCustomElement2, registerCustomElement as r
|
|
|
194
194
|
// src/components/resizable/resizable-root/setup.ts
|
|
195
195
|
import {
|
|
196
196
|
createSignal as createSignal2,
|
|
197
|
+
useAttribute,
|
|
197
198
|
useEffect as useEffect2
|
|
198
199
|
} from "@aria-ui/core";
|
|
199
200
|
function useResizableRoot(host, { state, emit }) {
|
|
201
|
+
const resizing = createSignal2(false);
|
|
200
202
|
const onResizeStart = () => {
|
|
201
203
|
var _a;
|
|
202
204
|
const { width, height } = host.getBoundingClientRect();
|
|
@@ -205,6 +207,7 @@ function useResizableRoot(host, { state, emit }) {
|
|
|
205
207
|
aspectRatio = 0;
|
|
206
208
|
}
|
|
207
209
|
emit("resizeStart", { width, height });
|
|
210
|
+
resizing.set(true);
|
|
208
211
|
return [width, height, aspectRatio];
|
|
209
212
|
};
|
|
210
213
|
const onResize = (width, height) => {
|
|
@@ -214,6 +217,7 @@ function useResizableRoot(host, { state, emit }) {
|
|
|
214
217
|
const onResizeEnd = () => {
|
|
215
218
|
const { width, height } = host.getBoundingClientRect();
|
|
216
219
|
emit("resizeEnd", { width, height });
|
|
220
|
+
resizing.set(false);
|
|
217
221
|
};
|
|
218
222
|
onResizeStartContext.provide(host, createSignal2(onResizeStart));
|
|
219
223
|
onResizeContext.provide(host, createSignal2(onResize));
|
|
@@ -221,11 +225,12 @@ function useResizableRoot(host, { state, emit }) {
|
|
|
221
225
|
useEffect2(host, () => {
|
|
222
226
|
updateResizableRootStyles(
|
|
223
227
|
host,
|
|
224
|
-
state.width.get(),
|
|
225
|
-
state.height.get(),
|
|
228
|
+
Math.max(state.width.get() || 0, 1),
|
|
229
|
+
Math.max(state.height.get() || 0, 1),
|
|
226
230
|
state.aspectRatio.get()
|
|
227
231
|
);
|
|
228
232
|
});
|
|
233
|
+
useAttribute(host, "data-resizing", () => resizing.get() ? "" : void 0);
|
|
229
234
|
}
|
|
230
235
|
function updateResizableRootStyles(host, width, height, aspectRatio) {
|
|
231
236
|
host.style.width = isFinitePositiveNumber(width) ? `${width}px` : "";
|
|
@@ -235,7 +240,7 @@ function updateResizableRootStyles(host, width, height, aspectRatio) {
|
|
|
235
240
|
if (width && width > 0 && aspectRatio >= 1) {
|
|
236
241
|
host.style.height = "auto";
|
|
237
242
|
} else if (height && height > 0 && aspectRatio <= 1) {
|
|
238
|
-
host.style.width = "
|
|
243
|
+
host.style.width = "min-content";
|
|
239
244
|
}
|
|
240
245
|
}
|
|
241
246
|
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
export { TableHandleColumnRootElement } from './_tsup-dts-rollup';
|
|
2
|
-
export { tableHandleColumnRootEvents } from './_tsup-dts-rollup';
|
|
3
|
-
export { tableHandleColumnRootProps } from './_tsup-dts-rollup';
|
|
4
|
-
export { TableHandleColumnRootEvents } from './_tsup-dts-rollup';
|
|
5
|
-
export { TableHandleColumnRootProps } from './_tsup-dts-rollup';
|
|
6
|
-
export { TableHandleColumnTriggerElement } from './_tsup-dts-rollup';
|
|
7
|
-
export { tableHandleColumnTriggerEvents } from './_tsup-dts-rollup';
|
|
8
|
-
export { tableHandleColumnTriggerProps } from './_tsup-dts-rollup';
|
|
9
|
-
export { TableHandleColumnTriggerEvents } from './_tsup-dts-rollup';
|
|
10
|
-
export { TableHandleColumnTriggerProps } from './_tsup-dts-rollup';
|
|
11
|
-
export { TableHandlePopoverContentElement } from './_tsup-dts-rollup';
|
|
12
|
-
export { tableHandlePopoverContentEvents } from './_tsup-dts-rollup';
|
|
13
|
-
export { tableHandlePopoverContentProps } from './_tsup-dts-rollup';
|
|
14
|
-
export { TableHandlePopoverContentEvents } from './_tsup-dts-rollup';
|
|
15
|
-
export { TableHandlePopoverContentProps } from './_tsup-dts-rollup';
|
|
16
|
-
export { TableHandlePopoverItemElement } from './_tsup-dts-rollup';
|
|
17
|
-
export { tableHandlePopoverItemEvents } from './_tsup-dts-rollup';
|
|
18
|
-
export { tableHandlePopoverItemProps } from './_tsup-dts-rollup';
|
|
19
|
-
export { TableHandlePopoverItemEvents } from './_tsup-dts-rollup';
|
|
20
|
-
export { TableHandlePopoverItemProps } from './_tsup-dts-rollup';
|
|
21
|
-
export { TableHandleRootElement } from './_tsup-dts-rollup';
|
|
22
|
-
export { tableHandleRootEvents } from './_tsup-dts-rollup';
|
|
23
|
-
export { tableHandleRootProps } from './_tsup-dts-rollup';
|
|
24
|
-
export { TableHandleRootEvents } from './_tsup-dts-rollup';
|
|
25
|
-
export { TableHandleRootProps } from './_tsup-dts-rollup';
|
|
26
|
-
export { TableHandleRowRootElement } from './_tsup-dts-rollup';
|
|
27
|
-
export { tableHandleRowRootEvents } from './_tsup-dts-rollup';
|
|
28
|
-
export { tableHandleRowRootProps } from './_tsup-dts-rollup';
|
|
29
|
-
export { TableHandleRowRootEvents } from './_tsup-dts-rollup';
|
|
30
|
-
export { TableHandleRowRootProps } from './_tsup-dts-rollup';
|
|
31
|
-
export { TableHandleRowTriggerElement } from './_tsup-dts-rollup';
|
|
32
|
-
export { tableHandleRowTriggerEvents } from './_tsup-dts-rollup';
|
|
33
|
-
export { tableHandleRowTriggerProps } from './_tsup-dts-rollup';
|
|
34
|
-
export { TableHandleRowTriggerEvents } from './_tsup-dts-rollup';
|
|
35
|
-
export { TableHandleRowTriggerProps } from './_tsup-dts-rollup';
|
|
1
|
+
export { TableHandleColumnRootElement } from './_tsup-dts-rollup.js';
|
|
2
|
+
export { tableHandleColumnRootEvents } from './_tsup-dts-rollup.js';
|
|
3
|
+
export { tableHandleColumnRootProps } from './_tsup-dts-rollup.js';
|
|
4
|
+
export { TableHandleColumnRootEvents } from './_tsup-dts-rollup.js';
|
|
5
|
+
export { TableHandleColumnRootProps } from './_tsup-dts-rollup.js';
|
|
6
|
+
export { TableHandleColumnTriggerElement } from './_tsup-dts-rollup.js';
|
|
7
|
+
export { tableHandleColumnTriggerEvents } from './_tsup-dts-rollup.js';
|
|
8
|
+
export { tableHandleColumnTriggerProps } from './_tsup-dts-rollup.js';
|
|
9
|
+
export { TableHandleColumnTriggerEvents } from './_tsup-dts-rollup.js';
|
|
10
|
+
export { TableHandleColumnTriggerProps } from './_tsup-dts-rollup.js';
|
|
11
|
+
export { TableHandlePopoverContentElement } from './_tsup-dts-rollup.js';
|
|
12
|
+
export { tableHandlePopoverContentEvents } from './_tsup-dts-rollup.js';
|
|
13
|
+
export { tableHandlePopoverContentProps } from './_tsup-dts-rollup.js';
|
|
14
|
+
export { TableHandlePopoverContentEvents } from './_tsup-dts-rollup.js';
|
|
15
|
+
export { TableHandlePopoverContentProps } from './_tsup-dts-rollup.js';
|
|
16
|
+
export { TableHandlePopoverItemElement } from './_tsup-dts-rollup.js';
|
|
17
|
+
export { tableHandlePopoverItemEvents } from './_tsup-dts-rollup.js';
|
|
18
|
+
export { tableHandlePopoverItemProps } from './_tsup-dts-rollup.js';
|
|
19
|
+
export { TableHandlePopoverItemEvents } from './_tsup-dts-rollup.js';
|
|
20
|
+
export { TableHandlePopoverItemProps } from './_tsup-dts-rollup.js';
|
|
21
|
+
export { TableHandleRootElement } from './_tsup-dts-rollup.js';
|
|
22
|
+
export { tableHandleRootEvents } from './_tsup-dts-rollup.js';
|
|
23
|
+
export { tableHandleRootProps } from './_tsup-dts-rollup.js';
|
|
24
|
+
export { TableHandleRootEvents } from './_tsup-dts-rollup.js';
|
|
25
|
+
export { TableHandleRootProps } from './_tsup-dts-rollup.js';
|
|
26
|
+
export { TableHandleRowRootElement } from './_tsup-dts-rollup.js';
|
|
27
|
+
export { tableHandleRowRootEvents } from './_tsup-dts-rollup.js';
|
|
28
|
+
export { tableHandleRowRootProps } from './_tsup-dts-rollup.js';
|
|
29
|
+
export { TableHandleRowRootEvents } from './_tsup-dts-rollup.js';
|
|
30
|
+
export { TableHandleRowRootProps } from './_tsup-dts-rollup.js';
|
|
31
|
+
export { TableHandleRowTriggerElement } from './_tsup-dts-rollup.js';
|
|
32
|
+
export { tableHandleRowTriggerEvents } from './_tsup-dts-rollup.js';
|
|
33
|
+
export { tableHandleRowTriggerProps } from './_tsup-dts-rollup.js';
|
|
34
|
+
export { TableHandleRowTriggerEvents } from './_tsup-dts-rollup.js';
|
|
35
|
+
export { TableHandleRowTriggerProps } from './_tsup-dts-rollup.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { TooltipContentElement } from './_tsup-dts-rollup';
|
|
2
|
-
export { tooltipContentEvents } from './_tsup-dts-rollup';
|
|
3
|
-
export { tooltipContentProps } from './_tsup-dts-rollup';
|
|
4
|
-
export { TooltipContentEvents } from './_tsup-dts-rollup';
|
|
5
|
-
export { TooltipContentProps } from './_tsup-dts-rollup';
|
|
6
|
-
export { TooltipRootElement } from './_tsup-dts-rollup';
|
|
7
|
-
export { tooltipRootEvents } from './_tsup-dts-rollup';
|
|
8
|
-
export { tooltipRootProps } from './_tsup-dts-rollup';
|
|
9
|
-
export { TooltipRootEvents } from './_tsup-dts-rollup';
|
|
10
|
-
export { TooltipRootProps } from './_tsup-dts-rollup';
|
|
11
|
-
export { TooltipTriggerElement } from './_tsup-dts-rollup';
|
|
12
|
-
export { tooltipTriggerEvents } from './_tsup-dts-rollup';
|
|
13
|
-
export { tooltipTriggerProps } from './_tsup-dts-rollup';
|
|
14
|
-
export { TooltipTriggerEvents } from './_tsup-dts-rollup';
|
|
15
|
-
export { TooltipTriggerProps } from './_tsup-dts-rollup';
|
|
1
|
+
export { TooltipContentElement } from './_tsup-dts-rollup.js';
|
|
2
|
+
export { tooltipContentEvents } from './_tsup-dts-rollup.js';
|
|
3
|
+
export { tooltipContentProps } from './_tsup-dts-rollup.js';
|
|
4
|
+
export { TooltipContentEvents } from './_tsup-dts-rollup.js';
|
|
5
|
+
export { TooltipContentProps } from './_tsup-dts-rollup.js';
|
|
6
|
+
export { TooltipRootElement } from './_tsup-dts-rollup.js';
|
|
7
|
+
export { tooltipRootEvents } from './_tsup-dts-rollup.js';
|
|
8
|
+
export { tooltipRootProps } from './_tsup-dts-rollup.js';
|
|
9
|
+
export { TooltipRootEvents } from './_tsup-dts-rollup.js';
|
|
10
|
+
export { TooltipRootProps } from './_tsup-dts-rollup.js';
|
|
11
|
+
export { TooltipTriggerElement } from './_tsup-dts-rollup.js';
|
|
12
|
+
export { tooltipTriggerEvents } from './_tsup-dts-rollup.js';
|
|
13
|
+
export { tooltipTriggerProps } from './_tsup-dts-rollup.js';
|
|
14
|
+
export { TooltipTriggerEvents } from './_tsup-dts-rollup.js';
|
|
15
|
+
export { TooltipTriggerProps } from './_tsup-dts-rollup.js';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosekit/web",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -79,18 +79,18 @@
|
|
|
79
79
|
"@aria-ui/presence": "^0.0.15",
|
|
80
80
|
"@aria-ui/tooltip": "^0.0.23",
|
|
81
81
|
"@floating-ui/dom": "^1.6.11",
|
|
82
|
-
"@zag-js/dom-query": "^0.
|
|
82
|
+
"@zag-js/dom-query": "^0.75.0",
|
|
83
83
|
"just-map-values": "^3.2.0",
|
|
84
84
|
"just-omit": "^2.2.0",
|
|
85
|
-
"prosemirror-tables": "^1.5.
|
|
86
|
-
"@prosekit/core": "^0.7.
|
|
87
|
-
"@prosekit/
|
|
88
|
-
"@prosekit/
|
|
85
|
+
"prosemirror-tables": "^1.5.1",
|
|
86
|
+
"@prosekit/core": "^0.7.12",
|
|
87
|
+
"@prosekit/extensions": "^0.7.20",
|
|
88
|
+
"@prosekit/pm": "^0.1.8"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"tsup": "^8.3.
|
|
92
|
-
"typescript": "^5.6.
|
|
93
|
-
"vitest": "^2.1.
|
|
91
|
+
"tsup": "^8.3.4",
|
|
92
|
+
"typescript": "^5.6.3",
|
|
93
|
+
"vitest": "^2.1.3",
|
|
94
94
|
"@prosekit/dev": "0.0.0"
|
|
95
95
|
},
|
|
96
96
|
"scripts": {
|