Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lkappeler committed May 26, 2020
1 parent 22b39ef commit 959d786
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/node.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Object {
"iconDefault": "32px",
"logoDefault": "170px",
"logoSmall": "140px",
"menuDropdown": "220px",
"menuDropdown": "280px",
"modal": "570px",
"modalLarge": "770px",
"modalSmall": "370px",
Expand Down
20 changes: 10 additions & 10 deletions src/components/__tests__/__snapshots__/button.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`<Button> button variations renders disabled button 1`] = `
class="flex flex-col"
>
<button
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-52 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon bg-grey-3 hover:bg-grey-3 cursor-not-allowed border-grey-3"
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-36 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon bg-grey-3 hover:bg-grey-3 cursor-not-allowed border-grey-3"
disabled=""
type="button"
>
Expand All @@ -22,7 +22,7 @@ exports[`<Button> button variations renders small button 1`] = `
class="flex flex-col"
>
<button
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-36 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon"
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-52 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon"
type="button"
>
Label
Expand All @@ -37,7 +37,7 @@ exports[`<Button> button variations renders small disabled button 1`] = `
class="flex flex-col"
>
<button
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-36 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon bg-grey-3 hover:bg-grey-3 cursor-not-allowed border-grey-3"
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-52 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon bg-grey-3 hover:bg-grey-3 cursor-not-allowed border-grey-3"
disabled=""
type="button"
>
Expand All @@ -53,7 +53,7 @@ exports[`<Button> button variations renders small teal button 1`] = `
class="flex flex-col"
>
<button
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-36 rounded border bg-teal hover:bg-teal-dark focus:bg-teal border-teal"
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-52 rounded border bg-teal hover:bg-teal-dark focus:bg-teal border-teal"
type="button"
>
Label
Expand All @@ -68,7 +68,7 @@ exports[`<Button> button variations renders teal button 1`] = `
class="flex flex-col"
>
<button
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-52 rounded border bg-teal hover:bg-teal-dark focus:bg-teal border-teal"
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-36 rounded border bg-teal hover:bg-teal-dark focus:bg-teal border-teal"
type="button"
>
Label
Expand All @@ -83,7 +83,7 @@ exports[`<Button> button variations renders white Teal button 1`] = `
class="flex flex-col"
>
<button
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-52 rounded border bg-white text-teal hover:opacity-60 border-teal"
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-36 rounded border bg-white text-teal hover:opacity-60 border-teal"
type="button"
>
Label
Expand All @@ -98,7 +98,7 @@ exports[`<Button> button variations renders white Teal small button 1`] = `
class="flex flex-col"
>
<button
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-36 rounded border bg-white text-teal hover:opacity-60 border-teal"
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-52 rounded border bg-white text-teal hover:opacity-60 border-teal"
type="button"
>
Label
Expand All @@ -115,7 +115,7 @@ exports[`<Button> renders a div with link as a child 1`] = `
class="w-12/12 hover:opacity-100"
>
<span
class="flex items-center justify-center px-10 min-h-52 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon"
class="flex items-center justify-center px-10 min-h-36 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon"
>
Label
</span>
Expand All @@ -129,7 +129,7 @@ exports[`<Button> renders default button correctly 1`] = `
class="flex flex-col"
>
<button
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-52 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon"
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-36 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon"
type="button"
>
Label
Expand All @@ -144,7 +144,7 @@ exports[`<Button> renders icon, size, paddings and text 1`] = `
class="flex flex-col"
>
<button
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-52 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon"
class="flex w-12/12 justify-center items-center text-white leading-xs transition duration-200 cursor-pointer font-bold text-base focus:outline-none px-10 min-h-36 rounded border bg-salmon border-salmon hover:bg-salmon-dark focus:bg-salmon"
type="button"
>
<svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ exports[`<DropdownWithAutosuggest> when closed renders the input 1`] = `
autocomplete="off"
autocorrect="off"
class="cursor-text w-12/12 overflow-hidden"
data-testid="nodejsFrom"
id="nodejsFrom"
name="nodejsFrom"
data-testid="From"
id="From"
name="From"
placeholder="Select number"
spellcheck="false"
value=""
Expand Down

0 comments on commit 959d786

Please sign in to comment.