Skip to content

Commit

Permalink
chore(react): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Dec 24, 2024
1 parent 4e2f7c3 commit 771093c
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions packages/react/docs/__snapshots__/TokenV2Demo.story.storyshot
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

exports[`Storybook Tests > theme/Toke v2 Demo > Styled 1`] = `
.c0 {
-webkit-transition: 0.3s color ease-in-out;
transition: 0.3s color ease-in-out;
display: grid;
gap: 24px;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}

Expand Down Expand Up @@ -58,13 +55,7 @@ exports[`Storybook Tests > theme/Toke v2 Demo > Styled 1`] = `
grid-area: UserInfo;
display: grid;
grid-auto-flow: column;
-webkit-box-pack: left;
-webkit-justify-content: left;
-ms-flex-pack: left;
justify-content: left;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: var(--charcoal-space-layout-20);
}
Expand Down Expand Up @@ -102,8 +93,6 @@ exports[`Storybook Tests > theme/Toke v2 Demo > Styled 1`] = `
cursor: pointer;
color: var(--charcoal-color-text-tertiary-default);
text-align: right;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
font-size: var(--charcoal-text-font-size-caption-m);
line-height: var(--charcoal-text-line-height-caption-m);
Expand All @@ -120,7 +109,7 @@ exports[`Storybook Tests > theme/Toke v2 Demo > Styled 1`] = `
.c8 {
grid-area: ArtworkList;
display: grid;
grid-template-columns: repeat(3,1fr);
grid-template-columns: repeat(3, 1fr);
gap: var(--charcoal-space-layout-20);
list-style: none;
padding: 0;
Expand All @@ -134,7 +123,7 @@ exports[`Storybook Tests > theme/Toke v2 Demo > Styled 1`] = `

.c10 {
width: 100%;
aspect-ratio: 3 / 2;
aspect-ratio: 3/2;
border-radius: var(--charcoal-radius-m);
}

Expand Down

0 comments on commit 771093c

Please sign in to comment.