@yahoo/uds 3.151.0 → 3.152.1

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.
@@ -515,6 +515,8 @@ interface UniversalIconButtonProps<Icon = GenericIconComponent> {
515
515
  loading?: boolean;
516
516
  /** Disable motion effects (scale on press, icon animations). @default false */
517
517
  disableEffects?: boolean;
518
+ /** Merge props onto the immediate child element instead of rendering a wrapper. @default false */
519
+ asChild?: boolean;
518
520
  }
519
521
  interface UniversalButtonProps<IconSlotType = UniversalIconSlot> extends Pick<SizeStyleProps, 'width'> {
520
522
  /** The visual style variant of the button. */
@@ -515,6 +515,8 @@ interface UniversalIconButtonProps<Icon = GenericIconComponent> {
515
515
  loading?: boolean;
516
516
  /** Disable motion effects (scale on press, icon animations). @default false */
517
517
  disableEffects?: boolean;
518
+ /** Merge props onto the immediate child element instead of rendering a wrapper. @default false */
519
+ asChild?: boolean;
518
520
  }
519
521
  interface UniversalButtonProps<IconSlotType = UniversalIconSlot> extends Pick<SizeStyleProps, 'width'> {
520
522
  /** The visual style variant of the button. */