Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Apr 27, 2021
1 parent 9eba397 commit c6942a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
15 changes: 4 additions & 11 deletions packages/components/src/ui/card/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Snapshot Diff:
exports[`props should render correctly 1`] = `
.emotion-17 {
background-color: #fff;
color: #000;
position: relative;
box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
outline: none;
border-radius: 2px;
Expand Down Expand Up @@ -201,18 +204,8 @@ exports[`props should render correctly 1`] = `
border-radius: 2px;
}
.emotion-18.emotion-18.emotion-18.emotion-18.emotion-18.emotion-18.emotion-18 {
background-color: #ffffff;
background-color: var(--wp-g2-surface-color);
color: #1e1e1e;
color: var(--wp-g2-color-text);
position: relative;
--wp-g2-surface-background-size: 12px;
--wp-g2-surface-background-size-dotted: 11px;
}
<div
class="components-surface components-card emotion-17 emotion-18 emotion-1 emotion-2"
class="components-surface components-card emotion-17 emotion-1 emotion-2"
data-wp-c16t="true"
data-wp-component="Card"
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`props should render correctly 1`] = `
.emotion-12.emotion-12.emotion-12.emotion-12.emotion-12.emotion-12.emotion-12 {
background-color: #ffffff;
background-color: var(--wp-g2-surface-color);
color: #1e1e1e;
color: var(--wp-g2-color-text);
position: relative;
--wp-g2-surface-background-size: 12px;
--wp-g2-surface-background-size-dotted: 11px;
}
.emotion-11 {
background-color: #fff;
color: #000;
position: relative;
box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
outline: none;
border-radius: 2px;
Expand Down Expand Up @@ -106,7 +99,7 @@ exports[`props should render correctly 1`] = `
}
<div
class="components-surface components-card emotion-11 emotion-12 emotion-1 emotion-2"
class="components-surface components-card emotion-11 emotion-1 emotion-2"
data-wp-c16t="true"
data-wp-component="Card"
>
Expand Down Expand Up @@ -162,7 +155,7 @@ Snapshot Diff:
tabindex="-1"
>
<div
class="components-surface components-card css-hy95ag-Card-rounded-cardStyle css-10jei3p css-1mm2cvy-View egi4jkx0"
class="components-surface components-card css-12tfxmr-Surface-primary-Card-rounded-cardStyle css-1mm2cvy-View egi4jkx0"
`;
exports[`props should render without content 1`] = `
Expand All @@ -184,7 +177,7 @@ Snapshot Diff:
tabindex="-1"
>
<div
class="components-surface components-card css-hy95ag-Card-rounded-cardStyle css-10jei3p css-1mm2cvy-View egi4jkx0"
class="components-surface components-card css-12tfxmr-Surface-primary-Card-rounded-cardStyle css-1mm2cvy-View egi4jkx0"
@@ -21,10 +21,17 @@
frameborder="0"
src="about:blank"
Expand Down

0 comments on commit c6942a5

Please sign in to comment.