Skip to content

Commit

Permalink
tests: bump snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed Oct 24, 2024
1 parent b1a1fea commit a91c94a
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ exports[`<Chip /> should have custom delete icon 1`] = `
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
background-color: var(--pv-color-secondary);
color: var(--pv-color-secondary-contrast);
}
Expand All @@ -49,7 +50,6 @@ exports[`<Chip /> should have custom delete icon 1`] = `
}
.emotion-2 {
margin-left: var(--pv-size-base);
display: inherit;
}
Expand Down Expand Up @@ -133,6 +133,7 @@ exports[`<Chip /> should have delete icon 1`] = `
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
background-color: var(--pv-color-secondary);
color: var(--pv-color-secondary-contrast);
}
Expand All @@ -150,7 +151,6 @@ exports[`<Chip /> should have delete icon 1`] = `
}
.emotion-2 {
margin-left: var(--pv-size-base);
display: inherit;
}
Expand Down Expand Up @@ -235,6 +235,7 @@ exports[`<Chip /> should pass className 1`] = `
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
background-color: var(--pv-color-secondary);
color: var(--pv-color-secondary-contrast);
}
Expand Down Expand Up @@ -295,6 +296,7 @@ exports[`<Chip /> should render with default styles 1`] = `
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
background-color: var(--pv-color-secondary);
color: var(--pv-color-secondary-contrast);
}
Expand Down Expand Up @@ -355,6 +357,7 @@ exports[`<Chip /> variants & colors variant "contained, color "default" 1`] = `
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
background-color: var(--pv-color-gray-4);
color: var(--pv-color-black);
}
Expand Down Expand Up @@ -415,6 +418,7 @@ exports[`<Chip /> variants & colors variant "contained, color "secondary" 1`] =
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
background-color: var(--pv-color-secondary);
color: var(--pv-color-secondary-contrast);
}
Expand Down Expand Up @@ -475,6 +479,7 @@ exports[`<Chip /> variants & colors variant "contained, color "wrong" 1`] = `
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
background-color: var(--pv-color-wrong);
color: var(--pv-color-wrong-contrast);
}
Expand Down Expand Up @@ -535,6 +540,7 @@ exports[`<Chip /> variants & colors variant "outlined, color "default" 1`] = `
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
border-color: var(--pv-color-gray-6);
color: var(--pv-color-black);
}
Expand Down Expand Up @@ -595,6 +601,7 @@ exports[`<Chip /> variants & colors variant "outlined, color "secondary" 1`] = `
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
border-color: var(--pv-color-secondary-tint-2);
color: var(--pv-color-secondary);
}
Expand Down Expand Up @@ -655,6 +662,7 @@ exports[`<Chip /> variants & colors variant "outlined, color "wrong" 1`] = `
white-space: nowrap;
-webkit-text-decoration: none;
text-decoration: none;
gap: var(--pv-size-base);
border-color: var(--pv-color-wrong-tint-2);
color: var(--pv-color-wrong);
}
Expand Down

0 comments on commit a91c94a

Please sign in to comment.