Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
snapshot update
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Oct 1, 2017
1 parent b263408 commit 7bb47ba
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 222 deletions.
383 changes: 201 additions & 182 deletions src/Icon/__tests__/__snapshots__/index-test.js.snap

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/Modal/__tests__/__snapshots__/Dialog-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ exports[`Dialog renders correctly 1`] = `
dangerouslySetInnerHTML={
Object {
"__html": "
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
}
}
height={14}
Expand Down
46 changes: 23 additions & 23 deletions src/Modal/__tests__/__snapshots__/index-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ exports[`Modal renders a Blank Modal 1`] = `
dangerouslySetInnerHTML={
Object {
"__html": "
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
}
}
height={14}
Expand Down Expand Up @@ -122,10 +122,10 @@ exports[`Modal renders a Caption 1`] = `
dangerouslySetInnerHTML={
Object {
"__html": "
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
}
}
height={14}
Expand Down Expand Up @@ -187,10 +187,10 @@ exports[`Modal renders a Header and Footer 1`] = `
dangerouslySetInnerHTML={
Object {
"__html": "
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
}
}
height={14}
Expand Down Expand Up @@ -263,10 +263,10 @@ exports[`Modal renders a Lightbox 1`] = `
dangerouslySetInnerHTML={
Object {
"__html": "
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
}
}
height={14}
Expand Down Expand Up @@ -349,7 +349,7 @@ exports[`Modal renders an alert modal 1`] = `
<div
aria-hidden={false}
className="uk-modal"
onClick={false}
onClick={undefined}
style={
Object {
"display": "block",
Expand Down Expand Up @@ -399,7 +399,7 @@ exports[`Modal renders an confirm modal 1`] = `
<div
aria-hidden={false}
className="uk-modal"
onClick={false}
onClick={undefined}
style={
Object {
"display": "block",
Expand Down Expand Up @@ -459,7 +459,7 @@ exports[`Modal renders an prompt modal 1`] = `
<div
aria-hidden={false}
className="uk-modal"
onClick={false}
onClick={undefined}
style={
Object {
"display": "block",
Expand Down Expand Up @@ -548,10 +548,10 @@ exports[`Modal renders correctly 1`] = `
dangerouslySetInnerHTML={
Object {
"__html": "
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
}
}
height={14}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ exports[`NotifyMesssage should render correctly 1`] = `
dangerouslySetInnerHTML={
Object {
"__html": "
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
}
}
height={14}
Expand All @@ -41,7 +41,7 @@ exports[`NotifyMesssage should render correctly 1`] = `
<svg
dangerouslySetInnerHTML={
Object {
"__html": "<polyline fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" points=\\"4,10 8,15 17,4\\"></polyline>",
"__html": " <polyline fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" points=\\"4,10 8,15 17,4\\"></polyline>",
}
}
height={20}
Expand Down
10 changes: 5 additions & 5 deletions src/Notification/__tests__/__snapshots__/index-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ exports[`Notification should render correctly 1`] = `
dangerouslySetInnerHTML={
Object {
"__html": "
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"1\\" y1=\\"1\\" x2=\\"13\\" y2=\\"13\\"></line>
<line fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" x1=\\"13\\" y1=\\"1\\" x2=\\"1\\" y2=\\"13\\"></line>
</svg>
",
}
}
height={14}
Expand All @@ -48,7 +48,7 @@ exports[`Notification should render correctly 1`] = `
<svg
dangerouslySetInnerHTML={
Object {
"__html": "<polyline fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" points=\\"4,10 8,15 17,4\\"></polyline>",
"__html": " <polyline fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" points=\\"4,10 8,15 17,4\\"></polyline>",
}
}
height={20}
Expand Down
6 changes: 3 additions & 3 deletions src/__tests__/__snapshots__/Input-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ exports[`Input renders correctly 12`] = `
<svg
dangerouslySetInnerHTML={
Object {
"__html": "<path d=\\"M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z\\"></path><rect width=\\"1\\" height=\\"3\\" x=\\"6\\" y=\\"2\\"></rect><rect width=\\"1\\" height=\\"3\\" x=\\"13\\" y=\\"2\\"></rect>",
"__html": " <path d=\\"M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z\\"></path> <rect width=\\"1\\" height=\\"3\\" x=\\"6\\" y=\\"2\\"></rect> <rect width=\\"1\\" height=\\"3\\" x=\\"13\\" y=\\"2\\"></rect>",
}
}
height={20}
Expand All @@ -103,7 +103,7 @@ exports[`Input renders correctly 13`] = `
<svg
dangerouslySetInnerHTML={
Object {
"__html": "<path d=\\"M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z\\"></path><rect width=\\"1\\" height=\\"3\\" x=\\"6\\" y=\\"2\\"></rect><rect width=\\"1\\" height=\\"3\\" x=\\"13\\" y=\\"2\\"></rect>",
"__html": " <path d=\\"M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z\\"></path> <rect width=\\"1\\" height=\\"3\\" x=\\"6\\" y=\\"2\\"></rect> <rect width=\\"1\\" height=\\"3\\" x=\\"13\\" y=\\"2\\"></rect>",
}
}
height={20}
Expand All @@ -129,7 +129,7 @@ exports[`Input renders correctly 14`] = `
<svg
dangerouslySetInnerHTML={
Object {
"__html": "<path fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" d=\\"M17.08,11.15 C17.09,11.31 17.1,11.47 17.1,11.64 C17.1,15.53 13.94,18.69 10.05,18.69 C6.16,18.68 3,15.53 3,11.63 C3,7.74 6.16,4.58 10.05,4.58 C10.9,4.58 11.71,4.73 12.46,5\\"></path><polyline fill=\\"none\\" stroke=\\"#000\\" points=\\"9.9 2 12.79 4.89 9.79 7.9\\"></polyline>",
"__html": " <path fill=\\"none\\" stroke=\\"#000\\" stroke-width=\\"1.1\\" d=\\"M17.08,11.15 C17.09,11.31 17.1,11.47 17.1,11.64 C17.1,15.53 13.94,18.69 10.05,18.69 C6.16,18.68 3,15.53 3,11.63 C3,7.74 6.16,4.58 10.05,4.58 C10.9,4.58 11.71,4.73 12.46,5\\"></path> <polyline fill=\\"none\\" stroke=\\"#000\\" points=\\"9.9 2 12.79 4.89 9.79 7.9\\"></polyline>",
}
}
height={20}
Expand Down

0 comments on commit 7bb47ba

Please sign in to comment.