Skip to content

Commit

Permalink
test: uppdate snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Jun 10, 2021
1 parent 5178a47 commit f4482c1
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
78 changes: 78 additions & 0 deletions packages/components/test/__snapshots__/index.js.snap
Expand Up @@ -617,6 +617,32 @@ exports[`Field renders 1`] = `
background-color: transparent;
}
.emotion-2:autofill,
.emotion-2:autofill:hover,
.emotion-2:autofill:focus {
box-shadow: inset 0 0 0 1000px var(--theme-ui-input-autofill-bg);
font-size: inherit;
}
.emotion-2:autofill:first-line,
.emotion-2:autofill:hover:first-line,
.emotion-2:autofill:focus:first-line {
font-size: 1rem;
}
.emotion-2:-webkit-autofill,
.emotion-2:-webkit-autofill:hover,
.emotion-2:-webkit-autofill:focus {
box-shadow: inset 0 0 0 1000px var(--theme-ui-input-autofill-bg);
font-size: inherit;
}
.emotion-2:-webkit-autofill:first-line,
.emotion-2:-webkit-autofill:hover:first-line,
.emotion-2:-webkit-autofill:focus:first-line {
font-size: 1rem;
}
<div
className="emotion-0"
>
Expand Down Expand Up @@ -666,6 +692,32 @@ exports[`Field renders with id prop 1`] = `
background-color: transparent;
}
.emotion-2:autofill,
.emotion-2:autofill:hover,
.emotion-2:autofill:focus {
box-shadow: inset 0 0 0 1000px var(--theme-ui-input-autofill-bg);
font-size: inherit;
}
.emotion-2:autofill:first-line,
.emotion-2:autofill:hover:first-line,
.emotion-2:autofill:focus:first-line {
font-size: 1rem;
}
.emotion-2:-webkit-autofill,
.emotion-2:-webkit-autofill:hover,
.emotion-2:-webkit-autofill:focus {
box-shadow: inset 0 0 0 1000px var(--theme-ui-input-autofill-bg);
font-size: inherit;
}
.emotion-2:-webkit-autofill:first-line,
.emotion-2:-webkit-autofill:hover:first-line,
.emotion-2:-webkit-autofill:focus:first-line {
font-size: 1rem;
}
<div
className="emotion-0"
>
Expand Down Expand Up @@ -947,6 +999,32 @@ exports[`Input renders 1`] = `
background-color: transparent;
}
.emotion-0:autofill,
.emotion-0:autofill:hover,
.emotion-0:autofill:focus {
box-shadow: inset 0 0 0 1000px var(--theme-ui-input-autofill-bg);
font-size: inherit;
}
.emotion-0:autofill:first-line,
.emotion-0:autofill:hover:first-line,
.emotion-0:autofill:focus:first-line {
font-size: 1rem;
}
.emotion-0:-webkit-autofill,
.emotion-0:-webkit-autofill:hover,
.emotion-0:-webkit-autofill:focus {
box-shadow: inset 0 0 0 1000px var(--theme-ui-input-autofill-bg);
font-size: inherit;
}
.emotion-0:-webkit-autofill:first-line,
.emotion-0:-webkit-autofill:hover:first-line,
.emotion-0:-webkit-autofill:focus:first-line {
font-size: 1rem;
}
<input
className="emotion-0"
/>
Expand Down
26 changes: 26 additions & 0 deletions packages/editor/test/__snapshots__/Combobox.tsx.snap
Expand Up @@ -46,6 +46,32 @@ exports[`renders 1`] = `
background-color: transparent;
}
.emotion-3:autofill,
.emotion-3:autofill:hover,
.emotion-3:autofill:focus {
box-shadow: inset 0 0 0 1000px var(--theme-ui-input-autofill-bg);
font-size: inherit;
}
.emotion-3:autofill:first-line,
.emotion-3:autofill:hover:first-line,
.emotion-3:autofill:focus:first-line {
font-size: 1rem;
}
.emotion-3:-webkit-autofill,
.emotion-3:-webkit-autofill:hover,
.emotion-3:-webkit-autofill:focus {
box-shadow: inset 0 0 0 1000px var(--theme-ui-input-autofill-bg);
font-size: inherit;
}
.emotion-3:-webkit-autofill:first-line,
.emotion-3:-webkit-autofill:hover:first-line,
.emotion-3:-webkit-autofill:focus:first-line {
font-size: 1rem;
}
.emotion-4 {
-webkit-appearance: none;
-moz-appearance: none;
Expand Down

0 comments on commit f4482c1

Please sign in to comment.