From ecd55993977b35476b9f1b2c83ef1d74993d47b4 Mon Sep 17 00:00:00 2001 From: David Matejka Date: Mon, 1 Jul 2024 19:10:55 +0200 Subject: [PATCH] chore: ae up --- build/api/react-repeater-dnd-kit.api.md | 5 +++-- build/api/react-ui-lib.api.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build/api/react-repeater-dnd-kit.api.md b/build/api/react-repeater-dnd-kit.api.md index 762af9170..0789d81d1 100644 --- a/build/api/react-repeater-dnd-kit.api.md +++ b/build/api/react-repeater-dnd-kit.api.md @@ -9,6 +9,7 @@ import { Active } from '@dnd-kit/core'; import { ClientRect as ClientRect_2 } from '@dnd-kit/core'; import { Context } from 'react'; +import { DndContextProps } from '@dnd-kit/core'; import { DraggableAttributes } from '@dnd-kit/core'; import { EntityAccessor } from '@contember/react-binding'; import { JSX as JSX_2 } from 'react/jsx-runtime'; @@ -25,9 +26,9 @@ import { UniqueIdentifier } from '@dnd-kit/core'; export const RepeaterActiveEntityContext: Context; // @public (undocumented) -export const RepeaterSortable: ({ children }: { +export const RepeaterSortable: ({ children, onDragStart, onDragEnd: onDragEndIn, onDragCancel: onDragCancelIn, ...props }: { children: ReactNode; -}) => JSX_2.Element; +} & DndContextProps) => JSX_2.Element; // @public (undocumented) export const RepeaterSortableDragOverlay: ({ children }: { diff --git a/build/api/react-ui-lib.api.md b/build/api/react-ui-lib.api.md index e00b797fc..4a2c431af 100644 --- a/build/api/react-ui-lib.api.md +++ b/build/api/react-ui-lib.api.md @@ -1240,7 +1240,7 @@ export interface EditorCanvasProps

{ } // @public (undocumented) -export const EditorEditableCanvas: ({ className, ...editableProps }: EditorEditableCanvasProps) => JSX_2.Element; +export const EditorEditableCanvas: (editableProps: EditorEditableCanvasProps) => JSX_2.Element; // Warning: (ae-forgotten-export) The symbol "EditableProps" needs to be exported by the entry point index.d.ts //