Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Jan 16, 2025
1 parent 73d48ef commit c2cb5f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/gestalt/src/__snapshots__/BannerSlim.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`BannerSlim renders an icon with accessibility label 1`] = `
<div
className="box errorWeak mdDirectionRow paddingX400 rounding4 smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
className="box errorWeak mdDirectionRow paddingX400 paddingY400 rounding4 smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
style={
Object {
"width": "100%",
Expand Down Expand Up @@ -64,7 +64,7 @@ exports[`BannerSlim renders an icon with accessibility label 1`] = `

exports[`BannerSlim renders complex message 1`] = `
<div
className="box mdDirectionRow paddingX400 rounding4 secondary smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
className="box mdDirectionRow paddingX400 paddingY400 rounding4 secondary smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
style={
Object {
"width": "100%",
Expand Down Expand Up @@ -130,7 +130,7 @@ exports[`BannerSlim renders complex message 1`] = `

exports[`BannerSlim renders neutral type with message 1`] = `
<div
className="box mdDirectionRow paddingX400 rounding4 secondary smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
className="box mdDirectionRow paddingX400 paddingY400 rounding4 secondary smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
style={
Object {
"width": "100%",
Expand Down Expand Up @@ -170,7 +170,7 @@ exports[`BannerSlim renders neutral type with message 1`] = `

exports[`BannerSlim renders non-neutral compact with accessibility label 1`] = `
<div
className="box mdDirectionRow paddingX0 rounding4 smPaddingY100 transparent xsDirectionColumn xsDisplayFlex xsItemsCenter"
className="box mdDirectionRow paddingX0 paddingY0 rounding4 smPaddingY100 transparent xsDirectionColumn xsDisplayFlex xsItemsCenter"
style={
Object {
"width": "100%",
Expand Down Expand Up @@ -232,7 +232,7 @@ exports[`BannerSlim renders non-neutral compact with accessibility label 1`] = `

exports[`BannerSlim renders primary action and dismiss button 1`] = `
<div
className="box mdDirectionRow paddingX400 rounding4 secondary smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
className="box mdDirectionRow paddingX400 paddingY400 rounding4 secondary smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
style={
Object {
"width": "100%",
Expand Down Expand Up @@ -391,7 +391,7 @@ exports[`BannerSlim renders primary action and dismiss button 1`] = `

exports[`BannerSlim renders simple message with helper link 1`] = `
<div
className="box mdDirectionRow paddingX400 rounding4 secondary smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
className="box mdDirectionRow paddingX400 paddingY400 rounding4 secondary smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
style={
Object {
"width": "100%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ exports[`renders correctly with drawer 1`] = `
className="box paddingX200 paddingY200"
>
<div
className="box mdDirectionRow paddingX400 recommendationWeak rounding4 smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
className="box mdDirectionRow paddingX400 paddingY400 recommendationWeak rounding4 smPaddingY400 xsDirectionColumn xsDisplayFlex xsItemsCenter"
style={
Object {
"width": "100%",
Expand Down

0 comments on commit c2cb5f7

Please sign in to comment.