Feat/16507/button link housekeeping (#16518)
parent
8f18e04b97
commit
e11203c2cd
@ -0,0 +1,16 @@ |
|||||||
|
// Jest Snapshot v1, https://goo.gl/fbAQLP |
||||||
|
|
||||||
|
exports[`ButtonLink should render button element correctly 1`] = ` |
||||||
|
<div> |
||||||
|
<button |
||||||
|
class="box mm-button mm-button--size-md mm-button-link box--padding-right-4 box--padding-left-4 box--display-inline-flex box--flex-direction-row box--justify-content-center box--align-items-center box--background-color-transparent" |
||||||
|
data-testid="button-link" |
||||||
|
> |
||||||
|
<span |
||||||
|
class="box text mm-button__content text--body-md text--color-inherit box--gap-2 box--flex-direction-row box--justify-content-center box--align-items-center box--display-flex" |
||||||
|
> |
||||||
|
Button Link |
||||||
|
</span> |
||||||
|
</button> |
||||||
|
</div> |
||||||
|
`; |
@ -1 +1,2 @@ |
|||||||
export { ButtonLink } from './button-link'; |
export { ButtonLink } from './button-link'; |
||||||
|
export { BUTTON_LINK_SIZES } from './button-link.constants'; |
||||||
|
Loading…
Reference in new issue