Skip to content

Commit

Permalink
chore: update example-app snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Apr 25, 2023
1 parent dbd3c2a commit 50340a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ exports[`Logout Confirmation Dialog should compile 1`] = `
<button
class="mdc-button mat-mdc-button mat-unthemed mat-mdc-button-base"
mat-button=""
mat-button-is-fab="false"
mat-button-ripple-uninitialized=""
type="button"
>
<span
Expand All @@ -30,17 +32,15 @@ exports[`Logout Confirmation Dialog should compile 1`] = `
<span
class="mat-mdc-focus-indicator"
/>
<span
class="mat-ripple mat-mdc-button-ripple"
matripple=""
/>
<span
class="mat-mdc-button-touch-target"
/>
</button>
<button
class="mdc-button mat-mdc-button mat-unthemed mat-mdc-button-base"
mat-button=""
mat-button-is-fab="false"
mat-button-ripple-uninitialized=""
type="button"
>
<span
Expand All @@ -54,10 +54,6 @@ exports[`Logout Confirmation Dialog should compile 1`] = `
<span
class="mat-mdc-focus-indicator"
/>
<span
class="mat-ripple mat-mdc-button-ripple"
matripple=""
/>
<span
class="mat-mdc-button-touch-target"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ exports[`Login Page should compile 1`] = `
>
<div
class="mat-mdc-form-field-hint-wrapper ng-trigger ng-trigger-transitionMessages"
style="opacity:1;transform:translateY(0%);0:opacity;1:transform;"
style="opacity: 1; transform: translateY(0%);"
>
<div
class="mat-mdc-form-field-hint-spacer"
Expand Down Expand Up @@ -105,7 +105,7 @@ exports[`Login Page should compile 1`] = `
>
<div
class="mat-mdc-form-field-hint-wrapper ng-trigger ng-trigger-transitionMessages"
style="opacity:1;transform:translateY(0%);0:opacity;1:transform;"
style="opacity: 1; transform: translateY(0%);"
>
<div
class="mat-mdc-form-field-hint-spacer"
Expand All @@ -120,6 +120,8 @@ exports[`Login Page should compile 1`] = `
<button
class="mdc-button mat-mdc-button _mat-animation-noopable mat-unthemed mat-mdc-button-base"
mat-button=""
mat-button-is-fab="false"
mat-button-ripple-uninitialized=""
type="submit"
>
<span
Expand All @@ -133,10 +135,6 @@ exports[`Login Page should compile 1`] = `
<span
class="mat-mdc-focus-indicator"
/>
<span
class="mat-ripple mat-mdc-button-ripple"
matripple=""
/>
<span
class="mat-mdc-button-touch-target"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exports[`Find Book Page should compile 1`] = `
>
<div
class="mat-mdc-form-field-hint-wrapper ng-trigger ng-trigger-transitionMessages"
style="opacity:1;transform:translateY(0%);0:opacity;1:transform;"
style="opacity: 1; transform: translateY(0%);"
>
<div
class="mat-mdc-form-field-hint-spacer"
Expand Down

0 comments on commit 50340a7

Please sign in to comment.