Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatcherK committed Jan 23, 2024
1 parent e418ff5 commit b93b42b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`HelpMenu renders correctly with the required link properties 1`] = `
Array [
.c0 {
text-transform: capitalize !important;
text-transform: capitalize!important;
}
.c0.disabled {
Expand All @@ -12,7 +12,7 @@ Array [
.c0:hover,
.c0:active {
color: #ffffff !important;
color: #ffffff!important;
}
<a
Expand All @@ -25,7 +25,7 @@ Array [
Item 1
</a>,
.c0 {
text-transform: capitalize !important;
text-transform: capitalize!important;
}
.c0.disabled {
Expand All @@ -34,7 +34,7 @@ Array [
.c0:hover,
.c0:active {
color: #ffffff !important;
color: #ffffff!important;
}
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Array [
}
.c3 {
padding-top: 0 !important;
padding-right: 0 !important;
padding-top: 0!important;
padding-right: 0!important;
margin-top: 0;
}
Expand Down Expand Up @@ -84,8 +84,8 @@ Array [
}
.c2 {
padding-top: 0 !important;
padding-right: 0 !important;
padding-top: 0!important;
padding-right: 0!important;
margin-top: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

exports[`Wizard renders the default structure correctly 1`] = `
.c1.nav {
border-radius: inherit !important;
margin: inherit !important;
padding: inherit !important;
border-radius: inherit!important;
margin: inherit!important;
padding: inherit!important;
}
.c0 {
opacity: 1;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
<div
Expand Down Expand Up @@ -74,14 +74,14 @@ exports[`Wizard renders the default structure correctly 1`] = `

exports[`Wizard renders with children 1`] = `
.c1.nav {
border-radius: inherit !important;
margin: inherit !important;
padding: inherit !important;
border-radius: inherit!important;
margin: inherit!important;
padding: inherit!important;
}
.c0 {
opacity: 1;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

exports[`WizardNavigation renders the default structure correctly 1`] = `
.c0.nav {
border-radius: inherit !important;
margin: inherit !important;
padding: inherit !important;
border-radius: inherit!important;
margin: inherit!important;
padding: inherit!important;
}
<div
Expand All @@ -19,9 +19,9 @@ exports[`WizardNavigation renders the default structure correctly 1`] = `

exports[`WizardNavigation renders with children 1`] = `
.c0.nav {
border-radius: inherit !important;
margin: inherit !important;
padding: inherit !important;
border-radius: inherit!important;
margin: inherit!important;
padding: inherit!important;
}
<div
Expand Down

0 comments on commit b93b42b

Please sign in to comment.