Skip to content

Commit

Permalink
Fix: Slice specific updates (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
aronshamash authored and parkjh committed May 7, 2019
1 parent f03ec91 commit d684e8e
Show file tree
Hide file tree
Showing 28 changed files with 1,333 additions and 642 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ exports[`2. leaders 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down Expand Up @@ -363,7 +362,6 @@ exports[`2. leaders 2`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down Expand Up @@ -1008,7 +1006,6 @@ exports[`14. leaders 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ exports[`6. leaders slice - medium 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down Expand Up @@ -1445,7 +1444,6 @@ exports[`21. leaders slice - wide 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down Expand Up @@ -2645,7 +2643,6 @@ exports[`36. leaders slice - huge 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,17 @@ exports[`4. tile d 1`] = `
<Image
style={
Object {
"width": "45%",
"paddingRight": 10,
"width": "50%",
}
}
/>
<View
style={
Object {
"paddingBottom": 5,
"paddingHorizontal": 10,
"width": "55%",
"paddingRight": 10,
"width": "50%",
}
}
>
Expand Down Expand Up @@ -302,16 +303,17 @@ exports[`5. tile e 1`] = `
<Image
style={
Object {
"width": "45%",
"paddingRight": 10,
"width": "50%",
}
}
/>
<View
style={
Object {
"paddingBottom": 5,
"paddingHorizontal": 10,
"width": "55%",
"paddingRight": 10,
"width": "50%",
}
}
>
Expand Down Expand Up @@ -1004,6 +1006,7 @@ exports[`13. tile m 1`] = `
"fontSize": 14,
"lineHeight": 20,
"paddingBottom": 10,
"paddingHorizontal": 40,
"textAlign": "center",
}
}
Expand Down Expand Up @@ -1235,7 +1238,6 @@ exports[`16. tile p 1`] = `
"lineHeight": 35,
"marginBottom": 5,
"paddingHorizontal": 10,
"paddingTop": 10,
"textAlign": "center",
}
}
Expand Down Expand Up @@ -1412,7 +1414,7 @@ exports[`19. tile s 1`] = `
style={
Object {
"color": "#696969",
"fontFamily": "TimesDigitalW04",
"fontFamily": "TimesDigitalW04-Regular",
"fontSize": 14,
"lineHeight": 20,
}
Expand Down Expand Up @@ -2445,16 +2447,18 @@ exports[`32. tile ak 1`] = `
Object {
"backgroundColor": "#F0F0F0",
"flex": 1,
"height": 150,
"marginHorizontal": 5,
"overflow": "hidden",
}
}
>
<View
style={
Object {
"paddingHorizontal": 15,
"paddingTop": 15,
"width": "85%",
"height": 80,
"paddingHorizontal": 10,
"paddingTop": 10,
}
}
>
Expand All @@ -2463,9 +2467,9 @@ exports[`32. tile ak 1`] = `
Object {
"color": "#333333",
"fontFamily": "TimesModern-Bold",
"fontSize": 25,
"fontSize": 22,
"fontWeight": "400",
"lineHeight": 27,
"lineHeight": 22,
"marginBottom": 5,
}
}
Expand All @@ -2477,6 +2481,7 @@ exports[`32. tile ak 1`] = `
style={
Object {
"alignSelf": "flex-end",
"marginTop": -25,
"width": "85%",
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,8 @@ exports[`16. tile p 1`] = `
linkStyle={
Object {
"alignItems": "center",
"paddingVertical": 20,
"paddingBottom": 10,
"paddingTop": 20,
}
}
url="/article/123"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ exports[`2. leaders 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down Expand Up @@ -363,7 +362,6 @@ exports[`2. leaders 2`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down Expand Up @@ -1008,7 +1006,6 @@ exports[`14. leaders 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ exports[`6. leaders slice - medium 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down Expand Up @@ -1445,7 +1444,6 @@ exports[`21. leaders slice - wide 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down Expand Up @@ -2645,7 +2643,6 @@ exports[`36. leaders slice - huge 1`] = `
style={
Object {
"backgroundColor": "#F0F0F0",
"paddingHorizontal": 40,
"paddingTop": 20,
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,17 @@ exports[`4. tile d 1`] = `
<Image
style={
Object {
"width": "45%",
"paddingRight": 10,
"width": "50%",
}
}
/>
<View
style={
Object {
"paddingBottom": 5,
"paddingHorizontal": 10,
"width": "55%",
"paddingRight": 10,
"width": "50%",
}
}
>
Expand Down Expand Up @@ -251,16 +252,17 @@ exports[`5. tile e 1`] = `
<Image
style={
Object {
"width": "45%",
"paddingRight": 10,
"width": "50%",
}
}
/>
<View
style={
Object {
"paddingBottom": 5,
"paddingHorizontal": 10,
"width": "55%",
"paddingRight": 10,
"width": "50%",
}
}
>
Expand Down Expand Up @@ -824,6 +826,7 @@ exports[`13. tile m 1`] = `
"fontSize": 14,
"lineHeight": 20,
"paddingBottom": 10,
"paddingHorizontal": 40,
"textAlign": "center",
}
}
Expand Down Expand Up @@ -1011,7 +1014,6 @@ exports[`16. tile p 1`] = `
"lineHeight": 35,
"marginBottom": 5,
"paddingHorizontal": 10,
"paddingTop": 10,
"textAlign": "center",
}
}
Expand Down Expand Up @@ -1161,7 +1163,7 @@ exports[`19. tile s 1`] = `
style={
Object {
"color": "#696969",
"fontFamily": "TimesDigitalW04",
"fontFamily": "TimesDigitalW04-Regular",
"fontSize": 14,
"lineHeight": 20,
}
Expand Down Expand Up @@ -2014,16 +2016,18 @@ exports[`32. tile ak 1`] = `
Object {
"backgroundColor": "#F0F0F0",
"flex": 1,
"height": 150,
"marginHorizontal": 5,
"overflow": "hidden",
}
}
>
<View
style={
Object {
"paddingHorizontal": 15,
"paddingTop": 15,
"width": "85%",
"height": 80,
"paddingHorizontal": 10,
"paddingTop": 10,
}
}
>
Expand All @@ -2032,9 +2036,9 @@ exports[`32. tile ak 1`] = `
Object {
"color": "#333333",
"fontFamily": "TimesModern-Bold",
"fontSize": 25,
"fontSize": 22,
"fontWeight": "900",
"lineHeight": 25,
"lineHeight": 22,
"marginBottom": 5,
}
}
Expand All @@ -2046,6 +2050,7 @@ exports[`32. tile ak 1`] = `
style={
Object {
"alignSelf": "flex-end",
"marginTop": -25,
"width": "85%",
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,8 @@ exports[`16. tile p 1`] = `
linkStyle={
Object {
"alignItems": "center",
"paddingVertical": 20,
"paddingBottom": 10,
"paddingTop": 20,
}
}
url="/article/123"
Expand Down
Loading

0 comments on commit d684e8e

Please sign in to comment.