made-refine 0.2.19 → 0.2.20

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/index.d.mts CHANGED
@@ -271,8 +271,11 @@ interface SelectionOverlayProps {
271
271
  isComponentPrimitive?: boolean;
272
272
  enableResizeHandles?: boolean;
273
273
  onResizeSizingChange?: (changes: Partial<Record<SizingPropertyKey, SizingValue>>, options?: SizingChangeOptions) => void;
274
+ showCommentPill?: boolean;
275
+ isCommentActive?: boolean;
276
+ onCommentPillClick?: () => void;
274
277
  }
275
- declare function SelectionOverlay({ selectedElement, pageFrameElement, pageFrameLabel, canvasZoom, draggedElement, isDragging, ghostPosition, onMoveStart, showMoveHandle, isTextEditing, onDoubleClick, onHoverElement, onClickThrough, onSelectPageFrame, isComponentPrimitive, enableResizeHandles, onResizeSizingChange, }: SelectionOverlayProps): react_jsx_runtime.JSX.Element;
278
+ declare function SelectionOverlay({ selectedElement, pageFrameElement, pageFrameLabel, canvasZoom, draggedElement, isDragging, ghostPosition, onMoveStart, showMoveHandle, isTextEditing, onDoubleClick, onHoverElement, onClickThrough, onSelectPageFrame, isComponentPrimitive, enableResizeHandles, onResizeSizingChange, showCommentPill, isCommentActive, onCommentPillClick, }: SelectionOverlayProps): react_jsx_runtime.JSX.Element;
276
279
 
277
280
  interface MoveOverlayProps {
278
281
  dropIndicator: DropIndicator | null;
package/dist/index.d.ts CHANGED
@@ -271,8 +271,11 @@ interface SelectionOverlayProps {
271
271
  isComponentPrimitive?: boolean;
272
272
  enableResizeHandles?: boolean;
273
273
  onResizeSizingChange?: (changes: Partial<Record<SizingPropertyKey, SizingValue>>, options?: SizingChangeOptions) => void;
274
+ showCommentPill?: boolean;
275
+ isCommentActive?: boolean;
276
+ onCommentPillClick?: () => void;
274
277
  }
275
- declare function SelectionOverlay({ selectedElement, pageFrameElement, pageFrameLabel, canvasZoom, draggedElement, isDragging, ghostPosition, onMoveStart, showMoveHandle, isTextEditing, onDoubleClick, onHoverElement, onClickThrough, onSelectPageFrame, isComponentPrimitive, enableResizeHandles, onResizeSizingChange, }: SelectionOverlayProps): react_jsx_runtime.JSX.Element;
278
+ declare function SelectionOverlay({ selectedElement, pageFrameElement, pageFrameLabel, canvasZoom, draggedElement, isDragging, ghostPosition, onMoveStart, showMoveHandle, isTextEditing, onDoubleClick, onHoverElement, onClickThrough, onSelectPageFrame, isComponentPrimitive, enableResizeHandles, onResizeSizingChange, showCommentPill, isCommentActive, onCommentPillClick, }: SelectionOverlayProps): react_jsx_runtime.JSX.Element;
276
279
 
277
280
  interface MoveOverlayProps {
278
281
  dropIndicator: DropIndicator | null;