@pareto-engineering/design-system 2.0.0-alpha.3 → 2.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/cjs/a/OvalIllustration/OvalIllustration.js +102 -0
  2. package/dist/cjs/a/OvalIllustration/index.js +15 -0
  3. package/dist/cjs/a/OvalIllustration/styles.scss +105 -0
  4. package/dist/cjs/a/Shapes/Shapes.js +31 -9
  5. package/dist/cjs/a/Shapes/styles.scss +40 -17
  6. package/dist/cjs/a/index.js +17 -1
  7. package/dist/cjs/b/Button/styles.scss +38 -19
  8. package/dist/cjs/b/Page/common/Section/Section.js +42 -5
  9. package/dist/cjs/b/Page/styles.scss +8 -2
  10. package/dist/es/a/OvalIllustration/OvalIllustration.js +86 -0
  11. package/dist/es/a/OvalIllustration/index.js +2 -0
  12. package/dist/es/a/OvalIllustration/styles.scss +105 -0
  13. package/dist/es/a/Shapes/Shapes.js +31 -9
  14. package/dist/es/a/Shapes/styles.scss +40 -17
  15. package/dist/es/a/index.js +3 -1
  16. package/dist/es/b/Button/styles.scss +38 -19
  17. package/dist/es/b/Page/common/Section/Section.js +41 -4
  18. package/dist/es/b/Page/styles.scss +8 -2
  19. package/package.json +1 -1
  20. package/src/__snapshots__/Storyshots.test.js.snap +1480 -336
  21. package/src/stories/a/OvalIllustration.stories.jsx +36 -0
  22. package/src/stories/a/Shapes.stories.jsx +125 -0
  23. package/src/stories/b/Button.stories.jsx +57 -82
  24. package/src/stories/b/Page.stories.jsx +27 -1
  25. package/src/ui/a/OvalIllustration/OvalIllustration.jsx +108 -0
  26. package/src/ui/a/OvalIllustration/index.js +2 -0
  27. package/src/ui/a/OvalIllustration/styles.scss +105 -0
  28. package/src/ui/a/Shapes/Shapes.jsx +181 -0
  29. package/src/ui/a/Shapes/index.js +2 -0
  30. package/src/ui/a/Shapes/styles.scss +222 -0
  31. package/src/ui/a/index.js +2 -0
  32. package/src/ui/b/Button/styles.scss +38 -19
  33. package/src/ui/b/Page/common/Section/Section.jsx +51 -2
  34. package/src/ui/b/Page/styles.scss +8 -2
@@ -783,6 +783,39 @@ exports[`Storyshots a/LoadingCircle Base 1`] = `
783
783
  </div>
784
784
  `;
785
785
 
786
+ exports[`Storyshots a/OvalIllustration With Background 1`] = `
787
+ <div
788
+ className="base oval-illustration right"
789
+ >
790
+ <div
791
+ className="oval-background y-background3"
792
+ />
793
+ <div
794
+ className="illustration"
795
+ >
796
+ <img
797
+ alt="illustration"
798
+ src="https://www.azernews.az/media/pictures/company_picture.jpg"
799
+ />
800
+ </div>
801
+ </div>
802
+ `;
803
+
804
+ exports[`Storyshots a/OvalIllustration Without Background 1`] = `
805
+ <div
806
+ className="base oval-illustration left"
807
+ >
808
+ <div
809
+ className="illustration"
810
+ >
811
+ <img
812
+ alt="illustration"
813
+ src="https://www.azernews.az/media/pictures/company_picture.jpg"
814
+ />
815
+ </div>
816
+ </div>
817
+ `;
818
+
786
819
  exports[`Storyshots a/People Base 1`] = `
787
820
  <div
788
821
  className="x-background1 b-x v1 p-v"
@@ -1146,141 +1179,514 @@ exports[`Storyshots a/SVG Stroke 1`] = `
1146
1179
  </svg>
1147
1180
  `;
1148
1181
 
1149
- exports[`Storyshots a/SiteContext Base 1`] = `"Sample SiteContext"`;
1150
-
1151
- exports[`Storyshots a/Spinner Base 1`] = `
1182
+ exports[`Storyshots a/Shapes Circle 1`] = `
1152
1183
  <div
1153
- className="y-background1 b-y"
1184
+ className="y-background5 b-light-y"
1185
+ style={
1186
+ Object {
1187
+ "height": "1000px",
1188
+ "overflow": "hidden",
1189
+ "position": "relative",
1190
+ }
1191
+ }
1154
1192
  >
1155
1193
  <div
1156
- className="base spinner x-main1"
1194
+ className="base shapes"
1195
+ style={
1196
+ Object {
1197
+ "--horizontal-align": "center",
1198
+ "--overflow": "hidden",
1199
+ "--shape-height": "30em",
1200
+ "--vertical-align": "flex-end",
1201
+ }
1202
+ }
1157
1203
  >
1158
1204
  <div
1159
- className="loader"
1205
+ className="circle"
1160
1206
  />
1161
1207
  </div>
1162
1208
  </div>
1163
1209
  `;
1164
1210
 
1165
- exports[`Storyshots a/TeamInfo Base 1`] = `
1211
+ exports[`Storyshots a/Shapes Diamonds 1`] = `
1166
1212
  <div
1167
- className="base team-info u1"
1213
+ className="y-background4 b-light-y"
1214
+ style={
1215
+ Object {
1216
+ "height": "1000px",
1217
+ "overflow": "hidden",
1218
+ "position": "relative",
1219
+ }
1220
+ }
1168
1221
  >
1169
- <p
1170
- className="description s-1 md-s0"
1171
- >
1172
- Working at Pareto constantly allows me to learn something new. The team gives everyone a strong support system and never leaves anyone behind, especially when tasks get difficult.
1173
- </p>
1174
1222
  <div
1175
- className="content"
1223
+ className="base shapes"
1224
+ style={
1225
+ Object {
1226
+ "--horizontal-align": "center",
1227
+ "--overflow": "hidden",
1228
+ "--shape-height": "30em",
1229
+ "--vertical-align": "flex-end",
1230
+ }
1231
+ }
1176
1232
  >
1177
- <img
1178
- alt="Lanie Col-long, Partner at Pareto"
1179
- className="img mr-u"
1180
- src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Lanie-Col-long.png"
1181
- />
1182
1233
  <div
1183
- className="team-member"
1234
+ className="diamonds"
1184
1235
  >
1185
- <span
1186
- className="name s-1"
1187
- >
1188
- Lanie Col-long
1189
- </span>
1190
- <span
1191
- className="role s-2"
1192
- >
1193
- Partner
1194
- </span>
1236
+ <div
1237
+ className="top-right"
1238
+ />
1239
+ <div
1240
+ className="bottom-left"
1241
+ />
1242
+ <div
1243
+ className="bottom-right"
1244
+ />
1195
1245
  </div>
1196
1246
  </div>
1197
1247
  </div>
1198
1248
  `;
1199
1249
 
1200
- exports[`Storyshots a/Timestamp Base 1`] = `
1201
- <p
1202
- className="base timestamp"
1203
- onClick={[Function]}
1250
+ exports[`Storyshots a/Shapes Ellipse 1`] = `
1251
+ <div
1252
+ className="y-main3 b-light-y"
1253
+ style={
1254
+ Object {
1255
+ "height": "1000px",
1256
+ "overflow": "hidden",
1257
+ "position": "relative",
1258
+ }
1259
+ }
1204
1260
  >
1205
- 1665792000000
1206
- </p>
1261
+ <div
1262
+ className="base shapes"
1263
+ style={
1264
+ Object {
1265
+ "--horizontal-align": "center",
1266
+ "--overflow": "hidden",
1267
+ "--shape-height": "30em",
1268
+ "--vertical-align": "flex-end",
1269
+ }
1270
+ }
1271
+ >
1272
+ <div
1273
+ className="ellipse"
1274
+ />
1275
+ </div>
1276
+ </div>
1207
1277
  `;
1208
1278
 
1209
- exports[`Storyshots a/Timestamp Date Format 1`] = `
1210
- <p
1211
- className="base timestamp"
1279
+ exports[`Storyshots a/Shapes Ellipses 1`] = `
1280
+ <div
1281
+ className="y-background4 b-light-y"
1282
+ style={
1283
+ Object {
1284
+ "height": "1000px",
1285
+ "overflow": "hidden",
1286
+ "position": "relative",
1287
+ }
1288
+ }
1212
1289
  >
1213
- 2022-10-15 at 00:00
1214
- </p>
1290
+ <div
1291
+ className="base shapes"
1292
+ style={
1293
+ Object {
1294
+ "--horizontal-align": "center",
1295
+ "--overflow": "hidden",
1296
+ "--shape-height": "30em",
1297
+ "--vertical-align": "flex-end",
1298
+ }
1299
+ }
1300
+ >
1301
+ <div
1302
+ className="ellipses"
1303
+ >
1304
+ <div
1305
+ className="first"
1306
+ />
1307
+ <div
1308
+ className="second"
1309
+ />
1310
+ </div>
1311
+ </div>
1312
+ </div>
1215
1313
  `;
1216
1314
 
1217
- exports[`Storyshots a/Timestamp Distance Format 1`] = `
1218
- <p
1219
- className="base timestamp"
1220
- onClick={[Function]}
1315
+ exports[`Storyshots a/Shapes Half Circle 1`] = `
1316
+ <div
1317
+ className="y-background4 b-light-y"
1318
+ style={
1319
+ Object {
1320
+ "height": "1000px",
1321
+ "overflow": "hidden",
1322
+ "position": "relative",
1323
+ }
1324
+ }
1221
1325
  >
1222
- in 10 months
1223
- </p>
1326
+ <div
1327
+ className="base shapes"
1328
+ style={
1329
+ Object {
1330
+ "--horizontal-align": "center",
1331
+ "--overflow": "hidden",
1332
+ "--shape-height": "30em",
1333
+ "--vertical-align": "flex-end",
1334
+ }
1335
+ }
1336
+ >
1337
+ <div
1338
+ className="half-circle"
1339
+ />
1340
+ </div>
1341
+ </div>
1224
1342
  `;
1225
1343
 
1226
- exports[`Storyshots a/Timestamp Prefix 1`] = `
1227
- <p
1228
- className="base timestamp"
1229
- onClick={[Function]}
1344
+ exports[`Storyshots a/Shapes Half Ellipse 1`] = `
1345
+ <div
1346
+ className="y-background3 b-light-y"
1347
+ style={
1348
+ Object {
1349
+ "height": "1000px",
1350
+ "overflow": "hidden",
1351
+ "position": "relative",
1352
+ }
1353
+ }
1230
1354
  >
1231
- <strong>
1232
- Updated :
1233
- </strong>
1234
-
1235
- 1665792000000
1236
- </p>
1355
+ <div
1356
+ className="base shapes"
1357
+ style={
1358
+ Object {
1359
+ "--horizontal-align": "center",
1360
+ "--overflow": "hidden",
1361
+ "--shape-height": "25em",
1362
+ "--vertical-align": "flex-end",
1363
+ }
1364
+ }
1365
+ >
1366
+ <div
1367
+ className="half-ellipse"
1368
+ />
1369
+ </div>
1370
+ </div>
1237
1371
  `;
1238
1372
 
1239
- exports[`Storyshots a/Timestamp Relative Format 1`] = `
1240
- Array [
1241
- "Click to see relative format. Relative format has not been enabled by default because of chromatic snapshots.",
1242
- <p
1243
- className="base timestamp"
1244
- onClick={[Function]}
1373
+ exports[`Storyshots a/Shapes Half Ellipses 1`] = `
1374
+ <div
1375
+ className="y-background3 b-light-y"
1376
+ style={
1377
+ Object {
1378
+ "height": "1000px",
1379
+ "overflow": "hidden",
1380
+ "position": "relative",
1381
+ }
1382
+ }
1383
+ >
1384
+ <div
1385
+ className="base shapes"
1386
+ style={
1387
+ Object {
1388
+ "--horizontal-align": "center",
1389
+ "--overflow": "hidden",
1390
+ "--shape-height": "25em",
1391
+ "--vertical-align": "flex-end",
1392
+ }
1393
+ }
1245
1394
  >
1246
- 2022-10-10T00:00:00.000+00:00
1247
- </p>,
1248
- ]
1395
+ <div
1396
+ className="half-ellipses"
1397
+ >
1398
+ <div
1399
+ className="up"
1400
+ />
1401
+ <div
1402
+ className="down"
1403
+ />
1404
+ </div>
1405
+ </div>
1406
+ </div>
1249
1407
  `;
1250
1408
 
1251
- exports[`Storyshots b/Button Base 1`] = `
1252
- <button
1253
- className="base button x-main1"
1254
- type="button"
1409
+ exports[`Storyshots a/Shapes Rectangles 1`] = `
1410
+ <div
1411
+ className="y-background5 b-light-y"
1412
+ style={
1413
+ Object {
1414
+ "height": "1000px",
1415
+ "overflow": "hidden",
1416
+ "position": "relative",
1417
+ }
1418
+ }
1255
1419
  >
1256
- Sample Button
1257
- </button>
1420
+ <div
1421
+ className="base shapes"
1422
+ style={
1423
+ Object {
1424
+ "--horizontal-align": "center",
1425
+ "--overflow": "hidden",
1426
+ "--shape-height": "30em",
1427
+ "--vertical-align": "flex-end",
1428
+ }
1429
+ }
1430
+ >
1431
+ <div
1432
+ className="rectangles"
1433
+ >
1434
+ <div
1435
+ className="top"
1436
+ />
1437
+ <div
1438
+ className="center"
1439
+ />
1440
+ <div
1441
+ className="bottom"
1442
+ />
1443
+ </div>
1444
+ </div>
1445
+ </div>
1258
1446
  `;
1259
1447
 
1260
- exports[`Storyshots b/Button Colors 1`] = `
1261
- Array [
1262
- <button
1263
- className="base button x-main1"
1264
- type="button"
1265
- >
1266
- This is a
1267
-
1268
- main1
1269
-
1270
- button
1271
- </button>,
1272
- <button
1273
- className="base button x-main2"
1274
- type="button"
1448
+ exports[`Storyshots a/Shapes Rotated Ellipses 1`] = `
1449
+ <div
1450
+ className="y-background5 b-light-y"
1451
+ style={
1452
+ Object {
1453
+ "height": "1000px",
1454
+ "overflow": "hidden",
1455
+ "position": "relative",
1456
+ }
1457
+ }
1458
+ >
1459
+ <div
1460
+ className="base shapes"
1461
+ style={
1462
+ Object {
1463
+ "--horizontal-align": "center",
1464
+ "--overflow": "hidden",
1465
+ "--shape-height": "60em",
1466
+ "--vertical-align": "center",
1467
+ }
1468
+ }
1275
1469
  >
1276
- This is a
1277
-
1278
- main2
1279
-
1280
- button
1281
- </button>,
1470
+ <div
1471
+ className="rotated-ellipses"
1472
+ >
1473
+ <div
1474
+ className="ellipse-one"
1475
+ />
1476
+ <div
1477
+ className="ellipse-two"
1478
+ />
1479
+ </div>
1480
+ </div>
1481
+ </div>
1482
+ `;
1483
+
1484
+ exports[`Storyshots a/Shapes Spiral 1`] = `
1485
+ <div
1486
+ className="y-background6 b-light-y"
1487
+ style={
1488
+ Object {
1489
+ "height": "1000px",
1490
+ "overflow": "hidden",
1491
+ "position": "relative",
1492
+ }
1493
+ }
1494
+ >
1495
+ <div
1496
+ className="base shapes"
1497
+ style={
1498
+ Object {
1499
+ "--horizontal-align": "center",
1500
+ "--overflow": "hidden",
1501
+ "--shape-height": "100em",
1502
+ "--vertical-align": "center",
1503
+ }
1504
+ }
1505
+ >
1506
+ <div
1507
+ className="spiral"
1508
+ >
1509
+ <div
1510
+ className="circle-one"
1511
+ />
1512
+ <div
1513
+ className="circle-two"
1514
+ />
1515
+ <div
1516
+ className="circle-three"
1517
+ />
1518
+ <div
1519
+ className="circle-four"
1520
+ />
1521
+ </div>
1522
+ </div>
1523
+ </div>
1524
+ `;
1525
+
1526
+ exports[`Storyshots a/Shapes Triangle 1`] = `
1527
+ <div
1528
+ className="y-background6 b-light-y"
1529
+ style={
1530
+ Object {
1531
+ "height": "1000px",
1532
+ "overflow": "hidden",
1533
+ "position": "relative",
1534
+ }
1535
+ }
1536
+ >
1537
+ <div
1538
+ className="base shapes"
1539
+ style={
1540
+ Object {
1541
+ "--horizontal-align": "center",
1542
+ "--overflow": "hidden",
1543
+ "--shape-height": "30em",
1544
+ "--vertical-align": "flex-end",
1545
+ }
1546
+ }
1547
+ >
1548
+ <div
1549
+ className="triangle"
1550
+ />
1551
+ </div>
1552
+ </div>
1553
+ `;
1554
+
1555
+ exports[`Storyshots a/SiteContext Base 1`] = `"Sample SiteContext"`;
1556
+
1557
+ exports[`Storyshots a/Spinner Base 1`] = `
1558
+ <div
1559
+ className="y-background1 b-y"
1560
+ >
1561
+ <div
1562
+ className="base spinner x-main1"
1563
+ >
1564
+ <div
1565
+ className="loader"
1566
+ />
1567
+ </div>
1568
+ </div>
1569
+ `;
1570
+
1571
+ exports[`Storyshots a/TeamInfo Base 1`] = `
1572
+ <div
1573
+ className="base team-info u1"
1574
+ >
1575
+ <p
1576
+ className="description s-1 md-s0"
1577
+ >
1578
+ Working at Pareto constantly allows me to learn something new. The team gives everyone a strong support system and never leaves anyone behind, especially when tasks get difficult.
1579
+ </p>
1580
+ <div
1581
+ className="content"
1582
+ >
1583
+ <img
1584
+ alt="Lanie Col-long, Partner at Pareto"
1585
+ className="img mr-u"
1586
+ src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Lanie-Col-long.png"
1587
+ />
1588
+ <div
1589
+ className="team-member"
1590
+ >
1591
+ <span
1592
+ className="name s-1"
1593
+ >
1594
+ Lanie Col-long
1595
+ </span>
1596
+ <span
1597
+ className="role s-2"
1598
+ >
1599
+ Partner
1600
+ </span>
1601
+ </div>
1602
+ </div>
1603
+ </div>
1604
+ `;
1605
+
1606
+ exports[`Storyshots a/Timestamp Base 1`] = `
1607
+ <p
1608
+ className="base timestamp"
1609
+ onClick={[Function]}
1610
+ >
1611
+ 1665792000000
1612
+ </p>
1613
+ `;
1614
+
1615
+ exports[`Storyshots a/Timestamp Date Format 1`] = `
1616
+ <p
1617
+ className="base timestamp"
1618
+ >
1619
+ 2022-10-15 at 00:00
1620
+ </p>
1621
+ `;
1622
+
1623
+ exports[`Storyshots a/Timestamp Distance Format 1`] = `
1624
+ <p
1625
+ className="base timestamp"
1626
+ onClick={[Function]}
1627
+ >
1628
+ in 10 months
1629
+ </p>
1630
+ `;
1631
+
1632
+ exports[`Storyshots a/Timestamp Prefix 1`] = `
1633
+ <p
1634
+ className="base timestamp"
1635
+ onClick={[Function]}
1636
+ >
1637
+ <strong>
1638
+ Updated :
1639
+ </strong>
1640
+
1641
+ 1665792000000
1642
+ </p>
1643
+ `;
1644
+
1645
+ exports[`Storyshots a/Timestamp Relative Format 1`] = `
1646
+ Array [
1647
+ "Click to see relative format. Relative format has not been enabled by default because of chromatic snapshots.",
1648
+ <p
1649
+ className="base timestamp"
1650
+ onClick={[Function]}
1651
+ >
1652
+ 2022-10-10T00:00:00.000+00:00
1653
+ </p>,
1654
+ ]
1655
+ `;
1656
+
1657
+ exports[`Storyshots b/Button Base 1`] = `
1658
+ <button
1659
+ className="base button x-main1"
1660
+ type="button"
1661
+ >
1662
+ Sample Button
1663
+ </button>
1664
+ `;
1665
+
1666
+ exports[`Storyshots b/Button Compact 1`] = `
1667
+ Array [
1282
1668
  <button
1283
- className="base button x-main3"
1669
+ className="base button x-main1 modifierCompact"
1670
+ type="button"
1671
+ >
1672
+ This is a
1673
+
1674
+ main1
1675
+
1676
+ button
1677
+ </button>,
1678
+ <button
1679
+ className="base button x-main2 modifierCompact"
1680
+ type="button"
1681
+ >
1682
+ This is a
1683
+
1684
+ main2
1685
+
1686
+ button
1687
+ </button>,
1688
+ <button
1689
+ className="base button x-main3 modifierCompact"
1284
1690
  type="button"
1285
1691
  >
1286
1692
  This is a
@@ -1290,7 +1696,7 @@ Array [
1290
1696
  button
1291
1697
  </button>,
1292
1698
  <button
1293
- className="base button x-main4"
1699
+ className="base button x-main4 modifierCompact"
1294
1700
  type="button"
1295
1701
  >
1296
1702
  This is a
@@ -1300,7 +1706,7 @@ Array [
1300
1706
  button
1301
1707
  </button>,
1302
1708
  <button
1303
- className="base button x-success"
1709
+ className="base button x-success modifierCompact"
1304
1710
  type="button"
1305
1711
  >
1306
1712
  This is a
@@ -1310,7 +1716,7 @@ Array [
1310
1716
  button
1311
1717
  </button>,
1312
1718
  <button
1313
- className="base button x-warning"
1719
+ className="base button x-warning modifierCompact"
1314
1720
  type="button"
1315
1721
  >
1316
1722
  This is a
@@ -1320,7 +1726,7 @@ Array [
1320
1726
  button
1321
1727
  </button>,
1322
1728
  <button
1323
- className="base button x-error"
1729
+ className="base button x-error modifierCompact"
1324
1730
  type="button"
1325
1731
  >
1326
1732
  This is a
@@ -1330,7 +1736,7 @@ Array [
1330
1736
  button
1331
1737
  </button>,
1332
1738
  <button
1333
- className="base button x-background1"
1739
+ className="base button x-background1 modifierCompact"
1334
1740
  type="button"
1335
1741
  >
1336
1742
  This is a
@@ -1340,7 +1746,7 @@ Array [
1340
1746
  button
1341
1747
  </button>,
1342
1748
  <button
1343
- className="base button x-background2"
1749
+ className="base button x-background2 modifierCompact"
1344
1750
  type="button"
1345
1751
  >
1346
1752
  This is a
@@ -1350,7 +1756,7 @@ Array [
1350
1756
  button
1351
1757
  </button>,
1352
1758
  <button
1353
- className="base button x-background3"
1759
+ className="base button x-background3 modifierCompact"
1354
1760
  type="button"
1355
1761
  >
1356
1762
  This is a
@@ -1360,7 +1766,7 @@ Array [
1360
1766
  button
1361
1767
  </button>,
1362
1768
  <button
1363
- className="base button x-background4"
1769
+ className="base button x-background4 modifierCompact"
1364
1770
  type="button"
1365
1771
  >
1366
1772
  This is a
@@ -1370,7 +1776,7 @@ Array [
1370
1776
  button
1371
1777
  </button>,
1372
1778
  <button
1373
- className="base button x-background5"
1779
+ className="base button x-background5 modifierCompact"
1374
1780
  type="button"
1375
1781
  >
1376
1782
  This is a
@@ -1380,7 +1786,7 @@ Array [
1380
1786
  button
1381
1787
  </button>,
1382
1788
  <button
1383
- className="base button x-background6"
1789
+ className="base button x-background6 modifierCompact"
1384
1790
  type="button"
1385
1791
  >
1386
1792
  This is a
@@ -1390,7 +1796,7 @@ Array [
1390
1796
  button
1391
1797
  </button>,
1392
1798
  <button
1393
- className="base button x-heading"
1799
+ className="base button x-heading modifierCompact"
1394
1800
  type="button"
1395
1801
  >
1396
1802
  This is a
@@ -1400,7 +1806,7 @@ Array [
1400
1806
  button
1401
1807
  </button>,
1402
1808
  <button
1403
- className="base button x-paragraph"
1809
+ className="base button x-paragraph modifierCompact"
1404
1810
  type="button"
1405
1811
  >
1406
1812
  This is a
@@ -1410,7 +1816,7 @@ Array [
1410
1816
  button
1411
1817
  </button>,
1412
1818
  <button
1413
- className="base button x-subtitle"
1819
+ className="base button x-subtitle modifierCompact"
1414
1820
  type="button"
1415
1821
  >
1416
1822
  This is a
@@ -1420,7 +1826,7 @@ Array [
1420
1826
  button
1421
1827
  </button>,
1422
1828
  <button
1423
- className="base button x-metadata"
1829
+ className="base button x-metadata modifierCompact"
1424
1830
  type="button"
1425
1831
  >
1426
1832
  This is a
@@ -1430,7 +1836,7 @@ Array [
1430
1836
  button
1431
1837
  </button>,
1432
1838
  <button
1433
- className="base button x-link"
1839
+ className="base button x-link modifierCompact"
1434
1840
  type="button"
1435
1841
  >
1436
1842
  This is a
@@ -1440,7 +1846,7 @@ Array [
1440
1846
  button
1441
1847
  </button>,
1442
1848
  <button
1443
- className="base button x-navlink"
1849
+ className="base button x-navlink modifierCompact"
1444
1850
  type="button"
1445
1851
  >
1446
1852
  This is a
@@ -1450,7 +1856,7 @@ Array [
1450
1856
  button
1451
1857
  </button>,
1452
1858
  <button
1453
- className="base button x-twitter"
1859
+ className="base button x-twitter modifierCompact"
1454
1860
  type="button"
1455
1861
  >
1456
1862
  This is a
@@ -1460,7 +1866,7 @@ Array [
1460
1866
  button
1461
1867
  </button>,
1462
1868
  <button
1463
- className="base button x-facebook"
1869
+ className="base button x-facebook modifierCompact"
1464
1870
  type="button"
1465
1871
  >
1466
1872
  This is a
@@ -1470,7 +1876,7 @@ Array [
1470
1876
  button
1471
1877
  </button>,
1472
1878
  <button
1473
- className="base button x-instagram"
1879
+ className="base button x-instagram modifierCompact"
1474
1880
  type="button"
1475
1881
  >
1476
1882
  This is a
@@ -1480,7 +1886,7 @@ Array [
1480
1886
  button
1481
1887
  </button>,
1482
1888
  <button
1483
- className="base button x-google"
1889
+ className="base button x-google modifierCompact"
1484
1890
  type="button"
1485
1891
  >
1486
1892
  This is a
@@ -1490,7 +1896,7 @@ Array [
1490
1896
  button
1491
1897
  </button>,
1492
1898
  <button
1493
- className="base button x-black"
1899
+ className="base button x-black modifierCompact"
1494
1900
  type="button"
1495
1901
  >
1496
1902
  This is a
@@ -1500,7 +1906,7 @@ Array [
1500
1906
  button
1501
1907
  </button>,
1502
1908
  <button
1503
- className="base button x-anchor"
1909
+ className="base button x-anchor modifierCompact"
1504
1910
  type="button"
1505
1911
  >
1506
1912
  This is a
@@ -1510,7 +1916,7 @@ Array [
1510
1916
  button
1511
1917
  </button>,
1512
1918
  <button
1513
- className="base button x-grey"
1919
+ className="base button x-grey modifierCompact"
1514
1920
  type="button"
1515
1921
  >
1516
1922
  This is a
@@ -1520,7 +1926,7 @@ Array [
1520
1926
  button
1521
1927
  </button>,
1522
1928
  <button
1523
- className="base button x-pearl"
1929
+ className="base button x-pearl modifierCompact"
1524
1930
  type="button"
1525
1931
  >
1526
1932
  This is a
@@ -1530,7 +1936,7 @@ Array [
1530
1936
  button
1531
1937
  </button>,
1532
1938
  <button
1533
- className="base button x-white"
1939
+ className="base button x-white modifierCompact"
1534
1940
  type="button"
1535
1941
  >
1536
1942
  This is a
@@ -1542,267 +1948,332 @@ Array [
1542
1948
  ]
1543
1949
  `;
1544
1950
 
1545
- exports[`Storyshots b/Button Compact 1`] = `
1951
+ exports[`Storyshots b/Button Disabled 1`] = `
1546
1952
  Array [
1547
1953
  <button
1548
- className="base button x-main1 modifierCompact"
1954
+ className="base button x-main1"
1955
+ disabled={true}
1549
1956
  type="button"
1550
1957
  >
1551
1958
  This is a
1552
1959
 
1553
1960
  main1
1554
1961
 
1962
+ button
1555
1963
  </button>,
1556
1964
  <button
1557
- className="base button x-main2 modifierCompact"
1965
+ className="base button x-main2"
1966
+ disabled={true}
1558
1967
  type="button"
1559
1968
  >
1560
1969
  This is a
1561
1970
 
1562
1971
  main2
1563
1972
 
1973
+ button
1564
1974
  </button>,
1565
1975
  <button
1566
- className="base button x-main3 modifierCompact"
1976
+ className="base button x-main3"
1977
+ disabled={true}
1567
1978
  type="button"
1568
1979
  >
1569
1980
  This is a
1570
1981
 
1571
1982
  main3
1572
1983
 
1984
+ button
1573
1985
  </button>,
1574
1986
  <button
1575
- className="base button x-main4 modifierCompact"
1987
+ className="base button x-main4"
1988
+ disabled={true}
1576
1989
  type="button"
1577
1990
  >
1578
1991
  This is a
1579
1992
 
1580
1993
  main4
1581
1994
 
1995
+ button
1582
1996
  </button>,
1583
1997
  <button
1584
- className="base button x-success modifierCompact"
1998
+ className="base button x-success"
1999
+ disabled={true}
1585
2000
  type="button"
1586
2001
  >
1587
2002
  This is a
1588
2003
 
1589
2004
  success
1590
2005
 
2006
+ button
1591
2007
  </button>,
1592
2008
  <button
1593
- className="base button x-warning modifierCompact"
2009
+ className="base button x-warning"
2010
+ disabled={true}
1594
2011
  type="button"
1595
2012
  >
1596
2013
  This is a
1597
2014
 
1598
2015
  warning
1599
2016
 
2017
+ button
1600
2018
  </button>,
1601
2019
  <button
1602
- className="base button x-error modifierCompact"
2020
+ className="base button x-error"
2021
+ disabled={true}
1603
2022
  type="button"
1604
2023
  >
1605
2024
  This is a
1606
2025
 
1607
2026
  error
1608
2027
 
2028
+ button
1609
2029
  </button>,
1610
2030
  <button
1611
- className="base button x-background1 modifierCompact"
2031
+ className="base button x-background1"
2032
+ disabled={true}
1612
2033
  type="button"
1613
2034
  >
1614
2035
  This is a
1615
2036
 
1616
2037
  background1
1617
2038
 
2039
+ button
1618
2040
  </button>,
1619
2041
  <button
1620
- className="base button x-background2 modifierCompact"
2042
+ className="base button x-background2"
2043
+ disabled={true}
1621
2044
  type="button"
1622
2045
  >
1623
2046
  This is a
1624
2047
 
1625
2048
  background2
1626
2049
 
2050
+ button
1627
2051
  </button>,
1628
2052
  <button
1629
- className="base button x-background3 modifierCompact"
2053
+ className="base button x-background3"
2054
+ disabled={true}
1630
2055
  type="button"
1631
2056
  >
1632
2057
  This is a
1633
2058
 
1634
2059
  background3
1635
2060
 
2061
+ button
1636
2062
  </button>,
1637
2063
  <button
1638
- className="base button x-background4 modifierCompact"
2064
+ className="base button x-background4"
2065
+ disabled={true}
1639
2066
  type="button"
1640
2067
  >
1641
2068
  This is a
1642
2069
 
1643
2070
  background4
1644
2071
 
2072
+ button
1645
2073
  </button>,
1646
2074
  <button
1647
- className="base button x-background5 modifierCompact"
2075
+ className="base button x-background5"
2076
+ disabled={true}
1648
2077
  type="button"
1649
2078
  >
1650
2079
  This is a
1651
2080
 
1652
2081
  background5
1653
2082
 
2083
+ button
1654
2084
  </button>,
1655
2085
  <button
1656
- className="base button x-background6 modifierCompact"
2086
+ className="base button x-background6"
2087
+ disabled={true}
1657
2088
  type="button"
1658
2089
  >
1659
2090
  This is a
1660
2091
 
1661
2092
  background6
1662
2093
 
2094
+ button
1663
2095
  </button>,
1664
2096
  <button
1665
- className="base button x-heading modifierCompact"
2097
+ className="base button x-heading"
2098
+ disabled={true}
1666
2099
  type="button"
1667
2100
  >
1668
2101
  This is a
1669
2102
 
1670
2103
  heading
1671
2104
 
2105
+ button
1672
2106
  </button>,
1673
2107
  <button
1674
- className="base button x-paragraph modifierCompact"
2108
+ className="base button x-paragraph"
2109
+ disabled={true}
1675
2110
  type="button"
1676
2111
  >
1677
2112
  This is a
1678
2113
 
1679
2114
  paragraph
1680
2115
 
2116
+ button
1681
2117
  </button>,
1682
2118
  <button
1683
- className="base button x-subtitle modifierCompact"
2119
+ className="base button x-subtitle"
2120
+ disabled={true}
1684
2121
  type="button"
1685
2122
  >
1686
2123
  This is a
1687
2124
 
1688
2125
  subtitle
1689
2126
 
2127
+ button
1690
2128
  </button>,
1691
2129
  <button
1692
- className="base button x-metadata modifierCompact"
2130
+ className="base button x-metadata"
2131
+ disabled={true}
1693
2132
  type="button"
1694
2133
  >
1695
2134
  This is a
1696
2135
 
1697
2136
  metadata
1698
2137
 
2138
+ button
1699
2139
  </button>,
1700
2140
  <button
1701
- className="base button x-link modifierCompact"
2141
+ className="base button x-link"
2142
+ disabled={true}
1702
2143
  type="button"
1703
2144
  >
1704
2145
  This is a
1705
2146
 
1706
2147
  link
1707
2148
 
2149
+ button
1708
2150
  </button>,
1709
2151
  <button
1710
- className="base button x-navlink modifierCompact"
2152
+ className="base button x-navlink"
2153
+ disabled={true}
1711
2154
  type="button"
1712
2155
  >
1713
2156
  This is a
1714
2157
 
1715
2158
  navlink
1716
2159
 
2160
+ button
1717
2161
  </button>,
1718
2162
  <button
1719
- className="base button x-twitter modifierCompact"
2163
+ className="base button x-twitter"
2164
+ disabled={true}
1720
2165
  type="button"
1721
2166
  >
1722
2167
  This is a
1723
2168
 
1724
2169
  twitter
1725
2170
 
2171
+ button
1726
2172
  </button>,
1727
2173
  <button
1728
- className="base button x-facebook modifierCompact"
2174
+ className="base button x-facebook"
2175
+ disabled={true}
1729
2176
  type="button"
1730
2177
  >
1731
2178
  This is a
1732
2179
 
1733
2180
  facebook
1734
2181
 
2182
+ button
1735
2183
  </button>,
1736
2184
  <button
1737
- className="base button x-instagram modifierCompact"
2185
+ className="base button x-instagram"
2186
+ disabled={true}
1738
2187
  type="button"
1739
2188
  >
1740
2189
  This is a
1741
2190
 
1742
2191
  instagram
1743
2192
 
2193
+ button
1744
2194
  </button>,
1745
2195
  <button
1746
- className="base button x-google modifierCompact"
2196
+ className="base button x-google"
2197
+ disabled={true}
1747
2198
  type="button"
1748
2199
  >
1749
2200
  This is a
1750
2201
 
1751
2202
  google
1752
2203
 
2204
+ button
1753
2205
  </button>,
1754
2206
  <button
1755
- className="base button x-black modifierCompact"
2207
+ className="base button x-black"
2208
+ disabled={true}
1756
2209
  type="button"
1757
2210
  >
1758
2211
  This is a
1759
2212
 
1760
2213
  black
1761
2214
 
2215
+ button
1762
2216
  </button>,
1763
2217
  <button
1764
- className="base button x-anchor modifierCompact"
2218
+ className="base button x-anchor"
2219
+ disabled={true}
1765
2220
  type="button"
1766
2221
  >
1767
2222
  This is a
1768
2223
 
1769
2224
  anchor
1770
2225
 
2226
+ button
1771
2227
  </button>,
1772
2228
  <button
1773
- className="base button x-grey modifierCompact"
2229
+ className="base button x-grey"
2230
+ disabled={true}
1774
2231
  type="button"
1775
2232
  >
1776
2233
  This is a
1777
2234
 
1778
2235
  grey
1779
2236
 
2237
+ button
1780
2238
  </button>,
1781
2239
  <button
1782
- className="base button x-pearl modifierCompact"
2240
+ className="base button x-pearl"
2241
+ disabled={true}
1783
2242
  type="button"
1784
2243
  >
1785
2244
  This is a
1786
2245
 
1787
2246
  pearl
1788
2247
 
2248
+ button
1789
2249
  </button>,
1790
2250
  <button
1791
- className="base button x-white modifierCompact"
2251
+ className="base button x-white"
2252
+ disabled={true}
1792
2253
  type="button"
1793
2254
  >
1794
2255
  This is a
1795
2256
 
1796
2257
  white
1797
2258
 
2259
+ button
1798
2260
  </button>,
1799
2261
  ]
1800
2262
  `;
1801
2263
 
1802
- exports[`Storyshots b/Button Disabled 1`] = `
2264
+ exports[`Storyshots b/Button Ghost 1`] = `
2265
+ <button
2266
+ className="base button x-main1 modifierGhost"
2267
+ type="button"
2268
+ >
2269
+ Sample Button
2270
+ </button>
2271
+ `;
2272
+
2273
+ exports[`Storyshots b/Button Ghost Disabled 1`] = `
1803
2274
  Array [
1804
2275
  <button
1805
- className="base button x-main1"
2276
+ className="base button x-main1 modifierGhost"
1806
2277
  disabled={true}
1807
2278
  type="button"
1808
2279
  >
@@ -1810,9 +2281,10 @@ Array [
1810
2281
 
1811
2282
  main1
1812
2283
 
2284
+ button
1813
2285
  </button>,
1814
2286
  <button
1815
- className="base button x-main2"
2287
+ className="base button x-main2 modifierGhost"
1816
2288
  disabled={true}
1817
2289
  type="button"
1818
2290
  >
@@ -1820,9 +2292,10 @@ Array [
1820
2292
 
1821
2293
  main2
1822
2294
 
2295
+ button
1823
2296
  </button>,
1824
2297
  <button
1825
- className="base button x-main3"
2298
+ className="base button x-main3 modifierGhost"
1826
2299
  disabled={true}
1827
2300
  type="button"
1828
2301
  >
@@ -1830,9 +2303,10 @@ Array [
1830
2303
 
1831
2304
  main3
1832
2305
 
2306
+ button
1833
2307
  </button>,
1834
2308
  <button
1835
- className="base button x-main4"
2309
+ className="base button x-main4 modifierGhost"
1836
2310
  disabled={true}
1837
2311
  type="button"
1838
2312
  >
@@ -1840,9 +2314,10 @@ Array [
1840
2314
 
1841
2315
  main4
1842
2316
 
2317
+ button
1843
2318
  </button>,
1844
2319
  <button
1845
- className="base button x-success"
2320
+ className="base button x-success modifierGhost"
1846
2321
  disabled={true}
1847
2322
  type="button"
1848
2323
  >
@@ -1850,9 +2325,10 @@ Array [
1850
2325
 
1851
2326
  success
1852
2327
 
2328
+ button
1853
2329
  </button>,
1854
2330
  <button
1855
- className="base button x-warning"
2331
+ className="base button x-warning modifierGhost"
1856
2332
  disabled={true}
1857
2333
  type="button"
1858
2334
  >
@@ -1860,9 +2336,10 @@ Array [
1860
2336
 
1861
2337
  warning
1862
2338
 
2339
+ button
1863
2340
  </button>,
1864
2341
  <button
1865
- className="base button x-error"
2342
+ className="base button x-error modifierGhost"
1866
2343
  disabled={true}
1867
2344
  type="button"
1868
2345
  >
@@ -1870,9 +2347,10 @@ Array [
1870
2347
 
1871
2348
  error
1872
2349
 
2350
+ button
1873
2351
  </button>,
1874
2352
  <button
1875
- className="base button x-background1"
2353
+ className="base button x-background1 modifierGhost"
1876
2354
  disabled={true}
1877
2355
  type="button"
1878
2356
  >
@@ -1880,9 +2358,10 @@ Array [
1880
2358
 
1881
2359
  background1
1882
2360
 
2361
+ button
1883
2362
  </button>,
1884
2363
  <button
1885
- className="base button x-background2"
2364
+ className="base button x-background2 modifierGhost"
1886
2365
  disabled={true}
1887
2366
  type="button"
1888
2367
  >
@@ -1890,9 +2369,10 @@ Array [
1890
2369
 
1891
2370
  background2
1892
2371
 
2372
+ button
1893
2373
  </button>,
1894
2374
  <button
1895
- className="base button x-background3"
2375
+ className="base button x-background3 modifierGhost"
1896
2376
  disabled={true}
1897
2377
  type="button"
1898
2378
  >
@@ -1900,9 +2380,10 @@ Array [
1900
2380
 
1901
2381
  background3
1902
2382
 
2383
+ button
1903
2384
  </button>,
1904
2385
  <button
1905
- className="base button x-background4"
2386
+ className="base button x-background4 modifierGhost"
1906
2387
  disabled={true}
1907
2388
  type="button"
1908
2389
  >
@@ -1910,9 +2391,10 @@ Array [
1910
2391
 
1911
2392
  background4
1912
2393
 
2394
+ button
1913
2395
  </button>,
1914
2396
  <button
1915
- className="base button x-background5"
2397
+ className="base button x-background5 modifierGhost"
1916
2398
  disabled={true}
1917
2399
  type="button"
1918
2400
  >
@@ -1920,9 +2402,10 @@ Array [
1920
2402
 
1921
2403
  background5
1922
2404
 
2405
+ button
1923
2406
  </button>,
1924
2407
  <button
1925
- className="base button x-background6"
2408
+ className="base button x-background6 modifierGhost"
1926
2409
  disabled={true}
1927
2410
  type="button"
1928
2411
  >
@@ -1930,9 +2413,10 @@ Array [
1930
2413
 
1931
2414
  background6
1932
2415
 
2416
+ button
1933
2417
  </button>,
1934
2418
  <button
1935
- className="base button x-heading"
2419
+ className="base button x-heading modifierGhost"
1936
2420
  disabled={true}
1937
2421
  type="button"
1938
2422
  >
@@ -1940,9 +2424,10 @@ Array [
1940
2424
 
1941
2425
  heading
1942
2426
 
2427
+ button
1943
2428
  </button>,
1944
2429
  <button
1945
- className="base button x-paragraph"
2430
+ className="base button x-paragraph modifierGhost"
1946
2431
  disabled={true}
1947
2432
  type="button"
1948
2433
  >
@@ -1950,9 +2435,10 @@ Array [
1950
2435
 
1951
2436
  paragraph
1952
2437
 
2438
+ button
1953
2439
  </button>,
1954
2440
  <button
1955
- className="base button x-subtitle"
2441
+ className="base button x-subtitle modifierGhost"
1956
2442
  disabled={true}
1957
2443
  type="button"
1958
2444
  >
@@ -1960,9 +2446,10 @@ Array [
1960
2446
 
1961
2447
  subtitle
1962
2448
 
2449
+ button
1963
2450
  </button>,
1964
2451
  <button
1965
- className="base button x-metadata"
2452
+ className="base button x-metadata modifierGhost"
1966
2453
  disabled={true}
1967
2454
  type="button"
1968
2455
  >
@@ -1970,9 +2457,10 @@ Array [
1970
2457
 
1971
2458
  metadata
1972
2459
 
2460
+ button
1973
2461
  </button>,
1974
2462
  <button
1975
- className="base button x-link"
2463
+ className="base button x-link modifierGhost"
1976
2464
  disabled={true}
1977
2465
  type="button"
1978
2466
  >
@@ -1980,9 +2468,10 @@ Array [
1980
2468
 
1981
2469
  link
1982
2470
 
2471
+ button
1983
2472
  </button>,
1984
2473
  <button
1985
- className="base button x-navlink"
2474
+ className="base button x-navlink modifierGhost"
1986
2475
  disabled={true}
1987
2476
  type="button"
1988
2477
  >
@@ -1990,9 +2479,10 @@ Array [
1990
2479
 
1991
2480
  navlink
1992
2481
 
2482
+ button
1993
2483
  </button>,
1994
2484
  <button
1995
- className="base button x-twitter"
2485
+ className="base button x-twitter modifierGhost"
1996
2486
  disabled={true}
1997
2487
  type="button"
1998
2488
  >
@@ -2000,9 +2490,10 @@ Array [
2000
2490
 
2001
2491
  twitter
2002
2492
 
2493
+ button
2003
2494
  </button>,
2004
2495
  <button
2005
- className="base button x-facebook"
2496
+ className="base button x-facebook modifierGhost"
2006
2497
  disabled={true}
2007
2498
  type="button"
2008
2499
  >
@@ -2010,9 +2501,10 @@ Array [
2010
2501
 
2011
2502
  facebook
2012
2503
 
2504
+ button
2013
2505
  </button>,
2014
2506
  <button
2015
- className="base button x-instagram"
2507
+ className="base button x-instagram modifierGhost"
2016
2508
  disabled={true}
2017
2509
  type="button"
2018
2510
  >
@@ -2020,9 +2512,10 @@ Array [
2020
2512
 
2021
2513
  instagram
2022
2514
 
2515
+ button
2023
2516
  </button>,
2024
2517
  <button
2025
- className="base button x-google"
2518
+ className="base button x-google modifierGhost"
2026
2519
  disabled={true}
2027
2520
  type="button"
2028
2521
  >
@@ -2030,9 +2523,10 @@ Array [
2030
2523
 
2031
2524
  google
2032
2525
 
2526
+ button
2033
2527
  </button>,
2034
2528
  <button
2035
- className="base button x-black"
2529
+ className="base button x-black modifierGhost"
2036
2530
  disabled={true}
2037
2531
  type="button"
2038
2532
  >
@@ -2040,9 +2534,10 @@ Array [
2040
2534
 
2041
2535
  black
2042
2536
 
2537
+ button
2043
2538
  </button>,
2044
2539
  <button
2045
- className="base button x-anchor"
2540
+ className="base button x-anchor modifierGhost"
2046
2541
  disabled={true}
2047
2542
  type="button"
2048
2543
  >
@@ -2050,9 +2545,10 @@ Array [
2050
2545
 
2051
2546
  anchor
2052
2547
 
2548
+ button
2053
2549
  </button>,
2054
2550
  <button
2055
- className="base button x-grey"
2551
+ className="base button x-grey modifierGhost"
2056
2552
  disabled={true}
2057
2553
  type="button"
2058
2554
  >
@@ -2060,9 +2556,10 @@ Array [
2060
2556
 
2061
2557
  grey
2062
2558
 
2559
+ button
2063
2560
  </button>,
2064
2561
  <button
2065
- className="base button x-pearl"
2562
+ className="base button x-pearl modifierGhost"
2066
2563
  disabled={true}
2067
2564
  type="button"
2068
2565
  >
@@ -2070,9 +2567,10 @@ Array [
2070
2567
 
2071
2568
  pearl
2072
2569
 
2570
+ button
2073
2571
  </button>,
2074
2572
  <button
2075
- className="base button x-white"
2573
+ className="base button x-white modifierGhost"
2076
2574
  disabled={true}
2077
2575
  type="button"
2078
2576
  >
@@ -2080,20 +2578,12 @@ Array [
2080
2578
 
2081
2579
  white
2082
2580
 
2581
+ button
2083
2582
  </button>,
2084
2583
  ]
2085
2584
  `;
2086
2585
 
2087
- exports[`Storyshots b/Button Ghost 1`] = `
2088
- <button
2089
- className="base button x-main1 modifierGhost"
2090
- type="button"
2091
- >
2092
- Sample Button
2093
- </button>
2094
- `;
2095
-
2096
- exports[`Storyshots b/Button Ghost Colors 1`] = `
2586
+ exports[`Storyshots b/Button Ghosts 1`] = `
2097
2587
  Array [
2098
2588
  <button
2099
2589
  className="base button x-main1 modifierGhost"
@@ -3365,176 +3855,747 @@ Array [
3365
3855
  </div>
3366
3856
  </button>,
3367
3857
  <button
3368
- className="base button x-anchor"
3858
+ className="base button x-anchor"
3859
+ type="button"
3860
+ >
3861
+ <div
3862
+ className="base loading-circle"
3863
+ style={
3864
+ Object {
3865
+ "--height-width": "1.15em",
3866
+ "--stroke-width": undefined,
3867
+ "--x": "var(--on-x)",
3868
+ }
3869
+ }
3870
+ >
3871
+ <svg
3872
+ className="svg-circle"
3873
+ preserveAspectRatio="xMinYMin meet"
3874
+ style={
3875
+ Object {
3876
+ "--animation-duration": "2s",
3877
+ }
3878
+ }
3879
+ version="1.1"
3880
+ viewBox="25 25 50 50"
3881
+ x="0px"
3882
+ xmlSpace="preserve"
3883
+ xmlns="http://www.w3.org/2000/svg"
3884
+ y="0px"
3885
+ >
3886
+ <circle
3887
+ className="path"
3888
+ cx="50"
3889
+ cy="50"
3890
+ fill="none"
3891
+ r="20"
3892
+ strokeLinecap="round"
3893
+ strokeMiterlimit="10"
3894
+ />
3895
+ </svg>
3896
+ </div>
3897
+ </button>,
3898
+ <button
3899
+ className="base button x-grey"
3900
+ type="button"
3901
+ >
3902
+ <div
3903
+ className="base loading-circle"
3904
+ style={
3905
+ Object {
3906
+ "--height-width": "1.15em",
3907
+ "--stroke-width": undefined,
3908
+ "--x": "var(--on-x)",
3909
+ }
3910
+ }
3911
+ >
3912
+ <svg
3913
+ className="svg-circle"
3914
+ preserveAspectRatio="xMinYMin meet"
3915
+ style={
3916
+ Object {
3917
+ "--animation-duration": "2s",
3918
+ }
3919
+ }
3920
+ version="1.1"
3921
+ viewBox="25 25 50 50"
3922
+ x="0px"
3923
+ xmlSpace="preserve"
3924
+ xmlns="http://www.w3.org/2000/svg"
3925
+ y="0px"
3926
+ >
3927
+ <circle
3928
+ className="path"
3929
+ cx="50"
3930
+ cy="50"
3931
+ fill="none"
3932
+ r="20"
3933
+ strokeLinecap="round"
3934
+ strokeMiterlimit="10"
3935
+ />
3936
+ </svg>
3937
+ </div>
3938
+ </button>,
3939
+ <button
3940
+ className="base button x-pearl"
3941
+ type="button"
3942
+ >
3943
+ <div
3944
+ className="base loading-circle"
3945
+ style={
3946
+ Object {
3947
+ "--height-width": "1.15em",
3948
+ "--stroke-width": undefined,
3949
+ "--x": "var(--on-x)",
3950
+ }
3951
+ }
3952
+ >
3953
+ <svg
3954
+ className="svg-circle"
3955
+ preserveAspectRatio="xMinYMin meet"
3956
+ style={
3957
+ Object {
3958
+ "--animation-duration": "2s",
3959
+ }
3960
+ }
3961
+ version="1.1"
3962
+ viewBox="25 25 50 50"
3963
+ x="0px"
3964
+ xmlSpace="preserve"
3965
+ xmlns="http://www.w3.org/2000/svg"
3966
+ y="0px"
3967
+ >
3968
+ <circle
3969
+ className="path"
3970
+ cx="50"
3971
+ cy="50"
3972
+ fill="none"
3973
+ r="20"
3974
+ strokeLinecap="round"
3975
+ strokeMiterlimit="10"
3976
+ />
3977
+ </svg>
3978
+ </div>
3979
+ </button>,
3980
+ <button
3981
+ className="base button x-white"
3982
+ type="button"
3983
+ >
3984
+ <div
3985
+ className="base loading-circle"
3986
+ style={
3987
+ Object {
3988
+ "--height-width": "1.15em",
3989
+ "--stroke-width": undefined,
3990
+ "--x": "var(--on-x)",
3991
+ }
3992
+ }
3993
+ >
3994
+ <svg
3995
+ className="svg-circle"
3996
+ preserveAspectRatio="xMinYMin meet"
3997
+ style={
3998
+ Object {
3999
+ "--animation-duration": "2s",
4000
+ }
4001
+ }
4002
+ version="1.1"
4003
+ viewBox="25 25 50 50"
4004
+ x="0px"
4005
+ xmlSpace="preserve"
4006
+ xmlns="http://www.w3.org/2000/svg"
4007
+ y="0px"
4008
+ >
4009
+ <circle
4010
+ className="path"
4011
+ cx="50"
4012
+ cy="50"
4013
+ fill="none"
4014
+ r="20"
4015
+ strokeLinecap="round"
4016
+ strokeMiterlimit="10"
4017
+ />
4018
+ </svg>
4019
+ </div>
4020
+ </button>,
4021
+ ]
4022
+ `;
4023
+
4024
+ exports[`Storyshots b/Button Normal 1`] = `
4025
+ Array [
4026
+ <button
4027
+ className="base button x-main1"
4028
+ type="button"
4029
+ >
4030
+ This is a
4031
+
4032
+ main1
4033
+
4034
+ button
4035
+ </button>,
4036
+ <button
4037
+ className="base button x-main2"
4038
+ type="button"
4039
+ >
4040
+ This is a
4041
+
4042
+ main2
4043
+
4044
+ button
4045
+ </button>,
4046
+ <button
4047
+ className="base button x-main3"
4048
+ type="button"
4049
+ >
4050
+ This is a
4051
+
4052
+ main3
4053
+
4054
+ button
4055
+ </button>,
4056
+ <button
4057
+ className="base button x-main4"
4058
+ type="button"
4059
+ >
4060
+ This is a
4061
+
4062
+ main4
4063
+
4064
+ button
4065
+ </button>,
4066
+ <button
4067
+ className="base button x-success"
4068
+ type="button"
4069
+ >
4070
+ This is a
4071
+
4072
+ success
4073
+
4074
+ button
4075
+ </button>,
4076
+ <button
4077
+ className="base button x-warning"
4078
+ type="button"
4079
+ >
4080
+ This is a
4081
+
4082
+ warning
4083
+
4084
+ button
4085
+ </button>,
4086
+ <button
4087
+ className="base button x-error"
4088
+ type="button"
4089
+ >
4090
+ This is a
4091
+
4092
+ error
4093
+
4094
+ button
4095
+ </button>,
4096
+ <button
4097
+ className="base button x-background1"
4098
+ type="button"
4099
+ >
4100
+ This is a
4101
+
4102
+ background1
4103
+
4104
+ button
4105
+ </button>,
4106
+ <button
4107
+ className="base button x-background2"
4108
+ type="button"
4109
+ >
4110
+ This is a
4111
+
4112
+ background2
4113
+
4114
+ button
4115
+ </button>,
4116
+ <button
4117
+ className="base button x-background3"
4118
+ type="button"
4119
+ >
4120
+ This is a
4121
+
4122
+ background3
4123
+
4124
+ button
4125
+ </button>,
4126
+ <button
4127
+ className="base button x-background4"
4128
+ type="button"
4129
+ >
4130
+ This is a
4131
+
4132
+ background4
4133
+
4134
+ button
4135
+ </button>,
4136
+ <button
4137
+ className="base button x-background5"
4138
+ type="button"
4139
+ >
4140
+ This is a
4141
+
4142
+ background5
4143
+
4144
+ button
4145
+ </button>,
4146
+ <button
4147
+ className="base button x-background6"
4148
+ type="button"
4149
+ >
4150
+ This is a
4151
+
4152
+ background6
4153
+
4154
+ button
4155
+ </button>,
4156
+ <button
4157
+ className="base button x-heading"
4158
+ type="button"
4159
+ >
4160
+ This is a
4161
+
4162
+ heading
4163
+
4164
+ button
4165
+ </button>,
4166
+ <button
4167
+ className="base button x-paragraph"
4168
+ type="button"
4169
+ >
4170
+ This is a
4171
+
4172
+ paragraph
4173
+
4174
+ button
4175
+ </button>,
4176
+ <button
4177
+ className="base button x-subtitle"
4178
+ type="button"
4179
+ >
4180
+ This is a
4181
+
4182
+ subtitle
4183
+
4184
+ button
4185
+ </button>,
4186
+ <button
4187
+ className="base button x-metadata"
4188
+ type="button"
4189
+ >
4190
+ This is a
4191
+
4192
+ metadata
4193
+
4194
+ button
4195
+ </button>,
4196
+ <button
4197
+ className="base button x-link"
4198
+ type="button"
4199
+ >
4200
+ This is a
4201
+
4202
+ link
4203
+
4204
+ button
4205
+ </button>,
4206
+ <button
4207
+ className="base button x-navlink"
4208
+ type="button"
4209
+ >
4210
+ This is a
4211
+
4212
+ navlink
4213
+
4214
+ button
4215
+ </button>,
4216
+ <button
4217
+ className="base button x-twitter"
4218
+ type="button"
4219
+ >
4220
+ This is a
4221
+
4222
+ twitter
4223
+
4224
+ button
4225
+ </button>,
4226
+ <button
4227
+ className="base button x-facebook"
4228
+ type="button"
4229
+ >
4230
+ This is a
4231
+
4232
+ facebook
4233
+
4234
+ button
4235
+ </button>,
4236
+ <button
4237
+ className="base button x-instagram"
4238
+ type="button"
4239
+ >
4240
+ This is a
4241
+
4242
+ instagram
4243
+
4244
+ button
4245
+ </button>,
4246
+ <button
4247
+ className="base button x-google"
4248
+ type="button"
4249
+ >
4250
+ This is a
4251
+
4252
+ google
4253
+
4254
+ button
4255
+ </button>,
4256
+ <button
4257
+ className="base button x-black"
4258
+ type="button"
4259
+ >
4260
+ This is a
4261
+
4262
+ black
4263
+
4264
+ button
4265
+ </button>,
4266
+ <button
4267
+ className="base button x-anchor"
4268
+ type="button"
4269
+ >
4270
+ This is a
4271
+
4272
+ anchor
4273
+
4274
+ button
4275
+ </button>,
4276
+ <button
4277
+ className="base button x-grey"
4278
+ type="button"
4279
+ >
4280
+ This is a
4281
+
4282
+ grey
4283
+
4284
+ button
4285
+ </button>,
4286
+ <button
4287
+ className="base button x-pearl"
4288
+ type="button"
4289
+ >
4290
+ This is a
4291
+
4292
+ pearl
4293
+
4294
+ button
4295
+ </button>,
4296
+ <button
4297
+ className="base button x-white"
4298
+ type="button"
4299
+ >
4300
+ This is a
4301
+
4302
+ white
4303
+
4304
+ button
4305
+ </button>,
4306
+ ]
4307
+ `;
4308
+
4309
+ exports[`Storyshots b/Button Simple 1`] = `
4310
+ Array [
4311
+ <button
4312
+ className="base button x-main1 modifierSimple"
4313
+ type="button"
4314
+ >
4315
+ This is a
4316
+
4317
+ main1
4318
+
4319
+ button
4320
+ </button>,
4321
+ <button
4322
+ className="base button x-main2 modifierSimple"
4323
+ type="button"
4324
+ >
4325
+ This is a
4326
+
4327
+ main2
4328
+
4329
+ button
4330
+ </button>,
4331
+ <button
4332
+ className="base button x-main3 modifierSimple"
4333
+ type="button"
4334
+ >
4335
+ This is a
4336
+
4337
+ main3
4338
+
4339
+ button
4340
+ </button>,
4341
+ <button
4342
+ className="base button x-main4 modifierSimple"
4343
+ type="button"
4344
+ >
4345
+ This is a
4346
+
4347
+ main4
4348
+
4349
+ button
4350
+ </button>,
4351
+ <button
4352
+ className="base button x-success modifierSimple"
4353
+ type="button"
4354
+ >
4355
+ This is a
4356
+
4357
+ success
4358
+
4359
+ button
4360
+ </button>,
4361
+ <button
4362
+ className="base button x-warning modifierSimple"
4363
+ type="button"
4364
+ >
4365
+ This is a
4366
+
4367
+ warning
4368
+
4369
+ button
4370
+ </button>,
4371
+ <button
4372
+ className="base button x-error modifierSimple"
4373
+ type="button"
4374
+ >
4375
+ This is a
4376
+
4377
+ error
4378
+
4379
+ button
4380
+ </button>,
4381
+ <button
4382
+ className="base button x-background1 modifierSimple"
4383
+ type="button"
4384
+ >
4385
+ This is a
4386
+
4387
+ background1
4388
+
4389
+ button
4390
+ </button>,
4391
+ <button
4392
+ className="base button x-background2 modifierSimple"
4393
+ type="button"
4394
+ >
4395
+ This is a
4396
+
4397
+ background2
4398
+
4399
+ button
4400
+ </button>,
4401
+ <button
4402
+ className="base button x-background3 modifierSimple"
4403
+ type="button"
4404
+ >
4405
+ This is a
4406
+
4407
+ background3
4408
+
4409
+ button
4410
+ </button>,
4411
+ <button
4412
+ className="base button x-background4 modifierSimple"
4413
+ type="button"
4414
+ >
4415
+ This is a
4416
+
4417
+ background4
4418
+
4419
+ button
4420
+ </button>,
4421
+ <button
4422
+ className="base button x-background5 modifierSimple"
4423
+ type="button"
4424
+ >
4425
+ This is a
4426
+
4427
+ background5
4428
+
4429
+ button
4430
+ </button>,
4431
+ <button
4432
+ className="base button x-background6 modifierSimple"
4433
+ type="button"
4434
+ >
4435
+ This is a
4436
+
4437
+ background6
4438
+
4439
+ button
4440
+ </button>,
4441
+ <button
4442
+ className="base button x-heading modifierSimple"
4443
+ type="button"
4444
+ >
4445
+ This is a
4446
+
4447
+ heading
4448
+
4449
+ button
4450
+ </button>,
4451
+ <button
4452
+ className="base button x-paragraph modifierSimple"
4453
+ type="button"
4454
+ >
4455
+ This is a
4456
+
4457
+ paragraph
4458
+
4459
+ button
4460
+ </button>,
4461
+ <button
4462
+ className="base button x-subtitle modifierSimple"
4463
+ type="button"
4464
+ >
4465
+ This is a
4466
+
4467
+ subtitle
4468
+
4469
+ button
4470
+ </button>,
4471
+ <button
4472
+ className="base button x-metadata modifierSimple"
4473
+ type="button"
4474
+ >
4475
+ This is a
4476
+
4477
+ metadata
4478
+
4479
+ button
4480
+ </button>,
4481
+ <button
4482
+ className="base button x-link modifierSimple"
4483
+ type="button"
4484
+ >
4485
+ This is a
4486
+
4487
+ link
4488
+
4489
+ button
4490
+ </button>,
4491
+ <button
4492
+ className="base button x-navlink modifierSimple"
4493
+ type="button"
4494
+ >
4495
+ This is a
4496
+
4497
+ navlink
4498
+
4499
+ button
4500
+ </button>,
4501
+ <button
4502
+ className="base button x-twitter modifierSimple"
4503
+ type="button"
4504
+ >
4505
+ This is a
4506
+
4507
+ twitter
4508
+
4509
+ button
4510
+ </button>,
4511
+ <button
4512
+ className="base button x-facebook modifierSimple"
4513
+ type="button"
4514
+ >
4515
+ This is a
4516
+
4517
+ facebook
4518
+
4519
+ button
4520
+ </button>,
4521
+ <button
4522
+ className="base button x-instagram modifierSimple"
4523
+ type="button"
4524
+ >
4525
+ This is a
4526
+
4527
+ instagram
4528
+
4529
+ button
4530
+ </button>,
4531
+ <button
4532
+ className="base button x-google modifierSimple"
3369
4533
  type="button"
3370
4534
  >
3371
- <div
3372
- className="base loading-circle"
3373
- style={
3374
- Object {
3375
- "--height-width": "1.15em",
3376
- "--stroke-width": undefined,
3377
- "--x": "var(--on-x)",
3378
- }
3379
- }
3380
- >
3381
- <svg
3382
- className="svg-circle"
3383
- preserveAspectRatio="xMinYMin meet"
3384
- style={
3385
- Object {
3386
- "--animation-duration": "2s",
3387
- }
3388
- }
3389
- version="1.1"
3390
- viewBox="25 25 50 50"
3391
- x="0px"
3392
- xmlSpace="preserve"
3393
- xmlns="http://www.w3.org/2000/svg"
3394
- y="0px"
3395
- >
3396
- <circle
3397
- className="path"
3398
- cx="50"
3399
- cy="50"
3400
- fill="none"
3401
- r="20"
3402
- strokeLinecap="round"
3403
- strokeMiterlimit="10"
3404
- />
3405
- </svg>
3406
- </div>
4535
+ This is a
4536
+
4537
+ google
4538
+
4539
+ button
3407
4540
  </button>,
3408
4541
  <button
3409
- className="base button x-grey"
4542
+ className="base button x-black modifierSimple"
3410
4543
  type="button"
3411
4544
  >
3412
- <div
3413
- className="base loading-circle"
3414
- style={
3415
- Object {
3416
- "--height-width": "1.15em",
3417
- "--stroke-width": undefined,
3418
- "--x": "var(--on-x)",
3419
- }
3420
- }
3421
- >
3422
- <svg
3423
- className="svg-circle"
3424
- preserveAspectRatio="xMinYMin meet"
3425
- style={
3426
- Object {
3427
- "--animation-duration": "2s",
3428
- }
3429
- }
3430
- version="1.1"
3431
- viewBox="25 25 50 50"
3432
- x="0px"
3433
- xmlSpace="preserve"
3434
- xmlns="http://www.w3.org/2000/svg"
3435
- y="0px"
3436
- >
3437
- <circle
3438
- className="path"
3439
- cx="50"
3440
- cy="50"
3441
- fill="none"
3442
- r="20"
3443
- strokeLinecap="round"
3444
- strokeMiterlimit="10"
3445
- />
3446
- </svg>
3447
- </div>
4545
+ This is a
4546
+
4547
+ black
4548
+
4549
+ button
3448
4550
  </button>,
3449
4551
  <button
3450
- className="base button x-pearl"
4552
+ className="base button x-anchor modifierSimple"
3451
4553
  type="button"
3452
4554
  >
3453
- <div
3454
- className="base loading-circle"
3455
- style={
3456
- Object {
3457
- "--height-width": "1.15em",
3458
- "--stroke-width": undefined,
3459
- "--x": "var(--on-x)",
3460
- }
3461
- }
3462
- >
3463
- <svg
3464
- className="svg-circle"
3465
- preserveAspectRatio="xMinYMin meet"
3466
- style={
3467
- Object {
3468
- "--animation-duration": "2s",
3469
- }
3470
- }
3471
- version="1.1"
3472
- viewBox="25 25 50 50"
3473
- x="0px"
3474
- xmlSpace="preserve"
3475
- xmlns="http://www.w3.org/2000/svg"
3476
- y="0px"
3477
- >
3478
- <circle
3479
- className="path"
3480
- cx="50"
3481
- cy="50"
3482
- fill="none"
3483
- r="20"
3484
- strokeLinecap="round"
3485
- strokeMiterlimit="10"
3486
- />
3487
- </svg>
3488
- </div>
4555
+ This is a
4556
+
4557
+ anchor
4558
+
4559
+ button
3489
4560
  </button>,
3490
4561
  <button
3491
- className="base button x-white"
4562
+ className="base button x-grey modifierSimple"
3492
4563
  type="button"
3493
4564
  >
3494
- <div
3495
- className="base loading-circle"
3496
- style={
3497
- Object {
3498
- "--height-width": "1.15em",
3499
- "--stroke-width": undefined,
3500
- "--x": "var(--on-x)",
3501
- }
3502
- }
3503
- >
3504
- <svg
3505
- className="svg-circle"
3506
- preserveAspectRatio="xMinYMin meet"
3507
- style={
3508
- Object {
3509
- "--animation-duration": "2s",
3510
- }
3511
- }
3512
- version="1.1"
3513
- viewBox="25 25 50 50"
3514
- x="0px"
3515
- xmlSpace="preserve"
3516
- xmlns="http://www.w3.org/2000/svg"
3517
- y="0px"
3518
- >
3519
- <circle
3520
- className="path"
3521
- cx="50"
3522
- cy="50"
3523
- fill="none"
3524
- r="20"
3525
- strokeLinecap="round"
3526
- strokeMiterlimit="10"
3527
- />
3528
- </svg>
3529
- </div>
4565
+ This is a
4566
+
4567
+ grey
4568
+
4569
+ button
4570
+ </button>,
4571
+ <button
4572
+ className="base button x-pearl modifierSimple"
4573
+ type="button"
4574
+ >
4575
+ This is a
4576
+
4577
+ pearl
4578
+
4579
+ button
4580
+ </button>,
4581
+ <button
4582
+ className="base button x-white modifierSimple"
4583
+ type="button"
4584
+ >
4585
+ This is a
4586
+
4587
+ white
4588
+
4589
+ button
3530
4590
  </button>,
3531
4591
  ]
3532
4592
  `;
3533
4593
 
3534
- exports[`Storyshots b/Button Simple 1`] = `
4594
+ exports[`Storyshots b/Button Simple Disabled 1`] = `
3535
4595
  Array [
3536
4596
  <button
3537
4597
  className="base button x-main1 modifierSimple"
4598
+ disabled={true}
3538
4599
  type="button"
3539
4600
  >
3540
4601
  This is a
@@ -3545,6 +4606,7 @@ Array [
3545
4606
  </button>,
3546
4607
  <button
3547
4608
  className="base button x-main2 modifierSimple"
4609
+ disabled={true}
3548
4610
  type="button"
3549
4611
  >
3550
4612
  This is a
@@ -3555,6 +4617,7 @@ Array [
3555
4617
  </button>,
3556
4618
  <button
3557
4619
  className="base button x-main3 modifierSimple"
4620
+ disabled={true}
3558
4621
  type="button"
3559
4622
  >
3560
4623
  This is a
@@ -3565,6 +4628,7 @@ Array [
3565
4628
  </button>,
3566
4629
  <button
3567
4630
  className="base button x-main4 modifierSimple"
4631
+ disabled={true}
3568
4632
  type="button"
3569
4633
  >
3570
4634
  This is a
@@ -3575,6 +4639,7 @@ Array [
3575
4639
  </button>,
3576
4640
  <button
3577
4641
  className="base button x-success modifierSimple"
4642
+ disabled={true}
3578
4643
  type="button"
3579
4644
  >
3580
4645
  This is a
@@ -3585,6 +4650,7 @@ Array [
3585
4650
  </button>,
3586
4651
  <button
3587
4652
  className="base button x-warning modifierSimple"
4653
+ disabled={true}
3588
4654
  type="button"
3589
4655
  >
3590
4656
  This is a
@@ -3595,6 +4661,7 @@ Array [
3595
4661
  </button>,
3596
4662
  <button
3597
4663
  className="base button x-error modifierSimple"
4664
+ disabled={true}
3598
4665
  type="button"
3599
4666
  >
3600
4667
  This is a
@@ -3605,6 +4672,7 @@ Array [
3605
4672
  </button>,
3606
4673
  <button
3607
4674
  className="base button x-background1 modifierSimple"
4675
+ disabled={true}
3608
4676
  type="button"
3609
4677
  >
3610
4678
  This is a
@@ -3615,6 +4683,7 @@ Array [
3615
4683
  </button>,
3616
4684
  <button
3617
4685
  className="base button x-background2 modifierSimple"
4686
+ disabled={true}
3618
4687
  type="button"
3619
4688
  >
3620
4689
  This is a
@@ -3625,6 +4694,7 @@ Array [
3625
4694
  </button>,
3626
4695
  <button
3627
4696
  className="base button x-background3 modifierSimple"
4697
+ disabled={true}
3628
4698
  type="button"
3629
4699
  >
3630
4700
  This is a
@@ -3635,6 +4705,7 @@ Array [
3635
4705
  </button>,
3636
4706
  <button
3637
4707
  className="base button x-background4 modifierSimple"
4708
+ disabled={true}
3638
4709
  type="button"
3639
4710
  >
3640
4711
  This is a
@@ -3645,6 +4716,7 @@ Array [
3645
4716
  </button>,
3646
4717
  <button
3647
4718
  className="base button x-background5 modifierSimple"
4719
+ disabled={true}
3648
4720
  type="button"
3649
4721
  >
3650
4722
  This is a
@@ -3655,6 +4727,7 @@ Array [
3655
4727
  </button>,
3656
4728
  <button
3657
4729
  className="base button x-background6 modifierSimple"
4730
+ disabled={true}
3658
4731
  type="button"
3659
4732
  >
3660
4733
  This is a
@@ -3665,6 +4738,7 @@ Array [
3665
4738
  </button>,
3666
4739
  <button
3667
4740
  className="base button x-heading modifierSimple"
4741
+ disabled={true}
3668
4742
  type="button"
3669
4743
  >
3670
4744
  This is a
@@ -3675,6 +4749,7 @@ Array [
3675
4749
  </button>,
3676
4750
  <button
3677
4751
  className="base button x-paragraph modifierSimple"
4752
+ disabled={true}
3678
4753
  type="button"
3679
4754
  >
3680
4755
  This is a
@@ -3685,6 +4760,7 @@ Array [
3685
4760
  </button>,
3686
4761
  <button
3687
4762
  className="base button x-subtitle modifierSimple"
4763
+ disabled={true}
3688
4764
  type="button"
3689
4765
  >
3690
4766
  This is a
@@ -3695,6 +4771,7 @@ Array [
3695
4771
  </button>,
3696
4772
  <button
3697
4773
  className="base button x-metadata modifierSimple"
4774
+ disabled={true}
3698
4775
  type="button"
3699
4776
  >
3700
4777
  This is a
@@ -3705,6 +4782,7 @@ Array [
3705
4782
  </button>,
3706
4783
  <button
3707
4784
  className="base button x-link modifierSimple"
4785
+ disabled={true}
3708
4786
  type="button"
3709
4787
  >
3710
4788
  This is a
@@ -3715,6 +4793,7 @@ Array [
3715
4793
  </button>,
3716
4794
  <button
3717
4795
  className="base button x-navlink modifierSimple"
4796
+ disabled={true}
3718
4797
  type="button"
3719
4798
  >
3720
4799
  This is a
@@ -3725,6 +4804,7 @@ Array [
3725
4804
  </button>,
3726
4805
  <button
3727
4806
  className="base button x-twitter modifierSimple"
4807
+ disabled={true}
3728
4808
  type="button"
3729
4809
  >
3730
4810
  This is a
@@ -3735,6 +4815,7 @@ Array [
3735
4815
  </button>,
3736
4816
  <button
3737
4817
  className="base button x-facebook modifierSimple"
4818
+ disabled={true}
3738
4819
  type="button"
3739
4820
  >
3740
4821
  This is a
@@ -3745,6 +4826,7 @@ Array [
3745
4826
  </button>,
3746
4827
  <button
3747
4828
  className="base button x-instagram modifierSimple"
4829
+ disabled={true}
3748
4830
  type="button"
3749
4831
  >
3750
4832
  This is a
@@ -3755,6 +4837,7 @@ Array [
3755
4837
  </button>,
3756
4838
  <button
3757
4839
  className="base button x-google modifierSimple"
4840
+ disabled={true}
3758
4841
  type="button"
3759
4842
  >
3760
4843
  This is a
@@ -3765,6 +4848,7 @@ Array [
3765
4848
  </button>,
3766
4849
  <button
3767
4850
  className="base button x-black modifierSimple"
4851
+ disabled={true}
3768
4852
  type="button"
3769
4853
  >
3770
4854
  This is a
@@ -3775,6 +4859,7 @@ Array [
3775
4859
  </button>,
3776
4860
  <button
3777
4861
  className="base button x-anchor modifierSimple"
4862
+ disabled={true}
3778
4863
  type="button"
3779
4864
  >
3780
4865
  This is a
@@ -3785,6 +4870,7 @@ Array [
3785
4870
  </button>,
3786
4871
  <button
3787
4872
  className="base button x-grey modifierSimple"
4873
+ disabled={true}
3788
4874
  type="button"
3789
4875
  >
3790
4876
  This is a
@@ -3795,6 +4881,7 @@ Array [
3795
4881
  </button>,
3796
4882
  <button
3797
4883
  className="base button x-pearl modifierSimple"
4884
+ disabled={true}
3798
4885
  type="button"
3799
4886
  >
3800
4887
  This is a
@@ -3805,6 +4892,7 @@ Array [
3805
4892
  </button>,
3806
4893
  <button
3807
4894
  className="base button x-white modifierSimple"
4895
+ disabled={true}
3808
4896
  type="button"
3809
4897
  >
3810
4898
  This is a
@@ -5303,6 +6391,62 @@ exports[`Storyshots b/Page Item Type 1`] = `
5303
6391
  </main>
5304
6392
  `;
5305
6393
 
6394
+ exports[`Storyshots b/Page Sections With Background 1`] = `
6395
+ <main
6396
+ className="base page"
6397
+ id="with-sections"
6398
+ >
6399
+ <section
6400
+ className="base section y-success b-light-y"
6401
+ id="with-sections_s1"
6402
+ style={
6403
+ Object {
6404
+ "alignItems": "center",
6405
+ "display": "flex",
6406
+ "height": "30em",
6407
+ "justifyContent": "center",
6408
+ }
6409
+ }
6410
+ >
6411
+ <figure
6412
+ className="base quote x-paragraph"
6413
+ >
6414
+ <blockquote
6415
+ className="blockquote uc"
6416
+ >
6417
+ <p
6418
+ className="quotation c-x md-s0 s-1"
6419
+ >
6420
+ Pareto was like having a full-time employee without having to hire somebody. That’s how I would explain it. An on-call, on-demand full-time employee.
6421
+ </p>
6422
+ </blockquote>
6423
+ <figcaption
6424
+ className="figcaption"
6425
+ >
6426
+ <cite>
6427
+ Austen Spoonts
6428
+ </cite>
6429
+ </figcaption>
6430
+ </figure>
6431
+ <div
6432
+ className="base shapes"
6433
+ style={
6434
+ Object {
6435
+ "--horizontal-align": "center",
6436
+ "--overflow": "hidden",
6437
+ "--shape-height": "30em",
6438
+ "--vertical-align": "flex-end",
6439
+ }
6440
+ }
6441
+ >
6442
+ <div
6443
+ className="triangle"
6444
+ />
6445
+ </div>
6446
+ </section>
6447
+ </main>
6448
+ `;
6449
+
5306
6450
  exports[`Storyshots b/Page With Sections 1`] = `
5307
6451
  <main
5308
6452
  className="base page"