From 89e5cf6efb51b8a636328bcf2e8783e0f084f31a Mon Sep 17 00:00:00 2001 From: faichuk Date: Fri, 19 Jul 2019 22:25:45 +0300 Subject: [PATCH] fix(ThumbnailCircle): add image centering inside the circle (#559) squash ix(ThumbnailCircle): fix styles for passed child images Rebased --- src/components/Image/ThumbnailCircle.js | 14 +- .../__snapshots__/index.spec.js.snap | 3 +- .../__snapshots__/Container.spec.js.snap | 4346 ++++++++--------- .../ListRowOverflow.spec.js.snap | 72 +- .../__snapshots__/SectionItem.spec.js.snap | 20 +- 5 files changed, 2190 insertions(+), 2265 deletions(-) diff --git a/src/components/Image/ThumbnailCircle.js b/src/components/Image/ThumbnailCircle.js index 7a59d7d5b..25894daa7 100644 --- a/src/components/Image/ThumbnailCircle.js +++ b/src/components/Image/ThumbnailCircle.js @@ -14,17 +14,17 @@ const RoundContainer = styled.div` position: relative; padding-top: ${({ size }) => (size ? `${size}px` : "100%")}; width: ${({ size }) => (size ? `${size}px` : "100%")}; + & > img { + position: absolute; + height: 100%; + width: auto; + top: 0; + } `; -const Image = styled.img` - position: absolute; - height: 100%; - width: auto; - top: 0; -`; const ThumbnailCircle = ({ size, src, alt, ...props }) => ( - {props.image || {alt}} + {props.image || {alt}} ); diff --git a/src/components/Image/__tests__/__snapshots__/index.spec.js.snap b/src/components/Image/__tests__/__snapshots__/index.spec.js.snap index d53338857..1d8741f84 100644 --- a/src/components/Image/__tests__/__snapshots__/index.spec.js.snap +++ b/src/components/Image/__tests__/__snapshots__/index.spec.js.snap @@ -2,12 +2,11 @@ exports[` renders ThumbnailCircle image correctly 1`] = `
thumbnailCircle
diff --git a/src/components/List/__tests__/__snapshots__/Container.spec.js.snap b/src/components/List/__tests__/__snapshots__/Container.spec.js.snap index 094f94980..adf6fdc0e 100644 --- a/src/components/List/__tests__/__snapshots__/Container.spec.js.snap +++ b/src/components/List/__tests__/__snapshots__/Container.spec.js.snap @@ -2,18 +2,18 @@ exports[` closes the bottomSheet for the row when clicked on cross icon on mobile 1`] = `
Ticket Options @@ -150,11 +150,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -190,11 +190,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -230,14 +230,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -245,14 +245,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -308,26 +308,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -335,26 +334,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -362,14 +360,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -377,11 +375,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -417,15 +415,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -562,11 +560,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -602,11 +600,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -642,14 +640,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -657,14 +655,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -720,26 +718,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -747,26 +744,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -774,14 +770,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -789,11 +785,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -829,15 +825,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -974,11 +970,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -1014,11 +1010,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -1054,14 +1050,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -1069,14 +1065,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -1132,26 +1128,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -1159,26 +1154,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -1186,14 +1180,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -1201,11 +1195,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -1241,15 +1235,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -1386,11 +1380,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -1426,11 +1420,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -1466,14 +1460,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -1481,14 +1475,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -1544,26 +1538,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -1571,26 +1564,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -1598,14 +1590,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -1613,11 +1605,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -1658,18 +1650,18 @@ exports[` closes the bottomSheet for the row when clicked on cr exports[` closes the bottomSheet for the row when clicked on cross icon on mobile 2`] = `
Ticket Options @@ -1806,11 +1798,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -1846,11 +1838,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -1886,14 +1878,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -1901,14 +1893,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -1964,26 +1956,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -1991,26 +1982,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -2018,14 +2008,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -2033,11 +2023,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -2073,15 +2063,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -2218,11 +2208,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -2258,11 +2248,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -2298,14 +2288,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -2313,14 +2303,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -2376,26 +2366,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -2403,26 +2392,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -2430,14 +2418,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -2445,11 +2433,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -2485,15 +2473,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -2630,11 +2618,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -2670,11 +2658,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -2710,14 +2698,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -2725,14 +2713,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -2788,26 +2776,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -2815,26 +2802,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -2842,14 +2828,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -2857,11 +2843,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -2897,15 +2883,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -3042,11 +3028,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -3082,11 +3068,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -3122,14 +3108,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -3137,14 +3123,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -3200,26 +3186,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -3227,26 +3212,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -3254,14 +3238,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -3269,11 +3253,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -3314,18 +3298,18 @@ exports[` closes the bottomSheet for the row when clicked on cr exports[` closes the bottomSheet for the row when clicked on cross icon on mobile 3`] = `
Ticket Options @@ -3462,11 +3446,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -3502,11 +3486,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -3542,14 +3526,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -3557,14 +3541,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -3620,26 +3604,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -3647,26 +3630,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -3674,14 +3656,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -3689,11 +3671,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -3729,15 +3711,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -3874,11 +3856,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -3914,11 +3896,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -3954,14 +3936,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -3969,14 +3951,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -4032,26 +4014,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -4059,26 +4040,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -4086,14 +4066,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -4101,11 +4081,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -4141,15 +4121,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -4286,11 +4266,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -4326,11 +4306,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -4366,14 +4346,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -4381,14 +4361,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -4444,26 +4424,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -4471,26 +4450,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -4498,14 +4476,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -4513,11 +4491,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -4553,15 +4531,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -4698,11 +4676,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -4738,11 +4716,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -4778,14 +4756,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -4793,14 +4771,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -4856,26 +4834,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -4883,26 +4860,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -4910,14 +4886,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -4925,11 +4901,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -4970,18 +4946,18 @@ exports[` closes the bottomSheet for the row when clicked on cr exports[` closes the bottomSheet for the row when clicked on cross icon on mobile 4`] = `
Ticket Options @@ -5118,11 +5094,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -5158,11 +5134,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -5198,14 +5174,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -5213,14 +5189,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -5276,26 +5252,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -5303,26 +5278,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -5330,14 +5304,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -5345,11 +5319,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -5385,15 +5359,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -5530,11 +5504,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -5570,11 +5544,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -5610,14 +5584,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -5625,14 +5599,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -5688,26 +5662,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -5715,26 +5688,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -5742,14 +5714,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -5757,11 +5729,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -5797,15 +5769,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -5942,11 +5914,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -5982,11 +5954,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -6022,14 +5994,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -6037,14 +6009,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -6100,26 +6072,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -6127,26 +6098,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -6154,14 +6124,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -6169,11 +6139,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -6209,15 +6179,15 @@ exports[` closes the bottomSheet for the row when clicked on cr
Ticket Options @@ -6354,11 +6324,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -6394,11 +6364,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Parking Pass Available
@@ -6434,14 +6404,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
Venue Info @@ -6449,14 +6419,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
Lineup @@ -6512,26 +6482,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -6539,26 +6508,25 @@ exports[` closes the bottomSheet for the row when clicked on cr
circleImage
@@ -6566,14 +6534,14 @@ exports[` closes the bottomSheet for the row when clicked on cr
More @@ -6581,11 +6549,11 @@ exports[` closes the bottomSheet for the row when clicked on cr
closes the bottomSheet for the row when clicked on cr
@@ -6627,18 +6595,18 @@ exports[` closes the bottomSheet for the row when clicked on cr exports[` closes the modal when clicked on an expanded item on Desktop and clicked on cross icon 1`] = `
Ticket Options @@ -6778,11 +6746,11 @@ exports[` closes the modal when clicked on an expanded item on
closes the modal when clicked on an expanded item on
@@ -6818,11 +6786,11 @@ exports[` closes the modal when clicked on an expanded item on
closes the modal when clicked on an expanded item on
Parking Pass Available
@@ -6858,12 +6826,12 @@ exports[` closes the modal when clicked on an expanded item on
@@ -6879,18 +6847,18 @@ exports[` closes the modal when clicked on an expanded item on exports[` collapses the listRow after changing its order 1`] = `
Ticket Options @@ -7027,11 +6995,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
@@ -7067,11 +7035,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
Parking Pass Available
@@ -7107,14 +7075,14 @@ exports[` collapses the listRow after changing its order 1`] =
Venue Info @@ -7122,14 +7090,14 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
Lineup @@ -7185,26 +7153,25 @@ exports[` collapses the listRow after changing its order 1`] =
circleImage
@@ -7212,26 +7179,25 @@ exports[` collapses the listRow after changing its order 1`] =
circleImage
@@ -7239,14 +7205,14 @@ exports[` collapses the listRow after changing its order 1`] =
More @@ -7254,11 +7220,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
@@ -7294,15 +7260,15 @@ exports[` collapses the listRow after changing its order 1`] =
Ticket Options @@ -7439,11 +7405,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
@@ -7479,11 +7445,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
Parking Pass Available
@@ -7519,14 +7485,14 @@ exports[` collapses the listRow after changing its order 1`] =
Venue Info @@ -7534,14 +7500,14 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
Lineup @@ -7597,26 +7563,25 @@ exports[` collapses the listRow after changing its order 1`] =
circleImage
@@ -7624,26 +7589,25 @@ exports[` collapses the listRow after changing its order 1`] =
circleImage
@@ -7651,14 +7615,14 @@ exports[` collapses the listRow after changing its order 1`] =
More @@ -7666,11 +7630,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
@@ -7706,15 +7670,15 @@ exports[` collapses the listRow after changing its order 1`] =
Ticket Options @@ -7851,11 +7815,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
@@ -7891,11 +7855,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
Parking Pass Available
@@ -7931,14 +7895,14 @@ exports[` collapses the listRow after changing its order 1`] =
Venue Info @@ -7946,14 +7910,14 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
Lineup @@ -8009,26 +7973,25 @@ exports[` collapses the listRow after changing its order 1`] =
circleImage
@@ -8036,26 +7999,25 @@ exports[` collapses the listRow after changing its order 1`] =
circleImage
@@ -8063,14 +8025,14 @@ exports[` collapses the listRow after changing its order 1`] =
More @@ -8078,11 +8040,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
@@ -8118,15 +8080,15 @@ exports[` collapses the listRow after changing its order 1`] =
Ticket Options @@ -8263,11 +8225,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
@@ -8303,11 +8265,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
Parking Pass Available
@@ -8343,14 +8305,14 @@ exports[` collapses the listRow after changing its order 1`] =
Venue Info @@ -8358,14 +8320,14 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
Lineup @@ -8421,26 +8383,25 @@ exports[` collapses the listRow after changing its order 1`] =
circleImage
@@ -8448,26 +8409,25 @@ exports[` collapses the listRow after changing its order 1`] =
circleImage
@@ -8475,14 +8435,14 @@ exports[` collapses the listRow after changing its order 1`] =
More @@ -8490,11 +8450,11 @@ exports[` collapses the listRow after changing its order 1`] =
collapses the listRow after changing its order 1`] =
@@ -8534,18 +8494,18 @@ exports[` collapses the listRow after changing its order 1`] = exports[` collapses the listRow when clicked on collapse button 1`] = `
Ticket Options @@ -8682,11 +8642,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
@@ -8722,11 +8682,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
Parking Pass Available
@@ -8762,14 +8722,14 @@ exports[` collapses the listRow when clicked on collapse button
Venue Info @@ -8777,14 +8737,14 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
Lineup @@ -8840,26 +8800,25 @@ exports[` collapses the listRow when clicked on collapse button
circleImage
@@ -8867,26 +8826,25 @@ exports[` collapses the listRow when clicked on collapse button
circleImage
@@ -8894,14 +8852,14 @@ exports[` collapses the listRow when clicked on collapse button
More @@ -8909,11 +8867,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
@@ -8949,15 +8907,15 @@ exports[` collapses the listRow when clicked on collapse button
Ticket Options @@ -9094,11 +9052,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
@@ -9134,11 +9092,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
Parking Pass Available
@@ -9174,14 +9132,14 @@ exports[` collapses the listRow when clicked on collapse button
Venue Info @@ -9189,14 +9147,14 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
Lineup @@ -9252,26 +9210,25 @@ exports[` collapses the listRow when clicked on collapse button
circleImage
@@ -9279,26 +9236,25 @@ exports[` collapses the listRow when clicked on collapse button
circleImage
@@ -9306,14 +9262,14 @@ exports[` collapses the listRow when clicked on collapse button
More @@ -9321,11 +9277,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
@@ -9361,15 +9317,15 @@ exports[` collapses the listRow when clicked on collapse button
Ticket Options @@ -9506,11 +9462,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
@@ -9546,11 +9502,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
Parking Pass Available
@@ -9586,14 +9542,14 @@ exports[` collapses the listRow when clicked on collapse button
Venue Info @@ -9601,14 +9557,14 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
Lineup @@ -9664,26 +9620,25 @@ exports[` collapses the listRow when clicked on collapse button
circleImage
@@ -9691,26 +9646,25 @@ exports[` collapses the listRow when clicked on collapse button
circleImage
@@ -9718,14 +9672,14 @@ exports[` collapses the listRow when clicked on collapse button
More @@ -9733,11 +9687,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
@@ -9773,15 +9727,15 @@ exports[` collapses the listRow when clicked on collapse button
Ticket Options @@ -9918,11 +9872,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
@@ -9958,11 +9912,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
Parking Pass Available
@@ -9998,14 +9952,14 @@ exports[` collapses the listRow when clicked on collapse button
Venue Info @@ -10013,14 +9967,14 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
Lineup @@ -10076,26 +10030,25 @@ exports[` collapses the listRow when clicked on collapse button
circleImage
@@ -10103,26 +10056,25 @@ exports[` collapses the listRow when clicked on collapse button
circleImage
@@ -10130,14 +10082,14 @@ exports[` collapses the listRow when clicked on collapse button
More @@ -10145,11 +10097,11 @@ exports[` collapses the listRow when clicked on collapse button
collapses the listRow when clicked on collapse button
@@ -10189,18 +10141,18 @@ exports[` collapses the listRow when clicked on collapse button exports[` expands the listRow when clicked on expand Link 1`] = `
apr 23
Thu, 8:00 PM
Del Mar Fairgrounds
KABOO 3-Day Pass
Del Mar Fairgrounds
KABOO 3-Day Pass
KABOO 3-Day Pass
See Tickets
expands the listRow when clicked on expand Link 1`] =
Ticket Options @@ -10369,11 +10321,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
@@ -10409,11 +10361,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
Parking Pass Available
@@ -10449,14 +10401,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
Venue Info @@ -10464,14 +10416,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
Lineup @@ -10527,26 +10479,25 @@ exports[` expands the listRow when clicked on expand Link 1`] =
circleImage
@@ -10554,26 +10505,25 @@ exports[` expands the listRow when clicked on expand Link 1`] =
circleImage
@@ -10581,14 +10531,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
More @@ -10596,11 +10546,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
@@ -10636,15 +10586,15 @@ exports[` expands the listRow when clicked on expand Link 1`] =
apr 23
Thu, 8:00 PM
Del Mar Fairgrounds
KABOO 3-Day Pass
Del Mar Fairgrounds
KABOO 3-Day Pass
KABOO 3-Day Pass
See Tickets
expands the listRow when clicked on expand Link 1`] =
Ticket Options @@ -10813,11 +10763,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
@@ -10853,11 +10803,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
Parking Pass Available
@@ -10893,14 +10843,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
Venue Info @@ -10908,14 +10858,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
Lineup @@ -10971,26 +10921,25 @@ exports[` expands the listRow when clicked on expand Link 1`] =
circleImage
@@ -10998,26 +10947,25 @@ exports[` expands the listRow when clicked on expand Link 1`] =
circleImage
@@ -11025,14 +10973,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
More @@ -11040,11 +10988,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
@@ -11080,15 +11028,15 @@ exports[` expands the listRow when clicked on expand Link 1`] =
apr 23
Thu, 8:00 PM
Del Mar Fairgrounds
KABOO 3-Day Premium Pass with Exclusive Back Stage Access
Del Mar Fairgrounds
KABOO 3-Day Premium Pass with Exclusive Back Stage Access
KABOO 3-Day Premium Pass with Exclusive Back Stage Access
Acheter des Billets
expands the listRow when clicked on expand Link 1`] =
Ticket Options @@ -11257,11 +11205,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
@@ -11297,11 +11245,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
Parking Pass Available
@@ -11337,14 +11285,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
Venue Info @@ -11352,14 +11300,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
Lineup @@ -11415,26 +11363,25 @@ exports[` expands the listRow when clicked on expand Link 1`] =
circleImage
@@ -11442,26 +11389,25 @@ exports[` expands the listRow when clicked on expand Link 1`] =
circleImage
@@ -11469,14 +11415,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
More @@ -11484,11 +11430,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
@@ -11524,15 +11470,15 @@ exports[` expands the listRow when clicked on expand Link 1`] =
sep 7
Fri, 7:00 PM
CEG & T Presents Amorphis/Dark Tranquillity/Moonspell/Omnium Gatherum
Gramercy Theatre - New York, NY
CEG & T Presents Amorphis/Dark Tranquillity/Moonspell/Omnium Gatherum
Gramercy Theatre - New York, NY
Gramercy Theatre - New York, NY
See Tickets
expands the listRow when clicked on expand Link 1`] =
Ticket Options @@ -11701,11 +11647,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
@@ -11741,11 +11687,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
Parking Pass Available
@@ -11781,14 +11727,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
Venue Info @@ -11796,14 +11742,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
Lineup @@ -11859,26 +11805,25 @@ exports[` expands the listRow when clicked on expand Link 1`] =
circleImage
@@ -11886,26 +11831,25 @@ exports[` expands the listRow when clicked on expand Link 1`] =
circleImage
@@ -11913,14 +11857,14 @@ exports[` expands the listRow when clicked on expand Link 1`] =
More @@ -11928,11 +11872,11 @@ exports[` expands the listRow when clicked on expand Link 1`] =
expands the listRow when clicked on expand Link 1`] =
@@ -11972,18 +11916,18 @@ exports[` expands the listRow when clicked on expand Link 1`] = exports[` expands the listRow when clicked on expand button 1`] = `
Ticket Options @@ -12120,11 +12064,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
@@ -12160,11 +12104,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
Parking Pass Available
@@ -12200,14 +12144,14 @@ exports[` expands the listRow when clicked on expand button 1`]
Venue Info @@ -12215,14 +12159,14 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
Lineup @@ -12278,26 +12222,25 @@ exports[` expands the listRow when clicked on expand button 1`]
circleImage
@@ -12305,26 +12248,25 @@ exports[` expands the listRow when clicked on expand button 1`]
circleImage
@@ -12332,14 +12274,14 @@ exports[` expands the listRow when clicked on expand button 1`]
More @@ -12347,11 +12289,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
@@ -12387,15 +12329,15 @@ exports[` expands the listRow when clicked on expand button 1`]
Ticket Options @@ -12532,11 +12474,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
@@ -12572,11 +12514,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
Parking Pass Available
@@ -12612,14 +12554,14 @@ exports[` expands the listRow when clicked on expand button 1`]
Venue Info @@ -12627,14 +12569,14 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
Lineup @@ -12690,26 +12632,25 @@ exports[` expands the listRow when clicked on expand button 1`]
circleImage
@@ -12717,26 +12658,25 @@ exports[` expands the listRow when clicked on expand button 1`]
circleImage
@@ -12744,14 +12684,14 @@ exports[` expands the listRow when clicked on expand button 1`]
More @@ -12759,11 +12699,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
@@ -12799,15 +12739,15 @@ exports[` expands the listRow when clicked on expand button 1`]
Ticket Options @@ -12944,11 +12884,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
@@ -12984,11 +12924,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
Parking Pass Available
@@ -13024,14 +12964,14 @@ exports[` expands the listRow when clicked on expand button 1`]
Venue Info @@ -13039,14 +12979,14 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
Lineup @@ -13102,26 +13042,25 @@ exports[` expands the listRow when clicked on expand button 1`]
circleImage
@@ -13129,26 +13068,25 @@ exports[` expands the listRow when clicked on expand button 1`]
circleImage
@@ -13156,14 +13094,14 @@ exports[` expands the listRow when clicked on expand button 1`]
More @@ -13171,11 +13109,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
@@ -13211,15 +13149,15 @@ exports[` expands the listRow when clicked on expand button 1`]
Ticket Options @@ -13356,11 +13294,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
@@ -13396,11 +13334,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
Parking Pass Available
@@ -13436,14 +13374,14 @@ exports[` expands the listRow when clicked on expand button 1`]
Venue Info @@ -13451,14 +13389,14 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
Lineup @@ -13514,26 +13452,25 @@ exports[` expands the listRow when clicked on expand button 1`]
circleImage
@@ -13541,26 +13478,25 @@ exports[` expands the listRow when clicked on expand button 1`]
circleImage
@@ -13568,14 +13504,14 @@ exports[` expands the listRow when clicked on expand button 1`]
More @@ -13583,11 +13519,11 @@ exports[` expands the listRow when clicked on expand button 1`]
expands the listRow when clicked on expand button 1`]
@@ -13628,18 +13564,18 @@ exports[` expands the listRow when clicked on expand button 1`] exports[` opens the bottomSheet for the row when clicked on overflow button 1`] = `
Ticket Options @@ -13776,11 +13712,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
@@ -13816,11 +13752,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
Parking Pass Available
@@ -13856,14 +13792,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
Venue Info @@ -13871,14 +13807,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
Lineup @@ -13934,26 +13870,25 @@ exports[` opens the bottomSheet for the row when clicked on ove
circleImage
@@ -13961,26 +13896,25 @@ exports[` opens the bottomSheet for the row when clicked on ove
circleImage
@@ -13988,14 +13922,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
More @@ -14003,11 +13937,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
@@ -14043,15 +13977,15 @@ exports[` opens the bottomSheet for the row when clicked on ove
Ticket Options @@ -14188,11 +14122,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
@@ -14228,11 +14162,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
Parking Pass Available
@@ -14268,14 +14202,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
Venue Info @@ -14283,14 +14217,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
Lineup @@ -14346,26 +14280,25 @@ exports[` opens the bottomSheet for the row when clicked on ove
circleImage
@@ -14373,26 +14306,25 @@ exports[` opens the bottomSheet for the row when clicked on ove
circleImage
@@ -14400,14 +14332,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
More @@ -14415,11 +14347,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
@@ -14455,15 +14387,15 @@ exports[` opens the bottomSheet for the row when clicked on ove
Ticket Options @@ -14600,11 +14532,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
@@ -14640,11 +14572,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
Parking Pass Available
@@ -14680,14 +14612,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
Venue Info @@ -14695,14 +14627,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
Lineup @@ -14758,26 +14690,25 @@ exports[` opens the bottomSheet for the row when clicked on ove
circleImage
@@ -14785,26 +14716,25 @@ exports[` opens the bottomSheet for the row when clicked on ove
circleImage
@@ -14812,14 +14742,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
More @@ -14827,11 +14757,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
@@ -14867,15 +14797,15 @@ exports[` opens the bottomSheet for the row when clicked on ove
Ticket Options @@ -15012,11 +14942,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
@@ -15052,11 +14982,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
Parking Pass Available
@@ -15092,14 +15022,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
Venue Info @@ -15107,14 +15037,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
Lineup @@ -15170,26 +15100,25 @@ exports[` opens the bottomSheet for the row when clicked on ove
circleImage
@@ -15197,26 +15126,25 @@ exports[` opens the bottomSheet for the row when clicked on ove
circleImage
@@ -15224,14 +15152,14 @@ exports[` opens the bottomSheet for the row when clicked on ove
More @@ -15239,11 +15167,11 @@ exports[` opens the bottomSheet for the row when clicked on ove
opens the bottomSheet for the row when clicked on ove
@@ -15284,18 +15212,18 @@ exports[` opens the bottomSheet for the row when clicked on ove exports[` renders ListContainer correctly without any expanded sections 1`] = `
diff --git a/src/components/List/__tests__/__snapshots__/ListRowOverflow.spec.js.snap b/src/components/List/__tests__/__snapshots__/ListRowOverflow.spec.js.snap index 29b02d1ea..c3629ef5f 100644 --- a/src/components/List/__tests__/__snapshots__/ListRowOverflow.spec.js.snap +++ b/src/components/List/__tests__/__snapshots__/ListRowOverflow.spec.js.snap @@ -2,17 +2,17 @@ exports[` renders ListRowOverflow correctly 1`] = `
@@ -21,13 +21,13 @@ exports[` renders ListRowOverflow correctly 1`] = `
renders ListRowOverflow correctly 1`] = `
VIP Packages
@@ -63,12 +63,12 @@ exports[` renders ListRowOverflow correctly 1`] = `
renders ListRowOverflow correctly 1`] = `
Parking Pass Available
@@ -104,14 +104,14 @@ exports[` renders ListRowOverflow correctly 1`] = `
@@ -120,7 +120,7 @@ exports[` renders ListRowOverflow correctly 1`] = `
renders ListRowOverflow correctly 1`] = ` target="" >
renders ListRowOverflow correctly 1`] = `
@@ -187,28 +187,27 @@ exports[` renders ListRowOverflow correctly 1`] = `
circleImage
The Roots tour of San Diego california hdjhj wjdwjd wjdhwejkdh wdjewj
@@ -216,28 +215,27 @@ exports[` renders ListRowOverflow correctly 1`] = `
circleImage
T.I
@@ -245,14 +243,14 @@ exports[` renders ListRowOverflow correctly 1`] = `
@@ -261,13 +259,13 @@ exports[` renders ListRowOverflow correctly 1`] = `
renders ListRowOverflow correctly 1`] = `
Sell Tickets
@@ -305,7 +303,7 @@ exports[` renders ListRowOverflow correctly 1`] = ` exports[` renders with additional props when passed 1`] = `
Content
diff --git a/src/components/List/__tests__/__snapshots__/SectionItem.spec.js.snap b/src/components/List/__tests__/__snapshots__/SectionItem.spec.js.snap index 69c75ec8b..ca2b5c845 100644 --- a/src/components/List/__tests__/__snapshots__/SectionItem.spec.js.snap +++ b/src/components/List/__tests__/__snapshots__/SectionItem.spec.js.snap @@ -3,14 +3,14 @@ exports[` renders SectionItem with "url" correctly 1`] = `
renders SectionItem with "url" correctly 1`] = `
@@ -48,15 +48,15 @@ exports[` renders SectionItem with "url" correctly 1`] = ` exports[` renders SectionItem with children correctly 1`] = `
renders SectionItem with children correctly 1`] = `
@@ -96,11 +96,11 @@ exports[` renders SectionItem with children correctly 1`] = ` exports[` renders SectionItem without "url" correctly 1`] = `
renders SectionItem without "url" correctly 1`] = `