@homebound/beam 2.384.0 → 2.385.0

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
@@ -5010,7 +5010,7 @@ interface NavLinkProps extends BeamFocusableProps {
5010
5010
  disabled?: boolean;
5011
5011
  /** if `href` isn't provided, it is treated as a <button> */
5012
5012
  href?: string;
5013
- label: string;
5013
+ label: ReactNode;
5014
5014
  icon?: IconKey;
5015
5015
  variant: NavLinkVariant;
5016
5016
  openInNew?: boolean;
package/dist/index.d.ts CHANGED
@@ -5010,7 +5010,7 @@ interface NavLinkProps extends BeamFocusableProps {
5010
5010
  disabled?: boolean;
5011
5011
  /** if `href` isn't provided, it is treated as a <button> */
5012
5012
  href?: string;
5013
- label: string;
5013
+ label: ReactNode;
5014
5014
  icon?: IconKey;
5015
5015
  variant: NavLinkVariant;
5016
5016
  openInNew?: boolean;