square / maker

Maker Design System by Square
https://square.github.io/maker/styleguide/latest-stable/
Other
63 stars 14 forks source link

feat(toast): add icon size prop #581

Closed mattmewton closed 3 months ago

mattmewton commented 3 months ago

Describe the problem this PR addresses

The MToast component uses an MIcon component under the hood. Since the default size for MIcon is small, all of the toast icons are also small.

Describe the changes in this PR

Added an icon-size property to allow devs to control the size of the toast icons.

Example with icon-size="medium"

Before: Screenshot 2024-07-08 at 4 34 50 PM

After: Screenshot 2024-07-08 at 4 37 44 PM

Other information

github-actions[bot] commented 3 months ago

Deployed Styleguide and Lab.

Notes
  1. Links may take a few minutes to update after PR is opened or commit is pushed.
  2. Links may become invalidated after PR is merged or closed.
  3. Links for all releases and open PRs can be found on the Maker Deploys page.

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 19.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: