Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Nov 12, 2024
1 parent 9fd6ad2 commit 6d7d4f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ exports[`Button should render label only 1`] = `"<div><div class="flex gap-2 ite

exports[`Button should render rounded full-width 1`] = `"<div></div><div></div><div></div><div><div class="flex gap-2 items-center p-4"><div class="buttonWrapper relative align-text-top select-none focus-within:z-1 block w-full" data-ref="button"><button role="button" class="button pointer-events-auto cursor-pointer select-none flex flex-nowrap w-full h-full items-center border-0 -outline-offset-1 justify-center max-w-72 p-0 font-sans font-medium appearance-none focus-visible:ring-2 focus-visible:ring-offset-2 buttonInner max-w-full w-full rounded-full" type="button" tabindex="0" data-inner-clickable="true" data-color="primary"><label class="buttonLabel truncate" data-colored-icon="false">Click Me!</label></button></div></div></div>"`;

exports[`Button should render with badge 1`] = `"<div></div><div></div><div></div><div></div><div></div><div></div><div tabindex="0"></div><div><div class="flex gap-2 items-center p-4"><div class="buttonWrapper relative align-text-top select-none focus-within:z-1 inline-block" data-ref="button"><button role="button" class="button pointer-events-auto cursor-pointer select-none flex flex-nowrap w-full h-full items-center border-0 -outline-offset-1 justify-center max-w-72 p-0 font-sans font-medium appearance-none focus-visible:ring-2 focus-visible:ring-offset-2 buttonInner" type="button" tabindex="0" data-inner-clickable="true" data-color="primary"><label class="buttonLabel truncate" data-colored-icon="false">Click Me</label><div class="contents inline-block"><div data-ref="badge" data-placement="" class="badge inline-block p-px min-w-2 min-h-2 text-center select-none rounded-full leading-none z-5 pointer-events-none relative"><span class="p-1">99</span></div></div></button></div></div></div>"`;
exports[`Button should render with badge 1`] = `"<div></div><div></div><div></div><div></div><div></div><div></div><div tabindex="0"></div><div><div class="flex gap-2 items-center p-4"><div class="buttonWrapper relative align-text-top select-none focus-within:z-1 inline-block" data-ref="button"><button role="button" class="button pointer-events-auto cursor-pointer select-none flex flex-nowrap w-full h-full items-center border-0 -outline-offset-1 justify-center max-w-72 p-0 font-sans font-medium appearance-none focus-visible:ring-2 focus-visible:ring-offset-2 buttonInner" type="button" tabindex="0" data-inner-clickable="true" data-color="primary"><label class="buttonLabel truncate" data-colored-icon="false">Click Me</label><div class="contents inline-block"><div data-ref="badge" data-placement="" class="badge inline-block p-px min-w-2 min-h-2 text-center select-none rounded-full leading-none z-2 pointer-events-none relative"><span class="p-1">99</span></div></div></button></div></div></div>"`;

0 comments on commit 6d7d4f8

Please sign in to comment.