@pareto-engineering/design-system 2.0.0-alpha.51 → 2.0.0-alpha.54

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 (215) hide show
  1. package/dist/cjs/a/AppContext/Context.js +16 -0
  2. package/dist/cjs/a/AppContext/ContextProvider.js +96 -0
  3. package/dist/cjs/a/AppContext/index.js +39 -0
  4. package/dist/cjs/a/AppContext/useApp.js +16 -0
  5. package/dist/cjs/a/AppContext/useTheme.js +45 -0
  6. package/dist/cjs/a/GradientBackground/GradientBackground.js +140 -0
  7. package/dist/cjs/a/GradientBackground/index.js +15 -0
  8. package/dist/cjs/a/GradientBackground/styles.scss +191 -0
  9. package/dist/cjs/a/Popover/common/Divider/Divider.js +67 -0
  10. package/dist/cjs/a/Popover/common/Divider/index.js +15 -0
  11. package/dist/cjs/a/Popover/common/Item/Item.js +67 -0
  12. package/dist/cjs/a/Popover/common/Item/index.js +15 -0
  13. package/dist/cjs/a/Popover/common/index.js +21 -0
  14. package/dist/cjs/a/index.js +8 -8
  15. package/dist/cjs/b/Page/common/PageHelmet/PageHelmet.js +1 -1
  16. package/dist/cjs/b/SocialMediaButton/SocialMediaButton.js +4 -4
  17. package/dist/cjs/b/ThemeSelector/ThemeSelector.js +1 -1
  18. package/dist/cjs/c/AcceptCookies/AcceptCookies.js +134 -0
  19. package/dist/cjs/c/AcceptCookies/index.js +15 -0
  20. package/dist/cjs/c/AcceptCookies/styles.scss +49 -0
  21. package/dist/cjs/c/BlogCategoryButton/BlogCategoryButton.js +95 -0
  22. package/dist/cjs/c/BlogCategoryButton/index.js +15 -0
  23. package/dist/cjs/c/BlogContext/BlogContextProvider.js +63 -0
  24. package/dist/cjs/c/BlogContext/Context.js +16 -0
  25. package/dist/cjs/c/BlogContext/ContextProvider.js +63 -0
  26. package/dist/cjs/c/BlogContext/index.js +31 -0
  27. package/dist/cjs/c/BlogContext/useBlog.js +16 -0
  28. package/dist/cjs/c/BlogPost/BlogPost.js +147 -0
  29. package/dist/cjs/c/BlogPost/index.js +15 -0
  30. package/dist/cjs/c/BlogPost/styles.scss +33 -0
  31. package/dist/cjs/c/BlogPostsList/BlogPostsList.js +73 -0
  32. package/dist/cjs/c/BlogPostsList/common/Card/Card.js +170 -0
  33. package/dist/cjs/c/BlogPostsList/common/Card/index.js +15 -0
  34. package/dist/cjs/c/BlogPostsList/common/index.js +13 -0
  35. package/dist/cjs/c/BlogPostsList/index.js +15 -0
  36. package/dist/cjs/c/BlogPostsList/styles.scss +72 -0
  37. package/dist/cjs/c/SiteFooter/SiteFooter.js +73 -0
  38. package/dist/cjs/c/SiteFooter/common/Section/Section.js +95 -0
  39. package/dist/cjs/c/SiteFooter/common/Section/index.js +15 -0
  40. package/dist/cjs/c/SiteFooter/common/index.js +13 -0
  41. package/dist/cjs/c/SiteFooter/index.js +15 -0
  42. package/dist/cjs/c/SiteFooter/styles.scss +34 -0
  43. package/dist/cjs/c/SiteHeaderCTA/SiteHeaderCTA.js +108 -0
  44. package/dist/cjs/c/SiteHeaderCTA/index.js +15 -0
  45. package/dist/cjs/c/SiteHeaderCTA/styles.scss +44 -0
  46. package/dist/cjs/c/SiteMission/SiteMission.js +113 -0
  47. package/dist/cjs/c/SiteMission/index.js +15 -0
  48. package/dist/cjs/c/SiteMission/styles.scss +30 -0
  49. package/dist/cjs/c/SiteNavigation/SiteNavigation.js +130 -0
  50. package/dist/cjs/c/SiteNavigation/index.js +15 -0
  51. package/dist/cjs/c/SiteNavigation/styles.scss +118 -0
  52. package/dist/cjs/c/SiteOnboardingStep/SiteOnboardingStep.js +98 -0
  53. package/dist/cjs/c/SiteOnboardingStep/index.js +15 -0
  54. package/dist/cjs/c/SiteOnboardingStep/styles.scss +51 -0
  55. package/dist/cjs/c/SitePricing/SitePricing.js +108 -0
  56. package/dist/cjs/c/SitePricing/index.js +15 -0
  57. package/dist/cjs/c/SitePricing/styles.scss +73 -0
  58. package/dist/cjs/c/SiteServices/SiteServices.js +211 -0
  59. package/dist/cjs/c/SiteServices/index.js +15 -0
  60. package/dist/cjs/c/SiteServices/styles.scss +138 -0
  61. package/dist/cjs/c/TeamGallery/TeamGallery.js +80 -0
  62. package/dist/cjs/c/TeamGallery/common/PersonCard/PersonCard.js +84 -0
  63. package/dist/cjs/c/TeamGallery/common/PersonCard/index.js +15 -0
  64. package/dist/cjs/c/TeamGallery/common/index.js +13 -0
  65. package/dist/cjs/c/TeamGallery/index.js +15 -0
  66. package/dist/cjs/c/TeamGallery/styles.scss +100 -0
  67. package/dist/cjs/c/Testimonials/Testimonials.js +119 -0
  68. package/dist/cjs/c/Testimonials/index.js +15 -0
  69. package/dist/cjs/c/Testimonials/styles.scss +112 -0
  70. package/dist/cjs/experimental/GradientBackground/GradientBackground.js +98 -0
  71. package/dist/cjs/experimental/GradientBackground/index.js +15 -0
  72. package/dist/cjs/experimental/GradientBackground/styles.scss +64 -0
  73. package/dist/cjs/experimental/index.js +13 -0
  74. package/dist/cjs/f/common/Description/Description.js +20 -14
  75. package/dist/cjs/f/fields/QueryCombobox/QueryCombobox.js +0 -2
  76. package/dist/cjs/f/fields/QueryCombobox/common/Combobox/Combobox.js +5 -9
  77. package/dist/cjs/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +5 -9
  78. package/dist/cjs/f/fields/QuerySelect/styles.scss +21 -0
  79. package/dist/cjs/f/fields/SelectInput/SelectInput.js +16 -8
  80. package/dist/cjs/f/fields/TaskRecommendation/TaskRecommendation.js +129 -0
  81. package/dist/cjs/f/fields/TaskRecommendation/index.js +15 -0
  82. package/dist/cjs/f/fields/TaskRecommendation/styles.scss +37 -0
  83. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  84. package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +4 -0
  85. package/dist/cjs/f/fields/TextArea/TextArea.js +141 -0
  86. package/dist/cjs/f/fields/TextArea/index.js +15 -0
  87. package/dist/cjs/f/fields/TextArea/styles.scss +19 -0
  88. package/dist/cjs/f/fields/TextInput/TextInput.js +18 -9
  89. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +16 -8
  90. package/dist/cjs/test/QueryLoader/styles.scss +9 -0
  91. package/dist/es/a/AppContext/Context.js +2 -0
  92. package/dist/es/a/AppContext/ContextProvider.js +78 -0
  93. package/dist/es/a/AppContext/index.js +5 -0
  94. package/dist/es/a/AppContext/useApp.js +3 -0
  95. package/dist/es/a/AppContext/useTheme.js +34 -0
  96. package/dist/es/a/GradientBackground/GradientBackground.js +118 -0
  97. package/dist/es/a/GradientBackground/index.js +2 -0
  98. package/dist/es/a/GradientBackground/styles.scss +191 -0
  99. package/dist/es/a/Popover/common/Divider/Divider.js +47 -0
  100. package/dist/es/a/Popover/common/Divider/index.js +2 -0
  101. package/dist/es/a/Popover/common/Item/Item.js +47 -0
  102. package/dist/es/a/Popover/common/Item/index.js +2 -0
  103. package/dist/es/a/Popover/common/index.js +2 -0
  104. package/dist/es/a/index.js +1 -1
  105. package/dist/es/b/Page/common/PageHelmet/PageHelmet.js +2 -2
  106. package/dist/es/b/SocialMediaButton/SocialMediaButton.js +5 -5
  107. package/dist/es/b/ThemeSelector/ThemeSelector.js +2 -2
  108. package/dist/es/c/AcceptCookies/AcceptCookies.js +117 -0
  109. package/dist/es/c/AcceptCookies/index.js +2 -0
  110. package/dist/es/c/AcceptCookies/styles.scss +49 -0
  111. package/dist/es/c/BlogCategoryButton/BlogCategoryButton.js +68 -0
  112. package/dist/es/c/BlogCategoryButton/index.js +2 -0
  113. package/dist/es/c/BlogContext/BlogContextProvider.js +45 -0
  114. package/dist/es/c/BlogContext/Context.js +2 -0
  115. package/dist/es/c/BlogContext/ContextProvider.js +45 -0
  116. package/dist/es/c/BlogContext/index.js +4 -0
  117. package/dist/es/c/BlogContext/useBlog.js +3 -0
  118. package/dist/es/c/BlogPost/BlogPost.js +128 -0
  119. package/dist/es/c/BlogPost/index.js +2 -0
  120. package/dist/es/c/BlogPost/styles.scss +33 -0
  121. package/dist/es/c/BlogPostsList/BlogPostsList.js +56 -0
  122. package/dist/es/c/BlogPostsList/common/Card/Card.js +143 -0
  123. package/dist/es/c/BlogPostsList/common/Card/index.js +2 -0
  124. package/dist/es/c/BlogPostsList/common/index.js +1 -0
  125. package/dist/es/c/BlogPostsList/index.js +2 -0
  126. package/dist/es/c/BlogPostsList/styles.scss +72 -0
  127. package/dist/es/c/SiteFooter/SiteFooter.js +56 -0
  128. package/dist/es/c/SiteFooter/common/Section/Section.js +73 -0
  129. package/dist/es/c/SiteFooter/common/Section/index.js +2 -0
  130. package/dist/es/c/SiteFooter/common/index.js +1 -0
  131. package/dist/es/c/SiteFooter/index.js +2 -0
  132. package/dist/es/c/SiteFooter/styles.scss +34 -0
  133. package/dist/es/c/SiteHeaderCTA/SiteHeaderCTA.js +92 -0
  134. package/dist/es/c/SiteHeaderCTA/index.js +2 -0
  135. package/dist/es/c/SiteHeaderCTA/styles.scss +44 -0
  136. package/dist/es/c/SiteMission/SiteMission.js +96 -0
  137. package/dist/es/c/SiteMission/index.js +2 -0
  138. package/dist/es/c/SiteMission/styles.scss +30 -0
  139. package/dist/es/c/SiteNavigation/SiteNavigation.js +111 -0
  140. package/dist/es/c/SiteNavigation/index.js +2 -0
  141. package/dist/es/c/SiteNavigation/styles.scss +118 -0
  142. package/dist/es/c/SiteOnboardingStep/SiteOnboardingStep.js +81 -0
  143. package/dist/es/c/SiteOnboardingStep/index.js +2 -0
  144. package/dist/es/c/SiteOnboardingStep/styles.scss +51 -0
  145. package/dist/es/c/SitePricing/SitePricing.js +91 -0
  146. package/dist/es/c/SitePricing/index.js +2 -0
  147. package/dist/es/c/SitePricing/styles.scss +73 -0
  148. package/dist/es/c/SiteServices/SiteServices.js +195 -0
  149. package/dist/es/c/SiteServices/index.js +2 -0
  150. package/dist/es/c/SiteServices/styles.scss +138 -0
  151. package/dist/es/c/TeamGallery/TeamGallery.js +64 -0
  152. package/dist/es/c/TeamGallery/common/PersonCard/PersonCard.js +64 -0
  153. package/dist/es/c/TeamGallery/common/PersonCard/index.js +2 -0
  154. package/dist/es/c/TeamGallery/common/index.js +1 -0
  155. package/dist/es/c/TeamGallery/index.js +2 -0
  156. package/dist/es/c/TeamGallery/styles.scss +100 -0
  157. package/dist/es/c/Testimonials/Testimonials.js +99 -0
  158. package/dist/es/c/Testimonials/index.js +2 -0
  159. package/dist/es/c/Testimonials/styles.scss +112 -0
  160. package/dist/es/experimental/GradientBackground/GradientBackground.js +76 -0
  161. package/dist/es/experimental/GradientBackground/index.js +2 -0
  162. package/dist/es/experimental/GradientBackground/styles.scss +64 -0
  163. package/dist/es/experimental/index.js +1 -0
  164. package/dist/es/f/common/Description/Description.js +19 -14
  165. package/dist/es/f/fields/QueryCombobox/QueryCombobox.js +0 -2
  166. package/dist/es/f/fields/QueryCombobox/common/Combobox/Combobox.js +5 -9
  167. package/dist/es/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +5 -9
  168. package/dist/es/f/fields/QuerySelect/styles.scss +21 -0
  169. package/dist/es/f/fields/SelectInput/SelectInput.js +16 -8
  170. package/dist/es/f/fields/TaskRecommendation/TaskRecommendation.js +111 -0
  171. package/dist/es/f/fields/TaskRecommendation/index.js +2 -0
  172. package/dist/es/f/fields/TaskRecommendation/styles.scss +37 -0
  173. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  174. package/dist/es/f/fields/TaskRecommendationInput/styles.scss +4 -0
  175. package/dist/es/f/fields/TextArea/TextArea.js +124 -0
  176. package/dist/es/f/fields/TextArea/index.js +2 -0
  177. package/dist/es/f/fields/TextArea/styles.scss +19 -0
  178. package/dist/es/f/fields/TextInput/TextInput.js +18 -9
  179. package/dist/es/f/fields/TextareaInput/TextareaInput.js +16 -8
  180. package/dist/es/test/QueryLoader/styles.scss +9 -0
  181. package/package.json +1 -1
  182. package/src/__snapshots__/Storyshots.test.js.snap +1528 -1385
  183. package/src/stories/a/{SiteContext.stories.jsx → AppContext.stories.jsx} +8 -8
  184. package/src/stories/a/DotInfo.stories.jsx +12 -12
  185. package/src/stories/a/ProgressBar.stories.jsx +12 -6
  186. package/src/stories/a/Timestamp.stories.jsx +32 -38
  187. package/src/stories/b/Logo.stories.jsx +13 -13
  188. package/src/stories/b/QuestionDropdown.stories.jsx +17 -30
  189. package/src/stories/b/SocialMediaButton.stories.jsx +34 -52
  190. package/src/stories/b/ThemeSelector.stories.jsx +5 -5
  191. package/src/stories/b/Title.stories.jsx +11 -13
  192. package/src/stories/c/ContentSlides.stories.jsx +30 -300
  193. package/src/stories/f/ChoicesInput.stories.jsx +62 -129
  194. package/src/stories/f/Description.stories.jsx +12 -2
  195. package/src/stories/f/RatingsInput.stories.jsx +21 -22
  196. package/src/stories/f/SelectInput.stories.jsx +35 -75
  197. package/src/stories/f/TextInput.stories.jsx +55 -52
  198. package/src/stories/f/TextareaInput.stories.jsx +31 -46
  199. package/src/ui/a/{SiteContext → AppContext}/Context.js +0 -0
  200. package/src/ui/a/{SiteContext → AppContext}/ContextProvider.jsx +8 -7
  201. package/src/ui/a/AppContext/index.js +5 -0
  202. package/src/ui/a/{SiteContext/useSite.js → AppContext/useApp.js} +0 -0
  203. package/src/ui/a/{SiteContext → AppContext}/useTheme.js +0 -0
  204. package/src/ui/a/index.js +4 -4
  205. package/src/ui/b/Page/common/PageHelmet/PageHelmet.jsx +2 -2
  206. package/src/ui/b/SocialMediaButton/SocialMediaButton.jsx +4 -4
  207. package/src/ui/b/ThemeSelector/ThemeSelector.jsx +2 -2
  208. package/src/ui/f/common/Description/Description.jsx +34 -29
  209. package/src/ui/f/fields/QueryCombobox/QueryCombobox.jsx +1 -2
  210. package/src/ui/f/fields/QueryCombobox/common/Combobox/Combobox.jsx +1 -11
  211. package/src/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.jsx +1 -11
  212. package/src/ui/f/fields/SelectInput/SelectInput.jsx +16 -9
  213. package/src/ui/f/fields/TextInput/TextInput.jsx +13 -7
  214. package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +9 -8
  215. package/src/ui/a/SiteContext/index.js +0 -5
@@ -63,6 +63,8 @@ exports[`Storyshots a/AnimatedCounter Before And After 1`] = `
63
63
  </div>
64
64
  `;
65
65
 
66
+ exports[`Storyshots a/AppContext Base 1`] = `"Sample AppContext"`;
67
+
66
68
  exports[`Storyshots a/BackgroundGradient Base 1`] = `
67
69
  <div
68
70
  className="y-background4"
@@ -907,24 +909,14 @@ exports[`Storyshots a/DotInfo False 1`] = `
907
909
  `;
908
910
 
909
911
  exports[`Storyshots a/DotInfo Nullish 1`] = `
910
- Array [
911
- <div
912
- className="base empty x-metadata dot-info"
913
- style={
914
- Object {
915
- "--height": "2em",
916
- }
917
- }
918
- />,
919
- <div
920
- className="base empty x-metadata dot-info"
921
- style={
922
- Object {
923
- "--height": "2em",
924
- }
912
+ <div
913
+ className="base empty x-metadata dot-info"
914
+ style={
915
+ Object {
916
+ "--height": "2em",
925
917
  }
926
- />,
927
- ]
918
+ }
919
+ />
928
920
  `;
929
921
 
930
922
  exports[`Storyshots a/DotInfo True 1`] = `
@@ -1806,12 +1798,12 @@ exports[`Storyshots a/ProgressBar Color 1`] = `
1806
1798
 
1807
1799
  exports[`Storyshots a/ProgressBar Height 1`] = `
1808
1800
  <div
1809
- className="base progress-bar"
1801
+ className="base progress-bar x-main1"
1810
1802
  data-length="50%"
1811
1803
  style={
1812
1804
  Object {
1813
1805
  "--height": "5em",
1814
- "--progress": 62,
1806
+ "--progress": 70,
1815
1807
  }
1816
1808
  }
1817
1809
  />
@@ -2436,8 +2428,6 @@ exports[`Storyshots a/Shapes Triangle 1`] = `
2436
2428
  </div>
2437
2429
  `;
2438
2430
 
2439
- exports[`Storyshots a/SiteContext Base 1`] = `"Sample SiteContext"`;
2440
-
2441
2431
  exports[`Storyshots a/SnapScroller Base 1`] = `
2442
2432
  <div
2443
2433
  className="base snap-scroller u1 pv-u"
@@ -2681,15 +2671,12 @@ exports[`Storyshots a/Timestamp Prefix 1`] = `
2681
2671
  `;
2682
2672
 
2683
2673
  exports[`Storyshots a/Timestamp Relative Format 1`] = `
2684
- Array [
2685
- "Click to see relative format. Relative format has not been enabled by default because of chromatic snapshots.",
2686
- <p
2687
- className="base timestamp"
2688
- onClick={[Function]}
2689
- >
2690
- 2022-10-10T00:00:00.000+00:00
2691
- </p>,
2692
- ]
2674
+ <p
2675
+ className="base timestamp"
2676
+ onClick={[Function]}
2677
+ >
2678
+ 2022-10-12T00:00:00.000+00:00
2679
+ </p>
2693
2680
  `;
2694
2681
 
2695
2682
  exports[`Storyshots b/Button Arrow Left 1`] = `
@@ -9058,6 +9045,7 @@ Array [
9058
9045
  </button>
9059
9046
  </a>,
9060
9047
  <a
9048
+ href="https://www.linkedin.com/company/hellopareto"
9061
9049
  rel="noreferrer"
9062
9050
  target="_blank"
9063
9051
  >
@@ -9597,511 +9585,531 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
9597
9585
 
9598
9586
  exports[`Storyshots c/ContentSlides Simple 1`] = `
9599
9587
  <div
9600
- className="base content-slides y-background1 b-dark-y simple u1 md-u2"
9588
+ className="ui-light"
9589
+ style={
9590
+ Object {
9591
+ "height": "100%",
9592
+ }
9593
+ }
9601
9594
  >
9602
9595
  <div
9603
- className="horizontal-menu"
9596
+ className="base content-slides y-background1 b-dark-y simple u1 md-u2"
9604
9597
  >
9605
9598
  <div
9606
- className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
9607
- data-length="50%"
9608
- style={
9609
- Object {
9610
- "--height": ".4em",
9611
- "--progress": 40,
9612
- }
9613
- }
9614
- />
9615
- <div
9616
- className="elementContent"
9599
+ className="horizontal-menu"
9617
9600
  >
9618
9601
  <div
9619
- className="left"
9602
+ className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
9603
+ data-length="50%"
9604
+ style={
9605
+ Object {
9606
+ "--height": ".4em",
9607
+ "--progress": 40,
9608
+ }
9609
+ }
9620
9610
  />
9621
9611
  <div
9622
- className="title"
9612
+ className="elementContent"
9623
9613
  >
9624
- <span
9625
- className="md-h lg-h"
9626
- >
9627
- Welcome
9628
- </span>
9629
- <svg
9630
- className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
9631
- height="1.1em"
9632
- preserveAspectRatio="xMinYMin meet"
9633
- version="1.1"
9634
- viewBox="0 0 156 30"
9635
- xmlns="http://www.w3.org/2000/svg"
9614
+ <div
9615
+ className="left"
9616
+ />
9617
+ <div
9618
+ className="title"
9636
9619
  >
9637
- <use
9638
- className=""
9639
- href="/logo.svg#logo_squares"
9640
- id="logo_squares"
9641
- style={
9642
- Object {
9643
- "style": undefined,
9620
+ <span
9621
+ className="md-h lg-h"
9622
+ >
9623
+ Welcome
9624
+ </span>
9625
+ <svg
9626
+ className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
9627
+ height="1.1em"
9628
+ preserveAspectRatio="xMinYMin meet"
9629
+ version="1.1"
9630
+ viewBox="0 0 156 30"
9631
+ xmlns="http://www.w3.org/2000/svg"
9632
+ >
9633
+ <use
9634
+ className=""
9635
+ href="/logo.svg#logo_squares"
9636
+ id="logo_squares"
9637
+ style={
9638
+ Object {
9639
+ "style": undefined,
9640
+ }
9644
9641
  }
9645
- }
9646
- />
9647
- <use
9648
- className=""
9649
- href="/logo.svg#logo_pareto"
9650
- id="logo_pareto"
9651
- style={
9652
- Object {
9653
- "style": undefined,
9642
+ />
9643
+ <use
9644
+ className=""
9645
+ href="/logo.svg#logo_pareto"
9646
+ id="logo_pareto"
9647
+ style={
9648
+ Object {
9649
+ "style": undefined,
9650
+ }
9654
9651
  }
9655
- }
9656
- />
9657
- </svg>
9652
+ />
9653
+ </svg>
9654
+ </div>
9658
9655
  </div>
9659
9656
  </div>
9660
- </div>
9661
-
9662
- <main>
9663
- <div
9664
- className="modifierActive slide"
9665
- >
9657
+ <main>
9666
9658
  <div
9667
- className="wrapper"
9659
+ className="modifierActive slide"
9668
9660
  >
9669
9661
  <div
9670
- className="content"
9662
+ className="wrapper"
9671
9663
  >
9672
9664
  <div
9673
- className="base title"
9665
+ className="content"
9674
9666
  >
9675
- <h1
9676
- className="small heading"
9677
- >
9678
- Welcome
9679
- </h1>
9680
- <p
9681
- className="subtitle"
9667
+ <div
9668
+ className="base title"
9682
9669
  >
9683
- Welcome to this site. We hope you will have an amazing experience here.
9684
- </p>
9685
- </div>
9686
- <div
9687
- className="navigator"
9688
- >
9689
- <span />
9690
- <button
9691
- className="base button x-main2 next x-main1 modifierCompact"
9692
- disabled={false}
9693
- onClick={[Function]}
9694
- type="button"
9670
+ <h1
9671
+ className="small heading"
9672
+ >
9673
+ Welcome
9674
+ </h1>
9675
+ <p
9676
+ className="subtitle"
9677
+ >
9678
+ Welcome to this site. We hope you will have an amazing experience here.
9679
+ </p>
9680
+ </div>
9681
+ <div
9682
+ className="navigator"
9695
9683
  >
9696
- Next
9697
- </button>
9684
+ <span />
9685
+ <button
9686
+ className="base button x-main2 next x-main1 modifierCompact"
9687
+ disabled={false}
9688
+ onClick={[Function]}
9689
+ type="button"
9690
+ >
9691
+ Next
9692
+ </button>
9693
+ </div>
9698
9694
  </div>
9699
9695
  </div>
9700
9696
  </div>
9701
- </div>
9702
- <div
9703
- className="slide"
9704
- >
9705
9697
  <div
9706
- className="wrapper"
9698
+ className="slide"
9707
9699
  >
9708
9700
  <div
9709
- className="content"
9701
+ className="wrapper"
9710
9702
  >
9711
9703
  <div
9712
- className="base title"
9704
+ className="content"
9713
9705
  >
9714
- <h1
9715
- className="small heading"
9716
- >
9717
- Part 2
9718
- </h1>
9719
- <p
9720
- className="subtitle"
9706
+ <div
9707
+ className="base title"
9721
9708
  >
9722
- Welcome to this site. We hope you will have an amazing experience here.
9709
+ <h1
9710
+ className="small heading"
9711
+ >
9712
+ Part 2
9713
+ </h1>
9714
+ <p
9715
+ className="subtitle"
9716
+ >
9717
+ Welcome to this site. We hope you will have an amazing experience here.
9718
+ </p>
9719
+ </div>
9720
+ <p>
9721
+ 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.
9723
9722
  </p>
9724
- </div>
9725
- <p>
9726
- 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. 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.
9727
-
9728
- </p>
9729
- <p>
9730
- 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. 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.
9731
-
9732
- </p>
9733
- <p>
9734
- 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. 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.
9735
-
9736
- </p>
9737
- <p>
9738
- 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. 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.
9739
-
9740
- </p>
9741
- <div
9742
- className="navigator"
9743
- >
9744
- <span />
9745
- <button
9746
- className="base button x-main2 next x-main1 modifierCompact"
9747
- disabled={false}
9748
- onClick={[Function]}
9749
- type="button"
9723
+ <p>
9724
+ 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.
9725
+ </p>
9726
+ <p>
9727
+ 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.
9728
+
9729
+ </p>
9730
+ <p>
9731
+ 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.
9732
+
9733
+ </p>
9734
+ <p>
9735
+ 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.
9736
+
9737
+ </p>
9738
+ <div
9739
+ className="navigator"
9750
9740
  >
9751
- Next
9752
- </button>
9741
+ <span />
9742
+ <button
9743
+ className="base button x-main2 next x-main1 modifierCompact"
9744
+ disabled={false}
9745
+ onClick={[Function]}
9746
+ type="button"
9747
+ >
9748
+ Next
9749
+ </button>
9750
+ </div>
9753
9751
  </div>
9754
9752
  </div>
9755
9753
  </div>
9756
- </div>
9757
- <div
9758
- className="slide"
9759
- >
9760
9754
  <div
9761
- className="wrapper"
9755
+ className="slide"
9762
9756
  >
9763
9757
  <div
9764
- className="content"
9758
+ className="wrapper"
9765
9759
  >
9766
9760
  <div
9767
- className="base title"
9761
+ className="content"
9768
9762
  >
9769
- <h1
9770
- className="small heading"
9771
- >
9772
- Part 3
9773
- </h1>
9774
- <p
9775
- className="subtitle"
9763
+ <div
9764
+ className="base title"
9776
9765
  >
9777
- Welcome to this site. We hope you will have an amazing experience here.
9778
- </p>
9779
- </div>
9780
- <div
9781
- className="navigator"
9782
- >
9783
- <span />
9784
- <button
9785
- className="base button x-main2 next x-main1 modifierCompact"
9786
- disabled={false}
9787
- onClick={[Function]}
9788
- type="button"
9766
+ <h1
9767
+ className="small heading"
9768
+ >
9769
+ Part 3
9770
+ </h1>
9771
+ <p
9772
+ className="subtitle"
9773
+ >
9774
+ Welcome to this site. We hope you will have an amazing experience here.
9775
+ </p>
9776
+ </div>
9777
+ <div
9778
+ className="navigator"
9789
9779
  >
9790
- Next
9791
- </button>
9780
+ <span />
9781
+ <button
9782
+ className="base button x-main2 next x-main1 modifierCompact"
9783
+ disabled={false}
9784
+ onClick={[Function]}
9785
+ type="button"
9786
+ >
9787
+ Next
9788
+ </button>
9789
+ </div>
9792
9790
  </div>
9793
9791
  </div>
9794
9792
  </div>
9795
- </div>
9796
- <div
9797
- className="slide"
9798
- >
9799
9793
  <div
9800
- className="wrapper"
9794
+ className="slide"
9801
9795
  >
9802
9796
  <div
9803
- className="content"
9797
+ className="wrapper"
9804
9798
  >
9805
9799
  <div
9806
- className="base title"
9800
+ className="content"
9807
9801
  >
9808
- <h1
9809
- className="small heading"
9810
- >
9811
- Part 4
9812
- </h1>
9813
- <p
9814
- className="subtitle"
9802
+ <div
9803
+ className="base title"
9815
9804
  >
9816
- Welcome to this site. We hope you will have an amazing experience here.
9817
- </p>
9818
- </div>
9819
- <div
9820
- className="navigator"
9821
- >
9822
- <span />
9823
- <button
9824
- className="base button x-main2 next x-main1 modifierCompact"
9825
- disabled={false}
9826
- onClick={[Function]}
9827
- type="button"
9805
+ <h1
9806
+ className="heading"
9807
+ >
9808
+ Part 4
9809
+ </h1>
9810
+ <p
9811
+ className="subtitle"
9812
+ >
9813
+ Welcome to this site. We hope you will have an amazing experience here.
9814
+ </p>
9815
+ </div>
9816
+ <div
9817
+ className="navigator"
9828
9818
  >
9829
- Next
9830
- </button>
9819
+ <span />
9820
+ <button
9821
+ className="base button x-main2 next x-main1 modifierCompact"
9822
+ disabled={false}
9823
+ onClick={[Function]}
9824
+ type="button"
9825
+ >
9826
+ Next
9827
+ </button>
9828
+ </div>
9831
9829
  </div>
9832
9830
  </div>
9833
9831
  </div>
9834
- </div>
9835
- </main>
9832
+ </main>
9833
+ </div>
9836
9834
  </div>
9837
9835
  `;
9838
9836
 
9839
9837
  exports[`Storyshots c/ContentSlides With Background Shape 1`] = `
9840
9838
  <div
9841
- className="base content-slides y-background4 b-light-y simple u1 md-u2"
9842
- >
9843
- <div
9844
- className="base shapes"
9845
- style={
9846
- Object {
9847
- "--horizontal-align": "flex-start",
9848
- "--overflow": "hidden",
9849
- "--shape-height": "65em",
9850
- "--vertical-align": "center",
9851
- }
9839
+ className="ui-light"
9840
+ style={
9841
+ Object {
9842
+ "height": "100%",
9852
9843
  }
9853
- >
9854
- <div
9855
- className="spiral"
9856
- >
9857
- <div
9858
- className="circle-one"
9859
- />
9860
- <div
9861
- className="circle-two"
9862
- />
9863
- <div
9864
- className="circle-three"
9865
- />
9866
- <div
9867
- className="circle-four"
9868
- />
9869
- </div>
9870
- </div>
9844
+ }
9845
+ >
9871
9846
  <div
9872
- className="horizontal-menu"
9847
+ className="base content-slides y-background1 b-dark-y simple u1 md-u2"
9873
9848
  >
9874
9849
  <div
9875
- className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
9876
- data-length="50%"
9850
+ className="base shapes y-background4 b-light-y"
9877
9851
  style={
9878
9852
  Object {
9879
- "--height": ".4em",
9880
- "--progress": 40,
9853
+ "--horizontal-align": "flex-start",
9854
+ "--overflow": "hidden",
9855
+ "--shape-height": "65em",
9856
+ "--vertical-align": "center",
9881
9857
  }
9882
9858
  }
9883
- />
9884
- <div
9885
- className="elementContent"
9886
- >
9887
- <div
9888
- className="left"
9889
- />
9890
- <div
9891
- className="title"
9892
- >
9893
- <span
9894
- className="md-h lg-h"
9895
- >
9896
- Welcome
9897
- </span>
9898
- <svg
9899
- className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
9900
- height="1.1em"
9901
- preserveAspectRatio="xMinYMin meet"
9902
- version="1.1"
9903
- viewBox="0 0 156 30"
9904
- xmlns="http://www.w3.org/2000/svg"
9905
- >
9906
- <use
9907
- className=""
9908
- href="/logo.svg#logo_squares"
9909
- id="logo_squares"
9910
- style={
9911
- Object {
9912
- "style": undefined,
9913
- }
9914
- }
9915
- />
9916
- <use
9917
- className=""
9918
- href="/logo.svg#logo_pareto"
9919
- id="logo_pareto"
9920
- style={
9921
- Object {
9922
- "style": undefined,
9923
- }
9924
- }
9925
- />
9926
- </svg>
9927
- </div>
9928
- </div>
9929
- </div>
9930
-
9931
- <main>
9932
- <div
9933
- className="modifierActive slide"
9934
9859
  >
9935
9860
  <div
9936
- className="wrapper"
9861
+ className="spiral"
9937
9862
  >
9938
9863
  <div
9939
- className="content"
9940
- >
9941
- <div
9942
- className="base title"
9943
- >
9944
- <h1
9945
- className="small heading"
9946
- >
9947
- Welcome
9948
- </h1>
9949
- <p
9950
- className="subtitle"
9951
- >
9952
- Welcome to this site. We hope you will have an amazing experience here.
9953
- </p>
9954
- </div>
9955
- <div
9956
- className="navigator"
9957
- >
9958
- <span />
9959
- <button
9960
- className="base button x-main2 next x-main1 modifierCompact"
9961
- disabled={false}
9962
- onClick={[Function]}
9963
- type="button"
9964
- >
9965
- Next
9966
- </button>
9967
- </div>
9968
- </div>
9864
+ className="circle-one"
9865
+ />
9866
+ <div
9867
+ className="circle-two"
9868
+ />
9869
+ <div
9870
+ className="circle-three"
9871
+ />
9872
+ <div
9873
+ className="circle-four"
9874
+ />
9969
9875
  </div>
9970
9876
  </div>
9971
9877
  <div
9972
- className="slide"
9878
+ className="horizontal-menu"
9973
9879
  >
9974
9880
  <div
9975
- className="wrapper"
9881
+ className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
9882
+ data-length="50%"
9883
+ style={
9884
+ Object {
9885
+ "--height": ".4em",
9886
+ "--progress": 40,
9887
+ }
9888
+ }
9889
+ />
9890
+ <div
9891
+ className="elementContent"
9976
9892
  >
9977
9893
  <div
9978
- className="content"
9894
+ className="left"
9895
+ />
9896
+ <div
9897
+ className="title"
9979
9898
  >
9980
- <div
9981
- className="base title"
9899
+ <span
9900
+ className="md-h lg-h"
9982
9901
  >
9983
- <h1
9984
- className="small heading"
9985
- >
9986
- Part 2
9987
- </h1>
9988
- <p
9989
- className="subtitle"
9990
- >
9991
- Welcome to this site. We hope you will have an amazing experience here.
9992
- </p>
9993
- </div>
9994
- <p>
9995
- 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. 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.
9996
-
9997
- </p>
9998
- <p>
9999
- 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. 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.
10000
-
10001
- </p>
10002
- <p>
10003
- 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. 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.
10004
-
10005
- </p>
10006
- <p>
10007
- 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. 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.
10008
-
10009
- </p>
10010
- <div
10011
- className="navigator"
9902
+ Welcome
9903
+ </span>
9904
+ <svg
9905
+ className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
9906
+ height="1.1em"
9907
+ preserveAspectRatio="xMinYMin meet"
9908
+ version="1.1"
9909
+ viewBox="0 0 156 30"
9910
+ xmlns="http://www.w3.org/2000/svg"
10012
9911
  >
10013
- <span />
10014
- <button
10015
- className="base button x-main2 next x-main1 modifierCompact"
10016
- disabled={false}
10017
- onClick={[Function]}
10018
- type="button"
10019
- >
10020
- Next
10021
- </button>
10022
- </div>
9912
+ <use
9913
+ className=""
9914
+ href="/logo.svg#logo_squares"
9915
+ id="logo_squares"
9916
+ style={
9917
+ Object {
9918
+ "style": undefined,
9919
+ }
9920
+ }
9921
+ />
9922
+ <use
9923
+ className=""
9924
+ href="/logo.svg#logo_pareto"
9925
+ id="logo_pareto"
9926
+ style={
9927
+ Object {
9928
+ "style": undefined,
9929
+ }
9930
+ }
9931
+ />
9932
+ </svg>
10023
9933
  </div>
10024
9934
  </div>
10025
9935
  </div>
10026
- <div
10027
- className="slide"
10028
- >
9936
+ <main>
10029
9937
  <div
10030
- className="wrapper"
9938
+ className="modifierActive slide"
10031
9939
  >
10032
9940
  <div
10033
- className="content"
9941
+ className="wrapper"
10034
9942
  >
10035
9943
  <div
10036
- className="base title"
9944
+ className="content"
10037
9945
  >
10038
- <h1
10039
- className="small heading"
10040
- >
10041
- Part 3
10042
- </h1>
10043
- <p
10044
- className="subtitle"
9946
+ <div
9947
+ className="base title"
10045
9948
  >
10046
- Welcome to this site. We hope you will have an amazing experience here.
10047
- </p>
10048
- </div>
10049
- <div
10050
- className="navigator"
10051
- >
10052
- <span />
10053
- <button
10054
- className="base button x-main2 next x-main1 modifierCompact"
10055
- disabled={false}
10056
- onClick={[Function]}
10057
- type="button"
9949
+ <h1
9950
+ className="small heading"
9951
+ >
9952
+ Welcome
9953
+ </h1>
9954
+ <p
9955
+ className="subtitle"
9956
+ >
9957
+ Welcome to this site. We hope you will have an amazing experience here.
9958
+ </p>
9959
+ </div>
9960
+ <div
9961
+ className="navigator"
10058
9962
  >
10059
- Next
10060
- </button>
9963
+ <span />
9964
+ <button
9965
+ className="base button x-main2 next x-main1 modifierCompact"
9966
+ disabled={false}
9967
+ onClick={[Function]}
9968
+ type="button"
9969
+ >
9970
+ Next
9971
+ </button>
9972
+ </div>
10061
9973
  </div>
10062
9974
  </div>
10063
9975
  </div>
10064
- </div>
10065
- <div
10066
- className="slide"
10067
- >
10068
9976
  <div
10069
- className="wrapper"
9977
+ className="slide"
10070
9978
  >
10071
9979
  <div
10072
- className="content"
9980
+ className="wrapper"
10073
9981
  >
10074
9982
  <div
10075
- className="base title"
9983
+ className="content"
10076
9984
  >
10077
- <h1
10078
- className="small heading"
10079
- >
10080
- Part 4
10081
- </h1>
10082
- <p
10083
- className="subtitle"
9985
+ <div
9986
+ className="base title"
10084
9987
  >
10085
- Welcome to this site. We hope you will have an amazing experience here.
9988
+ <h1
9989
+ className="small heading"
9990
+ >
9991
+ Part 2
9992
+ </h1>
9993
+ <p
9994
+ className="subtitle"
9995
+ >
9996
+ Welcome to this site. We hope you will have an amazing experience here.
9997
+ </p>
9998
+ </div>
9999
+ <p>
10000
+ 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.
10086
10001
  </p>
10087
- </div>
10088
- <div
10089
- className="navigator"
10002
+ <p>
10003
+ 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.
10004
+ </p>
10005
+ <p>
10006
+ 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.
10007
+
10008
+ </p>
10009
+ <p>
10010
+ 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.
10011
+
10012
+ </p>
10013
+ <p>
10014
+ 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.
10015
+
10016
+ </p>
10017
+ <div
10018
+ className="navigator"
10019
+ >
10020
+ <span />
10021
+ <button
10022
+ className="base button x-main2 next x-main1 modifierCompact"
10023
+ disabled={false}
10024
+ onClick={[Function]}
10025
+ type="button"
10026
+ >
10027
+ Next
10028
+ </button>
10029
+ </div>
10030
+ </div>
10031
+ </div>
10032
+ </div>
10033
+ <div
10034
+ className="slide"
10035
+ >
10036
+ <div
10037
+ className="wrapper"
10038
+ >
10039
+ <div
10040
+ className="content"
10041
+ >
10042
+ <div
10043
+ className="base title"
10044
+ >
10045
+ <h1
10046
+ className="small heading"
10047
+ >
10048
+ Part 3
10049
+ </h1>
10050
+ <p
10051
+ className="subtitle"
10052
+ >
10053
+ Welcome to this site. We hope you will have an amazing experience here.
10054
+ </p>
10055
+ </div>
10056
+ <div
10057
+ className="navigator"
10058
+ >
10059
+ <span />
10060
+ <button
10061
+ className="base button x-main2 next x-main1 modifierCompact"
10062
+ disabled={false}
10063
+ onClick={[Function]}
10064
+ type="button"
10065
+ >
10066
+ Next
10067
+ </button>
10068
+ </div>
10069
+ </div>
10070
+ </div>
10071
+ </div>
10072
+ <div
10073
+ className="slide"
10074
+ >
10075
+ <div
10076
+ className="wrapper"
10077
+ >
10078
+ <div
10079
+ className="content"
10090
10080
  >
10091
- <span />
10092
- <button
10093
- className="base button x-main2 next x-main1 modifierCompact"
10094
- disabled={false}
10095
- onClick={[Function]}
10096
- type="button"
10081
+ <div
10082
+ className="base title"
10097
10083
  >
10098
- Next
10099
- </button>
10084
+ <h1
10085
+ className="heading"
10086
+ >
10087
+ Part 4
10088
+ </h1>
10089
+ <p
10090
+ className="subtitle"
10091
+ >
10092
+ Welcome to this site. We hope you will have an amazing experience here.
10093
+ </p>
10094
+ </div>
10095
+ <div
10096
+ className="navigator"
10097
+ >
10098
+ <span />
10099
+ <button
10100
+ className="base button x-main2 next x-main1 modifierCompact"
10101
+ disabled={false}
10102
+ onClick={[Function]}
10103
+ type="button"
10104
+ >
10105
+ Next
10106
+ </button>
10107
+ </div>
10100
10108
  </div>
10101
10109
  </div>
10102
10110
  </div>
10103
- </div>
10104
- </main>
10111
+ </main>
10112
+ </div>
10105
10113
  </div>
10106
10114
  `;
10107
10115
 
@@ -10282,7 +10290,6 @@ exports[`Storyshots f/FormInput Base 1`] = `
10282
10290
  onChange={[Function]}
10283
10291
  rows={3}
10284
10292
  />
10285
-
10286
10293
  </div>
10287
10294
  <div
10288
10295
  className="base choices-input form-input x-background2 y-main2"
@@ -10475,7 +10482,6 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
10475
10482
  onChange={[Function]}
10476
10483
  rows={3}
10477
10484
  />
10478
-
10479
10485
  </div>
10480
10486
  <div
10481
10487
  className="base choices-input form-input x-background2 y-main2"
@@ -10980,11 +10986,17 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
10980
10986
  `;
10981
10987
 
10982
10988
  exports[`Storyshots f/common/Description Base 1`] = `
10983
- <div
10984
- className="base description x-metadata"
10989
+ <form
10990
+ action="#"
10991
+ onReset={[Function]}
10992
+ onSubmit={[Function]}
10985
10993
  >
10986
- Sample Description
10987
- </div>
10994
+ <div
10995
+ className="base description x-metadata"
10996
+ >
10997
+ Sample Description
10998
+ </div>
10999
+ </form>
10988
11000
  `;
10989
11001
 
10990
11002
  exports[`Storyshots f/common/Label Base 1`] = `
@@ -11068,62 +11080,22 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
11068
11080
  Color Green
11069
11081
  </label>
11070
11082
  </div>
11071
- </div>
11072
- </div>
11073
- <div
11074
- className="debugger"
11075
- >
11076
- <button
11077
- className="base button x-main2"
11078
- onClick={[Function]}
11079
- type="button"
11080
- >
11081
- Open FormDebugger
11082
- </button>
11083
- </div>
11084
- </form>
11085
- `;
11086
-
11087
- exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11088
- <form
11089
- action="#"
11090
- onReset={[Function]}
11091
- onSubmit={[Function]}
11092
- >
11093
- <div
11094
- className="base choices-input x-background2 y-main2"
11095
- id="shapes"
11096
- style={
11097
- Object {
11098
- "--grid-columns-desktop": 3,
11099
- "--grid-columns-mobile": 2,
11100
- }
11101
- }
11102
- >
11103
- <p
11104
- className="base label x-main2"
11105
- >
11106
- Geometric Shapes
11107
- </p>
11108
- <div
11109
- className="choices"
11110
- >
11111
11083
  <div
11112
11084
  className="base choice"
11113
11085
  >
11114
11086
  <input
11115
11087
  disabled={false}
11116
- id="shapes-triangle"
11117
- name="shape"
11088
+ id="colors-yellow"
11089
+ name="color"
11118
11090
  onBlur={[Function]}
11119
11091
  onChange={[Function]}
11120
11092
  type="radio"
11121
- value="triangle"
11093
+ value="yellow"
11122
11094
  />
11123
11095
  <label
11124
- htmlFor="shapes-triangle"
11096
+ htmlFor="colors-yellow"
11125
11097
  >
11126
- Triangle
11098
+ Color Yellow
11127
11099
  </label>
11128
11100
  </div>
11129
11101
  <div
@@ -11131,17 +11103,17 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11131
11103
  >
11132
11104
  <input
11133
11105
  disabled={false}
11134
- id="shapes-square"
11135
- name="shape"
11106
+ id="colors-oarnge"
11107
+ name="color"
11136
11108
  onBlur={[Function]}
11137
11109
  onChange={[Function]}
11138
11110
  type="radio"
11139
- value="square"
11111
+ value="oarnge"
11140
11112
  />
11141
11113
  <label
11142
- htmlFor="shapes-square"
11114
+ htmlFor="colors-oarnge"
11143
11115
  >
11144
- Square
11116
+ Color Orange
11145
11117
  </label>
11146
11118
  </div>
11147
11119
  <div
@@ -11149,111 +11121,53 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11149
11121
  >
11150
11122
  <input
11151
11123
  disabled={false}
11152
- id="shapes-rectangle"
11153
- name="shape"
11154
- onBlur={[Function]}
11155
- onChange={[Function]}
11156
- type="radio"
11157
- value="rectangle"
11158
- />
11159
- <label
11160
- htmlFor="shapes-rectangle"
11161
- >
11162
- Rectangle
11163
- </label>
11164
- </div>
11165
- </div>
11166
- </div>
11167
- <div
11168
- className="debugger"
11169
- >
11170
- <button
11171
- className="base button x-main2"
11172
- onClick={[Function]}
11173
- type="button"
11174
- >
11175
- Open FormDebugger
11176
- </button>
11177
- </div>
11178
- </form>
11179
- `;
11180
-
11181
- exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11182
- <form
11183
- action="#"
11184
- onReset={[Function]}
11185
- onSubmit={[Function]}
11186
- >
11187
- <div
11188
- className="base choices-input x-background2 y-main2"
11189
- id="shapes"
11190
- style={
11191
- Object {
11192
- "--grid-columns-desktop": 3,
11193
- "--grid-columns-mobile": 2,
11194
- }
11195
- }
11196
- >
11197
- <p
11198
- className="base label x-main2"
11199
- >
11200
- Geometric Shapes
11201
- </p>
11202
- <div
11203
- className="choices"
11204
- >
11205
- <div
11206
- className="base choice"
11207
- >
11208
- <input
11209
- disabled={true}
11210
- id="shapes-triangle"
11211
- name="shape"
11124
+ id="colors-violet"
11125
+ name="color"
11212
11126
  onBlur={[Function]}
11213
11127
  onChange={[Function]}
11214
11128
  type="radio"
11215
- value="triangle"
11129
+ value="violet"
11216
11130
  />
11217
11131
  <label
11218
- htmlFor="shapes-triangle"
11132
+ htmlFor="colors-violet"
11219
11133
  >
11220
- Triangle
11134
+ Color Violet
11221
11135
  </label>
11222
11136
  </div>
11223
11137
  <div
11224
11138
  className="base choice"
11225
11139
  >
11226
11140
  <input
11227
- disabled={true}
11228
- id="shapes-square"
11229
- name="shape"
11141
+ disabled={false}
11142
+ id="colors-brown"
11143
+ name="color"
11230
11144
  onBlur={[Function]}
11231
11145
  onChange={[Function]}
11232
11146
  type="radio"
11233
- value="square"
11147
+ value="brown"
11234
11148
  />
11235
11149
  <label
11236
- htmlFor="shapes-square"
11150
+ htmlFor="colors-brown"
11237
11151
  >
11238
- Square
11152
+ Color Brown
11239
11153
  </label>
11240
11154
  </div>
11241
11155
  <div
11242
11156
  className="base choice"
11243
11157
  >
11244
11158
  <input
11245
- disabled={true}
11246
- id="shapes-rectangle"
11247
- name="shape"
11159
+ disabled={false}
11160
+ id="colors-black"
11161
+ name="color"
11248
11162
  onBlur={[Function]}
11249
11163
  onChange={[Function]}
11250
11164
  type="radio"
11251
- value="rectangle"
11165
+ value="black"
11252
11166
  />
11253
11167
  <label
11254
- htmlFor="shapes-rectangle"
11168
+ htmlFor="colors-black"
11255
11169
  >
11256
- Rectangle
11170
+ Color Black
11257
11171
  </label>
11258
11172
  </div>
11259
11173
  </div>
@@ -11272,14 +11186,14 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11272
11186
  </form>
11273
11187
  `;
11274
11188
 
11275
- exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11189
+ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11276
11190
  <form
11277
11191
  action="#"
11278
11192
  onReset={[Function]}
11279
11193
  onSubmit={[Function]}
11280
11194
  >
11281
11195
  <div
11282
- className="base choices-input multiple x-background2 y-main2"
11196
+ className="base choices-input x-background2 y-main2"
11283
11197
  id="colors"
11284
11198
  style={
11285
11199
  Object {
@@ -11288,6 +11202,11 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11288
11202
  }
11289
11203
  }
11290
11204
  >
11205
+ <p
11206
+ className="base label x-main2"
11207
+ >
11208
+ Select color
11209
+ </p>
11291
11210
  <div
11292
11211
  className="choices"
11293
11212
  >
@@ -11300,7 +11219,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11300
11219
  name="color"
11301
11220
  onBlur={[Function]}
11302
11221
  onChange={[Function]}
11303
- type="checkbox"
11222
+ type="radio"
11304
11223
  value="red"
11305
11224
  />
11306
11225
  <label
@@ -11318,7 +11237,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11318
11237
  name="color"
11319
11238
  onBlur={[Function]}
11320
11239
  onChange={[Function]}
11321
- type="checkbox"
11240
+ type="radio"
11322
11241
  value="blue"
11323
11242
  />
11324
11243
  <label
@@ -11336,7 +11255,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11336
11255
  name="color"
11337
11256
  onBlur={[Function]}
11338
11257
  onChange={[Function]}
11339
- type="checkbox"
11258
+ type="radio"
11340
11259
  value="green"
11341
11260
  />
11342
11261
  <label
@@ -11345,10 +11264,100 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11345
11264
  Color Green
11346
11265
  </label>
11347
11266
  </div>
11348
- </div>
11349
- </div>
11350
- <div
11351
- className="debugger"
11267
+ <div
11268
+ className="base choice"
11269
+ >
11270
+ <input
11271
+ disabled={false}
11272
+ id="colors-yellow"
11273
+ name="color"
11274
+ onBlur={[Function]}
11275
+ onChange={[Function]}
11276
+ type="radio"
11277
+ value="yellow"
11278
+ />
11279
+ <label
11280
+ htmlFor="colors-yellow"
11281
+ >
11282
+ Color Yellow
11283
+ </label>
11284
+ </div>
11285
+ <div
11286
+ className="base choice"
11287
+ >
11288
+ <input
11289
+ disabled={false}
11290
+ id="colors-oarnge"
11291
+ name="color"
11292
+ onBlur={[Function]}
11293
+ onChange={[Function]}
11294
+ type="radio"
11295
+ value="oarnge"
11296
+ />
11297
+ <label
11298
+ htmlFor="colors-oarnge"
11299
+ >
11300
+ Color Orange
11301
+ </label>
11302
+ </div>
11303
+ <div
11304
+ className="base choice"
11305
+ >
11306
+ <input
11307
+ disabled={false}
11308
+ id="colors-violet"
11309
+ name="color"
11310
+ onBlur={[Function]}
11311
+ onChange={[Function]}
11312
+ type="radio"
11313
+ value="violet"
11314
+ />
11315
+ <label
11316
+ htmlFor="colors-violet"
11317
+ >
11318
+ Color Violet
11319
+ </label>
11320
+ </div>
11321
+ <div
11322
+ className="base choice"
11323
+ >
11324
+ <input
11325
+ disabled={false}
11326
+ id="colors-brown"
11327
+ name="color"
11328
+ onBlur={[Function]}
11329
+ onChange={[Function]}
11330
+ type="radio"
11331
+ value="brown"
11332
+ />
11333
+ <label
11334
+ htmlFor="colors-brown"
11335
+ >
11336
+ Color Brown
11337
+ </label>
11338
+ </div>
11339
+ <div
11340
+ className="base choice"
11341
+ >
11342
+ <input
11343
+ disabled={false}
11344
+ id="colors-black"
11345
+ name="color"
11346
+ onBlur={[Function]}
11347
+ onChange={[Function]}
11348
+ type="radio"
11349
+ value="black"
11350
+ />
11351
+ <label
11352
+ htmlFor="colors-black"
11353
+ >
11354
+ Color Black
11355
+ </label>
11356
+ </div>
11357
+ </div>
11358
+ </div>
11359
+ <div
11360
+ className="debugger"
11352
11361
  >
11353
11362
  <button
11354
11363
  className="base button x-main2"
@@ -11361,22 +11370,27 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11361
11370
  </form>
11362
11371
  `;
11363
11372
 
11364
- exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11373
+ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11365
11374
  <form
11366
11375
  action="#"
11367
11376
  onReset={[Function]}
11368
11377
  onSubmit={[Function]}
11369
11378
  >
11370
11379
  <div
11371
- className="base choices-input multiple x-background2 y-main2"
11380
+ className="base choices-input x-background2 y-main2"
11372
11381
  id="colors"
11373
11382
  style={
11374
11383
  Object {
11375
- "--grid-columns-desktop": 2,
11384
+ "--grid-columns-desktop": 3,
11376
11385
  "--grid-columns-mobile": 2,
11377
11386
  }
11378
11387
  }
11379
11388
  >
11389
+ <p
11390
+ className="base label x-main2"
11391
+ >
11392
+ Select color
11393
+ </p>
11380
11394
  <div
11381
11395
  className="choices"
11382
11396
  >
@@ -11384,12 +11398,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11384
11398
  className="base choice"
11385
11399
  >
11386
11400
  <input
11387
- disabled={false}
11401
+ disabled={true}
11388
11402
  id="colors-red"
11389
11403
  name="color"
11390
11404
  onBlur={[Function]}
11391
11405
  onChange={[Function]}
11392
- type="checkbox"
11406
+ type="radio"
11393
11407
  value="red"
11394
11408
  />
11395
11409
  <label
@@ -11402,12 +11416,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11402
11416
  className="base choice"
11403
11417
  >
11404
11418
  <input
11405
- disabled={false}
11419
+ disabled={true}
11406
11420
  id="colors-blue"
11407
11421
  name="color"
11408
11422
  onBlur={[Function]}
11409
11423
  onChange={[Function]}
11410
- type="checkbox"
11424
+ type="radio"
11411
11425
  value="blue"
11412
11426
  />
11413
11427
  <label
@@ -11420,12 +11434,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11420
11434
  className="base choice"
11421
11435
  >
11422
11436
  <input
11423
- disabled={false}
11437
+ disabled={true}
11424
11438
  id="colors-green"
11425
11439
  name="color"
11426
11440
  onBlur={[Function]}
11427
11441
  onChange={[Function]}
11428
- type="checkbox"
11442
+ type="radio"
11429
11443
  value="green"
11430
11444
  />
11431
11445
  <label
@@ -11438,12 +11452,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11438
11452
  className="base choice"
11439
11453
  >
11440
11454
  <input
11441
- disabled={false}
11455
+ disabled={true}
11442
11456
  id="colors-yellow"
11443
11457
  name="color"
11444
11458
  onBlur={[Function]}
11445
11459
  onChange={[Function]}
11446
- type="checkbox"
11460
+ type="radio"
11447
11461
  value="yellow"
11448
11462
  />
11449
11463
  <label
@@ -11456,12 +11470,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11456
11470
  className="base choice"
11457
11471
  >
11458
11472
  <input
11459
- disabled={false}
11473
+ disabled={true}
11460
11474
  id="colors-oarnge"
11461
11475
  name="color"
11462
11476
  onBlur={[Function]}
11463
11477
  onChange={[Function]}
11464
- type="checkbox"
11478
+ type="radio"
11465
11479
  value="oarnge"
11466
11480
  />
11467
11481
  <label
@@ -11474,12 +11488,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11474
11488
  className="base choice"
11475
11489
  >
11476
11490
  <input
11477
- disabled={false}
11491
+ disabled={true}
11478
11492
  id="colors-violet"
11479
11493
  name="color"
11480
11494
  onBlur={[Function]}
11481
11495
  onChange={[Function]}
11482
- type="checkbox"
11496
+ type="radio"
11483
11497
  value="violet"
11484
11498
  />
11485
11499
  <label
@@ -11492,12 +11506,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11492
11506
  className="base choice"
11493
11507
  >
11494
11508
  <input
11495
- disabled={false}
11509
+ disabled={true}
11496
11510
  id="colors-brown"
11497
11511
  name="color"
11498
11512
  onBlur={[Function]}
11499
11513
  onChange={[Function]}
11500
- type="checkbox"
11514
+ type="radio"
11501
11515
  value="brown"
11502
11516
  />
11503
11517
  <label
@@ -11510,12 +11524,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11510
11524
  className="base choice"
11511
11525
  >
11512
11526
  <input
11513
- disabled={false}
11527
+ disabled={true}
11514
11528
  id="colors-black"
11515
11529
  name="color"
11516
11530
  onBlur={[Function]}
11517
11531
  onChange={[Function]}
11518
- type="checkbox"
11532
+ type="radio"
11519
11533
  value="black"
11520
11534
  />
11521
11535
  <label
@@ -11540,338 +11554,408 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11540
11554
  </form>
11541
11555
  `;
11542
11556
 
11543
- exports[`Storyshots f/fields/QueryCombobox Multiple Select 1`] = `
11557
+ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11544
11558
  <form
11545
11559
  action="#"
11546
11560
  onReset={[Function]}
11547
11561
  onSubmit={[Function]}
11548
11562
  >
11549
11563
  <div
11550
- className="base multiple-combobox y-background2"
11551
- >
11552
- <label
11553
- className="base label x-main2"
11554
- htmlFor="teams"
11555
- id="downshift-4-label"
11556
- >
11557
- Search for a team
11558
- </label>
11559
- <div
11560
- aria-expanded={false}
11561
- aria-haspopup="listbox"
11562
- aria-owns="downshift-4-menu"
11563
- className="input-wrapper"
11564
- role="combobox"
11565
- >
11566
- <input
11567
- aria-autocomplete="list"
11568
- aria-controls="downshift-4-menu"
11569
- aria-labelledby="downshift-4-label"
11570
- autoComplete="off"
11571
- className="input"
11572
- id="downshift-4-input"
11573
- onBlur={[Function]}
11574
- onChange={[Function]}
11575
- onClick={[Function]}
11576
- onKeyDown={[Function]}
11577
- value=""
11578
- />
11579
- </div>
11580
- <div
11581
- className="base popover x-background1 bottom left"
11582
- >
11583
- <ul
11584
- aria-labelledby="downshift-4-label"
11585
- className="base menu"
11586
- id="downshift-4-menu"
11587
- onMouseLeave={[Function]}
11588
- role="listbox"
11589
- />
11590
- </div>
11591
- </div>
11592
- <div
11564
+ className="base choices-input multiple x-background2 y-main2"
11565
+ id="colors"
11593
11566
  style={
11594
11567
  Object {
11595
- "alignItems": "flex-end",
11596
- "display": "flex",
11597
- "flexDirection": "column",
11568
+ "--grid-columns-desktop": 3,
11569
+ "--grid-columns-mobile": 2,
11598
11570
  }
11599
11571
  }
11600
11572
  >
11601
11573
  <div
11602
- className="debugger"
11603
- >
11604
- <button
11605
- className="base button x-main2"
11606
- onClick={[Function]}
11607
- type="button"
11608
- >
11609
- Open FormDebugger
11610
- </button>
11611
- </div>
11612
- <button
11613
- className="base button x-main1"
11614
- onClick={[Function]}
11615
- type="button"
11616
- >
11617
- Add formik values
11618
- </button>
11619
- </div>
11620
- </form>
11621
- `;
11622
-
11623
- exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik State 1`] = `
11624
- <form
11625
- action="#"
11626
- onReset={[Function]}
11627
- onSubmit={[Function]}
11628
- >
11629
- <div
11630
- className="base multiple-combobox y-background2"
11631
- >
11632
- <label
11633
- className="base label x-main2"
11634
- htmlFor="teams"
11635
- id="downshift-5-label"
11636
- >
11637
- Search for a team
11638
- </label>
11639
- <div
11640
- className="selected-items"
11574
+ className="choices"
11641
11575
  >
11642
11576
  <div
11643
- className="item"
11644
- onClick={[Function]}
11645
- onKeyDown={[Function]}
11646
- tabIndex={-1}
11577
+ className="base choice"
11647
11578
  >
11648
- <button
11649
- className="base button x-background2 modifierCompact modifierSimple"
11650
- onClick={[Function]}
11651
- type="button"
11579
+ <input
11580
+ disabled={false}
11581
+ id="colors-red"
11582
+ name="color"
11583
+ onBlur={[Function]}
11584
+ onChange={[Function]}
11585
+ type="checkbox"
11586
+ value="red"
11587
+ />
11588
+ <label
11589
+ htmlFor="colors-red"
11652
11590
  >
11653
- <span
11654
- className="v25 mr-v"
11655
- >
11656
- Apple
11657
- </span>
11658
- <span
11659
- className="f-icons close"
11660
- >
11661
- Y
11662
- </span>
11663
- </button>
11591
+ Color Red
11592
+ </label>
11664
11593
  </div>
11665
11594
  <div
11666
- className="item"
11667
- onClick={[Function]}
11668
- onKeyDown={[Function]}
11669
- tabIndex={-1}
11595
+ className="base choice"
11670
11596
  >
11671
- <button
11672
- className="base button x-background2 modifierCompact modifierSimple"
11673
- onClick={[Function]}
11674
- type="button"
11597
+ <input
11598
+ disabled={false}
11599
+ id="colors-blue"
11600
+ name="color"
11601
+ onBlur={[Function]}
11602
+ onChange={[Function]}
11603
+ type="checkbox"
11604
+ value="blue"
11605
+ />
11606
+ <label
11607
+ htmlFor="colors-blue"
11675
11608
  >
11676
- <span
11677
- className="v25 mr-v"
11678
- >
11679
- Pear
11680
- </span>
11681
- <span
11682
- className="f-icons close"
11683
- >
11684
- Y
11685
- </span>
11686
- </button>
11609
+ Color Blue
11610
+ </label>
11611
+ </div>
11612
+ <div
11613
+ className="base choice"
11614
+ >
11615
+ <input
11616
+ disabled={false}
11617
+ id="colors-green"
11618
+ name="color"
11619
+ onBlur={[Function]}
11620
+ onChange={[Function]}
11621
+ type="checkbox"
11622
+ value="green"
11623
+ />
11624
+ <label
11625
+ htmlFor="colors-green"
11626
+ >
11627
+ Color Green
11628
+ </label>
11629
+ </div>
11630
+ <div
11631
+ className="base choice"
11632
+ >
11633
+ <input
11634
+ disabled={false}
11635
+ id="colors-yellow"
11636
+ name="color"
11637
+ onBlur={[Function]}
11638
+ onChange={[Function]}
11639
+ type="checkbox"
11640
+ value="yellow"
11641
+ />
11642
+ <label
11643
+ htmlFor="colors-yellow"
11644
+ >
11645
+ Color Yellow
11646
+ </label>
11647
+ </div>
11648
+ <div
11649
+ className="base choice"
11650
+ >
11651
+ <input
11652
+ disabled={false}
11653
+ id="colors-oarnge"
11654
+ name="color"
11655
+ onBlur={[Function]}
11656
+ onChange={[Function]}
11657
+ type="checkbox"
11658
+ value="oarnge"
11659
+ />
11660
+ <label
11661
+ htmlFor="colors-oarnge"
11662
+ >
11663
+ Color Orange
11664
+ </label>
11665
+ </div>
11666
+ <div
11667
+ className="base choice"
11668
+ >
11669
+ <input
11670
+ disabled={false}
11671
+ id="colors-violet"
11672
+ name="color"
11673
+ onBlur={[Function]}
11674
+ onChange={[Function]}
11675
+ type="checkbox"
11676
+ value="violet"
11677
+ />
11678
+ <label
11679
+ htmlFor="colors-violet"
11680
+ >
11681
+ Color Violet
11682
+ </label>
11683
+ </div>
11684
+ <div
11685
+ className="base choice"
11686
+ >
11687
+ <input
11688
+ disabled={false}
11689
+ id="colors-brown"
11690
+ name="color"
11691
+ onBlur={[Function]}
11692
+ onChange={[Function]}
11693
+ type="checkbox"
11694
+ value="brown"
11695
+ />
11696
+ <label
11697
+ htmlFor="colors-brown"
11698
+ >
11699
+ Color Brown
11700
+ </label>
11701
+ </div>
11702
+ <div
11703
+ className="base choice"
11704
+ >
11705
+ <input
11706
+ disabled={false}
11707
+ id="colors-black"
11708
+ name="color"
11709
+ onBlur={[Function]}
11710
+ onChange={[Function]}
11711
+ type="checkbox"
11712
+ value="black"
11713
+ />
11714
+ <label
11715
+ htmlFor="colors-black"
11716
+ >
11717
+ Color Black
11718
+ </label>
11687
11719
  </div>
11688
- </div>
11689
- <div
11690
- aria-expanded={false}
11691
- aria-haspopup="listbox"
11692
- aria-owns="downshift-5-menu"
11693
- className="input-wrapper"
11694
- role="combobox"
11695
- >
11696
- <input
11697
- aria-autocomplete="list"
11698
- aria-controls="downshift-5-menu"
11699
- aria-labelledby="downshift-5-label"
11700
- autoComplete="off"
11701
- className="input"
11702
- id="downshift-5-input"
11703
- onBlur={[Function]}
11704
- onChange={[Function]}
11705
- onClick={[Function]}
11706
- onKeyDown={[Function]}
11707
- value=""
11708
- />
11709
- </div>
11710
- <div
11711
- className="base popover x-background1 bottom left"
11712
- >
11713
- <ul
11714
- aria-labelledby="downshift-5-label"
11715
- className="base menu"
11716
- id="downshift-5-menu"
11717
- onMouseLeave={[Function]}
11718
- role="listbox"
11719
- />
11720
11720
  </div>
11721
11721
  </div>
11722
11722
  <div
11723
- style={
11724
- Object {
11725
- "alignItems": "flex-end",
11726
- "display": "flex",
11727
- "flexDirection": "column",
11728
- }
11729
- }
11723
+ className="debugger"
11730
11724
  >
11731
- <div
11732
- className="debugger"
11733
- >
11734
- <button
11735
- className="base button x-main2"
11736
- onClick={[Function]}
11737
- type="button"
11738
- >
11739
- Open FormDebugger
11740
- </button>
11741
- </div>
11742
11725
  <button
11743
- className="base button x-main1"
11726
+ className="base button x-main2"
11744
11727
  onClick={[Function]}
11745
11728
  type="button"
11746
11729
  >
11747
- Add formik values
11730
+ Open FormDebugger
11748
11731
  </button>
11749
11732
  </div>
11750
11733
  </form>
11751
11734
  `;
11752
11735
 
11753
- exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
11736
+ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11754
11737
  <form
11755
11738
  action="#"
11756
11739
  onReset={[Function]}
11757
11740
  onSubmit={[Function]}
11758
11741
  >
11759
11742
  <div
11760
- className="base combobox y-background2"
11761
- >
11762
- <label
11763
- className="base label x-main2"
11764
- htmlFor="team"
11765
- id="downshift-2-label"
11766
- >
11767
- Search for a team
11768
- </label>
11769
- <div
11770
- aria-expanded={false}
11771
- aria-haspopup="listbox"
11772
- aria-owns="downshift-2-menu"
11773
- className="input-wrapper"
11774
- role="combobox"
11775
- >
11776
- <input
11777
- aria-autocomplete="list"
11778
- aria-controls="downshift-2-menu"
11779
- aria-labelledby="downshift-2-label"
11780
- autoComplete="off"
11781
- className="input"
11782
- id="downshift-2-input"
11783
- onBlur={[Function]}
11784
- onChange={[Function]}
11785
- onKeyDown={[Function]}
11786
- value=""
11787
- />
11788
- </div>
11789
- <div
11790
- className="base popover x-background1 bottom left"
11791
- >
11792
- <ul
11793
- aria-labelledby="downshift-2-label"
11794
- className="base menu"
11795
- id="downshift-2-menu"
11796
- onMouseLeave={[Function]}
11797
- role="listbox"
11798
- />
11799
- </div>
11800
- </div>
11801
- <div
11743
+ className="base choices-input multiple x-background2 y-main2"
11744
+ id="colors"
11802
11745
  style={
11803
11746
  Object {
11804
- "alignItems": "flex-end",
11805
- "display": "flex",
11806
- "flexDirection": "column",
11747
+ "--grid-columns-desktop": 2,
11748
+ "--grid-columns-mobile": 2,
11807
11749
  }
11808
11750
  }
11809
11751
  >
11810
11752
  <div
11811
- className="debugger"
11753
+ className="choices"
11812
11754
  >
11813
- <button
11814
- className="base button x-main2"
11815
- onClick={[Function]}
11816
- type="button"
11755
+ <div
11756
+ className="base choice"
11817
11757
  >
11818
- Open FormDebugger
11819
- </button>
11758
+ <input
11759
+ disabled={false}
11760
+ id="colors-red"
11761
+ name="color"
11762
+ onBlur={[Function]}
11763
+ onChange={[Function]}
11764
+ type="checkbox"
11765
+ value="red"
11766
+ />
11767
+ <label
11768
+ htmlFor="colors-red"
11769
+ >
11770
+ Color Red
11771
+ </label>
11772
+ </div>
11773
+ <div
11774
+ className="base choice"
11775
+ >
11776
+ <input
11777
+ disabled={false}
11778
+ id="colors-blue"
11779
+ name="color"
11780
+ onBlur={[Function]}
11781
+ onChange={[Function]}
11782
+ type="checkbox"
11783
+ value="blue"
11784
+ />
11785
+ <label
11786
+ htmlFor="colors-blue"
11787
+ >
11788
+ Color Blue
11789
+ </label>
11790
+ </div>
11791
+ <div
11792
+ className="base choice"
11793
+ >
11794
+ <input
11795
+ disabled={false}
11796
+ id="colors-green"
11797
+ name="color"
11798
+ onBlur={[Function]}
11799
+ onChange={[Function]}
11800
+ type="checkbox"
11801
+ value="green"
11802
+ />
11803
+ <label
11804
+ htmlFor="colors-green"
11805
+ >
11806
+ Color Green
11807
+ </label>
11808
+ </div>
11809
+ <div
11810
+ className="base choice"
11811
+ >
11812
+ <input
11813
+ disabled={false}
11814
+ id="colors-yellow"
11815
+ name="color"
11816
+ onBlur={[Function]}
11817
+ onChange={[Function]}
11818
+ type="checkbox"
11819
+ value="yellow"
11820
+ />
11821
+ <label
11822
+ htmlFor="colors-yellow"
11823
+ >
11824
+ Color Yellow
11825
+ </label>
11826
+ </div>
11827
+ <div
11828
+ className="base choice"
11829
+ >
11830
+ <input
11831
+ disabled={false}
11832
+ id="colors-oarnge"
11833
+ name="color"
11834
+ onBlur={[Function]}
11835
+ onChange={[Function]}
11836
+ type="checkbox"
11837
+ value="oarnge"
11838
+ />
11839
+ <label
11840
+ htmlFor="colors-oarnge"
11841
+ >
11842
+ Color Orange
11843
+ </label>
11844
+ </div>
11845
+ <div
11846
+ className="base choice"
11847
+ >
11848
+ <input
11849
+ disabled={false}
11850
+ id="colors-violet"
11851
+ name="color"
11852
+ onBlur={[Function]}
11853
+ onChange={[Function]}
11854
+ type="checkbox"
11855
+ value="violet"
11856
+ />
11857
+ <label
11858
+ htmlFor="colors-violet"
11859
+ >
11860
+ Color Violet
11861
+ </label>
11862
+ </div>
11863
+ <div
11864
+ className="base choice"
11865
+ >
11866
+ <input
11867
+ disabled={false}
11868
+ id="colors-brown"
11869
+ name="color"
11870
+ onBlur={[Function]}
11871
+ onChange={[Function]}
11872
+ type="checkbox"
11873
+ value="brown"
11874
+ />
11875
+ <label
11876
+ htmlFor="colors-brown"
11877
+ >
11878
+ Color Brown
11879
+ </label>
11880
+ </div>
11881
+ <div
11882
+ className="base choice"
11883
+ >
11884
+ <input
11885
+ disabled={false}
11886
+ id="colors-black"
11887
+ name="color"
11888
+ onBlur={[Function]}
11889
+ onChange={[Function]}
11890
+ type="checkbox"
11891
+ value="black"
11892
+ />
11893
+ <label
11894
+ htmlFor="colors-black"
11895
+ >
11896
+ Color Black
11897
+ </label>
11898
+ </div>
11820
11899
  </div>
11900
+ </div>
11901
+ <div
11902
+ className="debugger"
11903
+ >
11821
11904
  <button
11822
- className="base button x-main1"
11905
+ className="base button x-main2"
11823
11906
  onClick={[Function]}
11824
11907
  type="button"
11825
11908
  >
11826
- Replace formik value
11909
+ Open FormDebugger
11827
11910
  </button>
11828
11911
  </div>
11829
11912
  </form>
11830
11913
  `;
11831
11914
 
11832
- exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik State 1`] = `
11915
+ exports[`Storyshots f/fields/QueryCombobox Multiple Select 1`] = `
11833
11916
  <form
11834
11917
  action="#"
11835
11918
  onReset={[Function]}
11836
11919
  onSubmit={[Function]}
11837
11920
  >
11838
11921
  <div
11839
- className="base combobox y-background2"
11922
+ className="base multiple-combobox y-background2"
11840
11923
  >
11841
11924
  <label
11842
11925
  className="base label x-main2"
11843
- htmlFor="team"
11844
- id="downshift-3-label"
11926
+ htmlFor="teams"
11927
+ id="downshift-4-label"
11845
11928
  >
11846
11929
  Search for a team
11847
11930
  </label>
11848
11931
  <div
11849
11932
  aria-expanded={false}
11850
11933
  aria-haspopup="listbox"
11851
- aria-owns="downshift-3-menu"
11934
+ aria-owns="downshift-4-menu"
11852
11935
  className="input-wrapper"
11853
11936
  role="combobox"
11854
11937
  >
11855
11938
  <input
11856
11939
  aria-autocomplete="list"
11857
- aria-controls="downshift-3-menu"
11858
- aria-labelledby="downshift-3-label"
11940
+ aria-controls="downshift-4-menu"
11941
+ aria-labelledby="downshift-4-label"
11859
11942
  autoComplete="off"
11860
11943
  className="input"
11861
- id="downshift-3-input"
11944
+ id="downshift-4-input"
11862
11945
  onBlur={[Function]}
11863
11946
  onChange={[Function]}
11947
+ onClick={[Function]}
11864
11948
  onKeyDown={[Function]}
11865
- value="Apple"
11949
+ value=""
11866
11950
  />
11867
11951
  </div>
11868
11952
  <div
11869
11953
  className="base popover x-background1 bottom left"
11870
11954
  >
11871
11955
  <ul
11872
- aria-labelledby="downshift-3-label"
11956
+ aria-labelledby="downshift-4-label"
11873
11957
  className="base menu"
11874
- id="downshift-3-menu"
11958
+ id="downshift-4-menu"
11875
11959
  onMouseLeave={[Function]}
11876
11960
  role="listbox"
11877
11961
  />
@@ -11902,274 +11986,327 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
11902
11986
  onClick={[Function]}
11903
11987
  type="button"
11904
11988
  >
11905
- Replace formik value
11989
+ Add formik values
11906
11990
  </button>
11907
11991
  </div>
11908
11992
  </form>
11909
11993
  `;
11910
11994
 
11911
- exports[`Storyshots f/fields/QuerySelect Base 1`] = `
11995
+ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik State 1`] = `
11912
11996
  <form
11913
11997
  action="#"
11914
11998
  onReset={[Function]}
11915
11999
  onSubmit={[Function]}
11916
12000
  >
11917
12001
  <div
11918
- className="base select-input y-background2"
12002
+ className="base multiple-combobox y-background2"
11919
12003
  >
11920
12004
  <label
11921
12005
  className="base label x-main2"
11922
- htmlFor="status"
12006
+ htmlFor="teams"
12007
+ id="downshift-5-label"
11923
12008
  >
11924
- Select Task Status
12009
+ Search for a team
11925
12010
  </label>
11926
12011
  <div
11927
- className="select-wrapper"
12012
+ className="selected-items"
11928
12013
  >
11929
- <select
12014
+ <div
12015
+ className="item"
12016
+ onClick={[Function]}
12017
+ onKeyDown={[Function]}
12018
+ tabIndex={-1}
12019
+ >
12020
+ <button
12021
+ className="base button x-background2 modifierCompact modifierSimple"
12022
+ onClick={[Function]}
12023
+ type="button"
12024
+ >
12025
+ <span
12026
+ className="v25 mr-v"
12027
+ >
12028
+ Apple
12029
+ </span>
12030
+ <span
12031
+ className="f-icons close"
12032
+ >
12033
+ Y
12034
+ </span>
12035
+ </button>
12036
+ </div>
12037
+ <div
12038
+ className="item"
12039
+ onClick={[Function]}
12040
+ onKeyDown={[Function]}
12041
+ tabIndex={-1}
12042
+ >
12043
+ <button
12044
+ className="base button x-background2 modifierCompact modifierSimple"
12045
+ onClick={[Function]}
12046
+ type="button"
12047
+ >
12048
+ <span
12049
+ className="v25 mr-v"
12050
+ >
12051
+ Pear
12052
+ </span>
12053
+ <span
12054
+ className="f-icons close"
12055
+ >
12056
+ Y
12057
+ </span>
12058
+ </button>
12059
+ </div>
12060
+ </div>
12061
+ <div
12062
+ aria-expanded={false}
12063
+ aria-haspopup="listbox"
12064
+ aria-owns="downshift-5-menu"
12065
+ className="input-wrapper"
12066
+ role="combobox"
12067
+ >
12068
+ <input
12069
+ aria-autocomplete="list"
12070
+ aria-controls="downshift-5-menu"
12071
+ aria-labelledby="downshift-5-label"
12072
+ autoComplete="off"
11930
12073
  className="input"
11931
- disabled={false}
11932
- id="status"
11933
- name="status"
12074
+ id="downshift-5-input"
11934
12075
  onBlur={[Function]}
11935
12076
  onChange={[Function]}
11936
- value=""
12077
+ onClick={[Function]}
12078
+ onKeyDown={[Function]}
12079
+ value=""
12080
+ />
12081
+ </div>
12082
+ <div
12083
+ className="base popover x-background1 bottom left"
12084
+ >
12085
+ <ul
12086
+ aria-labelledby="downshift-5-label"
12087
+ className="base menu"
12088
+ id="downshift-5-menu"
12089
+ onMouseLeave={[Function]}
12090
+ role="listbox"
11937
12091
  />
11938
12092
  </div>
11939
12093
  </div>
11940
12094
  <div
11941
- className="debugger"
12095
+ style={
12096
+ Object {
12097
+ "alignItems": "flex-end",
12098
+ "display": "flex",
12099
+ "flexDirection": "column",
12100
+ }
12101
+ }
11942
12102
  >
12103
+ <div
12104
+ className="debugger"
12105
+ >
12106
+ <button
12107
+ className="base button x-main2"
12108
+ onClick={[Function]}
12109
+ type="button"
12110
+ >
12111
+ Open FormDebugger
12112
+ </button>
12113
+ </div>
11943
12114
  <button
11944
- className="base button x-main2"
12115
+ className="base button x-main1"
11945
12116
  onClick={[Function]}
11946
12117
  type="button"
11947
12118
  >
11948
- Open FormDebugger
12119
+ Add formik values
11949
12120
  </button>
11950
12121
  </div>
11951
12122
  </form>
11952
12123
  `;
11953
12124
 
11954
- exports[`Storyshots f/fields/QuerySelect Loading Options 1`] = `
12125
+ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
11955
12126
  <form
11956
12127
  action="#"
11957
12128
  onReset={[Function]}
11958
12129
  onSubmit={[Function]}
11959
12130
  >
11960
12131
  <div
11961
- className="base select-input y-background2"
12132
+ className="base combobox y-background2"
11962
12133
  >
11963
12134
  <label
11964
12135
  className="base label x-main2"
11965
- htmlFor="status"
12136
+ htmlFor="team"
12137
+ id="downshift-2-label"
11966
12138
  >
11967
- Select Task Status
12139
+ Search for a team
11968
12140
  </label>
11969
12141
  <div
11970
- className="select-wrapper"
12142
+ aria-expanded={false}
12143
+ aria-haspopup="listbox"
12144
+ aria-owns="downshift-2-menu"
12145
+ className="input-wrapper"
12146
+ role="combobox"
11971
12147
  >
11972
- <select
12148
+ <input
12149
+ aria-autocomplete="list"
12150
+ aria-controls="downshift-2-menu"
12151
+ aria-labelledby="downshift-2-label"
12152
+ autoComplete="off"
11973
12153
  className="input"
11974
- disabled={false}
11975
- id="status"
11976
- name="status"
12154
+ id="downshift-2-input"
11977
12155
  onBlur={[Function]}
11978
12156
  onChange={[Function]}
12157
+ onKeyDown={[Function]}
11979
12158
  value=""
11980
12159
  />
11981
12160
  </div>
12161
+ <div
12162
+ className="base popover x-background1 bottom left"
12163
+ >
12164
+ <ul
12165
+ aria-labelledby="downshift-2-label"
12166
+ className="base menu"
12167
+ id="downshift-2-menu"
12168
+ onMouseLeave={[Function]}
12169
+ role="listbox"
12170
+ />
12171
+ </div>
11982
12172
  </div>
11983
12173
  <div
11984
- className="debugger"
12174
+ style={
12175
+ Object {
12176
+ "alignItems": "flex-end",
12177
+ "display": "flex",
12178
+ "flexDirection": "column",
12179
+ }
12180
+ }
11985
12181
  >
12182
+ <div
12183
+ className="debugger"
12184
+ >
12185
+ <button
12186
+ className="base button x-main2"
12187
+ onClick={[Function]}
12188
+ type="button"
12189
+ >
12190
+ Open FormDebugger
12191
+ </button>
12192
+ </div>
11986
12193
  <button
11987
- className="base button x-main2"
12194
+ className="base button x-main1"
11988
12195
  onClick={[Function]}
11989
12196
  type="button"
11990
12197
  >
11991
- Open FormDebugger
12198
+ Replace formik value
11992
12199
  </button>
11993
12200
  </div>
11994
12201
  </form>
11995
12202
  `;
11996
12203
 
11997
- exports[`Storyshots f/fields/QuerySelect With Default Value 1`] = `
12204
+ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik State 1`] = `
11998
12205
  <form
11999
12206
  action="#"
12000
12207
  onReset={[Function]}
12001
12208
  onSubmit={[Function]}
12002
12209
  >
12003
12210
  <div
12004
- className="base select-input y-background2"
12211
+ className="base combobox y-background2"
12005
12212
  >
12006
12213
  <label
12007
12214
  className="base label x-main2"
12008
- htmlFor="status"
12215
+ htmlFor="team"
12216
+ id="downshift-3-label"
12009
12217
  >
12010
- Select Task Status
12218
+ Search for a team
12011
12219
  </label>
12012
12220
  <div
12013
- className="select-wrapper"
12221
+ aria-expanded={false}
12222
+ aria-haspopup="listbox"
12223
+ aria-owns="downshift-3-menu"
12224
+ className="input-wrapper"
12225
+ role="combobox"
12014
12226
  >
12015
- <select
12227
+ <input
12228
+ aria-autocomplete="list"
12229
+ aria-controls="downshift-3-menu"
12230
+ aria-labelledby="downshift-3-label"
12231
+ autoComplete="off"
12016
12232
  className="input"
12017
- disabled={false}
12018
- id="status"
12019
- name="status"
12233
+ id="downshift-3-input"
12020
12234
  onBlur={[Function]}
12021
12235
  onChange={[Function]}
12022
- value="VGFza1N0YXR1c05vZGU6NGRiYjNlMmItMGIxYy00ZjIxLTk0MmUtZTNjZGQwMjdiNjU3"
12236
+ onKeyDown={[Function]}
12237
+ value="Apple"
12238
+ />
12239
+ </div>
12240
+ <div
12241
+ className="base popover x-background1 bottom left"
12242
+ >
12243
+ <ul
12244
+ aria-labelledby="downshift-3-label"
12245
+ className="base menu"
12246
+ id="downshift-3-menu"
12247
+ onMouseLeave={[Function]}
12248
+ role="listbox"
12023
12249
  />
12024
12250
  </div>
12025
12251
  </div>
12026
12252
  <div
12027
- className="debugger"
12253
+ style={
12254
+ Object {
12255
+ "alignItems": "flex-end",
12256
+ "display": "flex",
12257
+ "flexDirection": "column",
12258
+ }
12259
+ }
12028
12260
  >
12261
+ <div
12262
+ className="debugger"
12263
+ >
12264
+ <button
12265
+ className="base button x-main2"
12266
+ onClick={[Function]}
12267
+ type="button"
12268
+ >
12269
+ Open FormDebugger
12270
+ </button>
12271
+ </div>
12029
12272
  <button
12030
- className="base button x-main2"
12273
+ className="base button x-main1"
12031
12274
  onClick={[Function]}
12032
12275
  type="button"
12033
12276
  >
12034
- Open FormDebugger
12277
+ Replace formik value
12035
12278
  </button>
12036
12279
  </div>
12037
12280
  </form>
12038
12281
  `;
12039
12282
 
12040
- exports[`Storyshots f/fields/RatingsInput Base 1`] = `
12283
+ exports[`Storyshots f/fields/QuerySelect Base 1`] = `
12041
12284
  <form
12042
12285
  action="#"
12043
12286
  onReset={[Function]}
12044
12287
  onSubmit={[Function]}
12045
12288
  >
12046
12289
  <div
12047
- className="base ratings-input"
12290
+ className="base select-input y-background2"
12048
12291
  >
12049
12292
  <label
12050
- className="base label input-label v50 mb-v x-main2"
12051
- htmlFor="ratings"
12293
+ className="base label x-main2"
12294
+ htmlFor="status"
12052
12295
  >
12053
- Your Rating
12296
+ Select Task Status
12054
12297
  </label>
12055
12298
  <div
12056
- className="stars"
12299
+ className="select-wrapper"
12057
12300
  >
12058
- <div
12059
- className="base rating x-main1 y-background2"
12060
- >
12061
- <label
12062
- htmlFor="ratings-1"
12063
- onMouseEnter={[Function]}
12064
- onMouseLeave={[Function]}
12065
- >
12066
- <span
12067
- className="f-icons c-dark-y"
12068
- >
12069
- [
12070
- </span>
12071
- </label>
12072
- <input
12073
- id="ratings-1"
12074
- name="ratings"
12075
- onBlur={[Function]}
12076
- onChange={[Function]}
12077
- type="radio"
12078
- value={1}
12079
- />
12080
- </div>
12081
- <div
12082
- className="base rating x-main1 y-background2"
12083
- >
12084
- <label
12085
- htmlFor="ratings-2"
12086
- onMouseEnter={[Function]}
12087
- onMouseLeave={[Function]}
12088
- >
12089
- <span
12090
- className="f-icons c-dark-y"
12091
- >
12092
- [
12093
- </span>
12094
- </label>
12095
- <input
12096
- id="ratings-2"
12097
- name="ratings"
12098
- onBlur={[Function]}
12099
- onChange={[Function]}
12100
- type="radio"
12101
- value={2}
12102
- />
12103
- </div>
12104
- <div
12105
- className="base rating x-main1 y-background2"
12106
- >
12107
- <label
12108
- htmlFor="ratings-3"
12109
- onMouseEnter={[Function]}
12110
- onMouseLeave={[Function]}
12111
- >
12112
- <span
12113
- className="f-icons c-dark-y"
12114
- >
12115
- [
12116
- </span>
12117
- </label>
12118
- <input
12119
- id="ratings-3"
12120
- name="ratings"
12121
- onBlur={[Function]}
12122
- onChange={[Function]}
12123
- type="radio"
12124
- value={3}
12125
- />
12126
- </div>
12127
- <div
12128
- className="base rating x-main1 y-background2"
12129
- >
12130
- <label
12131
- htmlFor="ratings-4"
12132
- onMouseEnter={[Function]}
12133
- onMouseLeave={[Function]}
12134
- >
12135
- <span
12136
- className="f-icons c-dark-y"
12137
- >
12138
- [
12139
- </span>
12140
- </label>
12141
- <input
12142
- id="ratings-4"
12143
- name="ratings"
12144
- onBlur={[Function]}
12145
- onChange={[Function]}
12146
- type="radio"
12147
- value={4}
12148
- />
12149
- </div>
12150
- <div
12151
- className="base rating x-main1 y-background2"
12152
- >
12153
- <label
12154
- htmlFor="ratings-5"
12155
- onMouseEnter={[Function]}
12156
- onMouseLeave={[Function]}
12157
- >
12158
- <span
12159
- className="f-icons c-dark-y"
12160
- >
12161
- [
12162
- </span>
12163
- </label>
12164
- <input
12165
- id="ratings-5"
12166
- name="ratings"
12167
- onBlur={[Function]}
12168
- onChange={[Function]}
12169
- type="radio"
12170
- value={5}
12171
- />
12172
- </div>
12301
+ <select
12302
+ className="input"
12303
+ disabled={false}
12304
+ id="status"
12305
+ name="status"
12306
+ onBlur={[Function]}
12307
+ onChange={[Function]}
12308
+ value=""
12309
+ />
12173
12310
  </div>
12174
12311
  </div>
12175
12312
  <div
@@ -12186,182 +12323,118 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
12186
12323
  </form>
12187
12324
  `;
12188
12325
 
12189
- exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12326
+ exports[`Storyshots f/fields/QuerySelect Loading Options 1`] = `
12190
12327
  <form
12191
12328
  action="#"
12192
12329
  onReset={[Function]}
12193
12330
  onSubmit={[Function]}
12194
12331
  >
12195
12332
  <div
12196
- className="base ratings-input"
12333
+ className="base select-input y-background2"
12197
12334
  >
12198
12335
  <label
12199
- className="base label input-label v50 mb-v x-main2"
12200
- htmlFor="ratings"
12336
+ className="base label x-main2"
12337
+ htmlFor="status"
12201
12338
  >
12202
- Your Rating
12339
+ Select Task Status
12203
12340
  </label>
12204
12341
  <div
12205
- className="stars"
12342
+ className="select-wrapper"
12343
+ >
12344
+ <select
12345
+ className="input"
12346
+ disabled={false}
12347
+ id="status"
12348
+ name="status"
12349
+ onBlur={[Function]}
12350
+ onChange={[Function]}
12351
+ value=""
12352
+ />
12353
+ </div>
12354
+ </div>
12355
+ <div
12356
+ className="debugger"
12357
+ >
12358
+ <button
12359
+ className="base button x-main2"
12360
+ onClick={[Function]}
12361
+ type="button"
12362
+ >
12363
+ Open FormDebugger
12364
+ </button>
12365
+ </div>
12366
+ </form>
12367
+ `;
12368
+
12369
+ exports[`Storyshots f/fields/QuerySelect With Default Value 1`] = `
12370
+ <form
12371
+ action="#"
12372
+ onReset={[Function]}
12373
+ onSubmit={[Function]}
12374
+ >
12375
+ <div
12376
+ className="base select-input y-background2"
12377
+ >
12378
+ <label
12379
+ className="base label x-main2"
12380
+ htmlFor="status"
12381
+ >
12382
+ Select Task Status
12383
+ </label>
12384
+ <div
12385
+ className="select-wrapper"
12386
+ >
12387
+ <select
12388
+ className="input"
12389
+ disabled={false}
12390
+ id="status"
12391
+ name="status"
12392
+ onBlur={[Function]}
12393
+ onChange={[Function]}
12394
+ value="VGFza1N0YXR1c05vZGU6NGRiYjNlMmItMGIxYy00ZjIxLTk0MmUtZTNjZGQwMjdiNjU3"
12395
+ />
12396
+ </div>
12397
+ </div>
12398
+ <div
12399
+ className="debugger"
12400
+ >
12401
+ <button
12402
+ className="base button x-main2"
12403
+ onClick={[Function]}
12404
+ type="button"
12405
+ >
12406
+ Open FormDebugger
12407
+ </button>
12408
+ </div>
12409
+ </form>
12410
+ `;
12411
+
12412
+ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
12413
+ <form
12414
+ action="#"
12415
+ onReset={[Function]}
12416
+ onSubmit={[Function]}
12417
+ >
12418
+ <div
12419
+ className="base ratings-input"
12420
+ >
12421
+ <label
12422
+ className="base label input-label v50 mb-v x-main2"
12423
+ htmlFor="ratings"
12424
+ >
12425
+ Your Rating
12426
+ </label>
12427
+ <div
12428
+ className="stars"
12206
12429
  >
12207
- <p
12208
- className="label-text md-s-1 s-2 x-metadata c-x"
12209
- >
12210
- not satisfied.
12211
- </p>
12212
- <div
12213
- className="base rating x-main1 y-background2"
12214
- >
12215
- <label
12216
- htmlFor="ratings-1"
12217
- onMouseEnter={[Function]}
12218
- onMouseLeave={[Function]}
12219
- >
12220
- <span
12221
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12222
- >
12223
- 1
12224
- </span>
12225
- <span
12226
- className="f-icons c-dark-y"
12227
- >
12228
- [
12229
- </span>
12230
- </label>
12231
- <input
12232
- id="ratings-1"
12233
- name="ratings"
12234
- onBlur={[Function]}
12235
- onChange={[Function]}
12236
- type="radio"
12237
- value={1}
12238
- />
12239
- </div>
12240
- <div
12241
- className="base rating x-main1 y-background2"
12242
- >
12243
- <label
12244
- htmlFor="ratings-2"
12245
- onMouseEnter={[Function]}
12246
- onMouseLeave={[Function]}
12247
- >
12248
- <span
12249
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12250
- >
12251
- 2
12252
- </span>
12253
- <span
12254
- className="f-icons c-dark-y"
12255
- >
12256
- [
12257
- </span>
12258
- </label>
12259
- <input
12260
- id="ratings-2"
12261
- name="ratings"
12262
- onBlur={[Function]}
12263
- onChange={[Function]}
12264
- type="radio"
12265
- value={2}
12266
- />
12267
- </div>
12268
- <div
12269
- className="base rating x-main1 y-background2"
12270
- >
12271
- <label
12272
- htmlFor="ratings-3"
12273
- onMouseEnter={[Function]}
12274
- onMouseLeave={[Function]}
12275
- >
12276
- <span
12277
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12278
- >
12279
- 3
12280
- </span>
12281
- <span
12282
- className="f-icons c-dark-y"
12283
- >
12284
- [
12285
- </span>
12286
- </label>
12287
- <input
12288
- id="ratings-3"
12289
- name="ratings"
12290
- onBlur={[Function]}
12291
- onChange={[Function]}
12292
- type="radio"
12293
- value={3}
12294
- />
12295
- </div>
12296
- <div
12297
- className="base rating x-main1 y-background2"
12298
- >
12299
- <label
12300
- htmlFor="ratings-4"
12301
- onMouseEnter={[Function]}
12302
- onMouseLeave={[Function]}
12303
- >
12304
- <span
12305
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12306
- >
12307
- 4
12308
- </span>
12309
- <span
12310
- className="f-icons c-dark-y"
12311
- >
12312
- [
12313
- </span>
12314
- </label>
12315
- <input
12316
- id="ratings-4"
12317
- name="ratings"
12318
- onBlur={[Function]}
12319
- onChange={[Function]}
12320
- type="radio"
12321
- value={4}
12322
- />
12323
- </div>
12324
- <div
12325
- className="base rating x-main1 y-background2"
12326
- >
12327
- <label
12328
- htmlFor="ratings-5"
12329
- onMouseEnter={[Function]}
12330
- onMouseLeave={[Function]}
12331
- >
12332
- <span
12333
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12334
- >
12335
- 5
12336
- </span>
12337
- <span
12338
- className="f-icons c-dark-y"
12339
- >
12340
- [
12341
- </span>
12342
- </label>
12343
- <input
12344
- id="ratings-5"
12345
- name="ratings"
12346
- onBlur={[Function]}
12347
- onChange={[Function]}
12348
- type="radio"
12349
- value={5}
12350
- />
12351
- </div>
12352
12430
  <div
12353
12431
  className="base rating x-main1 y-background2"
12354
12432
  >
12355
12433
  <label
12356
- htmlFor="ratings-6"
12434
+ htmlFor="ratings-1"
12357
12435
  onMouseEnter={[Function]}
12358
12436
  onMouseLeave={[Function]}
12359
12437
  >
12360
- <span
12361
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12362
- >
12363
- 6
12364
- </span>
12365
12438
  <span
12366
12439
  className="f-icons c-dark-y"
12367
12440
  >
@@ -12369,27 +12442,22 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12369
12442
  </span>
12370
12443
  </label>
12371
12444
  <input
12372
- id="ratings-6"
12445
+ id="ratings-1"
12373
12446
  name="ratings"
12374
12447
  onBlur={[Function]}
12375
12448
  onChange={[Function]}
12376
12449
  type="radio"
12377
- value={6}
12450
+ value={1}
12378
12451
  />
12379
12452
  </div>
12380
12453
  <div
12381
12454
  className="base rating x-main1 y-background2"
12382
12455
  >
12383
12456
  <label
12384
- htmlFor="ratings-7"
12457
+ htmlFor="ratings-2"
12385
12458
  onMouseEnter={[Function]}
12386
12459
  onMouseLeave={[Function]}
12387
12460
  >
12388
- <span
12389
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12390
- >
12391
- 7
12392
- </span>
12393
12461
  <span
12394
12462
  className="f-icons c-dark-y"
12395
12463
  >
@@ -12397,27 +12465,22 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12397
12465
  </span>
12398
12466
  </label>
12399
12467
  <input
12400
- id="ratings-7"
12468
+ id="ratings-2"
12401
12469
  name="ratings"
12402
12470
  onBlur={[Function]}
12403
12471
  onChange={[Function]}
12404
12472
  type="radio"
12405
- value={7}
12473
+ value={2}
12406
12474
  />
12407
12475
  </div>
12408
12476
  <div
12409
12477
  className="base rating x-main1 y-background2"
12410
12478
  >
12411
12479
  <label
12412
- htmlFor="ratings-8"
12480
+ htmlFor="ratings-3"
12413
12481
  onMouseEnter={[Function]}
12414
12482
  onMouseLeave={[Function]}
12415
12483
  >
12416
- <span
12417
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12418
- >
12419
- 8
12420
- </span>
12421
12484
  <span
12422
12485
  className="f-icons c-dark-y"
12423
12486
  >
@@ -12425,27 +12488,22 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12425
12488
  </span>
12426
12489
  </label>
12427
12490
  <input
12428
- id="ratings-8"
12491
+ id="ratings-3"
12429
12492
  name="ratings"
12430
12493
  onBlur={[Function]}
12431
12494
  onChange={[Function]}
12432
12495
  type="radio"
12433
- value={8}
12496
+ value={3}
12434
12497
  />
12435
12498
  </div>
12436
12499
  <div
12437
12500
  className="base rating x-main1 y-background2"
12438
12501
  >
12439
12502
  <label
12440
- htmlFor="ratings-9"
12503
+ htmlFor="ratings-4"
12441
12504
  onMouseEnter={[Function]}
12442
12505
  onMouseLeave={[Function]}
12443
12506
  >
12444
- <span
12445
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12446
- >
12447
- 9
12448
- </span>
12449
12507
  <span
12450
12508
  className="f-icons c-dark-y"
12451
12509
  >
@@ -12453,27 +12511,22 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12453
12511
  </span>
12454
12512
  </label>
12455
12513
  <input
12456
- id="ratings-9"
12514
+ id="ratings-4"
12457
12515
  name="ratings"
12458
12516
  onBlur={[Function]}
12459
12517
  onChange={[Function]}
12460
12518
  type="radio"
12461
- value={9}
12519
+ value={4}
12462
12520
  />
12463
12521
  </div>
12464
12522
  <div
12465
12523
  className="base rating x-main1 y-background2"
12466
12524
  >
12467
12525
  <label
12468
- htmlFor="ratings-10"
12526
+ htmlFor="ratings-5"
12469
12527
  onMouseEnter={[Function]}
12470
12528
  onMouseLeave={[Function]}
12471
12529
  >
12472
- <span
12473
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12474
- >
12475
- 10
12476
- </span>
12477
12530
  <span
12478
12531
  className="f-icons c-dark-y"
12479
12532
  >
@@ -12481,19 +12534,14 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12481
12534
  </span>
12482
12535
  </label>
12483
12536
  <input
12484
- id="ratings-10"
12537
+ id="ratings-5"
12485
12538
  name="ratings"
12486
12539
  onBlur={[Function]}
12487
12540
  onChange={[Function]}
12488
12541
  type="radio"
12489
- value={10}
12542
+ value={5}
12490
12543
  />
12491
12544
  </div>
12492
- <p
12493
- className="label-text md-s-1 s-2 x-metadata c-x"
12494
- >
12495
- very satisfied.
12496
- </p>
12497
12545
  </div>
12498
12546
  </div>
12499
12547
  <div
@@ -12510,7 +12558,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12510
12558
  </form>
12511
12559
  `;
12512
12560
 
12513
- exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12561
+ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12514
12562
  <form
12515
12563
  action="#"
12516
12564
  onReset={[Function]}
@@ -12528,6 +12576,11 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12528
12576
  <div
12529
12577
  className="stars"
12530
12578
  >
12579
+ <p
12580
+ className="label-text md-s-1 s-2 x-metadata c-x"
12581
+ >
12582
+ not satisfied.
12583
+ </p>
12531
12584
  <div
12532
12585
  className="base rating x-main1 y-background2"
12533
12586
  >
@@ -12668,18 +12721,57 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12668
12721
  value={5}
12669
12722
  />
12670
12723
  </div>
12724
+ <p
12725
+ className="label-text md-s-1 s-2 x-metadata c-x"
12726
+ >
12727
+ very satisfied.
12728
+ </p>
12729
+ </div>
12730
+ </div>
12731
+ <div
12732
+ className="debugger"
12733
+ >
12734
+ <button
12735
+ className="base button x-main2"
12736
+ onClick={[Function]}
12737
+ type="button"
12738
+ >
12739
+ Open FormDebugger
12740
+ </button>
12741
+ </div>
12742
+ </form>
12743
+ `;
12744
+
12745
+ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12746
+ <form
12747
+ action="#"
12748
+ onReset={[Function]}
12749
+ onSubmit={[Function]}
12750
+ >
12751
+ <div
12752
+ className="base ratings-input"
12753
+ >
12754
+ <label
12755
+ className="base label input-label v50 mb-v x-main2"
12756
+ htmlFor="ratings"
12757
+ >
12758
+ Your Rating
12759
+ </label>
12760
+ <div
12761
+ className="stars"
12762
+ >
12671
12763
  <div
12672
12764
  className="base rating x-main1 y-background2"
12673
12765
  >
12674
12766
  <label
12675
- htmlFor="ratings-6"
12767
+ htmlFor="ratings-1"
12676
12768
  onMouseEnter={[Function]}
12677
12769
  onMouseLeave={[Function]}
12678
12770
  >
12679
12771
  <span
12680
12772
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12681
12773
  >
12682
- 6
12774
+ 1
12683
12775
  </span>
12684
12776
  <span
12685
12777
  className="f-icons c-dark-y"
@@ -12688,26 +12780,26 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12688
12780
  </span>
12689
12781
  </label>
12690
12782
  <input
12691
- id="ratings-6"
12783
+ id="ratings-1"
12692
12784
  name="ratings"
12693
12785
  onBlur={[Function]}
12694
12786
  onChange={[Function]}
12695
12787
  type="radio"
12696
- value={6}
12788
+ value={1}
12697
12789
  />
12698
12790
  </div>
12699
12791
  <div
12700
12792
  className="base rating x-main1 y-background2"
12701
12793
  >
12702
12794
  <label
12703
- htmlFor="ratings-7"
12795
+ htmlFor="ratings-2"
12704
12796
  onMouseEnter={[Function]}
12705
12797
  onMouseLeave={[Function]}
12706
12798
  >
12707
12799
  <span
12708
12800
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12709
12801
  >
12710
- 7
12802
+ 2
12711
12803
  </span>
12712
12804
  <span
12713
12805
  className="f-icons c-dark-y"
@@ -12716,26 +12808,26 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12716
12808
  </span>
12717
12809
  </label>
12718
12810
  <input
12719
- id="ratings-7"
12811
+ id="ratings-2"
12720
12812
  name="ratings"
12721
12813
  onBlur={[Function]}
12722
12814
  onChange={[Function]}
12723
12815
  type="radio"
12724
- value={7}
12816
+ value={2}
12725
12817
  />
12726
12818
  </div>
12727
12819
  <div
12728
12820
  className="base rating x-main1 y-background2"
12729
12821
  >
12730
12822
  <label
12731
- htmlFor="ratings-8"
12823
+ htmlFor="ratings-3"
12732
12824
  onMouseEnter={[Function]}
12733
12825
  onMouseLeave={[Function]}
12734
12826
  >
12735
12827
  <span
12736
12828
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12737
12829
  >
12738
- 8
12830
+ 3
12739
12831
  </span>
12740
12832
  <span
12741
12833
  className="f-icons c-dark-y"
@@ -12744,26 +12836,26 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12744
12836
  </span>
12745
12837
  </label>
12746
12838
  <input
12747
- id="ratings-8"
12839
+ id="ratings-3"
12748
12840
  name="ratings"
12749
12841
  onBlur={[Function]}
12750
12842
  onChange={[Function]}
12751
12843
  type="radio"
12752
- value={8}
12844
+ value={3}
12753
12845
  />
12754
12846
  </div>
12755
12847
  <div
12756
12848
  className="base rating x-main1 y-background2"
12757
12849
  >
12758
12850
  <label
12759
- htmlFor="ratings-9"
12851
+ htmlFor="ratings-4"
12760
12852
  onMouseEnter={[Function]}
12761
12853
  onMouseLeave={[Function]}
12762
12854
  >
12763
12855
  <span
12764
12856
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12765
12857
  >
12766
- 9
12858
+ 4
12767
12859
  </span>
12768
12860
  <span
12769
12861
  className="f-icons c-dark-y"
@@ -12772,26 +12864,26 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12772
12864
  </span>
12773
12865
  </label>
12774
12866
  <input
12775
- id="ratings-9"
12867
+ id="ratings-4"
12776
12868
  name="ratings"
12777
12869
  onBlur={[Function]}
12778
12870
  onChange={[Function]}
12779
12871
  type="radio"
12780
- value={9}
12872
+ value={4}
12781
12873
  />
12782
12874
  </div>
12783
12875
  <div
12784
12876
  className="base rating x-main1 y-background2"
12785
12877
  >
12786
12878
  <label
12787
- htmlFor="ratings-10"
12879
+ htmlFor="ratings-5"
12788
12880
  onMouseEnter={[Function]}
12789
12881
  onMouseLeave={[Function]}
12790
12882
  >
12791
12883
  <span
12792
12884
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12793
12885
  >
12794
- 10
12886
+ 5
12795
12887
  </span>
12796
12888
  <span
12797
12889
  className="f-icons c-dark-y"
@@ -12800,12 +12892,12 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12800
12892
  </span>
12801
12893
  </label>
12802
12894
  <input
12803
- id="ratings-10"
12895
+ id="ratings-5"
12804
12896
  name="ratings"
12805
12897
  onBlur={[Function]}
12806
12898
  onChange={[Function]}
12807
12899
  type="radio"
12808
- value={10}
12900
+ value={5}
12809
12901
  />
12810
12902
  </div>
12811
12903
  </div>
@@ -12927,95 +13019,21 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
12927
13019
  </option>
12928
13020
  <option
12929
13021
  disabled={false}
12930
- value="Work"
12931
- >
12932
- Work
12933
- </option>
12934
- <option
12935
- disabled={false}
12936
- value="Managing"
12937
- >
12938
- Managing
12939
- </option>
12940
- <option
12941
- disabled={false}
12942
- value="Training"
12943
- >
12944
- Training
12945
- </option>
12946
- <option
12947
- disabled={false}
12948
- value="20th Aug 2020 to 19th Sept, 2020"
12949
- >
12950
- 20th Aug 2020 to 19th Sept, 2020
12951
- </option>
12952
- <option
12953
- disabled={false}
12954
- value="20th Sept 2020 to 19th Oct, 2020"
12955
- >
12956
- 20th Sept 2020 to 19th Oct, 2020
12957
- </option>
12958
- </select>
12959
- </div>
12960
- </div>
12961
- <div
12962
- className="debugger"
12963
- >
12964
- <button
12965
- className="base button x-main2"
12966
- onClick={[Function]}
12967
- type="button"
12968
- >
12969
- Open FormDebugger
12970
- </button>
12971
- </div>
12972
- </form>
12973
- `;
12974
-
12975
- exports[`Storyshots f/fields/SelectInput Objects 1`] = `
12976
- <form
12977
- action="#"
12978
- onReset={[Function]}
12979
- onSubmit={[Function]}
12980
- >
12981
- <div
12982
- className="base select-input y-background2"
12983
- >
12984
- <label
12985
- className="base label x-main2"
12986
- htmlFor="workType"
12987
- >
12988
- Work Type
12989
- </label>
12990
- <div
12991
- className="select-wrapper"
12992
- >
12993
- <select
12994
- className="input"
12995
- disabled={false}
12996
- id="workType"
12997
- name="workType"
12998
- onBlur={[Function]}
12999
- onChange={[Function]}
13000
- value=""
13001
- >
13002
- <option
13003
- disabled={true}
13004
- value=""
13022
+ value="Work"
13005
13023
  >
13006
- Select an option
13024
+ Work
13007
13025
  </option>
13008
13026
  <option
13009
13027
  disabled={false}
13010
- value="20th Aug 2020 to 19th Sept, 2020"
13028
+ value="Managing"
13011
13029
  >
13012
- 20th Aug 2020 to 19th Sept, 2020
13030
+ Managing
13013
13031
  </option>
13014
13032
  <option
13015
13033
  disabled={false}
13016
- value="20th Sept 2020 to 19th Oct, 2020"
13034
+ value="Training"
13017
13035
  >
13018
- 20th Sept 2020 to 19th Oct, 2020
13036
+ Training
13019
13037
  </option>
13020
13038
  </select>
13021
13039
  </div>
@@ -13034,7 +13052,7 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
13034
13052
  </form>
13035
13053
  `;
13036
13054
 
13037
- exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
13055
+ exports[`Storyshots f/fields/SelectInput Required 1`] = `
13038
13056
  <form
13039
13057
  action="#"
13040
13058
  onReset={[Function]}
@@ -13045,9 +13063,9 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
13045
13063
  >
13046
13064
  <label
13047
13065
  className="base label x-main2"
13048
- htmlFor="activity"
13066
+ htmlFor="workType"
13049
13067
  >
13050
- Activity Type
13068
+ Work Type
13051
13069
  </label>
13052
13070
  <div
13053
13071
  className="select-wrapper"
@@ -13055,8 +13073,8 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
13055
13073
  <select
13056
13074
  className="input"
13057
13075
  disabled={false}
13058
- id="activity"
13059
- name="activity"
13076
+ id="workType"
13077
+ name="workType"
13060
13078
  onBlur={[Function]}
13061
13079
  onChange={[Function]}
13062
13080
  value=""
@@ -13069,15 +13087,21 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
13069
13087
  </option>
13070
13088
  <option
13071
13089
  disabled={false}
13072
- value="review"
13090
+ value="Work"
13091
+ >
13092
+ Work
13093
+ </option>
13094
+ <option
13095
+ disabled={false}
13096
+ value="Managing"
13073
13097
  >
13074
- Review
13098
+ Managing
13075
13099
  </option>
13076
13100
  <option
13077
13101
  disabled={false}
13078
- value="Approve"
13102
+ value="Training"
13079
13103
  >
13080
- Approve
13104
+ Training
13081
13105
  </option>
13082
13106
  </select>
13083
13107
  </div>
@@ -13149,15 +13173,21 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
13149
13173
  </option>
13150
13174
  <option
13151
13175
  disabled={false}
13152
- value="20th Aug 2020 to 19th Sept, 2020"
13176
+ value="Option1"
13177
+ >
13178
+ Option1
13179
+ </option>
13180
+ <option
13181
+ disabled={false}
13182
+ value="Option2"
13153
13183
  >
13154
- 20th Aug 2020 to 19th Sept, 2020
13184
+ Option2
13155
13185
  </option>
13156
13186
  <option
13157
13187
  disabled={false}
13158
- value="20th Sept 2020 to 19th Oct, 2020"
13188
+ value="Option3"
13159
13189
  >
13160
- 20th Sept 2020 to 19th Oct, 2020
13190
+ Option3
13161
13191
  </option>
13162
13192
  </select>
13163
13193
  </div>
@@ -13220,13 +13250,15 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
13220
13250
  </form>
13221
13251
  `;
13222
13252
 
13223
- exports[`Storyshots f/fields/TextInput Date Time 1`] = `
13253
+ exports[`Storyshots f/fields/TextInput Date 1`] = `
13224
13254
  <form
13225
13255
  action="#"
13226
13256
  onReset={[Function]}
13227
13257
  onSubmit={[Function]}
13228
13258
  >
13229
- <div>
13259
+ <div
13260
+ className=" u2 pb-u"
13261
+ >
13230
13262
  <div
13231
13263
  className="base text-input y-background2"
13232
13264
  >
@@ -13247,6 +13279,30 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
13247
13279
  value=""
13248
13280
  />
13249
13281
  </div>
13282
+ <div
13283
+ className="debugger"
13284
+ >
13285
+ <button
13286
+ className="base button x-main2"
13287
+ onClick={[Function]}
13288
+ type="button"
13289
+ >
13290
+ Open FormDebugger
13291
+ </button>
13292
+ </div>
13293
+ </div>
13294
+ </form>
13295
+ `;
13296
+
13297
+ exports[`Storyshots f/fields/TextInput Time 1`] = `
13298
+ <form
13299
+ action="#"
13300
+ onReset={[Function]}
13301
+ onSubmit={[Function]}
13302
+ >
13303
+ <div
13304
+ className=" u2 pb-u"
13305
+ >
13250
13306
  <div
13251
13307
  className="base text-input y-background2"
13252
13308
  >
@@ -13282,14 +13338,14 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
13282
13338
  </form>
13283
13339
  `;
13284
13340
 
13285
- exports[`Storyshots f/fields/TextInput Disabled 1`] = `
13341
+ exports[`Storyshots f/fields/TextInput With Auto Complete Off 1`] = `
13286
13342
  <form
13287
13343
  action="#"
13288
13344
  onReset={[Function]}
13289
13345
  onSubmit={[Function]}
13290
13346
  >
13291
13347
  <div
13292
- className="u2 pb-u"
13348
+ className=" u2 pb-u"
13293
13349
  >
13294
13350
  <div
13295
13351
  className="base text-input y-background2"
@@ -13301,8 +13357,9 @@ exports[`Storyshots f/fields/TextInput Disabled 1`] = `
13301
13357
  What's your first name ?
13302
13358
  </label>
13303
13359
  <input
13360
+ autoComplete="off"
13304
13361
  className="input"
13305
- disabled={true}
13362
+ disabled={false}
13306
13363
  id="firstName"
13307
13364
  name="firstName"
13308
13365
  onBlur={[Function]}
@@ -13311,18 +13368,29 @@ exports[`Storyshots f/fields/TextInput Disabled 1`] = `
13311
13368
  value=""
13312
13369
  />
13313
13370
  </div>
13371
+ <div
13372
+ className="debugger"
13373
+ >
13374
+ <button
13375
+ className="base button x-main2"
13376
+ onClick={[Function]}
13377
+ type="button"
13378
+ >
13379
+ Open FormDebugger
13380
+ </button>
13381
+ </div>
13314
13382
  </div>
13315
13383
  </form>
13316
13384
  `;
13317
13385
 
13318
- exports[`Storyshots f/fields/TextInput Placeholder 1`] = `
13386
+ exports[`Storyshots f/fields/TextInput With Disabled 1`] = `
13319
13387
  <form
13320
13388
  action="#"
13321
13389
  onReset={[Function]}
13322
13390
  onSubmit={[Function]}
13323
13391
  >
13324
13392
  <div
13325
- className="u2 pb-u"
13393
+ className=" u2 pb-u"
13326
13394
  >
13327
13395
  <div
13328
13396
  className="base text-input y-background2"
@@ -13335,12 +13403,11 @@ exports[`Storyshots f/fields/TextInput Placeholder 1`] = `
13335
13403
  </label>
13336
13404
  <input
13337
13405
  className="input"
13338
- disabled={false}
13406
+ disabled={true}
13339
13407
  id="firstName"
13340
13408
  name="firstName"
13341
13409
  onBlur={[Function]}
13342
13410
  onChange={[Function]}
13343
- placeholder="First Name"
13344
13411
  type="text"
13345
13412
  value=""
13346
13413
  />
@@ -13360,32 +13427,35 @@ exports[`Storyshots f/fields/TextInput Placeholder 1`] = `
13360
13427
  </form>
13361
13428
  `;
13362
13429
 
13363
- exports[`Storyshots f/fields/TextareaInput Base 1`] = `
13430
+ exports[`Storyshots f/fields/TextInput With Placeholder 1`] = `
13364
13431
  <form
13365
13432
  action="#"
13366
13433
  onReset={[Function]}
13367
13434
  onSubmit={[Function]}
13368
13435
  >
13369
- <div>
13436
+ <div
13437
+ className=" u2 pb-u"
13438
+ >
13370
13439
  <div
13371
- className="base text-area-input y-background2"
13440
+ className="base text-input y-background2"
13372
13441
  >
13373
13442
  <label
13374
13443
  className="base label v50 mb-v x-main2"
13375
- htmlFor="feedback"
13444
+ htmlFor="firstName"
13376
13445
  >
13377
- What can we improve on?
13446
+ What's your first name ?
13378
13447
  </label>
13379
- <textarea
13380
- className="textarea"
13448
+ <input
13449
+ className="input"
13381
13450
  disabled={false}
13382
- name="feedback"
13451
+ id="firstName"
13452
+ name="firstName"
13383
13453
  onBlur={[Function]}
13384
13454
  onChange={[Function]}
13385
- rows={3}
13455
+ placeholder="First Name"
13456
+ type="text"
13386
13457
  value=""
13387
13458
  />
13388
-
13389
13459
  </div>
13390
13460
  <div
13391
13461
  className="debugger"
@@ -13402,32 +13472,34 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
13402
13472
  </form>
13403
13473
  `;
13404
13474
 
13405
- exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
13475
+ exports[`Storyshots f/fields/TextInput With Validation 1`] = `
13406
13476
  <form
13407
13477
  action="#"
13408
13478
  onReset={[Function]}
13409
13479
  onSubmit={[Function]}
13410
13480
  >
13411
- <div>
13481
+ <div
13482
+ className=" u2 pb-u"
13483
+ >
13412
13484
  <div
13413
- className="base text-area-input y-background2"
13485
+ className="base text-input y-background2"
13414
13486
  >
13415
13487
  <label
13416
13488
  className="base label v50 mb-v x-main2"
13417
- htmlFor="feedback"
13489
+ htmlFor="firstName"
13418
13490
  >
13419
- What can we improve on?
13491
+ What's your first name ?
13420
13492
  </label>
13421
- <textarea
13422
- className="textarea"
13423
- disabled={true}
13424
- name="feedback"
13493
+ <input
13494
+ className="input"
13495
+ disabled={false}
13496
+ id="firstName"
13497
+ name="firstName"
13425
13498
  onBlur={[Function]}
13426
13499
  onChange={[Function]}
13427
- rows={3}
13500
+ type="text"
13428
13501
  value=""
13429
13502
  />
13430
-
13431
13503
  </div>
13432
13504
  <div
13433
13505
  className="debugger"
@@ -13444,45 +13516,120 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
13444
13516
  </form>
13445
13517
  `;
13446
13518
 
13519
+ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
13520
+ <form
13521
+ action="#"
13522
+ onReset={[Function]}
13523
+ onSubmit={[Function]}
13524
+ >
13525
+ <div
13526
+ className="base text-area-input y-background2"
13527
+ >
13528
+ <label
13529
+ className="base label v50 mb-v x-main2"
13530
+ htmlFor="feedback"
13531
+ >
13532
+ What can we improve on?
13533
+ </label>
13534
+ <textarea
13535
+ className="textarea"
13536
+ disabled={false}
13537
+ name="feedback"
13538
+ onBlur={[Function]}
13539
+ onChange={[Function]}
13540
+ rows={3}
13541
+ value=""
13542
+ />
13543
+ </div>
13544
+ <div
13545
+ className="debugger"
13546
+ >
13547
+ <button
13548
+ className="base button x-main2"
13549
+ onClick={[Function]}
13550
+ type="button"
13551
+ >
13552
+ Open FormDebugger
13553
+ </button>
13554
+ </div>
13555
+ </form>
13556
+ `;
13557
+
13558
+ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
13559
+ <form
13560
+ action="#"
13561
+ onReset={[Function]}
13562
+ onSubmit={[Function]}
13563
+ >
13564
+ <div
13565
+ className="base text-area-input y-background2"
13566
+ >
13567
+ <label
13568
+ className="base label v50 mb-v x-main2"
13569
+ htmlFor="feedback"
13570
+ >
13571
+ What can we improve on?
13572
+ </label>
13573
+ <textarea
13574
+ className="textarea"
13575
+ disabled={true}
13576
+ name="feedback"
13577
+ onBlur={[Function]}
13578
+ onChange={[Function]}
13579
+ rows={3}
13580
+ value=""
13581
+ />
13582
+ </div>
13583
+ <div
13584
+ className="debugger"
13585
+ >
13586
+ <button
13587
+ className="base button x-main2"
13588
+ onClick={[Function]}
13589
+ type="button"
13590
+ >
13591
+ Open FormDebugger
13592
+ </button>
13593
+ </div>
13594
+ </form>
13595
+ `;
13596
+
13447
13597
  exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
13448
13598
  <form
13449
13599
  action="#"
13450
13600
  onReset={[Function]}
13451
13601
  onSubmit={[Function]}
13452
13602
  >
13453
- <div>
13454
- <div
13455
- className="base text-area-input y-background2"
13603
+ <div
13604
+ className="base text-area-input y-background2"
13605
+ >
13606
+ <label
13607
+ className="base label v50 mb-v x-main2"
13608
+ htmlFor="feedback"
13456
13609
  >
13457
- <label
13458
- className="base label v50 mb-v x-main2"
13459
- htmlFor="feedback"
13460
- >
13461
- What can we improve on?
13462
- </label>
13463
- <textarea
13464
- className="textarea"
13465
- disabled={false}
13466
- name="feedback"
13467
- onBlur={[Function]}
13468
- onChange={[Function]}
13469
- placeholder="Type your feedback here..."
13470
- rows={3}
13471
- value=""
13472
- />
13473
-
13474
- </div>
13475
- <div
13476
- className="debugger"
13610
+ What can we improve on?
13611
+ </label>
13612
+ <textarea
13613
+ className="textarea"
13614
+ disabled={false}
13615
+ name="feedback"
13616
+ onBlur={[Function]}
13617
+ onChange={[Function]}
13618
+ placeholder="Type your feedback here..."
13619
+ rows={3}
13620
+ value=""
13621
+ />
13622
+ </div>
13623
+ <div
13624
+ className="debugger"
13625
+ >
13626
+ <button
13627
+ className="base button x-main2"
13628
+ onClick={[Function]}
13629
+ type="button"
13477
13630
  >
13478
- <button
13479
- className="base button x-main2"
13480
- onClick={[Function]}
13481
- type="button"
13482
- >
13483
- Open FormDebugger
13484
- </button>
13485
- </div>
13631
+ Open FormDebugger
13632
+ </button>
13486
13633
  </div>
13487
13634
  </form>
13488
13635
  `;
@@ -13493,39 +13640,35 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
13493
13640
  onReset={[Function]}
13494
13641
  onSubmit={[Function]}
13495
13642
  >
13496
- <div>
13497
- <div
13498
- className="base text-area-input y-background2"
13643
+ <div
13644
+ className="base text-area-input y-background2"
13645
+ >
13646
+ <label
13647
+ className="base label v50 mb-v x-main2"
13648
+ htmlFor="feedback"
13499
13649
  >
13500
- <label
13501
- className="base label v50 mb-v x-main2"
13502
- htmlFor="feedback"
13503
- >
13504
- What can we improve on?
13505
- </label>
13506
- <textarea
13507
- className="textarea"
13508
- disabled={false}
13509
- name="feedback"
13510
- onBlur={[Function]}
13511
- onChange={[Function]}
13512
- placeholder="Type your feedback here..."
13513
- rows={3}
13514
- value=""
13515
- />
13516
-
13517
- </div>
13518
- <div
13519
- className="debugger"
13650
+ What can we improve on?
13651
+ </label>
13652
+ <textarea
13653
+ className="textarea"
13654
+ disabled={false}
13655
+ name="feedback"
13656
+ onBlur={[Function]}
13657
+ onChange={[Function]}
13658
+ rows={3}
13659
+ value=""
13660
+ />
13661
+ </div>
13662
+ <div
13663
+ className="debugger"
13664
+ >
13665
+ <button
13666
+ className="base button x-main2"
13667
+ onClick={[Function]}
13668
+ type="button"
13520
13669
  >
13521
- <button
13522
- className="base button x-main2"
13523
- onClick={[Function]}
13524
- type="button"
13525
- >
13526
- Open FormDebugger
13527
- </button>
13528
- </div>
13670
+ Open FormDebugger
13671
+ </button>
13529
13672
  </div>
13530
13673
  </form>
13531
13674
  `;