Skip to content

Commit

Permalink
chore(react-components): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
MarikTar committed Sep 26, 2024
1 parent 8a50c4a commit fd0c61e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`<Select /> should pass className 1`] = `
exports[`<NativeSelect /> should pass className 1`] = `
<DocumentFragment>
.emotion-0 {
position: relative;
Expand Down Expand Up @@ -103,7 +103,7 @@ exports[`<Select /> should pass className 1`] = `
</DocumentFragment>
`;

exports[`<Select /> should render with default styles 1`] = `
exports[`<NativeSelect /> should render with default styles 1`] = `
<DocumentFragment>
.emotion-0 {
position: relative;
Expand Down Expand Up @@ -204,7 +204,7 @@ exports[`<Select /> should render with default styles 1`] = `
</DocumentFragment>
`;

exports[`<Select /> sizes size "large" 1`] = `
exports[`<NativeSelect /> sizes size "large" 1`] = `
<DocumentFragment>
.emotion-0 {
position: relative;
Expand Down Expand Up @@ -305,7 +305,7 @@ exports[`<Select /> sizes size "large" 1`] = `
</DocumentFragment>
`;

exports[`<Select /> sizes size "medium" 1`] = `
exports[`<NativeSelect /> sizes size "medium" 1`] = `
<DocumentFragment>
.emotion-0 {
position: relative;
Expand Down Expand Up @@ -406,7 +406,7 @@ exports[`<Select /> sizes size "medium" 1`] = `
</DocumentFragment>
`;

exports[`<Select /> sizes size "small" 1`] = `
exports[`<NativeSelect /> sizes size "small" 1`] = `
<DocumentFragment>
.emotion-0 {
position: relative;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`<Autocomplete /> should pass className 1`] = `
exports[`<Select /> should pass className 1`] = `
<DocumentFragment>
.emotion-0 {
margin: 0;
Expand Down Expand Up @@ -133,7 +133,7 @@ exports[`<Autocomplete /> should pass className 1`] = `
</DocumentFragment>
`;

exports[`<Autocomplete /> should pass error 1`] = `
exports[`<Select /> should pass error 1`] = `
.emotion-0 {
margin: 0;
color: var(--pv-color-black);
Expand Down Expand Up @@ -452,7 +452,7 @@ exports[`<Autocomplete /> should pass error 1`] = `
</body>
`;

exports[`<Autocomplete /> should pass loading 1`] = `
exports[`<Select /> should pass loading 1`] = `
.emotion-0 {
margin: 0;
color: var(--pv-color-black);
Expand Down Expand Up @@ -756,7 +756,7 @@ exports[`<Autocomplete /> should pass loading 1`] = `
</body>
`;

exports[`<Autocomplete /> should pass options 1`] = `
exports[`<Select /> should pass options 1`] = `
.emotion-0 {
margin: 0;
color: var(--pv-color-black);
Expand Down Expand Up @@ -1145,7 +1145,7 @@ exports[`<Autocomplete /> should pass options 1`] = `
</body>
`;

exports[`<Autocomplete /> should render with default multiple styles 1`] = `
exports[`<Select /> should render with default multiple styles 1`] = `
<DocumentFragment>
.emotion-0 {
margin: 0;
Expand Down Expand Up @@ -1284,7 +1284,7 @@ exports[`<Autocomplete /> should render with default multiple styles 1`] = `
</DocumentFragment>
`;

exports[`<Autocomplete /> should render with default styles 1`] = `
exports[`<Select /> should render with default styles 1`] = `
<DocumentFragment>
.emotion-0 {
margin: 0;
Expand Down Expand Up @@ -1415,7 +1415,7 @@ exports[`<Autocomplete /> should render with default styles 1`] = `
</DocumentFragment>
`;

exports[`<Autocomplete /> sizes size "large" 1`] = `
exports[`<Select /> sizes size "large" 1`] = `
<DocumentFragment>
.emotion-0 {
margin: 0;
Expand Down Expand Up @@ -1546,7 +1546,7 @@ exports[`<Autocomplete /> sizes size "large" 1`] = `
</DocumentFragment>
`;

exports[`<Autocomplete /> sizes size "medium" 1`] = `
exports[`<Select /> sizes size "medium" 1`] = `
<DocumentFragment>
.emotion-0 {
margin: 0;
Expand Down Expand Up @@ -1677,7 +1677,7 @@ exports[`<Autocomplete /> sizes size "medium" 1`] = `
</DocumentFragment>
`;

exports[`<Autocomplete /> sizes size "small" 1`] = `
exports[`<Select /> sizes size "small" 1`] = `
<DocumentFragment>
.emotion-0 {
margin: 0;
Expand Down

0 comments on commit fd0c61e

Please sign in to comment.