@pareto-engineering/design-system 4.0.0-alpha.69 → 4.0.0-alpha.72

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 (161) hide show
  1. package/.storybook/preview.js +29 -12
  2. package/dist/cjs/a/AnimatedGradient/AnimatedGradient.js +0 -1
  3. package/dist/cjs/a/AnimatedGradient/webGIRenderer.js +0 -1
  4. package/dist/cjs/a/AppContext/ContextProvider.js +2 -0
  5. package/dist/cjs/{c/ContentSlides/common/Slide/Slide.js → a/LexicalPreview/LexicalPreview.js} +43 -28
  6. package/dist/cjs/{c/ContentSlides/common/HorizontalMenu → a/LexicalPreview}/index.js +3 -3
  7. package/dist/cjs/a/LexicalPreview/styles.scss +46 -0
  8. package/dist/cjs/a/People/common/Person/Person.js +7 -2
  9. package/dist/cjs/a/ProgressBar/ProgressBar.js +3 -3
  10. package/dist/cjs/a/ProgressBar/styles.scss +11 -1
  11. package/dist/cjs/a/XMLEditor/XMLEditor.js +123 -0
  12. package/dist/cjs/{c/ContentSlides/common/Slide → a/XMLEditor/common}/index.js +3 -3
  13. package/dist/cjs/a/XMLEditor/common/theme.js +186 -0
  14. package/dist/cjs/{c/ContentSlides/common/Navigator → a/XMLEditor}/index.js +3 -3
  15. package/dist/cjs/a/XMLEditor/styles.scss +17 -0
  16. package/dist/cjs/a/index.js +15 -1
  17. package/dist/cjs/b/ExpandableLexicalPreview/ExpandableLexicalPreview.js +125 -0
  18. package/dist/cjs/b/ExpandableLexicalPreview/common/ExpandButton/ExpandButton.js +112 -0
  19. package/dist/cjs/{c/ContentSlides/common/Sidebar → b/ExpandableLexicalPreview/common/ExpandButton}/index.js +3 -3
  20. package/dist/cjs/b/ExpandableLexicalPreview/common/index.js +12 -0
  21. package/dist/cjs/b/ExpandableLexicalPreview/index.js +13 -0
  22. package/dist/cjs/b/ExpandableLexicalPreview/styles.scss +84 -0
  23. package/dist/cjs/b/Logo/Logo.js +0 -1
  24. package/dist/cjs/b/Title/Title.js +0 -1
  25. package/dist/cjs/b/index.js +8 -1
  26. package/dist/cjs/c/SocialMediaShareButton/SocialMediaShareButton.js +0 -2
  27. package/dist/cjs/c/index.js +0 -13
  28. package/dist/cjs/f/FormInput/FormInput.js +2 -0
  29. package/dist/cjs/f/fields/EditorInput/EditorInput.js +14 -3
  30. package/dist/cjs/f/fields/EditorInput/common/StopPropagationPlugin.js +30 -0
  31. package/dist/cjs/f/fields/EditorInput/common/index.js +7 -0
  32. package/dist/cjs/f/fields/QueryCombobox/QueryCombobox.js +11 -1
  33. package/dist/cjs/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +32 -3
  34. package/dist/cjs/index.js +0 -11
  35. package/dist/cjs/test/QueryLoader/__generated__/QueryLoaderHelloQuery.graphql.js +0 -1
  36. package/dist/es/a/AnimatedGradient/AnimatedGradient.js +0 -1
  37. package/dist/es/a/AnimatedGradient/webGIRenderer.js +0 -1
  38. package/dist/es/a/BlurOverlay/BlurOverlay.js +0 -1
  39. package/dist/es/a/DotInfo/DotInfo.js +0 -1
  40. package/dist/es/a/LexicalPreview/LexicalPreview.js +80 -0
  41. package/dist/es/a/LexicalPreview/index.js +2 -0
  42. package/dist/es/a/LexicalPreview/styles.scss +46 -0
  43. package/dist/es/a/People/common/Person/Person.js +22 -15
  44. package/dist/es/a/ProgressBar/ProgressBar.js +3 -3
  45. package/dist/es/a/ProgressBar/styles.scss +11 -1
  46. package/dist/es/a/XMLEditor/XMLEditor.js +112 -0
  47. package/dist/es/a/XMLEditor/common/index.js +1 -0
  48. package/dist/es/a/XMLEditor/common/theme.js +180 -0
  49. package/dist/es/a/XMLEditor/index.js +1 -0
  50. package/dist/es/a/XMLEditor/styles.scss +17 -0
  51. package/dist/es/a/index.js +3 -1
  52. package/dist/es/b/ExpandableLexicalPreview/ExpandableLexicalPreview.js +115 -0
  53. package/dist/es/b/ExpandableLexicalPreview/common/ExpandButton/ExpandButton.js +102 -0
  54. package/dist/es/b/ExpandableLexicalPreview/common/ExpandButton/index.js +1 -0
  55. package/dist/es/b/ExpandableLexicalPreview/common/index.js +1 -0
  56. package/dist/es/b/ExpandableLexicalPreview/index.js +2 -0
  57. package/dist/es/b/ExpandableLexicalPreview/styles.scss +84 -0
  58. package/dist/es/b/Logo/Logo.js +0 -1
  59. package/dist/es/b/Title/Title.js +0 -1
  60. package/dist/es/b/index.js +2 -1
  61. package/dist/es/c/SocialMediaShareButton/SocialMediaShareButton.js +0 -2
  62. package/dist/es/c/index.js +0 -1
  63. package/dist/es/f/fields/EditorInput/EditorInput.js +15 -4
  64. package/dist/es/f/fields/EditorInput/common/StopPropagationPlugin.js +23 -0
  65. package/dist/es/f/fields/EditorInput/common/index.js +2 -1
  66. package/dist/es/f/fields/QueryCombobox/QueryCombobox.js +11 -1
  67. package/dist/es/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +32 -3
  68. package/dist/es/index.js +0 -1
  69. package/dist/es/test/QueryLoader/__generated__/QueryLoaderHelloQuery.graphql.js +0 -1
  70. package/package.json +7 -5
  71. package/src/stories/StyleGuide/ai-icons.stories.mdx +27 -0
  72. package/src/stories/StyleGuide/icons.stories.mdx +22 -22
  73. package/src/stories/a/LexicalPreview.stories.jsx +28 -0
  74. package/src/stories/a/ProgressBar.stories.jsx +1 -1
  75. package/src/stories/a/XMLEditor.stories.jsx +21 -0
  76. package/src/stories/b/ExpandableLexicalPreview.stories.jsx +29 -0
  77. package/src/stories/colors.js +4 -0
  78. package/src/stories/f/QueryCombobox.stories.jsx +22 -0
  79. package/src/ui/a/LexicalPreview/LexicalPreview.jsx +109 -0
  80. package/src/ui/a/LexicalPreview/index.js +2 -0
  81. package/src/ui/a/LexicalPreview/styles.scss +46 -0
  82. package/src/ui/a/People/common/Person/Person.jsx +31 -19
  83. package/src/ui/a/ProgressBar/ProgressBar.jsx +2 -0
  84. package/src/ui/a/ProgressBar/styles.scss +11 -1
  85. package/src/ui/a/XMLEditor/XMLEditor.jsx +182 -0
  86. package/src/ui/a/XMLEditor/common/index.js +1 -0
  87. package/src/ui/a/XMLEditor/common/theme.jsx +184 -0
  88. package/src/ui/a/XMLEditor/index.js +1 -0
  89. package/src/ui/a/XMLEditor/styles.scss +17 -0
  90. package/src/ui/a/index.js +2 -0
  91. package/src/ui/b/ExpandableLexicalPreview/ExpandableLexicalPreview.jsx +157 -0
  92. package/src/ui/b/ExpandableLexicalPreview/common/ExpandButton/ExpandButton.jsx +123 -0
  93. package/src/ui/b/ExpandableLexicalPreview/common/ExpandButton/index.js +1 -0
  94. package/src/ui/b/ExpandableLexicalPreview/common/index.js +1 -0
  95. package/src/ui/b/ExpandableLexicalPreview/index.js +2 -0
  96. package/src/ui/b/ExpandableLexicalPreview/styles.scss +84 -0
  97. package/src/ui/b/index.js +1 -0
  98. package/src/ui/c/index.js +0 -1
  99. package/src/ui/f/fields/EditorInput/EditorInput.jsx +16 -2
  100. package/src/ui/f/fields/EditorInput/common/StopPropagationPlugin.jsx +29 -0
  101. package/src/ui/f/fields/EditorInput/common/index.jsx +1 -0
  102. package/src/ui/f/fields/QueryCombobox/QueryCombobox.jsx +12 -0
  103. package/src/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.jsx +38 -1
  104. package/src/ui/index.js +0 -1
  105. package/tests/__snapshots__/Storyshots.test.js.snap +1531 -782
  106. package/dist/cjs/c/ContentSlides/ContentSlides.js +0 -172
  107. package/dist/cjs/c/ContentSlides/Context.js +0 -10
  108. package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +0 -124
  109. package/dist/cjs/c/ContentSlides/common/Navigator/Navigator.js +0 -128
  110. package/dist/cjs/c/ContentSlides/common/Sidebar/Sidebar.js +0 -92
  111. package/dist/cjs/c/ContentSlides/common/index.js +0 -33
  112. package/dist/cjs/c/ContentSlides/index.js +0 -27
  113. package/dist/cjs/c/ContentSlides/styles.scss +0 -312
  114. package/dist/cjs/c/ContentSlides/useContentSlides.js +0 -11
  115. package/dist/cjs/r/SwitchRouteMap/SwitchRouteMap.js +0 -58
  116. package/dist/cjs/r/SwitchRouteMap/index.js +0 -13
  117. package/dist/cjs/r/common/PrivateRoute/PrivateRoute.js +0 -75
  118. package/dist/cjs/r/common/PrivateRoute/index.js +0 -13
  119. package/dist/cjs/r/common/index.js +0 -12
  120. package/dist/cjs/r/index.js +0 -27
  121. package/dist/es/c/ContentSlides/ContentSlides.js +0 -160
  122. package/dist/es/c/ContentSlides/Context.js +0 -2
  123. package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +0 -116
  124. package/dist/es/c/ContentSlides/common/HorizontalMenu/index.js +0 -2
  125. package/dist/es/c/ContentSlides/common/Navigator/Navigator.js +0 -118
  126. package/dist/es/c/ContentSlides/common/Navigator/index.js +0 -2
  127. package/dist/es/c/ContentSlides/common/Sidebar/Sidebar.js +0 -84
  128. package/dist/es/c/ContentSlides/common/Sidebar/index.js +0 -2
  129. package/dist/es/c/ContentSlides/common/Slide/Slide.js +0 -65
  130. package/dist/es/c/ContentSlides/common/Slide/index.js +0 -2
  131. package/dist/es/c/ContentSlides/common/index.js +0 -4
  132. package/dist/es/c/ContentSlides/index.js +0 -4
  133. package/dist/es/c/ContentSlides/styles.scss +0 -312
  134. package/dist/es/c/ContentSlides/useContentSlides.js +0 -3
  135. package/dist/es/r/SwitchRouteMap/SwitchRouteMap.js +0 -45
  136. package/dist/es/r/SwitchRouteMap/index.js +0 -2
  137. package/dist/es/r/common/PrivateRoute/PrivateRoute.js +0 -67
  138. package/dist/es/r/common/PrivateRoute/index.js +0 -2
  139. package/dist/es/r/common/index.js +0 -1
  140. package/dist/es/r/index.js +0 -2
  141. package/src/stories/c/ContentSlides.stories.jsx +0 -214
  142. package/src/ui/c/ContentSlides/ContentSlides.jsx +0 -214
  143. package/src/ui/c/ContentSlides/Context.js +0 -3
  144. package/src/ui/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.jsx +0 -145
  145. package/src/ui/c/ContentSlides/common/HorizontalMenu/index.js +0 -2
  146. package/src/ui/c/ContentSlides/common/Navigator/Navigator.jsx +0 -150
  147. package/src/ui/c/ContentSlides/common/Navigator/index.js +0 -2
  148. package/src/ui/c/ContentSlides/common/Sidebar/Sidebar.jsx +0 -135
  149. package/src/ui/c/ContentSlides/common/Sidebar/index.js +0 -2
  150. package/src/ui/c/ContentSlides/common/Slide/Slide.jsx +0 -87
  151. package/src/ui/c/ContentSlides/common/Slide/index.js +0 -2
  152. package/src/ui/c/ContentSlides/common/index.js +0 -4
  153. package/src/ui/c/ContentSlides/index.js +0 -4
  154. package/src/ui/c/ContentSlides/styles.scss +0 -312
  155. package/src/ui/c/ContentSlides/useContentSlides.js +0 -4
  156. package/src/ui/r/SwitchRouteMap/SwitchRouteMap.jsx +0 -64
  157. package/src/ui/r/SwitchRouteMap/index.js +0 -2
  158. package/src/ui/r/common/PrivateRoute/PrivateRoute.jsx +0 -73
  159. package/src/ui/r/common/PrivateRoute/index.js +0 -2
  160. package/src/ui/r/common/index.js +0 -1
  161. package/src/ui/r/index.js +0 -2
@@ -1040,6 +1040,42 @@ exports[`Storyshots a/Label Compact 1`] = `
1040
1040
 
1041
1041
  label
1042
1042
  </span>,
1043
+ <span
1044
+ className="base label x-deepblue modifierCompact"
1045
+ >
1046
+ This is a
1047
+
1048
+ deepblue
1049
+
1050
+ label
1051
+ </span>,
1052
+ <span
1053
+ className="base label x-light-blue modifierCompact"
1054
+ >
1055
+ This is a
1056
+
1057
+ light-blue
1058
+
1059
+ label
1060
+ </span>,
1061
+ <span
1062
+ className="base label x-light-purple modifierCompact"
1063
+ >
1064
+ This is a
1065
+
1066
+ light-purple
1067
+
1068
+ label
1069
+ </span>,
1070
+ <span
1071
+ className="base label x-light-seagreen modifierCompact"
1072
+ >
1073
+ This is a
1074
+
1075
+ light-seagreen
1076
+
1077
+ label
1078
+ </span>,
1043
1079
  <span
1044
1080
  className="base label x-ui-main modifierCompact"
1045
1081
  >
@@ -1396,6 +1432,42 @@ exports[`Storyshots a/Label Ghost 1`] = `
1396
1432
 
1397
1433
  label
1398
1434
  </span>,
1435
+ <span
1436
+ className="base label x-deepblue modifierGhost"
1437
+ >
1438
+ This is a
1439
+
1440
+ deepblue
1441
+
1442
+ label
1443
+ </span>,
1444
+ <span
1445
+ className="base label x-light-blue modifierGhost"
1446
+ >
1447
+ This is a
1448
+
1449
+ light-blue
1450
+
1451
+ label
1452
+ </span>,
1453
+ <span
1454
+ className="base label x-light-purple modifierGhost"
1455
+ >
1456
+ This is a
1457
+
1458
+ light-purple
1459
+
1460
+ label
1461
+ </span>,
1462
+ <span
1463
+ className="base label x-light-seagreen modifierGhost"
1464
+ >
1465
+ This is a
1466
+
1467
+ light-seagreen
1468
+
1469
+ label
1470
+ </span>,
1399
1471
  <span
1400
1472
  className="base label x-ui-main modifierGhost"
1401
1473
  >
@@ -1752,6 +1824,42 @@ exports[`Storyshots a/Label Normal 1`] = `
1752
1824
 
1753
1825
  label
1754
1826
  </span>,
1827
+ <span
1828
+ className="base label x-deepblue"
1829
+ >
1830
+ This is a
1831
+
1832
+ deepblue
1833
+
1834
+ label
1835
+ </span>,
1836
+ <span
1837
+ className="base label x-light-blue"
1838
+ >
1839
+ This is a
1840
+
1841
+ light-blue
1842
+
1843
+ label
1844
+ </span>,
1845
+ <span
1846
+ className="base label x-light-purple"
1847
+ >
1848
+ This is a
1849
+
1850
+ light-purple
1851
+
1852
+ label
1853
+ </span>,
1854
+ <span
1855
+ className="base label x-light-seagreen"
1856
+ >
1857
+ This is a
1858
+
1859
+ light-seagreen
1860
+
1861
+ label
1862
+ </span>,
1755
1863
  <span
1756
1864
  className="base label x-ui-main"
1757
1865
  >
@@ -2016,6 +2124,21 @@ exports[`Storyshots a/Label Normal 1`] = `
2016
2124
  ]
2017
2125
  `;
2018
2126
 
2127
+ exports[`Storyshots a/LexicalPreview Base 1`] = `
2128
+ <div
2129
+ className="base lexical-preview y-paragraph"
2130
+ >
2131
+ <div
2132
+ aria-autocomplete="none"
2133
+ aria-readonly={true}
2134
+ className="content-editable"
2135
+ contentEditable={false}
2136
+ role="textbox"
2137
+ spellCheck={true}
2138
+ />
2139
+ </div>
2140
+ `;
2141
+
2019
2142
  exports[`Storyshots a/LoadingCircle Base 1`] = `
2020
2143
  <div
2021
2144
  className="x-main1 b-x"
@@ -2146,6 +2269,7 @@ exports[`Storyshots a/People Base 1`] = `
2146
2269
  <img
2147
2270
  alt="Phoebe Yao, Pareto Founder"
2148
2271
  className="image v50 mr-v"
2272
+ onError={[Function]}
2149
2273
  src="https://lh3.googleusercontent.com/a-/AOh14GiVivY1C3gxFz1kjHfih0jzpV08rlIIfMIgBvPs"
2150
2274
  />
2151
2275
  <div
@@ -2169,6 +2293,7 @@ exports[`Storyshots a/People Base 1`] = `
2169
2293
  <img
2170
2294
  alt="Lanie Col-long, Pareto Partner"
2171
2295
  className="image v50 mr-v"
2296
+ onError={[Function]}
2172
2297
  src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Lanie-Col-long.png"
2173
2298
  />
2174
2299
  <div
@@ -2192,6 +2317,7 @@ exports[`Storyshots a/People Base 1`] = `
2192
2317
  <img
2193
2318
  alt="Camillie Arigo, Pareto Partner"
2194
2319
  className="image v50 mr-v"
2320
+ onError={[Function]}
2195
2321
  src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Camille-Arigo.jpg"
2196
2322
  />
2197
2323
  <div
@@ -2232,6 +2358,7 @@ exports[`Storyshots a/People One Person 1`] = `
2232
2358
  <img
2233
2359
  alt="Camillie Arigo, Pareto Partner"
2234
2360
  className="image v50 mr-v"
2361
+ onError={[Function]}
2235
2362
  src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Camille-Arigo.jpg"
2236
2363
  />
2237
2364
  <div
@@ -2272,6 +2399,7 @@ exports[`Storyshots a/People Without Role 1`] = `
2272
2399
  <img
2273
2400
  alt="Camillie Arigo, undefined"
2274
2401
  className="image v50 mr-v"
2402
+ onError={[Function]}
2275
2403
  src="https://pareto-v1.s3.us-west-2.amazonaws.com/profile-pictures/Camille-Arigo.jpg"
2276
2404
  />
2277
2405
  <div
@@ -2732,7 +2860,7 @@ exports[`Storyshots a/ProgressBar Base 1`] = `
2732
2860
 
2733
2861
  exports[`Storyshots a/ProgressBar Color 1`] = `
2734
2862
  <div
2735
- className="base progress-bar x-main1"
2863
+ className="base progress-bar x-main"
2736
2864
  data-length="50%"
2737
2865
  style={
2738
2866
  {
@@ -2745,7 +2873,7 @@ exports[`Storyshots a/ProgressBar Color 1`] = `
2745
2873
 
2746
2874
  exports[`Storyshots a/ProgressBar Height 1`] = `
2747
2875
  <div
2748
- className="base progress-bar x-main1"
2876
+ className="base progress-bar x-main"
2749
2877
  data-length="50%"
2750
2878
  style={
2751
2879
  {
@@ -3205,7 +3333,7 @@ exports[`Storyshots a/Timestamp Distance Format 1`] = `
3205
3333
  className="base timestamp"
3206
3334
  onClick={[Function]}
3207
3335
  >
3208
- about 1 year ago
3336
+ over 1 year ago
3209
3337
  </p>
3210
3338
  `;
3211
3339
 
@@ -3264,6 +3392,18 @@ exports[`Storyshots a/ToggleSwitch Base 1`] = `
3264
3392
  </button>
3265
3393
  `;
3266
3394
 
3395
+ exports[`Storyshots a/XMLEditor Base 1`] = `
3396
+ <div
3397
+ className="base code-editor"
3398
+ style={
3399
+ {
3400
+ "--gutter-width": "3em",
3401
+ "--height": "20em",
3402
+ }
3403
+ }
3404
+ />
3405
+ `;
3406
+
3267
3407
  exports[`Storyshots b/Button Arrow Left 1`] = `
3268
3408
  [
3269
3409
  <button
@@ -3366,6 +3506,46 @@ exports[`Storyshots b/Button Arrow Left 1`] = `
3366
3506
 
3367
3507
  button
3368
3508
  </button>,
3509
+ <button
3510
+ className="base button x-deepblue arrow-left"
3511
+ type="button"
3512
+ >
3513
+ This is a
3514
+
3515
+ deepblue
3516
+
3517
+ button
3518
+ </button>,
3519
+ <button
3520
+ className="base button x-light-blue arrow-left"
3521
+ type="button"
3522
+ >
3523
+ This is a
3524
+
3525
+ light-blue
3526
+
3527
+ button
3528
+ </button>,
3529
+ <button
3530
+ className="base button x-light-purple arrow-left"
3531
+ type="button"
3532
+ >
3533
+ This is a
3534
+
3535
+ light-purple
3536
+
3537
+ button
3538
+ </button>,
3539
+ <button
3540
+ className="base button x-light-seagreen arrow-left"
3541
+ type="button"
3542
+ >
3543
+ This is a
3544
+
3545
+ light-seagreen
3546
+
3547
+ button
3548
+ </button>,
3369
3549
  <button
3370
3550
  className="base button x-ui-main arrow-left"
3371
3551
  type="button"
@@ -3801,6 +3981,62 @@ exports[`Storyshots b/Button Arrow Left Simple 1`] = `
3801
3981
  button
3802
3982
  </span>
3803
3983
  </button>,
3984
+ <button
3985
+ className="base button x-deepblue modifierSimple arrow-left"
3986
+ type="button"
3987
+ >
3988
+ <span
3989
+ className="modifierUnderlined"
3990
+ >
3991
+ This is a
3992
+
3993
+ deepblue
3994
+
3995
+ button
3996
+ </span>
3997
+ </button>,
3998
+ <button
3999
+ className="base button x-light-blue modifierSimple arrow-left"
4000
+ type="button"
4001
+ >
4002
+ <span
4003
+ className="modifierUnderlined"
4004
+ >
4005
+ This is a
4006
+
4007
+ light-blue
4008
+
4009
+ button
4010
+ </span>
4011
+ </button>,
4012
+ <button
4013
+ className="base button x-light-purple modifierSimple arrow-left"
4014
+ type="button"
4015
+ >
4016
+ <span
4017
+ className="modifierUnderlined"
4018
+ >
4019
+ This is a
4020
+
4021
+ light-purple
4022
+
4023
+ button
4024
+ </span>
4025
+ </button>,
4026
+ <button
4027
+ className="base button x-light-seagreen modifierSimple arrow-left"
4028
+ type="button"
4029
+ >
4030
+ <span
4031
+ className="modifierUnderlined"
4032
+ >
4033
+ This is a
4034
+
4035
+ light-seagreen
4036
+
4037
+ button
4038
+ </span>
4039
+ </button>,
3804
4040
  <button
3805
4041
  className="base button x-ui-main modifierSimple arrow-left"
3806
4042
  type="button"
@@ -4312,6 +4548,46 @@ exports[`Storyshots b/Button Arrow Right 1`] = `
4312
4548
 
4313
4549
  button
4314
4550
  </button>,
4551
+ <button
4552
+ className="base button x-deepblue arrow-right"
4553
+ type="button"
4554
+ >
4555
+ This is a
4556
+
4557
+ deepblue
4558
+
4559
+ button
4560
+ </button>,
4561
+ <button
4562
+ className="base button x-light-blue arrow-right"
4563
+ type="button"
4564
+ >
4565
+ This is a
4566
+
4567
+ light-blue
4568
+
4569
+ button
4570
+ </button>,
4571
+ <button
4572
+ className="base button x-light-purple arrow-right"
4573
+ type="button"
4574
+ >
4575
+ This is a
4576
+
4577
+ light-purple
4578
+
4579
+ button
4580
+ </button>,
4581
+ <button
4582
+ className="base button x-light-seagreen arrow-right"
4583
+ type="button"
4584
+ >
4585
+ This is a
4586
+
4587
+ light-seagreen
4588
+
4589
+ button
4590
+ </button>,
4315
4591
  <button
4316
4592
  className="base button x-ui-main arrow-right"
4317
4593
  type="button"
@@ -4748,7 +5024,7 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4748
5024
  </span>
4749
5025
  </button>,
4750
5026
  <button
4751
- className="base button x-ui-main modifierSimple arrow-right"
5027
+ className="base button x-deepblue modifierSimple arrow-right"
4752
5028
  type="button"
4753
5029
  >
4754
5030
  <span
@@ -4756,13 +5032,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4756
5032
  >
4757
5033
  This is a
4758
5034
 
4759
- ui-main
5035
+ deepblue
4760
5036
 
4761
5037
  button
4762
5038
  </span>
4763
5039
  </button>,
4764
5040
  <button
4765
- className="base button x-ui-main-2 modifierSimple arrow-right"
5041
+ className="base button x-light-blue modifierSimple arrow-right"
4766
5042
  type="button"
4767
5043
  >
4768
5044
  <span
@@ -4770,13 +5046,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4770
5046
  >
4771
5047
  This is a
4772
5048
 
4773
- ui-main-2
5049
+ light-blue
4774
5050
 
4775
5051
  button
4776
5052
  </span>
4777
5053
  </button>,
4778
5054
  <button
4779
- className="base button x-ui-lines modifierSimple arrow-right"
5055
+ className="base button x-light-purple modifierSimple arrow-right"
4780
5056
  type="button"
4781
5057
  >
4782
5058
  <span
@@ -4784,13 +5060,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4784
5060
  >
4785
5061
  This is a
4786
5062
 
4787
- ui-lines
5063
+ light-purple
4788
5064
 
4789
5065
  button
4790
5066
  </span>
4791
5067
  </button>,
4792
5068
  <button
4793
- className="base button x-ui-icons modifierSimple arrow-right"
5069
+ className="base button x-light-seagreen modifierSimple arrow-right"
4794
5070
  type="button"
4795
5071
  >
4796
5072
  <span
@@ -4798,13 +5074,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4798
5074
  >
4799
5075
  This is a
4800
5076
 
4801
- ui-icons
5077
+ light-seagreen
4802
5078
 
4803
5079
  button
4804
5080
  </span>
4805
5081
  </button>,
4806
5082
  <button
4807
- className="base button x-heading modifierSimple arrow-right"
5083
+ className="base button x-ui-main modifierSimple arrow-right"
4808
5084
  type="button"
4809
5085
  >
4810
5086
  <span
@@ -4812,13 +5088,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4812
5088
  >
4813
5089
  This is a
4814
5090
 
4815
- heading
5091
+ ui-main
4816
5092
 
4817
5093
  button
4818
5094
  </span>
4819
5095
  </button>,
4820
5096
  <button
4821
- className="base button x-paragraph modifierSimple arrow-right"
5097
+ className="base button x-ui-main-2 modifierSimple arrow-right"
4822
5098
  type="button"
4823
5099
  >
4824
5100
  <span
@@ -4826,13 +5102,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4826
5102
  >
4827
5103
  This is a
4828
5104
 
4829
- paragraph
5105
+ ui-main-2
4830
5106
 
4831
5107
  button
4832
5108
  </span>
4833
5109
  </button>,
4834
5110
  <button
4835
- className="base button x-subtitle modifierSimple arrow-right"
5111
+ className="base button x-ui-lines modifierSimple arrow-right"
4836
5112
  type="button"
4837
5113
  >
4838
5114
  <span
@@ -4840,13 +5116,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4840
5116
  >
4841
5117
  This is a
4842
5118
 
4843
- subtitle
5119
+ ui-lines
4844
5120
 
4845
5121
  button
4846
5122
  </span>
4847
5123
  </button>,
4848
5124
  <button
4849
- className="base button x-metadata modifierSimple arrow-right"
5125
+ className="base button x-ui-icons modifierSimple arrow-right"
4850
5126
  type="button"
4851
5127
  >
4852
5128
  <span
@@ -4854,13 +5130,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4854
5130
  >
4855
5131
  This is a
4856
5132
 
4857
- metadata
5133
+ ui-icons
4858
5134
 
4859
5135
  button
4860
5136
  </span>
4861
5137
  </button>,
4862
5138
  <button
4863
- className="base button x-link modifierSimple arrow-right"
5139
+ className="base button x-heading modifierSimple arrow-right"
4864
5140
  type="button"
4865
5141
  >
4866
5142
  <span
@@ -4868,13 +5144,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4868
5144
  >
4869
5145
  This is a
4870
5146
 
4871
- link
5147
+ heading
4872
5148
 
4873
5149
  button
4874
5150
  </span>
4875
5151
  </button>,
4876
5152
  <button
4877
- className="base button x-disabled modifierSimple arrow-right"
5153
+ className="base button x-paragraph modifierSimple arrow-right"
4878
5154
  type="button"
4879
5155
  >
4880
5156
  <span
@@ -4882,13 +5158,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4882
5158
  >
4883
5159
  This is a
4884
5160
 
4885
- disabled
5161
+ paragraph
4886
5162
 
4887
5163
  button
4888
5164
  </span>
4889
5165
  </button>,
4890
5166
  <button
4891
- className="base button x-shadow modifierSimple arrow-right"
5167
+ className="base button x-subtitle modifierSimple arrow-right"
4892
5168
  type="button"
4893
5169
  >
4894
5170
  <span
@@ -4896,13 +5172,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4896
5172
  >
4897
5173
  This is a
4898
5174
 
4899
- shadow
5175
+ subtitle
4900
5176
 
4901
5177
  button
4902
5178
  </span>
4903
5179
  </button>,
4904
5180
  <button
4905
- className="base button x-transparent modifierSimple arrow-right"
5181
+ className="base button x-metadata modifierSimple arrow-right"
4906
5182
  type="button"
4907
5183
  >
4908
5184
  <span
@@ -4910,13 +5186,13 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4910
5186
  >
4911
5187
  This is a
4912
5188
 
4913
- transparent
5189
+ metadata
4914
5190
 
4915
5191
  button
4916
5192
  </span>
4917
5193
  </button>,
4918
5194
  <button
4919
- className="base button x-highlighted modifierSimple arrow-right"
5195
+ className="base button x-link modifierSimple arrow-right"
4920
5196
  type="button"
4921
5197
  >
4922
5198
  <span
@@ -4924,13 +5200,69 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
4924
5200
  >
4925
5201
  This is a
4926
5202
 
4927
- highlighted
5203
+ link
4928
5204
 
4929
5205
  button
4930
5206
  </span>
4931
5207
  </button>,
4932
5208
  <button
4933
- className="base button x-interactive modifierSimple arrow-right"
5209
+ className="base button x-disabled modifierSimple arrow-right"
5210
+ type="button"
5211
+ >
5212
+ <span
5213
+ className="modifierUnderlined"
5214
+ >
5215
+ This is a
5216
+
5217
+ disabled
5218
+
5219
+ button
5220
+ </span>
5221
+ </button>,
5222
+ <button
5223
+ className="base button x-shadow modifierSimple arrow-right"
5224
+ type="button"
5225
+ >
5226
+ <span
5227
+ className="modifierUnderlined"
5228
+ >
5229
+ This is a
5230
+
5231
+ shadow
5232
+
5233
+ button
5234
+ </span>
5235
+ </button>,
5236
+ <button
5237
+ className="base button x-transparent modifierSimple arrow-right"
5238
+ type="button"
5239
+ >
5240
+ <span
5241
+ className="modifierUnderlined"
5242
+ >
5243
+ This is a
5244
+
5245
+ transparent
5246
+
5247
+ button
5248
+ </span>
5249
+ </button>,
5250
+ <button
5251
+ className="base button x-highlighted modifierSimple arrow-right"
5252
+ type="button"
5253
+ >
5254
+ <span
5255
+ className="modifierUnderlined"
5256
+ >
5257
+ This is a
5258
+
5259
+ highlighted
5260
+
5261
+ button
5262
+ </span>
5263
+ </button>,
5264
+ <button
5265
+ className="base button x-interactive modifierSimple arrow-right"
4934
5266
  type="button"
4935
5267
  >
4936
5268
  <span
@@ -5267,6 +5599,46 @@ exports[`Storyshots b/Button Compact 1`] = `
5267
5599
 
5268
5600
  button
5269
5601
  </button>,
5602
+ <button
5603
+ className="base button x-deepblue modifierCompact"
5604
+ type="button"
5605
+ >
5606
+ This is a
5607
+
5608
+ deepblue
5609
+
5610
+ button
5611
+ </button>,
5612
+ <button
5613
+ className="base button x-light-blue modifierCompact"
5614
+ type="button"
5615
+ >
5616
+ This is a
5617
+
5618
+ light-blue
5619
+
5620
+ button
5621
+ </button>,
5622
+ <button
5623
+ className="base button x-light-purple modifierCompact"
5624
+ type="button"
5625
+ >
5626
+ This is a
5627
+
5628
+ light-purple
5629
+
5630
+ button
5631
+ </button>,
5632
+ <button
5633
+ className="base button x-light-seagreen modifierCompact"
5634
+ type="button"
5635
+ >
5636
+ This is a
5637
+
5638
+ light-seagreen
5639
+
5640
+ button
5641
+ </button>,
5270
5642
  <button
5271
5643
  className="base button x-ui-main modifierCompact"
5272
5644
  type="button"
@@ -5672,6 +6044,50 @@ exports[`Storyshots b/Button Disabled 1`] = `
5672
6044
 
5673
6045
  button
5674
6046
  </button>,
6047
+ <button
6048
+ className="base button x-deepblue"
6049
+ disabled={true}
6050
+ type="button"
6051
+ >
6052
+ This is a
6053
+
6054
+ deepblue
6055
+
6056
+ button
6057
+ </button>,
6058
+ <button
6059
+ className="base button x-light-blue"
6060
+ disabled={true}
6061
+ type="button"
6062
+ >
6063
+ This is a
6064
+
6065
+ light-blue
6066
+
6067
+ button
6068
+ </button>,
6069
+ <button
6070
+ className="base button x-light-purple"
6071
+ disabled={true}
6072
+ type="button"
6073
+ >
6074
+ This is a
6075
+
6076
+ light-purple
6077
+
6078
+ button
6079
+ </button>,
6080
+ <button
6081
+ className="base button x-light-seagreen"
6082
+ disabled={true}
6083
+ type="button"
6084
+ >
6085
+ This is a
6086
+
6087
+ light-seagreen
6088
+
6089
+ button
6090
+ </button>,
5675
6091
  <button
5676
6092
  className="base button x-ui-main"
5677
6093
  disabled={true}
@@ -6106,6 +6522,50 @@ exports[`Storyshots b/Button Disabled Arrow Left 1`] = `
6106
6522
 
6107
6523
  button
6108
6524
  </button>,
6525
+ <button
6526
+ className="base button x-deepblue arrow-left"
6527
+ disabled={true}
6528
+ type="button"
6529
+ >
6530
+ This is a
6531
+
6532
+ deepblue
6533
+
6534
+ button
6535
+ </button>,
6536
+ <button
6537
+ className="base button x-light-blue arrow-left"
6538
+ disabled={true}
6539
+ type="button"
6540
+ >
6541
+ This is a
6542
+
6543
+ light-blue
6544
+
6545
+ button
6546
+ </button>,
6547
+ <button
6548
+ className="base button x-light-purple arrow-left"
6549
+ disabled={true}
6550
+ type="button"
6551
+ >
6552
+ This is a
6553
+
6554
+ light-purple
6555
+
6556
+ button
6557
+ </button>,
6558
+ <button
6559
+ className="base button x-light-seagreen arrow-left"
6560
+ disabled={true}
6561
+ type="button"
6562
+ >
6563
+ This is a
6564
+
6565
+ light-seagreen
6566
+
6567
+ button
6568
+ </button>,
6109
6569
  <button
6110
6570
  className="base button x-ui-main arrow-left"
6111
6571
  disabled={true}
@@ -6540,6 +7000,50 @@ exports[`Storyshots b/Button Disabled Arrow Right 1`] = `
6540
7000
 
6541
7001
  button
6542
7002
  </button>,
7003
+ <button
7004
+ className="base button x-deepblue arrow-right"
7005
+ disabled={true}
7006
+ type="button"
7007
+ >
7008
+ This is a
7009
+
7010
+ deepblue
7011
+
7012
+ button
7013
+ </button>,
7014
+ <button
7015
+ className="base button x-light-blue arrow-right"
7016
+ disabled={true}
7017
+ type="button"
7018
+ >
7019
+ This is a
7020
+
7021
+ light-blue
7022
+
7023
+ button
7024
+ </button>,
7025
+ <button
7026
+ className="base button x-light-purple arrow-right"
7027
+ disabled={true}
7028
+ type="button"
7029
+ >
7030
+ This is a
7031
+
7032
+ light-purple
7033
+
7034
+ button
7035
+ </button>,
7036
+ <button
7037
+ className="base button x-light-seagreen arrow-right"
7038
+ disabled={true}
7039
+ type="button"
7040
+ >
7041
+ This is a
7042
+
7043
+ light-seagreen
7044
+
7045
+ button
7046
+ </button>,
6543
7047
  <button
6544
7048
  className="base button x-ui-main arrow-right"
6545
7049
  disabled={true}
@@ -6983,6 +7487,50 @@ exports[`Storyshots b/Button Ghost Disabled 1`] = `
6983
7487
 
6984
7488
  button
6985
7489
  </button>,
7490
+ <button
7491
+ className="base button x-deepblue modifierGhost"
7492
+ disabled={true}
7493
+ type="button"
7494
+ >
7495
+ This is a
7496
+
7497
+ deepblue
7498
+
7499
+ button
7500
+ </button>,
7501
+ <button
7502
+ className="base button x-light-blue modifierGhost"
7503
+ disabled={true}
7504
+ type="button"
7505
+ >
7506
+ This is a
7507
+
7508
+ light-blue
7509
+
7510
+ button
7511
+ </button>,
7512
+ <button
7513
+ className="base button x-light-purple modifierGhost"
7514
+ disabled={true}
7515
+ type="button"
7516
+ >
7517
+ This is a
7518
+
7519
+ light-purple
7520
+
7521
+ button
7522
+ </button>,
7523
+ <button
7524
+ className="base button x-light-seagreen modifierGhost"
7525
+ disabled={true}
7526
+ type="button"
7527
+ >
7528
+ This is a
7529
+
7530
+ light-seagreen
7531
+
7532
+ button
7533
+ </button>,
6986
7534
  <button
6987
7535
  className="base button x-ui-main modifierGhost"
6988
7536
  disabled={true}
@@ -7408,82 +7956,122 @@ exports[`Storyshots b/Button Ghosts 1`] = `
7408
7956
  button
7409
7957
  </button>,
7410
7958
  <button
7411
- className="base button x-ui-main modifierGhost"
7959
+ className="base button x-deepblue modifierGhost"
7412
7960
  type="button"
7413
7961
  >
7414
7962
  This is a
7415
7963
 
7416
- ui-main
7964
+ deepblue
7417
7965
 
7418
7966
  button
7419
7967
  </button>,
7420
7968
  <button
7421
- className="base button x-ui-main-2 modifierGhost"
7969
+ className="base button x-light-blue modifierGhost"
7422
7970
  type="button"
7423
7971
  >
7424
7972
  This is a
7425
7973
 
7426
- ui-main-2
7974
+ light-blue
7427
7975
 
7428
7976
  button
7429
7977
  </button>,
7430
7978
  <button
7431
- className="base button x-ui-lines modifierGhost"
7979
+ className="base button x-light-purple modifierGhost"
7432
7980
  type="button"
7433
7981
  >
7434
7982
  This is a
7435
7983
 
7436
- ui-lines
7984
+ light-purple
7437
7985
 
7438
7986
  button
7439
7987
  </button>,
7440
7988
  <button
7441
- className="base button x-ui-icons modifierGhost"
7989
+ className="base button x-light-seagreen modifierGhost"
7442
7990
  type="button"
7443
7991
  >
7444
7992
  This is a
7445
7993
 
7446
- ui-icons
7994
+ light-seagreen
7447
7995
 
7448
7996
  button
7449
7997
  </button>,
7450
7998
  <button
7451
- className="base button x-heading modifierGhost"
7999
+ className="base button x-ui-main modifierGhost"
7452
8000
  type="button"
7453
8001
  >
7454
8002
  This is a
7455
8003
 
7456
- heading
8004
+ ui-main
7457
8005
 
7458
8006
  button
7459
8007
  </button>,
7460
8008
  <button
7461
- className="base button x-paragraph modifierGhost"
8009
+ className="base button x-ui-main-2 modifierGhost"
7462
8010
  type="button"
7463
8011
  >
7464
8012
  This is a
7465
8013
 
7466
- paragraph
8014
+ ui-main-2
7467
8015
 
7468
8016
  button
7469
8017
  </button>,
7470
8018
  <button
7471
- className="base button x-subtitle modifierGhost"
8019
+ className="base button x-ui-lines modifierGhost"
7472
8020
  type="button"
7473
8021
  >
7474
8022
  This is a
7475
8023
 
7476
- subtitle
8024
+ ui-lines
7477
8025
 
7478
8026
  button
7479
8027
  </button>,
7480
8028
  <button
7481
- className="base button x-metadata modifierGhost"
8029
+ className="base button x-ui-icons modifierGhost"
7482
8030
  type="button"
7483
8031
  >
7484
8032
  This is a
7485
8033
 
7486
- metadata
8034
+ ui-icons
8035
+
8036
+ button
8037
+ </button>,
8038
+ <button
8039
+ className="base button x-heading modifierGhost"
8040
+ type="button"
8041
+ >
8042
+ This is a
8043
+
8044
+ heading
8045
+
8046
+ button
8047
+ </button>,
8048
+ <button
8049
+ className="base button x-paragraph modifierGhost"
8050
+ type="button"
8051
+ >
8052
+ This is a
8053
+
8054
+ paragraph
8055
+
8056
+ button
8057
+ </button>,
8058
+ <button
8059
+ className="base button x-subtitle modifierGhost"
8060
+ type="button"
8061
+ >
8062
+ This is a
8063
+
8064
+ subtitle
8065
+
8066
+ button
8067
+ </button>,
8068
+ <button
8069
+ className="base button x-metadata modifierGhost"
8070
+ type="button"
8071
+ >
8072
+ This is a
8073
+
8074
+ metadata
7487
8075
 
7488
8076
  button
7489
8077
  </button>,
@@ -7802,6 +8390,46 @@ exports[`Storyshots b/Button Gradient 1`] = `
7802
8390
 
7803
8391
  button
7804
8392
  </button>,
8393
+ <button
8394
+ className="base button x-deepblue modifierGradient"
8395
+ type="button"
8396
+ >
8397
+ This is a
8398
+
8399
+ deepblue
8400
+
8401
+ button
8402
+ </button>,
8403
+ <button
8404
+ className="base button x-light-blue modifierGradient"
8405
+ type="button"
8406
+ >
8407
+ This is a
8408
+
8409
+ light-blue
8410
+
8411
+ button
8412
+ </button>,
8413
+ <button
8414
+ className="base button x-light-purple modifierGradient"
8415
+ type="button"
8416
+ >
8417
+ This is a
8418
+
8419
+ light-purple
8420
+
8421
+ button
8422
+ </button>,
8423
+ <button
8424
+ className="base button x-light-seagreen modifierGradient"
8425
+ type="button"
8426
+ >
8427
+ This is a
8428
+
8429
+ light-seagreen
8430
+
8431
+ button
8432
+ </button>,
7805
8433
  <button
7806
8434
  className="base button x-ui-main modifierGradient"
7807
8435
  type="button"
@@ -8507,6 +9135,170 @@ exports[`Storyshots b/Button Loading 1`] = `
8507
9135
  </svg>
8508
9136
  </div>
8509
9137
  </button>,
9138
+ <button
9139
+ className="base button x-deepblue"
9140
+ type="button"
9141
+ >
9142
+ <div
9143
+ className="base loading-circle"
9144
+ style={
9145
+ {
9146
+ "--height-width": "1.15em",
9147
+ "--stroke-width": undefined,
9148
+ "--x": "var(--stroke-color, var(--on-x))",
9149
+ }
9150
+ }
9151
+ >
9152
+ <svg
9153
+ className="svg-circle"
9154
+ preserveAspectRatio="xMinYMin meet"
9155
+ style={
9156
+ {
9157
+ "--animation-duration": "2s",
9158
+ }
9159
+ }
9160
+ version="1.1"
9161
+ viewBox="25 25 50 50"
9162
+ x="0px"
9163
+ xmlSpace="preserve"
9164
+ xmlns="http://www.w3.org/2000/svg"
9165
+ y="0px"
9166
+ >
9167
+ <circle
9168
+ className="path"
9169
+ cx="50"
9170
+ cy="50"
9171
+ fill="none"
9172
+ r="20"
9173
+ strokeLinecap="round"
9174
+ strokeMiterlimit="10"
9175
+ />
9176
+ </svg>
9177
+ </div>
9178
+ </button>,
9179
+ <button
9180
+ className="base button x-light-blue"
9181
+ type="button"
9182
+ >
9183
+ <div
9184
+ className="base loading-circle"
9185
+ style={
9186
+ {
9187
+ "--height-width": "1.15em",
9188
+ "--stroke-width": undefined,
9189
+ "--x": "var(--stroke-color, var(--on-x))",
9190
+ }
9191
+ }
9192
+ >
9193
+ <svg
9194
+ className="svg-circle"
9195
+ preserveAspectRatio="xMinYMin meet"
9196
+ style={
9197
+ {
9198
+ "--animation-duration": "2s",
9199
+ }
9200
+ }
9201
+ version="1.1"
9202
+ viewBox="25 25 50 50"
9203
+ x="0px"
9204
+ xmlSpace="preserve"
9205
+ xmlns="http://www.w3.org/2000/svg"
9206
+ y="0px"
9207
+ >
9208
+ <circle
9209
+ className="path"
9210
+ cx="50"
9211
+ cy="50"
9212
+ fill="none"
9213
+ r="20"
9214
+ strokeLinecap="round"
9215
+ strokeMiterlimit="10"
9216
+ />
9217
+ </svg>
9218
+ </div>
9219
+ </button>,
9220
+ <button
9221
+ className="base button x-light-purple"
9222
+ type="button"
9223
+ >
9224
+ <div
9225
+ className="base loading-circle"
9226
+ style={
9227
+ {
9228
+ "--height-width": "1.15em",
9229
+ "--stroke-width": undefined,
9230
+ "--x": "var(--stroke-color, var(--on-x))",
9231
+ }
9232
+ }
9233
+ >
9234
+ <svg
9235
+ className="svg-circle"
9236
+ preserveAspectRatio="xMinYMin meet"
9237
+ style={
9238
+ {
9239
+ "--animation-duration": "2s",
9240
+ }
9241
+ }
9242
+ version="1.1"
9243
+ viewBox="25 25 50 50"
9244
+ x="0px"
9245
+ xmlSpace="preserve"
9246
+ xmlns="http://www.w3.org/2000/svg"
9247
+ y="0px"
9248
+ >
9249
+ <circle
9250
+ className="path"
9251
+ cx="50"
9252
+ cy="50"
9253
+ fill="none"
9254
+ r="20"
9255
+ strokeLinecap="round"
9256
+ strokeMiterlimit="10"
9257
+ />
9258
+ </svg>
9259
+ </div>
9260
+ </button>,
9261
+ <button
9262
+ className="base button x-light-seagreen"
9263
+ type="button"
9264
+ >
9265
+ <div
9266
+ className="base loading-circle"
9267
+ style={
9268
+ {
9269
+ "--height-width": "1.15em",
9270
+ "--stroke-width": undefined,
9271
+ "--x": "var(--stroke-color, var(--on-x))",
9272
+ }
9273
+ }
9274
+ >
9275
+ <svg
9276
+ className="svg-circle"
9277
+ preserveAspectRatio="xMinYMin meet"
9278
+ style={
9279
+ {
9280
+ "--animation-duration": "2s",
9281
+ }
9282
+ }
9283
+ version="1.1"
9284
+ viewBox="25 25 50 50"
9285
+ x="0px"
9286
+ xmlSpace="preserve"
9287
+ xmlns="http://www.w3.org/2000/svg"
9288
+ y="0px"
9289
+ >
9290
+ <circle
9291
+ className="path"
9292
+ cx="50"
9293
+ cy="50"
9294
+ fill="none"
9295
+ r="20"
9296
+ strokeLinecap="round"
9297
+ strokeMiterlimit="10"
9298
+ />
9299
+ </svg>
9300
+ </div>
9301
+ </button>,
8510
9302
  <button
8511
9303
  className="base button x-ui-main"
8512
9304
  type="button"
@@ -9802,82 +10594,122 @@ exports[`Storyshots b/Button Normal 1`] = `
9802
10594
  button
9803
10595
  </button>,
9804
10596
  <button
9805
- className="base button x-ui-main"
10597
+ className="base button x-deepblue"
9806
10598
  type="button"
9807
10599
  >
9808
10600
  This is a
9809
10601
 
9810
- ui-main
10602
+ deepblue
9811
10603
 
9812
10604
  button
9813
10605
  </button>,
9814
10606
  <button
9815
- className="base button x-ui-main-2"
10607
+ className="base button x-light-blue"
9816
10608
  type="button"
9817
10609
  >
9818
10610
  This is a
9819
10611
 
9820
- ui-main-2
10612
+ light-blue
9821
10613
 
9822
10614
  button
9823
10615
  </button>,
9824
10616
  <button
9825
- className="base button x-ui-lines"
10617
+ className="base button x-light-purple"
9826
10618
  type="button"
9827
10619
  >
9828
10620
  This is a
9829
10621
 
9830
- ui-lines
10622
+ light-purple
9831
10623
 
9832
10624
  button
9833
10625
  </button>,
9834
10626
  <button
9835
- className="base button x-ui-icons"
10627
+ className="base button x-light-seagreen"
9836
10628
  type="button"
9837
10629
  >
9838
10630
  This is a
9839
10631
 
9840
- ui-icons
10632
+ light-seagreen
9841
10633
 
9842
10634
  button
9843
10635
  </button>,
9844
10636
  <button
9845
- className="base button x-heading"
10637
+ className="base button x-ui-main"
9846
10638
  type="button"
9847
10639
  >
9848
10640
  This is a
9849
10641
 
9850
- heading
10642
+ ui-main
9851
10643
 
9852
10644
  button
9853
10645
  </button>,
9854
10646
  <button
9855
- className="base button x-paragraph"
10647
+ className="base button x-ui-main-2"
9856
10648
  type="button"
9857
10649
  >
9858
10650
  This is a
9859
10651
 
9860
- paragraph
10652
+ ui-main-2
9861
10653
 
9862
10654
  button
9863
10655
  </button>,
9864
10656
  <button
9865
- className="base button x-subtitle"
10657
+ className="base button x-ui-lines"
9866
10658
  type="button"
9867
10659
  >
9868
10660
  This is a
9869
10661
 
9870
- subtitle
10662
+ ui-lines
9871
10663
 
9872
10664
  button
9873
10665
  </button>,
9874
10666
  <button
9875
- className="base button x-metadata"
10667
+ className="base button x-ui-icons"
9876
10668
  type="button"
9877
10669
  >
9878
10670
  This is a
9879
10671
 
9880
- metadata
10672
+ ui-icons
10673
+
10674
+ button
10675
+ </button>,
10676
+ <button
10677
+ className="base button x-heading"
10678
+ type="button"
10679
+ >
10680
+ This is a
10681
+
10682
+ heading
10683
+
10684
+ button
10685
+ </button>,
10686
+ <button
10687
+ className="base button x-paragraph"
10688
+ type="button"
10689
+ >
10690
+ This is a
10691
+
10692
+ paragraph
10693
+
10694
+ button
10695
+ </button>,
10696
+ <button
10697
+ className="base button x-subtitle"
10698
+ type="button"
10699
+ >
10700
+ This is a
10701
+
10702
+ subtitle
10703
+
10704
+ button
10705
+ </button>,
10706
+ <button
10707
+ className="base button x-metadata"
10708
+ type="button"
10709
+ >
10710
+ This is a
10711
+
10712
+ metadata
9881
10713
 
9882
10714
  button
9883
10715
  </button>,
@@ -10236,6 +11068,62 @@ exports[`Storyshots b/Button Simple 1`] = `
10236
11068
  button
10237
11069
  </span>
10238
11070
  </button>,
11071
+ <button
11072
+ className="base button x-deepblue modifierSimple"
11073
+ type="button"
11074
+ >
11075
+ <span
11076
+ className="modifierUnderlined"
11077
+ >
11078
+ This is a
11079
+
11080
+ deepblue
11081
+
11082
+ button
11083
+ </span>
11084
+ </button>,
11085
+ <button
11086
+ className="base button x-light-blue modifierSimple"
11087
+ type="button"
11088
+ >
11089
+ <span
11090
+ className="modifierUnderlined"
11091
+ >
11092
+ This is a
11093
+
11094
+ light-blue
11095
+
11096
+ button
11097
+ </span>
11098
+ </button>,
11099
+ <button
11100
+ className="base button x-light-purple modifierSimple"
11101
+ type="button"
11102
+ >
11103
+ <span
11104
+ className="modifierUnderlined"
11105
+ >
11106
+ This is a
11107
+
11108
+ light-purple
11109
+
11110
+ button
11111
+ </span>
11112
+ </button>,
11113
+ <button
11114
+ className="base button x-light-seagreen modifierSimple"
11115
+ type="button"
11116
+ >
11117
+ <span
11118
+ className="modifierUnderlined"
11119
+ >
11120
+ This is a
11121
+
11122
+ light-seagreen
11123
+
11124
+ button
11125
+ </span>
11126
+ </button>,
10239
11127
  <button
10240
11128
  className="base button x-ui-main modifierSimple"
10241
11129
  type="button"
@@ -10797,6 +11685,66 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
10797
11685
  button
10798
11686
  </span>
10799
11687
  </button>,
11688
+ <button
11689
+ className="base button x-deepblue modifierSimple"
11690
+ disabled={true}
11691
+ type="button"
11692
+ >
11693
+ <span
11694
+ className="modifierUnderlined"
11695
+ >
11696
+ This is a
11697
+
11698
+ deepblue
11699
+
11700
+ button
11701
+ </span>
11702
+ </button>,
11703
+ <button
11704
+ className="base button x-light-blue modifierSimple"
11705
+ disabled={true}
11706
+ type="button"
11707
+ >
11708
+ <span
11709
+ className="modifierUnderlined"
11710
+ >
11711
+ This is a
11712
+
11713
+ light-blue
11714
+
11715
+ button
11716
+ </span>
11717
+ </button>,
11718
+ <button
11719
+ className="base button x-light-purple modifierSimple"
11720
+ disabled={true}
11721
+ type="button"
11722
+ >
11723
+ <span
11724
+ className="modifierUnderlined"
11725
+ >
11726
+ This is a
11727
+
11728
+ light-purple
11729
+
11730
+ button
11731
+ </span>
11732
+ </button>,
11733
+ <button
11734
+ className="base button x-light-seagreen modifierSimple"
11735
+ disabled={true}
11736
+ type="button"
11737
+ >
11738
+ <span
11739
+ className="modifierUnderlined"
11740
+ >
11741
+ This is a
11742
+
11743
+ light-seagreen
11744
+
11745
+ button
11746
+ </span>
11747
+ </button>,
10800
11748
  <button
10801
11749
  className="base button x-ui-main modifierSimple"
10802
11750
  disabled={true}
@@ -11339,6 +12287,46 @@ exports[`Storyshots b/Button/Group Base 1`] = `
11339
12287
 
11340
12288
  button
11341
12289
  </button>
12290
+ <button
12291
+ className="base button x-deepblue"
12292
+ type="button"
12293
+ >
12294
+ This is a
12295
+
12296
+ deepblue
12297
+
12298
+ button
12299
+ </button>
12300
+ <button
12301
+ className="base button x-light-blue"
12302
+ type="button"
12303
+ >
12304
+ This is a
12305
+
12306
+ light-blue
12307
+
12308
+ button
12309
+ </button>
12310
+ <button
12311
+ className="base button x-light-purple"
12312
+ type="button"
12313
+ >
12314
+ This is a
12315
+
12316
+ light-purple
12317
+
12318
+ button
12319
+ </button>
12320
+ <button
12321
+ className="base button x-light-seagreen"
12322
+ type="button"
12323
+ >
12324
+ This is a
12325
+
12326
+ light-seagreen
12327
+
12328
+ button
12329
+ </button>
11342
12330
  <button
11343
12331
  className="base button x-ui-main"
11344
12332
  type="button"
@@ -11860,6 +12848,42 @@ exports[`Storyshots b/Card/Group Card Group Not Snap Scroller 1`] = `
11860
12848
  </div>
11861
12849
  `;
11862
12850
 
12851
+ exports[`Storyshots b/ExpandableLexicalPreview Base 1`] = `
12852
+ <div
12853
+ className="base expandable-lexical-preview y-paragraph"
12854
+ style={
12855
+ {
12856
+ "--resize": "vertical",
12857
+ }
12858
+ }
12859
+ >
12860
+ <p
12861
+ className="title h2"
12862
+ >
12863
+ Task Instructions
12864
+ </p>
12865
+ <div
12866
+ className="lexical-content"
12867
+ >
12868
+ <div
12869
+ aria-autocomplete="none"
12870
+ aria-readonly={true}
12871
+ className="content-editable"
12872
+ contentEditable={false}
12873
+ role="textbox"
12874
+ spellCheck={true}
12875
+ />
12876
+ <button
12877
+ className="base button base expand-button ai-icon x-background-far modifierCompact"
12878
+ onClick={[Function]}
12879
+ type="button"
12880
+ >
12881
+ D
12882
+ </button>
12883
+ </div>
12884
+ </div>
12885
+ `;
12886
+
11863
12887
  exports[`Storyshots b/Logo Base 1`] = `
11864
12888
  <svg
11865
12889
  className="base svg base logo x-paragraph y-transparent"
@@ -12185,7 +13209,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12185
13209
  />
12186
13210
  </svg>,
12187
13211
  <svg
12188
- className="base svg base logo x-ui-main y-transparent"
13212
+ className="base svg base logo x-deepblue y-transparent"
12189
13213
  height="2em"
12190
13214
  preserveAspectRatio="xMinYMin meet"
12191
13215
  version="1.1"
@@ -12214,7 +13238,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12214
13238
  />
12215
13239
  </svg>,
12216
13240
  <svg
12217
- className="base svg base logo x-ui-main-2 y-transparent"
13241
+ className="base svg base logo x-light-blue y-transparent"
12218
13242
  height="2em"
12219
13243
  preserveAspectRatio="xMinYMin meet"
12220
13244
  version="1.1"
@@ -12243,7 +13267,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12243
13267
  />
12244
13268
  </svg>,
12245
13269
  <svg
12246
- className="base svg base logo x-ui-lines y-transparent"
13270
+ className="base svg base logo x-light-purple y-transparent"
12247
13271
  height="2em"
12248
13272
  preserveAspectRatio="xMinYMin meet"
12249
13273
  version="1.1"
@@ -12272,7 +13296,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12272
13296
  />
12273
13297
  </svg>,
12274
13298
  <svg
12275
- className="base svg base logo x-ui-icons y-transparent"
13299
+ className="base svg base logo x-light-seagreen y-transparent"
12276
13300
  height="2em"
12277
13301
  preserveAspectRatio="xMinYMin meet"
12278
13302
  version="1.1"
@@ -12301,7 +13325,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12301
13325
  />
12302
13326
  </svg>,
12303
13327
  <svg
12304
- className="base svg base logo x-heading y-transparent"
13328
+ className="base svg base logo x-ui-main y-transparent"
12305
13329
  height="2em"
12306
13330
  preserveAspectRatio="xMinYMin meet"
12307
13331
  version="1.1"
@@ -12330,7 +13354,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12330
13354
  />
12331
13355
  </svg>,
12332
13356
  <svg
12333
- className="base svg base logo x-paragraph y-transparent"
13357
+ className="base svg base logo x-ui-main-2 y-transparent"
12334
13358
  height="2em"
12335
13359
  preserveAspectRatio="xMinYMin meet"
12336
13360
  version="1.1"
@@ -12359,7 +13383,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12359
13383
  />
12360
13384
  </svg>,
12361
13385
  <svg
12362
- className="base svg base logo x-subtitle y-transparent"
13386
+ className="base svg base logo x-ui-lines y-transparent"
12363
13387
  height="2em"
12364
13388
  preserveAspectRatio="xMinYMin meet"
12365
13389
  version="1.1"
@@ -12388,7 +13412,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12388
13412
  />
12389
13413
  </svg>,
12390
13414
  <svg
12391
- className="base svg base logo x-metadata y-transparent"
13415
+ className="base svg base logo x-ui-icons y-transparent"
12392
13416
  height="2em"
12393
13417
  preserveAspectRatio="xMinYMin meet"
12394
13418
  version="1.1"
@@ -12417,7 +13441,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12417
13441
  />
12418
13442
  </svg>,
12419
13443
  <svg
12420
- className="base svg base logo x-link y-transparent"
13444
+ className="base svg base logo x-heading y-transparent"
12421
13445
  height="2em"
12422
13446
  preserveAspectRatio="xMinYMin meet"
12423
13447
  version="1.1"
@@ -12446,7 +13470,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12446
13470
  />
12447
13471
  </svg>,
12448
13472
  <svg
12449
- className="base svg base logo x-disabled y-transparent"
13473
+ className="base svg base logo x-paragraph y-transparent"
12450
13474
  height="2em"
12451
13475
  preserveAspectRatio="xMinYMin meet"
12452
13476
  version="1.1"
@@ -12475,7 +13499,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12475
13499
  />
12476
13500
  </svg>,
12477
13501
  <svg
12478
- className="base svg base logo x-shadow y-transparent"
13502
+ className="base svg base logo x-subtitle y-transparent"
12479
13503
  height="2em"
12480
13504
  preserveAspectRatio="xMinYMin meet"
12481
13505
  version="1.1"
@@ -12504,7 +13528,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12504
13528
  />
12505
13529
  </svg>,
12506
13530
  <svg
12507
- className="base svg base logo x-transparent y-transparent"
13531
+ className="base svg base logo x-metadata y-transparent"
12508
13532
  height="2em"
12509
13533
  preserveAspectRatio="xMinYMin meet"
12510
13534
  version="1.1"
@@ -12533,7 +13557,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12533
13557
  />
12534
13558
  </svg>,
12535
13559
  <svg
12536
- className="base svg base logo x-highlighted y-transparent"
13560
+ className="base svg base logo x-link y-transparent"
12537
13561
  height="2em"
12538
13562
  preserveAspectRatio="xMinYMin meet"
12539
13563
  version="1.1"
@@ -12562,7 +13586,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12562
13586
  />
12563
13587
  </svg>,
12564
13588
  <svg
12565
- className="base svg base logo x-interactive y-transparent"
13589
+ className="base svg base logo x-disabled y-transparent"
12566
13590
  height="2em"
12567
13591
  preserveAspectRatio="xMinYMin meet"
12568
13592
  version="1.1"
@@ -12591,7 +13615,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12591
13615
  />
12592
13616
  </svg>,
12593
13617
  <svg
12594
- className="base svg base logo x-background-far y-transparent"
13618
+ className="base svg base logo x-shadow y-transparent"
12595
13619
  height="2em"
12596
13620
  preserveAspectRatio="xMinYMin meet"
12597
13621
  version="1.1"
@@ -12620,7 +13644,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12620
13644
  />
12621
13645
  </svg>,
12622
13646
  <svg
12623
- className="base svg base logo x-background-near y-transparent"
13647
+ className="base svg base logo x-transparent y-transparent"
12624
13648
  height="2em"
12625
13649
  preserveAspectRatio="xMinYMin meet"
12626
13650
  version="1.1"
@@ -12649,7 +13673,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12649
13673
  />
12650
13674
  </svg>,
12651
13675
  <svg
12652
- className="base svg base logo x-background-inputs y-transparent"
13676
+ className="base svg base logo x-highlighted y-transparent"
12653
13677
  height="2em"
12654
13678
  preserveAspectRatio="xMinYMin meet"
12655
13679
  version="1.1"
@@ -12678,7 +13702,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12678
13702
  />
12679
13703
  </svg>,
12680
13704
  <svg
12681
- className="base svg base logo x-background-cards y-transparent"
13705
+ className="base svg base logo x-interactive y-transparent"
12682
13706
  height="2em"
12683
13707
  preserveAspectRatio="xMinYMin meet"
12684
13708
  version="1.1"
@@ -12707,7 +13731,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12707
13731
  />
12708
13732
  </svg>,
12709
13733
  <svg
12710
- className="base svg base logo x-background-mesh y-transparent"
13734
+ className="base svg base logo x-background-far y-transparent"
12711
13735
  height="2em"
12712
13736
  preserveAspectRatio="xMinYMin meet"
12713
13737
  version="1.1"
@@ -12736,7 +13760,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12736
13760
  />
12737
13761
  </svg>,
12738
13762
  <svg
12739
- className="base svg base logo x-outline-inputs y-transparent"
13763
+ className="base svg base logo x-background-near y-transparent"
12740
13764
  height="2em"
12741
13765
  preserveAspectRatio="xMinYMin meet"
12742
13766
  version="1.1"
@@ -12765,7 +13789,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12765
13789
  />
12766
13790
  </svg>,
12767
13791
  <svg
12768
- className="base svg base logo x-twitter y-transparent"
13792
+ className="base svg base logo x-background-inputs y-transparent"
12769
13793
  height="2em"
12770
13794
  preserveAspectRatio="xMinYMin meet"
12771
13795
  version="1.1"
@@ -12794,7 +13818,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12794
13818
  />
12795
13819
  </svg>,
12796
13820
  <svg
12797
- className="base svg base logo x-facebook y-transparent"
13821
+ className="base svg base logo x-background-cards y-transparent"
12798
13822
  height="2em"
12799
13823
  preserveAspectRatio="xMinYMin meet"
12800
13824
  version="1.1"
@@ -12823,7 +13847,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12823
13847
  />
12824
13848
  </svg>,
12825
13849
  <svg
12826
- className="base svg base logo x-instagram y-transparent"
13850
+ className="base svg base logo x-background-mesh y-transparent"
12827
13851
  height="2em"
12828
13852
  preserveAspectRatio="xMinYMin meet"
12829
13853
  version="1.1"
@@ -12852,7 +13876,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12852
13876
  />
12853
13877
  </svg>,
12854
13878
  <svg
12855
- className="base svg base logo x-google y-transparent"
13879
+ className="base svg base logo x-outline-inputs y-transparent"
12856
13880
  height="2em"
12857
13881
  preserveAspectRatio="xMinYMin meet"
12858
13882
  version="1.1"
@@ -12881,7 +13905,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12881
13905
  />
12882
13906
  </svg>,
12883
13907
  <svg
12884
- className="base svg base logo x-black y-transparent"
13908
+ className="base svg base logo x-twitter y-transparent"
12885
13909
  height="2em"
12886
13910
  preserveAspectRatio="xMinYMin meet"
12887
13911
  version="1.1"
@@ -12910,7 +13934,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12910
13934
  />
12911
13935
  </svg>,
12912
13936
  <svg
12913
- className="base svg base logo x-anchor y-transparent"
13937
+ className="base svg base logo x-facebook y-transparent"
12914
13938
  height="2em"
12915
13939
  preserveAspectRatio="xMinYMin meet"
12916
13940
  version="1.1"
@@ -12939,7 +13963,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12939
13963
  />
12940
13964
  </svg>,
12941
13965
  <svg
12942
- className="base svg base logo x-grey y-transparent"
13966
+ className="base svg base logo x-instagram y-transparent"
12943
13967
  height="2em"
12944
13968
  preserveAspectRatio="xMinYMin meet"
12945
13969
  version="1.1"
@@ -12968,7 +13992,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12968
13992
  />
12969
13993
  </svg>,
12970
13994
  <svg
12971
- className="base svg base logo x-pearl y-transparent"
13995
+ className="base svg base logo x-google y-transparent"
12972
13996
  height="2em"
12973
13997
  preserveAspectRatio="xMinYMin meet"
12974
13998
  version="1.1"
@@ -12997,7 +14021,7 @@ exports[`Storyshots b/Logo Color 1`] = `
12997
14021
  />
12998
14022
  </svg>,
12999
14023
  <svg
13000
- className="base svg base logo x-white y-transparent"
14024
+ className="base svg base logo x-black y-transparent"
13001
14025
  height="2em"
13002
14026
  preserveAspectRatio="xMinYMin meet"
13003
14027
  version="1.1"
@@ -13025,13 +14049,129 @@ exports[`Storyshots b/Logo Color 1`] = `
13025
14049
  }
13026
14050
  />
13027
14051
  </svg>,
13028
- ]
13029
- `;
13030
-
13031
- exports[`Storyshots b/Logo Square 1`] = `
13032
- [
13033
14052
  <svg
13034
- className="base svg base logo x-main y-transparent"
14053
+ className="base svg base logo x-anchor y-transparent"
14054
+ height="2em"
14055
+ preserveAspectRatio="xMinYMin meet"
14056
+ version="1.1"
14057
+ viewBox="0 0 156 30"
14058
+ xmlns="http://www.w3.org/2000/svg"
14059
+ >
14060
+ <use
14061
+ className=""
14062
+ href="/logo.svg#logo_squares"
14063
+ id="logo_squares"
14064
+ style={
14065
+ {
14066
+ "style": undefined,
14067
+ }
14068
+ }
14069
+ />
14070
+ <use
14071
+ className=""
14072
+ href="/logo.svg#logo_pareto"
14073
+ id="logo_pareto"
14074
+ style={
14075
+ {
14076
+ "style": undefined,
14077
+ }
14078
+ }
14079
+ />
14080
+ </svg>,
14081
+ <svg
14082
+ className="base svg base logo x-grey y-transparent"
14083
+ height="2em"
14084
+ preserveAspectRatio="xMinYMin meet"
14085
+ version="1.1"
14086
+ viewBox="0 0 156 30"
14087
+ xmlns="http://www.w3.org/2000/svg"
14088
+ >
14089
+ <use
14090
+ className=""
14091
+ href="/logo.svg#logo_squares"
14092
+ id="logo_squares"
14093
+ style={
14094
+ {
14095
+ "style": undefined,
14096
+ }
14097
+ }
14098
+ />
14099
+ <use
14100
+ className=""
14101
+ href="/logo.svg#logo_pareto"
14102
+ id="logo_pareto"
14103
+ style={
14104
+ {
14105
+ "style": undefined,
14106
+ }
14107
+ }
14108
+ />
14109
+ </svg>,
14110
+ <svg
14111
+ className="base svg base logo x-pearl y-transparent"
14112
+ height="2em"
14113
+ preserveAspectRatio="xMinYMin meet"
14114
+ version="1.1"
14115
+ viewBox="0 0 156 30"
14116
+ xmlns="http://www.w3.org/2000/svg"
14117
+ >
14118
+ <use
14119
+ className=""
14120
+ href="/logo.svg#logo_squares"
14121
+ id="logo_squares"
14122
+ style={
14123
+ {
14124
+ "style": undefined,
14125
+ }
14126
+ }
14127
+ />
14128
+ <use
14129
+ className=""
14130
+ href="/logo.svg#logo_pareto"
14131
+ id="logo_pareto"
14132
+ style={
14133
+ {
14134
+ "style": undefined,
14135
+ }
14136
+ }
14137
+ />
14138
+ </svg>,
14139
+ <svg
14140
+ className="base svg base logo x-white y-transparent"
14141
+ height="2em"
14142
+ preserveAspectRatio="xMinYMin meet"
14143
+ version="1.1"
14144
+ viewBox="0 0 156 30"
14145
+ xmlns="http://www.w3.org/2000/svg"
14146
+ >
14147
+ <use
14148
+ className=""
14149
+ href="/logo.svg#logo_squares"
14150
+ id="logo_squares"
14151
+ style={
14152
+ {
14153
+ "style": undefined,
14154
+ }
14155
+ }
14156
+ />
14157
+ <use
14158
+ className=""
14159
+ href="/logo.svg#logo_pareto"
14160
+ id="logo_pareto"
14161
+ style={
14162
+ {
14163
+ "style": undefined,
14164
+ }
14165
+ }
14166
+ />
14167
+ </svg>,
14168
+ ]
14169
+ `;
14170
+
14171
+ exports[`Storyshots b/Logo Square 1`] = `
14172
+ [
14173
+ <svg
14174
+ className="base svg base logo x-main y-transparent"
13035
14175
  height="2em"
13036
14176
  preserveAspectRatio="xMinYMin meet"
13037
14177
  version="1.1"
@@ -13220,6 +14360,82 @@ exports[`Storyshots b/Logo Square 1`] = `
13220
14360
  }
13221
14361
  />
13222
14362
  </svg>,
14363
+ <svg
14364
+ className="base svg base logo x-deepblue y-transparent"
14365
+ height="2em"
14366
+ preserveAspectRatio="xMinYMin meet"
14367
+ version="1.1"
14368
+ viewBox="0 0 39 39"
14369
+ xmlns="http://www.w3.org/2000/svg"
14370
+ >
14371
+ <use
14372
+ className=""
14373
+ href="/logo_square.svg#logo"
14374
+ id="logo"
14375
+ style={
14376
+ {
14377
+ "style": undefined,
14378
+ }
14379
+ }
14380
+ />
14381
+ </svg>,
14382
+ <svg
14383
+ className="base svg base logo x-light-blue y-transparent"
14384
+ height="2em"
14385
+ preserveAspectRatio="xMinYMin meet"
14386
+ version="1.1"
14387
+ viewBox="0 0 39 39"
14388
+ xmlns="http://www.w3.org/2000/svg"
14389
+ >
14390
+ <use
14391
+ className=""
14392
+ href="/logo_square.svg#logo"
14393
+ id="logo"
14394
+ style={
14395
+ {
14396
+ "style": undefined,
14397
+ }
14398
+ }
14399
+ />
14400
+ </svg>,
14401
+ <svg
14402
+ className="base svg base logo x-light-purple y-transparent"
14403
+ height="2em"
14404
+ preserveAspectRatio="xMinYMin meet"
14405
+ version="1.1"
14406
+ viewBox="0 0 39 39"
14407
+ xmlns="http://www.w3.org/2000/svg"
14408
+ >
14409
+ <use
14410
+ className=""
14411
+ href="/logo_square.svg#logo"
14412
+ id="logo"
14413
+ style={
14414
+ {
14415
+ "style": undefined,
14416
+ }
14417
+ }
14418
+ />
14419
+ </svg>,
14420
+ <svg
14421
+ className="base svg base logo x-light-seagreen y-transparent"
14422
+ height="2em"
14423
+ preserveAspectRatio="xMinYMin meet"
14424
+ version="1.1"
14425
+ viewBox="0 0 39 39"
14426
+ xmlns="http://www.w3.org/2000/svg"
14427
+ >
14428
+ <use
14429
+ className=""
14430
+ href="/logo_square.svg#logo"
14431
+ id="logo"
14432
+ style={
14433
+ {
14434
+ "style": undefined,
14435
+ }
14436
+ }
14437
+ />
14438
+ </svg>,
13223
14439
  <svg
13224
14440
  className="base svg base logo x-ui-main y-transparent"
13225
14441
  height="2em"
@@ -14061,673 +15277,77 @@ exports[`Storyshots b/Title Sizes 1`] = `
14061
15277
  <h3
14062
15278
  className="heading"
14063
15279
  >
14064
- This is a title in h3
14065
- </h3>
14066
- <p
14067
- className="subtitle"
14068
- >
14069
- Here goes the subtitle
14070
- </p>
14071
- </div>
14072
- </div>
14073
- </div>,
14074
- <div
14075
- className="u2 pv-u"
14076
- >
14077
- <div
14078
- className="y-background-far b-hard-y"
14079
- >
14080
- <div
14081
- className="base title"
14082
- >
14083
- <h4
14084
- className="heading"
14085
- >
14086
- This is a title in h4
14087
- </h4>
14088
- <p
14089
- className="subtitle"
14090
- >
14091
- Here goes the subtitle
14092
- </p>
14093
- </div>
14094
- </div>
14095
- </div>,
14096
- <div
14097
- className="u2 pv-u"
14098
- >
14099
- <div
14100
- className="y-background-far b-hard-y"
14101
- >
14102
- <div
14103
- className="base title"
14104
- >
14105
- <h5
14106
- className="heading"
14107
- >
14108
- This is a title in h5
14109
- </h5>
14110
- <p
14111
- className="subtitle"
14112
- >
14113
- Here goes the subtitle
14114
- </p>
14115
- </div>
14116
- </div>
14117
- </div>,
14118
- ]
14119
- `;
14120
-
14121
- exports[`Storyshots b/Title With Subtitle 1`] = `
14122
- <div
14123
- className="base title"
14124
- >
14125
- <h1
14126
- className="heading"
14127
- >
14128
- Test
14129
- </h1>
14130
- <p
14131
- className="subtitle"
14132
- >
14133
- This will appear as the subtitle
14134
- </p>
14135
- </div>
14136
- `;
14137
-
14138
- exports[`Storyshots c/ContentSlides Base 1`] = `
14139
- <div
14140
- className="ui-light"
14141
- style={
14142
- {
14143
- "height": "100%",
14144
- }
14145
- }
14146
- >
14147
- <div
14148
- className="base content-slides y-background-far b-dark-y u1 md-u2"
14149
- >
14150
- <nav
14151
- className="sidebar"
14152
- >
14153
- <header>
14154
- <svg
14155
- className="base svg base logo x-paragraph y-transparent"
14156
- height="2em"
14157
- preserveAspectRatio="xMinYMin meet"
14158
- version="1.1"
14159
- viewBox="0 0 156 30"
14160
- xmlns="http://www.w3.org/2000/svg"
14161
- >
14162
- <use
14163
- className=""
14164
- href="/logo.svg#logo_squares"
14165
- id="logo_squares"
14166
- style={
14167
- {
14168
- "style": undefined,
14169
- }
14170
- }
14171
- />
14172
- <use
14173
- className=""
14174
- href="/logo.svg#logo_pareto"
14175
- id="logo_pareto"
14176
- style={
14177
- {
14178
- "style": undefined,
14179
- }
14180
- }
14181
- />
14182
- </svg>
14183
- </header>
14184
- <div
14185
- className="elementContent"
14186
- >
14187
- <ul
14188
- className="base icon-list"
14189
- style={
14190
- {
14191
- "--list-icon": undefined,
14192
- "--list-icon-hover": undefined,
14193
- }
14194
- }
14195
- >
14196
- <li
14197
- className="elementItem x-heading c-x"
14198
- style={
14199
- {
14200
- "--list-icon": ""L"",
14201
- "--list-icon-hover": undefined,
14202
- }
14203
- }
14204
- >
14205
- Welcome
14206
- </li>
14207
- <li
14208
- className="elementItem x-subtitle c-x"
14209
- style={
14210
- {
14211
- "--list-icon": undefined,
14212
- "--list-icon-hover": undefined,
14213
- }
14214
- }
14215
- >
14216
- Choose your plan
14217
- </li>
14218
- <li
14219
- className="elementItem x-subtitle c-x"
14220
- style={
14221
- {
14222
- "--list-icon": undefined,
14223
- "--list-icon-hover": undefined,
14224
- }
14225
- }
14226
- >
14227
- Personal details
14228
- </li>
14229
- <li
14230
- className="elementItem x-subtitle c-x"
14231
- style={
14232
- {
14233
- "--list-icon": undefined,
14234
- "--list-icon-hover": undefined,
14235
- }
14236
- }
14237
- >
14238
- Payment
14239
- </li>
14240
- </ul>
14241
- </div>
14242
- <span />
14243
- </nav>
14244
- <div
14245
- className="horizontal-menu"
14246
- >
14247
- <div
14248
- className="base progress-bar modifierAttached x-main2 y-background-far b-hard-y"
14249
- data-length="50%"
14250
- style={
14251
- {
14252
- "--height": ".4em",
14253
- "--progress": 40,
14254
- }
14255
- }
14256
- />
14257
- <div
14258
- className="elementContent"
14259
- >
14260
- <div
14261
- className="left"
14262
- />
14263
- <div
14264
- className="title"
14265
- >
14266
- <span
14267
- className="md-h lg-h"
14268
- >
14269
- Welcome
14270
- </span>
14271
- <svg
14272
- className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
14273
- height="1.1em"
14274
- preserveAspectRatio="xMinYMin meet"
14275
- version="1.1"
14276
- viewBox="0 0 156 30"
14277
- xmlns="http://www.w3.org/2000/svg"
14278
- >
14279
- <use
14280
- className=""
14281
- href="/logo.svg#logo_squares"
14282
- id="logo_squares"
14283
- style={
14284
- {
14285
- "style": undefined,
14286
- }
14287
- }
14288
- />
14289
- <use
14290
- className=""
14291
- href="/logo.svg#logo_pareto"
14292
- id="logo_pareto"
14293
- style={
14294
- {
14295
- "style": undefined,
14296
- }
14297
- }
14298
- />
14299
- </svg>
14300
- </div>
14301
- </div>
14302
- </div>
14303
- <main>
14304
- <div
14305
- className="modifierActive slide"
14306
- >
14307
- <div
14308
- className="wrapper"
14309
- >
14310
- <div
14311
- className="content"
14312
- >
14313
- <div
14314
- className="base title"
14315
- >
14316
- <h1
14317
- className="small heading"
14318
- >
14319
- Welcome
14320
- </h1>
14321
- <p
14322
- className="subtitle"
14323
- >
14324
- Welcome to this site. We hope you will have an amazing experience here.
14325
- </p>
14326
- </div>
14327
- <div
14328
- className="navigator"
14329
- >
14330
- <span />
14331
- <button
14332
- className="base button x-main2 next x-main modifierCompact"
14333
- disabled={false}
14334
- onClick={[Function]}
14335
- type="button"
14336
- >
14337
- Next
14338
- </button>
14339
- </div>
14340
- </div>
14341
- </div>
14342
- </div>
14343
- <div
14344
- className="slide"
14345
- >
14346
- <div
14347
- className="wrapper"
14348
- >
14349
- <div
14350
- className="content"
14351
- >
14352
- <div
14353
- className="base title"
14354
- >
14355
- <h1
14356
- className="small heading"
14357
- >
14358
- Part 2
14359
- </h1>
14360
- <p
14361
- className="subtitle"
14362
- >
14363
- Welcome to this site. We hope you will have an amazing experience here.
14364
- </p>
14365
- </div>
14366
- <p>
14367
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
14368
- </p>
14369
- <p>
14370
- Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
14371
- </p>
14372
- <p>
14373
- Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
14374
-
14375
- </p>
14376
- <p>
14377
- Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
14378
-
14379
- </p>
14380
- <p>
14381
- Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
14382
-
14383
- </p>
14384
- <div
14385
- className="navigator"
14386
- >
14387
- <span />
14388
- <button
14389
- className="base button x-main2 next x-main modifierCompact"
14390
- disabled={false}
14391
- onClick={[Function]}
14392
- type="button"
14393
- >
14394
- Next
14395
- </button>
14396
- </div>
14397
- </div>
14398
- </div>
14399
- </div>
14400
- <div
14401
- className="slide"
14402
- >
14403
- <div
14404
- className="wrapper"
14405
- >
14406
- <div
14407
- className="content"
14408
- >
14409
- <div
14410
- className="base title"
14411
- >
14412
- <h1
14413
- className="small heading"
14414
- >
14415
- Part 3
14416
- </h1>
14417
- <p
14418
- className="subtitle"
14419
- >
14420
- Welcome to this site. We hope you will have an amazing experience here.
14421
- </p>
14422
- </div>
14423
- <div
14424
- className="navigator"
14425
- >
14426
- <span />
14427
- <button
14428
- className="base button x-main2 next x-main modifierCompact"
14429
- disabled={false}
14430
- onClick={[Function]}
14431
- type="button"
14432
- >
14433
- Next
14434
- </button>
14435
- </div>
14436
- </div>
14437
- </div>
14438
- </div>
14439
- <div
14440
- className="slide"
14441
- >
14442
- <div
14443
- className="wrapper"
14444
- >
14445
- <div
14446
- className="content"
14447
- >
14448
- <div
14449
- className="base title"
14450
- >
14451
- <h1
14452
- className="heading"
14453
- >
14454
- Part 4
14455
- </h1>
14456
- <p
14457
- className="subtitle"
14458
- >
14459
- Welcome to this site. We hope you will have an amazing experience here.
14460
- </p>
14461
- </div>
14462
- <div
14463
- className="navigator"
14464
- >
14465
- <span />
14466
- <button
14467
- className="base button x-main2 next x-main modifierCompact"
14468
- disabled={false}
14469
- onClick={[Function]}
14470
- type="button"
14471
- >
14472
- Next
14473
- </button>
14474
- </div>
14475
- </div>
14476
- </div>
14477
- </div>
14478
- </main>
14479
- </div>
14480
- </div>
14481
- `;
14482
-
14483
- exports[`Storyshots c/ContentSlides Simple 1`] = `
14484
- <div
14485
- className="ui-light"
14486
- style={
14487
- {
14488
- "height": "100%",
14489
- }
14490
- }
14491
- >
14492
- <div
14493
- className="base content-slides y-background-far b-dark-y simple u1 md-u2"
14494
- >
14495
- <div
14496
- className="horizontal-menu"
14497
- >
14498
- <div
14499
- className="base progress-bar modifierAttached x-main2 y-background-far b-hard-y"
14500
- data-length="50%"
14501
- style={
14502
- {
14503
- "--height": ".4em",
14504
- "--progress": 40,
14505
- }
14506
- }
14507
- />
14508
- <div
14509
- className="elementContent"
14510
- >
14511
- <div
14512
- className="left"
14513
- />
14514
- <div
14515
- className="title"
14516
- >
14517
- <span
14518
- className="md-h lg-h"
14519
- >
14520
- Welcome
14521
- </span>
14522
- <svg
14523
- className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
14524
- height="1.1em"
14525
- preserveAspectRatio="xMinYMin meet"
14526
- version="1.1"
14527
- viewBox="0 0 156 30"
14528
- xmlns="http://www.w3.org/2000/svg"
14529
- >
14530
- <use
14531
- className=""
14532
- href="/logo.svg#logo_squares"
14533
- id="logo_squares"
14534
- style={
14535
- {
14536
- "style": undefined,
14537
- }
14538
- }
14539
- />
14540
- <use
14541
- className=""
14542
- href="/logo.svg#logo_pareto"
14543
- id="logo_pareto"
14544
- style={
14545
- {
14546
- "style": undefined,
14547
- }
14548
- }
14549
- />
14550
- </svg>
14551
- </div>
14552
- </div>
14553
- </div>
14554
- <main>
14555
- <div
14556
- className="modifierActive slide"
14557
- >
14558
- <div
14559
- className="wrapper"
14560
- >
14561
- <div
14562
- className="content"
14563
- >
14564
- <div
14565
- className="base title"
14566
- >
14567
- <h1
14568
- className="small heading"
14569
- >
14570
- Welcome
14571
- </h1>
14572
- <p
14573
- className="subtitle"
14574
- >
14575
- Welcome to this site. We hope you will have an amazing experience here.
14576
- </p>
14577
- </div>
14578
- <div
14579
- className="navigator"
14580
- >
14581
- <span />
14582
- <button
14583
- className="base button x-main2 next x-main modifierCompact"
14584
- disabled={false}
14585
- onClick={[Function]}
14586
- type="button"
14587
- >
14588
- Next
14589
- </button>
14590
- </div>
14591
- </div>
14592
- </div>
14593
- </div>
14594
- <div
14595
- className="slide"
14596
- >
14597
- <div
14598
- className="wrapper"
14599
- >
14600
- <div
14601
- className="content"
14602
- >
14603
- <div
14604
- className="base title"
14605
- >
14606
- <h1
14607
- className="small heading"
14608
- >
14609
- Part 2
14610
- </h1>
14611
- <p
14612
- className="subtitle"
14613
- >
14614
- Welcome to this site. We hope you will have an amazing experience here.
14615
- </p>
14616
- </div>
14617
- <p>
14618
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
14619
- </p>
14620
- <p>
14621
- Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
14622
- </p>
14623
- <p>
14624
- Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
14625
-
14626
- </p>
14627
- <p>
14628
- Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
14629
-
14630
- </p>
14631
- <p>
14632
- Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
14633
-
14634
- </p>
14635
- <div
14636
- className="navigator"
14637
- >
14638
- <span />
14639
- <button
14640
- className="base button x-main2 next x-main modifierCompact"
14641
- disabled={false}
14642
- onClick={[Function]}
14643
- type="button"
14644
- >
14645
- Next
14646
- </button>
14647
- </div>
14648
- </div>
14649
- </div>
15280
+ This is a title in h3
15281
+ </h3>
15282
+ <p
15283
+ className="subtitle"
15284
+ >
15285
+ Here goes the subtitle
15286
+ </p>
14650
15287
  </div>
15288
+ </div>
15289
+ </div>,
15290
+ <div
15291
+ className="u2 pv-u"
15292
+ >
15293
+ <div
15294
+ className="y-background-far b-hard-y"
15295
+ >
14651
15296
  <div
14652
- className="slide"
15297
+ className="base title"
14653
15298
  >
14654
- <div
14655
- className="wrapper"
15299
+ <h4
15300
+ className="heading"
14656
15301
  >
14657
- <div
14658
- className="content"
14659
- >
14660
- <div
14661
- className="base title"
14662
- >
14663
- <h1
14664
- className="small heading"
14665
- >
14666
- Part 3
14667
- </h1>
14668
- <p
14669
- className="subtitle"
14670
- >
14671
- Welcome to this site. We hope you will have an amazing experience here.
14672
- </p>
14673
- </div>
14674
- <div
14675
- className="navigator"
14676
- >
14677
- <span />
14678
- <button
14679
- className="base button x-main2 next x-main modifierCompact"
14680
- disabled={false}
14681
- onClick={[Function]}
14682
- type="button"
14683
- >
14684
- Next
14685
- </button>
14686
- </div>
14687
- </div>
14688
- </div>
15302
+ This is a title in h4
15303
+ </h4>
15304
+ <p
15305
+ className="subtitle"
15306
+ >
15307
+ Here goes the subtitle
15308
+ </p>
14689
15309
  </div>
15310
+ </div>
15311
+ </div>,
15312
+ <div
15313
+ className="u2 pv-u"
15314
+ >
15315
+ <div
15316
+ className="y-background-far b-hard-y"
15317
+ >
14690
15318
  <div
14691
- className="slide"
15319
+ className="base title"
14692
15320
  >
14693
- <div
14694
- className="wrapper"
15321
+ <h5
15322
+ className="heading"
14695
15323
  >
14696
- <div
14697
- className="content"
14698
- >
14699
- <div
14700
- className="base title"
14701
- >
14702
- <h1
14703
- className="heading"
14704
- >
14705
- Part 4
14706
- </h1>
14707
- <p
14708
- className="subtitle"
14709
- >
14710
- Welcome to this site. We hope you will have an amazing experience here.
14711
- </p>
14712
- </div>
14713
- <div
14714
- className="navigator"
14715
- >
14716
- <span />
14717
- <button
14718
- className="base button x-main2 next x-main modifierCompact"
14719
- disabled={false}
14720
- onClick={[Function]}
14721
- type="button"
14722
- >
14723
- Next
14724
- </button>
14725
- </div>
14726
- </div>
14727
- </div>
15324
+ This is a title in h5
15325
+ </h5>
15326
+ <p
15327
+ className="subtitle"
15328
+ >
15329
+ Here goes the subtitle
15330
+ </p>
14728
15331
  </div>
14729
- </main>
14730
- </div>
15332
+ </div>
15333
+ </div>,
15334
+ ]
15335
+ `;
15336
+
15337
+ exports[`Storyshots b/Title With Subtitle 1`] = `
15338
+ <div
15339
+ className="base title"
15340
+ >
15341
+ <h1
15342
+ className="heading"
15343
+ >
15344
+ Test
15345
+ </h1>
15346
+ <p
15347
+ className="subtitle"
15348
+ >
15349
+ This will appear as the subtitle
15350
+ </p>
14731
15351
  </div>
14732
15352
  `;
14733
15353
 
@@ -14769,7 +15389,7 @@ exports[`Storyshots c/Shortener Base 1`] = `
14769
15389
  exports[`Storyshots c/SocialMediaShareButton Facebook 1`] = `
14770
15390
  <a
14771
15391
  className="base social-media-share-button x-facebook"
14772
- href="https://www.facebook.com/sharer/sharer.php?u=http://localhost/#/welcome"
15392
+ href="https://www.facebook.com/sharer/sharer.php?u=http://localhost/#/"
14773
15393
  rel="noreferrer"
14774
15394
  target="_blank"
14775
15395
  >
@@ -14784,7 +15404,7 @@ exports[`Storyshots c/SocialMediaShareButton Facebook 1`] = `
14784
15404
  exports[`Storyshots c/SocialMediaShareButton Twitter 1`] = `
14785
15405
  <a
14786
15406
  className="base social-media-share-button x-twitter"
14787
- href="https://twitter.com/intent/tweet?url=http://localhost/#/welcome"
15407
+ href="https://twitter.com/intent/tweet?url=http://localhost/#/"
14788
15408
  rel="noreferrer"
14789
15409
  target="_blank"
14790
15410
  >
@@ -18869,7 +19489,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
18869
19489
  </form>
18870
19490
  `;
18871
19491
 
18872
- exports[`Storyshots f/fields/QueryCombobox Multiple Select With Prompt For New Options 1`] = `
19492
+ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Get Tag Color Function 1`] = `
18873
19493
  <form
18874
19494
  action="#"
18875
19495
  onReset={[Function]}
@@ -18898,6 +19518,52 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Prompt For New O
18898
19518
  >
18899
19519
  Search for a team
18900
19520
  </label>
19521
+ <div
19522
+ className="selected-items"
19523
+ >
19524
+ <div
19525
+ className="item"
19526
+ onClick={[Function]}
19527
+ onKeyDown={[Function]}
19528
+ tabIndex={-1}
19529
+ >
19530
+ <button
19531
+ className="base button x-red modifierCompact"
19532
+ onClick={[Function]}
19533
+ type="button"
19534
+ >
19535
+ <span>
19536
+ Apple
19537
+ </span>
19538
+ <span
19539
+ className="icon close"
19540
+ >
19541
+ Y
19542
+ </span>
19543
+ </button>
19544
+ </div>
19545
+ <div
19546
+ className="item"
19547
+ onClick={[Function]}
19548
+ onKeyDown={[Function]}
19549
+ tabIndex={-1}
19550
+ >
19551
+ <button
19552
+ className="base button x-green modifierCompact"
19553
+ onClick={[Function]}
19554
+ type="button"
19555
+ >
19556
+ <span>
19557
+ Pear
19558
+ </span>
19559
+ <span
19560
+ className="icon close"
19561
+ >
19562
+ Y
19563
+ </span>
19564
+ </button>
19565
+ </div>
19566
+ </div>
18901
19567
  <div
18902
19568
  className="input-container"
18903
19569
  >
@@ -18952,7 +19618,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Prompt For New O
18952
19618
  </form>
18953
19619
  `;
18954
19620
 
18955
- exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
19621
+ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Prompt For New Options 1`] = `
18956
19622
  <form
18957
19623
  action="#"
18958
19624
  onReset={[Function]}
@@ -18971,16 +19637,15 @@ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
18971
19637
  aria-expanded={false}
18972
19638
  aria-haspopup="listbox"
18973
19639
  aria-owns="downshift-5-menu"
18974
- className="base combobox y-interactive"
19640
+ className="base multiple-combobox"
18975
19641
  role="combobox"
18976
19642
  >
18977
19643
  <label
18978
- className="base form-label x-paragraph"
18979
- htmlFor="team"
19644
+ className="base form-label base multiple-combobox x-paragraph"
19645
+ htmlFor="teams"
18980
19646
  id="downshift-5-label"
18981
19647
  >
18982
19648
  Search for a team
18983
- (Optional)
18984
19649
  </label>
18985
19650
  <div
18986
19651
  className="input-container"
@@ -18995,6 +19660,7 @@ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
18995
19660
  id="downshift-5-input"
18996
19661
  onBlur={[Function]}
18997
19662
  onChange={[Function]}
19663
+ onClick={[Function]}
18998
19664
  onKeyDown={[Function]}
18999
19665
  value=""
19000
19666
  />
@@ -19028,14 +19694,14 @@ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
19028
19694
  onClick={[Function]}
19029
19695
  type="button"
19030
19696
  >
19031
- Replace formik value
19697
+ Add formik values
19032
19698
  </button>
19033
19699
  </div>
19034
19700
  </div>
19035
19701
  </form>
19036
19702
  `;
19037
19703
 
19038
- exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
19704
+ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
19039
19705
  <form
19040
19706
  action="#"
19041
19707
  onReset={[Function]}
@@ -19063,6 +19729,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
19063
19729
  id="downshift-6-label"
19064
19730
  >
19065
19731
  Search for a team
19732
+ (Optional)
19066
19733
  </label>
19067
19734
  <div
19068
19735
  className="input-container"
@@ -19117,7 +19784,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
19117
19784
  </form>
19118
19785
  `;
19119
19786
 
19120
- exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik State 1`] = `
19787
+ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
19121
19788
  <form
19122
19789
  action="#"
19123
19790
  onReset={[Function]}
@@ -19160,6 +19827,88 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
19160
19827
  onBlur={[Function]}
19161
19828
  onChange={[Function]}
19162
19829
  onKeyDown={[Function]}
19830
+ value=""
19831
+ />
19832
+ </div>
19833
+ <div
19834
+ className="base popover x-background-near bottom left"
19835
+ >
19836
+ <ul
19837
+ aria-labelledby="downshift-7-label"
19838
+ className="base menu y-interactive"
19839
+ id="downshift-7-menu"
19840
+ onMouseLeave={[Function]}
19841
+ role="listbox"
19842
+ />
19843
+ </div>
19844
+ </div>
19845
+ <div>
19846
+ <div
19847
+ className="debugger"
19848
+ >
19849
+ <button
19850
+ className="base button x-main2"
19851
+ onClick={[Function]}
19852
+ type="button"
19853
+ >
19854
+ Open FormDebugger
19855
+ </button>
19856
+ </div>
19857
+ <button
19858
+ className="base button x-main"
19859
+ onClick={[Function]}
19860
+ type="button"
19861
+ >
19862
+ Replace formik value
19863
+ </button>
19864
+ </div>
19865
+ </div>
19866
+ </form>
19867
+ `;
19868
+
19869
+ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik State 1`] = `
19870
+ <form
19871
+ action="#"
19872
+ onReset={[Function]}
19873
+ onSubmit={[Function]}
19874
+ >
19875
+ <div
19876
+ style={
19877
+ {
19878
+ "display": "flex",
19879
+ "flexDirection": "column",
19880
+ "gap": "1rem",
19881
+ }
19882
+ }
19883
+ >
19884
+ <div
19885
+ aria-expanded={false}
19886
+ aria-haspopup="listbox"
19887
+ aria-owns="downshift-8-menu"
19888
+ className="base combobox y-interactive"
19889
+ role="combobox"
19890
+ >
19891
+ <label
19892
+ className="base form-label x-paragraph"
19893
+ htmlFor="team"
19894
+ id="downshift-8-label"
19895
+ >
19896
+ Search for a team
19897
+ </label>
19898
+ <div
19899
+ className="input-container"
19900
+ >
19901
+ <input
19902
+ aria-autocomplete="list"
19903
+ aria-controls="downshift-8-menu"
19904
+ aria-labelledby="downshift-8-label"
19905
+ autoComplete="off"
19906
+ className="input"
19907
+ disabled={false}
19908
+ id="downshift-8-input"
19909
+ onBlur={[Function]}
19910
+ onChange={[Function]}
19911
+ onKeyDown={[Function]}
19163
19912
  value="Apple"
19164
19913
  />
19165
19914
  <button
@@ -19182,9 +19931,9 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
19182
19931
  className="base popover x-background-near bottom left"
19183
19932
  >
19184
19933
  <ul
19185
- aria-labelledby="downshift-7-label"
19934
+ aria-labelledby="downshift-8-label"
19186
19935
  className="base menu y-interactive"
19187
- id="downshift-7-menu"
19936
+ id="downshift-8-menu"
19188
19937
  onMouseLeave={[Function]}
19189
19938
  role="listbox"
19190
19939
  />
@@ -19232,14 +19981,14 @@ exports[`Storyshots f/fields/QueryCombobox With Placeholder 1`] = `
19232
19981
  <div
19233
19982
  aria-expanded={false}
19234
19983
  aria-haspopup="listbox"
19235
- aria-owns="downshift-8-menu"
19984
+ aria-owns="downshift-9-menu"
19236
19985
  className="base combobox y-interactive"
19237
19986
  role="combobox"
19238
19987
  >
19239
19988
  <label
19240
19989
  className="base form-label x-paragraph"
19241
19990
  htmlFor="team"
19242
- id="downshift-8-label"
19991
+ id="downshift-9-label"
19243
19992
  >
19244
19993
  Search for a team
19245
19994
  </label>
@@ -19248,12 +19997,12 @@ exports[`Storyshots f/fields/QueryCombobox With Placeholder 1`] = `
19248
19997
  >
19249
19998
  <input
19250
19999
  aria-autocomplete="list"
19251
- aria-controls="downshift-8-menu"
19252
- aria-labelledby="downshift-8-label"
20000
+ aria-controls="downshift-9-menu"
20001
+ aria-labelledby="downshift-9-label"
19253
20002
  autoComplete="off"
19254
20003
  className="input"
19255
20004
  disabled={false}
19256
- id="downshift-8-input"
20005
+ id="downshift-9-input"
19257
20006
  onBlur={[Function]}
19258
20007
  onChange={[Function]}
19259
20008
  onKeyDown={[Function]}
@@ -19265,9 +20014,9 @@ exports[`Storyshots f/fields/QueryCombobox With Placeholder 1`] = `
19265
20014
  className="base popover x-background-near bottom left"
19266
20015
  >
19267
20016
  <ul
19268
- aria-labelledby="downshift-8-label"
20017
+ aria-labelledby="downshift-9-label"
19269
20018
  className="base menu y-interactive"
19270
- id="downshift-8-menu"
20019
+ id="downshift-9-menu"
19271
20020
  onMouseLeave={[Function]}
19272
20021
  role="listbox"
19273
20022
  />
@@ -19315,14 +20064,14 @@ exports[`Storyshots f/fields/QueryCombobox With Prompt To Create New Option 1`]
19315
20064
  <div
19316
20065
  aria-expanded={false}
19317
20066
  aria-haspopup="listbox"
19318
- aria-owns="downshift-9-menu"
20067
+ aria-owns="downshift-10-menu"
19319
20068
  className="base combobox y-interactive"
19320
20069
  role="combobox"
19321
20070
  >
19322
20071
  <label
19323
20072
  className="base form-label x-paragraph"
19324
20073
  htmlFor="team"
19325
- id="downshift-9-label"
20074
+ id="downshift-10-label"
19326
20075
  >
19327
20076
  Search for a team
19328
20077
  </label>
@@ -19331,12 +20080,12 @@ exports[`Storyshots f/fields/QueryCombobox With Prompt To Create New Option 1`]
19331
20080
  >
19332
20081
  <input
19333
20082
  aria-autocomplete="list"
19334
- aria-controls="downshift-9-menu"
19335
- aria-labelledby="downshift-9-label"
20083
+ aria-controls="downshift-10-menu"
20084
+ aria-labelledby="downshift-10-label"
19336
20085
  autoComplete="off"
19337
20086
  className="input"
19338
20087
  disabled={false}
19339
- id="downshift-9-input"
20088
+ id="downshift-10-input"
19340
20089
  onBlur={[Function]}
19341
20090
  onChange={[Function]}
19342
20091
  onKeyDown={[Function]}
@@ -19348,9 +20097,9 @@ exports[`Storyshots f/fields/QueryCombobox With Prompt To Create New Option 1`]
19348
20097
  className="base popover x-background-near bottom left"
19349
20098
  >
19350
20099
  <ul
19351
- aria-labelledby="downshift-9-label"
20100
+ aria-labelledby="downshift-10-label"
19352
20101
  className="base menu y-interactive"
19353
- id="downshift-9-menu"
20102
+ id="downshift-10-menu"
19354
20103
  onMouseLeave={[Function]}
19355
20104
  role="listbox"
19356
20105
  />