Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Reinstall dependencies and update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomunozpomer committed Oct 3, 2018
1 parent 270c4bf commit e139d76
Show file tree
Hide file tree
Showing 3 changed files with 2,109 additions and 2,007 deletions.
70 changes: 64 additions & 6 deletions __test__/__snapshots__/ClusterTSnePlot.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Array [
onTouchEnd={[Function]}
>
<div
className="css-1rtrksz"
className="css-1hwfws3"
>
<div
className="css-va7pk8"
className="css-xp4uvy"
>
0
</div>
<div
className="css-rsyb7x"
className="css-1g6gooi"
>
<div
className=""
Expand Down Expand Up @@ -68,6 +68,35 @@ Array [
}
}
tabIndex="0"
theme={
Object {
"borderRadius": 4,
"colors": Object {
"danger": "#DE350B",
"dangerLight": "#FFBDAD",
"neutral0": "hsl(0, 0%, 100%)",
"neutral10": "hsl(0, 0%, 90%)",
"neutral20": "hsl(0, 0%, 80%)",
"neutral30": "hsl(0, 0%, 70%)",
"neutral40": "hsl(0, 0%, 60%)",
"neutral5": "hsl(0, 0%, 95%)",
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": "hsl(0, 0%, 40%)",
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": "hsl(0, 0%, 20%)",
"neutral90": "hsl(0, 0%, 10%)",
"primary": "#2684FF",
"primary25": "#DEEBFF",
"primary50": "#B2D4FF",
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 4,
"controlHeight": 38,
"menuGutter": 8,
},
}
}
type="text"
value=""
/>
Expand Down Expand Up @@ -117,15 +146,15 @@ Array [
onTouchEnd={[Function]}
>
<div
className="css-1rtrksz"
className="css-1hwfws3"
>
<div
className="css-va7pk8"
className="css-xp4uvy"
>
k = 0
</div>
<div
className="css-rsyb7x"
className="css-1g6gooi"
>
<div
className=""
Expand Down Expand Up @@ -163,6 +192,35 @@ Array [
}
}
tabIndex="0"
theme={
Object {
"borderRadius": 4,
"colors": Object {
"danger": "#DE350B",
"dangerLight": "#FFBDAD",
"neutral0": "hsl(0, 0%, 100%)",
"neutral10": "hsl(0, 0%, 90%)",
"neutral20": "hsl(0, 0%, 80%)",
"neutral30": "hsl(0, 0%, 70%)",
"neutral40": "hsl(0, 0%, 60%)",
"neutral5": "hsl(0, 0%, 95%)",
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": "hsl(0, 0%, 40%)",
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": "hsl(0, 0%, 20%)",
"neutral90": "hsl(0, 0%, 10%)",
"primary": "#2684FF",
"primary25": "#DEEBFF",
"primary50": "#B2D4FF",
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 4,
"controlHeight": 38,
"menuGutter": 8,
},
}
}
type="text"
value=""
/>
Expand Down
33 changes: 31 additions & 2 deletions __test__/__snapshots__/PlotSettingsDropdown.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ exports[`PlotSettingsDropdown with no data matches snapshot 1`] = `
onTouchEnd={[Function]}
>
<div
className="css-1rtrksz"
className="css-1hwfws3"
>
<div
className="css-1492t68"
>
Select...
</div>
<div
className="css-rsyb7x"
className="css-1g6gooi"
>
<div
className=""
Expand Down Expand Up @@ -58,6 +58,35 @@ exports[`PlotSettingsDropdown with no data matches snapshot 1`] = `
}
}
tabIndex="0"
theme={
Object {
"borderRadius": 4,
"colors": Object {
"danger": "#DE350B",
"dangerLight": "#FFBDAD",
"neutral0": "hsl(0, 0%, 100%)",
"neutral10": "hsl(0, 0%, 90%)",
"neutral20": "hsl(0, 0%, 80%)",
"neutral30": "hsl(0, 0%, 70%)",
"neutral40": "hsl(0, 0%, 60%)",
"neutral5": "hsl(0, 0%, 95%)",
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": "hsl(0, 0%, 40%)",
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": "hsl(0, 0%, 20%)",
"neutral90": "hsl(0, 0%, 10%)",
"primary": "#2684FF",
"primary25": "#DEEBFF",
"primary50": "#B2D4FF",
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 4,
"controlHeight": 38,
"menuGutter": 8,
},
}
}
type="text"
value=""
/>
Expand Down
Loading

0 comments on commit e139d76

Please sign in to comment.