Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: REPLAT-9308 lead 2 no pic 2 tiles swapped for 1024 and 1366 #2326

Merged
merged 2 commits into from
Oct 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1664,11 +1664,11 @@ exports[`21. lead two no pic and two - wide 1`] = `
<View
style={
Object {
"width": "42%",
"width": "16%",
}
}
>
<TileE />
<TileAL />
</View>
<View
style={
Expand All @@ -1683,11 +1683,11 @@ exports[`21. lead two no pic and two - wide 1`] = `
<View
style={
Object {
"width": "16%",
"width": "42%",
}
}
>
<TileAL />
<TileE />
</View>
</View>
</View>
Expand Down Expand Up @@ -3071,11 +3071,11 @@ exports[`37. lead two no pic and two - huge 1`] = `
<View
style={
Object {
"width": "42%",
"width": "16%",
}
}
>
<TileE />
<TileAL />
</View>
<View
style={
Expand All @@ -3090,11 +3090,11 @@ exports[`37. lead two no pic and two - huge 1`] = `
<View
style={
Object {
"width": "16%",
"width": "42%",
}
}
>
<TileAL />
<TileE />
</View>
</View>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -695,16 +695,16 @@ exports[`21. lead two no pic and two - wide 1`] = `
</View>
<View />
<View>
<TileE
<TileAL
breakpoint="wide"
tileName="support1"
tileName="support2"
/>
</View>
<View />
<View>
<TileAL
<TileE
breakpoint="wide"
tileName="support2"
tileName="support1"
/>
</View>
</View>
Expand Down Expand Up @@ -1288,16 +1288,16 @@ exports[`37. lead two no pic and two - huge 1`] = `
</View>
<View />
<View>
<TileE
<TileAL
breakpoint="huge"
tileName="support1"
tileName="support2"
/>
</View>
<View />
<View>
<TileAL
<TileE
breakpoint="huge"
tileName="support2"
tileName="support1"
/>
</View>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1664,11 +1664,11 @@ exports[`21. lead two no pic and two - wide 1`] = `
<View
style={
Object {
"width": "42%",
"width": "16%",
}
}
>
<TileE />
<TileAL />
</View>
<View
style={
Expand All @@ -1683,11 +1683,11 @@ exports[`21. lead two no pic and two - wide 1`] = `
<View
style={
Object {
"width": "16%",
"width": "42%",
}
}
>
<TileAL />
<TileE />
</View>
</View>
</View>
Expand Down Expand Up @@ -3071,11 +3071,11 @@ exports[`37. lead two no pic and two - huge 1`] = `
<View
style={
Object {
"width": "42%",
"width": "16%",
}
}
>
<TileE />
<TileAL />
</View>
<View
style={
Expand All @@ -3090,11 +3090,11 @@ exports[`37. lead two no pic and two - huge 1`] = `
<View
style={
Object {
"width": "16%",
"width": "42%",
}
}
>
<TileAL />
<TileE />
</View>
</View>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -695,16 +695,16 @@ exports[`21. lead two no pic and two - wide 1`] = `
</View>
<View />
<View>
<TileE
<TileAL
breakpoint="wide"
tileName="support1"
tileName="support2"
/>
</View>
<View />
<View>
<TileAL
<TileE
breakpoint="wide"
tileName="support2"
tileName="support1"
/>
</View>
</View>
Expand Down Expand Up @@ -1288,16 +1288,16 @@ exports[`37. lead two no pic and two - huge 1`] = `
</View>
<View />
<View>
<TileE
<TileAL
breakpoint="huge"
tileName="support1"
tileName="support2"
/>
</View>
<View />
<View>
<TileAL
<TileE
breakpoint="huge"
tileName="support2"
tileName="support1"
/>
</View>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2891,7 +2891,7 @@ exports[`21. lead two no pic and two - wide 1`] = `
}

.IS4 {
width: 42%;
width: 16%;
}

.IS5 {
Expand All @@ -2909,7 +2909,7 @@ exports[`21. lead two no pic and two - wide 1`] = `
}

.IS6 {
width: 16%;
width: 42%;
}

.IS7 {
Expand Down Expand Up @@ -2970,9 +2970,9 @@ exports[`21. lead two no pic and two - wide 1`] = `
<div
className="css-view-1dbjc4n IS4"
>
<TileE
<TileAL
breakpoint="wide"
tileName="support1"
tileName="support2"
/>
</div>
<div
Expand All @@ -2981,9 +2981,9 @@ exports[`21. lead two no pic and two - wide 1`] = `
<div
className="css-view-1dbjc4n IS6"
>
<TileAL
<TileE
breakpoint="wide"
tileName="support2"
tileName="support1"
/>
</div>
</div>
Expand Down Expand Up @@ -5336,7 +5336,7 @@ exports[`37. lead two no pic and two - huge 1`] = `
}

.IS4 {
width: 42%;
width: 16%;
}

.IS5 {
Expand All @@ -5354,7 +5354,7 @@ exports[`37. lead two no pic and two - huge 1`] = `
}

.IS6 {
width: 16%;
width: 42%;
}

.IS7 {
Expand Down Expand Up @@ -5435,9 +5435,9 @@ exports[`37. lead two no pic and two - huge 1`] = `
<div
className="css-view-1dbjc4n IS4"
>
<TileE
<TileAL
breakpoint="huge"
tileName="support1"
tileName="support2"
/>
</div>
<div
Expand All @@ -5446,9 +5446,9 @@ exports[`37. lead two no pic and two - huge 1`] = `
<div
className="css-view-1dbjc4n IS6"
>
<TileAL
<TileE
breakpoint="huge"
tileName="support2"
tileName="support1"
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,16 +683,16 @@ exports[`21. lead two no pic and two - wide 1`] = `
</div>
<div />
<div>
<TileE
<TileAL
breakpoint="wide"
tileName="support1"
tileName="support2"
/>
</div>
<div />
<div>
<TileAL
<TileE
breakpoint="wide"
tileName="support2"
tileName="support1"
/>
</div>
</div>
Expand Down Expand Up @@ -1268,16 +1268,16 @@ exports[`37. lead two no pic and two - huge 1`] = `
</div>
<div />
<div>
<TileE
<TileAL
breakpoint="huge"
tileName="support1"
tileName="support2"
/>
</div>
<div />
<div>
<TileAL
<TileE
breakpoint="huge"
tileName="support2"
tileName="support1"
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ exports[`3. lead two no pic and two - wide 1`] = `
<View
style={
Object {
"width": "42%",
"width": "16%",
}
}
>
<Text>
support-1
support-2
</Text>
</View>
<View
Expand All @@ -186,12 +186,12 @@ exports[`3. lead two no pic and two - wide 1`] = `
<View
style={
Object {
"width": "16%",
"width": "42%",
}
}
>
<Text>
support-2
support-1
</Text>
</View>
</View>
Expand Down Expand Up @@ -244,12 +244,12 @@ exports[`4. lead two no pic and two - huge 1`] = `
<View
style={
Object {
"width": "42%",
"width": "16%",
}
}
>
<Text>
support-1
support-2
</Text>
</View>
<View
Expand All @@ -265,12 +265,12 @@ exports[`4. lead two no pic and two - huge 1`] = `
<View
style={
Object {
"width": "16%",
"width": "42%",
}
}
>
<Text>
support-2
support-1
</Text>
</View>
</View>
Expand Down