joyent-portal/packages/normalized-styled-components/test/__snapshots__/index.js.snap

503 lines
6.3 KiB
Plaintext
Raw Normal View History

2017-06-16 23:46:36 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders <A /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
background-color: transparent;
text-decoration-skip: objects;
}
<a
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Abbr /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
2017-06-16 23:46:36 +03:00
<abbr
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Article /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<article
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Aside /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<aside
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Audio /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: inline-block;
}
2017-07-26 15:50:49 +03:00
.c0:not([controls]) {
2017-06-16 23:46:36 +03:00
display: none;
height: 0;
}
<audio
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <B /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-weight: bolder;
}
<b
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Button /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
}
2017-07-26 15:50:49 +03:00
.c0::-moz-focus-inner,
.c0[type="button"]::-moz-focus-inner,
.c0[type="reset"]::-moz-focus-inner,
.c0[type="submit"]::-moz-focus-inner {
2017-06-16 23:46:36 +03:00
border-style: none;
padding: 0;
}
2017-07-26 15:50:49 +03:00
.c0:-moz-focusring,
.c0[type="button"]:-moz-focusring,
.c0[type="reset"]:-moz-focusring,
.c0[type="submit"]:-moz-focusring {
2017-06-16 23:46:36 +03:00
outline: 0.0625rem dotted ButtonText;
}
<button
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Canvas /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: inline-block;
}
<canvas
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Code /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
font-family: monospace,monospace;
2017-06-16 23:46:36 +03:00
font-size: 1rem;
}
<code
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Details /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<details
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Dfn /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-style: italic;
}
<dfn
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Fieldset /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
padding: 0.35em 0.75em 0.625em;
}
<fieldset
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <FigCaption /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<figcaption
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Figure /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
margin: 1rem 2.5rem;
}
<figure
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Footer /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<footer
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <H1 /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-size: 2rem;
margin: 0.625rem 0;
}
<h1
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Header /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<header
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Hr /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
box-sizing: content-box;
height: 0;
overflow: visible;
}
<hr
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Img /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
border-style: none;
}
<img
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Input /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: visible;
}
2017-07-26 15:50:49 +03:00
.c0[type="checkbox"],
.c0[type="radio"] {
box-sizing: border-box;
padding: 0;
}
.c0[type="number"]::-webkit-inner-spin-button,
.c0[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.c0[type="search"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
outline-offset: -0.125rem;
}
.c0[type="search"]::-webkit-search-cancel-button,
.c0[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.c0::-webkit-file-upload-button {
2017-06-16 23:46:36 +03:00
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
font: inherit;
}
<input
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Kbd /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
font-family: monospace,monospace;
2017-06-16 23:46:36 +03:00
font-size: 1rem;
}
<kbd
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Legend /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
<legend
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Main /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<main
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Mark /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
background-color: #ff0;
color: #000;
}
<mark
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Menu /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<menu
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Nav /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<nav
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Optgroup /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
<optgroup
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Pre /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
font-family: monospace,monospace;
2017-06-16 23:46:36 +03:00
font-size: 1rem;
}
<pre
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Progress /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: inline-block;
vertical-align: baseline;
}
<progress
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Samp /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
font-family: monospace,monospace;
2017-06-16 23:46:36 +03:00
font-size: 1rem;
}
<samp
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Section /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: block;
}
<section
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Select /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
text-transform: none;
}
<select
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Small /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-size: 80%;
}
<small
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Strong /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-weight: bolder;
}
<strong
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Sub /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
bottom: -0.25em;
}
<sub
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Summary /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: list-item;
}
<summary
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Sup /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -0.5em;
}
<sup
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Svg /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0:not(:root) {
2017-06-16 23:46:36 +03:00
overflow: hidden;
}
<svg
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Textarea /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: auto;
}
<textarea
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;
exports[`renders <Video /> correctly 1`] = `
2017-07-26 15:50:49 +03:00
.c0 {
2017-06-16 23:46:36 +03:00
display: inline-block;
}
<video
2017-07-26 15:50:49 +03:00
className="c0"
2017-06-16 23:46:36 +03:00
/>
`;