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

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 (114) hide show
  1. package/dist/cjs/a/AnimatedCounter/AnimatedCounter.js +16 -29
  2. package/dist/cjs/a/AnimatedCounter/styles.scss +3 -11
  3. package/dist/cjs/a/Conversation/styles.scss +2 -0
  4. package/dist/cjs/a/GradientBackground/GradientBackground.js +140 -0
  5. package/dist/cjs/a/GradientBackground/index.js +15 -0
  6. package/dist/cjs/a/GradientBackground/styles.scss +191 -0
  7. package/dist/cjs/a/People/People.js +15 -7
  8. package/dist/cjs/a/People/common/Person/Person.js +11 -4
  9. package/dist/cjs/a/People/styles.scss +13 -15
  10. package/dist/cjs/a/Shapes/Shapes.js +141 -0
  11. package/dist/cjs/a/{RatingsInput/common/Rating → Shapes}/index.js +3 -3
  12. package/dist/cjs/a/Shapes/styles.scss +199 -0
  13. package/dist/cjs/a/TeamInfo/styles.scss +2 -2
  14. package/dist/cjs/b/Button/styles.scss +1 -1
  15. package/dist/cjs/{a/RatingsInput/RatingsInput.js → b/Metrics/Metrics.js} +30 -29
  16. package/dist/cjs/{a/RatingsInput → b/Metrics}/index.js +3 -3
  17. package/dist/cjs/b/Metrics/styles.scss +91 -0
  18. package/dist/cjs/b/QuestionDropdown/styles.scss +1 -1
  19. package/dist/cjs/b/index.js +9 -1
  20. package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
  21. package/dist/cjs/experimental/GradientBackground/GradientBackground.js +98 -0
  22. package/dist/cjs/experimental/GradientBackground/index.js +15 -0
  23. package/dist/cjs/experimental/GradientBackground/styles.scss +64 -0
  24. package/dist/cjs/experimental/index.js +13 -0
  25. package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  26. package/dist/cjs/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
  27. package/dist/cjs/f/fields/SelectInput/styles.scss +3 -3
  28. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +2 -2
  29. package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +4 -0
  30. package/dist/cjs/f/fields/TextInput/styles.scss +3 -3
  31. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +1 -1
  32. package/dist/cjs/form.scss +1 -1
  33. package/dist/es/a/AnimatedCounter/AnimatedCounter.js +17 -30
  34. package/dist/es/a/AnimatedCounter/styles.scss +3 -11
  35. package/dist/es/a/Conversation/styles.scss +2 -0
  36. package/dist/es/a/GradientBackground/GradientBackground.js +118 -0
  37. package/dist/es/a/GradientBackground/index.js +2 -0
  38. package/dist/es/a/GradientBackground/styles.scss +191 -0
  39. package/dist/es/a/People/People.js +14 -7
  40. package/dist/es/a/People/common/Person/Person.js +11 -4
  41. package/dist/es/a/People/styles.scss +13 -15
  42. package/dist/es/a/Shapes/Shapes.js +119 -0
  43. package/dist/es/a/{RatingsInput/common/Rating → Shapes}/index.js +1 -1
  44. package/dist/es/a/Shapes/styles.scss +199 -0
  45. package/dist/es/a/TeamInfo/styles.scss +2 -2
  46. package/dist/es/b/Button/styles.scss +1 -1
  47. package/dist/es/b/Metrics/Metrics.js +72 -0
  48. package/dist/es/b/Metrics/index.js +2 -0
  49. package/dist/es/b/Metrics/styles.scss +91 -0
  50. package/dist/es/b/QuestionDropdown/styles.scss +1 -1
  51. package/dist/es/b/index.js +2 -1
  52. package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
  53. package/dist/es/experimental/GradientBackground/GradientBackground.js +76 -0
  54. package/dist/es/experimental/GradientBackground/index.js +2 -0
  55. package/dist/es/experimental/GradientBackground/styles.scss +64 -0
  56. package/dist/es/experimental/index.js +1 -0
  57. package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  58. package/dist/es/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
  59. package/dist/es/f/fields/SelectInput/styles.scss +3 -3
  60. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +2 -2
  61. package/dist/es/f/fields/TaskRecommendationInput/styles.scss +4 -0
  62. package/dist/es/f/fields/TextInput/styles.scss +3 -3
  63. package/dist/es/f/fields/TextareaInput/TextareaInput.js +1 -1
  64. package/dist/es/form.scss +1 -1
  65. package/package.json +3 -3
  66. package/src/__snapshots__/Storyshots.test.js.snap +2454 -250
  67. package/src/local.scss +3 -0
  68. package/src/stories/a/AnimatedCounter.stories.jsx +9 -5
  69. package/src/stories/a/ContentCard.stories.jsx +1 -1
  70. package/src/stories/a/Conversation.stories.jsx +1 -1
  71. package/src/stories/a/People.stories.jsx +25 -1
  72. package/src/stories/a/ProgressBar.stories.jsx +1 -1
  73. package/src/stories/a/Quote.stories.jsx +1 -1
  74. package/src/stories/a/Spinner.stories.jsx +1 -1
  75. package/src/stories/b/Button.stories.jsx +41 -10
  76. package/src/stories/b/Metrics.stories.jsx +62 -0
  77. package/src/stories/b/ThemeSelector.stories.jsx +1 -1
  78. package/src/stories/b/Title.stories.jsx +1 -1
  79. package/src/stories/c/ContentSlides.stories.jsx +2 -2
  80. package/src/stories/colors.js +5 -3
  81. package/src/stories/f/CheckboxInput.stories.jsx +1 -1
  82. package/src/stories/f/TaskRecommendationInput.stories.jsx +1 -1
  83. package/src/stories/f/TextInput.stories.jsx +4 -4
  84. package/src/stories/f/TextareaInput.stories.jsx +2 -2
  85. package/src/ui/a/AnimatedCounter/AnimatedCounter.jsx +21 -27
  86. package/src/ui/a/AnimatedCounter/styles.scss +3 -11
  87. package/src/ui/a/Conversation/styles.scss +2 -0
  88. package/src/ui/a/People/People.jsx +12 -4
  89. package/src/ui/a/People/common/Person/Person.jsx +7 -1
  90. package/src/ui/a/People/styles.scss +13 -15
  91. package/src/ui/a/TeamInfo/styles.scss +2 -2
  92. package/src/ui/b/Button/styles.scss +1 -1
  93. package/src/ui/b/Metrics/Metrics.jsx +93 -0
  94. package/src/ui/b/Metrics/index.js +2 -0
  95. package/src/ui/b/Metrics/styles.scss +91 -0
  96. package/src/ui/b/QuestionDropdown/styles.scss +1 -1
  97. package/src/ui/b/index.js +1 -0
  98. package/src/ui/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.jsx +1 -1
  99. package/src/ui/f/fields/ChoicesInput/ChoicesInput.jsx +1 -1
  100. package/src/ui/f/fields/RatingsInput/common/Rating/Rating.jsx +2 -2
  101. package/src/ui/f/fields/SelectInput/styles.scss +3 -3
  102. package/src/ui/f/fields/TaskRecommendationInput/TaskRecommendationInput.jsx +2 -2
  103. package/src/ui/f/fields/TaskRecommendationInput/styles.scss +4 -0
  104. package/src/ui/f/fields/TextInput/styles.scss +3 -3
  105. package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +1 -1
  106. package/src/ui/form.scss +1 -1
  107. package/dist/cjs/a/RatingsInput/common/Rating/Rating.js +0 -120
  108. package/dist/cjs/a/RatingsInput/common/index.js +0 -13
  109. package/dist/cjs/a/RatingsInput/styles.scss +0 -35
  110. package/dist/es/a/RatingsInput/RatingsInput.js +0 -72
  111. package/dist/es/a/RatingsInput/common/Rating/Rating.js +0 -102
  112. package/dist/es/a/RatingsInput/common/index.js +0 -1
  113. package/dist/es/a/RatingsInput/index.js +0 -2
  114. package/dist/es/a/RatingsInput/styles.scss +0 -35
@@ -1,6 +1,6 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
- exports[`Storyshots a/AnimatedCounter Base 1`] = `
3
+ exports[`Storyshots a/AnimatedCounter After 1`] = `
4
4
  <div
5
5
  className="base animated-counter x-main1"
6
6
  >
@@ -12,23 +12,13 @@ exports[`Storyshots a/AnimatedCounter Base 1`] = `
12
12
  %
13
13
  </span>
14
14
  </div>
15
- <p
16
- className="info uc s-1 md-s0 v50 mt-v"
17
- >
18
- graduated from college
19
- </p>
20
15
  </div>
21
16
  `;
22
17
 
23
- exports[`Storyshots a/AnimatedCounter Top Description 1`] = `
18
+ exports[`Storyshots a/AnimatedCounter Base 1`] = `
24
19
  <div
25
20
  className="base animated-counter x-main1"
26
21
  >
27
- <p
28
- className="info top-description uc s-1 md-s0"
29
- >
30
- graduated from college
31
- </p>
32
22
  <div
33
23
  className="count s3"
34
24
  >
@@ -40,7 +30,7 @@ exports[`Storyshots a/AnimatedCounter Top Description 1`] = `
40
30
  </div>
41
31
  `;
42
32
 
43
- exports[`Storyshots a/AnimatedCounter Unit Before 1`] = `
33
+ exports[`Storyshots a/AnimatedCounter Before 1`] = `
44
34
  <div
45
35
  className="base animated-counter x-main1"
46
36
  >
@@ -52,11 +42,24 @@ exports[`Storyshots a/AnimatedCounter Unit Before 1`] = `
52
42
  </span>
53
43
  <span />
54
44
  </div>
55
- <p
56
- className="info uc s-1 md-s0 v50 mt-v"
45
+ </div>
46
+ `;
47
+
48
+ exports[`Storyshots a/AnimatedCounter Before And After 1`] = `
49
+ <div
50
+ className="base animated-counter x-main1"
51
+ >
52
+ <div
53
+ className="count s3"
57
54
  >
58
- graduated from college
59
- </p>
55
+ <span>
56
+ %
57
+ </span>
58
+ <span />
59
+ <span>
60
+ +
61
+ </span>
62
+ </div>
60
63
  </div>
61
64
  `;
62
65
 
@@ -159,7 +162,7 @@ exports[`Storyshots a/ContentCard Layout Center 1`] = `
159
162
  }
160
163
  >
161
164
  <div
162
- className="base content-card y-background u1"
165
+ className="base content-card y-background1 u1"
163
166
  >
164
167
  <div
165
168
  className="base section p-u layout-center"
@@ -403,7 +406,7 @@ exports[`Storyshots a/Conversation Base 1`] = `
403
406
  :
404
407
  </p>
405
408
  <p>
406
- Hi Camille, please compile an assesment of top 5 firms/brand providers for the listed fields in the US.
409
+ Hi Camille, please compile an assesment of top 6 firms/brand providers for the listed fields in the US.
407
410
  </p>
408
411
  </div>
409
412
  </div>
@@ -782,18 +785,19 @@ exports[`Storyshots a/LoadingCircle Base 1`] = `
782
785
 
783
786
  exports[`Storyshots a/People Base 1`] = `
784
787
  <div
785
- className="x-background b-x v1 p-v"
788
+ className="x-background1 b-x v1 p-v"
786
789
  >
787
790
  <div
788
791
  className="base people u1"
789
792
  style={
790
793
  Object {
791
- "--image-height-width": "3em",
794
+ "--column-width": "12em",
795
+ "--image-size": "3em",
792
796
  }
793
797
  }
794
798
  >
795
799
  <div
796
- className="base person"
800
+ className="base person y-main1"
797
801
  >
798
802
  <img
799
803
  alt="Phoebe Yao, Pareto Founder"
@@ -816,7 +820,7 @@ exports[`Storyshots a/People Base 1`] = `
816
820
  </div>
817
821
  </div>
818
822
  <div
819
- className="base person"
823
+ className="base person y-main3"
820
824
  >
821
825
  <img
822
826
  alt="Lanie Col-long, Pareto Partner"
@@ -839,7 +843,47 @@ exports[`Storyshots a/People Base 1`] = `
839
843
  </div>
840
844
  </div>
841
845
  <div
842
- className="base person"
846
+ className="base person y-background4"
847
+ >
848
+ <img
849
+ alt="Camillie Arigo, Pareto Partner"
850
+ className="image v50 mr-v"
851
+ src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Camille-Arigo.jpg"
852
+ />
853
+ <div
854
+ className="details"
855
+ >
856
+ <p
857
+ className="name s-1"
858
+ >
859
+ Camillie Arigo
860
+ </p>
861
+ <p
862
+ className="role s-2"
863
+ >
864
+ Pareto Partner
865
+ </p>
866
+ </div>
867
+ </div>
868
+ </div>
869
+ </div>
870
+ `;
871
+
872
+ exports[`Storyshots a/People One Person 1`] = `
873
+ <div
874
+ className="x-background1 b-x v1 p-v"
875
+ >
876
+ <div
877
+ className="base people u1"
878
+ style={
879
+ Object {
880
+ "--column-width": "12em",
881
+ "--image-size": "3em",
882
+ }
883
+ }
884
+ >
885
+ <div
886
+ className="base person y-background4"
843
887
  >
844
888
  <img
845
889
  alt="Camillie Arigo, Pareto Partner"
@@ -897,7 +941,7 @@ Array [
897
941
 
898
942
  exports[`Storyshots a/ProgressBar Color 1`] = `
899
943
  <div
900
- className="base progress-bar x-secondary1"
944
+ className="base progress-bar x-main1"
901
945
  data-length="50%"
902
946
  style={
903
947
  Object {
@@ -923,7 +967,7 @@ exports[`Storyshots a/ProgressBar Height 1`] = `
923
967
 
924
968
  exports[`Storyshots a/Quote Base 1`] = `
925
969
  <div
926
- className="y-background b-y u1 p-u"
970
+ className="y-background1 b-y u1 p-u"
927
971
  >
928
972
  <figure
929
973
  className="base quote x-main1"
@@ -1106,7 +1150,7 @@ exports[`Storyshots a/SiteContext Base 1`] = `"Sample SiteContext"`;
1106
1150
 
1107
1151
  exports[`Storyshots a/Spinner Base 1`] = `
1108
1152
  <div
1109
- className="y-background b-y"
1153
+ className="y-background1 b-y"
1110
1154
  >
1111
1155
  <div
1112
1156
  className="base spinner x-main1"
@@ -1175,7 +1219,7 @@ exports[`Storyshots a/Timestamp Distance Format 1`] = `
1175
1219
  className="base timestamp"
1176
1220
  onClick={[Function]}
1177
1221
  >
1178
- in 12 months
1222
+ in 10 months
1179
1223
  </p>
1180
1224
  `;
1181
1225
 
@@ -1236,22 +1280,22 @@ Array [
1236
1280
  button
1237
1281
  </button>,
1238
1282
  <button
1239
- className="base button x-secondary1"
1283
+ className="base button x-main3"
1240
1284
  type="button"
1241
1285
  >
1242
1286
  This is a
1243
1287
 
1244
- secondary1
1288
+ main3
1245
1289
 
1246
1290
  button
1247
1291
  </button>,
1248
1292
  <button
1249
- className="base button x-secondary2"
1293
+ className="base button x-main4"
1250
1294
  type="button"
1251
1295
  >
1252
1296
  This is a
1253
1297
 
1254
- secondary2
1298
+ main4
1255
1299
 
1256
1300
  button
1257
1301
  </button>,
@@ -1286,12 +1330,12 @@ Array [
1286
1330
  button
1287
1331
  </button>,
1288
1332
  <button
1289
- className="base button x-background"
1333
+ className="base button x-background1"
1290
1334
  type="button"
1291
1335
  >
1292
1336
  This is a
1293
1337
 
1294
- background
1338
+ background1
1295
1339
 
1296
1340
  button
1297
1341
  </button>,
@@ -1325,6 +1369,26 @@ Array [
1325
1369
 
1326
1370
  button
1327
1371
  </button>,
1372
+ <button
1373
+ className="base button x-background5"
1374
+ type="button"
1375
+ >
1376
+ This is a
1377
+
1378
+ background5
1379
+
1380
+ button
1381
+ </button>,
1382
+ <button
1383
+ className="base button x-background6"
1384
+ type="button"
1385
+ >
1386
+ This is a
1387
+
1388
+ background6
1389
+
1390
+ button
1391
+ </button>,
1328
1392
  <button
1329
1393
  className="base button x-heading"
1330
1394
  type="button"
@@ -1479,349 +1543,2277 @@ Array [
1479
1543
  `;
1480
1544
 
1481
1545
  exports[`Storyshots b/Button Compact 1`] = `
1482
- <button
1483
- className="base button x-main1 modifierCompact"
1484
- type="button"
1485
- >
1486
- Sample Button
1487
- </button>
1488
- `;
1489
-
1490
- exports[`Storyshots b/Button Disabled 1`] = `
1491
- <button
1492
- className="base button x-main1"
1493
- disabled={true}
1494
- type="button"
1495
- >
1496
- Sample Button
1497
- </button>
1498
- `;
1499
-
1500
- exports[`Storyshots b/Button Ghost 1`] = `
1501
- <button
1502
- className="base button x-main1 modifierGhost"
1503
- type="button"
1504
- >
1505
- Sample Button
1506
- </button>
1507
- `;
1508
-
1509
- exports[`Storyshots b/Button Ghost Colors 1`] = `
1510
1546
  Array [
1511
1547
  <button
1512
- className="base button x-main1 modifierGhost"
1548
+ className="base button x-main1 modifierCompact"
1513
1549
  type="button"
1514
1550
  >
1515
1551
  This is a
1516
1552
 
1517
1553
  main1
1518
1554
 
1519
- button
1520
1555
  </button>,
1521
1556
  <button
1522
- className="base button x-main2 modifierGhost"
1557
+ className="base button x-main2 modifierCompact"
1523
1558
  type="button"
1524
1559
  >
1525
1560
  This is a
1526
1561
 
1527
1562
  main2
1528
1563
 
1529
- button
1530
1564
  </button>,
1531
1565
  <button
1532
- className="base button x-secondary1 modifierGhost"
1566
+ className="base button x-main3 modifierCompact"
1533
1567
  type="button"
1534
1568
  >
1535
1569
  This is a
1536
1570
 
1537
- secondary1
1571
+ main3
1538
1572
 
1539
- button
1540
1573
  </button>,
1541
1574
  <button
1542
- className="base button x-secondary2 modifierGhost"
1575
+ className="base button x-main4 modifierCompact"
1543
1576
  type="button"
1544
1577
  >
1545
1578
  This is a
1546
1579
 
1547
- secondary2
1580
+ main4
1548
1581
 
1549
- button
1550
1582
  </button>,
1551
1583
  <button
1552
- className="base button x-success modifierGhost"
1584
+ className="base button x-success modifierCompact"
1553
1585
  type="button"
1554
1586
  >
1555
1587
  This is a
1556
1588
 
1557
1589
  success
1558
1590
 
1559
- button
1560
1591
  </button>,
1561
1592
  <button
1562
- className="base button x-warning modifierGhost"
1593
+ className="base button x-warning modifierCompact"
1563
1594
  type="button"
1564
1595
  >
1565
1596
  This is a
1566
1597
 
1567
1598
  warning
1568
1599
 
1569
- button
1570
1600
  </button>,
1571
1601
  <button
1572
- className="base button x-error modifierGhost"
1602
+ className="base button x-error modifierCompact"
1573
1603
  type="button"
1574
1604
  >
1575
1605
  This is a
1576
1606
 
1577
1607
  error
1578
1608
 
1579
- button
1580
1609
  </button>,
1581
1610
  <button
1582
- className="base button x-background modifierGhost"
1611
+ className="base button x-background1 modifierCompact"
1583
1612
  type="button"
1584
1613
  >
1585
1614
  This is a
1586
1615
 
1587
- background
1616
+ background1
1588
1617
 
1589
- button
1590
1618
  </button>,
1591
1619
  <button
1592
- className="base button x-background2 modifierGhost"
1620
+ className="base button x-background2 modifierCompact"
1593
1621
  type="button"
1594
1622
  >
1595
1623
  This is a
1596
1624
 
1597
1625
  background2
1598
1626
 
1599
- button
1600
1627
  </button>,
1601
1628
  <button
1602
- className="base button x-background3 modifierGhost"
1629
+ className="base button x-background3 modifierCompact"
1603
1630
  type="button"
1604
1631
  >
1605
1632
  This is a
1606
1633
 
1607
1634
  background3
1608
1635
 
1609
- button
1610
1636
  </button>,
1611
1637
  <button
1612
- className="base button x-background4 modifierGhost"
1638
+ className="base button x-background4 modifierCompact"
1613
1639
  type="button"
1614
1640
  >
1615
1641
  This is a
1616
1642
 
1617
1643
  background4
1618
1644
 
1619
- button
1620
1645
  </button>,
1621
1646
  <button
1622
- className="base button x-heading modifierGhost"
1647
+ className="base button x-background5 modifierCompact"
1648
+ type="button"
1649
+ >
1650
+ This is a
1651
+
1652
+ background5
1653
+
1654
+ </button>,
1655
+ <button
1656
+ className="base button x-background6 modifierCompact"
1657
+ type="button"
1658
+ >
1659
+ This is a
1660
+
1661
+ background6
1662
+
1663
+ </button>,
1664
+ <button
1665
+ className="base button x-heading modifierCompact"
1623
1666
  type="button"
1624
1667
  >
1625
1668
  This is a
1626
1669
 
1627
1670
  heading
1628
1671
 
1629
- button
1630
1672
  </button>,
1631
1673
  <button
1632
- className="base button x-paragraph modifierGhost"
1674
+ className="base button x-paragraph modifierCompact"
1633
1675
  type="button"
1634
1676
  >
1635
1677
  This is a
1636
1678
 
1637
1679
  paragraph
1638
1680
 
1639
- button
1640
1681
  </button>,
1641
1682
  <button
1642
- className="base button x-subtitle modifierGhost"
1683
+ className="base button x-subtitle modifierCompact"
1643
1684
  type="button"
1644
1685
  >
1645
1686
  This is a
1646
1687
 
1647
1688
  subtitle
1648
1689
 
1649
- button
1650
1690
  </button>,
1651
1691
  <button
1652
- className="base button x-metadata modifierGhost"
1692
+ className="base button x-metadata modifierCompact"
1653
1693
  type="button"
1654
1694
  >
1655
1695
  This is a
1656
1696
 
1657
1697
  metadata
1658
1698
 
1659
- button
1660
1699
  </button>,
1661
1700
  <button
1662
- className="base button x-link modifierGhost"
1701
+ className="base button x-link modifierCompact"
1663
1702
  type="button"
1664
1703
  >
1665
1704
  This is a
1666
1705
 
1667
1706
  link
1668
1707
 
1669
- button
1670
1708
  </button>,
1671
1709
  <button
1672
- className="base button x-navlink modifierGhost"
1710
+ className="base button x-navlink modifierCompact"
1673
1711
  type="button"
1674
1712
  >
1675
1713
  This is a
1676
1714
 
1677
1715
  navlink
1678
1716
 
1679
- button
1680
1717
  </button>,
1681
1718
  <button
1682
- className="base button x-twitter modifierGhost"
1719
+ className="base button x-twitter modifierCompact"
1683
1720
  type="button"
1684
1721
  >
1685
1722
  This is a
1686
1723
 
1687
1724
  twitter
1688
1725
 
1689
- button
1690
1726
  </button>,
1691
1727
  <button
1692
- className="base button x-facebook modifierGhost"
1728
+ className="base button x-facebook modifierCompact"
1693
1729
  type="button"
1694
1730
  >
1695
1731
  This is a
1696
1732
 
1697
1733
  facebook
1698
1734
 
1699
- button
1700
1735
  </button>,
1701
1736
  <button
1702
- className="base button x-instagram modifierGhost"
1737
+ className="base button x-instagram modifierCompact"
1703
1738
  type="button"
1704
1739
  >
1705
1740
  This is a
1706
1741
 
1707
1742
  instagram
1708
1743
 
1709
- button
1710
1744
  </button>,
1711
1745
  <button
1712
- className="base button x-google modifierGhost"
1746
+ className="base button x-google modifierCompact"
1713
1747
  type="button"
1714
1748
  >
1715
1749
  This is a
1716
1750
 
1717
1751
  google
1718
1752
 
1719
- button
1720
1753
  </button>,
1721
1754
  <button
1722
- className="base button x-black modifierGhost"
1755
+ className="base button x-black modifierCompact"
1723
1756
  type="button"
1724
1757
  >
1725
1758
  This is a
1726
1759
 
1727
1760
  black
1728
1761
 
1729
- button
1730
1762
  </button>,
1731
1763
  <button
1732
- className="base button x-anchor modifierGhost"
1764
+ className="base button x-anchor modifierCompact"
1733
1765
  type="button"
1734
1766
  >
1735
1767
  This is a
1736
1768
 
1737
1769
  anchor
1738
1770
 
1739
- button
1740
1771
  </button>,
1741
1772
  <button
1742
- className="base button x-grey modifierGhost"
1773
+ className="base button x-grey modifierCompact"
1743
1774
  type="button"
1744
1775
  >
1745
1776
  This is a
1746
1777
 
1747
1778
  grey
1748
1779
 
1749
- button
1750
1780
  </button>,
1751
1781
  <button
1752
- className="base button x-pearl modifierGhost"
1782
+ className="base button x-pearl modifierCompact"
1753
1783
  type="button"
1754
1784
  >
1755
1785
  This is a
1756
1786
 
1757
1787
  pearl
1758
1788
 
1759
- button
1760
1789
  </button>,
1761
1790
  <button
1762
- className="base button x-white modifierGhost"
1791
+ className="base button x-white modifierCompact"
1763
1792
  type="button"
1764
1793
  >
1765
1794
  This is a
1766
1795
 
1767
1796
  white
1768
1797
 
1769
- button
1770
1798
  </button>,
1771
1799
  ]
1772
1800
  `;
1773
1801
 
1774
- exports[`Storyshots b/Button Loading 1`] = `
1775
- <button
1776
- className="base button x-main1"
1777
- type="button"
1778
- >
1779
- <div
1780
- className="base loading-circle"
1781
- style={
1782
- Object {
1783
- "--height-width": "1.15em",
1784
- "--stroke-width": undefined,
1785
- "--x": "var(--on-x)",
1786
- }
1787
- }
1802
+ exports[`Storyshots b/Button Disabled 1`] = `
1803
+ Array [
1804
+ <button
1805
+ className="base button x-main1"
1806
+ disabled={true}
1807
+ type="button"
1788
1808
  >
1789
- <svg
1790
- className="svg-circle"
1791
- preserveAspectRatio="xMinYMin meet"
1792
- style={
1793
- Object {
1794
- "--animation-duration": "2s",
1795
- }
1796
- }
1797
- version="1.1"
1798
- viewBox="25 25 50 50"
1799
- x="0px"
1800
- xmlSpace="preserve"
1801
- xmlns="http://www.w3.org/2000/svg"
1802
- y="0px"
1803
- >
1804
- <circle
1805
- className="path"
1806
- cx="50"
1807
- cy="50"
1808
- fill="none"
1809
- r="20"
1810
- strokeLinecap="round"
1811
- strokeMiterlimit="10"
1812
- />
1813
- </svg>
1814
- </div>
1815
- </button>
1816
- `;
1817
-
1818
- exports[`Storyshots b/Button Simple 1`] = `
1819
- <button
1820
- className="base button x-main1 modifierSimple"
1821
- type="button"
1822
- >
1823
- Sample Button
1824
- </button>
1809
+ This is a
1810
+
1811
+ main1
1812
+
1813
+ </button>,
1814
+ <button
1815
+ className="base button x-main2"
1816
+ disabled={true}
1817
+ type="button"
1818
+ >
1819
+ This is a
1820
+
1821
+ main2
1822
+
1823
+ </button>,
1824
+ <button
1825
+ className="base button x-main3"
1826
+ disabled={true}
1827
+ type="button"
1828
+ >
1829
+ This is a
1830
+
1831
+ main3
1832
+
1833
+ </button>,
1834
+ <button
1835
+ className="base button x-main4"
1836
+ disabled={true}
1837
+ type="button"
1838
+ >
1839
+ This is a
1840
+
1841
+ main4
1842
+
1843
+ </button>,
1844
+ <button
1845
+ className="base button x-success"
1846
+ disabled={true}
1847
+ type="button"
1848
+ >
1849
+ This is a
1850
+
1851
+ success
1852
+
1853
+ </button>,
1854
+ <button
1855
+ className="base button x-warning"
1856
+ disabled={true}
1857
+ type="button"
1858
+ >
1859
+ This is a
1860
+
1861
+ warning
1862
+
1863
+ </button>,
1864
+ <button
1865
+ className="base button x-error"
1866
+ disabled={true}
1867
+ type="button"
1868
+ >
1869
+ This is a
1870
+
1871
+ error
1872
+
1873
+ </button>,
1874
+ <button
1875
+ className="base button x-background1"
1876
+ disabled={true}
1877
+ type="button"
1878
+ >
1879
+ This is a
1880
+
1881
+ background1
1882
+
1883
+ </button>,
1884
+ <button
1885
+ className="base button x-background2"
1886
+ disabled={true}
1887
+ type="button"
1888
+ >
1889
+ This is a
1890
+
1891
+ background2
1892
+
1893
+ </button>,
1894
+ <button
1895
+ className="base button x-background3"
1896
+ disabled={true}
1897
+ type="button"
1898
+ >
1899
+ This is a
1900
+
1901
+ background3
1902
+
1903
+ </button>,
1904
+ <button
1905
+ className="base button x-background4"
1906
+ disabled={true}
1907
+ type="button"
1908
+ >
1909
+ This is a
1910
+
1911
+ background4
1912
+
1913
+ </button>,
1914
+ <button
1915
+ className="base button x-background5"
1916
+ disabled={true}
1917
+ type="button"
1918
+ >
1919
+ This is a
1920
+
1921
+ background5
1922
+
1923
+ </button>,
1924
+ <button
1925
+ className="base button x-background6"
1926
+ disabled={true}
1927
+ type="button"
1928
+ >
1929
+ This is a
1930
+
1931
+ background6
1932
+
1933
+ </button>,
1934
+ <button
1935
+ className="base button x-heading"
1936
+ disabled={true}
1937
+ type="button"
1938
+ >
1939
+ This is a
1940
+
1941
+ heading
1942
+
1943
+ </button>,
1944
+ <button
1945
+ className="base button x-paragraph"
1946
+ disabled={true}
1947
+ type="button"
1948
+ >
1949
+ This is a
1950
+
1951
+ paragraph
1952
+
1953
+ </button>,
1954
+ <button
1955
+ className="base button x-subtitle"
1956
+ disabled={true}
1957
+ type="button"
1958
+ >
1959
+ This is a
1960
+
1961
+ subtitle
1962
+
1963
+ </button>,
1964
+ <button
1965
+ className="base button x-metadata"
1966
+ disabled={true}
1967
+ type="button"
1968
+ >
1969
+ This is a
1970
+
1971
+ metadata
1972
+
1973
+ </button>,
1974
+ <button
1975
+ className="base button x-link"
1976
+ disabled={true}
1977
+ type="button"
1978
+ >
1979
+ This is a
1980
+
1981
+ link
1982
+
1983
+ </button>,
1984
+ <button
1985
+ className="base button x-navlink"
1986
+ disabled={true}
1987
+ type="button"
1988
+ >
1989
+ This is a
1990
+
1991
+ navlink
1992
+
1993
+ </button>,
1994
+ <button
1995
+ className="base button x-twitter"
1996
+ disabled={true}
1997
+ type="button"
1998
+ >
1999
+ This is a
2000
+
2001
+ twitter
2002
+
2003
+ </button>,
2004
+ <button
2005
+ className="base button x-facebook"
2006
+ disabled={true}
2007
+ type="button"
2008
+ >
2009
+ This is a
2010
+
2011
+ facebook
2012
+
2013
+ </button>,
2014
+ <button
2015
+ className="base button x-instagram"
2016
+ disabled={true}
2017
+ type="button"
2018
+ >
2019
+ This is a
2020
+
2021
+ instagram
2022
+
2023
+ </button>,
2024
+ <button
2025
+ className="base button x-google"
2026
+ disabled={true}
2027
+ type="button"
2028
+ >
2029
+ This is a
2030
+
2031
+ google
2032
+
2033
+ </button>,
2034
+ <button
2035
+ className="base button x-black"
2036
+ disabled={true}
2037
+ type="button"
2038
+ >
2039
+ This is a
2040
+
2041
+ black
2042
+
2043
+ </button>,
2044
+ <button
2045
+ className="base button x-anchor"
2046
+ disabled={true}
2047
+ type="button"
2048
+ >
2049
+ This is a
2050
+
2051
+ anchor
2052
+
2053
+ </button>,
2054
+ <button
2055
+ className="base button x-grey"
2056
+ disabled={true}
2057
+ type="button"
2058
+ >
2059
+ This is a
2060
+
2061
+ grey
2062
+
2063
+ </button>,
2064
+ <button
2065
+ className="base button x-pearl"
2066
+ disabled={true}
2067
+ type="button"
2068
+ >
2069
+ This is a
2070
+
2071
+ pearl
2072
+
2073
+ </button>,
2074
+ <button
2075
+ className="base button x-white"
2076
+ disabled={true}
2077
+ type="button"
2078
+ >
2079
+ This is a
2080
+
2081
+ white
2082
+
2083
+ </button>,
2084
+ ]
2085
+ `;
2086
+
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`] = `
2097
+ Array [
2098
+ <button
2099
+ className="base button x-main1 modifierGhost"
2100
+ type="button"
2101
+ >
2102
+ This is a
2103
+
2104
+ main1
2105
+
2106
+ button
2107
+ </button>,
2108
+ <button
2109
+ className="base button x-main2 modifierGhost"
2110
+ type="button"
2111
+ >
2112
+ This is a
2113
+
2114
+ main2
2115
+
2116
+ button
2117
+ </button>,
2118
+ <button
2119
+ className="base button x-main3 modifierGhost"
2120
+ type="button"
2121
+ >
2122
+ This is a
2123
+
2124
+ main3
2125
+
2126
+ button
2127
+ </button>,
2128
+ <button
2129
+ className="base button x-main4 modifierGhost"
2130
+ type="button"
2131
+ >
2132
+ This is a
2133
+
2134
+ main4
2135
+
2136
+ button
2137
+ </button>,
2138
+ <button
2139
+ className="base button x-success modifierGhost"
2140
+ type="button"
2141
+ >
2142
+ This is a
2143
+
2144
+ success
2145
+
2146
+ button
2147
+ </button>,
2148
+ <button
2149
+ className="base button x-warning modifierGhost"
2150
+ type="button"
2151
+ >
2152
+ This is a
2153
+
2154
+ warning
2155
+
2156
+ button
2157
+ </button>,
2158
+ <button
2159
+ className="base button x-error modifierGhost"
2160
+ type="button"
2161
+ >
2162
+ This is a
2163
+
2164
+ error
2165
+
2166
+ button
2167
+ </button>,
2168
+ <button
2169
+ className="base button x-background1 modifierGhost"
2170
+ type="button"
2171
+ >
2172
+ This is a
2173
+
2174
+ background1
2175
+
2176
+ button
2177
+ </button>,
2178
+ <button
2179
+ className="base button x-background2 modifierGhost"
2180
+ type="button"
2181
+ >
2182
+ This is a
2183
+
2184
+ background2
2185
+
2186
+ button
2187
+ </button>,
2188
+ <button
2189
+ className="base button x-background3 modifierGhost"
2190
+ type="button"
2191
+ >
2192
+ This is a
2193
+
2194
+ background3
2195
+
2196
+ button
2197
+ </button>,
2198
+ <button
2199
+ className="base button x-background4 modifierGhost"
2200
+ type="button"
2201
+ >
2202
+ This is a
2203
+
2204
+ background4
2205
+
2206
+ button
2207
+ </button>,
2208
+ <button
2209
+ className="base button x-background5 modifierGhost"
2210
+ type="button"
2211
+ >
2212
+ This is a
2213
+
2214
+ background5
2215
+
2216
+ button
2217
+ </button>,
2218
+ <button
2219
+ className="base button x-background6 modifierGhost"
2220
+ type="button"
2221
+ >
2222
+ This is a
2223
+
2224
+ background6
2225
+
2226
+ button
2227
+ </button>,
2228
+ <button
2229
+ className="base button x-heading modifierGhost"
2230
+ type="button"
2231
+ >
2232
+ This is a
2233
+
2234
+ heading
2235
+
2236
+ button
2237
+ </button>,
2238
+ <button
2239
+ className="base button x-paragraph modifierGhost"
2240
+ type="button"
2241
+ >
2242
+ This is a
2243
+
2244
+ paragraph
2245
+
2246
+ button
2247
+ </button>,
2248
+ <button
2249
+ className="base button x-subtitle modifierGhost"
2250
+ type="button"
2251
+ >
2252
+ This is a
2253
+
2254
+ subtitle
2255
+
2256
+ button
2257
+ </button>,
2258
+ <button
2259
+ className="base button x-metadata modifierGhost"
2260
+ type="button"
2261
+ >
2262
+ This is a
2263
+
2264
+ metadata
2265
+
2266
+ button
2267
+ </button>,
2268
+ <button
2269
+ className="base button x-link modifierGhost"
2270
+ type="button"
2271
+ >
2272
+ This is a
2273
+
2274
+ link
2275
+
2276
+ button
2277
+ </button>,
2278
+ <button
2279
+ className="base button x-navlink modifierGhost"
2280
+ type="button"
2281
+ >
2282
+ This is a
2283
+
2284
+ navlink
2285
+
2286
+ button
2287
+ </button>,
2288
+ <button
2289
+ className="base button x-twitter modifierGhost"
2290
+ type="button"
2291
+ >
2292
+ This is a
2293
+
2294
+ twitter
2295
+
2296
+ button
2297
+ </button>,
2298
+ <button
2299
+ className="base button x-facebook modifierGhost"
2300
+ type="button"
2301
+ >
2302
+ This is a
2303
+
2304
+ facebook
2305
+
2306
+ button
2307
+ </button>,
2308
+ <button
2309
+ className="base button x-instagram modifierGhost"
2310
+ type="button"
2311
+ >
2312
+ This is a
2313
+
2314
+ instagram
2315
+
2316
+ button
2317
+ </button>,
2318
+ <button
2319
+ className="base button x-google modifierGhost"
2320
+ type="button"
2321
+ >
2322
+ This is a
2323
+
2324
+ google
2325
+
2326
+ button
2327
+ </button>,
2328
+ <button
2329
+ className="base button x-black modifierGhost"
2330
+ type="button"
2331
+ >
2332
+ This is a
2333
+
2334
+ black
2335
+
2336
+ button
2337
+ </button>,
2338
+ <button
2339
+ className="base button x-anchor modifierGhost"
2340
+ type="button"
2341
+ >
2342
+ This is a
2343
+
2344
+ anchor
2345
+
2346
+ button
2347
+ </button>,
2348
+ <button
2349
+ className="base button x-grey modifierGhost"
2350
+ type="button"
2351
+ >
2352
+ This is a
2353
+
2354
+ grey
2355
+
2356
+ button
2357
+ </button>,
2358
+ <button
2359
+ className="base button x-pearl modifierGhost"
2360
+ type="button"
2361
+ >
2362
+ This is a
2363
+
2364
+ pearl
2365
+
2366
+ button
2367
+ </button>,
2368
+ <button
2369
+ className="base button x-white modifierGhost"
2370
+ type="button"
2371
+ >
2372
+ This is a
2373
+
2374
+ white
2375
+
2376
+ button
2377
+ </button>,
2378
+ ]
2379
+ `;
2380
+
2381
+ exports[`Storyshots b/Button Loading 1`] = `
2382
+ Array [
2383
+ <button
2384
+ className="base button x-main1"
2385
+ type="button"
2386
+ >
2387
+ <div
2388
+ className="base loading-circle"
2389
+ style={
2390
+ Object {
2391
+ "--height-width": "1.15em",
2392
+ "--stroke-width": undefined,
2393
+ "--x": "var(--on-x)",
2394
+ }
2395
+ }
2396
+ >
2397
+ <svg
2398
+ className="svg-circle"
2399
+ preserveAspectRatio="xMinYMin meet"
2400
+ style={
2401
+ Object {
2402
+ "--animation-duration": "2s",
2403
+ }
2404
+ }
2405
+ version="1.1"
2406
+ viewBox="25 25 50 50"
2407
+ x="0px"
2408
+ xmlSpace="preserve"
2409
+ xmlns="http://www.w3.org/2000/svg"
2410
+ y="0px"
2411
+ >
2412
+ <circle
2413
+ className="path"
2414
+ cx="50"
2415
+ cy="50"
2416
+ fill="none"
2417
+ r="20"
2418
+ strokeLinecap="round"
2419
+ strokeMiterlimit="10"
2420
+ />
2421
+ </svg>
2422
+ </div>
2423
+ </button>,
2424
+ <button
2425
+ className="base button x-main2"
2426
+ type="button"
2427
+ >
2428
+ <div
2429
+ className="base loading-circle"
2430
+ style={
2431
+ Object {
2432
+ "--height-width": "1.15em",
2433
+ "--stroke-width": undefined,
2434
+ "--x": "var(--on-x)",
2435
+ }
2436
+ }
2437
+ >
2438
+ <svg
2439
+ className="svg-circle"
2440
+ preserveAspectRatio="xMinYMin meet"
2441
+ style={
2442
+ Object {
2443
+ "--animation-duration": "2s",
2444
+ }
2445
+ }
2446
+ version="1.1"
2447
+ viewBox="25 25 50 50"
2448
+ x="0px"
2449
+ xmlSpace="preserve"
2450
+ xmlns="http://www.w3.org/2000/svg"
2451
+ y="0px"
2452
+ >
2453
+ <circle
2454
+ className="path"
2455
+ cx="50"
2456
+ cy="50"
2457
+ fill="none"
2458
+ r="20"
2459
+ strokeLinecap="round"
2460
+ strokeMiterlimit="10"
2461
+ />
2462
+ </svg>
2463
+ </div>
2464
+ </button>,
2465
+ <button
2466
+ className="base button x-main3"
2467
+ type="button"
2468
+ >
2469
+ <div
2470
+ className="base loading-circle"
2471
+ style={
2472
+ Object {
2473
+ "--height-width": "1.15em",
2474
+ "--stroke-width": undefined,
2475
+ "--x": "var(--on-x)",
2476
+ }
2477
+ }
2478
+ >
2479
+ <svg
2480
+ className="svg-circle"
2481
+ preserveAspectRatio="xMinYMin meet"
2482
+ style={
2483
+ Object {
2484
+ "--animation-duration": "2s",
2485
+ }
2486
+ }
2487
+ version="1.1"
2488
+ viewBox="25 25 50 50"
2489
+ x="0px"
2490
+ xmlSpace="preserve"
2491
+ xmlns="http://www.w3.org/2000/svg"
2492
+ y="0px"
2493
+ >
2494
+ <circle
2495
+ className="path"
2496
+ cx="50"
2497
+ cy="50"
2498
+ fill="none"
2499
+ r="20"
2500
+ strokeLinecap="round"
2501
+ strokeMiterlimit="10"
2502
+ />
2503
+ </svg>
2504
+ </div>
2505
+ </button>,
2506
+ <button
2507
+ className="base button x-main4"
2508
+ type="button"
2509
+ >
2510
+ <div
2511
+ className="base loading-circle"
2512
+ style={
2513
+ Object {
2514
+ "--height-width": "1.15em",
2515
+ "--stroke-width": undefined,
2516
+ "--x": "var(--on-x)",
2517
+ }
2518
+ }
2519
+ >
2520
+ <svg
2521
+ className="svg-circle"
2522
+ preserveAspectRatio="xMinYMin meet"
2523
+ style={
2524
+ Object {
2525
+ "--animation-duration": "2s",
2526
+ }
2527
+ }
2528
+ version="1.1"
2529
+ viewBox="25 25 50 50"
2530
+ x="0px"
2531
+ xmlSpace="preserve"
2532
+ xmlns="http://www.w3.org/2000/svg"
2533
+ y="0px"
2534
+ >
2535
+ <circle
2536
+ className="path"
2537
+ cx="50"
2538
+ cy="50"
2539
+ fill="none"
2540
+ r="20"
2541
+ strokeLinecap="round"
2542
+ strokeMiterlimit="10"
2543
+ />
2544
+ </svg>
2545
+ </div>
2546
+ </button>,
2547
+ <button
2548
+ className="base button x-success"
2549
+ type="button"
2550
+ >
2551
+ <div
2552
+ className="base loading-circle"
2553
+ style={
2554
+ Object {
2555
+ "--height-width": "1.15em",
2556
+ "--stroke-width": undefined,
2557
+ "--x": "var(--on-x)",
2558
+ }
2559
+ }
2560
+ >
2561
+ <svg
2562
+ className="svg-circle"
2563
+ preserveAspectRatio="xMinYMin meet"
2564
+ style={
2565
+ Object {
2566
+ "--animation-duration": "2s",
2567
+ }
2568
+ }
2569
+ version="1.1"
2570
+ viewBox="25 25 50 50"
2571
+ x="0px"
2572
+ xmlSpace="preserve"
2573
+ xmlns="http://www.w3.org/2000/svg"
2574
+ y="0px"
2575
+ >
2576
+ <circle
2577
+ className="path"
2578
+ cx="50"
2579
+ cy="50"
2580
+ fill="none"
2581
+ r="20"
2582
+ strokeLinecap="round"
2583
+ strokeMiterlimit="10"
2584
+ />
2585
+ </svg>
2586
+ </div>
2587
+ </button>,
2588
+ <button
2589
+ className="base button x-warning"
2590
+ type="button"
2591
+ >
2592
+ <div
2593
+ className="base loading-circle"
2594
+ style={
2595
+ Object {
2596
+ "--height-width": "1.15em",
2597
+ "--stroke-width": undefined,
2598
+ "--x": "var(--on-x)",
2599
+ }
2600
+ }
2601
+ >
2602
+ <svg
2603
+ className="svg-circle"
2604
+ preserveAspectRatio="xMinYMin meet"
2605
+ style={
2606
+ Object {
2607
+ "--animation-duration": "2s",
2608
+ }
2609
+ }
2610
+ version="1.1"
2611
+ viewBox="25 25 50 50"
2612
+ x="0px"
2613
+ xmlSpace="preserve"
2614
+ xmlns="http://www.w3.org/2000/svg"
2615
+ y="0px"
2616
+ >
2617
+ <circle
2618
+ className="path"
2619
+ cx="50"
2620
+ cy="50"
2621
+ fill="none"
2622
+ r="20"
2623
+ strokeLinecap="round"
2624
+ strokeMiterlimit="10"
2625
+ />
2626
+ </svg>
2627
+ </div>
2628
+ </button>,
2629
+ <button
2630
+ className="base button x-error"
2631
+ type="button"
2632
+ >
2633
+ <div
2634
+ className="base loading-circle"
2635
+ style={
2636
+ Object {
2637
+ "--height-width": "1.15em",
2638
+ "--stroke-width": undefined,
2639
+ "--x": "var(--on-x)",
2640
+ }
2641
+ }
2642
+ >
2643
+ <svg
2644
+ className="svg-circle"
2645
+ preserveAspectRatio="xMinYMin meet"
2646
+ style={
2647
+ Object {
2648
+ "--animation-duration": "2s",
2649
+ }
2650
+ }
2651
+ version="1.1"
2652
+ viewBox="25 25 50 50"
2653
+ x="0px"
2654
+ xmlSpace="preserve"
2655
+ xmlns="http://www.w3.org/2000/svg"
2656
+ y="0px"
2657
+ >
2658
+ <circle
2659
+ className="path"
2660
+ cx="50"
2661
+ cy="50"
2662
+ fill="none"
2663
+ r="20"
2664
+ strokeLinecap="round"
2665
+ strokeMiterlimit="10"
2666
+ />
2667
+ </svg>
2668
+ </div>
2669
+ </button>,
2670
+ <button
2671
+ className="base button x-background1"
2672
+ type="button"
2673
+ >
2674
+ <div
2675
+ className="base loading-circle"
2676
+ style={
2677
+ Object {
2678
+ "--height-width": "1.15em",
2679
+ "--stroke-width": undefined,
2680
+ "--x": "var(--on-x)",
2681
+ }
2682
+ }
2683
+ >
2684
+ <svg
2685
+ className="svg-circle"
2686
+ preserveAspectRatio="xMinYMin meet"
2687
+ style={
2688
+ Object {
2689
+ "--animation-duration": "2s",
2690
+ }
2691
+ }
2692
+ version="1.1"
2693
+ viewBox="25 25 50 50"
2694
+ x="0px"
2695
+ xmlSpace="preserve"
2696
+ xmlns="http://www.w3.org/2000/svg"
2697
+ y="0px"
2698
+ >
2699
+ <circle
2700
+ className="path"
2701
+ cx="50"
2702
+ cy="50"
2703
+ fill="none"
2704
+ r="20"
2705
+ strokeLinecap="round"
2706
+ strokeMiterlimit="10"
2707
+ />
2708
+ </svg>
2709
+ </div>
2710
+ </button>,
2711
+ <button
2712
+ className="base button x-background2"
2713
+ type="button"
2714
+ >
2715
+ <div
2716
+ className="base loading-circle"
2717
+ style={
2718
+ Object {
2719
+ "--height-width": "1.15em",
2720
+ "--stroke-width": undefined,
2721
+ "--x": "var(--on-x)",
2722
+ }
2723
+ }
2724
+ >
2725
+ <svg
2726
+ className="svg-circle"
2727
+ preserveAspectRatio="xMinYMin meet"
2728
+ style={
2729
+ Object {
2730
+ "--animation-duration": "2s",
2731
+ }
2732
+ }
2733
+ version="1.1"
2734
+ viewBox="25 25 50 50"
2735
+ x="0px"
2736
+ xmlSpace="preserve"
2737
+ xmlns="http://www.w3.org/2000/svg"
2738
+ y="0px"
2739
+ >
2740
+ <circle
2741
+ className="path"
2742
+ cx="50"
2743
+ cy="50"
2744
+ fill="none"
2745
+ r="20"
2746
+ strokeLinecap="round"
2747
+ strokeMiterlimit="10"
2748
+ />
2749
+ </svg>
2750
+ </div>
2751
+ </button>,
2752
+ <button
2753
+ className="base button x-background3"
2754
+ type="button"
2755
+ >
2756
+ <div
2757
+ className="base loading-circle"
2758
+ style={
2759
+ Object {
2760
+ "--height-width": "1.15em",
2761
+ "--stroke-width": undefined,
2762
+ "--x": "var(--on-x)",
2763
+ }
2764
+ }
2765
+ >
2766
+ <svg
2767
+ className="svg-circle"
2768
+ preserveAspectRatio="xMinYMin meet"
2769
+ style={
2770
+ Object {
2771
+ "--animation-duration": "2s",
2772
+ }
2773
+ }
2774
+ version="1.1"
2775
+ viewBox="25 25 50 50"
2776
+ x="0px"
2777
+ xmlSpace="preserve"
2778
+ xmlns="http://www.w3.org/2000/svg"
2779
+ y="0px"
2780
+ >
2781
+ <circle
2782
+ className="path"
2783
+ cx="50"
2784
+ cy="50"
2785
+ fill="none"
2786
+ r="20"
2787
+ strokeLinecap="round"
2788
+ strokeMiterlimit="10"
2789
+ />
2790
+ </svg>
2791
+ </div>
2792
+ </button>,
2793
+ <button
2794
+ className="base button x-background4"
2795
+ type="button"
2796
+ >
2797
+ <div
2798
+ className="base loading-circle"
2799
+ style={
2800
+ Object {
2801
+ "--height-width": "1.15em",
2802
+ "--stroke-width": undefined,
2803
+ "--x": "var(--on-x)",
2804
+ }
2805
+ }
2806
+ >
2807
+ <svg
2808
+ className="svg-circle"
2809
+ preserveAspectRatio="xMinYMin meet"
2810
+ style={
2811
+ Object {
2812
+ "--animation-duration": "2s",
2813
+ }
2814
+ }
2815
+ version="1.1"
2816
+ viewBox="25 25 50 50"
2817
+ x="0px"
2818
+ xmlSpace="preserve"
2819
+ xmlns="http://www.w3.org/2000/svg"
2820
+ y="0px"
2821
+ >
2822
+ <circle
2823
+ className="path"
2824
+ cx="50"
2825
+ cy="50"
2826
+ fill="none"
2827
+ r="20"
2828
+ strokeLinecap="round"
2829
+ strokeMiterlimit="10"
2830
+ />
2831
+ </svg>
2832
+ </div>
2833
+ </button>,
2834
+ <button
2835
+ className="base button x-background5"
2836
+ type="button"
2837
+ >
2838
+ <div
2839
+ className="base loading-circle"
2840
+ style={
2841
+ Object {
2842
+ "--height-width": "1.15em",
2843
+ "--stroke-width": undefined,
2844
+ "--x": "var(--on-x)",
2845
+ }
2846
+ }
2847
+ >
2848
+ <svg
2849
+ className="svg-circle"
2850
+ preserveAspectRatio="xMinYMin meet"
2851
+ style={
2852
+ Object {
2853
+ "--animation-duration": "2s",
2854
+ }
2855
+ }
2856
+ version="1.1"
2857
+ viewBox="25 25 50 50"
2858
+ x="0px"
2859
+ xmlSpace="preserve"
2860
+ xmlns="http://www.w3.org/2000/svg"
2861
+ y="0px"
2862
+ >
2863
+ <circle
2864
+ className="path"
2865
+ cx="50"
2866
+ cy="50"
2867
+ fill="none"
2868
+ r="20"
2869
+ strokeLinecap="round"
2870
+ strokeMiterlimit="10"
2871
+ />
2872
+ </svg>
2873
+ </div>
2874
+ </button>,
2875
+ <button
2876
+ className="base button x-background6"
2877
+ type="button"
2878
+ >
2879
+ <div
2880
+ className="base loading-circle"
2881
+ style={
2882
+ Object {
2883
+ "--height-width": "1.15em",
2884
+ "--stroke-width": undefined,
2885
+ "--x": "var(--on-x)",
2886
+ }
2887
+ }
2888
+ >
2889
+ <svg
2890
+ className="svg-circle"
2891
+ preserveAspectRatio="xMinYMin meet"
2892
+ style={
2893
+ Object {
2894
+ "--animation-duration": "2s",
2895
+ }
2896
+ }
2897
+ version="1.1"
2898
+ viewBox="25 25 50 50"
2899
+ x="0px"
2900
+ xmlSpace="preserve"
2901
+ xmlns="http://www.w3.org/2000/svg"
2902
+ y="0px"
2903
+ >
2904
+ <circle
2905
+ className="path"
2906
+ cx="50"
2907
+ cy="50"
2908
+ fill="none"
2909
+ r="20"
2910
+ strokeLinecap="round"
2911
+ strokeMiterlimit="10"
2912
+ />
2913
+ </svg>
2914
+ </div>
2915
+ </button>,
2916
+ <button
2917
+ className="base button x-heading"
2918
+ type="button"
2919
+ >
2920
+ <div
2921
+ className="base loading-circle"
2922
+ style={
2923
+ Object {
2924
+ "--height-width": "1.15em",
2925
+ "--stroke-width": undefined,
2926
+ "--x": "var(--on-x)",
2927
+ }
2928
+ }
2929
+ >
2930
+ <svg
2931
+ className="svg-circle"
2932
+ preserveAspectRatio="xMinYMin meet"
2933
+ style={
2934
+ Object {
2935
+ "--animation-duration": "2s",
2936
+ }
2937
+ }
2938
+ version="1.1"
2939
+ viewBox="25 25 50 50"
2940
+ x="0px"
2941
+ xmlSpace="preserve"
2942
+ xmlns="http://www.w3.org/2000/svg"
2943
+ y="0px"
2944
+ >
2945
+ <circle
2946
+ className="path"
2947
+ cx="50"
2948
+ cy="50"
2949
+ fill="none"
2950
+ r="20"
2951
+ strokeLinecap="round"
2952
+ strokeMiterlimit="10"
2953
+ />
2954
+ </svg>
2955
+ </div>
2956
+ </button>,
2957
+ <button
2958
+ className="base button x-paragraph"
2959
+ type="button"
2960
+ >
2961
+ <div
2962
+ className="base loading-circle"
2963
+ style={
2964
+ Object {
2965
+ "--height-width": "1.15em",
2966
+ "--stroke-width": undefined,
2967
+ "--x": "var(--on-x)",
2968
+ }
2969
+ }
2970
+ >
2971
+ <svg
2972
+ className="svg-circle"
2973
+ preserveAspectRatio="xMinYMin meet"
2974
+ style={
2975
+ Object {
2976
+ "--animation-duration": "2s",
2977
+ }
2978
+ }
2979
+ version="1.1"
2980
+ viewBox="25 25 50 50"
2981
+ x="0px"
2982
+ xmlSpace="preserve"
2983
+ xmlns="http://www.w3.org/2000/svg"
2984
+ y="0px"
2985
+ >
2986
+ <circle
2987
+ className="path"
2988
+ cx="50"
2989
+ cy="50"
2990
+ fill="none"
2991
+ r="20"
2992
+ strokeLinecap="round"
2993
+ strokeMiterlimit="10"
2994
+ />
2995
+ </svg>
2996
+ </div>
2997
+ </button>,
2998
+ <button
2999
+ className="base button x-subtitle"
3000
+ type="button"
3001
+ >
3002
+ <div
3003
+ className="base loading-circle"
3004
+ style={
3005
+ Object {
3006
+ "--height-width": "1.15em",
3007
+ "--stroke-width": undefined,
3008
+ "--x": "var(--on-x)",
3009
+ }
3010
+ }
3011
+ >
3012
+ <svg
3013
+ className="svg-circle"
3014
+ preserveAspectRatio="xMinYMin meet"
3015
+ style={
3016
+ Object {
3017
+ "--animation-duration": "2s",
3018
+ }
3019
+ }
3020
+ version="1.1"
3021
+ viewBox="25 25 50 50"
3022
+ x="0px"
3023
+ xmlSpace="preserve"
3024
+ xmlns="http://www.w3.org/2000/svg"
3025
+ y="0px"
3026
+ >
3027
+ <circle
3028
+ className="path"
3029
+ cx="50"
3030
+ cy="50"
3031
+ fill="none"
3032
+ r="20"
3033
+ strokeLinecap="round"
3034
+ strokeMiterlimit="10"
3035
+ />
3036
+ </svg>
3037
+ </div>
3038
+ </button>,
3039
+ <button
3040
+ className="base button x-metadata"
3041
+ type="button"
3042
+ >
3043
+ <div
3044
+ className="base loading-circle"
3045
+ style={
3046
+ Object {
3047
+ "--height-width": "1.15em",
3048
+ "--stroke-width": undefined,
3049
+ "--x": "var(--on-x)",
3050
+ }
3051
+ }
3052
+ >
3053
+ <svg
3054
+ className="svg-circle"
3055
+ preserveAspectRatio="xMinYMin meet"
3056
+ style={
3057
+ Object {
3058
+ "--animation-duration": "2s",
3059
+ }
3060
+ }
3061
+ version="1.1"
3062
+ viewBox="25 25 50 50"
3063
+ x="0px"
3064
+ xmlSpace="preserve"
3065
+ xmlns="http://www.w3.org/2000/svg"
3066
+ y="0px"
3067
+ >
3068
+ <circle
3069
+ className="path"
3070
+ cx="50"
3071
+ cy="50"
3072
+ fill="none"
3073
+ r="20"
3074
+ strokeLinecap="round"
3075
+ strokeMiterlimit="10"
3076
+ />
3077
+ </svg>
3078
+ </div>
3079
+ </button>,
3080
+ <button
3081
+ className="base button x-link"
3082
+ type="button"
3083
+ >
3084
+ <div
3085
+ className="base loading-circle"
3086
+ style={
3087
+ Object {
3088
+ "--height-width": "1.15em",
3089
+ "--stroke-width": undefined,
3090
+ "--x": "var(--on-x)",
3091
+ }
3092
+ }
3093
+ >
3094
+ <svg
3095
+ className="svg-circle"
3096
+ preserveAspectRatio="xMinYMin meet"
3097
+ style={
3098
+ Object {
3099
+ "--animation-duration": "2s",
3100
+ }
3101
+ }
3102
+ version="1.1"
3103
+ viewBox="25 25 50 50"
3104
+ x="0px"
3105
+ xmlSpace="preserve"
3106
+ xmlns="http://www.w3.org/2000/svg"
3107
+ y="0px"
3108
+ >
3109
+ <circle
3110
+ className="path"
3111
+ cx="50"
3112
+ cy="50"
3113
+ fill="none"
3114
+ r="20"
3115
+ strokeLinecap="round"
3116
+ strokeMiterlimit="10"
3117
+ />
3118
+ </svg>
3119
+ </div>
3120
+ </button>,
3121
+ <button
3122
+ className="base button x-navlink"
3123
+ type="button"
3124
+ >
3125
+ <div
3126
+ className="base loading-circle"
3127
+ style={
3128
+ Object {
3129
+ "--height-width": "1.15em",
3130
+ "--stroke-width": undefined,
3131
+ "--x": "var(--on-x)",
3132
+ }
3133
+ }
3134
+ >
3135
+ <svg
3136
+ className="svg-circle"
3137
+ preserveAspectRatio="xMinYMin meet"
3138
+ style={
3139
+ Object {
3140
+ "--animation-duration": "2s",
3141
+ }
3142
+ }
3143
+ version="1.1"
3144
+ viewBox="25 25 50 50"
3145
+ x="0px"
3146
+ xmlSpace="preserve"
3147
+ xmlns="http://www.w3.org/2000/svg"
3148
+ y="0px"
3149
+ >
3150
+ <circle
3151
+ className="path"
3152
+ cx="50"
3153
+ cy="50"
3154
+ fill="none"
3155
+ r="20"
3156
+ strokeLinecap="round"
3157
+ strokeMiterlimit="10"
3158
+ />
3159
+ </svg>
3160
+ </div>
3161
+ </button>,
3162
+ <button
3163
+ className="base button x-twitter"
3164
+ type="button"
3165
+ >
3166
+ <div
3167
+ className="base loading-circle"
3168
+ style={
3169
+ Object {
3170
+ "--height-width": "1.15em",
3171
+ "--stroke-width": undefined,
3172
+ "--x": "var(--on-x)",
3173
+ }
3174
+ }
3175
+ >
3176
+ <svg
3177
+ className="svg-circle"
3178
+ preserveAspectRatio="xMinYMin meet"
3179
+ style={
3180
+ Object {
3181
+ "--animation-duration": "2s",
3182
+ }
3183
+ }
3184
+ version="1.1"
3185
+ viewBox="25 25 50 50"
3186
+ x="0px"
3187
+ xmlSpace="preserve"
3188
+ xmlns="http://www.w3.org/2000/svg"
3189
+ y="0px"
3190
+ >
3191
+ <circle
3192
+ className="path"
3193
+ cx="50"
3194
+ cy="50"
3195
+ fill="none"
3196
+ r="20"
3197
+ strokeLinecap="round"
3198
+ strokeMiterlimit="10"
3199
+ />
3200
+ </svg>
3201
+ </div>
3202
+ </button>,
3203
+ <button
3204
+ className="base button x-facebook"
3205
+ type="button"
3206
+ >
3207
+ <div
3208
+ className="base loading-circle"
3209
+ style={
3210
+ Object {
3211
+ "--height-width": "1.15em",
3212
+ "--stroke-width": undefined,
3213
+ "--x": "var(--on-x)",
3214
+ }
3215
+ }
3216
+ >
3217
+ <svg
3218
+ className="svg-circle"
3219
+ preserveAspectRatio="xMinYMin meet"
3220
+ style={
3221
+ Object {
3222
+ "--animation-duration": "2s",
3223
+ }
3224
+ }
3225
+ version="1.1"
3226
+ viewBox="25 25 50 50"
3227
+ x="0px"
3228
+ xmlSpace="preserve"
3229
+ xmlns="http://www.w3.org/2000/svg"
3230
+ y="0px"
3231
+ >
3232
+ <circle
3233
+ className="path"
3234
+ cx="50"
3235
+ cy="50"
3236
+ fill="none"
3237
+ r="20"
3238
+ strokeLinecap="round"
3239
+ strokeMiterlimit="10"
3240
+ />
3241
+ </svg>
3242
+ </div>
3243
+ </button>,
3244
+ <button
3245
+ className="base button x-instagram"
3246
+ type="button"
3247
+ >
3248
+ <div
3249
+ className="base loading-circle"
3250
+ style={
3251
+ Object {
3252
+ "--height-width": "1.15em",
3253
+ "--stroke-width": undefined,
3254
+ "--x": "var(--on-x)",
3255
+ }
3256
+ }
3257
+ >
3258
+ <svg
3259
+ className="svg-circle"
3260
+ preserveAspectRatio="xMinYMin meet"
3261
+ style={
3262
+ Object {
3263
+ "--animation-duration": "2s",
3264
+ }
3265
+ }
3266
+ version="1.1"
3267
+ viewBox="25 25 50 50"
3268
+ x="0px"
3269
+ xmlSpace="preserve"
3270
+ xmlns="http://www.w3.org/2000/svg"
3271
+ y="0px"
3272
+ >
3273
+ <circle
3274
+ className="path"
3275
+ cx="50"
3276
+ cy="50"
3277
+ fill="none"
3278
+ r="20"
3279
+ strokeLinecap="round"
3280
+ strokeMiterlimit="10"
3281
+ />
3282
+ </svg>
3283
+ </div>
3284
+ </button>,
3285
+ <button
3286
+ className="base button x-google"
3287
+ type="button"
3288
+ >
3289
+ <div
3290
+ className="base loading-circle"
3291
+ style={
3292
+ Object {
3293
+ "--height-width": "1.15em",
3294
+ "--stroke-width": undefined,
3295
+ "--x": "var(--on-x)",
3296
+ }
3297
+ }
3298
+ >
3299
+ <svg
3300
+ className="svg-circle"
3301
+ preserveAspectRatio="xMinYMin meet"
3302
+ style={
3303
+ Object {
3304
+ "--animation-duration": "2s",
3305
+ }
3306
+ }
3307
+ version="1.1"
3308
+ viewBox="25 25 50 50"
3309
+ x="0px"
3310
+ xmlSpace="preserve"
3311
+ xmlns="http://www.w3.org/2000/svg"
3312
+ y="0px"
3313
+ >
3314
+ <circle
3315
+ className="path"
3316
+ cx="50"
3317
+ cy="50"
3318
+ fill="none"
3319
+ r="20"
3320
+ strokeLinecap="round"
3321
+ strokeMiterlimit="10"
3322
+ />
3323
+ </svg>
3324
+ </div>
3325
+ </button>,
3326
+ <button
3327
+ className="base button x-black"
3328
+ type="button"
3329
+ >
3330
+ <div
3331
+ className="base loading-circle"
3332
+ style={
3333
+ Object {
3334
+ "--height-width": "1.15em",
3335
+ "--stroke-width": undefined,
3336
+ "--x": "var(--on-x)",
3337
+ }
3338
+ }
3339
+ >
3340
+ <svg
3341
+ className="svg-circle"
3342
+ preserveAspectRatio="xMinYMin meet"
3343
+ style={
3344
+ Object {
3345
+ "--animation-duration": "2s",
3346
+ }
3347
+ }
3348
+ version="1.1"
3349
+ viewBox="25 25 50 50"
3350
+ x="0px"
3351
+ xmlSpace="preserve"
3352
+ xmlns="http://www.w3.org/2000/svg"
3353
+ y="0px"
3354
+ >
3355
+ <circle
3356
+ className="path"
3357
+ cx="50"
3358
+ cy="50"
3359
+ fill="none"
3360
+ r="20"
3361
+ strokeLinecap="round"
3362
+ strokeMiterlimit="10"
3363
+ />
3364
+ </svg>
3365
+ </div>
3366
+ </button>,
3367
+ <button
3368
+ className="base button x-anchor"
3369
+ type="button"
3370
+ >
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>
3407
+ </button>,
3408
+ <button
3409
+ className="base button x-grey"
3410
+ type="button"
3411
+ >
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>
3448
+ </button>,
3449
+ <button
3450
+ className="base button x-pearl"
3451
+ type="button"
3452
+ >
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>
3489
+ </button>,
3490
+ <button
3491
+ className="base button x-white"
3492
+ type="button"
3493
+ >
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>
3530
+ </button>,
3531
+ ]
3532
+ `;
3533
+
3534
+ exports[`Storyshots b/Button Simple 1`] = `
3535
+ Array [
3536
+ <button
3537
+ className="base button x-main1 modifierSimple"
3538
+ type="button"
3539
+ >
3540
+ This is a
3541
+
3542
+ main1
3543
+
3544
+ button
3545
+ </button>,
3546
+ <button
3547
+ className="base button x-main2 modifierSimple"
3548
+ type="button"
3549
+ >
3550
+ This is a
3551
+
3552
+ main2
3553
+
3554
+ button
3555
+ </button>,
3556
+ <button
3557
+ className="base button x-main3 modifierSimple"
3558
+ type="button"
3559
+ >
3560
+ This is a
3561
+
3562
+ main3
3563
+
3564
+ button
3565
+ </button>,
3566
+ <button
3567
+ className="base button x-main4 modifierSimple"
3568
+ type="button"
3569
+ >
3570
+ This is a
3571
+
3572
+ main4
3573
+
3574
+ button
3575
+ </button>,
3576
+ <button
3577
+ className="base button x-success modifierSimple"
3578
+ type="button"
3579
+ >
3580
+ This is a
3581
+
3582
+ success
3583
+
3584
+ button
3585
+ </button>,
3586
+ <button
3587
+ className="base button x-warning modifierSimple"
3588
+ type="button"
3589
+ >
3590
+ This is a
3591
+
3592
+ warning
3593
+
3594
+ button
3595
+ </button>,
3596
+ <button
3597
+ className="base button x-error modifierSimple"
3598
+ type="button"
3599
+ >
3600
+ This is a
3601
+
3602
+ error
3603
+
3604
+ button
3605
+ </button>,
3606
+ <button
3607
+ className="base button x-background1 modifierSimple"
3608
+ type="button"
3609
+ >
3610
+ This is a
3611
+
3612
+ background1
3613
+
3614
+ button
3615
+ </button>,
3616
+ <button
3617
+ className="base button x-background2 modifierSimple"
3618
+ type="button"
3619
+ >
3620
+ This is a
3621
+
3622
+ background2
3623
+
3624
+ button
3625
+ </button>,
3626
+ <button
3627
+ className="base button x-background3 modifierSimple"
3628
+ type="button"
3629
+ >
3630
+ This is a
3631
+
3632
+ background3
3633
+
3634
+ button
3635
+ </button>,
3636
+ <button
3637
+ className="base button x-background4 modifierSimple"
3638
+ type="button"
3639
+ >
3640
+ This is a
3641
+
3642
+ background4
3643
+
3644
+ button
3645
+ </button>,
3646
+ <button
3647
+ className="base button x-background5 modifierSimple"
3648
+ type="button"
3649
+ >
3650
+ This is a
3651
+
3652
+ background5
3653
+
3654
+ button
3655
+ </button>,
3656
+ <button
3657
+ className="base button x-background6 modifierSimple"
3658
+ type="button"
3659
+ >
3660
+ This is a
3661
+
3662
+ background6
3663
+
3664
+ button
3665
+ </button>,
3666
+ <button
3667
+ className="base button x-heading modifierSimple"
3668
+ type="button"
3669
+ >
3670
+ This is a
3671
+
3672
+ heading
3673
+
3674
+ button
3675
+ </button>,
3676
+ <button
3677
+ className="base button x-paragraph modifierSimple"
3678
+ type="button"
3679
+ >
3680
+ This is a
3681
+
3682
+ paragraph
3683
+
3684
+ button
3685
+ </button>,
3686
+ <button
3687
+ className="base button x-subtitle modifierSimple"
3688
+ type="button"
3689
+ >
3690
+ This is a
3691
+
3692
+ subtitle
3693
+
3694
+ button
3695
+ </button>,
3696
+ <button
3697
+ className="base button x-metadata modifierSimple"
3698
+ type="button"
3699
+ >
3700
+ This is a
3701
+
3702
+ metadata
3703
+
3704
+ button
3705
+ </button>,
3706
+ <button
3707
+ className="base button x-link modifierSimple"
3708
+ type="button"
3709
+ >
3710
+ This is a
3711
+
3712
+ link
3713
+
3714
+ button
3715
+ </button>,
3716
+ <button
3717
+ className="base button x-navlink modifierSimple"
3718
+ type="button"
3719
+ >
3720
+ This is a
3721
+
3722
+ navlink
3723
+
3724
+ button
3725
+ </button>,
3726
+ <button
3727
+ className="base button x-twitter modifierSimple"
3728
+ type="button"
3729
+ >
3730
+ This is a
3731
+
3732
+ twitter
3733
+
3734
+ button
3735
+ </button>,
3736
+ <button
3737
+ className="base button x-facebook modifierSimple"
3738
+ type="button"
3739
+ >
3740
+ This is a
3741
+
3742
+ facebook
3743
+
3744
+ button
3745
+ </button>,
3746
+ <button
3747
+ className="base button x-instagram modifierSimple"
3748
+ type="button"
3749
+ >
3750
+ This is a
3751
+
3752
+ instagram
3753
+
3754
+ button
3755
+ </button>,
3756
+ <button
3757
+ className="base button x-google modifierSimple"
3758
+ type="button"
3759
+ >
3760
+ This is a
3761
+
3762
+ google
3763
+
3764
+ button
3765
+ </button>,
3766
+ <button
3767
+ className="base button x-black modifierSimple"
3768
+ type="button"
3769
+ >
3770
+ This is a
3771
+
3772
+ black
3773
+
3774
+ button
3775
+ </button>,
3776
+ <button
3777
+ className="base button x-anchor modifierSimple"
3778
+ type="button"
3779
+ >
3780
+ This is a
3781
+
3782
+ anchor
3783
+
3784
+ button
3785
+ </button>,
3786
+ <button
3787
+ className="base button x-grey modifierSimple"
3788
+ type="button"
3789
+ >
3790
+ This is a
3791
+
3792
+ grey
3793
+
3794
+ button
3795
+ </button>,
3796
+ <button
3797
+ className="base button x-pearl modifierSimple"
3798
+ type="button"
3799
+ >
3800
+ This is a
3801
+
3802
+ pearl
3803
+
3804
+ button
3805
+ </button>,
3806
+ <button
3807
+ className="base button x-white modifierSimple"
3808
+ type="button"
3809
+ >
3810
+ This is a
3811
+
3812
+ white
3813
+
3814
+ button
3815
+ </button>,
3816
+ ]
1825
3817
  `;
1826
3818
 
1827
3819
  exports[`Storyshots b/Card Base 1`] = `
@@ -2093,7 +4085,7 @@ Array [
2093
4085
  />
2094
4086
  </svg>,
2095
4087
  <svg
2096
- className="base svg base logo x-secondary1"
4088
+ className="base svg base logo x-main3"
2097
4089
  height="4em"
2098
4090
  preserveAspectRatio="xMinYMin meet"
2099
4091
  version="1.1"
@@ -2132,7 +4124,7 @@ Array [
2132
4124
  />
2133
4125
  </svg>,
2134
4126
  <svg
2135
- className="base svg base logo x-secondary2"
4127
+ className="base svg base logo x-main4"
2136
4128
  height="4em"
2137
4129
  preserveAspectRatio="xMinYMin meet"
2138
4130
  version="1.1"
@@ -2288,7 +4280,7 @@ Array [
2288
4280
  />
2289
4281
  </svg>,
2290
4282
  <svg
2291
- className="base svg base logo x-background"
4283
+ className="base svg base logo x-background1"
2292
4284
  height="4em"
2293
4285
  preserveAspectRatio="xMinYMin meet"
2294
4286
  version="1.1"
@@ -2443,6 +4435,84 @@ Array [
2443
4435
  }
2444
4436
  />
2445
4437
  </svg>,
4438
+ <svg
4439
+ className="base svg base logo x-background5"
4440
+ height="4em"
4441
+ preserveAspectRatio="xMinYMin meet"
4442
+ version="1.1"
4443
+ viewBox="0 0 688 250"
4444
+ xmlns="http://www.w3.org/2000/svg"
4445
+ >
4446
+ <use
4447
+ className=""
4448
+ href="/logo_parts.svg#logo__p"
4449
+ id="logo__p"
4450
+ style={
4451
+ Object {
4452
+ "style": undefined,
4453
+ }
4454
+ }
4455
+ />
4456
+ <use
4457
+ className=""
4458
+ href="/logo_parts.svg#logo__areto"
4459
+ id="logo__areto"
4460
+ style={
4461
+ Object {
4462
+ "style": undefined,
4463
+ }
4464
+ }
4465
+ />
4466
+ <use
4467
+ className=""
4468
+ href="/logo_parts.svg#logo__t"
4469
+ id="logo__t"
4470
+ style={
4471
+ Object {
4472
+ "style": undefined,
4473
+ }
4474
+ }
4475
+ />
4476
+ </svg>,
4477
+ <svg
4478
+ className="base svg base logo x-background6"
4479
+ height="4em"
4480
+ preserveAspectRatio="xMinYMin meet"
4481
+ version="1.1"
4482
+ viewBox="0 0 688 250"
4483
+ xmlns="http://www.w3.org/2000/svg"
4484
+ >
4485
+ <use
4486
+ className=""
4487
+ href="/logo_parts.svg#logo__p"
4488
+ id="logo__p"
4489
+ style={
4490
+ Object {
4491
+ "style": undefined,
4492
+ }
4493
+ }
4494
+ />
4495
+ <use
4496
+ className=""
4497
+ href="/logo_parts.svg#logo__areto"
4498
+ id="logo__areto"
4499
+ style={
4500
+ Object {
4501
+ "style": undefined,
4502
+ }
4503
+ }
4504
+ />
4505
+ <use
4506
+ className=""
4507
+ href="/logo_parts.svg#logo__t"
4508
+ id="logo__t"
4509
+ style={
4510
+ Object {
4511
+ "style": undefined,
4512
+ }
4513
+ }
4514
+ />
4515
+ </svg>,
2446
4516
  <svg
2447
4517
  className="base svg base logo x-heading"
2448
4518
  height="4em"
@@ -3073,6 +5143,136 @@ exports[`Storyshots b/Logo Loop 1`] = `
3073
5143
  </svg>
3074
5144
  `;
3075
5145
 
5146
+ exports[`Storyshots b/Metrics Base 1`] = `
5147
+ <div
5148
+ className="base metrics"
5149
+ >
5150
+ <div
5151
+ className="metric"
5152
+ >
5153
+ <div
5154
+ className="circle y-success"
5155
+ >
5156
+ <div
5157
+ className="base animated-counter x-black"
5158
+ >
5159
+ <div
5160
+ className="count s3"
5161
+ >
5162
+ <span>
5163
+ +
5164
+ </span>
5165
+ <span />
5166
+ <span>
5167
+ %
5168
+ </span>
5169
+ </div>
5170
+ </div>
5171
+ <p
5172
+ className="description-md sm-h xs-h md-s1"
5173
+ >
5174
+ Merchandise sell-though rate during tour
5175
+ </p>
5176
+ </div>
5177
+ <p
5178
+ className="description-sm md-h lg-h sm-s-2"
5179
+ >
5180
+ Merchandise sell-though rate during tour
5181
+ </p>
5182
+ </div>
5183
+ <div
5184
+ className="metric"
5185
+ >
5186
+ <div
5187
+ className="circle y-warning"
5188
+ >
5189
+ <div
5190
+ className="base animated-counter x-black"
5191
+ >
5192
+ <div
5193
+ className="count s3"
5194
+ >
5195
+ <span />
5196
+ <span>
5197
+ K
5198
+ </span>
5199
+ </div>
5200
+ </div>
5201
+ <p
5202
+ className="description-md sm-h xs-h md-s1"
5203
+ >
5204
+ Stat or metric growth
5205
+ </p>
5206
+ </div>
5207
+ <p
5208
+ className="description-sm md-h lg-h sm-s-2"
5209
+ >
5210
+ Stat or metric growth
5211
+ </p>
5212
+ </div>
5213
+ <div
5214
+ className="metric"
5215
+ >
5216
+ <div
5217
+ className="circle y-navlink"
5218
+ >
5219
+ <div
5220
+ className="base animated-counter x-black"
5221
+ >
5222
+ <div
5223
+ className="count s3"
5224
+ >
5225
+ <span>
5226
+ +
5227
+ </span>
5228
+ <span />
5229
+ </div>
5230
+ </div>
5231
+ <p
5232
+ className="description-md sm-h xs-h md-s1"
5233
+ >
5234
+ Stat or metric growth
5235
+ </p>
5236
+ </div>
5237
+ <p
5238
+ className="description-sm md-h lg-h sm-s-2"
5239
+ >
5240
+ Stat or metric growth
5241
+ </p>
5242
+ </div>
5243
+ <div
5244
+ className="metric"
5245
+ >
5246
+ <div
5247
+ className="circle y-error"
5248
+ >
5249
+ <div
5250
+ className="base animated-counter x-black"
5251
+ >
5252
+ <div
5253
+ className="count s3"
5254
+ >
5255
+ <span>
5256
+ $
5257
+ </span>
5258
+ <span />
5259
+ </div>
5260
+ </div>
5261
+ <p
5262
+ className="description-md sm-h xs-h md-s1"
5263
+ >
5264
+ Merchandise sell-though rate during tour
5265
+ </p>
5266
+ </div>
5267
+ <p
5268
+ className="description-sm md-h lg-h sm-s-2"
5269
+ >
5270
+ Merchandise sell-though rate during tour
5271
+ </p>
5272
+ </div>
5273
+ </div>
5274
+ `;
5275
+
3076
5276
  exports[`Storyshots b/Page Base 1`] = `
3077
5277
  <main
3078
5278
  className="base page"
@@ -3391,7 +5591,7 @@ Array [
3391
5591
 
3392
5592
  exports[`Storyshots b/ThemeSelector Base 1`] = `
3393
5593
  <div
3394
- className="ui-undefined y-background b-y"
5594
+ className="ui-undefined y-background1 b-y"
3395
5595
  >
3396
5596
  <p>
3397
5597
  Theme :
@@ -3427,7 +5627,7 @@ Array [
3427
5627
  className="u2 pv-u"
3428
5628
  >
3429
5629
  <div
3430
- className="y-background b-dark-y"
5630
+ className="y-background2 b-dark-y"
3431
5631
  >
3432
5632
  <div
3433
5633
  className="base title"
@@ -3449,7 +5649,7 @@ Array [
3449
5649
  className="u2 pv-u"
3450
5650
  >
3451
5651
  <div
3452
- className="y-background b-dark-y"
5652
+ className="y-background2 b-dark-y"
3453
5653
  >
3454
5654
  <div
3455
5655
  className="base title"
@@ -3471,7 +5671,7 @@ Array [
3471
5671
  className="u2 pv-u"
3472
5672
  >
3473
5673
  <div
3474
- className="y-background b-dark-y"
5674
+ className="y-background2 b-dark-y"
3475
5675
  >
3476
5676
  <div
3477
5677
  className="base title"
@@ -3493,7 +5693,7 @@ Array [
3493
5693
  className="u2 pv-u"
3494
5694
  >
3495
5695
  <div
3496
- className="y-background b-dark-y"
5696
+ className="y-background2 b-dark-y"
3497
5697
  >
3498
5698
  <div
3499
5699
  className="base title"
@@ -3515,7 +5715,7 @@ Array [
3515
5715
  className="u2 pv-u"
3516
5716
  >
3517
5717
  <div
3518
- className="y-background b-dark-y"
5718
+ className="y-background2 b-dark-y"
3519
5719
  >
3520
5720
  <div
3521
5721
  className="base title"
@@ -3563,7 +5763,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
3563
5763
  }
3564
5764
  >
3565
5765
  <div
3566
- className="base content-slides y-background u1 md-u2"
5766
+ className="base content-slides y-background1 u1 md-u2"
3567
5767
  >
3568
5768
  <nav
3569
5769
  className="sidebar"
@@ -3688,7 +5888,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
3688
5888
  className="horizontal-menu"
3689
5889
  >
3690
5890
  <div
3691
- className="base progress-bar modifierAttached x-main2 y-background b-dark-y"
5891
+ className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
3692
5892
  data-length="50%"
3693
5893
  style={
3694
5894
  Object {
@@ -3935,13 +6135,13 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
3935
6135
 
3936
6136
  exports[`Storyshots c/ContentSlides Simple 1`] = `
3937
6137
  <div
3938
- className="base content-slides y-background simple u1 md-u2"
6138
+ className="base content-slides y-background1 simple u1 md-u2"
3939
6139
  >
3940
6140
  <div
3941
6141
  className="horizontal-menu"
3942
6142
  >
3943
6143
  <div
3944
- className="base progress-bar modifierAttached x-main2 y-background b-dark-y"
6144
+ className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
3945
6145
  data-length="50%"
3946
6146
  style={
3947
6147
  Object {
@@ -4316,7 +6516,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
4316
6516
  />
4317
6517
  </div>
4318
6518
  <div
4319
- className="base text-area-input form-input x-background y-main1"
6519
+ className="base text-area-input form-input x-background1 y-main1"
4320
6520
  >
4321
6521
  <label
4322
6522
  className="base label c-y v50 mb-v x-main1"
@@ -4335,7 +6535,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
4335
6535
 
4336
6536
  </div>
4337
6537
  <div
4338
- className="base choices-input form-input x-background y-main1"
6538
+ className="base choices-input form-input x-background2 y-main1"
4339
6539
  style={
4340
6540
  Object {
4341
6541
  "--grid-columns-desktop": 3,
@@ -4501,7 +6701,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
4501
6701
  />
4502
6702
  </div>
4503
6703
  <div
4504
- className="base text-area-input form-input x-background y-main1"
6704
+ className="base text-area-input form-input x-background1 y-main1"
4505
6705
  >
4506
6706
  <label
4507
6707
  className="base label c-y v50 mb-v x-main1"
@@ -4520,7 +6720,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
4520
6720
 
4521
6721
  </div>
4522
6722
  <div
4523
- className="base choices-input form-input x-background y-main1"
6723
+ className="base choices-input form-input x-background2 y-main1"
4524
6724
  style={
4525
6725
  Object {
4526
6726
  "--grid-columns-desktop": 3,
@@ -4702,7 +6902,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
4702
6902
  onSubmit={[Function]}
4703
6903
  >
4704
6904
  <div
4705
- className="y-background b-y"
6905
+ className="y-background1 b-y"
4706
6906
  >
4707
6907
  <div
4708
6908
  className="base checkbox-input"
@@ -4826,7 +7026,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
4826
7026
  onSubmit={[Function]}
4827
7027
  >
4828
7028
  <div
4829
- className="base choices-input x-background y-main1"
7029
+ className="base choices-input x-background2 y-main1"
4830
7030
  id="colors"
4831
7031
  style={
4832
7032
  Object {
@@ -4915,7 +7115,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
4915
7115
  onSubmit={[Function]}
4916
7116
  >
4917
7117
  <div
4918
- className="base choices-input x-background y-main1"
7118
+ className="base choices-input x-background2 y-main1"
4919
7119
  id="shapes"
4920
7120
  style={
4921
7121
  Object {
@@ -5009,7 +7209,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
5009
7209
  onSubmit={[Function]}
5010
7210
  >
5011
7211
  <div
5012
- className="base choices-input x-background y-main1"
7212
+ className="base choices-input x-background2 y-main1"
5013
7213
  id="shapes"
5014
7214
  style={
5015
7215
  Object {
@@ -5103,7 +7303,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
5103
7303
  onSubmit={[Function]}
5104
7304
  >
5105
7305
  <div
5106
- className="base choices-input multiple x-background y-main1"
7306
+ className="base choices-input multiple x-background2 y-main1"
5107
7307
  id="colors"
5108
7308
  style={
5109
7309
  Object {
@@ -5192,7 +7392,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
5192
7392
  onSubmit={[Function]}
5193
7393
  >
5194
7394
  <div
5195
- className="base choices-input multiple x-background y-main1"
7395
+ className="base choices-input multiple x-background2 y-main1"
5196
7396
  id="colors"
5197
7397
  style={
5198
7398
  Object {
@@ -5502,7 +7702,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
5502
7702
  className="base ratings-input"
5503
7703
  >
5504
7704
  <div
5505
- className="base rating x-secondary2 y-background"
7705
+ className="base rating x-main1 y-background2"
5506
7706
  >
5507
7707
  <label
5508
7708
  htmlFor="ratings-1"
@@ -5525,7 +7725,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
5525
7725
  />
5526
7726
  </div>
5527
7727
  <div
5528
- className="base rating x-secondary2 y-background"
7728
+ className="base rating x-main1 y-background2"
5529
7729
  >
5530
7730
  <label
5531
7731
  htmlFor="ratings-2"
@@ -5548,7 +7748,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
5548
7748
  />
5549
7749
  </div>
5550
7750
  <div
5551
- className="base rating x-secondary2 y-background"
7751
+ className="base rating x-main1 y-background2"
5552
7752
  >
5553
7753
  <label
5554
7754
  htmlFor="ratings-3"
@@ -5571,7 +7771,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
5571
7771
  />
5572
7772
  </div>
5573
7773
  <div
5574
- className="base rating x-secondary2 y-background"
7774
+ className="base rating x-main1 y-background2"
5575
7775
  >
5576
7776
  <label
5577
7777
  htmlFor="ratings-4"
@@ -5594,7 +7794,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
5594
7794
  />
5595
7795
  </div>
5596
7796
  <div
5597
- className="base rating x-secondary2 y-background"
7797
+ className="base rating x-main1 y-background2"
5598
7798
  >
5599
7799
  <label
5600
7800
  htmlFor="ratings-5"
@@ -5646,7 +7846,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5646
7846
  not satisfied.
5647
7847
  </p>
5648
7848
  <div
5649
- className="base rating x-secondary2 y-background"
7849
+ className="base rating x-main1 y-background2"
5650
7850
  >
5651
7851
  <label
5652
7852
  htmlFor="ratings-1"
@@ -5674,7 +7874,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5674
7874
  />
5675
7875
  </div>
5676
7876
  <div
5677
- className="base rating x-secondary2 y-background"
7877
+ className="base rating x-main1 y-background2"
5678
7878
  >
5679
7879
  <label
5680
7880
  htmlFor="ratings-2"
@@ -5702,7 +7902,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5702
7902
  />
5703
7903
  </div>
5704
7904
  <div
5705
- className="base rating x-secondary2 y-background"
7905
+ className="base rating x-main1 y-background2"
5706
7906
  >
5707
7907
  <label
5708
7908
  htmlFor="ratings-3"
@@ -5730,7 +7930,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5730
7930
  />
5731
7931
  </div>
5732
7932
  <div
5733
- className="base rating x-secondary2 y-background"
7933
+ className="base rating x-main1 y-background2"
5734
7934
  >
5735
7935
  <label
5736
7936
  htmlFor="ratings-4"
@@ -5758,7 +7958,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5758
7958
  />
5759
7959
  </div>
5760
7960
  <div
5761
- className="base rating x-secondary2 y-background"
7961
+ className="base rating x-main1 y-background2"
5762
7962
  >
5763
7963
  <label
5764
7964
  htmlFor="ratings-5"
@@ -5786,7 +7986,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5786
7986
  />
5787
7987
  </div>
5788
7988
  <div
5789
- className="base rating x-secondary2 y-background"
7989
+ className="base rating x-main1 y-background2"
5790
7990
  >
5791
7991
  <label
5792
7992
  htmlFor="ratings-6"
@@ -5814,7 +8014,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5814
8014
  />
5815
8015
  </div>
5816
8016
  <div
5817
- className="base rating x-secondary2 y-background"
8017
+ className="base rating x-main1 y-background2"
5818
8018
  >
5819
8019
  <label
5820
8020
  htmlFor="ratings-7"
@@ -5842,7 +8042,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5842
8042
  />
5843
8043
  </div>
5844
8044
  <div
5845
- className="base rating x-secondary2 y-background"
8045
+ className="base rating x-main1 y-background2"
5846
8046
  >
5847
8047
  <label
5848
8048
  htmlFor="ratings-8"
@@ -5870,7 +8070,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5870
8070
  />
5871
8071
  </div>
5872
8072
  <div
5873
- className="base rating x-secondary2 y-background"
8073
+ className="base rating x-main1 y-background2"
5874
8074
  >
5875
8075
  <label
5876
8076
  htmlFor="ratings-9"
@@ -5898,7 +8098,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
5898
8098
  />
5899
8099
  </div>
5900
8100
  <div
5901
- className="base rating x-secondary2 y-background"
8101
+ className="base rating x-main1 y-background2"
5902
8102
  >
5903
8103
  <label
5904
8104
  htmlFor="ratings-10"
@@ -5955,7 +8155,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
5955
8155
  className="base ratings-input"
5956
8156
  >
5957
8157
  <div
5958
- className="base rating x-secondary2 y-background"
8158
+ className="base rating x-main1 y-background2"
5959
8159
  >
5960
8160
  <label
5961
8161
  htmlFor="ratings-1"
@@ -5983,7 +8183,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
5983
8183
  />
5984
8184
  </div>
5985
8185
  <div
5986
- className="base rating x-secondary2 y-background"
8186
+ className="base rating x-main1 y-background2"
5987
8187
  >
5988
8188
  <label
5989
8189
  htmlFor="ratings-2"
@@ -6011,7 +8211,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
6011
8211
  />
6012
8212
  </div>
6013
8213
  <div
6014
- className="base rating x-secondary2 y-background"
8214
+ className="base rating x-main1 y-background2"
6015
8215
  >
6016
8216
  <label
6017
8217
  htmlFor="ratings-3"
@@ -6039,7 +8239,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
6039
8239
  />
6040
8240
  </div>
6041
8241
  <div
6042
- className="base rating x-secondary2 y-background"
8242
+ className="base rating x-main1 y-background2"
6043
8243
  >
6044
8244
  <label
6045
8245
  htmlFor="ratings-4"
@@ -6067,7 +8267,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
6067
8267
  />
6068
8268
  </div>
6069
8269
  <div
6070
- className="base rating x-secondary2 y-background"
8270
+ className="base rating x-main1 y-background2"
6071
8271
  >
6072
8272
  <label
6073
8273
  htmlFor="ratings-5"
@@ -6095,7 +8295,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
6095
8295
  />
6096
8296
  </div>
6097
8297
  <div
6098
- className="base rating x-secondary2 y-background"
8298
+ className="base rating x-main1 y-background2"
6099
8299
  >
6100
8300
  <label
6101
8301
  htmlFor="ratings-6"
@@ -6123,7 +8323,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
6123
8323
  />
6124
8324
  </div>
6125
8325
  <div
6126
- className="base rating x-secondary2 y-background"
8326
+ className="base rating x-main1 y-background2"
6127
8327
  >
6128
8328
  <label
6129
8329
  htmlFor="ratings-7"
@@ -6151,7 +8351,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
6151
8351
  />
6152
8352
  </div>
6153
8353
  <div
6154
- className="base rating x-secondary2 y-background"
8354
+ className="base rating x-main1 y-background2"
6155
8355
  >
6156
8356
  <label
6157
8357
  htmlFor="ratings-8"
@@ -6179,7 +8379,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
6179
8379
  />
6180
8380
  </div>
6181
8381
  <div
6182
- className="base rating x-secondary2 y-background"
8382
+ className="base rating x-main1 y-background2"
6183
8383
  >
6184
8384
  <label
6185
8385
  htmlFor="ratings-9"
@@ -6207,7 +8407,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
6207
8407
  />
6208
8408
  </div>
6209
8409
  <div
6210
- className="base rating x-secondary2 y-background"
8410
+ className="base rating x-main1 y-background2"
6211
8411
  >
6212
8412
  <label
6213
8413
  htmlFor="ratings-10"
@@ -6491,7 +8691,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
6491
8691
  onSubmit={[Function]}
6492
8692
  >
6493
8693
  <div
6494
- className="y-background b-y v2 p-v"
8694
+ className="y-background1 b-y v2 p-v"
6495
8695
  style={
6496
8696
  Object {
6497
8697
  "height": "100%",
@@ -6499,7 +8699,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
6499
8699
  }
6500
8700
  >
6501
8701
  <div
6502
- className="base task-recommendation-input x-main2"
8702
+ className="base task-recommendation-input x-main1"
6503
8703
  >
6504
8704
  <div
6505
8705
  className="task-content b-on-x"
@@ -6508,7 +8708,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
6508
8708
  className="v1 p-v task"
6509
8709
  >
6510
8710
  <label
6511
- className="base label uc mb-v c-x x-main1"
8711
+ className="base label uc mb-v x-main1"
6512
8712
  htmlFor="taskRecommendations"
6513
8713
  >
6514
8714
  Find potential business customers
@@ -6546,35 +8746,39 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
6546
8746
  onSubmit={[Function]}
6547
8747
  >
6548
8748
  <div
6549
- className="base text-input"
8749
+ className="y-background1 b-dark-y u2 pb-u"
6550
8750
  >
6551
- <label
6552
- className="base label input-label v50 mb-v x-main1"
6553
- htmlFor="firstName"
8751
+ <div
8752
+ className="base text-input"
6554
8753
  >
6555
- What's your first name ?
6556
- </label>
6557
- <input
6558
- className="input input-border"
6559
- disabled={false}
6560
- id="firstName"
6561
- name="firstName"
6562
- onBlur={[Function]}
6563
- onChange={[Function]}
6564
- type="text"
6565
- value=""
6566
- />
6567
- </div>
6568
- <div
6569
- className="debugger"
6570
- >
6571
- <button
6572
- className="base button x-main1"
6573
- onClick={[Function]}
6574
- type="button"
8754
+ <label
8755
+ className="base label input-label v50 mb-v x-main1"
8756
+ htmlFor="firstName"
8757
+ >
8758
+ What's your first name ?
8759
+ </label>
8760
+ <input
8761
+ className="input input-border"
8762
+ disabled={false}
8763
+ id="firstName"
8764
+ name="firstName"
8765
+ onBlur={[Function]}
8766
+ onChange={[Function]}
8767
+ type="text"
8768
+ value=""
8769
+ />
8770
+ </div>
8771
+ <div
8772
+ className="debugger"
6575
8773
  >
6576
- Open FormDebugger
6577
- </button>
8774
+ <button
8775
+ className="base button x-main1"
8776
+ onClick={[Function]}
8777
+ type="button"
8778
+ >
8779
+ Open FormDebugger
8780
+ </button>
8781
+ </div>
6578
8782
  </div>
6579
8783
  </form>
6580
8784
  `;
@@ -6586,7 +8790,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
6586
8790
  onSubmit={[Function]}
6587
8791
  >
6588
8792
  <div
6589
- className="y-background b-y"
8793
+ className="y-background1 b-dark-y"
6590
8794
  >
6591
8795
  <div
6592
8796
  className="base text-input"
@@ -6650,7 +8854,7 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
6650
8854
  onSubmit={[Function]}
6651
8855
  >
6652
8856
  <div
6653
- className="y-background b-y u2 pb-u"
8857
+ className="y-background1 b-dark-y u2 pb-u"
6654
8858
  >
6655
8859
  <div
6656
8860
  className="base text-input"
@@ -6683,10 +8887,10 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
6683
8887
  onSubmit={[Function]}
6684
8888
  >
6685
8889
  <div
6686
- className="y-background b-y"
8890
+ className="y-background1 b-dark-y"
6687
8891
  >
6688
8892
  <div
6689
- className="base text-area-input x-background y-main1"
8893
+ className="base text-area-input x-background1 y-main1"
6690
8894
  >
6691
8895
  <label
6692
8896
  className="base label c-y v50 mb-v x-main1"
@@ -6727,10 +8931,10 @@ exports[`Storyshots f/fields/TextareaInput Disabled Textarea Input 1`] = `
6727
8931
  onSubmit={[Function]}
6728
8932
  >
6729
8933
  <div
6730
- className="y-background b-y"
8934
+ className="y-background1 b-dark-y"
6731
8935
  >
6732
8936
  <div
6733
- className="base text-area-input x-background y-main1"
8937
+ className="base text-area-input x-background1 y-main1"
6734
8938
  >
6735
8939
  <label
6736
8940
  className="base label c-y v50 mb-v x-main1"