You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
#186b5acfb Thanks @kkukielka! - Add support for the button block (WordPress-style CTA + Media Library file download). Link mode renders an <a> with href/target/rel/aria-label; file mode renders a download link with an optional file-type icon (showFileIcon) and human-readable size (showFileSize). The style object is applied as inline CSS, alignment controls a block-level wrapper, and hover colors are exposed as --bb-button-hover-* custom properties wired up by a scoped stylesheet (hover transition + keyboard focus ring, zero client-side JavaScript). The block is overridable through the blocks.button prop.