@pareto-engineering/design-system 2.0.0-alpha.22 → 2.0.0-alpha.26

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 (212) hide show
  1. package/dist/cjs/a/BackgroundGradient/styles.scss +1 -1
  2. package/dist/cjs/a/SVG/SVG.js +9 -3
  3. package/dist/cjs/a/Shapes/styles.scss +9 -9
  4. package/dist/cjs/b/Button/styles.scss +1 -1
  5. package/dist/cjs/b/Logo/Logo.js +11 -40
  6. package/dist/cjs/b/Logo/styles.scss +0 -138
  7. package/dist/cjs/f/common/Label/styles.scss +1 -1
  8. package/dist/cjs/f/fields/ChoicesInput/styles.scss +17 -2
  9. package/dist/cjs/f/fields/SelectInput/SelectInput.js +13 -5
  10. package/dist/cjs/f/fields/SelectInput/styles.scss +13 -8
  11. package/dist/cjs/f/fields/TextInput/TextInput.js +10 -3
  12. package/dist/cjs/f/fields/TextInput/styles.scss +16 -3
  13. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +3 -3
  14. package/dist/cjs/f/fields/TextareaInput/styles.scss +19 -6
  15. package/dist/cjs/f/fields/index.js +0 -24
  16. package/dist/cjs/form-reset.scss +1 -1
  17. package/dist/es/a/BackgroundGradient/styles.scss +1 -1
  18. package/dist/es/a/SVG/SVG.js +1 -1
  19. package/dist/es/a/Shapes/styles.scss +9 -9
  20. package/dist/es/b/Button/styles.scss +1 -1
  21. package/dist/es/b/Logo/Logo.js +11 -40
  22. package/dist/es/b/Logo/styles.scss +0 -138
  23. package/dist/es/f/common/Label/styles.scss +1 -1
  24. package/dist/es/f/fields/ChoicesInput/styles.scss +17 -2
  25. package/dist/es/f/fields/SelectInput/SelectInput.js +13 -5
  26. package/dist/es/f/fields/SelectInput/styles.scss +13 -8
  27. package/dist/es/f/fields/TextInput/TextInput.js +10 -3
  28. package/dist/es/f/fields/TextInput/styles.scss +16 -3
  29. package/dist/es/f/fields/TextareaInput/TextareaInput.js +3 -3
  30. package/dist/es/f/fields/TextareaInput/styles.scss +19 -6
  31. package/dist/es/f/fields/index.js +0 -3
  32. package/dist/es/form-reset.scss +1 -1
  33. package/package.json +2 -2
  34. package/src/__snapshots__/Storyshots.test.js.snap +362 -1412
  35. package/src/stories/b/Logo.stories.jsx +9 -9
  36. package/src/stories/f/SelectInput.stories.jsx +10 -8
  37. package/src/stories/f/TextInput.stories.jsx +7 -6
  38. package/src/stories/f/TextareaInput.stories.jsx +4 -4
  39. package/src/ui/a/BackgroundGradient/styles.scss +1 -1
  40. package/src/ui/a/SVG/SVG.jsx +1 -1
  41. package/src/ui/a/Shapes/styles.scss +9 -9
  42. package/src/ui/b/Button/styles.scss +1 -1
  43. package/src/ui/b/Logo/Logo.jsx +11 -48
  44. package/src/ui/b/Logo/styles.scss +0 -138
  45. package/src/ui/f/common/Label/styles.scss +1 -1
  46. package/src/ui/f/fields/ChoicesInput/styles.scss +17 -2
  47. package/src/ui/f/fields/SelectInput/SelectInput.jsx +10 -1
  48. package/src/ui/f/fields/SelectInput/styles.scss +13 -8
  49. package/src/ui/f/fields/TextInput/TextInput.jsx +9 -1
  50. package/src/ui/f/fields/TextInput/styles.scss +16 -3
  51. package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +3 -3
  52. package/src/ui/f/fields/TextareaInput/styles.scss +19 -6
  53. package/src/ui/f/fields/index.js +0 -3
  54. package/src/ui/form-reset.scss +1 -1
  55. package/dist/cjs/a/RatingsInput/RatingsInput.js +0 -88
  56. package/dist/cjs/a/RatingsInput/common/Rating/Rating.js +0 -120
  57. package/dist/cjs/a/RatingsInput/common/Rating/index.js +0 -15
  58. package/dist/cjs/a/RatingsInput/common/index.js +0 -13
  59. package/dist/cjs/a/RatingsInput/index.js +0 -15
  60. package/dist/cjs/a/RatingsInput/styles.scss +0 -35
  61. package/dist/cjs/c/AcceptCookies/AcceptCookies.js +0 -134
  62. package/dist/cjs/c/AcceptCookies/index.js +0 -15
  63. package/dist/cjs/c/AcceptCookies/styles.scss +0 -49
  64. package/dist/cjs/c/BlogCategoryButton/BlogCategoryButton.js +0 -95
  65. package/dist/cjs/c/BlogCategoryButton/index.js +0 -15
  66. package/dist/cjs/c/BlogContext/BlogContextProvider.js +0 -63
  67. package/dist/cjs/c/BlogContext/Context.js +0 -16
  68. package/dist/cjs/c/BlogContext/ContextProvider.js +0 -63
  69. package/dist/cjs/c/BlogContext/index.js +0 -31
  70. package/dist/cjs/c/BlogContext/useBlog.js +0 -16
  71. package/dist/cjs/c/BlogPost/BlogPost.js +0 -147
  72. package/dist/cjs/c/BlogPost/index.js +0 -15
  73. package/dist/cjs/c/BlogPost/styles.scss +0 -33
  74. package/dist/cjs/c/BlogPostsList/BlogPostsList.js +0 -73
  75. package/dist/cjs/c/BlogPostsList/common/Card/Card.js +0 -170
  76. package/dist/cjs/c/BlogPostsList/common/Card/index.js +0 -15
  77. package/dist/cjs/c/BlogPostsList/common/index.js +0 -13
  78. package/dist/cjs/c/BlogPostsList/index.js +0 -15
  79. package/dist/cjs/c/BlogPostsList/styles.scss +0 -72
  80. package/dist/cjs/c/SiteFooter/SiteFooter.js +0 -73
  81. package/dist/cjs/c/SiteFooter/common/Section/Section.js +0 -95
  82. package/dist/cjs/c/SiteFooter/common/Section/index.js +0 -15
  83. package/dist/cjs/c/SiteFooter/common/index.js +0 -13
  84. package/dist/cjs/c/SiteFooter/index.js +0 -15
  85. package/dist/cjs/c/SiteFooter/styles.scss +0 -34
  86. package/dist/cjs/c/SiteHeaderCTA/SiteHeaderCTA.js +0 -108
  87. package/dist/cjs/c/SiteHeaderCTA/index.js +0 -15
  88. package/dist/cjs/c/SiteHeaderCTA/styles.scss +0 -44
  89. package/dist/cjs/c/SiteMission/SiteMission.js +0 -113
  90. package/dist/cjs/c/SiteMission/index.js +0 -15
  91. package/dist/cjs/c/SiteMission/styles.scss +0 -30
  92. package/dist/cjs/c/SiteNavigation/SiteNavigation.js +0 -130
  93. package/dist/cjs/c/SiteNavigation/index.js +0 -15
  94. package/dist/cjs/c/SiteNavigation/styles.scss +0 -118
  95. package/dist/cjs/c/SiteOnboardingStep/SiteOnboardingStep.js +0 -98
  96. package/dist/cjs/c/SiteOnboardingStep/index.js +0 -15
  97. package/dist/cjs/c/SiteOnboardingStep/styles.scss +0 -51
  98. package/dist/cjs/c/SitePricing/SitePricing.js +0 -108
  99. package/dist/cjs/c/SitePricing/index.js +0 -15
  100. package/dist/cjs/c/SitePricing/styles.scss +0 -73
  101. package/dist/cjs/c/SiteServices/SiteServices.js +0 -211
  102. package/dist/cjs/c/SiteServices/index.js +0 -15
  103. package/dist/cjs/c/SiteServices/styles.scss +0 -138
  104. package/dist/cjs/c/TeamGallery/TeamGallery.js +0 -80
  105. package/dist/cjs/c/TeamGallery/common/PersonCard/PersonCard.js +0 -84
  106. package/dist/cjs/c/TeamGallery/common/PersonCard/index.js +0 -15
  107. package/dist/cjs/c/TeamGallery/common/index.js +0 -13
  108. package/dist/cjs/c/TeamGallery/index.js +0 -15
  109. package/dist/cjs/c/TeamGallery/styles.scss +0 -100
  110. package/dist/cjs/c/Testimonials/Testimonials.js +0 -119
  111. package/dist/cjs/c/Testimonials/index.js +0 -15
  112. package/dist/cjs/c/Testimonials/styles.scss +0 -112
  113. package/dist/cjs/f/fields/CheckboxInput/CheckboxInput.js +0 -105
  114. package/dist/cjs/f/fields/CheckboxInput/index.js +0 -15
  115. package/dist/cjs/f/fields/CheckboxInput/styles.scss +0 -28
  116. package/dist/cjs/f/fields/RadioInput/RadioInput.js +0 -110
  117. package/dist/cjs/f/fields/RadioInput/index.js +0 -15
  118. package/dist/cjs/f/fields/RadioInput/styles.scss +0 -26
  119. package/dist/cjs/f/fields/TaskRecommendation/TaskRecommendation.js +0 -129
  120. package/dist/cjs/f/fields/TaskRecommendation/index.js +0 -15
  121. package/dist/cjs/f/fields/TaskRecommendation/styles.scss +0 -37
  122. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +0 -131
  123. package/dist/cjs/f/fields/TaskRecommendationInput/index.js +0 -15
  124. package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +0 -41
  125. package/dist/cjs/f/fields/TextArea/TextArea.js +0 -141
  126. package/dist/cjs/f/fields/TextArea/index.js +0 -15
  127. package/dist/cjs/f/fields/TextArea/styles.scss +0 -19
  128. package/dist/es/a/RatingsInput/RatingsInput.js +0 -72
  129. package/dist/es/a/RatingsInput/common/Rating/Rating.js +0 -102
  130. package/dist/es/a/RatingsInput/common/Rating/index.js +0 -2
  131. package/dist/es/a/RatingsInput/common/index.js +0 -1
  132. package/dist/es/a/RatingsInput/index.js +0 -2
  133. package/dist/es/a/RatingsInput/styles.scss +0 -35
  134. package/dist/es/c/AcceptCookies/AcceptCookies.js +0 -117
  135. package/dist/es/c/AcceptCookies/index.js +0 -2
  136. package/dist/es/c/AcceptCookies/styles.scss +0 -49
  137. package/dist/es/c/BlogCategoryButton/BlogCategoryButton.js +0 -68
  138. package/dist/es/c/BlogCategoryButton/index.js +0 -2
  139. package/dist/es/c/BlogContext/BlogContextProvider.js +0 -45
  140. package/dist/es/c/BlogContext/Context.js +0 -2
  141. package/dist/es/c/BlogContext/ContextProvider.js +0 -45
  142. package/dist/es/c/BlogContext/index.js +0 -4
  143. package/dist/es/c/BlogContext/useBlog.js +0 -3
  144. package/dist/es/c/BlogPost/BlogPost.js +0 -128
  145. package/dist/es/c/BlogPost/index.js +0 -2
  146. package/dist/es/c/BlogPost/styles.scss +0 -33
  147. package/dist/es/c/BlogPostsList/BlogPostsList.js +0 -56
  148. package/dist/es/c/BlogPostsList/common/Card/Card.js +0 -143
  149. package/dist/es/c/BlogPostsList/common/Card/index.js +0 -2
  150. package/dist/es/c/BlogPostsList/common/index.js +0 -1
  151. package/dist/es/c/BlogPostsList/index.js +0 -2
  152. package/dist/es/c/BlogPostsList/styles.scss +0 -72
  153. package/dist/es/c/SiteFooter/SiteFooter.js +0 -56
  154. package/dist/es/c/SiteFooter/common/Section/Section.js +0 -73
  155. package/dist/es/c/SiteFooter/common/Section/index.js +0 -2
  156. package/dist/es/c/SiteFooter/common/index.js +0 -1
  157. package/dist/es/c/SiteFooter/index.js +0 -2
  158. package/dist/es/c/SiteFooter/styles.scss +0 -34
  159. package/dist/es/c/SiteHeaderCTA/SiteHeaderCTA.js +0 -92
  160. package/dist/es/c/SiteHeaderCTA/index.js +0 -2
  161. package/dist/es/c/SiteHeaderCTA/styles.scss +0 -44
  162. package/dist/es/c/SiteMission/SiteMission.js +0 -96
  163. package/dist/es/c/SiteMission/index.js +0 -2
  164. package/dist/es/c/SiteMission/styles.scss +0 -30
  165. package/dist/es/c/SiteNavigation/SiteNavigation.js +0 -111
  166. package/dist/es/c/SiteNavigation/index.js +0 -2
  167. package/dist/es/c/SiteNavigation/styles.scss +0 -118
  168. package/dist/es/c/SiteOnboardingStep/SiteOnboardingStep.js +0 -81
  169. package/dist/es/c/SiteOnboardingStep/index.js +0 -2
  170. package/dist/es/c/SiteOnboardingStep/styles.scss +0 -51
  171. package/dist/es/c/SitePricing/SitePricing.js +0 -91
  172. package/dist/es/c/SitePricing/index.js +0 -2
  173. package/dist/es/c/SitePricing/styles.scss +0 -73
  174. package/dist/es/c/SiteServices/SiteServices.js +0 -195
  175. package/dist/es/c/SiteServices/index.js +0 -2
  176. package/dist/es/c/SiteServices/styles.scss +0 -138
  177. package/dist/es/c/TeamGallery/TeamGallery.js +0 -64
  178. package/dist/es/c/TeamGallery/common/PersonCard/PersonCard.js +0 -64
  179. package/dist/es/c/TeamGallery/common/PersonCard/index.js +0 -2
  180. package/dist/es/c/TeamGallery/common/index.js +0 -1
  181. package/dist/es/c/TeamGallery/index.js +0 -2
  182. package/dist/es/c/TeamGallery/styles.scss +0 -100
  183. package/dist/es/c/Testimonials/Testimonials.js +0 -99
  184. package/dist/es/c/Testimonials/index.js +0 -2
  185. package/dist/es/c/Testimonials/styles.scss +0 -112
  186. package/dist/es/f/fields/CheckboxInput/CheckboxInput.js +0 -85
  187. package/dist/es/f/fields/CheckboxInput/index.js +0 -2
  188. package/dist/es/f/fields/CheckboxInput/styles.scss +0 -28
  189. package/dist/es/f/fields/RadioInput/RadioInput.js +0 -90
  190. package/dist/es/f/fields/RadioInput/index.js +0 -2
  191. package/dist/es/f/fields/RadioInput/styles.scss +0 -26
  192. package/dist/es/f/fields/TaskRecommendation/TaskRecommendation.js +0 -111
  193. package/dist/es/f/fields/TaskRecommendation/index.js +0 -2
  194. package/dist/es/f/fields/TaskRecommendation/styles.scss +0 -37
  195. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +0 -111
  196. package/dist/es/f/fields/TaskRecommendationInput/index.js +0 -2
  197. package/dist/es/f/fields/TaskRecommendationInput/styles.scss +0 -41
  198. package/dist/es/f/fields/TextArea/TextArea.js +0 -124
  199. package/dist/es/f/fields/TextArea/index.js +0 -2
  200. package/dist/es/f/fields/TextArea/styles.scss +0 -19
  201. package/src/stories/f/CheckboxInput.stories.jsx +0 -37
  202. package/src/stories/f/RadioInput.stories.jsx +0 -37
  203. package/src/stories/f/TaskRecommendationInput.stories.jsx +0 -38
  204. package/src/ui/f/fields/CheckboxInput/CheckboxInput.jsx +0 -107
  205. package/src/ui/f/fields/CheckboxInput/index.js +0 -2
  206. package/src/ui/f/fields/CheckboxInput/styles.scss +0 -28
  207. package/src/ui/f/fields/RadioInput/RadioInput.jsx +0 -112
  208. package/src/ui/f/fields/RadioInput/index.js +0 -2
  209. package/src/ui/f/fields/RadioInput/styles.scss +0 -26
  210. package/src/ui/f/fields/TaskRecommendationInput/TaskRecommendationInput.jsx +0 -130
  211. package/src/ui/f/fields/TaskRecommendationInput/index.js +0 -2
  212. package/src/ui/f/fields/TaskRecommendationInput/styles.scss +0 -41
@@ -1290,7 +1290,7 @@ Array [
1290
1290
  >
1291
1291
  <use
1292
1292
  className=""
1293
- href="/sprite.svg#engine"
1293
+ href="/sprite.svg"
1294
1294
  style={
1295
1295
  Object {
1296
1296
  "style": undefined,
@@ -1318,7 +1318,7 @@ Array [
1318
1318
  >
1319
1319
  <use
1320
1320
  className=""
1321
- href="/sprite.svg#engine"
1321
+ href="/sprite.svg"
1322
1322
  style={
1323
1323
  Object {
1324
1324
  "style": undefined,
@@ -1345,7 +1345,7 @@ Array [
1345
1345
  >
1346
1346
  <use
1347
1347
  className=""
1348
- href="/sprite.svg#engine"
1348
+ href="/sprite.svg"
1349
1349
  style={
1350
1350
  Object {
1351
1351
  "style": undefined,
@@ -1368,7 +1368,7 @@ exports[`Storyshots a/SVG Base 1`] = `
1368
1368
  >
1369
1369
  <use
1370
1370
  className=""
1371
- href="/sprite.svg#engine"
1371
+ href="/sprite.svg"
1372
1372
  style={
1373
1373
  Object {
1374
1374
  "style": undefined,
@@ -1398,7 +1398,7 @@ Array [
1398
1398
  >
1399
1399
  <use
1400
1400
  className=""
1401
- href="/logo.svg#logo"
1401
+ href="/logo.svg"
1402
1402
  style={
1403
1403
  Object {
1404
1404
  "style": undefined,
@@ -1421,7 +1421,7 @@ exports[`Storyshots a/SVG Stroke 1`] = `
1421
1421
  >
1422
1422
  <use
1423
1423
  className=""
1424
- href="/sprite.svg#engine"
1424
+ href="/sprite.svg"
1425
1425
  style={
1426
1426
  Object {
1427
1427
  "style": undefined,
@@ -6567,133 +6567,19 @@ exports[`Storyshots b/Card Group 1`] = `
6567
6567
  </div>
6568
6568
  `;
6569
6569
 
6570
- exports[`Storyshots b/Logo Animated 1`] = `
6571
- <svg
6572
- className="base svg base logo x-primary modifierAnimated"
6573
- height="4em"
6574
- preserveAspectRatio="xMinYMin meet"
6575
- version="1.1"
6576
- viewBox="0 0 688 250"
6577
- xmlns="http://www.w3.org/2000/svg"
6578
- >
6579
- <use
6580
- className=""
6581
- href="/logo_parts.svg#logo__p"
6582
- id="logo__p"
6583
- style={
6584
- Object {
6585
- "style": undefined,
6586
- }
6587
- }
6588
- />
6589
- <use
6590
- className=""
6591
- href="/logo_parts.svg#logo__areto"
6592
- id="logo__areto"
6593
- style={
6594
- Object {
6595
- "style": undefined,
6596
- }
6597
- }
6598
- />
6599
- <use
6600
- className=""
6601
- href="/logo_parts.svg#logo__t"
6602
- id="logo__t"
6603
- style={
6604
- Object {
6605
- "style": undefined,
6606
- }
6607
- }
6608
- />
6609
- </svg>
6610
- `;
6611
-
6612
6570
  exports[`Storyshots b/Logo Base 1`] = `
6613
6571
  <svg
6614
- className="base svg base logo x-primary"
6615
- height="4em"
6616
- preserveAspectRatio="xMinYMin meet"
6617
- version="1.1"
6618
- viewBox="0 0 688 250"
6619
- xmlns="http://www.w3.org/2000/svg"
6620
- >
6621
- <use
6622
- className=""
6623
- href="/logo_parts.svg#logo__p"
6624
- id="logo__p"
6625
- style={
6626
- Object {
6627
- "style": undefined,
6628
- }
6629
- }
6630
- />
6631
- <use
6632
- className=""
6633
- href="/logo_parts.svg#logo__areto"
6634
- id="logo__areto"
6635
- style={
6636
- Object {
6637
- "style": undefined,
6638
- }
6639
- }
6640
- />
6641
- <use
6642
- className=""
6643
- href="/logo_parts.svg#logo__t"
6644
- id="logo__t"
6645
- style={
6646
- Object {
6647
- "style": undefined,
6648
- }
6649
- }
6650
- />
6651
- </svg>
6652
- `;
6653
-
6654
- exports[`Storyshots b/Logo Beta 1`] = `
6655
- <svg
6656
- className="base svg base logo x-main1"
6572
+ className="base svg base logo x-paragraph"
6657
6573
  height="4em"
6658
6574
  preserveAspectRatio="xMinYMin meet"
6659
6575
  version="1.1"
6660
- viewBox="0 0 1000 300"
6576
+ viewBox="0 0 39 39"
6661
6577
  xmlns="http://www.w3.org/2000/svg"
6662
6578
  >
6663
6579
  <use
6664
6580
  className=""
6665
- href="/logo_parts_beta.svg#logo__p"
6666
- id="logo__p"
6667
- style={
6668
- Object {
6669
- "style": undefined,
6670
- }
6671
- }
6672
- />
6673
- <use
6674
- className=""
6675
- href="/logo_parts_beta.svg#logo__areto"
6676
- id="logo__areto"
6677
- style={
6678
- Object {
6679
- "style": undefined,
6680
- }
6681
- }
6682
- />
6683
- <use
6684
- className=""
6685
- href="/logo_parts_beta.svg#logo__t"
6686
- id="logo__t"
6687
- style={
6688
- Object {
6689
- "style": undefined,
6690
- }
6691
- }
6692
- />
6693
- <use
6694
- className=""
6695
- href="/logo_parts_beta.svg#logo__beta"
6696
- id="logo__beta"
6581
+ href="/logo.svg#logo"
6582
+ id="logo"
6697
6583
  style={
6698
6584
  Object {
6699
6585
  "style": undefined,
@@ -6710,33 +6596,13 @@ Array [
6710
6596
  height="4em"
6711
6597
  preserveAspectRatio="xMinYMin meet"
6712
6598
  version="1.1"
6713
- viewBox="0 0 688 250"
6599
+ viewBox="0 0 39 39"
6714
6600
  xmlns="http://www.w3.org/2000/svg"
6715
6601
  >
6716
6602
  <use
6717
6603
  className=""
6718
- href="/logo_parts.svg#logo__p"
6719
- id="logo__p"
6720
- style={
6721
- Object {
6722
- "style": undefined,
6723
- }
6724
- }
6725
- />
6726
- <use
6727
- className=""
6728
- href="/logo_parts.svg#logo__areto"
6729
- id="logo__areto"
6730
- style={
6731
- Object {
6732
- "style": undefined,
6733
- }
6734
- }
6735
- />
6736
- <use
6737
- className=""
6738
- href="/logo_parts.svg#logo__t"
6739
- id="logo__t"
6604
+ href="/logo.svg#logo"
6605
+ id="logo"
6740
6606
  style={
6741
6607
  Object {
6742
6608
  "style": undefined,
@@ -6749,33 +6615,51 @@ Array [
6749
6615
  height="4em"
6750
6616
  preserveAspectRatio="xMinYMin meet"
6751
6617
  version="1.1"
6752
- viewBox="0 0 688 250"
6618
+ viewBox="0 0 39 39"
6753
6619
  xmlns="http://www.w3.org/2000/svg"
6754
6620
  >
6755
6621
  <use
6756
6622
  className=""
6757
- href="/logo_parts.svg#logo__p"
6758
- id="logo__p"
6623
+ href="/logo.svg#logo"
6624
+ id="logo"
6759
6625
  style={
6760
6626
  Object {
6761
6627
  "style": undefined,
6762
6628
  }
6763
6629
  }
6764
6630
  />
6631
+ </svg>,
6632
+ <svg
6633
+ className="base svg base logo x-main3"
6634
+ height="4em"
6635
+ preserveAspectRatio="xMinYMin meet"
6636
+ version="1.1"
6637
+ viewBox="0 0 39 39"
6638
+ xmlns="http://www.w3.org/2000/svg"
6639
+ >
6765
6640
  <use
6766
6641
  className=""
6767
- href="/logo_parts.svg#logo__areto"
6768
- id="logo__areto"
6642
+ href="/logo.svg#logo"
6643
+ id="logo"
6769
6644
  style={
6770
6645
  Object {
6771
6646
  "style": undefined,
6772
6647
  }
6773
6648
  }
6774
6649
  />
6650
+ </svg>,
6651
+ <svg
6652
+ className="base svg base logo x-main4"
6653
+ height="4em"
6654
+ preserveAspectRatio="xMinYMin meet"
6655
+ version="1.1"
6656
+ viewBox="0 0 39 39"
6657
+ xmlns="http://www.w3.org/2000/svg"
6658
+ >
6775
6659
  <use
6776
6660
  className=""
6777
- href="/logo_parts.svg#logo__t"
6778
- id="logo__t"
6661
+ href="/logo.svg#logo"
6662
+ id="logo"
6779
6663
  style={
6780
6664
  Object {
6781
6665
  "style": undefined,
@@ -6784,37 +6668,55 @@ Array [
6784
6668
  />
6785
6669
  </svg>,
6786
6670
  <svg
6787
- className="base svg base logo x-main3"
6671
+ className="base svg base logo x-success"
6788
6672
  height="4em"
6789
6673
  preserveAspectRatio="xMinYMin meet"
6790
6674
  version="1.1"
6791
- viewBox="0 0 688 250"
6675
+ viewBox="0 0 39 39"
6792
6676
  xmlns="http://www.w3.org/2000/svg"
6793
6677
  >
6794
6678
  <use
6795
6679
  className=""
6796
- href="/logo_parts.svg#logo__p"
6797
- id="logo__p"
6680
+ href="/logo.svg#logo"
6681
+ id="logo"
6798
6682
  style={
6799
6683
  Object {
6800
6684
  "style": undefined,
6801
6685
  }
6802
6686
  }
6803
6687
  />
6688
+ </svg>,
6689
+ <svg
6690
+ className="base svg base logo x-warning"
6691
+ height="4em"
6692
+ preserveAspectRatio="xMinYMin meet"
6693
+ version="1.1"
6694
+ viewBox="0 0 39 39"
6695
+ xmlns="http://www.w3.org/2000/svg"
6696
+ >
6804
6697
  <use
6805
6698
  className=""
6806
- href="/logo_parts.svg#logo__areto"
6807
- id="logo__areto"
6699
+ href="/logo.svg#logo"
6700
+ id="logo"
6808
6701
  style={
6809
6702
  Object {
6810
6703
  "style": undefined,
6811
6704
  }
6812
6705
  }
6813
6706
  />
6707
+ </svg>,
6708
+ <svg
6709
+ className="base svg base logo x-error"
6710
+ height="4em"
6711
+ preserveAspectRatio="xMinYMin meet"
6712
+ version="1.1"
6713
+ viewBox="0 0 39 39"
6714
+ xmlns="http://www.w3.org/2000/svg"
6715
+ >
6814
6716
  <use
6815
6717
  className=""
6816
- href="/logo_parts.svg#logo__t"
6817
- id="logo__t"
6718
+ href="/logo.svg#logo"
6719
+ id="logo"
6818
6720
  style={
6819
6721
  Object {
6820
6722
  "style": undefined,
@@ -6823,37 +6725,55 @@ Array [
6823
6725
  />
6824
6726
  </svg>,
6825
6727
  <svg
6826
- className="base svg base logo x-main4"
6728
+ className="base svg base logo x-background1"
6827
6729
  height="4em"
6828
6730
  preserveAspectRatio="xMinYMin meet"
6829
6731
  version="1.1"
6830
- viewBox="0 0 688 250"
6732
+ viewBox="0 0 39 39"
6831
6733
  xmlns="http://www.w3.org/2000/svg"
6832
6734
  >
6833
6735
  <use
6834
6736
  className=""
6835
- href="/logo_parts.svg#logo__p"
6836
- id="logo__p"
6737
+ href="/logo.svg#logo"
6738
+ id="logo"
6837
6739
  style={
6838
6740
  Object {
6839
6741
  "style": undefined,
6840
6742
  }
6841
6743
  }
6842
6744
  />
6745
+ </svg>,
6746
+ <svg
6747
+ className="base svg base logo x-background2"
6748
+ height="4em"
6749
+ preserveAspectRatio="xMinYMin meet"
6750
+ version="1.1"
6751
+ viewBox="0 0 39 39"
6752
+ xmlns="http://www.w3.org/2000/svg"
6753
+ >
6843
6754
  <use
6844
6755
  className=""
6845
- href="/logo_parts.svg#logo__areto"
6846
- id="logo__areto"
6756
+ href="/logo.svg#logo"
6757
+ id="logo"
6847
6758
  style={
6848
6759
  Object {
6849
6760
  "style": undefined,
6850
6761
  }
6851
6762
  }
6852
6763
  />
6764
+ </svg>,
6765
+ <svg
6766
+ className="base svg base logo x-background3"
6767
+ height="4em"
6768
+ preserveAspectRatio="xMinYMin meet"
6769
+ version="1.1"
6770
+ viewBox="0 0 39 39"
6771
+ xmlns="http://www.w3.org/2000/svg"
6772
+ >
6853
6773
  <use
6854
6774
  className=""
6855
- href="/logo_parts.svg#logo__t"
6856
- id="logo__t"
6775
+ href="/logo.svg#logo"
6776
+ id="logo"
6857
6777
  style={
6858
6778
  Object {
6859
6779
  "style": undefined,
@@ -6862,37 +6782,55 @@ Array [
6862
6782
  />
6863
6783
  </svg>,
6864
6784
  <svg
6865
- className="base svg base logo x-success"
6785
+ className="base svg base logo x-background4"
6866
6786
  height="4em"
6867
6787
  preserveAspectRatio="xMinYMin meet"
6868
6788
  version="1.1"
6869
- viewBox="0 0 688 250"
6789
+ viewBox="0 0 39 39"
6870
6790
  xmlns="http://www.w3.org/2000/svg"
6871
6791
  >
6872
6792
  <use
6873
6793
  className=""
6874
- href="/logo_parts.svg#logo__p"
6875
- id="logo__p"
6794
+ href="/logo.svg#logo"
6795
+ id="logo"
6876
6796
  style={
6877
6797
  Object {
6878
6798
  "style": undefined,
6879
6799
  }
6880
6800
  }
6881
6801
  />
6802
+ </svg>,
6803
+ <svg
6804
+ className="base svg base logo x-background5"
6805
+ height="4em"
6806
+ preserveAspectRatio="xMinYMin meet"
6807
+ version="1.1"
6808
+ viewBox="0 0 39 39"
6809
+ xmlns="http://www.w3.org/2000/svg"
6810
+ >
6882
6811
  <use
6883
6812
  className=""
6884
- href="/logo_parts.svg#logo__areto"
6885
- id="logo__areto"
6813
+ href="/logo.svg#logo"
6814
+ id="logo"
6886
6815
  style={
6887
6816
  Object {
6888
6817
  "style": undefined,
6889
6818
  }
6890
6819
  }
6891
6820
  />
6821
+ </svg>,
6822
+ <svg
6823
+ className="base svg base logo x-background6"
6824
+ height="4em"
6825
+ preserveAspectRatio="xMinYMin meet"
6826
+ version="1.1"
6827
+ viewBox="0 0 39 39"
6828
+ xmlns="http://www.w3.org/2000/svg"
6829
+ >
6892
6830
  <use
6893
6831
  className=""
6894
- href="/logo_parts.svg#logo__t"
6895
- id="logo__t"
6832
+ href="/logo.svg#logo"
6833
+ id="logo"
6896
6834
  style={
6897
6835
  Object {
6898
6836
  "style": undefined,
@@ -6901,37 +6839,55 @@ Array [
6901
6839
  />
6902
6840
  </svg>,
6903
6841
  <svg
6904
- className="base svg base logo x-warning"
6842
+ className="base svg base logo x-heading"
6905
6843
  height="4em"
6906
6844
  preserveAspectRatio="xMinYMin meet"
6907
6845
  version="1.1"
6908
- viewBox="0 0 688 250"
6846
+ viewBox="0 0 39 39"
6909
6847
  xmlns="http://www.w3.org/2000/svg"
6910
6848
  >
6911
6849
  <use
6912
6850
  className=""
6913
- href="/logo_parts.svg#logo__p"
6914
- id="logo__p"
6851
+ href="/logo.svg#logo"
6852
+ id="logo"
6915
6853
  style={
6916
6854
  Object {
6917
6855
  "style": undefined,
6918
6856
  }
6919
6857
  }
6920
6858
  />
6859
+ </svg>,
6860
+ <svg
6861
+ className="base svg base logo x-paragraph"
6862
+ height="4em"
6863
+ preserveAspectRatio="xMinYMin meet"
6864
+ version="1.1"
6865
+ viewBox="0 0 39 39"
6866
+ xmlns="http://www.w3.org/2000/svg"
6867
+ >
6921
6868
  <use
6922
6869
  className=""
6923
- href="/logo_parts.svg#logo__areto"
6924
- id="logo__areto"
6870
+ href="/logo.svg#logo"
6871
+ id="logo"
6925
6872
  style={
6926
6873
  Object {
6927
6874
  "style": undefined,
6928
6875
  }
6929
6876
  }
6930
6877
  />
6878
+ </svg>,
6879
+ <svg
6880
+ className="base svg base logo x-subtitle"
6881
+ height="4em"
6882
+ preserveAspectRatio="xMinYMin meet"
6883
+ version="1.1"
6884
+ viewBox="0 0 39 39"
6885
+ xmlns="http://www.w3.org/2000/svg"
6886
+ >
6931
6887
  <use
6932
6888
  className=""
6933
- href="/logo_parts.svg#logo__t"
6934
- id="logo__t"
6889
+ href="/logo.svg#logo"
6890
+ id="logo"
6935
6891
  style={
6936
6892
  Object {
6937
6893
  "style": undefined,
@@ -6940,37 +6896,55 @@ Array [
6940
6896
  />
6941
6897
  </svg>,
6942
6898
  <svg
6943
- className="base svg base logo x-error"
6899
+ className="base svg base logo x-metadata"
6944
6900
  height="4em"
6945
6901
  preserveAspectRatio="xMinYMin meet"
6946
6902
  version="1.1"
6947
- viewBox="0 0 688 250"
6903
+ viewBox="0 0 39 39"
6948
6904
  xmlns="http://www.w3.org/2000/svg"
6949
6905
  >
6950
6906
  <use
6951
6907
  className=""
6952
- href="/logo_parts.svg#logo__p"
6953
- id="logo__p"
6908
+ href="/logo.svg#logo"
6909
+ id="logo"
6954
6910
  style={
6955
6911
  Object {
6956
6912
  "style": undefined,
6957
6913
  }
6958
6914
  }
6959
6915
  />
6916
+ </svg>,
6917
+ <svg
6918
+ className="base svg base logo x-link"
6919
+ height="4em"
6920
+ preserveAspectRatio="xMinYMin meet"
6921
+ version="1.1"
6922
+ viewBox="0 0 39 39"
6923
+ xmlns="http://www.w3.org/2000/svg"
6924
+ >
6960
6925
  <use
6961
6926
  className=""
6962
- href="/logo_parts.svg#logo__areto"
6963
- id="logo__areto"
6927
+ href="/logo.svg#logo"
6928
+ id="logo"
6964
6929
  style={
6965
6930
  Object {
6966
6931
  "style": undefined,
6967
6932
  }
6968
6933
  }
6969
6934
  />
6935
+ </svg>,
6936
+ <svg
6937
+ className="base svg base logo x-navlink"
6938
+ height="4em"
6939
+ preserveAspectRatio="xMinYMin meet"
6940
+ version="1.1"
6941
+ viewBox="0 0 39 39"
6942
+ xmlns="http://www.w3.org/2000/svg"
6943
+ >
6970
6944
  <use
6971
6945
  className=""
6972
- href="/logo_parts.svg#logo__t"
6973
- id="logo__t"
6946
+ href="/logo.svg#logo"
6947
+ id="logo"
6974
6948
  style={
6975
6949
  Object {
6976
6950
  "style": undefined,
@@ -6979,37 +6953,55 @@ Array [
6979
6953
  />
6980
6954
  </svg>,
6981
6955
  <svg
6982
- className="base svg base logo x-background1"
6956
+ className="base svg base logo x-twitter"
6983
6957
  height="4em"
6984
6958
  preserveAspectRatio="xMinYMin meet"
6985
6959
  version="1.1"
6986
- viewBox="0 0 688 250"
6960
+ viewBox="0 0 39 39"
6987
6961
  xmlns="http://www.w3.org/2000/svg"
6988
6962
  >
6989
6963
  <use
6990
6964
  className=""
6991
- href="/logo_parts.svg#logo__p"
6992
- id="logo__p"
6965
+ href="/logo.svg#logo"
6966
+ id="logo"
6993
6967
  style={
6994
6968
  Object {
6995
6969
  "style": undefined,
6996
6970
  }
6997
6971
  }
6998
6972
  />
6973
+ </svg>,
6974
+ <svg
6975
+ className="base svg base logo x-facebook"
6976
+ height="4em"
6977
+ preserveAspectRatio="xMinYMin meet"
6978
+ version="1.1"
6979
+ viewBox="0 0 39 39"
6980
+ xmlns="http://www.w3.org/2000/svg"
6981
+ >
6999
6982
  <use
7000
6983
  className=""
7001
- href="/logo_parts.svg#logo__areto"
7002
- id="logo__areto"
6984
+ href="/logo.svg#logo"
6985
+ id="logo"
7003
6986
  style={
7004
6987
  Object {
7005
6988
  "style": undefined,
7006
6989
  }
7007
6990
  }
7008
6991
  />
6992
+ </svg>,
6993
+ <svg
6994
+ className="base svg base logo x-instagram"
6995
+ height="4em"
6996
+ preserveAspectRatio="xMinYMin meet"
6997
+ version="1.1"
6998
+ viewBox="0 0 39 39"
6999
+ xmlns="http://www.w3.org/2000/svg"
7000
+ >
7009
7001
  <use
7010
7002
  className=""
7011
- href="/logo_parts.svg#logo__t"
7012
- id="logo__t"
7003
+ href="/logo.svg#logo"
7004
+ id="logo"
7013
7005
  style={
7014
7006
  Object {
7015
7007
  "style": undefined,
@@ -7018,583 +7010,17 @@ Array [
7018
7010
  />
7019
7011
  </svg>,
7020
7012
  <svg
7021
- className="base svg base logo x-background2"
7013
+ className="base svg base logo x-google"
7022
7014
  height="4em"
7023
7015
  preserveAspectRatio="xMinYMin meet"
7024
7016
  version="1.1"
7025
- viewBox="0 0 688 250"
7017
+ viewBox="0 0 39 39"
7026
7018
  xmlns="http://www.w3.org/2000/svg"
7027
7019
  >
7028
7020
  <use
7029
7021
  className=""
7030
- href="/logo_parts.svg#logo__p"
7031
- id="logo__p"
7032
- style={
7033
- Object {
7034
- "style": undefined,
7035
- }
7036
- }
7037
- />
7038
- <use
7039
- className=""
7040
- href="/logo_parts.svg#logo__areto"
7041
- id="logo__areto"
7042
- style={
7043
- Object {
7044
- "style": undefined,
7045
- }
7046
- }
7047
- />
7048
- <use
7049
- className=""
7050
- href="/logo_parts.svg#logo__t"
7051
- id="logo__t"
7052
- style={
7053
- Object {
7054
- "style": undefined,
7055
- }
7056
- }
7057
- />
7058
- </svg>,
7059
- <svg
7060
- className="base svg base logo x-background3"
7061
- height="4em"
7062
- preserveAspectRatio="xMinYMin meet"
7063
- version="1.1"
7064
- viewBox="0 0 688 250"
7065
- xmlns="http://www.w3.org/2000/svg"
7066
- >
7067
- <use
7068
- className=""
7069
- href="/logo_parts.svg#logo__p"
7070
- id="logo__p"
7071
- style={
7072
- Object {
7073
- "style": undefined,
7074
- }
7075
- }
7076
- />
7077
- <use
7078
- className=""
7079
- href="/logo_parts.svg#logo__areto"
7080
- id="logo__areto"
7081
- style={
7082
- Object {
7083
- "style": undefined,
7084
- }
7085
- }
7086
- />
7087
- <use
7088
- className=""
7089
- href="/logo_parts.svg#logo__t"
7090
- id="logo__t"
7091
- style={
7092
- Object {
7093
- "style": undefined,
7094
- }
7095
- }
7096
- />
7097
- </svg>,
7098
- <svg
7099
- className="base svg base logo x-background4"
7100
- height="4em"
7101
- preserveAspectRatio="xMinYMin meet"
7102
- version="1.1"
7103
- viewBox="0 0 688 250"
7104
- xmlns="http://www.w3.org/2000/svg"
7105
- >
7106
- <use
7107
- className=""
7108
- href="/logo_parts.svg#logo__p"
7109
- id="logo__p"
7110
- style={
7111
- Object {
7112
- "style": undefined,
7113
- }
7114
- }
7115
- />
7116
- <use
7117
- className=""
7118
- href="/logo_parts.svg#logo__areto"
7119
- id="logo__areto"
7120
- style={
7121
- Object {
7122
- "style": undefined,
7123
- }
7124
- }
7125
- />
7126
- <use
7127
- className=""
7128
- href="/logo_parts.svg#logo__t"
7129
- id="logo__t"
7130
- style={
7131
- Object {
7132
- "style": undefined,
7133
- }
7134
- }
7135
- />
7136
- </svg>,
7137
- <svg
7138
- className="base svg base logo x-background5"
7139
- height="4em"
7140
- preserveAspectRatio="xMinYMin meet"
7141
- version="1.1"
7142
- viewBox="0 0 688 250"
7143
- xmlns="http://www.w3.org/2000/svg"
7144
- >
7145
- <use
7146
- className=""
7147
- href="/logo_parts.svg#logo__p"
7148
- id="logo__p"
7149
- style={
7150
- Object {
7151
- "style": undefined,
7152
- }
7153
- }
7154
- />
7155
- <use
7156
- className=""
7157
- href="/logo_parts.svg#logo__areto"
7158
- id="logo__areto"
7159
- style={
7160
- Object {
7161
- "style": undefined,
7162
- }
7163
- }
7164
- />
7165
- <use
7166
- className=""
7167
- href="/logo_parts.svg#logo__t"
7168
- id="logo__t"
7169
- style={
7170
- Object {
7171
- "style": undefined,
7172
- }
7173
- }
7174
- />
7175
- </svg>,
7176
- <svg
7177
- className="base svg base logo x-background6"
7178
- height="4em"
7179
- preserveAspectRatio="xMinYMin meet"
7180
- version="1.1"
7181
- viewBox="0 0 688 250"
7182
- xmlns="http://www.w3.org/2000/svg"
7183
- >
7184
- <use
7185
- className=""
7186
- href="/logo_parts.svg#logo__p"
7187
- id="logo__p"
7188
- style={
7189
- Object {
7190
- "style": undefined,
7191
- }
7192
- }
7193
- />
7194
- <use
7195
- className=""
7196
- href="/logo_parts.svg#logo__areto"
7197
- id="logo__areto"
7198
- style={
7199
- Object {
7200
- "style": undefined,
7201
- }
7202
- }
7203
- />
7204
- <use
7205
- className=""
7206
- href="/logo_parts.svg#logo__t"
7207
- id="logo__t"
7208
- style={
7209
- Object {
7210
- "style": undefined,
7211
- }
7212
- }
7213
- />
7214
- </svg>,
7215
- <svg
7216
- className="base svg base logo x-heading"
7217
- height="4em"
7218
- preserveAspectRatio="xMinYMin meet"
7219
- version="1.1"
7220
- viewBox="0 0 688 250"
7221
- xmlns="http://www.w3.org/2000/svg"
7222
- >
7223
- <use
7224
- className=""
7225
- href="/logo_parts.svg#logo__p"
7226
- id="logo__p"
7227
- style={
7228
- Object {
7229
- "style": undefined,
7230
- }
7231
- }
7232
- />
7233
- <use
7234
- className=""
7235
- href="/logo_parts.svg#logo__areto"
7236
- id="logo__areto"
7237
- style={
7238
- Object {
7239
- "style": undefined,
7240
- }
7241
- }
7242
- />
7243
- <use
7244
- className=""
7245
- href="/logo_parts.svg#logo__t"
7246
- id="logo__t"
7247
- style={
7248
- Object {
7249
- "style": undefined,
7250
- }
7251
- }
7252
- />
7253
- </svg>,
7254
- <svg
7255
- className="base svg base logo x-paragraph"
7256
- height="4em"
7257
- preserveAspectRatio="xMinYMin meet"
7258
- version="1.1"
7259
- viewBox="0 0 688 250"
7260
- xmlns="http://www.w3.org/2000/svg"
7261
- >
7262
- <use
7263
- className=""
7264
- href="/logo_parts.svg#logo__p"
7265
- id="logo__p"
7266
- style={
7267
- Object {
7268
- "style": undefined,
7269
- }
7270
- }
7271
- />
7272
- <use
7273
- className=""
7274
- href="/logo_parts.svg#logo__areto"
7275
- id="logo__areto"
7276
- style={
7277
- Object {
7278
- "style": undefined,
7279
- }
7280
- }
7281
- />
7282
- <use
7283
- className=""
7284
- href="/logo_parts.svg#logo__t"
7285
- id="logo__t"
7286
- style={
7287
- Object {
7288
- "style": undefined,
7289
- }
7290
- }
7291
- />
7292
- </svg>,
7293
- <svg
7294
- className="base svg base logo x-subtitle"
7295
- height="4em"
7296
- preserveAspectRatio="xMinYMin meet"
7297
- version="1.1"
7298
- viewBox="0 0 688 250"
7299
- xmlns="http://www.w3.org/2000/svg"
7300
- >
7301
- <use
7302
- className=""
7303
- href="/logo_parts.svg#logo__p"
7304
- id="logo__p"
7305
- style={
7306
- Object {
7307
- "style": undefined,
7308
- }
7309
- }
7310
- />
7311
- <use
7312
- className=""
7313
- href="/logo_parts.svg#logo__areto"
7314
- id="logo__areto"
7315
- style={
7316
- Object {
7317
- "style": undefined,
7318
- }
7319
- }
7320
- />
7321
- <use
7322
- className=""
7323
- href="/logo_parts.svg#logo__t"
7324
- id="logo__t"
7325
- style={
7326
- Object {
7327
- "style": undefined,
7328
- }
7329
- }
7330
- />
7331
- </svg>,
7332
- <svg
7333
- className="base svg base logo x-metadata"
7334
- height="4em"
7335
- preserveAspectRatio="xMinYMin meet"
7336
- version="1.1"
7337
- viewBox="0 0 688 250"
7338
- xmlns="http://www.w3.org/2000/svg"
7339
- >
7340
- <use
7341
- className=""
7342
- href="/logo_parts.svg#logo__p"
7343
- id="logo__p"
7344
- style={
7345
- Object {
7346
- "style": undefined,
7347
- }
7348
- }
7349
- />
7350
- <use
7351
- className=""
7352
- href="/logo_parts.svg#logo__areto"
7353
- id="logo__areto"
7354
- style={
7355
- Object {
7356
- "style": undefined,
7357
- }
7358
- }
7359
- />
7360
- <use
7361
- className=""
7362
- href="/logo_parts.svg#logo__t"
7363
- id="logo__t"
7364
- style={
7365
- Object {
7366
- "style": undefined,
7367
- }
7368
- }
7369
- />
7370
- </svg>,
7371
- <svg
7372
- className="base svg base logo x-link"
7373
- height="4em"
7374
- preserveAspectRatio="xMinYMin meet"
7375
- version="1.1"
7376
- viewBox="0 0 688 250"
7377
- xmlns="http://www.w3.org/2000/svg"
7378
- >
7379
- <use
7380
- className=""
7381
- href="/logo_parts.svg#logo__p"
7382
- id="logo__p"
7383
- style={
7384
- Object {
7385
- "style": undefined,
7386
- }
7387
- }
7388
- />
7389
- <use
7390
- className=""
7391
- href="/logo_parts.svg#logo__areto"
7392
- id="logo__areto"
7393
- style={
7394
- Object {
7395
- "style": undefined,
7396
- }
7397
- }
7398
- />
7399
- <use
7400
- className=""
7401
- href="/logo_parts.svg#logo__t"
7402
- id="logo__t"
7403
- style={
7404
- Object {
7405
- "style": undefined,
7406
- }
7407
- }
7408
- />
7409
- </svg>,
7410
- <svg
7411
- className="base svg base logo x-navlink"
7412
- height="4em"
7413
- preserveAspectRatio="xMinYMin meet"
7414
- version="1.1"
7415
- viewBox="0 0 688 250"
7416
- xmlns="http://www.w3.org/2000/svg"
7417
- >
7418
- <use
7419
- className=""
7420
- href="/logo_parts.svg#logo__p"
7421
- id="logo__p"
7422
- style={
7423
- Object {
7424
- "style": undefined,
7425
- }
7426
- }
7427
- />
7428
- <use
7429
- className=""
7430
- href="/logo_parts.svg#logo__areto"
7431
- id="logo__areto"
7432
- style={
7433
- Object {
7434
- "style": undefined,
7435
- }
7436
- }
7437
- />
7438
- <use
7439
- className=""
7440
- href="/logo_parts.svg#logo__t"
7441
- id="logo__t"
7442
- style={
7443
- Object {
7444
- "style": undefined,
7445
- }
7446
- }
7447
- />
7448
- </svg>,
7449
- <svg
7450
- className="base svg base logo x-twitter"
7451
- height="4em"
7452
- preserveAspectRatio="xMinYMin meet"
7453
- version="1.1"
7454
- viewBox="0 0 688 250"
7455
- xmlns="http://www.w3.org/2000/svg"
7456
- >
7457
- <use
7458
- className=""
7459
- href="/logo_parts.svg#logo__p"
7460
- id="logo__p"
7461
- style={
7462
- Object {
7463
- "style": undefined,
7464
- }
7465
- }
7466
- />
7467
- <use
7468
- className=""
7469
- href="/logo_parts.svg#logo__areto"
7470
- id="logo__areto"
7471
- style={
7472
- Object {
7473
- "style": undefined,
7474
- }
7475
- }
7476
- />
7477
- <use
7478
- className=""
7479
- href="/logo_parts.svg#logo__t"
7480
- id="logo__t"
7481
- style={
7482
- Object {
7483
- "style": undefined,
7484
- }
7485
- }
7486
- />
7487
- </svg>,
7488
- <svg
7489
- className="base svg base logo x-facebook"
7490
- height="4em"
7491
- preserveAspectRatio="xMinYMin meet"
7492
- version="1.1"
7493
- viewBox="0 0 688 250"
7494
- xmlns="http://www.w3.org/2000/svg"
7495
- >
7496
- <use
7497
- className=""
7498
- href="/logo_parts.svg#logo__p"
7499
- id="logo__p"
7500
- style={
7501
- Object {
7502
- "style": undefined,
7503
- }
7504
- }
7505
- />
7506
- <use
7507
- className=""
7508
- href="/logo_parts.svg#logo__areto"
7509
- id="logo__areto"
7510
- style={
7511
- Object {
7512
- "style": undefined,
7513
- }
7514
- }
7515
- />
7516
- <use
7517
- className=""
7518
- href="/logo_parts.svg#logo__t"
7519
- id="logo__t"
7520
- style={
7521
- Object {
7522
- "style": undefined,
7523
- }
7524
- }
7525
- />
7526
- </svg>,
7527
- <svg
7528
- className="base svg base logo x-instagram"
7529
- height="4em"
7530
- preserveAspectRatio="xMinYMin meet"
7531
- version="1.1"
7532
- viewBox="0 0 688 250"
7533
- xmlns="http://www.w3.org/2000/svg"
7534
- >
7535
- <use
7536
- className=""
7537
- href="/logo_parts.svg#logo__p"
7538
- id="logo__p"
7539
- style={
7540
- Object {
7541
- "style": undefined,
7542
- }
7543
- }
7544
- />
7545
- <use
7546
- className=""
7547
- href="/logo_parts.svg#logo__areto"
7548
- id="logo__areto"
7549
- style={
7550
- Object {
7551
- "style": undefined,
7552
- }
7553
- }
7554
- />
7555
- <use
7556
- className=""
7557
- href="/logo_parts.svg#logo__t"
7558
- id="logo__t"
7559
- style={
7560
- Object {
7561
- "style": undefined,
7562
- }
7563
- }
7564
- />
7565
- </svg>,
7566
- <svg
7567
- className="base svg base logo x-google"
7568
- height="4em"
7569
- preserveAspectRatio="xMinYMin meet"
7570
- version="1.1"
7571
- viewBox="0 0 688 250"
7572
- xmlns="http://www.w3.org/2000/svg"
7573
- >
7574
- <use
7575
- className=""
7576
- href="/logo_parts.svg#logo__p"
7577
- id="logo__p"
7578
- style={
7579
- Object {
7580
- "style": undefined,
7581
- }
7582
- }
7583
- />
7584
- <use
7585
- className=""
7586
- href="/logo_parts.svg#logo__areto"
7587
- id="logo__areto"
7588
- style={
7589
- Object {
7590
- "style": undefined,
7591
- }
7592
- }
7593
- />
7594
- <use
7595
- className=""
7596
- href="/logo_parts.svg#logo__t"
7597
- id="logo__t"
7022
+ href="/logo.svg#logo"
7023
+ id="logo"
7598
7024
  style={
7599
7025
  Object {
7600
7026
  "style": undefined,
@@ -7607,33 +7033,13 @@ Array [
7607
7033
  height="4em"
7608
7034
  preserveAspectRatio="xMinYMin meet"
7609
7035
  version="1.1"
7610
- viewBox="0 0 688 250"
7036
+ viewBox="0 0 39 39"
7611
7037
  xmlns="http://www.w3.org/2000/svg"
7612
7038
  >
7613
7039
  <use
7614
7040
  className=""
7615
- href="/logo_parts.svg#logo__p"
7616
- id="logo__p"
7617
- style={
7618
- Object {
7619
- "style": undefined,
7620
- }
7621
- }
7622
- />
7623
- <use
7624
- className=""
7625
- href="/logo_parts.svg#logo__areto"
7626
- id="logo__areto"
7627
- style={
7628
- Object {
7629
- "style": undefined,
7630
- }
7631
- }
7632
- />
7633
- <use
7634
- className=""
7635
- href="/logo_parts.svg#logo__t"
7636
- id="logo__t"
7041
+ href="/logo.svg#logo"
7042
+ id="logo"
7637
7043
  style={
7638
7044
  Object {
7639
7045
  "style": undefined,
@@ -7646,33 +7052,13 @@ Array [
7646
7052
  height="4em"
7647
7053
  preserveAspectRatio="xMinYMin meet"
7648
7054
  version="1.1"
7649
- viewBox="0 0 688 250"
7055
+ viewBox="0 0 39 39"
7650
7056
  xmlns="http://www.w3.org/2000/svg"
7651
7057
  >
7652
7058
  <use
7653
7059
  className=""
7654
- href="/logo_parts.svg#logo__p"
7655
- id="logo__p"
7656
- style={
7657
- Object {
7658
- "style": undefined,
7659
- }
7660
- }
7661
- />
7662
- <use
7663
- className=""
7664
- href="/logo_parts.svg#logo__areto"
7665
- id="logo__areto"
7666
- style={
7667
- Object {
7668
- "style": undefined,
7669
- }
7670
- }
7671
- />
7672
- <use
7673
- className=""
7674
- href="/logo_parts.svg#logo__t"
7675
- id="logo__t"
7060
+ href="/logo.svg#logo"
7061
+ id="logo"
7676
7062
  style={
7677
7063
  Object {
7678
7064
  "style": undefined,
@@ -7685,33 +7071,13 @@ Array [
7685
7071
  height="4em"
7686
7072
  preserveAspectRatio="xMinYMin meet"
7687
7073
  version="1.1"
7688
- viewBox="0 0 688 250"
7074
+ viewBox="0 0 39 39"
7689
7075
  xmlns="http://www.w3.org/2000/svg"
7690
7076
  >
7691
7077
  <use
7692
7078
  className=""
7693
- href="/logo_parts.svg#logo__p"
7694
- id="logo__p"
7695
- style={
7696
- Object {
7697
- "style": undefined,
7698
- }
7699
- }
7700
- />
7701
- <use
7702
- className=""
7703
- href="/logo_parts.svg#logo__areto"
7704
- id="logo__areto"
7705
- style={
7706
- Object {
7707
- "style": undefined,
7708
- }
7709
- }
7710
- />
7711
- <use
7712
- className=""
7713
- href="/logo_parts.svg#logo__t"
7714
- id="logo__t"
7079
+ href="/logo.svg#logo"
7080
+ id="logo"
7715
7081
  style={
7716
7082
  Object {
7717
7083
  "style": undefined,
@@ -7724,33 +7090,13 @@ Array [
7724
7090
  height="4em"
7725
7091
  preserveAspectRatio="xMinYMin meet"
7726
7092
  version="1.1"
7727
- viewBox="0 0 688 250"
7093
+ viewBox="0 0 39 39"
7728
7094
  xmlns="http://www.w3.org/2000/svg"
7729
7095
  >
7730
7096
  <use
7731
7097
  className=""
7732
- href="/logo_parts.svg#logo__p"
7733
- id="logo__p"
7734
- style={
7735
- Object {
7736
- "style": undefined,
7737
- }
7738
- }
7739
- />
7740
- <use
7741
- className=""
7742
- href="/logo_parts.svg#logo__areto"
7743
- id="logo__areto"
7744
- style={
7745
- Object {
7746
- "style": undefined,
7747
- }
7748
- }
7749
- />
7750
- <use
7751
- className=""
7752
- href="/logo_parts.svg#logo__t"
7753
- id="logo__t"
7098
+ href="/logo.svg#logo"
7099
+ id="logo"
7754
7100
  style={
7755
7101
  Object {
7756
7102
  "style": undefined,
@@ -7763,33 +7109,13 @@ Array [
7763
7109
  height="4em"
7764
7110
  preserveAspectRatio="xMinYMin meet"
7765
7111
  version="1.1"
7766
- viewBox="0 0 688 250"
7112
+ viewBox="0 0 39 39"
7767
7113
  xmlns="http://www.w3.org/2000/svg"
7768
7114
  >
7769
7115
  <use
7770
7116
  className=""
7771
- href="/logo_parts.svg#logo__p"
7772
- id="logo__p"
7773
- style={
7774
- Object {
7775
- "style": undefined,
7776
- }
7777
- }
7778
- />
7779
- <use
7780
- className=""
7781
- href="/logo_parts.svg#logo__areto"
7782
- id="logo__areto"
7783
- style={
7784
- Object {
7785
- "style": undefined,
7786
- }
7787
- }
7788
- />
7789
- <use
7790
- className=""
7791
- href="/logo_parts.svg#logo__t"
7792
- id="logo__t"
7117
+ href="/logo.svg#logo"
7118
+ id="logo"
7793
7119
  style={
7794
7120
  Object {
7795
7121
  "style": undefined,
@@ -7800,48 +7126,6 @@ Array [
7800
7126
  ]
7801
7127
  `;
7802
7128
 
7803
- exports[`Storyshots b/Logo Loop 1`] = `
7804
- <svg
7805
- className="base svg base logo x-primary loop modifierAnimated"
7806
- height="4em"
7807
- preserveAspectRatio="xMinYMin meet"
7808
- version="1.1"
7809
- viewBox="0 0 688 250"
7810
- xmlns="http://www.w3.org/2000/svg"
7811
- >
7812
- <use
7813
- className=""
7814
- href="/logo_parts.svg#logo__p"
7815
- id="logo__p"
7816
- style={
7817
- Object {
7818
- "style": undefined,
7819
- }
7820
- }
7821
- />
7822
- <use
7823
- className=""
7824
- href="/logo_parts.svg#logo__areto"
7825
- id="logo__areto"
7826
- style={
7827
- Object {
7828
- "style": undefined,
7829
- }
7830
- }
7831
- />
7832
- <use
7833
- className=""
7834
- href="/logo_parts.svg#logo__t"
7835
- id="logo__t"
7836
- style={
7837
- Object {
7838
- "style": undefined,
7839
- }
7840
- }
7841
- />
7842
- </svg>
7843
- `;
7844
-
7845
7129
  exports[`Storyshots b/Metrics Base 1`] = `
7846
7130
  <div
7847
7131
  className="base metrics"
@@ -8578,33 +7862,13 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8578
7862
  height="4em"
8579
7863
  preserveAspectRatio="xMinYMin meet"
8580
7864
  version="1.1"
8581
- viewBox="0 0 688 250"
7865
+ viewBox="0 0 39 39"
8582
7866
  xmlns="http://www.w3.org/2000/svg"
8583
7867
  >
8584
7868
  <use
8585
7869
  className=""
8586
- href="/logo_parts.svg#logo__p"
8587
- id="logo__p"
8588
- style={
8589
- Object {
8590
- "style": undefined,
8591
- }
8592
- }
8593
- />
8594
- <use
8595
- className=""
8596
- href="/logo_parts.svg#logo__areto"
8597
- id="logo__areto"
8598
- style={
8599
- Object {
8600
- "style": undefined,
8601
- }
8602
- }
8603
- />
8604
- <use
8605
- className=""
8606
- href="/logo_parts.svg#logo__t"
8607
- id="logo__t"
7870
+ href="/logo.svg#logo"
7871
+ id="logo"
8608
7872
  style={
8609
7873
  Object {
8610
7874
  "style": undefined,
@@ -8720,33 +7984,13 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8720
7984
  height="2em"
8721
7985
  preserveAspectRatio="xMinYMin meet"
8722
7986
  version="1.1"
8723
- viewBox="0 0 688 250"
7987
+ viewBox="0 0 39 39"
8724
7988
  xmlns="http://www.w3.org/2000/svg"
8725
7989
  >
8726
7990
  <use
8727
7991
  className=""
8728
- href="/logo_parts.svg#logo__p"
8729
- id="logo__p"
8730
- style={
8731
- Object {
8732
- "style": undefined,
8733
- }
8734
- }
8735
- />
8736
- <use
8737
- className=""
8738
- href="/logo_parts.svg#logo__areto"
8739
- id="logo__areto"
8740
- style={
8741
- Object {
8742
- "style": undefined,
8743
- }
8744
- }
8745
- />
8746
- <use
8747
- className=""
8748
- href="/logo_parts.svg#logo__t"
8749
- id="logo__t"
7992
+ href="/logo.svg#logo"
7993
+ id="logo"
8750
7994
  style={
8751
7995
  Object {
8752
7996
  "style": undefined,
@@ -8962,44 +8206,24 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8962
8206
  />
8963
8207
  <div
8964
8208
  className="title"
8965
- >
8966
- <span
8967
- className="md-h lg-h"
8968
- >
8969
- Welcome
8970
- </span>
8971
- <svg
8972
- className="base svg base logo x-paragraph xs-h sm-h"
8973
- height="2em"
8974
- preserveAspectRatio="xMinYMin meet"
8975
- version="1.1"
8976
- viewBox="0 0 688 250"
8977
- xmlns="http://www.w3.org/2000/svg"
8978
- >
8979
- <use
8980
- className=""
8981
- href="/logo_parts.svg#logo__p"
8982
- id="logo__p"
8983
- style={
8984
- Object {
8985
- "style": undefined,
8986
- }
8987
- }
8988
- />
8989
- <use
8990
- className=""
8991
- href="/logo_parts.svg#logo__areto"
8992
- id="logo__areto"
8993
- style={
8994
- Object {
8995
- "style": undefined,
8996
- }
8997
- }
8998
- />
8209
+ >
8210
+ <span
8211
+ className="md-h lg-h"
8212
+ >
8213
+ Welcome
8214
+ </span>
8215
+ <svg
8216
+ className="base svg base logo x-paragraph xs-h sm-h"
8217
+ height="2em"
8218
+ preserveAspectRatio="xMinYMin meet"
8219
+ version="1.1"
8220
+ viewBox="0 0 39 39"
8221
+ xmlns="http://www.w3.org/2000/svg"
8222
+ >
8999
8223
  <use
9000
8224
  className=""
9001
- href="/logo_parts.svg#logo__t"
9002
- id="logo__t"
8225
+ href="/logo.svg#logo"
8226
+ id="logo"
9003
8227
  style={
9004
8228
  Object {
9005
8229
  "style": undefined,
@@ -9252,33 +8476,13 @@ exports[`Storyshots c/ContentSlides With Background Shape 1`] = `
9252
8476
  height="2em"
9253
8477
  preserveAspectRatio="xMinYMin meet"
9254
8478
  version="1.1"
9255
- viewBox="0 0 688 250"
8479
+ viewBox="0 0 39 39"
9256
8480
  xmlns="http://www.w3.org/2000/svg"
9257
8481
  >
9258
8482
  <use
9259
8483
  className=""
9260
- href="/logo_parts.svg#logo__p"
9261
- id="logo__p"
9262
- style={
9263
- Object {
9264
- "style": undefined,
9265
- }
9266
- }
9267
- />
9268
- <use
9269
- className=""
9270
- href="/logo_parts.svg#logo__areto"
9271
- id="logo__areto"
9272
- style={
9273
- Object {
9274
- "style": undefined,
9275
- }
9276
- }
9277
- />
9278
- <use
9279
- className=""
9280
- href="/logo_parts.svg#logo__t"
9281
- id="logo__t"
8484
+ href="/logo.svg#logo"
8485
+ id="logo"
9282
8486
  style={
9283
8487
  Object {
9284
8488
  "style": undefined,
@@ -9560,7 +8764,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9560
8764
  onSubmit={[Function]}
9561
8765
  >
9562
8766
  <div
9563
- className="base text-input form-input"
8767
+ className="base text-input form-input y-background2"
9564
8768
  >
9565
8769
  <label
9566
8770
  className="base label v50 mb-v x-main2"
@@ -9569,7 +8773,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9569
8773
  What's your first name ?
9570
8774
  </label>
9571
8775
  <input
9572
- className="input input-border"
8776
+ className="input"
9573
8777
  disabled={false}
9574
8778
  id="firstName"
9575
8779
  name="firstName"
@@ -9580,7 +8784,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9580
8784
  />
9581
8785
  </div>
9582
8786
  <div
9583
- className="base text-input form-input"
8787
+ className="base text-input form-input y-background2"
9584
8788
  >
9585
8789
  <label
9586
8790
  className="base label v50 mb-v x-main2"
@@ -9589,7 +8793,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9589
8793
  What's your last name ?
9590
8794
  </label>
9591
8795
  <input
9592
- className="input input-border"
8796
+ className="input"
9593
8797
  disabled={false}
9594
8798
  id="lastName"
9595
8799
  name="lastName"
@@ -9599,7 +8803,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9599
8803
  />
9600
8804
  </div>
9601
8805
  <div
9602
- className="base text-area-input form-input x-background1"
8806
+ className="base text-area-input form-input y-background2"
9603
8807
  >
9604
8808
  <label
9605
8809
  className="base label v50 mb-v x-main2"
@@ -9608,7 +8812,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9608
8812
  Describe yourself in a few sentences
9609
8813
  </label>
9610
8814
  <textarea
9611
- className="textarea v50 pv-v input-border"
8815
+ className="textarea"
9612
8816
  disabled={false}
9613
8817
  name="description"
9614
8818
  onBlur={[Function]}
@@ -9691,7 +8895,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9691
8895
  </div>
9692
8896
  </div>
9693
8897
  <div
9694
- className="base select-input form-input"
8898
+ className="base select-input form-input y-background2"
9695
8899
  >
9696
8900
  <label
9697
8901
  className="base label input-label x-main2"
@@ -9700,7 +8904,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9700
8904
  What do you want for dinner ?
9701
8905
  </label>
9702
8906
  <select
9703
- className="input v25 pv-v"
8907
+ className="input"
9704
8908
  disabled={false}
9705
8909
  id="food"
9706
8910
  name="food"
@@ -9710,18 +8914,21 @@ exports[`Storyshots f/FormInput Base 1`] = `
9710
8914
  >
9711
8915
  <option
9712
8916
  disabled={false}
8917
+ selected={true}
9713
8918
  value="italian"
9714
8919
  >
9715
8920
  A nice pizza
9716
8921
  </option>
9717
8922
  <option
9718
8923
  disabled={false}
8924
+ selected={true}
9719
8925
  value="turkish"
9720
8926
  >
9721
8927
  A delicious kebab
9722
8928
  </option>
9723
8929
  <option
9724
8930
  disabled={false}
8931
+ selected={true}
9725
8932
  value="french"
9726
8933
  >
9727
8934
  A three course delicate french meal
@@ -9749,7 +8956,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9749
8956
  onSubmit={[Function]}
9750
8957
  >
9751
8958
  <div
9752
- className="base text-input form-input"
8959
+ className="base text-input form-input y-background2"
9753
8960
  >
9754
8961
  <label
9755
8962
  className="base label v50 mb-v x-main2"
@@ -9758,7 +8965,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9758
8965
  What's your first name ?
9759
8966
  </label>
9760
8967
  <input
9761
- className="input input-border"
8968
+ className="input"
9762
8969
  disabled={true}
9763
8970
  id="firstName"
9764
8971
  name="firstName"
@@ -9769,7 +8976,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9769
8976
  />
9770
8977
  </div>
9771
8978
  <div
9772
- className="base text-input form-input"
8979
+ className="base text-input form-input y-background2"
9773
8980
  >
9774
8981
  <label
9775
8982
  className="base label v50 mb-v x-main2"
@@ -9778,7 +8985,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9778
8985
  What's your last name ?
9779
8986
  </label>
9780
8987
  <input
9781
- className="input input-border"
8988
+ className="input"
9782
8989
  disabled={true}
9783
8990
  id="lastName"
9784
8991
  name="lastName"
@@ -9788,7 +8995,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9788
8995
  />
9789
8996
  </div>
9790
8997
  <div
9791
- className="base text-area-input form-input x-background1"
8998
+ className="base text-area-input form-input y-background2"
9792
8999
  >
9793
9000
  <label
9794
9001
  className="base label v50 mb-v x-main2"
@@ -9797,7 +9004,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9797
9004
  Describe yourself in a few sentences
9798
9005
  </label>
9799
9006
  <textarea
9800
- className="textarea v50 pv-v input-border"
9007
+ className="textarea"
9801
9008
  disabled={true}
9802
9009
  name="description"
9803
9010
  onBlur={[Function]}
@@ -9880,7 +9087,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9880
9087
  </div>
9881
9088
  </div>
9882
9089
  <div
9883
- className="base select-input form-input"
9090
+ className="base select-input form-input y-background2"
9884
9091
  >
9885
9092
  <label
9886
9093
  className="base label input-label x-main2"
@@ -9889,7 +9096,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9889
9096
  What do you want for dinner ?
9890
9097
  </label>
9891
9098
  <select
9892
- className="input v25 pv-v"
9099
+ className="input"
9893
9100
  disabled={true}
9894
9101
  id="food"
9895
9102
  name="food"
@@ -9899,18 +9106,21 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9899
9106
  >
9900
9107
  <option
9901
9108
  disabled={false}
9109
+ selected={true}
9902
9110
  value="italian"
9903
9111
  >
9904
9112
  A nice pizza
9905
9113
  </option>
9906
9114
  <option
9907
9115
  disabled={false}
9116
+ selected={true}
9908
9117
  value="turkish"
9909
9118
  >
9910
9119
  A delicious kebab
9911
9120
  </option>
9912
9121
  <option
9913
9122
  disabled={false}
9123
+ selected={true}
9914
9124
  value="french"
9915
9125
  >
9916
9126
  A three course delicate french meal
@@ -9938,7 +9148,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
9938
9148
  onSubmit={[Function]}
9939
9149
  >
9940
9150
  <div
9941
- className="base text-input form-input"
9151
+ className="base text-input form-input y-background2"
9942
9152
  >
9943
9153
  <label
9944
9154
  className="base label v50 mb-v x-main2"
@@ -9947,7 +9157,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
9947
9157
  Extended type input
9948
9158
  </label>
9949
9159
  <input
9950
- className="input input-border"
9160
+ className="input"
9951
9161
  disabled={false}
9952
9162
  id="extended"
9953
9163
  name="extended"
@@ -9986,130 +9196,6 @@ exports[`Storyshots f/common/Label Base 1`] = `
9986
9196
  </label>
9987
9197
  `;
9988
9198
 
9989
- exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9990
- <form
9991
- action="#"
9992
- onReset={[Function]}
9993
- onSubmit={[Function]}
9994
- >
9995
- <div
9996
- className="y-background1 b-y"
9997
- >
9998
- <div
9999
- className="base checkbox-input"
10000
- >
10001
- <div
10002
- className="not-selected input-content uc v1 pv-v"
10003
- >
10004
- <label
10005
- className="base label x-main2"
10006
- htmlFor="businessTypes"
10007
- >
10008
- <input
10009
- className="input"
10010
- id="businessTypes"
10011
- name="businessTypes"
10012
- onBlur={[Function]}
10013
- onChange={[Function]}
10014
- type="checkbox"
10015
- value="Business to customer"
10016
- />
10017
- <span>
10018
- Business to customer
10019
- </span>
10020
- </label>
10021
- </div>
10022
- </div>
10023
- <div
10024
- className="base checkbox-input"
10025
- >
10026
- <div
10027
- className="not-selected input-content uc v1 pv-v"
10028
- >
10029
- <label
10030
- className="base label x-main2"
10031
- htmlFor="businessTypes"
10032
- >
10033
- <input
10034
- className="input"
10035
- id="businessTypes"
10036
- name="businessTypes"
10037
- onBlur={[Function]}
10038
- onChange={[Function]}
10039
- type="checkbox"
10040
- value="Business to business"
10041
- />
10042
- <span>
10043
- Business to business
10044
- </span>
10045
- </label>
10046
- </div>
10047
- </div>
10048
- <div
10049
- className="base checkbox-input"
10050
- >
10051
- <div
10052
- className="not-selected input-content uc v1 pv-v"
10053
- >
10054
- <label
10055
- className="base label x-main2"
10056
- htmlFor="businessTypes"
10057
- >
10058
- <input
10059
- className="input"
10060
- id="businessTypes"
10061
- name="businessTypes"
10062
- onBlur={[Function]}
10063
- onChange={[Function]}
10064
- type="checkbox"
10065
- value="E-commerce"
10066
- />
10067
- <span>
10068
- E-commerce
10069
- </span>
10070
- </label>
10071
- </div>
10072
- </div>
10073
- <div
10074
- className="base checkbox-input"
10075
- >
10076
- <div
10077
- className="not-selected input-content uc v1 pv-v"
10078
- >
10079
- <label
10080
- className="base label x-main2"
10081
- htmlFor="businessTypes"
10082
- >
10083
- <input
10084
- className="input"
10085
- id="businessTypes"
10086
- name="businessTypes"
10087
- onBlur={[Function]}
10088
- onChange={[Function]}
10089
- type="checkbox"
10090
- value="Marketplace"
10091
- />
10092
- <span>
10093
- Marketplace
10094
- </span>
10095
- </label>
10096
- </div>
10097
- </div>
10098
- <div
10099
- className="debugger"
10100
- >
10101
- <button
10102
- className="base button x-main2"
10103
- onClick={[Function]}
10104
- type="button"
10105
- >
10106
- Open FormDebugger
10107
- </button>
10108
- </div>
10109
- </div>
10110
- </form>
10111
- `;
10112
-
10113
9199
  exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10114
9200
  <form
10115
9201
  action="#"
@@ -10655,134 +9741,6 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
10655
9741
  </form>
10656
9742
  `;
10657
9743
 
10658
- exports[`Storyshots f/fields/RadioInput Base 1`] = `
10659
- <form
10660
- action="#"
10661
- onReset={[Function]}
10662
- onSubmit={[Function]}
10663
- >
10664
- <div
10665
- className="base radio-input"
10666
- >
10667
- <div
10668
- className="not-selected uc v1 pv-v"
10669
- >
10670
- <label
10671
- className="base label x-main2"
10672
- htmlFor="companySize"
10673
- >
10674
- <input
10675
- className="input"
10676
- id="companySize"
10677
- name="companySize"
10678
- onBlur={[Function]}
10679
- onChange={[Function]}
10680
- type="radio"
10681
- value="1-3"
10682
- />
10683
- <span
10684
- className="text"
10685
- >
10686
- 1-3
10687
- </span>
10688
- </label>
10689
- </div>
10690
- </div>
10691
- <div
10692
- className="base radio-input"
10693
- >
10694
- <div
10695
- className="not-selected uc v1 pv-v"
10696
- >
10697
- <label
10698
- className="base label x-main2"
10699
- htmlFor="companySize"
10700
- >
10701
- <input
10702
- className="input"
10703
- id="companySize"
10704
- name="companySize"
10705
- onBlur={[Function]}
10706
- onChange={[Function]}
10707
- type="radio"
10708
- value="4-7"
10709
- />
10710
- <span
10711
- className="text"
10712
- >
10713
- 4-7
10714
- </span>
10715
- </label>
10716
- </div>
10717
- </div>
10718
- <div
10719
- className="base radio-input"
10720
- >
10721
- <div
10722
- className="not-selected uc v1 pv-v"
10723
- >
10724
- <label
10725
- className="base label x-main2"
10726
- htmlFor="companySize"
10727
- >
10728
- <input
10729
- className="input"
10730
- id="companySize"
10731
- name="companySize"
10732
- onBlur={[Function]}
10733
- onChange={[Function]}
10734
- type="radio"
10735
- value="8-10"
10736
- />
10737
- <span
10738
- className="text"
10739
- >
10740
- 8-10
10741
- </span>
10742
- </label>
10743
- </div>
10744
- </div>
10745
- <div
10746
- className="base radio-input"
10747
- >
10748
- <div
10749
- className="not-selected uc v1 pv-v"
10750
- >
10751
- <label
10752
- className="base label x-main2"
10753
- htmlFor="companySize"
10754
- >
10755
- <input
10756
- className="input"
10757
- id="companySize"
10758
- name="companySize"
10759
- onBlur={[Function]}
10760
- onChange={[Function]}
10761
- type="radio"
10762
- value="11-20"
10763
- />
10764
- <span
10765
- className="text"
10766
- >
10767
- 11-20
10768
- </span>
10769
- </label>
10770
- </div>
10771
- </div>
10772
- <div
10773
- className="debugger"
10774
- >
10775
- <button
10776
- className="base button x-main2"
10777
- onClick={[Function]}
10778
- type="button"
10779
- >
10780
- Open FormDebugger
10781
- </button>
10782
- </div>
10783
- </form>
10784
- `;
10785
-
10786
9744
  exports[`Storyshots f/fields/RatingsInput Base 1`] = `
10787
9745
  <form
10788
9746
  action="#"
@@ -11547,7 +10505,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
11547
10505
  onSubmit={[Function]}
11548
10506
  >
11549
10507
  <div
11550
- className="base select-input"
10508
+ className="base select-input y-background2"
11551
10509
  >
11552
10510
  <label
11553
10511
  className="base label input-label x-main2"
@@ -11556,28 +10514,38 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
11556
10514
  Work Type
11557
10515
  </label>
11558
10516
  <select
11559
- className="input v25 pv-v"
10517
+ className="input"
11560
10518
  disabled={false}
11561
10519
  id="workType"
11562
10520
  name="workType"
11563
10521
  onBlur={[Function]}
11564
10522
  onChange={[Function]}
11565
- value="Work"
10523
+ value=""
11566
10524
  >
10525
+ <option
10526
+ disabled={true}
10527
+ selected={true}
10528
+ value=""
10529
+ >
10530
+ Select an option
10531
+ </option>
11567
10532
  <option
11568
10533
  disabled={false}
10534
+ selected={true}
11569
10535
  value="Work"
11570
10536
  >
11571
10537
  Work
11572
10538
  </option>
11573
10539
  <option
11574
10540
  disabled={false}
10541
+ selected={true}
11575
10542
  value="Managing"
11576
10543
  >
11577
10544
  Managing
11578
10545
  </option>
11579
10546
  <option
11580
10547
  disabled={false}
10548
+ selected={true}
11581
10549
  value="Training"
11582
10550
  >
11583
10551
  Training
@@ -11605,7 +10573,7 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
11605
10573
  onSubmit={[Function]}
11606
10574
  >
11607
10575
  <div
11608
- className="base select-input"
10576
+ className="base select-input y-background2"
11609
10577
  >
11610
10578
  <label
11611
10579
  className="base label input-label x-main2"
@@ -11614,40 +10582,52 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
11614
10582
  Work Type
11615
10583
  </label>
11616
10584
  <select
11617
- className="input v25 pv-v"
10585
+ className="input"
11618
10586
  disabled={true}
11619
10587
  id="workType"
11620
10588
  name="workType"
11621
10589
  onBlur={[Function]}
11622
10590
  onChange={[Function]}
11623
- value="Work"
10591
+ value=""
11624
10592
  >
10593
+ <option
10594
+ disabled={true}
10595
+ selected={true}
10596
+ value=""
10597
+ >
10598
+ Select an option
10599
+ </option>
11625
10600
  <option
11626
10601
  disabled={false}
10602
+ selected={true}
11627
10603
  value="Work"
11628
10604
  >
11629
10605
  Work
11630
10606
  </option>
11631
10607
  <option
11632
10608
  disabled={false}
10609
+ selected={true}
11633
10610
  value="Managing"
11634
10611
  >
11635
10612
  Managing
11636
10613
  </option>
11637
10614
  <option
11638
10615
  disabled={false}
10616
+ selected={true}
11639
10617
  value="Training"
11640
10618
  >
11641
10619
  Training
11642
10620
  </option>
11643
10621
  <option
11644
10622
  disabled={false}
10623
+ selected={true}
11645
10624
  value="20th Aug 2020 to 19th Sept, 2020"
11646
10625
  >
11647
10626
  20th Aug 2020 to 19th Sept, 2020
11648
10627
  </option>
11649
10628
  <option
11650
10629
  disabled={false}
10630
+ selected={true}
11651
10631
  value="20th Sept 2020 to 19th Oct, 2020"
11652
10632
  >
11653
10633
  20th Sept 2020 to 19th Oct, 2020
@@ -11675,7 +10655,7 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
11675
10655
  onSubmit={[Function]}
11676
10656
  >
11677
10657
  <div
11678
- className="base select-input"
10658
+ className="base select-input y-background2"
11679
10659
  >
11680
10660
  <label
11681
10661
  className="base label input-label x-main2"
@@ -11684,22 +10664,31 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
11684
10664
  Work Type
11685
10665
  </label>
11686
10666
  <select
11687
- className="input v25 pv-v"
10667
+ className="input"
11688
10668
  disabled={false}
11689
10669
  id="workType"
11690
10670
  name="workType"
11691
10671
  onBlur={[Function]}
11692
10672
  onChange={[Function]}
11693
- value="Work"
10673
+ value=""
11694
10674
  >
10675
+ <option
10676
+ disabled={true}
10677
+ selected={true}
10678
+ value=""
10679
+ >
10680
+ Select an option
10681
+ </option>
11695
10682
  <option
11696
10683
  disabled={false}
10684
+ selected={true}
11697
10685
  value="20th Aug 2020 to 19th Sept, 2020"
11698
10686
  >
11699
10687
  20th Aug 2020 to 19th Sept, 2020
11700
10688
  </option>
11701
10689
  <option
11702
10690
  disabled={false}
10691
+ selected={true}
11703
10692
  value="20th Sept 2020 to 19th Oct, 2020"
11704
10693
  >
11705
10694
  20th Sept 2020 to 19th Oct, 2020
@@ -11727,7 +10716,7 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
11727
10716
  onSubmit={[Function]}
11728
10717
  >
11729
10718
  <div
11730
- className="base select-input"
10719
+ className="base select-input y-background2"
11731
10720
  >
11732
10721
  <label
11733
10722
  className="base label input-label x-main2"
@@ -11736,7 +10725,7 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
11736
10725
  Activity Type
11737
10726
  </label>
11738
10727
  <select
11739
- className="input v25 pv-v"
10728
+ className="input"
11740
10729
  disabled={false}
11741
10730
  id="activity"
11742
10731
  name="activity"
@@ -11746,18 +10735,21 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
11746
10735
  >
11747
10736
  <option
11748
10737
  disabled={true}
10738
+ selected={true}
11749
10739
  value=""
11750
10740
  >
11751
- Select activity type
10741
+ Select an option
11752
10742
  </option>
11753
10743
  <option
11754
10744
  disabled={false}
10745
+ selected={true}
11755
10746
  value="review"
11756
10747
  >
11757
10748
  Review
11758
10749
  </option>
11759
10750
  <option
11760
10751
  disabled={false}
10752
+ selected={true}
11761
10753
  value="Approve"
11762
10754
  >
11763
10755
  Approve
@@ -11785,7 +10777,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
11785
10777
  onSubmit={[Function]}
11786
10778
  >
11787
10779
  <div
11788
- className="base select-input"
10780
+ className="base select-input y-background2"
11789
10781
  >
11790
10782
  <label
11791
10783
  className="base label input-label x-main2"
@@ -11794,40 +10786,52 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
11794
10786
  Work Type
11795
10787
  </label>
11796
10788
  <select
11797
- className="input v25 pv-v"
10789
+ className="input"
11798
10790
  disabled={false}
11799
10791
  id="workType"
11800
10792
  name="workType"
11801
10793
  onBlur={[Function]}
11802
10794
  onChange={[Function]}
11803
- value="Work"
10795
+ value=""
11804
10796
  >
10797
+ <option
10798
+ disabled={true}
10799
+ selected={true}
10800
+ value=""
10801
+ >
10802
+ Select an option
10803
+ </option>
11805
10804
  <option
11806
10805
  disabled={false}
10806
+ selected={true}
11807
10807
  value="Work"
11808
10808
  >
11809
10809
  Work
11810
10810
  </option>
11811
10811
  <option
11812
10812
  disabled={false}
10813
+ selected={true}
11813
10814
  value="Managing"
11814
10815
  >
11815
10816
  Managing
11816
10817
  </option>
11817
10818
  <option
11818
10819
  disabled={false}
10820
+ selected={true}
11819
10821
  value="Training"
11820
10822
  >
11821
10823
  Training
11822
10824
  </option>
11823
10825
  <option
11824
10826
  disabled={false}
10827
+ selected={true}
11825
10828
  value="20th Aug 2020 to 19th Sept, 2020"
11826
10829
  >
11827
10830
  20th Aug 2020 to 19th Sept, 2020
11828
10831
  </option>
11829
10832
  <option
11830
10833
  disabled={false}
10834
+ selected={true}
11831
10835
  value="20th Sept 2020 to 19th Oct, 2020"
11832
10836
  >
11833
10837
  20th Sept 2020 to 19th Oct, 2020
@@ -11848,61 +10852,6 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
11848
10852
  </form>
11849
10853
  `;
11850
10854
 
11851
- exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
11852
- <form
11853
- action="#"
11854
- onReset={[Function]}
11855
- onSubmit={[Function]}
11856
- >
11857
- <div
11858
- className="y-background1 b-y v2 p-v"
11859
- style={
11860
- Object {
11861
- "height": "100%",
11862
- }
11863
- }
11864
- >
11865
- <div
11866
- className="base task-recommendation-input x-main2"
11867
- >
11868
- <div
11869
- className="task-content b-on-x"
11870
- >
11871
- <div
11872
- className="v1 p-v task"
11873
- >
11874
- <label
11875
- className="base label uc mb-v x-main2"
11876
- htmlFor="taskRecommendations"
11877
- >
11878
- Find potential business customers
11879
- </label>
11880
- <input
11881
- className="input"
11882
- id="taskRecommendations"
11883
- name="taskRecommendations"
11884
- onBlur={[Function]}
11885
- onChange={[Function]}
11886
- type="checkbox"
11887
- value="businessTypes"
11888
- />
11889
- <img
11890
- alt="img"
11891
- className="image"
11892
- src="/Fundraising.svg"
11893
- />
11894
- <p
11895
- className="uc u2 mt-u"
11896
- >
11897
- Build a list of contacts at businesses based on my criteria for potential customers
11898
- </p>
11899
- </div>
11900
- </div>
11901
- </div>
11902
- </div>
11903
- </form>
11904
- `;
11905
-
11906
10855
  exports[`Storyshots f/fields/TextInput Base 1`] = `
11907
10856
  <form
11908
10857
  action="#"
@@ -11910,10 +10859,10 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
11910
10859
  onSubmit={[Function]}
11911
10860
  >
11912
10861
  <div
11913
- className="y-background1 b-dark-y u2 pb-u"
10862
+ className=" u2 pb-u"
11914
10863
  >
11915
10864
  <div
11916
- className="base text-input"
10865
+ className="base text-input y-background2"
11917
10866
  >
11918
10867
  <label
11919
10868
  className="base label v50 mb-v x-main2"
@@ -11922,7 +10871,7 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
11922
10871
  What's your first name ?
11923
10872
  </label>
11924
10873
  <input
11925
- className="input input-border"
10874
+ className="input"
11926
10875
  disabled={false}
11927
10876
  id="firstName"
11928
10877
  name="firstName"
@@ -11953,11 +10902,9 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11953
10902
  onReset={[Function]}
11954
10903
  onSubmit={[Function]}
11955
10904
  >
11956
- <div
11957
- className="y-background1 b-dark-y"
11958
- >
10905
+ <div>
11959
10906
  <div
11960
- className="base text-input"
10907
+ className="base text-input y-background2"
11961
10908
  >
11962
10909
  <label
11963
10910
  className="base label v50 mb-v x-main2"
@@ -11966,7 +10913,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11966
10913
  Select date
11967
10914
  </label>
11968
10915
  <input
11969
- className="input input-border"
10916
+ className="input"
11970
10917
  disabled={false}
11971
10918
  id="date"
11972
10919
  name="date"
@@ -11977,7 +10924,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11977
10924
  />
11978
10925
  </div>
11979
10926
  <div
11980
- className="base text-input"
10927
+ className="base text-input y-background2"
11981
10928
  >
11982
10929
  <label
11983
10930
  className="base label v50 mb-v x-main2"
@@ -11986,7 +10933,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11986
10933
  Select time
11987
10934
  </label>
11988
10935
  <input
11989
- className="input input-border"
10936
+ className="input"
11990
10937
  disabled={false}
11991
10938
  id="time"
11992
10939
  name="time"
@@ -12011,17 +10958,17 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
12011
10958
  </form>
12012
10959
  `;
12013
10960
 
12014
- exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
10961
+ exports[`Storyshots f/fields/TextInput Disabled 1`] = `
12015
10962
  <form
12016
10963
  action="#"
12017
10964
  onReset={[Function]}
12018
10965
  onSubmit={[Function]}
12019
10966
  >
12020
10967
  <div
12021
- className="y-background1 b-dark-y u2 pb-u"
10968
+ className="u2 pb-u"
12022
10969
  >
12023
10970
  <div
12024
- className="base text-input"
10971
+ className="base text-input y-background2"
12025
10972
  >
12026
10973
  <label
12027
10974
  className="base label v50 mb-v x-main2"
@@ -12030,7 +10977,7 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
12030
10977
  What's your first name ?
12031
10978
  </label>
12032
10979
  <input
12033
- className="input input-border"
10980
+ className="input"
12034
10981
  disabled={true}
12035
10982
  id="firstName"
12036
10983
  name="firstName"
@@ -12044,17 +10991,17 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
12044
10991
  </form>
12045
10992
  `;
12046
10993
 
12047
- exports[`Storyshots f/fields/TextInput Text Input With Place Holder 1`] = `
10994
+ exports[`Storyshots f/fields/TextInput Placeholder 1`] = `
12048
10995
  <form
12049
10996
  action="#"
12050
10997
  onReset={[Function]}
12051
10998
  onSubmit={[Function]}
12052
10999
  >
12053
11000
  <div
12054
- className="y-background1 b-dark-y u2 pb-u"
11001
+ className="u2 pb-u"
12055
11002
  >
12056
11003
  <div
12057
- className="base text-input"
11004
+ className="base text-input y-background2"
12058
11005
  >
12059
11006
  <label
12060
11007
  className="base label v50 mb-v x-main2"
@@ -12063,7 +11010,7 @@ exports[`Storyshots f/fields/TextInput Text Input With Place Holder 1`] = `
12063
11010
  What's your first name ?
12064
11011
  </label>
12065
11012
  <input
12066
- className="input input-border"
11013
+ className="input"
12067
11014
  disabled={false}
12068
11015
  id="firstName"
12069
11016
  name="firstName"
@@ -12074,6 +11021,17 @@ exports[`Storyshots f/fields/TextInput Text Input With Place Holder 1`] = `
12074
11021
  value=""
12075
11022
  />
12076
11023
  </div>
11024
+ <div
11025
+ className="debugger"
11026
+ >
11027
+ <button
11028
+ className="base button x-main2"
11029
+ onClick={[Function]}
11030
+ type="button"
11031
+ >
11032
+ Open FormDebugger
11033
+ </button>
11034
+ </div>
12077
11035
  </div>
12078
11036
  </form>
12079
11037
  `;
@@ -12084,11 +11042,9 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
12084
11042
  onReset={[Function]}
12085
11043
  onSubmit={[Function]}
12086
11044
  >
12087
- <div
12088
- className="y-background1 b-dark-y"
12089
- >
11045
+ <div>
12090
11046
  <div
12091
- className="base text-area-input x-background1"
11047
+ className="base text-area-input y-background2"
12092
11048
  >
12093
11049
  <label
12094
11050
  className="base label v50 mb-v x-main2"
@@ -12097,7 +11053,7 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
12097
11053
  What can we improve on?
12098
11054
  </label>
12099
11055
  <textarea
12100
- className="textarea v50 pv-v input-border"
11056
+ className="textarea"
12101
11057
  disabled={false}
12102
11058
  name="feedback"
12103
11059
  onBlur={[Function]}
@@ -12128,11 +11084,9 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
12128
11084
  onReset={[Function]}
12129
11085
  onSubmit={[Function]}
12130
11086
  >
12131
- <div
12132
- className="y-background1 b-dark-y"
12133
- >
11087
+ <div>
12134
11088
  <div
12135
- className="base text-area-input x-background1"
11089
+ className="base text-area-input y-background2"
12136
11090
  >
12137
11091
  <label
12138
11092
  className="base label v50 mb-v x-main2"
@@ -12141,7 +11095,7 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
12141
11095
  What can we improve on?
12142
11096
  </label>
12143
11097
  <textarea
12144
- className="textarea v50 pv-v input-border"
11098
+ className="textarea"
12145
11099
  disabled={true}
12146
11100
  name="feedback"
12147
11101
  onBlur={[Function]}
@@ -12172,11 +11126,9 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
12172
11126
  onReset={[Function]}
12173
11127
  onSubmit={[Function]}
12174
11128
  >
12175
- <div
12176
- className="y-background1 b-dark-y"
12177
- >
11129
+ <div>
12178
11130
  <div
12179
- className="base text-area-input x-background1"
11131
+ className="base text-area-input y-background2"
12180
11132
  >
12181
11133
  <label
12182
11134
  className="base label v50 mb-v x-main2"
@@ -12185,7 +11137,7 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
12185
11137
  What can we improve on?
12186
11138
  </label>
12187
11139
  <textarea
12188
- className="textarea v50 pv-v input-border"
11140
+ className="textarea"
12189
11141
  disabled={false}
12190
11142
  name="feedback"
12191
11143
  onBlur={[Function]}
@@ -12217,11 +11169,9 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
12217
11169
  onReset={[Function]}
12218
11170
  onSubmit={[Function]}
12219
11171
  >
12220
- <div
12221
- className="y-background1 b-dark-y"
12222
- >
11172
+ <div>
12223
11173
  <div
12224
- className="base text-area-input x-background1"
11174
+ className="base text-area-input y-background2"
12225
11175
  >
12226
11176
  <label
12227
11177
  className="base label v50 mb-v x-main2"
@@ -12230,7 +11180,7 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
12230
11180
  What can we improve on?
12231
11181
  </label>
12232
11182
  <textarea
12233
- className="textarea v50 pv-v input-border"
11183
+ className="textarea"
12234
11184
  disabled={false}
12235
11185
  name="feedback"
12236
11186
  onBlur={[Function]}