@@ -1345,6 +1345,178 @@ exports[`Storyshots Design System/Popper Default 1`] = `
13451345</div >
13461346` ;
13471347
1348+ exports [` Storyshots Design System/Profile Cell Large 1` ] = `
1349+ <div
1350+ style = {
1351+ Object {
1352+ " padding" : " 1rem" ,
1353+ }
1354+ }
1355+ >
1356+ <div
1357+ className = " ProfileCell ProfileCell--large"
1358+ >
1359+ <div
1360+ className = " ProfileCell__image"
1361+ >
1362+ <div
1363+ aria-hidden = { false }
1364+ className = " Avatar Avatar--large"
1365+ >
1366+ <div
1367+ className = " Avatar__circle"
1368+ >
1369+ <span
1370+ className = " Avatar__circle__initials"
1371+ >
1372+ RR
1373+ </span >
1374+ </div >
1375+ </div >
1376+ </div >
1377+ <div
1378+ className = " ProfileCell__content"
1379+ style = {
1380+ Object {
1381+ " maxWidth" : " none" ,
1382+ }
1383+ }
1384+ >
1385+ <h5
1386+ className = " ProfileCell__content__name"
1387+ >
1388+ Riley Researcher
1389+ </h5 >
1390+ <div
1391+ className = " ProfileCell__content__subtitle"
1392+ >
1393+ <div >
1394+ 1395+ </div >
1396+ <div >
1397+ +1 888 888 8888
1398+ </div >
1399+ <div >
1400+ (-5:00) America/New York
1401+ </div >
1402+ </div >
1403+ </div >
1404+ </div >
1405+ </div >
1406+ ` ;
1407+
1408+ exports [` Storyshots Design System/Profile Cell Small 1` ] = `
1409+ <div
1410+ style = {
1411+ Object {
1412+ " padding" : " 1rem" ,
1413+ }
1414+ }
1415+ >
1416+ <div
1417+ className = " ProfileCell"
1418+ >
1419+ <div
1420+ className = " ProfileCell__image"
1421+ >
1422+ <div
1423+ aria-hidden = { false }
1424+ className = " Avatar"
1425+ >
1426+ <div
1427+ className = " Avatar__circle"
1428+ >
1429+ <span
1430+ className = " Avatar__circle__initials"
1431+ >
1432+ RR
1433+ </span >
1434+ </div >
1435+ </div >
1436+ </div >
1437+ <div
1438+ className = " ProfileCell__content"
1439+ style = {
1440+ Object {
1441+ " maxWidth" : " none" ,
1442+ }
1443+ }
1444+ >
1445+ <h5
1446+ className = " ProfileCell__content__name"
1447+ >
1448+ Riley Researcher
1449+ </h5 >
1450+ <div
1451+ className = " ProfileCell__content__subtitle"
1452+ >
1453+ 1454+ </div >
1455+ </div >
1456+ </div >
1457+ </div >
1458+ ` ;
1459+
1460+ exports [` Storyshots Design System/Profile Cell With Image 1` ] = `
1461+ <div
1462+ style = {
1463+ Object {
1464+ " padding" : " 1rem" ,
1465+ }
1466+ }
1467+ >
1468+ <div
1469+ className = " ProfileCell ProfileCell--large"
1470+ >
1471+ <div
1472+ className = " ProfileCell__image"
1473+ >
1474+ <div
1475+ aria-hidden = { false }
1476+ className = " Avatar Avatar--large"
1477+ >
1478+ <div
1479+ className = " Avatar__circle"
1480+ >
1481+ <img
1482+ alt = " Riley Researcher"
1483+ onError = { [Function ]}
1484+ src = " https://i.kym-cdn.com/entries/icons/original/000/013/564/doge.jpg"
1485+ />
1486+ </div >
1487+ </div >
1488+ </div >
1489+ <div
1490+ className = " ProfileCell__content"
1491+ style = {
1492+ Object {
1493+ " maxWidth" : " none" ,
1494+ }
1495+ }
1496+ >
1497+ <h5
1498+ className = " ProfileCell__content__name"
1499+ >
1500+ Riley Researcher
1501+ </h5 >
1502+ <div
1503+ className = " ProfileCell__content__subtitle"
1504+ >
1505+ <div >
1506+ 1507+ </div >
1508+ <div >
1509+ +1 888 888 8888
1510+ </div >
1511+ <div >
1512+ (-5:00) America/New York
1513+ </div >
1514+ </div >
1515+ </div >
1516+ </div >
1517+ </div >
1518+ ` ;
1519+
13481520exports [` Storyshots Design System/Selects/Async Default 1` ] = `
13491521<div
13501522 style = {
0 commit comments