Update frontend snapshots

This commit is contained in:
Convly 2022-06-30 15:27:43 +02:00
commit 55f65c11ce
6 changed files with 21 additions and 12 deletions

View File

@ -44,6 +44,9 @@ describe('DocAssetCard', () => {
.c0 {
background: #ffffff;
border-radius: 4px;
border-style: solid;
border-width: 1px;
border-color: #eaeaef;
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
}

View File

@ -50,6 +50,9 @@ describe('ImageAssetCard', () => {
.c0 {
background: #ffffff;
border-radius: 4px;
border-style: solid;
border-width: 1px;
border-color: #eaeaef;
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
}
@ -180,6 +183,8 @@ describe('ImageAssetCard', () => {
height: 10.25rem;
width: 100%;
background: repeating-conic-gradient(#f6f6f9 0% 25%,transparent 0% 50%) 50% / 20px 20px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.c18 {

View File

@ -184,6 +184,9 @@ describe('MediaLibrary / AssetList', () => {
.c1 {
background: #ffffff;
border-radius: 4px;
border-style: solid;
border-width: 1px;
border-color: #eaeaef;
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
}
@ -311,6 +314,8 @@ describe('MediaLibrary / AssetList', () => {
height: 10.25rem;
width: 100%;
background: repeating-conic-gradient(#f6f6f9 0% 25%,transparent 0% 50%) 50% / 20px 20px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.c15 {

View File

@ -702,10 +702,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
}
.c10 {
padding-top: 24px;
padding-right: 40px;
padding-bottom: 24px;
padding-left: 40px;
padding: 32px;
}
.c1 {

View File

@ -702,10 +702,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
}
.c10 {
padding-top: 24px;
padding-right: 40px;
padding-bottom: 24px;
padding-left: 40px;
padding: 32px;
}
.c1 {

View File

@ -22,10 +22,7 @@ exports[`PendingAssetStep snapshots the component with valid cards 1`] = `
}
.c6 {
padding-top: 24px;
padding-right: 40px;
padding-bottom: 24px;
padding-left: 40px;
padding: 32px;
}
.c2 {
@ -501,6 +498,9 @@ exports[`PendingAssetStep snapshots the component with valid cards 1`] = `
.c20 {
background: #ffffff;
border-radius: 4px;
border-style: solid;
border-width: 1px;
border-color: #eaeaef;
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
}
@ -609,6 +609,8 @@ exports[`PendingAssetStep snapshots the component with valid cards 1`] = `
height: 5.5rem;
width: 100%;
background: repeating-conic-gradient(#f6f6f9 0% 25%,transparent 0% 50%) 50% / 20px 20px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.c29 {