@reeverdev/ui 0.2.164 → 0.2.166

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.cts CHANGED
@@ -338,6 +338,8 @@ interface PopoverProps {
338
338
  }
339
339
  declare const Popover: React$1.FC<PopoverProps>;
340
340
  interface PopoverTriggerProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement> {
341
+ /** Merge props onto child element instead of rendering a button */
342
+ asChild?: boolean;
341
343
  }
342
344
  declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
343
345
  interface PopoverAnchorProps extends React$1.HTMLAttributes<HTMLDivElement> {
package/dist/index.d.ts CHANGED
@@ -338,6 +338,8 @@ interface PopoverProps {
338
338
  }
339
339
  declare const Popover: React$1.FC<PopoverProps>;
340
340
  interface PopoverTriggerProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement> {
341
+ /** Merge props onto child element instead of rendering a button */
342
+ asChild?: boolean;
341
343
  }
342
344
  declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
343
345
  interface PopoverAnchorProps extends React$1.HTMLAttributes<HTMLDivElement> {