@prosekit/preact 0.4.9 → 0.4.10

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.
@@ -87,7 +87,8 @@ export { AutocompleteEmpty as AutocompleteEmpty_alias_1 }
87
87
  /**
88
88
  * Props for the {@link AutocompleteEmpty} component.
89
89
  */
90
- declare type AutocompleteEmptyProps = Partial<CreateProps<AutocompleteEmptyProps_2, AutocompleteEmptyEvents>>;
90
+ declare interface AutocompleteEmptyProps extends Partial<CreateProps<AutocompleteEmptyProps_2, AutocompleteEmptyEvents>> {
91
+ }
91
92
  export { AutocompleteEmptyProps }
92
93
  export { AutocompleteEmptyProps as AutocompleteEmptyProps_alias_1 }
93
94
 
@@ -98,7 +99,8 @@ export { AutocompleteItem as AutocompleteItem_alias_1 }
98
99
  /**
99
100
  * Props for the {@link AutocompleteItem} component.
100
101
  */
101
- declare type AutocompleteItemProps = Partial<CreateProps<AutocompleteItemProps_2, AutocompleteItemEvents>>;
102
+ declare interface AutocompleteItemProps extends Partial<CreateProps<AutocompleteItemProps_2, AutocompleteItemEvents>> {
103
+ }
102
104
  export { AutocompleteItemProps }
103
105
  export { AutocompleteItemProps as AutocompleteItemProps_alias_1 }
104
106
 
@@ -109,7 +111,8 @@ export { AutocompleteList as AutocompleteList_alias_1 }
109
111
  /**
110
112
  * Props for the {@link AutocompleteList} component.
111
113
  */
112
- declare type AutocompleteListProps = Partial<CreateProps<AutocompleteListProps_2, AutocompleteListEvents>>;
114
+ declare interface AutocompleteListProps extends Partial<CreateProps<AutocompleteListProps_2, AutocompleteListEvents>> {
115
+ }
113
116
  export { AutocompleteListProps }
114
117
  export { AutocompleteListProps as AutocompleteListProps_alias_1 }
115
118
 
@@ -120,7 +123,8 @@ export { AutocompletePopover as AutocompletePopover_alias_1 }
120
123
  /**
121
124
  * Props for the {@link AutocompletePopover} component.
122
125
  */
123
- declare type AutocompletePopoverProps = Partial<CreateProps<AutocompletePopoverProps_2, AutocompletePopoverEvents>>;
126
+ declare interface AutocompletePopoverProps extends Partial<CreateProps<AutocompletePopoverProps_2, AutocompletePopoverEvents>> {
127
+ }
124
128
  export { AutocompletePopoverProps }
125
129
  export { AutocompletePopoverProps as AutocompletePopoverProps_alias_1 }
126
130
 
@@ -131,7 +135,8 @@ export { BlockHandleAdd as BlockHandleAdd_alias_1 }
131
135
  /**
132
136
  * Props for the {@link BlockHandleAdd} component.
133
137
  */
134
- declare type BlockHandleAddProps = Partial<CreateProps<BlockHandleAddProps_2, BlockHandleAddEvents>>;
138
+ declare interface BlockHandleAddProps extends Partial<CreateProps<BlockHandleAddProps_2, BlockHandleAddEvents>> {
139
+ }
135
140
  export { BlockHandleAddProps }
136
141
  export { BlockHandleAddProps as BlockHandleAddProps_alias_1 }
137
142
 
@@ -142,7 +147,8 @@ export { BlockHandleDraggable as BlockHandleDraggable_alias_1 }
142
147
  /**
143
148
  * Props for the {@link BlockHandleDraggable} component.
144
149
  */
145
- declare type BlockHandleDraggableProps = Partial<CreateProps<BlockHandleDraggableProps_2, BlockHandleDraggableEvents>>;
150
+ declare interface BlockHandleDraggableProps extends Partial<CreateProps<BlockHandleDraggableProps_2, BlockHandleDraggableEvents>> {
151
+ }
146
152
  export { BlockHandleDraggableProps }
147
153
  export { BlockHandleDraggableProps as BlockHandleDraggableProps_alias_1 }
148
154
 
@@ -153,7 +159,8 @@ export { BlockHandlePopover as BlockHandlePopover_alias_1 }
153
159
  /**
154
160
  * Props for the {@link BlockHandlePopover} component.
155
161
  */
156
- declare type BlockHandlePopoverProps = Partial<CreateProps<BlockHandlePopoverProps_2, BlockHandlePopoverEvents>>;
162
+ declare interface BlockHandlePopoverProps extends Partial<CreateProps<BlockHandlePopoverProps_2, BlockHandlePopoverEvents>> {
163
+ }
157
164
  export { BlockHandlePopoverProps }
158
165
  export { BlockHandlePopoverProps as BlockHandlePopoverProps_alias_1 }
159
166
 
@@ -183,7 +190,8 @@ export { InlinePopover as InlinePopover_alias_1 }
183
190
  /**
184
191
  * Props for the {@link InlinePopover} component.
185
192
  */
186
- declare type InlinePopoverProps = Partial<CreateProps<InlinePopoverProps_2, InlinePopoverEvents>>;
193
+ declare interface InlinePopoverProps extends Partial<CreateProps<InlinePopoverProps_2, InlinePopoverEvents>> {
194
+ }
187
195
  export { InlinePopoverProps }
188
196
  export { InlinePopoverProps as InlinePopoverProps_alias_1 }
189
197
 
@@ -194,7 +202,8 @@ export { PopoverContent as PopoverContent_alias_1 }
194
202
  /**
195
203
  * Props for the {@link PopoverContent} component.
196
204
  */
197
- declare type PopoverContentProps = Partial<CreateProps<PopoverContentProps_2, PopoverContentEvents>>;
205
+ declare interface PopoverContentProps extends Partial<CreateProps<PopoverContentProps_2, PopoverContentEvents>> {
206
+ }
198
207
  export { PopoverContentProps }
199
208
  export { PopoverContentProps as PopoverContentProps_alias_1 }
200
209
 
@@ -205,7 +214,8 @@ export { PopoverRoot as PopoverRoot_alias_1 }
205
214
  /**
206
215
  * Props for the {@link PopoverRoot} component.
207
216
  */
208
- declare type PopoverRootProps = Partial<CreateProps<PopoverRootProps_2, PopoverRootEvents>>;
217
+ declare interface PopoverRootProps extends Partial<CreateProps<PopoverRootProps_2, PopoverRootEvents>> {
218
+ }
209
219
  export { PopoverRootProps }
210
220
  export { PopoverRootProps as PopoverRootProps_alias_1 }
211
221
 
@@ -216,7 +226,8 @@ export { PopoverTrigger as PopoverTrigger_alias_1 }
216
226
  /**
217
227
  * Props for the {@link PopoverTrigger} component.
218
228
  */
219
- declare type PopoverTriggerProps = Partial<CreateProps<PopoverTriggerProps_2, PopoverTriggerEvents>>;
229
+ declare interface PopoverTriggerProps extends Partial<CreateProps<PopoverTriggerProps_2, PopoverTriggerEvents>> {
230
+ }
220
231
  export { PopoverTriggerProps }
221
232
  export { PopoverTriggerProps as PopoverTriggerProps_alias_1 }
222
233
 
@@ -262,7 +273,8 @@ export { ResizableHandle as ResizableHandle_alias_1 }
262
273
  /**
263
274
  * Props for the {@link ResizableHandle} component.
264
275
  */
265
- declare type ResizableHandleProps = Partial<CreateProps<ResizableHandleProps_2, ResizableHandleEvents>>;
276
+ declare interface ResizableHandleProps extends Partial<CreateProps<ResizableHandleProps_2, ResizableHandleEvents>> {
277
+ }
266
278
  export { ResizableHandleProps }
267
279
  export { ResizableHandleProps as ResizableHandleProps_alias_1 }
268
280
 
@@ -273,7 +285,8 @@ export { ResizableRoot as ResizableRoot_alias_1 }
273
285
  /**
274
286
  * Props for the {@link ResizableRoot} component.
275
287
  */
276
- declare type ResizableRootProps = Partial<CreateProps<ResizableRootProps_2, ResizableRootEvents>>;
288
+ declare interface ResizableRootProps extends Partial<CreateProps<ResizableRootProps_2, ResizableRootEvents>> {
289
+ }
277
290
  export { ResizableRootProps }
278
291
  export { ResizableRootProps as ResizableRootProps_alias_1 }
279
292
 
@@ -284,7 +297,8 @@ export { TableHandleColumnRoot as TableHandleColumnRoot_alias_1 }
284
297
  /**
285
298
  * Props for the {@link TableHandleColumnRoot} component.
286
299
  */
287
- declare type TableHandleColumnRootProps = Partial<CreateProps<TableHandleColumnRootProps_2, TableHandleColumnRootEvents>>;
300
+ declare interface TableHandleColumnRootProps extends Partial<CreateProps<TableHandleColumnRootProps_2, TableHandleColumnRootEvents>> {
301
+ }
288
302
  export { TableHandleColumnRootProps }
289
303
  export { TableHandleColumnRootProps as TableHandleColumnRootProps_alias_1 }
290
304
 
@@ -295,7 +309,8 @@ export { TableHandleColumnTrigger as TableHandleColumnTrigger_alias_1 }
295
309
  /**
296
310
  * Props for the {@link TableHandleColumnTrigger} component.
297
311
  */
298
- declare type TableHandleColumnTriggerProps = Partial<CreateProps<TableHandleColumnTriggerProps_2, TableHandleColumnTriggerEvents>>;
312
+ declare interface TableHandleColumnTriggerProps extends Partial<CreateProps<TableHandleColumnTriggerProps_2, TableHandleColumnTriggerEvents>> {
313
+ }
299
314
  export { TableHandleColumnTriggerProps }
300
315
  export { TableHandleColumnTriggerProps as TableHandleColumnTriggerProps_alias_1 }
301
316
 
@@ -306,7 +321,8 @@ export { TableHandlePopoverContent as TableHandlePopoverContent_alias_1 }
306
321
  /**
307
322
  * Props for the {@link TableHandlePopoverContent} component.
308
323
  */
309
- declare type TableHandlePopoverContentProps = Partial<CreateProps<TableHandlePopoverContentProps_2, TableHandlePopoverContentEvents>>;
324
+ declare interface TableHandlePopoverContentProps extends Partial<CreateProps<TableHandlePopoverContentProps_2, TableHandlePopoverContentEvents>> {
325
+ }
310
326
  export { TableHandlePopoverContentProps }
311
327
  export { TableHandlePopoverContentProps as TableHandlePopoverContentProps_alias_1 }
312
328
 
@@ -317,7 +333,8 @@ export { TableHandlePopoverItem as TableHandlePopoverItem_alias_1 }
317
333
  /**
318
334
  * Props for the {@link TableHandlePopoverItem} component.
319
335
  */
320
- declare type TableHandlePopoverItemProps = Partial<CreateProps<TableHandlePopoverItemProps_2, TableHandlePopoverItemEvents>>;
336
+ declare interface TableHandlePopoverItemProps extends Partial<CreateProps<TableHandlePopoverItemProps_2, TableHandlePopoverItemEvents>> {
337
+ }
321
338
  export { TableHandlePopoverItemProps }
322
339
  export { TableHandlePopoverItemProps as TableHandlePopoverItemProps_alias_1 }
323
340
 
@@ -328,7 +345,8 @@ export { TableHandleRoot as TableHandleRoot_alias_1 }
328
345
  /**
329
346
  * Props for the {@link TableHandleRoot} component.
330
347
  */
331
- declare type TableHandleRootProps = Partial<CreateProps<TableHandleRootProps_2, TableHandleRootEvents>>;
348
+ declare interface TableHandleRootProps extends Partial<CreateProps<TableHandleRootProps_2, TableHandleRootEvents>> {
349
+ }
332
350
  export { TableHandleRootProps }
333
351
  export { TableHandleRootProps as TableHandleRootProps_alias_1 }
334
352
 
@@ -339,7 +357,8 @@ export { TableHandleRowRoot as TableHandleRowRoot_alias_1 }
339
357
  /**
340
358
  * Props for the {@link TableHandleRowRoot} component.
341
359
  */
342
- declare type TableHandleRowRootProps = Partial<CreateProps<TableHandleRowRootProps_2, TableHandleRowRootEvents>>;
360
+ declare interface TableHandleRowRootProps extends Partial<CreateProps<TableHandleRowRootProps_2, TableHandleRowRootEvents>> {
361
+ }
343
362
  export { TableHandleRowRootProps }
344
363
  export { TableHandleRowRootProps as TableHandleRowRootProps_alias_1 }
345
364
 
@@ -350,7 +369,8 @@ export { TableHandleRowTrigger as TableHandleRowTrigger_alias_1 }
350
369
  /**
351
370
  * Props for the {@link TableHandleRowTrigger} component.
352
371
  */
353
- declare type TableHandleRowTriggerProps = Partial<CreateProps<TableHandleRowTriggerProps_2, TableHandleRowTriggerEvents>>;
372
+ declare interface TableHandleRowTriggerProps extends Partial<CreateProps<TableHandleRowTriggerProps_2, TableHandleRowTriggerEvents>> {
373
+ }
354
374
  export { TableHandleRowTriggerProps }
355
375
  export { TableHandleRowTriggerProps as TableHandleRowTriggerProps_alias_1 }
356
376
 
@@ -361,7 +381,8 @@ export { TooltipContent as TooltipContent_alias_1 }
361
381
  /**
362
382
  * Props for the {@link TooltipContent} component.
363
383
  */
364
- declare type TooltipContentProps = Partial<CreateProps<TooltipContentProps_2, TooltipContentEvents>>;
384
+ declare interface TooltipContentProps extends Partial<CreateProps<TooltipContentProps_2, TooltipContentEvents>> {
385
+ }
365
386
  export { TooltipContentProps }
366
387
  export { TooltipContentProps as TooltipContentProps_alias_1 }
367
388
 
@@ -372,7 +393,8 @@ export { TooltipRoot as TooltipRoot_alias_1 }
372
393
  /**
373
394
  * Props for the {@link TooltipRoot} component.
374
395
  */
375
- declare type TooltipRootProps = Partial<CreateProps<TooltipRootProps_2, TooltipRootEvents>>;
396
+ declare interface TooltipRootProps extends Partial<CreateProps<TooltipRootProps_2, TooltipRootEvents>> {
397
+ }
376
398
  export { TooltipRootProps }
377
399
  export { TooltipRootProps as TooltipRootProps_alias_1 }
378
400
 
@@ -383,7 +405,8 @@ export { TooltipTrigger as TooltipTrigger_alias_1 }
383
405
  /**
384
406
  * Props for the {@link TooltipTrigger} component.
385
407
  */
386
- declare type TooltipTriggerProps = Partial<CreateProps<TooltipTriggerProps_2, TooltipTriggerEvents>>;
408
+ declare interface TooltipTriggerProps extends Partial<CreateProps<TooltipTriggerProps_2, TooltipTriggerEvents>> {
409
+ }
387
410
  export { TooltipTriggerProps }
388
411
  export { TooltipTriggerProps as TooltipTriggerProps_alias_1 }
389
412
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/preact",
3
3
  "type": "module",
4
- "version": "0.4.9",
4
+ "version": "0.4.10",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -71,9 +71,9 @@
71
71
  ],
72
72
  "dependencies": {
73
73
  "react-merge-refs": "^2.1.1",
74
- "@prosekit/core": "^0.7.15",
74
+ "@prosekit/core": "^0.8.0",
75
75
  "@prosekit/pm": "^0.1.9",
76
- "@prosekit/web": "^0.5.5"
76
+ "@prosekit/web": "^0.5.6"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "preact": ">= 10.11.0"
@@ -84,10 +84,10 @@
84
84
  }
85
85
  },
86
86
  "devDependencies": {
87
- "preact": "^10.25.4",
88
- "tsup": "^8.3.5",
89
- "typescript": "~5.7.2",
90
- "vitest": "^3.0.4",
87
+ "preact": "^10.26.4",
88
+ "tsup": "^8.4.0",
89
+ "typescript": "~5.7.3",
90
+ "vitest": "^3.0.9",
91
91
  "@prosekit/dev": "0.0.0"
92
92
  },
93
93
  "scripts": {