|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`component.UI.Notification should render correctly 1`] = `
|
|
|
|
.c1 {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.c2 {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.c3 {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.c0 {
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
padding-top: 16px;
|
|
|
|
padding-bottom: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 0 3px 4px 0 rgba(30,30,30,0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
<div
|
|
|
|
className="c0"
|
|
|
|
onMouseEnter={[Function]}
|
|
|
|
onMouseLeave={[Function]}
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="c1"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="c2"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
preserveAspectRatio="xMidYMid meet"
|
|
|
|
style={
|
|
|
|
Object {
|
|
|
|
"color": undefined,
|
|
|
|
"verticalAlign": "middle",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
viewBox="0 0 40 40"
|
|
|
|
width="1em"
|
|
|
|
>
|
|
|
|
<g>
|
|
|
|
<path
|
|
|
|
d="m31.7 16.4q0-0.6-0.4-1l-2.1-2.1q-0.4-0.4-1-0.4t-1 0.4l-9.1 9.1-5-5q-0.5-0.4-1-0.4t-1 0.4l-2.1 2q-0.4 0.4-0.4 1 0 0.6 0.4 1l8.1 8.1q0.4 0.4 1 0.4 0.6 0 1-0.4l12.2-12.1q0.4-0.4 0.4-1z m5.6 3.6q0 4.7-2.3 8.6t-6.3 6.2-8.6 2.3-8.6-2.3-6.2-6.2-2.3-8.6 2.3-8.6 6.2-6.2 8.6-2.3 8.6 2.3 6.3 6.2 2.3 8.6z"
|
|
|
|
/>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
<div
|
|
|
|
className="c3"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<svg
|
|
|
|
className="feather feather-x"
|
|
|
|
fill="none"
|
|
|
|
height="1em"
|
|
|
|
stroke="currentColor"
|
|
|
|
strokeLinecap="round"
|
|
|
|
strokeLinejoin="round"
|
|
|
|
strokeWidth={null}
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="1em"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M18 6L6 18M6 6l12 12"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|