@pareto-engineering/design-system 2.0.0-alpha.61 → 2.0.0-alpha.63

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 (205) hide show
  1. package/dist/cjs/a/GradientBackground/GradientBackground.js +140 -0
  2. package/dist/cjs/a/GradientBackground/index.js +15 -0
  3. package/dist/cjs/a/GradientBackground/styles.scss +191 -0
  4. package/dist/cjs/a/Popover/common/Divider/Divider.js +67 -0
  5. package/dist/cjs/a/Popover/common/Divider/index.js +15 -0
  6. package/dist/cjs/a/Popover/common/Item/Item.js +67 -0
  7. package/dist/cjs/a/Popover/common/Item/index.js +15 -0
  8. package/dist/cjs/a/Popover/common/index.js +21 -0
  9. package/dist/cjs/c/AcceptCookies/AcceptCookies.js +134 -0
  10. package/dist/cjs/c/AcceptCookies/index.js +15 -0
  11. package/dist/cjs/c/AcceptCookies/styles.scss +49 -0
  12. package/dist/cjs/c/BlogCategoryButton/BlogCategoryButton.js +95 -0
  13. package/dist/cjs/c/BlogCategoryButton/index.js +15 -0
  14. package/dist/cjs/c/BlogContext/BlogContextProvider.js +63 -0
  15. package/dist/cjs/c/BlogContext/Context.js +16 -0
  16. package/dist/cjs/c/BlogContext/ContextProvider.js +63 -0
  17. package/dist/cjs/c/BlogContext/index.js +31 -0
  18. package/dist/cjs/c/BlogContext/useBlog.js +16 -0
  19. package/dist/cjs/c/BlogPost/BlogPost.js +147 -0
  20. package/dist/cjs/c/BlogPost/index.js +15 -0
  21. package/dist/cjs/c/BlogPost/styles.scss +33 -0
  22. package/dist/cjs/c/BlogPostsList/BlogPostsList.js +73 -0
  23. package/dist/cjs/c/BlogPostsList/common/Card/Card.js +170 -0
  24. package/dist/cjs/c/BlogPostsList/common/Card/index.js +15 -0
  25. package/dist/cjs/c/BlogPostsList/common/index.js +13 -0
  26. package/dist/cjs/c/BlogPostsList/index.js +15 -0
  27. package/dist/cjs/c/BlogPostsList/styles.scss +72 -0
  28. package/dist/cjs/c/SiteFooter/SiteFooter.js +73 -0
  29. package/dist/cjs/c/SiteFooter/common/Section/Section.js +95 -0
  30. package/dist/cjs/c/SiteFooter/common/Section/index.js +15 -0
  31. package/dist/cjs/c/SiteFooter/common/index.js +13 -0
  32. package/dist/cjs/c/SiteFooter/index.js +15 -0
  33. package/dist/cjs/c/SiteFooter/styles.scss +34 -0
  34. package/dist/cjs/c/SiteHeaderCTA/SiteHeaderCTA.js +108 -0
  35. package/dist/cjs/c/SiteHeaderCTA/index.js +15 -0
  36. package/dist/cjs/c/SiteHeaderCTA/styles.scss +44 -0
  37. package/dist/cjs/c/SiteMission/SiteMission.js +113 -0
  38. package/dist/cjs/{a/ColumnLabel → c/SiteMission}/index.js +3 -3
  39. package/dist/cjs/c/SiteMission/styles.scss +30 -0
  40. package/dist/cjs/c/SiteNavigation/SiteNavigation.js +130 -0
  41. package/dist/cjs/c/SiteNavigation/index.js +15 -0
  42. package/dist/cjs/c/SiteNavigation/styles.scss +118 -0
  43. package/dist/cjs/c/SiteOnboardingStep/SiteOnboardingStep.js +98 -0
  44. package/dist/cjs/c/SiteOnboardingStep/index.js +15 -0
  45. package/dist/cjs/c/SiteOnboardingStep/styles.scss +51 -0
  46. package/dist/cjs/c/SitePricing/SitePricing.js +108 -0
  47. package/dist/cjs/c/SitePricing/index.js +15 -0
  48. package/dist/cjs/c/SitePricing/styles.scss +73 -0
  49. package/dist/cjs/c/SiteServices/SiteServices.js +211 -0
  50. package/dist/cjs/c/SiteServices/index.js +15 -0
  51. package/dist/cjs/c/SiteServices/styles.scss +138 -0
  52. package/dist/cjs/c/TeamGallery/TeamGallery.js +80 -0
  53. package/dist/cjs/c/TeamGallery/common/PersonCard/PersonCard.js +84 -0
  54. package/dist/cjs/c/TeamGallery/common/PersonCard/index.js +15 -0
  55. package/dist/cjs/c/TeamGallery/common/index.js +13 -0
  56. package/dist/cjs/c/TeamGallery/index.js +15 -0
  57. package/dist/cjs/c/TeamGallery/styles.scss +100 -0
  58. package/dist/cjs/c/Testimonials/Testimonials.js +119 -0
  59. package/dist/cjs/c/Testimonials/index.js +15 -0
  60. package/dist/cjs/c/Testimonials/styles.scss +112 -0
  61. package/dist/cjs/{a/ColumnLabel/ColumnLabel.js → experimental/GradientBackground/GradientBackground.js} +30 -32
  62. package/dist/cjs/experimental/GradientBackground/index.js +15 -0
  63. package/dist/cjs/experimental/GradientBackground/styles.scss +64 -0
  64. package/dist/cjs/experimental/index.js +13 -0
  65. package/dist/cjs/f/FormInput/FormInput.js +7 -0
  66. package/dist/cjs/f/common/Label/Label.js +1 -1
  67. package/dist/cjs/f/common/Label/styles.scss +1 -4
  68. package/dist/cjs/f/fields/Checkbox/Checkbox.js +117 -0
  69. package/dist/cjs/f/fields/Checkbox/index.js +15 -0
  70. package/dist/cjs/f/fields/Checkbox/styles.scss +14 -0
  71. package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  72. package/dist/cjs/f/fields/ChoicesInput/common/Choice/Choice.js +5 -2
  73. package/dist/cjs/f/fields/IntlTelInput/IntlTelInput.js +170 -0
  74. package/dist/cjs/f/fields/IntlTelInput/index.js +15 -0
  75. package/dist/cjs/f/fields/IntlTelInput/styles.scss +37 -0
  76. package/dist/cjs/f/fields/PhoneIntlTelInput/PhoneIntlTelInput.js +180 -0
  77. package/dist/cjs/f/fields/PhoneIntlTelInput/index.js +15 -0
  78. package/dist/cjs/f/fields/PhoneIntlTelInput/styles.scss +43 -0
  79. package/dist/cjs/f/fields/QueryCombobox/QueryCombobox.js +12 -3
  80. package/dist/cjs/f/fields/QuerySelect/QuerySelect.js +12 -3
  81. package/dist/cjs/f/fields/QuerySelect/styles.scss +21 -0
  82. package/dist/cjs/f/fields/RatingsInput/common/Rating/Rating.js +11 -2
  83. package/dist/cjs/f/fields/TaskRecommendation/TaskRecommendation.js +129 -0
  84. package/dist/cjs/f/fields/TaskRecommendation/index.js +15 -0
  85. package/dist/cjs/f/fields/TaskRecommendation/styles.scss +37 -0
  86. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  87. package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +4 -0
  88. package/dist/cjs/f/fields/TextArea/TextArea.js +141 -0
  89. package/dist/cjs/f/fields/TextArea/index.js +15 -0
  90. package/dist/cjs/f/fields/TextArea/styles.scss +19 -0
  91. package/dist/cjs/f/fields/index.js +9 -1
  92. package/dist/cjs/test/QueryLoader/styles.scss +9 -0
  93. package/dist/es/a/GradientBackground/GradientBackground.js +118 -0
  94. package/dist/es/a/GradientBackground/index.js +2 -0
  95. package/dist/es/a/GradientBackground/styles.scss +191 -0
  96. package/dist/es/a/Popover/common/Divider/Divider.js +47 -0
  97. package/dist/es/a/Popover/common/Divider/index.js +2 -0
  98. package/dist/es/a/Popover/common/Item/Item.js +47 -0
  99. package/dist/es/a/Popover/common/Item/index.js +2 -0
  100. package/dist/es/a/Popover/common/index.js +2 -0
  101. package/dist/es/c/AcceptCookies/AcceptCookies.js +117 -0
  102. package/dist/es/c/AcceptCookies/index.js +2 -0
  103. package/dist/es/c/AcceptCookies/styles.scss +49 -0
  104. package/dist/es/c/BlogCategoryButton/BlogCategoryButton.js +68 -0
  105. package/dist/es/c/BlogCategoryButton/index.js +2 -0
  106. package/dist/es/c/BlogContext/BlogContextProvider.js +45 -0
  107. package/dist/es/c/BlogContext/Context.js +2 -0
  108. package/dist/es/c/BlogContext/ContextProvider.js +45 -0
  109. package/dist/es/c/BlogContext/index.js +4 -0
  110. package/dist/es/c/BlogContext/useBlog.js +3 -0
  111. package/dist/es/c/BlogPost/BlogPost.js +128 -0
  112. package/dist/es/c/BlogPost/index.js +2 -0
  113. package/dist/es/c/BlogPost/styles.scss +33 -0
  114. package/dist/es/c/BlogPostsList/BlogPostsList.js +56 -0
  115. package/dist/es/c/BlogPostsList/common/Card/Card.js +143 -0
  116. package/dist/es/c/BlogPostsList/common/Card/index.js +2 -0
  117. package/dist/es/c/BlogPostsList/common/index.js +1 -0
  118. package/dist/es/c/BlogPostsList/index.js +2 -0
  119. package/dist/es/c/BlogPostsList/styles.scss +72 -0
  120. package/dist/es/c/SiteFooter/SiteFooter.js +56 -0
  121. package/dist/es/c/SiteFooter/common/Section/Section.js +73 -0
  122. package/dist/es/c/SiteFooter/common/Section/index.js +2 -0
  123. package/dist/es/c/SiteFooter/common/index.js +1 -0
  124. package/dist/es/c/SiteFooter/index.js +2 -0
  125. package/dist/es/c/SiteFooter/styles.scss +34 -0
  126. package/dist/es/c/SiteHeaderCTA/SiteHeaderCTA.js +92 -0
  127. package/dist/es/c/SiteHeaderCTA/index.js +2 -0
  128. package/dist/es/c/SiteHeaderCTA/styles.scss +44 -0
  129. package/dist/es/c/SiteMission/SiteMission.js +96 -0
  130. package/dist/es/c/SiteMission/index.js +2 -0
  131. package/dist/es/c/SiteMission/styles.scss +30 -0
  132. package/dist/es/c/SiteNavigation/SiteNavigation.js +111 -0
  133. package/dist/es/c/SiteNavigation/index.js +2 -0
  134. package/dist/es/c/SiteNavigation/styles.scss +118 -0
  135. package/dist/es/c/SiteOnboardingStep/SiteOnboardingStep.js +81 -0
  136. package/dist/es/c/SiteOnboardingStep/index.js +2 -0
  137. package/dist/es/c/SiteOnboardingStep/styles.scss +51 -0
  138. package/dist/es/c/SitePricing/SitePricing.js +91 -0
  139. package/dist/es/c/SitePricing/index.js +2 -0
  140. package/dist/es/c/SitePricing/styles.scss +73 -0
  141. package/dist/es/c/SiteServices/SiteServices.js +195 -0
  142. package/dist/es/c/SiteServices/index.js +2 -0
  143. package/dist/es/c/SiteServices/styles.scss +138 -0
  144. package/dist/es/c/TeamGallery/TeamGallery.js +64 -0
  145. package/dist/es/c/TeamGallery/common/PersonCard/PersonCard.js +64 -0
  146. package/dist/es/c/TeamGallery/common/PersonCard/index.js +2 -0
  147. package/dist/es/c/TeamGallery/common/index.js +1 -0
  148. package/dist/es/c/TeamGallery/index.js +2 -0
  149. package/dist/es/c/TeamGallery/styles.scss +100 -0
  150. package/dist/es/c/Testimonials/Testimonials.js +99 -0
  151. package/dist/es/c/Testimonials/index.js +2 -0
  152. package/dist/es/c/Testimonials/styles.scss +112 -0
  153. package/dist/es/experimental/GradientBackground/GradientBackground.js +76 -0
  154. package/dist/es/experimental/GradientBackground/index.js +2 -0
  155. package/dist/es/experimental/GradientBackground/styles.scss +64 -0
  156. package/dist/es/experimental/index.js +1 -0
  157. package/dist/es/f/FormInput/FormInput.js +8 -1
  158. package/dist/es/f/common/Label/Label.js +1 -1
  159. package/dist/es/f/common/Label/styles.scss +1 -4
  160. package/dist/es/f/fields/Checkbox/Checkbox.js +99 -0
  161. package/dist/es/f/fields/Checkbox/index.js +2 -0
  162. package/dist/es/f/fields/Checkbox/styles.scss +14 -0
  163. package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  164. package/dist/es/f/fields/ChoicesInput/common/Choice/Choice.js +5 -2
  165. package/dist/es/f/fields/IntlTelInput/IntlTelInput.js +152 -0
  166. package/dist/es/f/fields/IntlTelInput/index.js +2 -0
  167. package/dist/es/f/fields/IntlTelInput/styles.scss +37 -0
  168. package/dist/es/f/fields/PhoneIntlTelInput/PhoneIntlTelInput.js +163 -0
  169. package/dist/es/f/fields/PhoneIntlTelInput/index.js +2 -0
  170. package/dist/es/f/fields/PhoneIntlTelInput/styles.scss +43 -0
  171. package/dist/es/f/fields/QueryCombobox/QueryCombobox.js +12 -3
  172. package/dist/es/f/fields/QuerySelect/QuerySelect.js +12 -3
  173. package/dist/es/f/fields/QuerySelect/styles.scss +21 -0
  174. package/dist/es/f/fields/RatingsInput/common/Rating/Rating.js +11 -2
  175. package/dist/es/f/fields/TaskRecommendation/TaskRecommendation.js +111 -0
  176. package/dist/es/f/fields/TaskRecommendation/index.js +2 -0
  177. package/dist/es/f/fields/TaskRecommendation/styles.scss +37 -0
  178. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  179. package/dist/es/f/fields/TaskRecommendationInput/styles.scss +4 -0
  180. package/dist/es/f/fields/TextArea/TextArea.js +124 -0
  181. package/dist/es/f/fields/TextArea/index.js +2 -0
  182. package/dist/es/f/fields/TextArea/styles.scss +19 -0
  183. package/dist/es/f/fields/index.js +2 -1
  184. package/dist/es/test/QueryLoader/styles.scss +9 -0
  185. package/package.json +1 -1
  186. package/src/__snapshots__/Storyshots.test.js.snap +819 -158
  187. package/src/stories/f/Checkbox.stories.jsx +95 -0
  188. package/src/stories/f/ChoicesInput.stories.jsx +38 -10
  189. package/src/stories/f/FormInput.stories.jsx +5 -0
  190. package/src/ui/f/FormInput/FormInput.jsx +12 -0
  191. package/src/ui/f/common/Label/Label.jsx +1 -1
  192. package/src/ui/f/common/Label/styles.scss +1 -4
  193. package/src/ui/f/fields/Checkbox/Checkbox.jsx +118 -0
  194. package/src/ui/f/fields/Checkbox/index.js +2 -0
  195. package/src/ui/f/fields/Checkbox/styles.scss +14 -0
  196. package/src/ui/f/fields/ChoicesInput/ChoicesInput.jsx +1 -1
  197. package/src/ui/f/fields/ChoicesInput/common/Choice/Choice.jsx +10 -2
  198. package/src/ui/f/fields/QueryCombobox/QueryCombobox.jsx +7 -1
  199. package/src/ui/f/fields/QuerySelect/QuerySelect.jsx +7 -1
  200. package/src/ui/f/fields/RatingsInput/common/Rating/Rating.jsx +7 -1
  201. package/src/ui/f/fields/index.js +1 -0
  202. package/dist/cjs/a/ColumnLabel/styles.scss +0 -22
  203. package/dist/es/a/ColumnLabel/ColumnLabel.js +0 -78
  204. package/dist/es/a/ColumnLabel/index.js +0 -2
  205. package/dist/es/a/ColumnLabel/styles.scss +0 -22
@@ -3729,7 +3729,7 @@ exports[`Storyshots a/Timestamp Distance Format 1`] = `
3729
3729
  className="base timestamp"
3730
3730
  onClick={[Function]}
3731
3731
  >
3732
- 15 days ago
3732
+ 23 days ago
3733
3733
  </p>
3734
3734
  `;
3735
3735
 
@@ -11315,7 +11315,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
11315
11315
  className="base text-input form-input y-background2"
11316
11316
  >
11317
11317
  <label
11318
- className="base label v50 mb-v x-main2"
11318
+ className="base form-label v50 mb-v x-main2"
11319
11319
  htmlFor="firstName"
11320
11320
  >
11321
11321
  What's your first name ?
@@ -11335,7 +11335,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
11335
11335
  className="base text-input form-input y-background2"
11336
11336
  >
11337
11337
  <label
11338
- className="base label v50 mb-v x-main2"
11338
+ className="base form-label v50 mb-v x-main2"
11339
11339
  htmlFor="lastName"
11340
11340
  >
11341
11341
  What's your last name ?
@@ -11354,7 +11354,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
11354
11354
  className="base text-area-input form-input y-background2"
11355
11355
  >
11356
11356
  <label
11357
- className="base label v50 mb-v x-main2"
11357
+ className="base form-label v50 mb-v x-main2"
11358
11358
  htmlFor="description"
11359
11359
  >
11360
11360
  Describe yourself in a few sentences
@@ -11373,6 +11373,26 @@ exports[`Storyshots f/FormInput Base 1`] = `
11373
11373
  }
11374
11374
  />
11375
11375
  </div>
11376
+ <div
11377
+ className="base checkbox form-input"
11378
+ >
11379
+ <label
11380
+ className="base form-label x-main2"
11381
+ htmlFor="urgent"
11382
+ >
11383
+ Urgent
11384
+ </label>
11385
+ <input
11386
+ checked={false}
11387
+ className="input"
11388
+ disabled={false}
11389
+ id="urgent"
11390
+ name="urgent"
11391
+ onBlur={[Function]}
11392
+ onChange={[Function]}
11393
+ type="checkbox"
11394
+ />
11395
+ </div>
11376
11396
  <div
11377
11397
  className="base choices-input form-input x-background2 y-main2"
11378
11398
  style={
@@ -11383,7 +11403,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
11383
11403
  }
11384
11404
  >
11385
11405
  <p
11386
- className="base label x-main2"
11406
+ className="base form-label x-main2"
11387
11407
  >
11388
11408
  What are your favourite colors ?
11389
11409
  </p>
@@ -11394,8 +11414,9 @@ exports[`Storyshots f/FormInput Base 1`] = `
11394
11414
  className="base choice"
11395
11415
  >
11396
11416
  <input
11417
+ checked={false}
11397
11418
  disabled={false}
11398
- id="undefined-red"
11419
+ id="colors-red"
11399
11420
  name="colors"
11400
11421
  onBlur={[Function]}
11401
11422
  onChange={[Function]}
@@ -11403,7 +11424,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
11403
11424
  value="red"
11404
11425
  />
11405
11426
  <label
11406
- htmlFor="undefined-red"
11427
+ htmlFor="colors-red"
11407
11428
  >
11408
11429
  Color Red
11409
11430
  </label>
@@ -11412,8 +11433,9 @@ exports[`Storyshots f/FormInput Base 1`] = `
11412
11433
  className="base choice"
11413
11434
  >
11414
11435
  <input
11436
+ checked={false}
11415
11437
  disabled={false}
11416
- id="undefined-blue"
11438
+ id="colors-blue"
11417
11439
  name="colors"
11418
11440
  onBlur={[Function]}
11419
11441
  onChange={[Function]}
@@ -11421,7 +11443,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
11421
11443
  value="blue"
11422
11444
  />
11423
11445
  <label
11424
- htmlFor="undefined-blue"
11446
+ htmlFor="colors-blue"
11425
11447
  >
11426
11448
  Color Blue
11427
11449
  </label>
@@ -11430,8 +11452,9 @@ exports[`Storyshots f/FormInput Base 1`] = `
11430
11452
  className="base choice"
11431
11453
  >
11432
11454
  <input
11455
+ checked={false}
11433
11456
  disabled={false}
11434
- id="undefined-green"
11457
+ id="colors-green"
11435
11458
  name="colors"
11436
11459
  onBlur={[Function]}
11437
11460
  onChange={[Function]}
@@ -11439,7 +11462,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
11439
11462
  value="green"
11440
11463
  />
11441
11464
  <label
11442
- htmlFor="undefined-green"
11465
+ htmlFor="colors-green"
11443
11466
  >
11444
11467
  Color Green
11445
11468
  </label>
@@ -11450,7 +11473,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
11450
11473
  className="base select-input form-input y-background2"
11451
11474
  >
11452
11475
  <label
11453
- className="base label x-main2"
11476
+ className="base form-label x-main2"
11454
11477
  htmlFor="food"
11455
11478
  >
11456
11479
  What do you want for dinner ?
@@ -11512,7 +11535,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11512
11535
  className="base text-input form-input y-background2"
11513
11536
  >
11514
11537
  <label
11515
- className="base label v50 mb-v x-main2"
11538
+ className="base form-label v50 mb-v x-main2"
11516
11539
  htmlFor="firstName"
11517
11540
  >
11518
11541
  What's your first name ?
@@ -11532,7 +11555,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11532
11555
  className="base text-input form-input y-background2"
11533
11556
  >
11534
11557
  <label
11535
- className="base label v50 mb-v x-main2"
11558
+ className="base form-label v50 mb-v x-main2"
11536
11559
  htmlFor="lastName"
11537
11560
  >
11538
11561
  What's your last name ?
@@ -11551,7 +11574,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11551
11574
  className="base text-area-input form-input y-background2"
11552
11575
  >
11553
11576
  <label
11554
- className="base label v50 mb-v x-main2"
11577
+ className="base form-label v50 mb-v x-main2"
11555
11578
  htmlFor="description"
11556
11579
  >
11557
11580
  Describe yourself in a few sentences
@@ -11580,7 +11603,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11580
11603
  }
11581
11604
  >
11582
11605
  <p
11583
- className="base label x-main2"
11606
+ className="base form-label x-main2"
11584
11607
  >
11585
11608
  What are your favourite colors ?
11586
11609
  </p>
@@ -11591,8 +11614,9 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11591
11614
  className="base choice"
11592
11615
  >
11593
11616
  <input
11617
+ checked={false}
11594
11618
  disabled={true}
11595
- id="undefined-red"
11619
+ id="colors-red"
11596
11620
  name="colors"
11597
11621
  onBlur={[Function]}
11598
11622
  onChange={[Function]}
@@ -11600,7 +11624,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11600
11624
  value="red"
11601
11625
  />
11602
11626
  <label
11603
- htmlFor="undefined-red"
11627
+ htmlFor="colors-red"
11604
11628
  >
11605
11629
  Color Red
11606
11630
  </label>
@@ -11609,8 +11633,9 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11609
11633
  className="base choice"
11610
11634
  >
11611
11635
  <input
11636
+ checked={false}
11612
11637
  disabled={true}
11613
- id="undefined-blue"
11638
+ id="colors-blue"
11614
11639
  name="colors"
11615
11640
  onBlur={[Function]}
11616
11641
  onChange={[Function]}
@@ -11618,7 +11643,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11618
11643
  value="blue"
11619
11644
  />
11620
11645
  <label
11621
- htmlFor="undefined-blue"
11646
+ htmlFor="colors-blue"
11622
11647
  >
11623
11648
  Color Blue
11624
11649
  </label>
@@ -11627,8 +11652,9 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11627
11652
  className="base choice"
11628
11653
  >
11629
11654
  <input
11655
+ checked={false}
11630
11656
  disabled={true}
11631
- id="undefined-green"
11657
+ id="colors-green"
11632
11658
  name="colors"
11633
11659
  onBlur={[Function]}
11634
11660
  onChange={[Function]}
@@ -11636,7 +11662,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11636
11662
  value="green"
11637
11663
  />
11638
11664
  <label
11639
- htmlFor="undefined-green"
11665
+ htmlFor="colors-green"
11640
11666
  >
11641
11667
  Color Green
11642
11668
  </label>
@@ -11647,7 +11673,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
11647
11673
  className="base select-input form-input y-background2"
11648
11674
  >
11649
11675
  <label
11650
- className="base label x-main2"
11676
+ className="base form-label x-main2"
11651
11677
  htmlFor="food"
11652
11678
  >
11653
11679
  What do you want for dinner ?
@@ -11709,7 +11735,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
11709
11735
  className="base text-input form-input y-background2"
11710
11736
  >
11711
11737
  <label
11712
- className="base label v50 mb-v x-main2"
11738
+ className="base form-label v50 mb-v x-main2"
11713
11739
  htmlFor="extended"
11714
11740
  >
11715
11741
  Extended type input
@@ -11748,7 +11774,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
11748
11774
  className="base text-input form-input y-background2"
11749
11775
  >
11750
11776
  <label
11751
- className="base label v50 mb-v x-main2"
11777
+ className="base form-label v50 mb-v x-main2"
11752
11778
  htmlFor="firstName"
11753
11779
  >
11754
11780
  What's your first name ?
@@ -11774,7 +11800,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
11774
11800
  }
11775
11801
  >
11776
11802
  <p
11777
- className="base label x-main2"
11803
+ className="base form-label x-main2"
11778
11804
  >
11779
11805
  What are your favourite colors ?
11780
11806
  </p>
@@ -11785,8 +11811,9 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
11785
11811
  className="base choice"
11786
11812
  >
11787
11813
  <input
11814
+ checked={false}
11788
11815
  disabled={false}
11789
- id="undefined-red"
11816
+ id="colors-red"
11790
11817
  name="colors"
11791
11818
  onBlur={[Function]}
11792
11819
  onChange={[Function]}
@@ -11794,7 +11821,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
11794
11821
  value="red"
11795
11822
  />
11796
11823
  <label
11797
- htmlFor="undefined-red"
11824
+ htmlFor="colors-red"
11798
11825
  >
11799
11826
  Color Red
11800
11827
  </label>
@@ -11803,8 +11830,9 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
11803
11830
  className="base choice"
11804
11831
  >
11805
11832
  <input
11833
+ checked={false}
11806
11834
  disabled={false}
11807
- id="undefined-blue"
11835
+ id="colors-blue"
11808
11836
  name="colors"
11809
11837
  onBlur={[Function]}
11810
11838
  onChange={[Function]}
@@ -11812,7 +11840,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
11812
11840
  value="blue"
11813
11841
  />
11814
11842
  <label
11815
- htmlFor="undefined-blue"
11843
+ htmlFor="colors-blue"
11816
11844
  >
11817
11845
  Color Blue
11818
11846
  </label>
@@ -11821,8 +11849,9 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
11821
11849
  className="base choice"
11822
11850
  >
11823
11851
  <input
11852
+ checked={false}
11824
11853
  disabled={false}
11825
- id="undefined-green"
11854
+ id="colors-green"
11826
11855
  name="colors"
11827
11856
  onBlur={[Function]}
11828
11857
  onChange={[Function]}
@@ -11830,7 +11859,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
11830
11859
  value="green"
11831
11860
  />
11832
11861
  <label
11833
- htmlFor="undefined-green"
11862
+ htmlFor="colors-green"
11834
11863
  >
11835
11864
  Color Green
11836
11865
  </label>
@@ -11841,7 +11870,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
11841
11870
  className="base select-input form-input y-background2"
11842
11871
  >
11843
11872
  <label
11844
- className="base label x-main2"
11873
+ className="base form-label x-main2"
11845
11874
  htmlFor="status"
11846
11875
  >
11847
11876
  Select Task Status
@@ -11884,7 +11913,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
11884
11913
  className="base text-input form-input y-background2"
11885
11914
  >
11886
11915
  <label
11887
- className="base label v50 mb-v x-main2"
11916
+ className="base form-label v50 mb-v x-main2"
11888
11917
  htmlFor="firstName"
11889
11918
  >
11890
11919
  What's your first name ?
@@ -11910,7 +11939,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
11910
11939
  }
11911
11940
  >
11912
11941
  <p
11913
- className="base label x-main2"
11942
+ className="base form-label x-main2"
11914
11943
  >
11915
11944
  What are your favourite colors ?
11916
11945
  </p>
@@ -11921,8 +11950,9 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
11921
11950
  className="base choice"
11922
11951
  >
11923
11952
  <input
11953
+ checked={false}
11924
11954
  disabled={false}
11925
- id="undefined-red"
11955
+ id="colors-red"
11926
11956
  name="colors"
11927
11957
  onBlur={[Function]}
11928
11958
  onChange={[Function]}
@@ -11930,7 +11960,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
11930
11960
  value="red"
11931
11961
  />
11932
11962
  <label
11933
- htmlFor="undefined-red"
11963
+ htmlFor="colors-red"
11934
11964
  >
11935
11965
  Color Red
11936
11966
  </label>
@@ -11939,8 +11969,9 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
11939
11969
  className="base choice"
11940
11970
  >
11941
11971
  <input
11972
+ checked={false}
11942
11973
  disabled={false}
11943
- id="undefined-blue"
11974
+ id="colors-blue"
11944
11975
  name="colors"
11945
11976
  onBlur={[Function]}
11946
11977
  onChange={[Function]}
@@ -11948,7 +11979,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
11948
11979
  value="blue"
11949
11980
  />
11950
11981
  <label
11951
- htmlFor="undefined-blue"
11982
+ htmlFor="colors-blue"
11952
11983
  >
11953
11984
  Color Blue
11954
11985
  </label>
@@ -11957,8 +11988,9 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
11957
11988
  className="base choice"
11958
11989
  >
11959
11990
  <input
11991
+ checked={false}
11960
11992
  disabled={false}
11961
- id="undefined-green"
11993
+ id="colors-green"
11962
11994
  name="colors"
11963
11995
  onBlur={[Function]}
11964
11996
  onChange={[Function]}
@@ -11966,7 +11998,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
11966
11998
  value="green"
11967
11999
  />
11968
12000
  <label
11969
- htmlFor="undefined-green"
12001
+ htmlFor="colors-green"
11970
12002
  >
11971
12003
  Color Green
11972
12004
  </label>
@@ -11977,7 +12009,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
11977
12009
  className="base combobox form-input y-background2"
11978
12010
  >
11979
12011
  <label
11980
- className="base label x-main2"
12012
+ className="base form-label x-main2"
11981
12013
  htmlFor="team"
11982
12014
  id="downshift-0-label"
11983
12015
  >
@@ -12020,7 +12052,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
12020
12052
  className="base multiple-combobox form-input y-background2"
12021
12053
  >
12022
12054
  <label
12023
- className="base label x-main2"
12055
+ className="base form-label x-main2"
12024
12056
  htmlFor="teams"
12025
12057
  id="downshift-1-label"
12026
12058
  >
@@ -12084,7 +12116,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
12084
12116
  className="base text-input form-input y-background2"
12085
12117
  >
12086
12118
  <label
12087
- className="base label v50 mb-v x-main2"
12119
+ className="base form-label v50 mb-v x-main2"
12088
12120
  htmlFor="firstName"
12089
12121
  >
12090
12122
  What's your first name ?
@@ -12104,7 +12136,7 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
12104
12136
  className="base ratings-input form-input"
12105
12137
  >
12106
12138
  <label
12107
- className="base label input-label v50 mb-v x-main2"
12139
+ className="base form-label input-label v50 mb-v x-main2"
12108
12140
  htmlFor="ratings"
12109
12141
  >
12110
12142
  Your Rating
@@ -12259,12 +12291,227 @@ exports[`Storyshots f/common/Description Base 1`] = `
12259
12291
 
12260
12292
  exports[`Storyshots f/common/Label Base 1`] = `
12261
12293
  <label
12262
- className="base label x-main2"
12294
+ className="base form-label x-main2"
12263
12295
  >
12264
12296
  Sample Label
12265
12297
  </label>
12266
12298
  `;
12267
12299
 
12300
+ exports[`Storyshots f/fields/Checkbox Base 1`] = `
12301
+ <form
12302
+ action="#"
12303
+ onReset={[Function]}
12304
+ onSubmit={[Function]}
12305
+ >
12306
+ <div
12307
+ className="base checkbox"
12308
+ >
12309
+ <input
12310
+ checked={false}
12311
+ className="input"
12312
+ disabled={false}
12313
+ id="urgent"
12314
+ name="urgent"
12315
+ onBlur={[Function]}
12316
+ onChange={[Function]}
12317
+ type="checkbox"
12318
+ />
12319
+ </div>
12320
+ <div
12321
+ className="debugger"
12322
+ >
12323
+ <button
12324
+ className="base button x-main2"
12325
+ onClick={[Function]}
12326
+ type="button"
12327
+ >
12328
+ Open FormDebugger
12329
+ </button>
12330
+ </div>
12331
+ </form>
12332
+ `;
12333
+
12334
+ exports[`Storyshots f/fields/Checkbox Disabled 1`] = `
12335
+ <form
12336
+ action="#"
12337
+ onReset={[Function]}
12338
+ onSubmit={[Function]}
12339
+ >
12340
+ <div
12341
+ className="base checkbox"
12342
+ >
12343
+ <input
12344
+ checked={false}
12345
+ className="input"
12346
+ disabled={true}
12347
+ id="urgent"
12348
+ name="urgent"
12349
+ onBlur={[Function]}
12350
+ onChange={[Function]}
12351
+ type="checkbox"
12352
+ />
12353
+ </div>
12354
+ <div
12355
+ className="debugger"
12356
+ >
12357
+ <button
12358
+ className="base button x-main2"
12359
+ onClick={[Function]}
12360
+ type="button"
12361
+ >
12362
+ Open FormDebugger
12363
+ </button>
12364
+ </div>
12365
+ </form>
12366
+ `;
12367
+
12368
+ exports[`Storyshots f/fields/Checkbox Optional 1`] = `
12369
+ <form
12370
+ action="#"
12371
+ onReset={[Function]}
12372
+ onSubmit={[Function]}
12373
+ >
12374
+ <div
12375
+ className="base checkbox"
12376
+ >
12377
+ <input
12378
+ checked={false}
12379
+ className="input"
12380
+ disabled={false}
12381
+ id="urgent"
12382
+ name="urgent"
12383
+ onBlur={[Function]}
12384
+ onChange={[Function]}
12385
+ type="checkbox"
12386
+ />
12387
+ </div>
12388
+ <div
12389
+ className="debugger"
12390
+ >
12391
+ <button
12392
+ className="base button x-main2"
12393
+ onClick={[Function]}
12394
+ type="button"
12395
+ >
12396
+ Open FormDebugger
12397
+ </button>
12398
+ </div>
12399
+ </form>
12400
+ `;
12401
+
12402
+ exports[`Storyshots f/fields/Checkbox With Default Formik Value 1`] = `
12403
+ <form
12404
+ action="#"
12405
+ onReset={[Function]}
12406
+ onSubmit={[Function]}
12407
+ >
12408
+ <div
12409
+ className="base checkbox"
12410
+ >
12411
+ <input
12412
+ checked={false}
12413
+ className="input"
12414
+ disabled={false}
12415
+ id="urgent"
12416
+ name="urgent"
12417
+ onBlur={[Function]}
12418
+ onChange={[Function]}
12419
+ type="checkbox"
12420
+ />
12421
+ </div>
12422
+ <div
12423
+ className="debugger"
12424
+ >
12425
+ <button
12426
+ className="base button x-main2"
12427
+ onClick={[Function]}
12428
+ type="button"
12429
+ >
12430
+ Open FormDebugger
12431
+ </button>
12432
+ </div>
12433
+ </form>
12434
+ `;
12435
+
12436
+ exports[`Storyshots f/fields/Checkbox With Description 1`] = `
12437
+ <form
12438
+ action="#"
12439
+ onReset={[Function]}
12440
+ onSubmit={[Function]}
12441
+ >
12442
+ <div
12443
+ className="base checkbox"
12444
+ >
12445
+ <input
12446
+ checked={false}
12447
+ className="input"
12448
+ disabled={false}
12449
+ id="urgent"
12450
+ name="urgent"
12451
+ onBlur={[Function]}
12452
+ onChange={[Function]}
12453
+ type="checkbox"
12454
+ />
12455
+ <div
12456
+ className="base description v50 mt-v s-1 x-metadata"
12457
+ >
12458
+ Click on the checkbox
12459
+ </div>
12460
+ </div>
12461
+ <div
12462
+ className="debugger"
12463
+ >
12464
+ <button
12465
+ className="base button x-main2"
12466
+ onClick={[Function]}
12467
+ type="button"
12468
+ >
12469
+ Open FormDebugger
12470
+ </button>
12471
+ </div>
12472
+ </form>
12473
+ `;
12474
+
12475
+ exports[`Storyshots f/fields/Checkbox With Label 1`] = `
12476
+ <form
12477
+ action="#"
12478
+ onReset={[Function]}
12479
+ onSubmit={[Function]}
12480
+ >
12481
+ <div
12482
+ className="base checkbox"
12483
+ >
12484
+ <label
12485
+ className="base form-label x-main2"
12486
+ htmlFor="urgent"
12487
+ >
12488
+ Urgent
12489
+ </label>
12490
+ <input
12491
+ checked={false}
12492
+ className="input"
12493
+ disabled={false}
12494
+ id="urgent"
12495
+ name="urgent"
12496
+ onBlur={[Function]}
12497
+ onChange={[Function]}
12498
+ type="checkbox"
12499
+ />
12500
+ </div>
12501
+ <div
12502
+ className="debugger"
12503
+ >
12504
+ <button
12505
+ className="base button x-main2"
12506
+ onClick={[Function]}
12507
+ type="button"
12508
+ >
12509
+ Open FormDebugger
12510
+ </button>
12511
+ </div>
12512
+ </form>
12513
+ `;
12514
+
12268
12515
  exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12269
12516
  <form
12270
12517
  action="#"
@@ -12288,8 +12535,9 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12288
12535
  className="base choice"
12289
12536
  >
12290
12537
  <input
12538
+ checked={false}
12291
12539
  disabled={false}
12292
- id="colors-red"
12540
+ id="color-red"
12293
12541
  name="color"
12294
12542
  onBlur={[Function]}
12295
12543
  onChange={[Function]}
@@ -12297,7 +12545,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12297
12545
  value="red"
12298
12546
  />
12299
12547
  <label
12300
- htmlFor="colors-red"
12548
+ htmlFor="color-red"
12301
12549
  >
12302
12550
  Color Red
12303
12551
  </label>
@@ -12306,8 +12554,9 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12306
12554
  className="base choice"
12307
12555
  >
12308
12556
  <input
12557
+ checked={false}
12309
12558
  disabled={false}
12310
- id="colors-blue"
12559
+ id="color-blue"
12311
12560
  name="color"
12312
12561
  onBlur={[Function]}
12313
12562
  onChange={[Function]}
@@ -12315,7 +12564,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12315
12564
  value="blue"
12316
12565
  />
12317
12566
  <label
12318
- htmlFor="colors-blue"
12567
+ htmlFor="color-blue"
12319
12568
  >
12320
12569
  Color Blue
12321
12570
  </label>
@@ -12324,8 +12573,9 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12324
12573
  className="base choice"
12325
12574
  >
12326
12575
  <input
12576
+ checked={false}
12327
12577
  disabled={false}
12328
- id="colors-green"
12578
+ id="color-green"
12329
12579
  name="color"
12330
12580
  onBlur={[Function]}
12331
12581
  onChange={[Function]}
@@ -12333,7 +12583,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12333
12583
  value="green"
12334
12584
  />
12335
12585
  <label
12336
- htmlFor="colors-green"
12586
+ htmlFor="color-green"
12337
12587
  >
12338
12588
  Color Green
12339
12589
  </label>
@@ -12342,8 +12592,9 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12342
12592
  className="base choice"
12343
12593
  >
12344
12594
  <input
12595
+ checked={false}
12345
12596
  disabled={false}
12346
- id="colors-yellow"
12597
+ id="color-yellow"
12347
12598
  name="color"
12348
12599
  onBlur={[Function]}
12349
12600
  onChange={[Function]}
@@ -12351,7 +12602,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12351
12602
  value="yellow"
12352
12603
  />
12353
12604
  <label
12354
- htmlFor="colors-yellow"
12605
+ htmlFor="color-yellow"
12355
12606
  >
12356
12607
  Color Yellow
12357
12608
  </label>
@@ -12360,8 +12611,9 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12360
12611
  className="base choice"
12361
12612
  >
12362
12613
  <input
12614
+ checked={false}
12363
12615
  disabled={false}
12364
- id="colors-oarnge"
12616
+ id="color-oarnge"
12365
12617
  name="color"
12366
12618
  onBlur={[Function]}
12367
12619
  onChange={[Function]}
@@ -12369,7 +12621,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12369
12621
  value="oarnge"
12370
12622
  />
12371
12623
  <label
12372
- htmlFor="colors-oarnge"
12624
+ htmlFor="color-oarnge"
12373
12625
  >
12374
12626
  Color Orange
12375
12627
  </label>
@@ -12378,8 +12630,9 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12378
12630
  className="base choice"
12379
12631
  >
12380
12632
  <input
12633
+ checked={false}
12381
12634
  disabled={false}
12382
- id="colors-violet"
12635
+ id="color-violet"
12383
12636
  name="color"
12384
12637
  onBlur={[Function]}
12385
12638
  onChange={[Function]}
@@ -12387,7 +12640,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12387
12640
  value="violet"
12388
12641
  />
12389
12642
  <label
12390
- htmlFor="colors-violet"
12643
+ htmlFor="color-violet"
12391
12644
  >
12392
12645
  Color Violet
12393
12646
  </label>
@@ -12396,8 +12649,9 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12396
12649
  className="base choice"
12397
12650
  >
12398
12651
  <input
12652
+ checked={false}
12399
12653
  disabled={false}
12400
- id="colors-brown"
12654
+ id="color-brown"
12401
12655
  name="color"
12402
12656
  onBlur={[Function]}
12403
12657
  onChange={[Function]}
@@ -12405,7 +12659,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12405
12659
  value="brown"
12406
12660
  />
12407
12661
  <label
12408
- htmlFor="colors-brown"
12662
+ htmlFor="color-brown"
12409
12663
  >
12410
12664
  Color Brown
12411
12665
  </label>
@@ -12414,8 +12668,9 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12414
12668
  className="base choice"
12415
12669
  >
12416
12670
  <input
12671
+ checked={false}
12417
12672
  disabled={false}
12418
- id="colors-black"
12673
+ id="color-black"
12419
12674
  name="color"
12420
12675
  onBlur={[Function]}
12421
12676
  onChange={[Function]}
@@ -12423,7 +12678,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
12423
12678
  value="black"
12424
12679
  />
12425
12680
  <label
12426
- htmlFor="colors-black"
12681
+ htmlFor="color-black"
12427
12682
  >
12428
12683
  Color Black
12429
12684
  </label>
@@ -12461,7 +12716,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12461
12716
  }
12462
12717
  >
12463
12718
  <p
12464
- className="base label x-main2"
12719
+ className="base form-label x-main2"
12465
12720
  >
12466
12721
  Select color
12467
12722
  </p>
@@ -12472,8 +12727,9 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12472
12727
  className="base choice"
12473
12728
  >
12474
12729
  <input
12730
+ checked={false}
12475
12731
  disabled={false}
12476
- id="colors-red"
12732
+ id="color-red"
12477
12733
  name="color"
12478
12734
  onBlur={[Function]}
12479
12735
  onChange={[Function]}
@@ -12481,7 +12737,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12481
12737
  value="red"
12482
12738
  />
12483
12739
  <label
12484
- htmlFor="colors-red"
12740
+ htmlFor="color-red"
12485
12741
  >
12486
12742
  Color Red
12487
12743
  </label>
@@ -12490,8 +12746,9 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12490
12746
  className="base choice"
12491
12747
  >
12492
12748
  <input
12749
+ checked={false}
12493
12750
  disabled={false}
12494
- id="colors-blue"
12751
+ id="color-blue"
12495
12752
  name="color"
12496
12753
  onBlur={[Function]}
12497
12754
  onChange={[Function]}
@@ -12499,7 +12756,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12499
12756
  value="blue"
12500
12757
  />
12501
12758
  <label
12502
- htmlFor="colors-blue"
12759
+ htmlFor="color-blue"
12503
12760
  >
12504
12761
  Color Blue
12505
12762
  </label>
@@ -12508,8 +12765,9 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12508
12765
  className="base choice"
12509
12766
  >
12510
12767
  <input
12768
+ checked={false}
12511
12769
  disabled={false}
12512
- id="colors-green"
12770
+ id="color-green"
12513
12771
  name="color"
12514
12772
  onBlur={[Function]}
12515
12773
  onChange={[Function]}
@@ -12517,7 +12775,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12517
12775
  value="green"
12518
12776
  />
12519
12777
  <label
12520
- htmlFor="colors-green"
12778
+ htmlFor="color-green"
12521
12779
  >
12522
12780
  Color Green
12523
12781
  </label>
@@ -12526,8 +12784,9 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12526
12784
  className="base choice"
12527
12785
  >
12528
12786
  <input
12787
+ checked={false}
12529
12788
  disabled={false}
12530
- id="colors-yellow"
12789
+ id="color-yellow"
12531
12790
  name="color"
12532
12791
  onBlur={[Function]}
12533
12792
  onChange={[Function]}
@@ -12535,7 +12794,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12535
12794
  value="yellow"
12536
12795
  />
12537
12796
  <label
12538
- htmlFor="colors-yellow"
12797
+ htmlFor="color-yellow"
12539
12798
  >
12540
12799
  Color Yellow
12541
12800
  </label>
@@ -12544,8 +12803,9 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12544
12803
  className="base choice"
12545
12804
  >
12546
12805
  <input
12806
+ checked={false}
12547
12807
  disabled={false}
12548
- id="colors-oarnge"
12808
+ id="color-oarnge"
12549
12809
  name="color"
12550
12810
  onBlur={[Function]}
12551
12811
  onChange={[Function]}
@@ -12553,7 +12813,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12553
12813
  value="oarnge"
12554
12814
  />
12555
12815
  <label
12556
- htmlFor="colors-oarnge"
12816
+ htmlFor="color-oarnge"
12557
12817
  >
12558
12818
  Color Orange
12559
12819
  </label>
@@ -12562,8 +12822,9 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12562
12822
  className="base choice"
12563
12823
  >
12564
12824
  <input
12825
+ checked={false}
12565
12826
  disabled={false}
12566
- id="colors-violet"
12827
+ id="color-violet"
12567
12828
  name="color"
12568
12829
  onBlur={[Function]}
12569
12830
  onChange={[Function]}
@@ -12571,7 +12832,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12571
12832
  value="violet"
12572
12833
  />
12573
12834
  <label
12574
- htmlFor="colors-violet"
12835
+ htmlFor="color-violet"
12575
12836
  >
12576
12837
  Color Violet
12577
12838
  </label>
@@ -12580,8 +12841,9 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12580
12841
  className="base choice"
12581
12842
  >
12582
12843
  <input
12844
+ checked={false}
12583
12845
  disabled={false}
12584
- id="colors-brown"
12846
+ id="color-brown"
12585
12847
  name="color"
12586
12848
  onBlur={[Function]}
12587
12849
  onChange={[Function]}
@@ -12589,7 +12851,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12589
12851
  value="brown"
12590
12852
  />
12591
12853
  <label
12592
- htmlFor="colors-brown"
12854
+ htmlFor="color-brown"
12593
12855
  >
12594
12856
  Color Brown
12595
12857
  </label>
@@ -12598,8 +12860,9 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12598
12860
  className="base choice"
12599
12861
  >
12600
12862
  <input
12863
+ checked={false}
12601
12864
  disabled={false}
12602
- id="colors-black"
12865
+ id="color-black"
12603
12866
  name="color"
12604
12867
  onBlur={[Function]}
12605
12868
  onChange={[Function]}
@@ -12607,7 +12870,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
12607
12870
  value="black"
12608
12871
  />
12609
12872
  <label
12610
- htmlFor="colors-black"
12873
+ htmlFor="color-black"
12611
12874
  >
12612
12875
  Color Black
12613
12876
  </label>
@@ -12645,7 +12908,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12645
12908
  }
12646
12909
  >
12647
12910
  <p
12648
- className="base label x-main2"
12911
+ className="base form-label x-main2"
12649
12912
  >
12650
12913
  Select color
12651
12914
  </p>
@@ -12656,8 +12919,9 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12656
12919
  className="base choice"
12657
12920
  >
12658
12921
  <input
12922
+ checked={false}
12659
12923
  disabled={true}
12660
- id="colors-red"
12924
+ id="color-red"
12661
12925
  name="color"
12662
12926
  onBlur={[Function]}
12663
12927
  onChange={[Function]}
@@ -12665,7 +12929,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12665
12929
  value="red"
12666
12930
  />
12667
12931
  <label
12668
- htmlFor="colors-red"
12932
+ htmlFor="color-red"
12669
12933
  >
12670
12934
  Color Red
12671
12935
  </label>
@@ -12674,8 +12938,9 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12674
12938
  className="base choice"
12675
12939
  >
12676
12940
  <input
12941
+ checked={false}
12677
12942
  disabled={true}
12678
- id="colors-blue"
12943
+ id="color-blue"
12679
12944
  name="color"
12680
12945
  onBlur={[Function]}
12681
12946
  onChange={[Function]}
@@ -12683,7 +12948,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12683
12948
  value="blue"
12684
12949
  />
12685
12950
  <label
12686
- htmlFor="colors-blue"
12951
+ htmlFor="color-blue"
12687
12952
  >
12688
12953
  Color Blue
12689
12954
  </label>
@@ -12692,8 +12957,9 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12692
12957
  className="base choice"
12693
12958
  >
12694
12959
  <input
12960
+ checked={false}
12695
12961
  disabled={true}
12696
- id="colors-green"
12962
+ id="color-green"
12697
12963
  name="color"
12698
12964
  onBlur={[Function]}
12699
12965
  onChange={[Function]}
@@ -12701,7 +12967,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12701
12967
  value="green"
12702
12968
  />
12703
12969
  <label
12704
- htmlFor="colors-green"
12970
+ htmlFor="color-green"
12705
12971
  >
12706
12972
  Color Green
12707
12973
  </label>
@@ -12710,8 +12976,9 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12710
12976
  className="base choice"
12711
12977
  >
12712
12978
  <input
12979
+ checked={false}
12713
12980
  disabled={true}
12714
- id="colors-yellow"
12981
+ id="color-yellow"
12715
12982
  name="color"
12716
12983
  onBlur={[Function]}
12717
12984
  onChange={[Function]}
@@ -12719,7 +12986,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12719
12986
  value="yellow"
12720
12987
  />
12721
12988
  <label
12722
- htmlFor="colors-yellow"
12989
+ htmlFor="color-yellow"
12723
12990
  >
12724
12991
  Color Yellow
12725
12992
  </label>
@@ -12728,8 +12995,9 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12728
12995
  className="base choice"
12729
12996
  >
12730
12997
  <input
12998
+ checked={false}
12731
12999
  disabled={true}
12732
- id="colors-oarnge"
13000
+ id="color-oarnge"
12733
13001
  name="color"
12734
13002
  onBlur={[Function]}
12735
13003
  onChange={[Function]}
@@ -12737,7 +13005,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12737
13005
  value="oarnge"
12738
13006
  />
12739
13007
  <label
12740
- htmlFor="colors-oarnge"
13008
+ htmlFor="color-oarnge"
12741
13009
  >
12742
13010
  Color Orange
12743
13011
  </label>
@@ -12746,8 +13014,9 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12746
13014
  className="base choice"
12747
13015
  >
12748
13016
  <input
13017
+ checked={false}
12749
13018
  disabled={true}
12750
- id="colors-violet"
13019
+ id="color-violet"
12751
13020
  name="color"
12752
13021
  onBlur={[Function]}
12753
13022
  onChange={[Function]}
@@ -12755,7 +13024,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12755
13024
  value="violet"
12756
13025
  />
12757
13026
  <label
12758
- htmlFor="colors-violet"
13027
+ htmlFor="color-violet"
12759
13028
  >
12760
13029
  Color Violet
12761
13030
  </label>
@@ -12764,8 +13033,9 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12764
13033
  className="base choice"
12765
13034
  >
12766
13035
  <input
13036
+ checked={false}
12767
13037
  disabled={true}
12768
- id="colors-brown"
13038
+ id="color-brown"
12769
13039
  name="color"
12770
13040
  onBlur={[Function]}
12771
13041
  onChange={[Function]}
@@ -12773,7 +13043,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12773
13043
  value="brown"
12774
13044
  />
12775
13045
  <label
12776
- htmlFor="colors-brown"
13046
+ htmlFor="color-brown"
12777
13047
  >
12778
13048
  Color Brown
12779
13049
  </label>
@@ -12782,8 +13052,9 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12782
13052
  className="base choice"
12783
13053
  >
12784
13054
  <input
13055
+ checked={false}
12785
13056
  disabled={true}
12786
- id="colors-black"
13057
+ id="color-black"
12787
13058
  name="color"
12788
13059
  onBlur={[Function]}
12789
13060
  onChange={[Function]}
@@ -12791,7 +13062,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
12791
13062
  value="black"
12792
13063
  />
12793
13064
  <label
12794
- htmlFor="colors-black"
13065
+ htmlFor="color-black"
12795
13066
  >
12796
13067
  Color Black
12797
13068
  </label>
@@ -12835,8 +13106,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12835
13106
  className="base choice"
12836
13107
  >
12837
13108
  <input
13109
+ checked={false}
12838
13110
  disabled={false}
12839
- id="colors-red"
13111
+ id="color-red"
12840
13112
  name="color"
12841
13113
  onBlur={[Function]}
12842
13114
  onChange={[Function]}
@@ -12844,7 +13116,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12844
13116
  value="red"
12845
13117
  />
12846
13118
  <label
12847
- htmlFor="colors-red"
13119
+ htmlFor="color-red"
12848
13120
  >
12849
13121
  Color Red
12850
13122
  </label>
@@ -12853,8 +13125,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12853
13125
  className="base choice"
12854
13126
  >
12855
13127
  <input
13128
+ checked={false}
12856
13129
  disabled={false}
12857
- id="colors-blue"
13130
+ id="color-blue"
12858
13131
  name="color"
12859
13132
  onBlur={[Function]}
12860
13133
  onChange={[Function]}
@@ -12862,7 +13135,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12862
13135
  value="blue"
12863
13136
  />
12864
13137
  <label
12865
- htmlFor="colors-blue"
13138
+ htmlFor="color-blue"
12866
13139
  >
12867
13140
  Color Blue
12868
13141
  </label>
@@ -12871,8 +13144,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12871
13144
  className="base choice"
12872
13145
  >
12873
13146
  <input
13147
+ checked={false}
12874
13148
  disabled={false}
12875
- id="colors-green"
13149
+ id="color-green"
12876
13150
  name="color"
12877
13151
  onBlur={[Function]}
12878
13152
  onChange={[Function]}
@@ -12880,7 +13154,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12880
13154
  value="green"
12881
13155
  />
12882
13156
  <label
12883
- htmlFor="colors-green"
13157
+ htmlFor="color-green"
12884
13158
  >
12885
13159
  Color Green
12886
13160
  </label>
@@ -12889,8 +13163,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12889
13163
  className="base choice"
12890
13164
  >
12891
13165
  <input
13166
+ checked={false}
12892
13167
  disabled={false}
12893
- id="colors-yellow"
13168
+ id="color-yellow"
12894
13169
  name="color"
12895
13170
  onBlur={[Function]}
12896
13171
  onChange={[Function]}
@@ -12898,7 +13173,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12898
13173
  value="yellow"
12899
13174
  />
12900
13175
  <label
12901
- htmlFor="colors-yellow"
13176
+ htmlFor="color-yellow"
12902
13177
  >
12903
13178
  Color Yellow
12904
13179
  </label>
@@ -12907,8 +13182,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12907
13182
  className="base choice"
12908
13183
  >
12909
13184
  <input
13185
+ checked={false}
12910
13186
  disabled={false}
12911
- id="colors-oarnge"
13187
+ id="color-oarnge"
12912
13188
  name="color"
12913
13189
  onBlur={[Function]}
12914
13190
  onChange={[Function]}
@@ -12916,7 +13192,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12916
13192
  value="oarnge"
12917
13193
  />
12918
13194
  <label
12919
- htmlFor="colors-oarnge"
13195
+ htmlFor="color-oarnge"
12920
13196
  >
12921
13197
  Color Orange
12922
13198
  </label>
@@ -12925,8 +13201,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12925
13201
  className="base choice"
12926
13202
  >
12927
13203
  <input
13204
+ checked={false}
12928
13205
  disabled={false}
12929
- id="colors-violet"
13206
+ id="color-violet"
12930
13207
  name="color"
12931
13208
  onBlur={[Function]}
12932
13209
  onChange={[Function]}
@@ -12934,7 +13211,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12934
13211
  value="violet"
12935
13212
  />
12936
13213
  <label
12937
- htmlFor="colors-violet"
13214
+ htmlFor="color-violet"
12938
13215
  >
12939
13216
  Color Violet
12940
13217
  </label>
@@ -12943,8 +13220,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12943
13220
  className="base choice"
12944
13221
  >
12945
13222
  <input
13223
+ checked={false}
12946
13224
  disabled={false}
12947
- id="colors-brown"
13225
+ id="color-brown"
12948
13226
  name="color"
12949
13227
  onBlur={[Function]}
12950
13228
  onChange={[Function]}
@@ -12952,7 +13230,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12952
13230
  value="brown"
12953
13231
  />
12954
13232
  <label
12955
- htmlFor="colors-brown"
13233
+ htmlFor="color-brown"
12956
13234
  >
12957
13235
  Color Brown
12958
13236
  </label>
@@ -12961,8 +13239,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12961
13239
  className="base choice"
12962
13240
  >
12963
13241
  <input
13242
+ checked={false}
12964
13243
  disabled={false}
12965
- id="colors-black"
13244
+ id="color-black"
12966
13245
  name="color"
12967
13246
  onBlur={[Function]}
12968
13247
  onChange={[Function]}
@@ -12970,7 +13249,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12970
13249
  value="black"
12971
13250
  />
12972
13251
  <label
12973
- htmlFor="colors-black"
13252
+ htmlFor="color-black"
12974
13253
  >
12975
13254
  Color Black
12976
13255
  </label>
@@ -12991,7 +13270,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
12991
13270
  </form>
12992
13271
  `;
12993
13272
 
12994
- exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13273
+ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`] = `
12995
13274
  <form
12996
13275
  action="#"
12997
13276
  onReset={[Function]}
@@ -13002,7 +13281,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13002
13281
  id="colors"
13003
13282
  style={
13004
13283
  Object {
13005
- "--grid-columns-desktop": 2,
13284
+ "--grid-columns-desktop": 3,
13006
13285
  "--grid-columns-mobile": 2,
13007
13286
  }
13008
13287
  }
@@ -13014,8 +13293,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13014
13293
  className="base choice"
13015
13294
  >
13016
13295
  <input
13296
+ checked={false}
13017
13297
  disabled={false}
13018
- id="colors-red"
13298
+ id="color-red"
13019
13299
  name="color"
13020
13300
  onBlur={[Function]}
13021
13301
  onChange={[Function]}
@@ -13023,7 +13303,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13023
13303
  value="red"
13024
13304
  />
13025
13305
  <label
13026
- htmlFor="colors-red"
13306
+ htmlFor="color-red"
13027
13307
  >
13028
13308
  Color Red
13029
13309
  </label>
@@ -13032,8 +13312,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13032
13312
  className="base choice"
13033
13313
  >
13034
13314
  <input
13315
+ checked={false}
13035
13316
  disabled={false}
13036
- id="colors-blue"
13317
+ id="color-blue"
13037
13318
  name="color"
13038
13319
  onBlur={[Function]}
13039
13320
  onChange={[Function]}
@@ -13041,7 +13322,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13041
13322
  value="blue"
13042
13323
  />
13043
13324
  <label
13044
- htmlFor="colors-blue"
13325
+ htmlFor="color-blue"
13045
13326
  >
13046
13327
  Color Blue
13047
13328
  </label>
@@ -13050,8 +13331,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13050
13331
  className="base choice"
13051
13332
  >
13052
13333
  <input
13334
+ checked={false}
13053
13335
  disabled={false}
13054
- id="colors-green"
13336
+ id="color-green"
13055
13337
  name="color"
13056
13338
  onBlur={[Function]}
13057
13339
  onChange={[Function]}
@@ -13059,7 +13341,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13059
13341
  value="green"
13060
13342
  />
13061
13343
  <label
13062
- htmlFor="colors-green"
13344
+ htmlFor="color-green"
13063
13345
  >
13064
13346
  Color Green
13065
13347
  </label>
@@ -13068,8 +13350,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13068
13350
  className="base choice"
13069
13351
  >
13070
13352
  <input
13353
+ checked={false}
13071
13354
  disabled={false}
13072
- id="colors-yellow"
13355
+ id="color-yellow"
13073
13356
  name="color"
13074
13357
  onBlur={[Function]}
13075
13358
  onChange={[Function]}
@@ -13077,7 +13360,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13077
13360
  value="yellow"
13078
13361
  />
13079
13362
  <label
13080
- htmlFor="colors-yellow"
13363
+ htmlFor="color-yellow"
13081
13364
  >
13082
13365
  Color Yellow
13083
13366
  </label>
@@ -13086,8 +13369,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13086
13369
  className="base choice"
13087
13370
  >
13088
13371
  <input
13372
+ checked={false}
13089
13373
  disabled={false}
13090
- id="colors-oarnge"
13374
+ id="color-oarnge"
13091
13375
  name="color"
13092
13376
  onBlur={[Function]}
13093
13377
  onChange={[Function]}
@@ -13095,7 +13379,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13095
13379
  value="oarnge"
13096
13380
  />
13097
13381
  <label
13098
- htmlFor="colors-oarnge"
13382
+ htmlFor="color-oarnge"
13099
13383
  >
13100
13384
  Color Orange
13101
13385
  </label>
@@ -13104,8 +13388,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13104
13388
  className="base choice"
13105
13389
  >
13106
13390
  <input
13391
+ checked={false}
13107
13392
  disabled={false}
13108
- id="colors-violet"
13393
+ id="color-violet"
13109
13394
  name="color"
13110
13395
  onBlur={[Function]}
13111
13396
  onChange={[Function]}
@@ -13113,7 +13398,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13113
13398
  value="violet"
13114
13399
  />
13115
13400
  <label
13116
- htmlFor="colors-violet"
13401
+ htmlFor="color-violet"
13117
13402
  >
13118
13403
  Color Violet
13119
13404
  </label>
@@ -13122,8 +13407,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13122
13407
  className="base choice"
13123
13408
  >
13124
13409
  <input
13410
+ checked={false}
13125
13411
  disabled={false}
13126
- id="colors-brown"
13412
+ id="color-brown"
13127
13413
  name="color"
13128
13414
  onBlur={[Function]}
13129
13415
  onChange={[Function]}
@@ -13131,7 +13417,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13131
13417
  value="brown"
13132
13418
  />
13133
13419
  <label
13134
- htmlFor="colors-brown"
13420
+ htmlFor="color-brown"
13135
13421
  >
13136
13422
  Color Brown
13137
13423
  </label>
@@ -13140,8 +13426,9 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13140
13426
  className="base choice"
13141
13427
  >
13142
13428
  <input
13429
+ checked={false}
13143
13430
  disabled={false}
13144
- id="colors-black"
13431
+ id="color-black"
13145
13432
  name="color"
13146
13433
  onBlur={[Function]}
13147
13434
  onChange={[Function]}
@@ -13149,7 +13436,381 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13149
13436
  value="black"
13150
13437
  />
13151
13438
  <label
13152
- htmlFor="colors-black"
13439
+ htmlFor="color-black"
13440
+ >
13441
+ Color Black
13442
+ </label>
13443
+ </div>
13444
+ </div>
13445
+ </div>
13446
+ <div
13447
+ className="debugger"
13448
+ >
13449
+ <button
13450
+ className="base button x-main2"
13451
+ onClick={[Function]}
13452
+ type="button"
13453
+ >
13454
+ Open FormDebugger
13455
+ </button>
13456
+ </div>
13457
+ </form>
13458
+ `;
13459
+
13460
+ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
13461
+ <form
13462
+ action="#"
13463
+ onReset={[Function]}
13464
+ onSubmit={[Function]}
13465
+ >
13466
+ <div
13467
+ className="base choices-input multiple x-background2 y-main2"
13468
+ id="colors"
13469
+ style={
13470
+ Object {
13471
+ "--grid-columns-desktop": 2,
13472
+ "--grid-columns-mobile": 2,
13473
+ }
13474
+ }
13475
+ >
13476
+ <div
13477
+ className="choices"
13478
+ >
13479
+ <div
13480
+ className="base choice"
13481
+ >
13482
+ <input
13483
+ checked={false}
13484
+ disabled={false}
13485
+ id="color-red"
13486
+ name="color"
13487
+ onBlur={[Function]}
13488
+ onChange={[Function]}
13489
+ type="checkbox"
13490
+ value="red"
13491
+ />
13492
+ <label
13493
+ htmlFor="color-red"
13494
+ >
13495
+ Color Red
13496
+ </label>
13497
+ </div>
13498
+ <div
13499
+ className="base choice"
13500
+ >
13501
+ <input
13502
+ checked={false}
13503
+ disabled={false}
13504
+ id="color-blue"
13505
+ name="color"
13506
+ onBlur={[Function]}
13507
+ onChange={[Function]}
13508
+ type="checkbox"
13509
+ value="blue"
13510
+ />
13511
+ <label
13512
+ htmlFor="color-blue"
13513
+ >
13514
+ Color Blue
13515
+ </label>
13516
+ </div>
13517
+ <div
13518
+ className="base choice"
13519
+ >
13520
+ <input
13521
+ checked={false}
13522
+ disabled={false}
13523
+ id="color-green"
13524
+ name="color"
13525
+ onBlur={[Function]}
13526
+ onChange={[Function]}
13527
+ type="checkbox"
13528
+ value="green"
13529
+ />
13530
+ <label
13531
+ htmlFor="color-green"
13532
+ >
13533
+ Color Green
13534
+ </label>
13535
+ </div>
13536
+ <div
13537
+ className="base choice"
13538
+ >
13539
+ <input
13540
+ checked={false}
13541
+ disabled={false}
13542
+ id="color-yellow"
13543
+ name="color"
13544
+ onBlur={[Function]}
13545
+ onChange={[Function]}
13546
+ type="checkbox"
13547
+ value="yellow"
13548
+ />
13549
+ <label
13550
+ htmlFor="color-yellow"
13551
+ >
13552
+ Color Yellow
13553
+ </label>
13554
+ </div>
13555
+ <div
13556
+ className="base choice"
13557
+ >
13558
+ <input
13559
+ checked={false}
13560
+ disabled={false}
13561
+ id="color-oarnge"
13562
+ name="color"
13563
+ onBlur={[Function]}
13564
+ onChange={[Function]}
13565
+ type="checkbox"
13566
+ value="oarnge"
13567
+ />
13568
+ <label
13569
+ htmlFor="color-oarnge"
13570
+ >
13571
+ Color Orange
13572
+ </label>
13573
+ </div>
13574
+ <div
13575
+ className="base choice"
13576
+ >
13577
+ <input
13578
+ checked={false}
13579
+ disabled={false}
13580
+ id="color-violet"
13581
+ name="color"
13582
+ onBlur={[Function]}
13583
+ onChange={[Function]}
13584
+ type="checkbox"
13585
+ value="violet"
13586
+ />
13587
+ <label
13588
+ htmlFor="color-violet"
13589
+ >
13590
+ Color Violet
13591
+ </label>
13592
+ </div>
13593
+ <div
13594
+ className="base choice"
13595
+ >
13596
+ <input
13597
+ checked={false}
13598
+ disabled={false}
13599
+ id="color-brown"
13600
+ name="color"
13601
+ onBlur={[Function]}
13602
+ onChange={[Function]}
13603
+ type="checkbox"
13604
+ value="brown"
13605
+ />
13606
+ <label
13607
+ htmlFor="color-brown"
13608
+ >
13609
+ Color Brown
13610
+ </label>
13611
+ </div>
13612
+ <div
13613
+ className="base choice"
13614
+ >
13615
+ <input
13616
+ checked={false}
13617
+ disabled={false}
13618
+ id="color-black"
13619
+ name="color"
13620
+ onBlur={[Function]}
13621
+ onChange={[Function]}
13622
+ type="checkbox"
13623
+ value="black"
13624
+ />
13625
+ <label
13626
+ htmlFor="color-black"
13627
+ >
13628
+ Color Black
13629
+ </label>
13630
+ </div>
13631
+ </div>
13632
+ </div>
13633
+ <div
13634
+ className="debugger"
13635
+ >
13636
+ <button
13637
+ className="base button x-main2"
13638
+ onClick={[Function]}
13639
+ type="button"
13640
+ >
13641
+ Open FormDebugger
13642
+ </button>
13643
+ </div>
13644
+ </form>
13645
+ `;
13646
+
13647
+ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
13648
+ <form
13649
+ action="#"
13650
+ onReset={[Function]}
13651
+ onSubmit={[Function]}
13652
+ >
13653
+ <div
13654
+ className="base choices-input x-background2 y-main2"
13655
+ id="colors"
13656
+ style={
13657
+ Object {
13658
+ "--grid-columns-desktop": 3,
13659
+ "--grid-columns-mobile": 2,
13660
+ }
13661
+ }
13662
+ >
13663
+ <div
13664
+ className="choices"
13665
+ >
13666
+ <div
13667
+ className="base choice"
13668
+ >
13669
+ <input
13670
+ checked={false}
13671
+ disabled={false}
13672
+ id="color-red"
13673
+ name="color"
13674
+ onBlur={[Function]}
13675
+ onChange={[Function]}
13676
+ type="radio"
13677
+ value="red"
13678
+ />
13679
+ <label
13680
+ htmlFor="color-red"
13681
+ >
13682
+ Color Red
13683
+ </label>
13684
+ </div>
13685
+ <div
13686
+ className="base choice"
13687
+ >
13688
+ <input
13689
+ checked={false}
13690
+ disabled={false}
13691
+ id="color-blue"
13692
+ name="color"
13693
+ onBlur={[Function]}
13694
+ onChange={[Function]}
13695
+ type="radio"
13696
+ value="blue"
13697
+ />
13698
+ <label
13699
+ htmlFor="color-blue"
13700
+ >
13701
+ Color Blue
13702
+ </label>
13703
+ </div>
13704
+ <div
13705
+ className="base choice"
13706
+ >
13707
+ <input
13708
+ checked={false}
13709
+ disabled={false}
13710
+ id="color-green"
13711
+ name="color"
13712
+ onBlur={[Function]}
13713
+ onChange={[Function]}
13714
+ type="radio"
13715
+ value="green"
13716
+ />
13717
+ <label
13718
+ htmlFor="color-green"
13719
+ >
13720
+ Color Green
13721
+ </label>
13722
+ </div>
13723
+ <div
13724
+ className="base choice"
13725
+ >
13726
+ <input
13727
+ checked={false}
13728
+ disabled={false}
13729
+ id="color-yellow"
13730
+ name="color"
13731
+ onBlur={[Function]}
13732
+ onChange={[Function]}
13733
+ type="radio"
13734
+ value="yellow"
13735
+ />
13736
+ <label
13737
+ htmlFor="color-yellow"
13738
+ >
13739
+ Color Yellow
13740
+ </label>
13741
+ </div>
13742
+ <div
13743
+ className="base choice"
13744
+ >
13745
+ <input
13746
+ checked={false}
13747
+ disabled={false}
13748
+ id="color-oarnge"
13749
+ name="color"
13750
+ onBlur={[Function]}
13751
+ onChange={[Function]}
13752
+ type="radio"
13753
+ value="oarnge"
13754
+ />
13755
+ <label
13756
+ htmlFor="color-oarnge"
13757
+ >
13758
+ Color Orange
13759
+ </label>
13760
+ </div>
13761
+ <div
13762
+ className="base choice"
13763
+ >
13764
+ <input
13765
+ checked={false}
13766
+ disabled={false}
13767
+ id="color-violet"
13768
+ name="color"
13769
+ onBlur={[Function]}
13770
+ onChange={[Function]}
13771
+ type="radio"
13772
+ value="violet"
13773
+ />
13774
+ <label
13775
+ htmlFor="color-violet"
13776
+ >
13777
+ Color Violet
13778
+ </label>
13779
+ </div>
13780
+ <div
13781
+ className="base choice"
13782
+ >
13783
+ <input
13784
+ checked={false}
13785
+ disabled={false}
13786
+ id="color-brown"
13787
+ name="color"
13788
+ onBlur={[Function]}
13789
+ onChange={[Function]}
13790
+ type="radio"
13791
+ value="brown"
13792
+ />
13793
+ <label
13794
+ htmlFor="color-brown"
13795
+ >
13796
+ Color Brown
13797
+ </label>
13798
+ </div>
13799
+ <div
13800
+ className="base choice"
13801
+ >
13802
+ <input
13803
+ checked={false}
13804
+ disabled={false}
13805
+ id="color-black"
13806
+ name="color"
13807
+ onBlur={[Function]}
13808
+ onChange={[Function]}
13809
+ type="radio"
13810
+ value="black"
13811
+ />
13812
+ <label
13813
+ htmlFor="color-black"
13153
13814
  >
13154
13815
  Color Black
13155
13816
  </label>
@@ -13180,7 +13841,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select 1`] = `
13180
13841
  className="base multiple-combobox y-background2"
13181
13842
  >
13182
13843
  <label
13183
- className="base label x-main2"
13844
+ className="base form-label x-main2"
13184
13845
  htmlFor="teams"
13185
13846
  id="downshift-4-label"
13186
13847
  >
@@ -13261,7 +13922,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
13261
13922
  className="base multiple-combobox y-background2"
13262
13923
  >
13263
13924
  <label
13264
- className="base label x-main2"
13925
+ className="base form-label x-main2"
13265
13926
  htmlFor="teams"
13266
13927
  id="downshift-5-label"
13267
13928
  >
@@ -13392,7 +14053,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
13392
14053
  className="base combobox y-background2"
13393
14054
  >
13394
14055
  <label
13395
- className="base label x-main2"
14056
+ className="base form-label x-main2"
13396
14057
  htmlFor="team"
13397
14058
  id="downshift-2-label"
13398
14059
  >
@@ -13472,7 +14133,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
13472
14133
  className="base combobox y-background2"
13473
14134
  >
13474
14135
  <label
13475
- className="base label x-main2"
14136
+ className="base form-label x-main2"
13476
14137
  htmlFor="team"
13477
14138
  id="downshift-3-label"
13478
14139
  >
@@ -13552,7 +14213,7 @@ exports[`Storyshots f/fields/QuerySelect Base 1`] = `
13552
14213
  className="base select-input y-background2"
13553
14214
  >
13554
14215
  <label
13555
- className="base label x-main2"
14216
+ className="base form-label x-main2"
13556
14217
  htmlFor="status"
13557
14218
  >
13558
14219
  Select Task Status
@@ -13595,7 +14256,7 @@ exports[`Storyshots f/fields/QuerySelect Loading Options 1`] = `
13595
14256
  className="base select-input y-background2"
13596
14257
  >
13597
14258
  <label
13598
- className="base label x-main2"
14259
+ className="base form-label x-main2"
13599
14260
  htmlFor="status"
13600
14261
  >
13601
14262
  Select Task Status
@@ -13638,7 +14299,7 @@ exports[`Storyshots f/fields/QuerySelect With Default Value 1`] = `
13638
14299
  className="base select-input y-background2"
13639
14300
  >
13640
14301
  <label
13641
- className="base label x-main2"
14302
+ className="base form-label x-main2"
13642
14303
  htmlFor="status"
13643
14304
  >
13644
14305
  Select Task Status
@@ -13681,7 +14342,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
13681
14342
  className="base ratings-input"
13682
14343
  >
13683
14344
  <label
13684
- className="base label input-label v50 mb-v x-main2"
14345
+ className="base form-label input-label v50 mb-v x-main2"
13685
14346
  htmlFor="ratings"
13686
14347
  >
13687
14348
  Your Rating
@@ -13830,7 +14491,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
13830
14491
  className="base ratings-input"
13831
14492
  >
13832
14493
  <label
13833
- className="base label input-label v50 mb-v x-main2"
14494
+ className="base form-label input-label v50 mb-v x-main2"
13834
14495
  htmlFor="ratings"
13835
14496
  >
13836
14497
  Your Rating
@@ -14014,7 +14675,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
14014
14675
  className="base ratings-input"
14015
14676
  >
14016
14677
  <label
14017
- className="base label input-label v50 mb-v x-main2"
14678
+ className="base form-label input-label v50 mb-v x-main2"
14018
14679
  htmlFor="ratings"
14019
14680
  >
14020
14681
  Your Rating
@@ -14188,7 +14849,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
14188
14849
  className="base select-input y-background2"
14189
14850
  >
14190
14851
  <label
14191
- className="base label x-main2"
14852
+ className="base form-label x-main2"
14192
14853
  htmlFor="workType"
14193
14854
  >
14194
14855
  Work Type
@@ -14256,7 +14917,7 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
14256
14917
  className="base select-input y-background2"
14257
14918
  >
14258
14919
  <label
14259
- className="base label x-main2"
14920
+ className="base form-label x-main2"
14260
14921
  htmlFor="workType"
14261
14922
  >
14262
14923
  Work Type
@@ -14324,7 +14985,7 @@ exports[`Storyshots f/fields/SelectInput Required 1`] = `
14324
14985
  className="base select-input y-background2"
14325
14986
  >
14326
14987
  <label
14327
- className="base label x-main2"
14988
+ className="base form-label x-main2"
14328
14989
  htmlFor="workType"
14329
14990
  >
14330
14991
  Work Type
@@ -14392,7 +15053,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
14392
15053
  className="base select-input y-background2"
14393
15054
  >
14394
15055
  <label
14395
- className="base label x-main2"
15056
+ className="base form-label x-main2"
14396
15057
  htmlFor="workType"
14397
15058
  >
14398
15059
  Work Type
@@ -14481,7 +15142,7 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
14481
15142
  className="base text-input y-background2"
14482
15143
  >
14483
15144
  <label
14484
- className="base label v50 mb-v x-main2"
15145
+ className="base form-label v50 mb-v x-main2"
14485
15146
  htmlFor="firstName"
14486
15147
  >
14487
15148
  What's your first name ?
@@ -14525,7 +15186,7 @@ exports[`Storyshots f/fields/TextInput Date 1`] = `
14525
15186
  className="base text-input y-background2"
14526
15187
  >
14527
15188
  <label
14528
- className="base label v50 mb-v x-main2"
15189
+ className="base form-label v50 mb-v x-main2"
14529
15190
  htmlFor="date"
14530
15191
  >
14531
15192
  Select date
@@ -14569,7 +15230,7 @@ exports[`Storyshots f/fields/TextInput Time 1`] = `
14569
15230
  className="base text-input y-background2"
14570
15231
  >
14571
15232
  <label
14572
- className="base label v50 mb-v x-main2"
15233
+ className="base form-label v50 mb-v x-main2"
14573
15234
  htmlFor="time"
14574
15235
  >
14575
15236
  Select time
@@ -14613,7 +15274,7 @@ exports[`Storyshots f/fields/TextInput With Auto Complete Off 1`] = `
14613
15274
  className="base text-input y-background2"
14614
15275
  >
14615
15276
  <label
14616
- className="base label v50 mb-v x-main2"
15277
+ className="base form-label v50 mb-v x-main2"
14617
15278
  htmlFor="firstName"
14618
15279
  >
14619
15280
  What's your first name ?
@@ -14658,7 +15319,7 @@ exports[`Storyshots f/fields/TextInput With Disabled 1`] = `
14658
15319
  className="base text-input y-background2"
14659
15320
  >
14660
15321
  <label
14661
- className="base label v50 mb-v x-main2"
15322
+ className="base form-label v50 mb-v x-main2"
14662
15323
  htmlFor="firstName"
14663
15324
  >
14664
15325
  What's your first name ?
@@ -14702,7 +15363,7 @@ exports[`Storyshots f/fields/TextInput With Placeholder 1`] = `
14702
15363
  className="base text-input y-background2"
14703
15364
  >
14704
15365
  <label
14705
- className="base label v50 mb-v x-main2"
15366
+ className="base form-label v50 mb-v x-main2"
14706
15367
  htmlFor="firstName"
14707
15368
  >
14708
15369
  What's your first name ?
@@ -14747,7 +15408,7 @@ exports[`Storyshots f/fields/TextInput With Validation 1`] = `
14747
15408
  className="base text-input y-background2"
14748
15409
  >
14749
15410
  <label
14750
- className="base label v50 mb-v x-main2"
15411
+ className="base form-label v50 mb-v x-main2"
14751
15412
  htmlFor="firstName"
14752
15413
  >
14753
15414
  What's your first name ?
@@ -14788,7 +15449,7 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
14788
15449
  className="base text-area-input y-background2"
14789
15450
  >
14790
15451
  <label
14791
- className="base label v50 mb-v x-main2"
15452
+ className="base form-label v50 mb-v x-main2"
14792
15453
  htmlFor="feedback"
14793
15454
  >
14794
15455
  What can we improve on?
@@ -14832,7 +15493,7 @@ exports[`Storyshots f/fields/TextareaInput Disable Resize 1`] = `
14832
15493
  className="base text-area-input y-background2"
14833
15494
  >
14834
15495
  <label
14835
- className="base label v50 mb-v x-main2"
15496
+ className="base form-label v50 mb-v x-main2"
14836
15497
  htmlFor="feedback"
14837
15498
  >
14838
15499
  What can we improve on?
@@ -14876,7 +15537,7 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
14876
15537
  className="base text-area-input y-background2"
14877
15538
  >
14878
15539
  <label
14879
- className="base label v50 mb-v x-main2"
15540
+ className="base form-label v50 mb-v x-main2"
14880
15541
  htmlFor="feedback"
14881
15542
  >
14882
15543
  What can we improve on?
@@ -14920,7 +15581,7 @@ exports[`Storyshots f/fields/TextareaInput Horizontal Resize 1`] = `
14920
15581
  className="base text-area-input y-background2"
14921
15582
  >
14922
15583
  <label
14923
- className="base label v50 mb-v x-main2"
15584
+ className="base form-label v50 mb-v x-main2"
14924
15585
  htmlFor="feedback"
14925
15586
  >
14926
15587
  What can we improve on?
@@ -14964,7 +15625,7 @@ exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
14964
15625
  className="base text-area-input y-background2"
14965
15626
  >
14966
15627
  <label
14967
- className="base label v50 mb-v x-main2"
15628
+ className="base form-label v50 mb-v x-main2"
14968
15629
  htmlFor="feedback"
14969
15630
  >
14970
15631
  What can we improve on?
@@ -15009,7 +15670,7 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
15009
15670
  className="base text-area-input y-background2"
15010
15671
  >
15011
15672
  <label
15012
- className="base label v50 mb-v x-main2"
15673
+ className="base form-label v50 mb-v x-main2"
15013
15674
  htmlFor="feedback"
15014
15675
  >
15015
15676
  What can we improve on?
@@ -15053,7 +15714,7 @@ exports[`Storyshots f/fields/TextareaInput Vertical Resize 1`] = `
15053
15714
  className="base text-area-input y-background2"
15054
15715
  >
15055
15716
  <label
15056
- className="base label v50 mb-v x-main2"
15717
+ className="base form-label v50 mb-v x-main2"
15057
15718
  htmlFor="feedback"
15058
15719
  >
15059
15720
  What can we improve on?