@pareto-engineering/design-system 4.0.0-alpha.4 → 4.0.0-alpha.9

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 (235) hide show
  1. package/dist/cjs/a/AnimatedBlobs/AnimatedBlobs.js +90 -0
  2. package/dist/cjs/a/AnimatedBlobs/index.js +13 -0
  3. package/dist/cjs/a/AnimatedBlobs/styles.scss +87 -0
  4. package/dist/cjs/a/AnimatedGradient/AnimatedGradient.js +56 -0
  5. package/dist/cjs/a/AnimatedGradient/index.js +13 -0
  6. package/dist/cjs/a/AnimatedGradient/styles.scss +14 -0
  7. package/dist/cjs/a/AnimatedGradient/webGIRenderer.js +528 -0
  8. package/dist/cjs/a/ContentTree/ContentTree.js +2 -2
  9. package/dist/cjs/a/Conversation/Conversation.js +1 -1
  10. package/dist/cjs/a/DotInfo/DotInfo.js +1 -1
  11. package/dist/cjs/a/Figure/Figure.js +1 -1
  12. package/dist/cjs/a/HamburgerButton/HamburgerButton.js +1 -1
  13. package/dist/cjs/a/IconList/IconList.js +1 -1
  14. package/dist/cjs/a/Label/Label.js +13 -5
  15. package/dist/cjs/a/Label/styles.scss +1 -1
  16. package/dist/cjs/a/LoadingCircle/LoadingCircle.js +1 -1
  17. package/dist/cjs/a/MetaCard/MetaCard.js +60 -0
  18. package/dist/cjs/a/MetaCard/index.js +13 -0
  19. package/dist/cjs/a/MetaCard/styles.scss +28 -0
  20. package/dist/cjs/a/People/People.js +1 -1
  21. package/dist/cjs/a/Popover/Popover.js +2 -2
  22. package/dist/cjs/a/ProgressBar/ProgressBar.js +1 -1
  23. package/dist/cjs/a/Quote/Quote.js +1 -1
  24. package/dist/cjs/a/SVG/SVG.js +1 -1
  25. package/dist/cjs/a/SnapScroller/SnapScroller.js +1 -1
  26. package/dist/cjs/a/SnapScroller/styles.scss +18 -10
  27. package/dist/cjs/a/Spinner/Spinner.js +1 -1
  28. package/dist/cjs/a/TextSteps/TextSteps.js +70 -0
  29. package/dist/cjs/a/TextSteps/index.js +13 -0
  30. package/dist/cjs/a/TextSteps/styles.scss +29 -0
  31. package/dist/cjs/a/Timestamp/Timestamp.js +1 -1
  32. package/dist/cjs/a/Tip/Tip.js +72 -0
  33. package/dist/cjs/a/Tip/index.js +13 -0
  34. package/dist/cjs/a/Tip/styles.scss +22 -0
  35. package/dist/cjs/a/index.js +36 -1
  36. package/dist/cjs/b/Button/Button.js +2 -1
  37. package/dist/cjs/b/Button/styles.scss +2 -0
  38. package/dist/cjs/b/Card/Card.js +74 -0
  39. package/dist/cjs/b/Card/common/Group/Group.js +73 -0
  40. package/dist/cjs/b/Card/common/Group/index.js +13 -0
  41. package/dist/cjs/b/Card/common/Group/styles.scss +42 -0
  42. package/dist/cjs/b/Card/common/Section/Section.js +59 -0
  43. package/dist/cjs/b/Card/common/Section/index.js +13 -0
  44. package/dist/cjs/b/Card/common/index.js +19 -0
  45. package/dist/cjs/b/Card/index.js +13 -0
  46. package/dist/cjs/b/Card/styles.scss +46 -0
  47. package/dist/cjs/b/Logo/Logo.js +1 -1
  48. package/dist/cjs/b/Page/Page.js +10 -3
  49. package/dist/cjs/b/Page/common/Section/Section.js +6 -1
  50. package/dist/cjs/b/Page/styles.scss +22 -4
  51. package/dist/cjs/b/SocialMediaButton/SocialMediaButton.js +1 -1
  52. package/dist/cjs/b/SocialMediaButton/styles.scss +1 -1
  53. package/dist/cjs/b/ThemeSelector/ThemeSelector.js +1 -1
  54. package/dist/cjs/b/Title/Title.js +4 -1
  55. package/dist/cjs/b/index.js +8 -1
  56. package/dist/cjs/c/ContentSlides/ContentSlides.js +2 -2
  57. package/dist/cjs/c/Modal/Modal.js +1 -1
  58. package/dist/cjs/c/Modal/styles.scss +2 -1
  59. package/dist/cjs/c/Shortener/Shortener.js +1 -1
  60. package/dist/cjs/c/SocialMediaShareButton/SocialMediaShareButton.js +1 -1
  61. package/dist/cjs/f/FormInput/FormInput.js +1 -1
  62. package/dist/cjs/f/common/Debugger/Debugger.js +1 -1
  63. package/dist/cjs/f/common/Description/Description.js +1 -1
  64. package/dist/cjs/f/common/Label/Label.js +1 -1
  65. package/dist/cjs/f/fields/Checkbox/Checkbox.js +1 -1
  66. package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +16 -8
  67. package/dist/cjs/f/fields/ChoicesInput/styles.scss +21 -33
  68. package/dist/cjs/f/fields/QueryCombobox/QueryCombobox.js +1 -1
  69. package/dist/cjs/f/fields/QueryCombobox/styles.scss +5 -4
  70. package/dist/cjs/f/fields/RatingsInput/RatingsInput.js +1 -1
  71. package/dist/cjs/f/fields/SelectInput/SelectInput.js +3 -3
  72. package/dist/cjs/f/fields/SelectInput/styles.scss +31 -21
  73. package/dist/cjs/f/fields/TextInput/TextInput.js +5 -3
  74. package/dist/cjs/f/fields/TextInput/styles.scss +26 -17
  75. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +1 -1
  76. package/dist/es/a/AnimatedBlobs/AnimatedBlobs.js +82 -0
  77. package/dist/es/a/AnimatedBlobs/index.js +1 -0
  78. package/dist/es/a/AnimatedBlobs/styles.scss +87 -0
  79. package/dist/es/a/AnimatedGradient/AnimatedGradient.js +48 -0
  80. package/dist/es/a/AnimatedGradient/index.js +1 -0
  81. package/dist/es/a/AnimatedGradient/styles.scss +14 -0
  82. package/dist/es/a/AnimatedGradient/webGIRenderer.js +492 -0
  83. package/dist/es/a/ContentTree/ContentTree.js +3 -3
  84. package/dist/es/a/Conversation/Conversation.js +2 -2
  85. package/dist/es/a/DotInfo/DotInfo.js +2 -2
  86. package/dist/es/a/Figure/Figure.js +2 -2
  87. package/dist/es/a/HamburgerButton/HamburgerButton.js +2 -2
  88. package/dist/es/a/IconList/IconList.js +2 -2
  89. package/dist/es/a/Label/Label.js +14 -6
  90. package/dist/es/a/Label/styles.scss +1 -1
  91. package/dist/es/a/LoadingCircle/LoadingCircle.js +2 -2
  92. package/dist/es/a/MetaCard/MetaCard.js +52 -0
  93. package/dist/es/a/MetaCard/index.js +1 -0
  94. package/dist/es/a/MetaCard/styles.scss +28 -0
  95. package/dist/es/a/People/People.js +2 -2
  96. package/dist/es/a/Popover/Popover.js +3 -3
  97. package/dist/es/a/ProgressBar/ProgressBar.js +2 -2
  98. package/dist/es/a/Quote/Quote.js +2 -2
  99. package/dist/es/a/SVG/SVG.js +2 -2
  100. package/dist/es/a/SnapScroller/SnapScroller.js +2 -2
  101. package/dist/es/a/SnapScroller/styles.scss +18 -10
  102. package/dist/es/a/Spinner/Spinner.js +2 -2
  103. package/dist/es/a/TextSteps/TextSteps.js +61 -0
  104. package/dist/es/a/TextSteps/index.js +1 -0
  105. package/dist/es/a/TextSteps/styles.scss +29 -0
  106. package/dist/es/a/Timestamp/Timestamp.js +2 -2
  107. package/dist/es/a/Tip/Tip.js +64 -0
  108. package/dist/es/a/Tip/index.js +2 -0
  109. package/dist/es/a/Tip/styles.scss +22 -0
  110. package/dist/es/a/index.js +6 -1
  111. package/dist/es/b/Button/Button.js +2 -1
  112. package/dist/es/b/Button/styles.scss +2 -0
  113. package/dist/es/b/Card/Card.js +66 -0
  114. package/dist/es/b/Card/common/Group/Group.js +65 -0
  115. package/dist/es/b/Card/common/Group/index.js +1 -0
  116. package/dist/es/b/Card/common/Group/styles.scss +42 -0
  117. package/dist/es/b/Card/common/Section/Section.js +48 -0
  118. package/dist/es/b/Card/common/Section/index.js +1 -0
  119. package/dist/es/b/Card/common/index.js +2 -0
  120. package/dist/es/b/Card/index.js +1 -0
  121. package/dist/es/b/Card/styles.scss +46 -0
  122. package/dist/es/b/Logo/Logo.js +2 -2
  123. package/dist/es/b/Page/Page.js +11 -4
  124. package/dist/es/b/Page/common/Section/Section.js +6 -1
  125. package/dist/es/b/Page/styles.scss +22 -4
  126. package/dist/es/b/SocialMediaButton/SocialMediaButton.js +2 -2
  127. package/dist/es/b/SocialMediaButton/styles.scss +1 -1
  128. package/dist/es/b/ThemeSelector/ThemeSelector.js +2 -2
  129. package/dist/es/b/Title/Title.js +18 -12
  130. package/dist/es/b/index.js +2 -1
  131. package/dist/es/c/ContentSlides/ContentSlides.js +3 -3
  132. package/dist/es/c/Modal/Modal.js +2 -2
  133. package/dist/es/c/Modal/styles.scss +2 -1
  134. package/dist/es/c/Shortener/Shortener.js +2 -2
  135. package/dist/es/c/SocialMediaShareButton/SocialMediaShareButton.js +2 -2
  136. package/dist/es/f/FormInput/FormInput.js +2 -2
  137. package/dist/es/f/common/Debugger/Debugger.js +2 -2
  138. package/dist/es/f/common/Description/Description.js +2 -2
  139. package/dist/es/f/common/Label/Label.js +2 -2
  140. package/dist/es/f/fields/Checkbox/Checkbox.js +2 -2
  141. package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +18 -10
  142. package/dist/es/f/fields/ChoicesInput/styles.scss +21 -33
  143. package/dist/es/f/fields/QueryCombobox/QueryCombobox.js +2 -2
  144. package/dist/es/f/fields/QueryCombobox/styles.scss +5 -4
  145. package/dist/es/f/fields/RatingsInput/RatingsInput.js +2 -2
  146. package/dist/es/f/fields/SelectInput/SelectInput.js +4 -4
  147. package/dist/es/f/fields/SelectInput/styles.scss +31 -21
  148. package/dist/es/f/fields/TextInput/TextInput.js +6 -4
  149. package/dist/es/f/fields/TextInput/styles.scss +26 -17
  150. package/dist/es/f/fields/TextareaInput/TextareaInput.js +2 -2
  151. package/package.json +16 -16
  152. package/src/stories/a/MetaCard.stories.jsx +35 -0
  153. package/src/stories/a/TextSteps.stories.jsx +19 -0
  154. package/src/stories/a/Tip.stories.jsx +28 -0
  155. package/src/stories/b/Card/Card.stories.jsx +59 -0
  156. package/src/stories/b/Card/Group.stories.jsx +59 -0
  157. package/src/stories/b/Page.stories.jsx +19 -3
  158. package/src/stories/f/SelectInput.stories.jsx +7 -0
  159. package/src/stories/f/TextInput.stories.jsx +4 -4
  160. package/src/ui/a/AnimatedBlobs/AnimatedBlobs.jsx +102 -0
  161. package/src/ui/a/AnimatedBlobs/index.js +1 -0
  162. package/src/ui/a/AnimatedBlobs/styles.scss +87 -0
  163. package/src/ui/a/AnimatedGradient/AnimatedGradient.jsx +69 -0
  164. package/src/ui/a/AnimatedGradient/index.js +1 -0
  165. package/src/ui/a/AnimatedGradient/styles.scss +14 -0
  166. package/src/ui/a/AnimatedGradient/webGIRenderer.js +541 -0
  167. package/src/ui/a/ContentTree/ContentTree.jsx +3 -3
  168. package/src/ui/a/Conversation/Conversation.jsx +2 -2
  169. package/src/ui/a/DotInfo/DotInfo.jsx +2 -2
  170. package/src/ui/a/Figure/Figure.jsx +2 -2
  171. package/src/ui/a/HamburgerButton/HamburgerButton.jsx +2 -2
  172. package/src/ui/a/IconList/IconList.jsx +2 -2
  173. package/src/ui/a/Label/Label.jsx +13 -4
  174. package/src/ui/a/Label/styles.scss +1 -1
  175. package/src/ui/a/LoadingCircle/LoadingCircle.jsx +2 -2
  176. package/src/ui/a/MetaCard/MetaCard.jsx +74 -0
  177. package/src/ui/a/MetaCard/index.js +1 -0
  178. package/src/ui/a/MetaCard/styles.scss +28 -0
  179. package/src/ui/a/People/People.jsx +2 -2
  180. package/src/ui/a/Popover/Popover.jsx +3 -3
  181. package/src/ui/a/ProgressBar/ProgressBar.jsx +2 -2
  182. package/src/ui/a/Quote/Quote.jsx +2 -2
  183. package/src/ui/a/SVG/SVG.jsx +2 -2
  184. package/src/ui/a/SnapScroller/SnapScroller.jsx +2 -2
  185. package/src/ui/a/SnapScroller/styles.scss +18 -10
  186. package/src/ui/a/Spinner/Spinner.jsx +2 -2
  187. package/src/ui/a/TextSteps/TextSteps.jsx +87 -0
  188. package/src/ui/a/TextSteps/index.js +1 -0
  189. package/src/ui/a/TextSteps/styles.scss +29 -0
  190. package/src/ui/a/Timestamp/Timestamp.jsx +2 -2
  191. package/src/ui/a/Tip/Tip.jsx +88 -0
  192. package/src/ui/a/Tip/index.js +2 -0
  193. package/src/ui/a/Tip/styles.scss +22 -0
  194. package/src/ui/a/index.js +5 -0
  195. package/src/ui/b/Button/Button.jsx +2 -1
  196. package/src/ui/b/Button/styles.scss +2 -0
  197. package/src/ui/b/Card/Card.jsx +94 -0
  198. package/src/ui/b/Card/common/Group/Group.jsx +91 -0
  199. package/src/ui/b/Card/common/Group/index.js +1 -0
  200. package/src/ui/b/Card/common/Group/styles.scss +42 -0
  201. package/src/ui/b/Card/common/Section/Section.jsx +70 -0
  202. package/src/ui/b/Card/common/Section/index.js +1 -0
  203. package/src/ui/b/Card/common/index.js +2 -0
  204. package/src/ui/b/Card/index.js +1 -0
  205. package/src/ui/b/Card/styles.scss +46 -0
  206. package/src/ui/b/Logo/Logo.jsx +2 -2
  207. package/src/ui/b/Page/Page.jsx +9 -3
  208. package/src/ui/b/Page/common/Section/Section.jsx +8 -0
  209. package/src/ui/b/Page/styles.scss +22 -4
  210. package/src/ui/b/SocialMediaButton/SocialMediaButton.jsx +2 -2
  211. package/src/ui/b/SocialMediaButton/styles.scss +1 -1
  212. package/src/ui/b/ThemeSelector/ThemeSelector.jsx +2 -2
  213. package/src/ui/b/Title/Title.jsx +30 -23
  214. package/src/ui/b/index.js +1 -0
  215. package/src/ui/c/ContentSlides/ContentSlides.jsx +3 -3
  216. package/src/ui/c/Modal/Modal.jsx +2 -2
  217. package/src/ui/c/Modal/styles.scss +2 -1
  218. package/src/ui/c/Shortener/Shortener.jsx +2 -2
  219. package/src/ui/c/SocialMediaShareButton/SocialMediaShareButton.jsx +2 -2
  220. package/src/ui/f/FormInput/FormInput.jsx +2 -2
  221. package/src/ui/f/common/Debugger/Debugger.jsx +2 -2
  222. package/src/ui/f/common/Description/Description.jsx +2 -2
  223. package/src/ui/f/common/Label/Label.jsx +2 -2
  224. package/src/ui/f/fields/Checkbox/Checkbox.jsx +2 -2
  225. package/src/ui/f/fields/ChoicesInput/ChoicesInput.jsx +12 -7
  226. package/src/ui/f/fields/ChoicesInput/styles.scss +21 -33
  227. package/src/ui/f/fields/QueryCombobox/QueryCombobox.jsx +2 -2
  228. package/src/ui/f/fields/QueryCombobox/styles.scss +5 -4
  229. package/src/ui/f/fields/RatingsInput/RatingsInput.jsx +2 -2
  230. package/src/ui/f/fields/SelectInput/SelectInput.jsx +4 -4
  231. package/src/ui/f/fields/SelectInput/styles.scss +31 -21
  232. package/src/ui/f/fields/TextInput/TextInput.jsx +13 -11
  233. package/src/ui/f/fields/TextInput/styles.scss +26 -17
  234. package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +2 -2
  235. package/tests/__snapshots__/Storyshots.test.js.snap +1049 -485
@@ -984,16 +984,16 @@ exports[`Storyshots a/IconList Base 1`] = `
984
984
  `;
985
985
 
986
986
  exports[`Storyshots a/Label Base 1`] = `
987
- <div
987
+ <span
988
988
  className="base label x-main1"
989
989
  >
990
990
  Label Value
991
- </div>
991
+ </span>
992
992
  `;
993
993
 
994
994
  exports[`Storyshots a/Label Compact 1`] = `
995
995
  [
996
- <div
996
+ <span
997
997
  className="base label x-main1 modifierCompact"
998
998
  >
999
999
  This is a
@@ -1001,8 +1001,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1001
1001
  main1
1002
1002
 
1003
1003
  label
1004
- </div>,
1005
- <div
1004
+ </span>,
1005
+ <span
1006
1006
  className="base label x-main2 modifierCompact"
1007
1007
  >
1008
1008
  This is a
@@ -1010,8 +1010,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1010
1010
  main2
1011
1011
 
1012
1012
  label
1013
- </div>,
1014
- <div
1013
+ </span>,
1014
+ <span
1015
1015
  className="base label x-main3 modifierCompact"
1016
1016
  >
1017
1017
  This is a
@@ -1019,8 +1019,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1019
1019
  main3
1020
1020
 
1021
1021
  label
1022
- </div>,
1023
- <div
1022
+ </span>,
1023
+ <span
1024
1024
  className="base label x-main4 modifierCompact"
1025
1025
  >
1026
1026
  This is a
@@ -1028,8 +1028,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1028
1028
  main4
1029
1029
 
1030
1030
  label
1031
- </div>,
1032
- <div
1031
+ </span>,
1032
+ <span
1033
1033
  className="base label x-success modifierCompact"
1034
1034
  >
1035
1035
  This is a
@@ -1037,8 +1037,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1037
1037
  success
1038
1038
 
1039
1039
  label
1040
- </div>,
1041
- <div
1040
+ </span>,
1041
+ <span
1042
1042
  className="base label x-warning modifierCompact"
1043
1043
  >
1044
1044
  This is a
@@ -1046,8 +1046,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1046
1046
  warning
1047
1047
 
1048
1048
  label
1049
- </div>,
1050
- <div
1049
+ </span>,
1050
+ <span
1051
1051
  className="base label x-error modifierCompact"
1052
1052
  >
1053
1053
  This is a
@@ -1055,8 +1055,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1055
1055
  error
1056
1056
 
1057
1057
  label
1058
- </div>,
1059
- <div
1058
+ </span>,
1059
+ <span
1060
1060
  className="base label x-background1 modifierCompact"
1061
1061
  >
1062
1062
  This is a
@@ -1064,8 +1064,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1064
1064
  background1
1065
1065
 
1066
1066
  label
1067
- </div>,
1068
- <div
1067
+ </span>,
1068
+ <span
1069
1069
  className="base label x-background2 modifierCompact"
1070
1070
  >
1071
1071
  This is a
@@ -1073,8 +1073,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1073
1073
  background2
1074
1074
 
1075
1075
  label
1076
- </div>,
1077
- <div
1076
+ </span>,
1077
+ <span
1078
1078
  className="base label x-background3 modifierCompact"
1079
1079
  >
1080
1080
  This is a
@@ -1082,8 +1082,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1082
1082
  background3
1083
1083
 
1084
1084
  label
1085
- </div>,
1086
- <div
1085
+ </span>,
1086
+ <span
1087
1087
  className="base label x-background4 modifierCompact"
1088
1088
  >
1089
1089
  This is a
@@ -1091,8 +1091,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1091
1091
  background4
1092
1092
 
1093
1093
  label
1094
- </div>,
1095
- <div
1094
+ </span>,
1095
+ <span
1096
1096
  className="base label x-background5 modifierCompact"
1097
1097
  >
1098
1098
  This is a
@@ -1100,8 +1100,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1100
1100
  background5
1101
1101
 
1102
1102
  label
1103
- </div>,
1104
- <div
1103
+ </span>,
1104
+ <span
1105
1105
  className="base label x-background6 modifierCompact"
1106
1106
  >
1107
1107
  This is a
@@ -1109,8 +1109,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1109
1109
  background6
1110
1110
 
1111
1111
  label
1112
- </div>,
1113
- <div
1112
+ </span>,
1113
+ <span
1114
1114
  className="base label x-heading modifierCompact"
1115
1115
  >
1116
1116
  This is a
@@ -1118,8 +1118,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1118
1118
  heading
1119
1119
 
1120
1120
  label
1121
- </div>,
1122
- <div
1121
+ </span>,
1122
+ <span
1123
1123
  className="base label x-paragraph modifierCompact"
1124
1124
  >
1125
1125
  This is a
@@ -1127,8 +1127,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1127
1127
  paragraph
1128
1128
 
1129
1129
  label
1130
- </div>,
1131
- <div
1130
+ </span>,
1131
+ <span
1132
1132
  className="base label x-subtitle modifierCompact"
1133
1133
  >
1134
1134
  This is a
@@ -1136,8 +1136,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1136
1136
  subtitle
1137
1137
 
1138
1138
  label
1139
- </div>,
1140
- <div
1139
+ </span>,
1140
+ <span
1141
1141
  className="base label x-metadata modifierCompact"
1142
1142
  >
1143
1143
  This is a
@@ -1145,8 +1145,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1145
1145
  metadata
1146
1146
 
1147
1147
  label
1148
- </div>,
1149
- <div
1148
+ </span>,
1149
+ <span
1150
1150
  className="base label x-link modifierCompact"
1151
1151
  >
1152
1152
  This is a
@@ -1154,8 +1154,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1154
1154
  link
1155
1155
 
1156
1156
  label
1157
- </div>,
1158
- <div
1157
+ </span>,
1158
+ <span
1159
1159
  className="base label x-navlink modifierCompact"
1160
1160
  >
1161
1161
  This is a
@@ -1163,8 +1163,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1163
1163
  navlink
1164
1164
 
1165
1165
  label
1166
- </div>,
1167
- <div
1166
+ </span>,
1167
+ <span
1168
1168
  className="base label x-twitter modifierCompact"
1169
1169
  >
1170
1170
  This is a
@@ -1172,8 +1172,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1172
1172
  twitter
1173
1173
 
1174
1174
  label
1175
- </div>,
1176
- <div
1175
+ </span>,
1176
+ <span
1177
1177
  className="base label x-facebook modifierCompact"
1178
1178
  >
1179
1179
  This is a
@@ -1181,8 +1181,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1181
1181
  facebook
1182
1182
 
1183
1183
  label
1184
- </div>,
1185
- <div
1184
+ </span>,
1185
+ <span
1186
1186
  className="base label x-instagram modifierCompact"
1187
1187
  >
1188
1188
  This is a
@@ -1190,8 +1190,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1190
1190
  instagram
1191
1191
 
1192
1192
  label
1193
- </div>,
1194
- <div
1193
+ </span>,
1194
+ <span
1195
1195
  className="base label x-google modifierCompact"
1196
1196
  >
1197
1197
  This is a
@@ -1199,8 +1199,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1199
1199
  google
1200
1200
 
1201
1201
  label
1202
- </div>,
1203
- <div
1202
+ </span>,
1203
+ <span
1204
1204
  className="base label x-black modifierCompact"
1205
1205
  >
1206
1206
  This is a
@@ -1208,8 +1208,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1208
1208
  black
1209
1209
 
1210
1210
  label
1211
- </div>,
1212
- <div
1211
+ </span>,
1212
+ <span
1213
1213
  className="base label x-anchor modifierCompact"
1214
1214
  >
1215
1215
  This is a
@@ -1217,8 +1217,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1217
1217
  anchor
1218
1218
 
1219
1219
  label
1220
- </div>,
1221
- <div
1220
+ </span>,
1221
+ <span
1222
1222
  className="base label x-grey modifierCompact"
1223
1223
  >
1224
1224
  This is a
@@ -1226,8 +1226,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1226
1226
  grey
1227
1227
 
1228
1228
  label
1229
- </div>,
1230
- <div
1229
+ </span>,
1230
+ <span
1231
1231
  className="base label x-pearl modifierCompact"
1232
1232
  >
1233
1233
  This is a
@@ -1235,8 +1235,8 @@ exports[`Storyshots a/Label Compact 1`] = `
1235
1235
  pearl
1236
1236
 
1237
1237
  label
1238
- </div>,
1239
- <div
1238
+ </span>,
1239
+ <span
1240
1240
  className="base label x-white modifierCompact"
1241
1241
  >
1242
1242
  This is a
@@ -1244,13 +1244,13 @@ exports[`Storyshots a/Label Compact 1`] = `
1244
1244
  white
1245
1245
 
1246
1246
  label
1247
- </div>,
1247
+ </span>,
1248
1248
  ]
1249
1249
  `;
1250
1250
 
1251
1251
  exports[`Storyshots a/Label Ghost 1`] = `
1252
1252
  [
1253
- <div
1253
+ <span
1254
1254
  className="base label x-main1 modifierGhost"
1255
1255
  >
1256
1256
  This is a
@@ -1258,8 +1258,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1258
1258
  main1
1259
1259
 
1260
1260
  label
1261
- </div>,
1262
- <div
1261
+ </span>,
1262
+ <span
1263
1263
  className="base label x-main2 modifierGhost"
1264
1264
  >
1265
1265
  This is a
@@ -1267,8 +1267,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1267
1267
  main2
1268
1268
 
1269
1269
  label
1270
- </div>,
1271
- <div
1270
+ </span>,
1271
+ <span
1272
1272
  className="base label x-main3 modifierGhost"
1273
1273
  >
1274
1274
  This is a
@@ -1276,8 +1276,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1276
1276
  main3
1277
1277
 
1278
1278
  label
1279
- </div>,
1280
- <div
1279
+ </span>,
1280
+ <span
1281
1281
  className="base label x-main4 modifierGhost"
1282
1282
  >
1283
1283
  This is a
@@ -1285,8 +1285,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1285
1285
  main4
1286
1286
 
1287
1287
  label
1288
- </div>,
1289
- <div
1288
+ </span>,
1289
+ <span
1290
1290
  className="base label x-success modifierGhost"
1291
1291
  >
1292
1292
  This is a
@@ -1294,8 +1294,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1294
1294
  success
1295
1295
 
1296
1296
  label
1297
- </div>,
1298
- <div
1297
+ </span>,
1298
+ <span
1299
1299
  className="base label x-warning modifierGhost"
1300
1300
  >
1301
1301
  This is a
@@ -1303,8 +1303,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1303
1303
  warning
1304
1304
 
1305
1305
  label
1306
- </div>,
1307
- <div
1306
+ </span>,
1307
+ <span
1308
1308
  className="base label x-error modifierGhost"
1309
1309
  >
1310
1310
  This is a
@@ -1312,8 +1312,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1312
1312
  error
1313
1313
 
1314
1314
  label
1315
- </div>,
1316
- <div
1315
+ </span>,
1316
+ <span
1317
1317
  className="base label x-background1 modifierGhost"
1318
1318
  >
1319
1319
  This is a
@@ -1321,8 +1321,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1321
1321
  background1
1322
1322
 
1323
1323
  label
1324
- </div>,
1325
- <div
1324
+ </span>,
1325
+ <span
1326
1326
  className="base label x-background2 modifierGhost"
1327
1327
  >
1328
1328
  This is a
@@ -1330,8 +1330,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1330
1330
  background2
1331
1331
 
1332
1332
  label
1333
- </div>,
1334
- <div
1333
+ </span>,
1334
+ <span
1335
1335
  className="base label x-background3 modifierGhost"
1336
1336
  >
1337
1337
  This is a
@@ -1339,8 +1339,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1339
1339
  background3
1340
1340
 
1341
1341
  label
1342
- </div>,
1343
- <div
1342
+ </span>,
1343
+ <span
1344
1344
  className="base label x-background4 modifierGhost"
1345
1345
  >
1346
1346
  This is a
@@ -1348,8 +1348,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1348
1348
  background4
1349
1349
 
1350
1350
  label
1351
- </div>,
1352
- <div
1351
+ </span>,
1352
+ <span
1353
1353
  className="base label x-background5 modifierGhost"
1354
1354
  >
1355
1355
  This is a
@@ -1357,8 +1357,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1357
1357
  background5
1358
1358
 
1359
1359
  label
1360
- </div>,
1361
- <div
1360
+ </span>,
1361
+ <span
1362
1362
  className="base label x-background6 modifierGhost"
1363
1363
  >
1364
1364
  This is a
@@ -1366,8 +1366,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1366
1366
  background6
1367
1367
 
1368
1368
  label
1369
- </div>,
1370
- <div
1369
+ </span>,
1370
+ <span
1371
1371
  className="base label x-heading modifierGhost"
1372
1372
  >
1373
1373
  This is a
@@ -1375,8 +1375,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1375
1375
  heading
1376
1376
 
1377
1377
  label
1378
- </div>,
1379
- <div
1378
+ </span>,
1379
+ <span
1380
1380
  className="base label x-paragraph modifierGhost"
1381
1381
  >
1382
1382
  This is a
@@ -1384,8 +1384,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1384
1384
  paragraph
1385
1385
 
1386
1386
  label
1387
- </div>,
1388
- <div
1387
+ </span>,
1388
+ <span
1389
1389
  className="base label x-subtitle modifierGhost"
1390
1390
  >
1391
1391
  This is a
@@ -1393,8 +1393,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1393
1393
  subtitle
1394
1394
 
1395
1395
  label
1396
- </div>,
1397
- <div
1396
+ </span>,
1397
+ <span
1398
1398
  className="base label x-metadata modifierGhost"
1399
1399
  >
1400
1400
  This is a
@@ -1402,8 +1402,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1402
1402
  metadata
1403
1403
 
1404
1404
  label
1405
- </div>,
1406
- <div
1405
+ </span>,
1406
+ <span
1407
1407
  className="base label x-link modifierGhost"
1408
1408
  >
1409
1409
  This is a
@@ -1411,8 +1411,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1411
1411
  link
1412
1412
 
1413
1413
  label
1414
- </div>,
1415
- <div
1414
+ </span>,
1415
+ <span
1416
1416
  className="base label x-navlink modifierGhost"
1417
1417
  >
1418
1418
  This is a
@@ -1420,8 +1420,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1420
1420
  navlink
1421
1421
 
1422
1422
  label
1423
- </div>,
1424
- <div
1423
+ </span>,
1424
+ <span
1425
1425
  className="base label x-twitter modifierGhost"
1426
1426
  >
1427
1427
  This is a
@@ -1429,8 +1429,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1429
1429
  twitter
1430
1430
 
1431
1431
  label
1432
- </div>,
1433
- <div
1432
+ </span>,
1433
+ <span
1434
1434
  className="base label x-facebook modifierGhost"
1435
1435
  >
1436
1436
  This is a
@@ -1438,8 +1438,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1438
1438
  facebook
1439
1439
 
1440
1440
  label
1441
- </div>,
1442
- <div
1441
+ </span>,
1442
+ <span
1443
1443
  className="base label x-instagram modifierGhost"
1444
1444
  >
1445
1445
  This is a
@@ -1447,8 +1447,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1447
1447
  instagram
1448
1448
 
1449
1449
  label
1450
- </div>,
1451
- <div
1450
+ </span>,
1451
+ <span
1452
1452
  className="base label x-google modifierGhost"
1453
1453
  >
1454
1454
  This is a
@@ -1456,8 +1456,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1456
1456
  google
1457
1457
 
1458
1458
  label
1459
- </div>,
1460
- <div
1459
+ </span>,
1460
+ <span
1461
1461
  className="base label x-black modifierGhost"
1462
1462
  >
1463
1463
  This is a
@@ -1465,8 +1465,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1465
1465
  black
1466
1466
 
1467
1467
  label
1468
- </div>,
1469
- <div
1468
+ </span>,
1469
+ <span
1470
1470
  className="base label x-anchor modifierGhost"
1471
1471
  >
1472
1472
  This is a
@@ -1474,8 +1474,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1474
1474
  anchor
1475
1475
 
1476
1476
  label
1477
- </div>,
1478
- <div
1477
+ </span>,
1478
+ <span
1479
1479
  className="base label x-grey modifierGhost"
1480
1480
  >
1481
1481
  This is a
@@ -1483,8 +1483,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1483
1483
  grey
1484
1484
 
1485
1485
  label
1486
- </div>,
1487
- <div
1486
+ </span>,
1487
+ <span
1488
1488
  className="base label x-pearl modifierGhost"
1489
1489
  >
1490
1490
  This is a
@@ -1492,8 +1492,8 @@ exports[`Storyshots a/Label Ghost 1`] = `
1492
1492
  pearl
1493
1493
 
1494
1494
  label
1495
- </div>,
1496
- <div
1495
+ </span>,
1496
+ <span
1497
1497
  className="base label x-white modifierGhost"
1498
1498
  >
1499
1499
  This is a
@@ -1501,13 +1501,13 @@ exports[`Storyshots a/Label Ghost 1`] = `
1501
1501
  white
1502
1502
 
1503
1503
  label
1504
- </div>,
1504
+ </span>,
1505
1505
  ]
1506
1506
  `;
1507
1507
 
1508
1508
  exports[`Storyshots a/Label Normal 1`] = `
1509
1509
  [
1510
- <div
1510
+ <span
1511
1511
  className="base label x-main1"
1512
1512
  >
1513
1513
  This is a
@@ -1515,8 +1515,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1515
1515
  main1
1516
1516
 
1517
1517
  label
1518
- </div>,
1519
- <div
1518
+ </span>,
1519
+ <span
1520
1520
  className="base label x-main2"
1521
1521
  >
1522
1522
  This is a
@@ -1524,8 +1524,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1524
1524
  main2
1525
1525
 
1526
1526
  label
1527
- </div>,
1528
- <div
1527
+ </span>,
1528
+ <span
1529
1529
  className="base label x-main3"
1530
1530
  >
1531
1531
  This is a
@@ -1533,8 +1533,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1533
1533
  main3
1534
1534
 
1535
1535
  label
1536
- </div>,
1537
- <div
1536
+ </span>,
1537
+ <span
1538
1538
  className="base label x-main4"
1539
1539
  >
1540
1540
  This is a
@@ -1542,8 +1542,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1542
1542
  main4
1543
1543
 
1544
1544
  label
1545
- </div>,
1546
- <div
1545
+ </span>,
1546
+ <span
1547
1547
  className="base label x-success"
1548
1548
  >
1549
1549
  This is a
@@ -1551,8 +1551,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1551
1551
  success
1552
1552
 
1553
1553
  label
1554
- </div>,
1555
- <div
1554
+ </span>,
1555
+ <span
1556
1556
  className="base label x-warning"
1557
1557
  >
1558
1558
  This is a
@@ -1560,8 +1560,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1560
1560
  warning
1561
1561
 
1562
1562
  label
1563
- </div>,
1564
- <div
1563
+ </span>,
1564
+ <span
1565
1565
  className="base label x-error"
1566
1566
  >
1567
1567
  This is a
@@ -1569,8 +1569,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1569
1569
  error
1570
1570
 
1571
1571
  label
1572
- </div>,
1573
- <div
1572
+ </span>,
1573
+ <span
1574
1574
  className="base label x-background1"
1575
1575
  >
1576
1576
  This is a
@@ -1578,8 +1578,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1578
1578
  background1
1579
1579
 
1580
1580
  label
1581
- </div>,
1582
- <div
1581
+ </span>,
1582
+ <span
1583
1583
  className="base label x-background2"
1584
1584
  >
1585
1585
  This is a
@@ -1587,8 +1587,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1587
1587
  background2
1588
1588
 
1589
1589
  label
1590
- </div>,
1591
- <div
1590
+ </span>,
1591
+ <span
1592
1592
  className="base label x-background3"
1593
1593
  >
1594
1594
  This is a
@@ -1596,8 +1596,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1596
1596
  background3
1597
1597
 
1598
1598
  label
1599
- </div>,
1600
- <div
1599
+ </span>,
1600
+ <span
1601
1601
  className="base label x-background4"
1602
1602
  >
1603
1603
  This is a
@@ -1605,8 +1605,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1605
1605
  background4
1606
1606
 
1607
1607
  label
1608
- </div>,
1609
- <div
1608
+ </span>,
1609
+ <span
1610
1610
  className="base label x-background5"
1611
1611
  >
1612
1612
  This is a
@@ -1614,8 +1614,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1614
1614
  background5
1615
1615
 
1616
1616
  label
1617
- </div>,
1618
- <div
1617
+ </span>,
1618
+ <span
1619
1619
  className="base label x-background6"
1620
1620
  >
1621
1621
  This is a
@@ -1623,8 +1623,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1623
1623
  background6
1624
1624
 
1625
1625
  label
1626
- </div>,
1627
- <div
1626
+ </span>,
1627
+ <span
1628
1628
  className="base label x-heading"
1629
1629
  >
1630
1630
  This is a
@@ -1632,8 +1632,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1632
1632
  heading
1633
1633
 
1634
1634
  label
1635
- </div>,
1636
- <div
1635
+ </span>,
1636
+ <span
1637
1637
  className="base label x-paragraph"
1638
1638
  >
1639
1639
  This is a
@@ -1641,8 +1641,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1641
1641
  paragraph
1642
1642
 
1643
1643
  label
1644
- </div>,
1645
- <div
1644
+ </span>,
1645
+ <span
1646
1646
  className="base label x-subtitle"
1647
1647
  >
1648
1648
  This is a
@@ -1650,8 +1650,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1650
1650
  subtitle
1651
1651
 
1652
1652
  label
1653
- </div>,
1654
- <div
1653
+ </span>,
1654
+ <span
1655
1655
  className="base label x-metadata"
1656
1656
  >
1657
1657
  This is a
@@ -1659,8 +1659,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1659
1659
  metadata
1660
1660
 
1661
1661
  label
1662
- </div>,
1663
- <div
1662
+ </span>,
1663
+ <span
1664
1664
  className="base label x-link"
1665
1665
  >
1666
1666
  This is a
@@ -1668,8 +1668,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1668
1668
  link
1669
1669
 
1670
1670
  label
1671
- </div>,
1672
- <div
1671
+ </span>,
1672
+ <span
1673
1673
  className="base label x-navlink"
1674
1674
  >
1675
1675
  This is a
@@ -1677,8 +1677,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1677
1677
  navlink
1678
1678
 
1679
1679
  label
1680
- </div>,
1681
- <div
1680
+ </span>,
1681
+ <span
1682
1682
  className="base label x-twitter"
1683
1683
  >
1684
1684
  This is a
@@ -1686,8 +1686,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1686
1686
  twitter
1687
1687
 
1688
1688
  label
1689
- </div>,
1690
- <div
1689
+ </span>,
1690
+ <span
1691
1691
  className="base label x-facebook"
1692
1692
  >
1693
1693
  This is a
@@ -1695,8 +1695,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1695
1695
  facebook
1696
1696
 
1697
1697
  label
1698
- </div>,
1699
- <div
1698
+ </span>,
1699
+ <span
1700
1700
  className="base label x-instagram"
1701
1701
  >
1702
1702
  This is a
@@ -1704,8 +1704,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1704
1704
  instagram
1705
1705
 
1706
1706
  label
1707
- </div>,
1708
- <div
1707
+ </span>,
1708
+ <span
1709
1709
  className="base label x-google"
1710
1710
  >
1711
1711
  This is a
@@ -1713,8 +1713,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1713
1713
  google
1714
1714
 
1715
1715
  label
1716
- </div>,
1717
- <div
1716
+ </span>,
1717
+ <span
1718
1718
  className="base label x-black"
1719
1719
  >
1720
1720
  This is a
@@ -1722,8 +1722,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1722
1722
  black
1723
1723
 
1724
1724
  label
1725
- </div>,
1726
- <div
1725
+ </span>,
1726
+ <span
1727
1727
  className="base label x-anchor"
1728
1728
  >
1729
1729
  This is a
@@ -1731,8 +1731,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1731
1731
  anchor
1732
1732
 
1733
1733
  label
1734
- </div>,
1735
- <div
1734
+ </span>,
1735
+ <span
1736
1736
  className="base label x-grey"
1737
1737
  >
1738
1738
  This is a
@@ -1740,8 +1740,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1740
1740
  grey
1741
1741
 
1742
1742
  label
1743
- </div>,
1744
- <div
1743
+ </span>,
1744
+ <span
1745
1745
  className="base label x-pearl"
1746
1746
  >
1747
1747
  This is a
@@ -1749,8 +1749,8 @@ exports[`Storyshots a/Label Normal 1`] = `
1749
1749
  pearl
1750
1750
 
1751
1751
  label
1752
- </div>,
1753
- <div
1752
+ </span>,
1753
+ <span
1754
1754
  className="base label x-white"
1755
1755
  >
1756
1756
  This is a
@@ -1758,49 +1758,117 @@ exports[`Storyshots a/Label Normal 1`] = `
1758
1758
  white
1759
1759
 
1760
1760
  label
1761
- </div>,
1761
+ </span>,
1762
1762
  ]
1763
1763
  `;
1764
1764
 
1765
- exports[`Storyshots a/LoadingCircle Base 1`] = `
1765
+ exports[`Storyshots a/LoadingCircle Base 1`] = `
1766
+ <div
1767
+ className="x-main1 b-x"
1768
+ >
1769
+ <div
1770
+ className="base loading-circle"
1771
+ style={
1772
+ {
1773
+ "--height-width": "3em",
1774
+ "--stroke-width": undefined,
1775
+ "--x": "var(--on-x)",
1776
+ }
1777
+ }
1778
+ >
1779
+ <svg
1780
+ className="svg-circle"
1781
+ preserveAspectRatio="xMinYMin meet"
1782
+ style={
1783
+ {
1784
+ "--animation-duration": "2s",
1785
+ }
1786
+ }
1787
+ version="1.1"
1788
+ viewBox="25 25 50 50"
1789
+ x="0px"
1790
+ xmlSpace="preserve"
1791
+ xmlns="http://www.w3.org/2000/svg"
1792
+ y="0px"
1793
+ >
1794
+ <circle
1795
+ className="path"
1796
+ cx="50"
1797
+ cy="50"
1798
+ fill="none"
1799
+ r="20"
1800
+ strokeLinecap="square"
1801
+ strokeMiterlimit="10"
1802
+ />
1803
+ </svg>
1804
+ </div>
1805
+ </div>
1806
+ `;
1807
+
1808
+ exports[`Storyshots a/MetaCard Base 1`] = `
1809
+ <div
1810
+ style={
1811
+ {
1812
+ "backgroundImage": "linear-gradient(purple, white)",
1813
+ "padding": "1em",
1814
+ }
1815
+ }
1816
+ >
1817
+ <div
1818
+ className="base meta-card"
1819
+ >
1820
+ <h3
1821
+ style={
1822
+ {
1823
+ "gridColumn": "2/-1",
1824
+ }
1825
+ }
1826
+ >
1827
+ Column 2
1828
+ </h3>
1829
+ <p
1830
+ style={
1831
+ {
1832
+ "gridColumn": "3/-1",
1833
+ }
1834
+ }
1835
+ >
1836
+ Column 3
1837
+ </p>
1838
+ </div>
1839
+ </div>
1840
+ `;
1841
+
1842
+ exports[`Storyshots a/MetaCard With Blur 1`] = `
1766
1843
  <div
1767
- className="x-main1 b-x"
1844
+ style={
1845
+ {
1846
+ "backgroundImage": "linear-gradient(purple, white)",
1847
+ "padding": "1em",
1848
+ }
1849
+ }
1768
1850
  >
1769
1851
  <div
1770
- className="base loading-circle"
1771
- style={
1772
- {
1773
- "--height-width": "3em",
1774
- "--stroke-width": undefined,
1775
- "--x": "var(--on-x)",
1776
- }
1777
- }
1852
+ className="base meta-card modifierBlur"
1778
1853
  >
1779
- <svg
1780
- className="svg-circle"
1781
- preserveAspectRatio="xMinYMin meet"
1854
+ <h3
1782
1855
  style={
1783
1856
  {
1784
- "--animation-duration": "2s",
1857
+ "gridColumn": "2/-1",
1785
1858
  }
1786
1859
  }
1787
- version="1.1"
1788
- viewBox="25 25 50 50"
1789
- x="0px"
1790
- xmlSpace="preserve"
1791
- xmlns="http://www.w3.org/2000/svg"
1792
- y="0px"
1793
1860
  >
1794
- <circle
1795
- className="path"
1796
- cx="50"
1797
- cy="50"
1798
- fill="none"
1799
- r="20"
1800
- strokeLinecap="square"
1801
- strokeMiterlimit="10"
1802
- />
1803
- </svg>
1861
+ Column 2
1862
+ </h3>
1863
+ <p
1864
+ style={
1865
+ {
1866
+ "gridColumn": "3/-1",
1867
+ }
1868
+ }
1869
+ >
1870
+ Column 3
1871
+ </p>
1804
1872
  </div>
1805
1873
  </div>
1806
1874
  `;
@@ -2748,6 +2816,59 @@ exports[`Storyshots a/Spinner Base 1`] = `
2748
2816
  </div>
2749
2817
  `;
2750
2818
 
2819
+ exports[`Storyshots a/TextSteps Base 1`] = `
2820
+ <div
2821
+ className="grid span-8 md-span-14"
2822
+ >
2823
+ <div
2824
+ className="base steps grid"
2825
+ >
2826
+ <div
2827
+ className=" number h3 start-1 span-2 md-start-1 md-span-2"
2828
+ >
2829
+ <p>
2830
+ 1
2831
+ </p>
2832
+ </div>
2833
+ <div
2834
+ className=" description"
2835
+ >
2836
+ <p>
2837
+ Join Pareto in minutes. Share your business goals to match with a Project Partner.
2838
+ </p>
2839
+ </div>
2840
+ <div
2841
+ className=" number h3 start-1 span-2 md-start-1 md-span-2"
2842
+ >
2843
+ <p>
2844
+ 2
2845
+ </p>
2846
+ </div>
2847
+ <div
2848
+ className=" description"
2849
+ >
2850
+ <p>
2851
+ Receive initial output in 24 hours. Give feedback to fine-tune results and level up your Pareto team.
2852
+ </p>
2853
+ </div>
2854
+ <div
2855
+ className=" number h3 start-1 span-2 md-start-1 md-span-2"
2856
+ >
2857
+ <p>
2858
+ 3
2859
+ </p>
2860
+ </div>
2861
+ <div
2862
+ className=" description"
2863
+ >
2864
+ <p>
2865
+ Tap into economies of scale with tried and true playbooks: Benefit from strategic project recommendations. Enjoy continuous workflow improvement and documented learnings.
2866
+ </p>
2867
+ </div>
2868
+ </div>
2869
+ </div>
2870
+ `;
2871
+
2751
2872
  exports[`Storyshots a/Timestamp Base 1`] = `
2752
2873
  <p
2753
2874
  className="base timestamp"
@@ -2770,7 +2891,7 @@ exports[`Storyshots a/Timestamp Distance Format 1`] = `
2770
2891
  className="base timestamp"
2771
2892
  onClick={[Function]}
2772
2893
  >
2773
- 5 months ago
2894
+ 7 months ago
2774
2895
  </p>
2775
2896
  `;
2776
2897
 
@@ -2796,6 +2917,14 @@ exports[`Storyshots a/Timestamp Relative Format 1`] = `
2796
2917
  </p>
2797
2918
  `;
2798
2919
 
2920
+ exports[`Storyshots a/Tip Base 1`] = `
2921
+ <p
2922
+ className="base tip x-main"
2923
+ >
2924
+ Remember to wash your vegetables before eating them.
2925
+ </p>
2926
+ `;
2927
+
2799
2928
  exports[`Storyshots b/Button Arrow Left 1`] = `
2800
2929
  [
2801
2930
  <button
@@ -7100,90 +7229,312 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
7100
7229
  disabled={true}
7101
7230
  type="button"
7102
7231
  >
7103
- This is a
7104
-
7105
- facebook
7106
-
7107
- button
7108
- </button>,
7109
- <button
7110
- className="base button x-instagram modifierSimple"
7111
- disabled={true}
7112
- type="button"
7232
+ This is a
7233
+
7234
+ facebook
7235
+
7236
+ button
7237
+ </button>,
7238
+ <button
7239
+ className="base button x-instagram modifierSimple"
7240
+ disabled={true}
7241
+ type="button"
7242
+ >
7243
+ This is a
7244
+
7245
+ instagram
7246
+
7247
+ button
7248
+ </button>,
7249
+ <button
7250
+ className="base button x-google modifierSimple"
7251
+ disabled={true}
7252
+ type="button"
7253
+ >
7254
+ This is a
7255
+
7256
+ google
7257
+
7258
+ button
7259
+ </button>,
7260
+ <button
7261
+ className="base button x-black modifierSimple"
7262
+ disabled={true}
7263
+ type="button"
7264
+ >
7265
+ This is a
7266
+
7267
+ black
7268
+
7269
+ button
7270
+ </button>,
7271
+ <button
7272
+ className="base button x-anchor modifierSimple"
7273
+ disabled={true}
7274
+ type="button"
7275
+ >
7276
+ This is a
7277
+
7278
+ anchor
7279
+
7280
+ button
7281
+ </button>,
7282
+ <button
7283
+ className="base button x-grey modifierSimple"
7284
+ disabled={true}
7285
+ type="button"
7286
+ >
7287
+ This is a
7288
+
7289
+ grey
7290
+
7291
+ button
7292
+ </button>,
7293
+ <button
7294
+ className="base button x-pearl modifierSimple"
7295
+ disabled={true}
7296
+ type="button"
7297
+ >
7298
+ This is a
7299
+
7300
+ pearl
7301
+
7302
+ button
7303
+ </button>,
7304
+ <button
7305
+ className="base button x-white modifierSimple"
7306
+ disabled={true}
7307
+ type="button"
7308
+ >
7309
+ This is a
7310
+
7311
+ white
7312
+
7313
+ button
7314
+ </button>,
7315
+ ]
7316
+ `;
7317
+
7318
+ exports[`Storyshots b/Card Base 1`] = `
7319
+ <div
7320
+ className="base card"
7321
+ >
7322
+ <div
7323
+ className="base section"
7324
+ >
7325
+ <h1>
7326
+ Section One
7327
+ </h1>
7328
+ </div>
7329
+ <div
7330
+ className="base section"
7331
+ >
7332
+ <h2>
7333
+ Section Two
7334
+ </h2>
7335
+ </div>
7336
+ <div
7337
+ className="base section"
7338
+ >
7339
+ <h3>
7340
+ Section Three
7341
+ </h3>
7342
+ </div>
7343
+ </div>
7344
+ `;
7345
+
7346
+ exports[`Storyshots b/Card Card With Image Section 1`] = `
7347
+ <div
7348
+ className="base card"
7349
+ >
7350
+ <div
7351
+ className="base section modifierImage"
7352
+ >
7353
+ <img
7354
+ alt="test"
7355
+ src="https://miro.medium.com/max/1124/1*v9We8Bevk2FFA5YadZNwcQ.jpeg"
7356
+ />
7357
+ </div>
7358
+ <div
7359
+ className="base section"
7360
+ >
7361
+ <h1>
7362
+ Section One
7363
+ </h1>
7364
+ </div>
7365
+ <div
7366
+ className="base section"
7367
+ >
7368
+ <h2>
7369
+ Section Two
7370
+ </h2>
7371
+ </div>
7372
+ <div
7373
+ className="base section"
7374
+ >
7375
+ <h3>
7376
+ Section Three
7377
+ </h3>
7378
+ </div>
7379
+ </div>
7380
+ `;
7381
+
7382
+ exports[`Storyshots b/Card Card With Progress 1`] = `
7383
+ <div
7384
+ className="base card"
7385
+ >
7386
+ <div
7387
+ className="base progress-bar modifierAttached x-main"
7388
+ data-length="50%"
7389
+ style={
7390
+ {
7391
+ "--height": ".5em",
7392
+ "--progress": 50,
7393
+ }
7394
+ }
7395
+ />
7396
+ <div
7397
+ className="base section"
7398
+ >
7399
+ <h1>
7400
+ Section One
7401
+ </h1>
7402
+ </div>
7403
+ <div
7404
+ className="base section"
7405
+ >
7406
+ <h2>
7407
+ Section Two
7408
+ </h2>
7409
+ </div>
7410
+ <div
7411
+ className="base section"
7412
+ >
7413
+ <h3>
7414
+ Section Three
7415
+ </h3>
7416
+ </div>
7417
+ </div>
7418
+ `;
7419
+
7420
+ exports[`Storyshots b/Card/Group Base 1`] = `
7421
+ <div
7422
+ className="base snap-scroller base group span-8 snap-scroller desktop-vertical-flexbox desktop-no-scroll"
7423
+ >
7424
+ <div
7425
+ className="base card span-2"
7426
+ >
7427
+ <div
7428
+ className="base section"
7429
+ >
7430
+ <h1>
7431
+ Span Two on Grid
7432
+ </h1>
7433
+ </div>
7434
+ </div>
7435
+ <div
7436
+ className="base card"
7113
7437
  >
7114
- This is a
7115
-
7116
- instagram
7117
-
7118
- button
7119
- </button>,
7120
- <button
7121
- className="base button x-google modifierSimple"
7122
- disabled={true}
7123
- type="button"
7438
+ <div
7439
+ className="base section"
7440
+ >
7441
+ <h1>
7442
+ Card Two
7443
+ </h1>
7444
+ </div>
7445
+ </div>
7446
+ <div
7447
+ className="base card"
7124
7448
  >
7125
- This is a
7126
-
7127
- google
7128
-
7129
- button
7130
- </button>,
7131
- <button
7132
- className="base button x-black modifierSimple"
7133
- disabled={true}
7134
- type="button"
7449
+ <div
7450
+ className="base section"
7451
+ >
7452
+ <h1>
7453
+ Card Three
7454
+ </h1>
7455
+ </div>
7456
+ </div>
7457
+ </div>
7458
+ `;
7459
+
7460
+ exports[`Storyshots b/Card/Group Card Group Grid On Desktop 1`] = `
7461
+ <div
7462
+ className="base snap-scroller base group span-8 snap-scroller desktop-grid desktop-no-scroll"
7463
+ >
7464
+ <div
7465
+ className="base card span-2"
7135
7466
  >
7136
- This is a
7137
-
7138
- black
7139
-
7140
- button
7141
- </button>,
7142
- <button
7143
- className="base button x-anchor modifierSimple"
7144
- disabled={true}
7145
- type="button"
7467
+ <div
7468
+ className="base section"
7469
+ >
7470
+ <h1>
7471
+ Span Two on Grid
7472
+ </h1>
7473
+ </div>
7474
+ </div>
7475
+ <div
7476
+ className="base card"
7146
7477
  >
7147
- This is a
7148
-
7149
- anchor
7150
-
7151
- button
7152
- </button>,
7153
- <button
7154
- className="base button x-grey modifierSimple"
7155
- disabled={true}
7156
- type="button"
7478
+ <div
7479
+ className="base section"
7480
+ >
7481
+ <h1>
7482
+ Card Two
7483
+ </h1>
7484
+ </div>
7485
+ </div>
7486
+ <div
7487
+ className="base card"
7157
7488
  >
7158
- This is a
7159
-
7160
- grey
7161
-
7162
- button
7163
- </button>,
7164
- <button
7165
- className="base button x-pearl modifierSimple"
7166
- disabled={true}
7167
- type="button"
7489
+ <div
7490
+ className="base section"
7491
+ >
7492
+ <h1>
7493
+ Card Three
7494
+ </h1>
7495
+ </div>
7496
+ </div>
7497
+ </div>
7498
+ `;
7499
+
7500
+ exports[`Storyshots b/Card/Group Card Group Not Snap Scroller 1`] = `
7501
+ <div
7502
+ className="base group span-8 vertical-flexbox desktop-vertical-flexbox"
7503
+ >
7504
+ <div
7505
+ className="base card span-2"
7168
7506
  >
7169
- This is a
7170
-
7171
- pearl
7172
-
7173
- button
7174
- </button>,
7175
- <button
7176
- className="base button x-white modifierSimple"
7177
- disabled={true}
7178
- type="button"
7507
+ <div
7508
+ className="base section"
7509
+ >
7510
+ <h1>
7511
+ Span Two on Grid
7512
+ </h1>
7513
+ </div>
7514
+ </div>
7515
+ <div
7516
+ className="base card"
7179
7517
  >
7180
- This is a
7181
-
7182
- white
7183
-
7184
- button
7185
- </button>,
7186
- ]
7518
+ <div
7519
+ className="base section"
7520
+ >
7521
+ <h1>
7522
+ Card Two
7523
+ </h1>
7524
+ </div>
7525
+ </div>
7526
+ <div
7527
+ className="base card"
7528
+ >
7529
+ <div
7530
+ className="base section"
7531
+ >
7532
+ <h1>
7533
+ Card Three
7534
+ </h1>
7535
+ </div>
7536
+ </div>
7537
+ </div>
7187
7538
  `;
7188
7539
 
7189
7540
  exports[`Storyshots b/Logo Base 1`] = `
@@ -8608,16 +8959,16 @@ exports[`Storyshots b/Page With Sections 1`] = `
8608
8959
  id="with-sections"
8609
8960
  >
8610
8961
  <section
8611
- className="base section"
8962
+ className="base section grid"
8612
8963
  id="with-sections_s1"
8613
8964
  >
8614
8965
  Section 1
8615
8966
  </section>
8616
8967
  <section
8617
- className="base section"
8968
+ className="base section x-main b-x modifierSpaced grid"
8618
8969
  id="with-sections_s2"
8619
8970
  >
8620
- Section 2. Inspect source for details.
8971
+ Section 2. This section is spaced
8621
8972
  </section>
8622
8973
  </main>
8623
8974
  `;
@@ -9564,16 +9915,20 @@ exports[`Storyshots f/FormInput Base 1`] = `
9564
9915
  >
9565
9916
  What's your first name ?
9566
9917
  </label>
9567
- <input
9568
- className="input"
9569
- disabled={false}
9570
- id="firstName"
9571
- name="firstName"
9572
- onBlur={[Function]}
9573
- onChange={[Function]}
9574
- type="text"
9575
- value="Test"
9576
- />
9918
+ <div
9919
+ className="input-wrapper with-faded-border"
9920
+ >
9921
+ <input
9922
+ className="input"
9923
+ disabled={false}
9924
+ id="firstName"
9925
+ name="firstName"
9926
+ onBlur={[Function]}
9927
+ onChange={[Function]}
9928
+ type="text"
9929
+ value="Test"
9930
+ />
9931
+ </div>
9577
9932
  </div>
9578
9933
  <div
9579
9934
  className="base text-input form-input y-background2"
@@ -9584,15 +9939,19 @@ exports[`Storyshots f/FormInput Base 1`] = `
9584
9939
  >
9585
9940
  What's your last name ?
9586
9941
  </label>
9587
- <input
9588
- className="input"
9589
- disabled={false}
9590
- id="lastName"
9591
- name="lastName"
9592
- onBlur={[Function]}
9593
- onChange={[Function]}
9594
- type="text"
9595
- />
9942
+ <div
9943
+ className="input-wrapper with-faded-border"
9944
+ >
9945
+ <input
9946
+ className="input"
9947
+ disabled={false}
9948
+ id="lastName"
9949
+ name="lastName"
9950
+ onBlur={[Function]}
9951
+ onChange={[Function]}
9952
+ type="text"
9953
+ />
9954
+ </div>
9596
9955
  </div>
9597
9956
  <div
9598
9957
  className="base text-area-input form-input y-background2"
@@ -9638,7 +9997,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9638
9997
  />
9639
9998
  </div>
9640
9999
  <div
9641
- className="base choices-input form-input x-background2 y-main2"
10000
+ className="base choices-input form-input x-main"
9642
10001
  style={
9643
10002
  {
9644
10003
  "--grid-columns-desktop": 3,
@@ -9668,6 +10027,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9668
10027
  value="red"
9669
10028
  />
9670
10029
  <label
10030
+ className="with-faded-border"
9671
10031
  htmlFor="colors-red"
9672
10032
  >
9673
10033
  Color Red
@@ -9687,6 +10047,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9687
10047
  value="blue"
9688
10048
  />
9689
10049
  <label
10050
+ className="with-faded-border"
9690
10051
  htmlFor="colors-blue"
9691
10052
  >
9692
10053
  Color Blue
@@ -9706,6 +10067,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9706
10067
  value="green"
9707
10068
  />
9708
10069
  <label
10070
+ className="with-faded-border"
9709
10071
  htmlFor="colors-green"
9710
10072
  >
9711
10073
  Color Green
@@ -9714,7 +10076,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9714
10076
  </div>
9715
10077
  </div>
9716
10078
  <div
9717
- className="base select-input form-input y-background2"
10079
+ className="base select-input form-input y-interactive"
9718
10080
  >
9719
10081
  <label
9720
10082
  className="base form-label x-main2"
@@ -9723,7 +10085,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9723
10085
  What do you want for dinner ?
9724
10086
  </label>
9725
10087
  <div
9726
- className="select-wrapper"
10088
+ className="select-wrapper with-faded-border"
9727
10089
  >
9728
10090
  <select
9729
10091
  className="input"
@@ -9784,16 +10146,20 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9784
10146
  >
9785
10147
  What's your first name ?
9786
10148
  </label>
9787
- <input
9788
- className="input"
9789
- disabled={true}
9790
- id="firstName"
9791
- name="firstName"
9792
- onBlur={[Function]}
9793
- onChange={[Function]}
9794
- type="text"
9795
- value="Test"
9796
- />
10149
+ <div
10150
+ className="input-wrapper with-faded-border"
10151
+ >
10152
+ <input
10153
+ className="input"
10154
+ disabled={true}
10155
+ id="firstName"
10156
+ name="firstName"
10157
+ onBlur={[Function]}
10158
+ onChange={[Function]}
10159
+ type="text"
10160
+ value="Test"
10161
+ />
10162
+ </div>
9797
10163
  </div>
9798
10164
  <div
9799
10165
  className="base text-input form-input y-background2"
@@ -9804,15 +10170,19 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9804
10170
  >
9805
10171
  What's your last name ?
9806
10172
  </label>
9807
- <input
9808
- className="input"
9809
- disabled={true}
9810
- id="lastName"
9811
- name="lastName"
9812
- onBlur={[Function]}
9813
- onChange={[Function]}
9814
- type="text"
9815
- />
10173
+ <div
10174
+ className="input-wrapper with-faded-border"
10175
+ >
10176
+ <input
10177
+ className="input"
10178
+ disabled={true}
10179
+ id="lastName"
10180
+ name="lastName"
10181
+ onBlur={[Function]}
10182
+ onChange={[Function]}
10183
+ type="text"
10184
+ />
10185
+ </div>
9816
10186
  </div>
9817
10187
  <div
9818
10188
  className="base text-area-input form-input y-background2"
@@ -9838,7 +10208,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9838
10208
  />
9839
10209
  </div>
9840
10210
  <div
9841
- className="base choices-input form-input x-background2 y-main2"
10211
+ className="base choices-input form-input x-main"
9842
10212
  style={
9843
10213
  {
9844
10214
  "--grid-columns-desktop": 3,
@@ -9868,6 +10238,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9868
10238
  value="red"
9869
10239
  />
9870
10240
  <label
10241
+ className="with-faded-border"
9871
10242
  htmlFor="colors-red"
9872
10243
  >
9873
10244
  Color Red
@@ -9887,6 +10258,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9887
10258
  value="blue"
9888
10259
  />
9889
10260
  <label
10261
+ className="with-faded-border"
9890
10262
  htmlFor="colors-blue"
9891
10263
  >
9892
10264
  Color Blue
@@ -9906,6 +10278,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9906
10278
  value="green"
9907
10279
  />
9908
10280
  <label
10281
+ className="with-faded-border"
9909
10282
  htmlFor="colors-green"
9910
10283
  >
9911
10284
  Color Green
@@ -9914,7 +10287,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9914
10287
  </div>
9915
10288
  </div>
9916
10289
  <div
9917
- className="base select-input form-input y-background2"
10290
+ className="base select-input form-input y-interactive"
9918
10291
  >
9919
10292
  <label
9920
10293
  className="base form-label x-main2"
@@ -9923,7 +10296,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9923
10296
  What do you want for dinner ?
9924
10297
  </label>
9925
10298
  <div
9926
- className="select-wrapper"
10299
+ className="select-wrapper with-faded-border"
9927
10300
  >
9928
10301
  <select
9929
10302
  className="input"
@@ -9984,15 +10357,19 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
9984
10357
  >
9985
10358
  Extended type input
9986
10359
  </label>
9987
- <input
9988
- className="input"
9989
- disabled={false}
9990
- id="extended"
9991
- name="extended"
9992
- onBlur={[Function]}
9993
- onChange={[Function]}
9994
- type="text"
9995
- />
10360
+ <div
10361
+ className="input-wrapper with-faded-border"
10362
+ >
10363
+ <input
10364
+ className="input"
10365
+ disabled={false}
10366
+ id="extended"
10367
+ name="extended"
10368
+ onBlur={[Function]}
10369
+ onChange={[Function]}
10370
+ type="text"
10371
+ />
10372
+ </div>
9996
10373
  </div>
9997
10374
  <div
9998
10375
  className="debugger"
@@ -10023,19 +10400,23 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
10023
10400
  >
10024
10401
  What's your first name ?
10025
10402
  </label>
10026
- <input
10027
- className="input"
10028
- disabled={false}
10029
- id="firstName"
10030
- name="firstName"
10031
- onBlur={[Function]}
10032
- onChange={[Function]}
10033
- type="text"
10034
- value="Test"
10035
- />
10403
+ <div
10404
+ className="input-wrapper with-faded-border"
10405
+ >
10406
+ <input
10407
+ className="input"
10408
+ disabled={false}
10409
+ id="firstName"
10410
+ name="firstName"
10411
+ onBlur={[Function]}
10412
+ onChange={[Function]}
10413
+ type="text"
10414
+ value="Test"
10415
+ />
10416
+ </div>
10036
10417
  </div>
10037
10418
  <div
10038
- className="base choices-input form-input x-background2 y-main2"
10419
+ className="base choices-input form-input x-main"
10039
10420
  style={
10040
10421
  {
10041
10422
  "--grid-columns-desktop": 3,
@@ -10065,6 +10446,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
10065
10446
  value="red"
10066
10447
  />
10067
10448
  <label
10449
+ className="with-faded-border"
10068
10450
  htmlFor="colors-red"
10069
10451
  >
10070
10452
  Color Red
@@ -10084,6 +10466,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
10084
10466
  value="blue"
10085
10467
  />
10086
10468
  <label
10469
+ className="with-faded-border"
10087
10470
  htmlFor="colors-blue"
10088
10471
  >
10089
10472
  Color Blue
@@ -10103,6 +10486,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
10103
10486
  value="green"
10104
10487
  />
10105
10488
  <label
10489
+ className="with-faded-border"
10106
10490
  htmlFor="colors-green"
10107
10491
  >
10108
10492
  Color Green
@@ -10120,7 +10504,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
10120
10504
  Select Task Status
10121
10505
  </label>
10122
10506
  <div
10123
- className="select-wrapper"
10507
+ className="select-wrapper with-faded-border"
10124
10508
  >
10125
10509
  <select
10126
10510
  className="input"
@@ -10162,19 +10546,23 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
10162
10546
  >
10163
10547
  What's your first name ?
10164
10548
  </label>
10165
- <input
10166
- className="input"
10167
- disabled={false}
10168
- id="firstName"
10169
- name="firstName"
10170
- onBlur={[Function]}
10171
- onChange={[Function]}
10172
- type="text"
10173
- value="Test"
10174
- />
10549
+ <div
10550
+ className="input-wrapper with-faded-border"
10551
+ >
10552
+ <input
10553
+ className="input"
10554
+ disabled={false}
10555
+ id="firstName"
10556
+ name="firstName"
10557
+ onBlur={[Function]}
10558
+ onChange={[Function]}
10559
+ type="text"
10560
+ value="Test"
10561
+ />
10562
+ </div>
10175
10563
  </div>
10176
10564
  <div
10177
- className="base choices-input form-input x-background2 y-main2"
10565
+ className="base choices-input form-input x-main"
10178
10566
  style={
10179
10567
  {
10180
10568
  "--grid-columns-desktop": 3,
@@ -10204,6 +10592,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
10204
10592
  value="red"
10205
10593
  />
10206
10594
  <label
10595
+ className="with-faded-border"
10207
10596
  htmlFor="colors-red"
10208
10597
  >
10209
10598
  Color Red
@@ -10223,6 +10612,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
10223
10612
  value="blue"
10224
10613
  />
10225
10614
  <label
10615
+ className="with-faded-border"
10226
10616
  htmlFor="colors-blue"
10227
10617
  >
10228
10618
  Color Blue
@@ -10242,6 +10632,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
10242
10632
  value="green"
10243
10633
  />
10244
10634
  <label
10635
+ className="with-faded-border"
10245
10636
  htmlFor="colors-green"
10246
10637
  >
10247
10638
  Color Green
@@ -10365,16 +10756,20 @@ exports[`Storyshots f/FormInput With Ratings Input 1`] = `
10365
10756
  >
10366
10757
  What's your first name ?
10367
10758
  </label>
10368
- <input
10369
- className="input"
10370
- disabled={false}
10371
- id="firstName"
10372
- name="firstName"
10373
- onBlur={[Function]}
10374
- onChange={[Function]}
10375
- type="text"
10376
- value="Test"
10377
- />
10759
+ <div
10760
+ className="input-wrapper with-faded-border"
10761
+ >
10762
+ <input
10763
+ className="input"
10764
+ disabled={false}
10765
+ id="firstName"
10766
+ name="firstName"
10767
+ onBlur={[Function]}
10768
+ onChange={[Function]}
10769
+ type="text"
10770
+ value="Test"
10771
+ />
10772
+ </div>
10378
10773
  </div>
10379
10774
  <div
10380
10775
  className="base ratings-input form-input"
@@ -10779,7 +11174,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10779
11174
  onSubmit={[Function]}
10780
11175
  >
10781
11176
  <div
10782
- className="base choices-input x-background2 y-main2"
11177
+ className="base choices-input x-main"
10783
11178
  id="colors"
10784
11179
  style={
10785
11180
  {
@@ -10805,6 +11200,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10805
11200
  value="red"
10806
11201
  />
10807
11202
  <label
11203
+ className="with-faded-border"
10808
11204
  htmlFor="color-red"
10809
11205
  >
10810
11206
  Color Red
@@ -10824,6 +11220,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10824
11220
  value="blue"
10825
11221
  />
10826
11222
  <label
11223
+ className="with-faded-border"
10827
11224
  htmlFor="color-blue"
10828
11225
  >
10829
11226
  Color Blue
@@ -10843,6 +11240,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10843
11240
  value="green"
10844
11241
  />
10845
11242
  <label
11243
+ className="with-faded-border"
10846
11244
  htmlFor="color-green"
10847
11245
  >
10848
11246
  Color Green
@@ -10862,6 +11260,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10862
11260
  value="yellow"
10863
11261
  />
10864
11262
  <label
11263
+ className="with-faded-border"
10865
11264
  htmlFor="color-yellow"
10866
11265
  >
10867
11266
  Color Yellow
@@ -10881,6 +11280,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10881
11280
  value="oarnge"
10882
11281
  />
10883
11282
  <label
11283
+ className="with-faded-border"
10884
11284
  htmlFor="color-oarnge"
10885
11285
  >
10886
11286
  Color Orange
@@ -10900,6 +11300,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10900
11300
  value="violet"
10901
11301
  />
10902
11302
  <label
11303
+ className="with-faded-border"
10903
11304
  htmlFor="color-violet"
10904
11305
  >
10905
11306
  Color Violet
@@ -10919,6 +11320,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10919
11320
  value="brown"
10920
11321
  />
10921
11322
  <label
11323
+ className="with-faded-border"
10922
11324
  htmlFor="color-brown"
10923
11325
  >
10924
11326
  Color Brown
@@ -10938,6 +11340,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
10938
11340
  value="black"
10939
11341
  />
10940
11342
  <label
11343
+ className="with-faded-border"
10941
11344
  htmlFor="color-black"
10942
11345
  >
10943
11346
  Color Black
@@ -10966,7 +11369,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
10966
11369
  onSubmit={[Function]}
10967
11370
  >
10968
11371
  <div
10969
- className="base choices-input x-background2 y-main2"
11372
+ className="base choices-input x-main"
10970
11373
  id="colors"
10971
11374
  style={
10972
11375
  {
@@ -10997,6 +11400,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
10997
11400
  value="red"
10998
11401
  />
10999
11402
  <label
11403
+ className="with-faded-border"
11000
11404
  htmlFor="color-red"
11001
11405
  >
11002
11406
  Color Red
@@ -11016,6 +11420,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11016
11420
  value="blue"
11017
11421
  />
11018
11422
  <label
11423
+ className="with-faded-border"
11019
11424
  htmlFor="color-blue"
11020
11425
  >
11021
11426
  Color Blue
@@ -11035,6 +11440,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11035
11440
  value="green"
11036
11441
  />
11037
11442
  <label
11443
+ className="with-faded-border"
11038
11444
  htmlFor="color-green"
11039
11445
  >
11040
11446
  Color Green
@@ -11054,6 +11460,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11054
11460
  value="yellow"
11055
11461
  />
11056
11462
  <label
11463
+ className="with-faded-border"
11057
11464
  htmlFor="color-yellow"
11058
11465
  >
11059
11466
  Color Yellow
@@ -11073,6 +11480,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11073
11480
  value="oarnge"
11074
11481
  />
11075
11482
  <label
11483
+ className="with-faded-border"
11076
11484
  htmlFor="color-oarnge"
11077
11485
  >
11078
11486
  Color Orange
@@ -11092,6 +11500,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11092
11500
  value="violet"
11093
11501
  />
11094
11502
  <label
11503
+ className="with-faded-border"
11095
11504
  htmlFor="color-violet"
11096
11505
  >
11097
11506
  Color Violet
@@ -11111,6 +11520,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11111
11520
  value="brown"
11112
11521
  />
11113
11522
  <label
11523
+ className="with-faded-border"
11114
11524
  htmlFor="color-brown"
11115
11525
  >
11116
11526
  Color Brown
@@ -11130,6 +11540,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11130
11540
  value="black"
11131
11541
  />
11132
11542
  <label
11543
+ className="with-faded-border"
11133
11544
  htmlFor="color-black"
11134
11545
  >
11135
11546
  Color Black
@@ -11158,7 +11569,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11158
11569
  onSubmit={[Function]}
11159
11570
  >
11160
11571
  <div
11161
- className="base choices-input x-background2 y-main2"
11572
+ className="base choices-input x-main"
11162
11573
  id="colors"
11163
11574
  style={
11164
11575
  {
@@ -11189,6 +11600,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11189
11600
  value="red"
11190
11601
  />
11191
11602
  <label
11603
+ className="with-faded-border"
11192
11604
  htmlFor="color-red"
11193
11605
  >
11194
11606
  Color Red
@@ -11208,6 +11620,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11208
11620
  value="blue"
11209
11621
  />
11210
11622
  <label
11623
+ className="with-faded-border"
11211
11624
  htmlFor="color-blue"
11212
11625
  >
11213
11626
  Color Blue
@@ -11227,6 +11640,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11227
11640
  value="green"
11228
11641
  />
11229
11642
  <label
11643
+ className="with-faded-border"
11230
11644
  htmlFor="color-green"
11231
11645
  >
11232
11646
  Color Green
@@ -11246,6 +11660,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11246
11660
  value="yellow"
11247
11661
  />
11248
11662
  <label
11663
+ className="with-faded-border"
11249
11664
  htmlFor="color-yellow"
11250
11665
  >
11251
11666
  Color Yellow
@@ -11265,6 +11680,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11265
11680
  value="oarnge"
11266
11681
  />
11267
11682
  <label
11683
+ className="with-faded-border"
11268
11684
  htmlFor="color-oarnge"
11269
11685
  >
11270
11686
  Color Orange
@@ -11284,6 +11700,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11284
11700
  value="violet"
11285
11701
  />
11286
11702
  <label
11703
+ className="with-faded-border"
11287
11704
  htmlFor="color-violet"
11288
11705
  >
11289
11706
  Color Violet
@@ -11303,6 +11720,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11303
11720
  value="brown"
11304
11721
  />
11305
11722
  <label
11723
+ className="with-faded-border"
11306
11724
  htmlFor="color-brown"
11307
11725
  >
11308
11726
  Color Brown
@@ -11322,6 +11740,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11322
11740
  value="black"
11323
11741
  />
11324
11742
  <label
11743
+ className="with-faded-border"
11325
11744
  htmlFor="color-black"
11326
11745
  >
11327
11746
  Color Black
@@ -11350,7 +11769,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11350
11769
  onSubmit={[Function]}
11351
11770
  >
11352
11771
  <div
11353
- className="base choices-input multiple x-background2 y-main2"
11772
+ className="base choices-input multiple x-main"
11354
11773
  id="colors"
11355
11774
  style={
11356
11775
  {
@@ -11376,6 +11795,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11376
11795
  value="red"
11377
11796
  />
11378
11797
  <label
11798
+ className="with-faded-border"
11379
11799
  htmlFor="color-red"
11380
11800
  >
11381
11801
  Color Red
@@ -11395,6 +11815,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11395
11815
  value="blue"
11396
11816
  />
11397
11817
  <label
11818
+ className="with-faded-border"
11398
11819
  htmlFor="color-blue"
11399
11820
  >
11400
11821
  Color Blue
@@ -11414,6 +11835,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11414
11835
  value="green"
11415
11836
  />
11416
11837
  <label
11838
+ className="with-faded-border"
11417
11839
  htmlFor="color-green"
11418
11840
  >
11419
11841
  Color Green
@@ -11433,6 +11855,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11433
11855
  value="yellow"
11434
11856
  />
11435
11857
  <label
11858
+ className="with-faded-border"
11436
11859
  htmlFor="color-yellow"
11437
11860
  >
11438
11861
  Color Yellow
@@ -11452,6 +11875,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11452
11875
  value="oarnge"
11453
11876
  />
11454
11877
  <label
11878
+ className="with-faded-border"
11455
11879
  htmlFor="color-oarnge"
11456
11880
  >
11457
11881
  Color Orange
@@ -11471,6 +11895,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11471
11895
  value="violet"
11472
11896
  />
11473
11897
  <label
11898
+ className="with-faded-border"
11474
11899
  htmlFor="color-violet"
11475
11900
  >
11476
11901
  Color Violet
@@ -11490,6 +11915,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11490
11915
  value="brown"
11491
11916
  />
11492
11917
  <label
11918
+ className="with-faded-border"
11493
11919
  htmlFor="color-brown"
11494
11920
  >
11495
11921
  Color Brown
@@ -11509,6 +11935,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11509
11935
  value="black"
11510
11936
  />
11511
11937
  <label
11938
+ className="with-faded-border"
11512
11939
  htmlFor="color-black"
11513
11940
  >
11514
11941
  Color Black
@@ -11537,7 +11964,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11537
11964
  onSubmit={[Function]}
11538
11965
  >
11539
11966
  <div
11540
- className="base choices-input multiple x-background2 y-main2"
11967
+ className="base choices-input multiple x-main"
11541
11968
  id="colors"
11542
11969
  style={
11543
11970
  {
@@ -11563,6 +11990,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11563
11990
  value="red"
11564
11991
  />
11565
11992
  <label
11993
+ className="with-faded-border"
11566
11994
  htmlFor="color-red"
11567
11995
  >
11568
11996
  Color Red
@@ -11582,6 +12010,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11582
12010
  value="blue"
11583
12011
  />
11584
12012
  <label
12013
+ className="with-faded-border"
11585
12014
  htmlFor="color-blue"
11586
12015
  >
11587
12016
  Color Blue
@@ -11601,6 +12030,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11601
12030
  value="green"
11602
12031
  />
11603
12032
  <label
12033
+ className="with-faded-border"
11604
12034
  htmlFor="color-green"
11605
12035
  >
11606
12036
  Color Green
@@ -11620,6 +12050,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11620
12050
  value="yellow"
11621
12051
  />
11622
12052
  <label
12053
+ className="with-faded-border"
11623
12054
  htmlFor="color-yellow"
11624
12055
  >
11625
12056
  Color Yellow
@@ -11639,6 +12070,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11639
12070
  value="oarnge"
11640
12071
  />
11641
12072
  <label
12073
+ className="with-faded-border"
11642
12074
  htmlFor="color-oarnge"
11643
12075
  >
11644
12076
  Color Orange
@@ -11658,6 +12090,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11658
12090
  value="violet"
11659
12091
  />
11660
12092
  <label
12093
+ className="with-faded-border"
11661
12094
  htmlFor="color-violet"
11662
12095
  >
11663
12096
  Color Violet
@@ -11677,6 +12110,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11677
12110
  value="brown"
11678
12111
  />
11679
12112
  <label
12113
+ className="with-faded-border"
11680
12114
  htmlFor="color-brown"
11681
12115
  >
11682
12116
  Color Brown
@@ -11696,6 +12130,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
11696
12130
  value="black"
11697
12131
  />
11698
12132
  <label
12133
+ className="with-faded-border"
11699
12134
  htmlFor="color-black"
11700
12135
  >
11701
12136
  Color Black
@@ -11724,7 +12159,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11724
12159
  onSubmit={[Function]}
11725
12160
  >
11726
12161
  <div
11727
- className="base choices-input multiple x-background2 y-main2"
12162
+ className="base choices-input multiple x-main"
11728
12163
  id="colors"
11729
12164
  style={
11730
12165
  {
@@ -11750,6 +12185,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11750
12185
  value="red"
11751
12186
  />
11752
12187
  <label
12188
+ className="with-faded-border"
11753
12189
  htmlFor="color-red"
11754
12190
  >
11755
12191
  Color Red
@@ -11769,6 +12205,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11769
12205
  value="blue"
11770
12206
  />
11771
12207
  <label
12208
+ className="with-faded-border"
11772
12209
  htmlFor="color-blue"
11773
12210
  >
11774
12211
  Color Blue
@@ -11788,6 +12225,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11788
12225
  value="green"
11789
12226
  />
11790
12227
  <label
12228
+ className="with-faded-border"
11791
12229
  htmlFor="color-green"
11792
12230
  >
11793
12231
  Color Green
@@ -11807,6 +12245,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11807
12245
  value="yellow"
11808
12246
  />
11809
12247
  <label
12248
+ className="with-faded-border"
11810
12249
  htmlFor="color-yellow"
11811
12250
  >
11812
12251
  Color Yellow
@@ -11826,6 +12265,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11826
12265
  value="oarnge"
11827
12266
  />
11828
12267
  <label
12268
+ className="with-faded-border"
11829
12269
  htmlFor="color-oarnge"
11830
12270
  >
11831
12271
  Color Orange
@@ -11845,6 +12285,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11845
12285
  value="violet"
11846
12286
  />
11847
12287
  <label
12288
+ className="with-faded-border"
11848
12289
  htmlFor="color-violet"
11849
12290
  >
11850
12291
  Color Violet
@@ -11864,6 +12305,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11864
12305
  value="brown"
11865
12306
  />
11866
12307
  <label
12308
+ className="with-faded-border"
11867
12309
  htmlFor="color-brown"
11868
12310
  >
11869
12311
  Color Brown
@@ -11883,6 +12325,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11883
12325
  value="black"
11884
12326
  />
11885
12327
  <label
12328
+ className="with-faded-border"
11886
12329
  htmlFor="color-black"
11887
12330
  >
11888
12331
  Color Black
@@ -11911,7 +12354,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
11911
12354
  onSubmit={[Function]}
11912
12355
  >
11913
12356
  <div
11914
- className="base choices-input x-background2 y-main2"
12357
+ className="base choices-input x-main"
11915
12358
  id="colors"
11916
12359
  style={
11917
12360
  {
@@ -11943,6 +12386,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
11943
12386
  value="red"
11944
12387
  />
11945
12388
  <label
12389
+ className="with-faded-border"
11946
12390
  htmlFor="color-red"
11947
12391
  >
11948
12392
  Color Red
@@ -11962,6 +12406,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
11962
12406
  value="blue"
11963
12407
  />
11964
12408
  <label
12409
+ className="with-faded-border"
11965
12410
  htmlFor="color-blue"
11966
12411
  >
11967
12412
  Color Blue
@@ -11981,6 +12426,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
11981
12426
  value="green"
11982
12427
  />
11983
12428
  <label
12429
+ className="with-faded-border"
11984
12430
  htmlFor="color-green"
11985
12431
  >
11986
12432
  Color Green
@@ -12000,6 +12446,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
12000
12446
  value="yellow"
12001
12447
  />
12002
12448
  <label
12449
+ className="with-faded-border"
12003
12450
  htmlFor="color-yellow"
12004
12451
  >
12005
12452
  Color Yellow
@@ -12019,6 +12466,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
12019
12466
  value="oarnge"
12020
12467
  />
12021
12468
  <label
12469
+ className="with-faded-border"
12022
12470
  htmlFor="color-oarnge"
12023
12471
  >
12024
12472
  Color Orange
@@ -12038,6 +12486,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
12038
12486
  value="violet"
12039
12487
  />
12040
12488
  <label
12489
+ className="with-faded-border"
12041
12490
  htmlFor="color-violet"
12042
12491
  >
12043
12492
  Color Violet
@@ -12057,6 +12506,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
12057
12506
  value="brown"
12058
12507
  />
12059
12508
  <label
12509
+ className="with-faded-border"
12060
12510
  htmlFor="color-brown"
12061
12511
  >
12062
12512
  Color Brown
@@ -12076,6 +12526,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
12076
12526
  value="black"
12077
12527
  />
12078
12528
  <label
12529
+ className="with-faded-border"
12079
12530
  htmlFor="color-black"
12080
12531
  >
12081
12532
  Color Black
@@ -12104,7 +12555,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
12104
12555
  onSubmit={[Function]}
12105
12556
  >
12106
12557
  <div
12107
- className="base choices-input x-background2 y-main2"
12558
+ className="base choices-input x-main"
12108
12559
  id="colors"
12109
12560
  style={
12110
12561
  {
@@ -12130,6 +12581,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
12130
12581
  value="red"
12131
12582
  />
12132
12583
  <label
12584
+ className="with-faded-border"
12133
12585
  htmlFor="color-red"
12134
12586
  >
12135
12587
  Color Red
@@ -12149,6 +12601,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
12149
12601
  value="blue"
12150
12602
  />
12151
12603
  <label
12604
+ className="with-faded-border"
12152
12605
  htmlFor="color-blue"
12153
12606
  >
12154
12607
  Color Blue
@@ -12168,6 +12621,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
12168
12621
  value="green"
12169
12622
  />
12170
12623
  <label
12624
+ className="with-faded-border"
12171
12625
  htmlFor="color-green"
12172
12626
  >
12173
12627
  Color Green
@@ -12187,6 +12641,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
12187
12641
  value="yellow"
12188
12642
  />
12189
12643
  <label
12644
+ className="with-faded-border"
12190
12645
  htmlFor="color-yellow"
12191
12646
  >
12192
12647
  Color Yellow
@@ -12206,6 +12661,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
12206
12661
  value="oarnge"
12207
12662
  />
12208
12663
  <label
12664
+ className="with-faded-border"
12209
12665
  htmlFor="color-oarnge"
12210
12666
  >
12211
12667
  Color Orange
@@ -12225,6 +12681,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
12225
12681
  value="violet"
12226
12682
  />
12227
12683
  <label
12684
+ className="with-faded-border"
12228
12685
  htmlFor="color-violet"
12229
12686
  >
12230
12687
  Color Violet
@@ -12244,6 +12701,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
12244
12701
  value="brown"
12245
12702
  />
12246
12703
  <label
12704
+ className="with-faded-border"
12247
12705
  htmlFor="color-brown"
12248
12706
  >
12249
12707
  Color Brown
@@ -12263,6 +12721,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
12263
12721
  value="black"
12264
12722
  />
12265
12723
  <label
12724
+ className="with-faded-border"
12266
12725
  htmlFor="color-black"
12267
12726
  >
12268
12727
  Color Black
@@ -12291,7 +12750,7 @@ exports[`Storyshots f/fields/QueryChoices Base 1`] = `
12291
12750
  onSubmit={[Function]}
12292
12751
  >
12293
12752
  <div
12294
- className="base choices-input x-background2 y-main2"
12753
+ className="base choices-input x-main"
12295
12754
  style={
12296
12755
  {
12297
12756
  "--grid-columns-desktop": 3,
@@ -12321,6 +12780,7 @@ exports[`Storyshots f/fields/QueryChoices Base 1`] = `
12321
12780
  value=""
12322
12781
  />
12323
12782
  <label
12783
+ className="with-faded-border"
12324
12784
  htmlFor="status-"
12325
12785
  >
12326
12786
  Fetching Options
@@ -12349,7 +12809,7 @@ exports[`Storyshots f/fields/QueryChoices Optional 1`] = `
12349
12809
  onSubmit={[Function]}
12350
12810
  >
12351
12811
  <div
12352
- className="base choices-input x-background2 y-main2"
12812
+ className="base choices-input x-main"
12353
12813
  style={
12354
12814
  {
12355
12815
  "--grid-columns-desktop": 3,
@@ -12380,6 +12840,7 @@ exports[`Storyshots f/fields/QueryChoices Optional 1`] = `
12380
12840
  value=""
12381
12841
  />
12382
12842
  <label
12843
+ className="with-faded-border"
12383
12844
  htmlFor="status-"
12384
12845
  >
12385
12846
  Fetching Options
@@ -12881,7 +13342,7 @@ exports[`Storyshots f/fields/QuerySelect Base 1`] = `
12881
13342
  Select Task Status
12882
13343
  </label>
12883
13344
  <div
12884
- className="select-wrapper"
13345
+ className="select-wrapper with-faded-border"
12885
13346
  >
12886
13347
  <select
12887
13348
  className="input"
@@ -12924,7 +13385,7 @@ exports[`Storyshots f/fields/QuerySelect Loading Options 1`] = `
12924
13385
  Select Task Status
12925
13386
  </label>
12926
13387
  <div
12927
- className="select-wrapper"
13388
+ className="select-wrapper with-faded-border"
12928
13389
  >
12929
13390
  <select
12930
13391
  className="input"
@@ -12968,7 +13429,7 @@ exports[`Storyshots f/fields/QuerySelect Optional 1`] = `
12968
13429
  (Optional)
12969
13430
  </label>
12970
13431
  <div
12971
- className="select-wrapper"
13432
+ className="select-wrapper with-faded-border"
12972
13433
  >
12973
13434
  <select
12974
13435
  className="input"
@@ -13011,7 +13472,7 @@ exports[`Storyshots f/fields/QuerySelect With Default Value 1`] = `
13011
13472
  Select Task Status
13012
13473
  </label>
13013
13474
  <div
13014
- className="select-wrapper"
13475
+ className="select-wrapper with-faded-border"
13015
13476
  >
13016
13477
  <select
13017
13478
  className="input"
@@ -13702,7 +14163,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
13702
14163
  onSubmit={[Function]}
13703
14164
  >
13704
14165
  <div
13705
- className="base select-input y-background2"
14166
+ className="base select-input y-interactive"
13706
14167
  >
13707
14168
  <label
13708
14169
  className="base form-label x-main2"
@@ -13711,7 +14172,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
13711
14172
  Work Type
13712
14173
  </label>
13713
14174
  <div
13714
- className="select-wrapper"
14175
+ className="select-wrapper with-faded-border"
13715
14176
  >
13716
14177
  <select
13717
14178
  className="input"
@@ -13770,7 +14231,75 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
13770
14231
  onSubmit={[Function]}
13771
14232
  >
13772
14233
  <div
13773
- className="base select-input y-background2"
14234
+ className="base select-input y-interactive"
14235
+ >
14236
+ <label
14237
+ className="base form-label x-main2"
14238
+ htmlFor="workType"
14239
+ >
14240
+ Work Type
14241
+ </label>
14242
+ <div
14243
+ className="select-wrapper with-faded-border"
14244
+ >
14245
+ <select
14246
+ className="input"
14247
+ disabled={true}
14248
+ id="workType"
14249
+ name="workType"
14250
+ onBlur={[Function]}
14251
+ onChange={[Function]}
14252
+ value=""
14253
+ >
14254
+ <option
14255
+ disabled={true}
14256
+ value=""
14257
+ >
14258
+ Select an option
14259
+ </option>
14260
+ <option
14261
+ disabled={false}
14262
+ value="Work"
14263
+ >
14264
+ Work
14265
+ </option>
14266
+ <option
14267
+ disabled={false}
14268
+ value="Managing"
14269
+ >
14270
+ Managing
14271
+ </option>
14272
+ <option
14273
+ disabled={false}
14274
+ value="Training"
14275
+ >
14276
+ Training
14277
+ </option>
14278
+ </select>
14279
+ </div>
14280
+ </div>
14281
+ <div
14282
+ className="debugger"
14283
+ >
14284
+ <button
14285
+ className="base button x-main2"
14286
+ onClick={[Function]}
14287
+ type="button"
14288
+ >
14289
+ Open FormDebugger
14290
+ </button>
14291
+ </div>
14292
+ </form>
14293
+ `;
14294
+
14295
+ exports[`Storyshots f/fields/SelectInput Disabled With Description Select Input 1`] = `
14296
+ <form
14297
+ action="#"
14298
+ onReset={[Function]}
14299
+ onSubmit={[Function]}
14300
+ >
14301
+ <div
14302
+ className="base select-input y-interactive"
13774
14303
  >
13775
14304
  <label
13776
14305
  className="base form-label x-main2"
@@ -13779,7 +14308,7 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
13779
14308
  Work Type
13780
14309
  </label>
13781
14310
  <div
13782
- className="select-wrapper"
14311
+ className="select-wrapper with-faded-border"
13783
14312
  >
13784
14313
  <select
13785
14314
  className="input"
@@ -13816,6 +14345,11 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
13816
14345
  </option>
13817
14346
  </select>
13818
14347
  </div>
14348
+ <div
14349
+ className="base description v50 mt-v s-1 x-metadata"
14350
+ >
14351
+ This is a description
14352
+ </div>
13819
14353
  </div>
13820
14354
  <div
13821
14355
  className="debugger"
@@ -13838,7 +14372,7 @@ exports[`Storyshots f/fields/SelectInput Optional 1`] = `
13838
14372
  onSubmit={[Function]}
13839
14373
  >
13840
14374
  <div
13841
- className="base select-input y-background2"
14375
+ className="base select-input y-interactive"
13842
14376
  >
13843
14377
  <label
13844
14378
  className="base form-label x-main2"
@@ -13848,7 +14382,7 @@ exports[`Storyshots f/fields/SelectInput Optional 1`] = `
13848
14382
  (Optional)
13849
14383
  </label>
13850
14384
  <div
13851
- className="select-wrapper"
14385
+ className="select-wrapper with-faded-border"
13852
14386
  >
13853
14387
  <select
13854
14388
  className="input"
@@ -13907,7 +14441,7 @@ exports[`Storyshots f/fields/SelectInput Required 1`] = `
13907
14441
  onSubmit={[Function]}
13908
14442
  >
13909
14443
  <div
13910
- className="base select-input y-background2"
14444
+ className="base select-input y-interactive"
13911
14445
  >
13912
14446
  <label
13913
14447
  className="base form-label x-main2"
@@ -13916,7 +14450,7 @@ exports[`Storyshots f/fields/SelectInput Required 1`] = `
13916
14450
  Work Type
13917
14451
  </label>
13918
14452
  <div
13919
- className="select-wrapper"
14453
+ className="select-wrapper with-faded-border"
13920
14454
  >
13921
14455
  <select
13922
14456
  className="input"
@@ -13975,7 +14509,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
13975
14509
  onSubmit={[Function]}
13976
14510
  >
13977
14511
  <div
13978
- className="base select-input y-background2"
14512
+ className="base select-input y-interactive"
13979
14513
  >
13980
14514
  <label
13981
14515
  className="base form-label x-main2"
@@ -13984,7 +14518,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
13984
14518
  Work Type
13985
14519
  </label>
13986
14520
  <div
13987
- className="select-wrapper"
14521
+ className="select-wrapper with-faded-border"
13988
14522
  >
13989
14523
  <select
13990
14524
  className="input"
@@ -14068,20 +14602,24 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
14068
14602
  >
14069
14603
  <label
14070
14604
  className="base form-label v50 mb-v x-main2"
14071
- htmlFor="firstName"
14605
+ htmlFor="email"
14072
14606
  >
14073
- What's your first name ?
14607
+ How can we reach you ?
14074
14608
  </label>
14075
- <input
14076
- className="input"
14077
- disabled={false}
14078
- id="firstName"
14079
- name="firstName"
14080
- onBlur={[Function]}
14081
- onChange={[Function]}
14082
- type="text"
14083
- value=""
14084
- />
14609
+ <div
14610
+ className="input-wrapper with-faded-border"
14611
+ >
14612
+ <input
14613
+ className="input"
14614
+ disabled={false}
14615
+ id="email"
14616
+ name="email"
14617
+ onBlur={[Function]}
14618
+ onChange={[Function]}
14619
+ type="text"
14620
+ value=""
14621
+ />
14622
+ </div>
14085
14623
  </div>
14086
14624
  <div
14087
14625
  className="debugger"
@@ -14116,16 +14654,19 @@ exports[`Storyshots f/fields/TextInput Date 1`] = `
14116
14654
  >
14117
14655
  Select date
14118
14656
  </label>
14119
- <input
14120
- className="input"
14121
- disabled={false}
14122
- id="date"
14123
- name="date"
14124
- onBlur={[Function]}
14125
- onChange={[Function]}
14126
- type="date"
14127
- value=""
14128
- />
14657
+ <div
14658
+ className="input-wrapper with-faded-border"
14659
+ >
14660
+ <input
14661
+ className="input"
14662
+ disabled={false}
14663
+ id="date"
14664
+ name="date"
14665
+ onBlur={[Function]}
14666
+ onChange={[Function]}
14667
+ type="date"
14668
+ />
14669
+ </div>
14129
14670
  </div>
14130
14671
  <div
14131
14672
  className="debugger"
@@ -14156,21 +14697,25 @@ exports[`Storyshots f/fields/TextInput Optional 1`] = `
14156
14697
  >
14157
14698
  <label
14158
14699
  className="base form-label v50 mb-v x-main2"
14159
- htmlFor="firstName"
14700
+ htmlFor="email"
14160
14701
  >
14161
- What's your first name ?
14702
+ How can we reach you ?
14162
14703
  (Optional)
14163
14704
  </label>
14164
- <input
14165
- className="input"
14166
- disabled={false}
14167
- id="firstName"
14168
- name="firstName"
14169
- onBlur={[Function]}
14170
- onChange={[Function]}
14171
- type="text"
14172
- value=""
14173
- />
14705
+ <div
14706
+ className="input-wrapper with-faded-border"
14707
+ >
14708
+ <input
14709
+ className="input"
14710
+ disabled={false}
14711
+ id="email"
14712
+ name="email"
14713
+ onBlur={[Function]}
14714
+ onChange={[Function]}
14715
+ type="text"
14716
+ value=""
14717
+ />
14718
+ </div>
14174
14719
  </div>
14175
14720
  <div
14176
14721
  className="debugger"
@@ -14205,16 +14750,19 @@ exports[`Storyshots f/fields/TextInput Time 1`] = `
14205
14750
  >
14206
14751
  Select time
14207
14752
  </label>
14208
- <input
14209
- className="input"
14210
- disabled={false}
14211
- id="time"
14212
- name="time"
14213
- onBlur={[Function]}
14214
- onChange={[Function]}
14215
- type="time"
14216
- value=""
14217
- />
14753
+ <div
14754
+ className="input-wrapper with-faded-border"
14755
+ >
14756
+ <input
14757
+ className="input"
14758
+ disabled={false}
14759
+ id="time"
14760
+ name="time"
14761
+ onBlur={[Function]}
14762
+ onChange={[Function]}
14763
+ type="time"
14764
+ />
14765
+ </div>
14218
14766
  </div>
14219
14767
  <div
14220
14768
  className="debugger"
@@ -14245,21 +14793,25 @@ exports[`Storyshots f/fields/TextInput With Auto Complete Off 1`] = `
14245
14793
  >
14246
14794
  <label
14247
14795
  className="base form-label v50 mb-v x-main2"
14248
- htmlFor="firstName"
14796
+ htmlFor="email"
14249
14797
  >
14250
- What's your first name ?
14798
+ How can we reach you ?
14251
14799
  </label>
14252
- <input
14253
- autoComplete="off"
14254
- className="input"
14255
- disabled={false}
14256
- id="firstName"
14257
- name="firstName"
14258
- onBlur={[Function]}
14259
- onChange={[Function]}
14260
- type="text"
14261
- value=""
14262
- />
14800
+ <div
14801
+ className="input-wrapper with-faded-border"
14802
+ >
14803
+ <input
14804
+ autoComplete="off"
14805
+ className="input"
14806
+ disabled={false}
14807
+ id="email"
14808
+ name="email"
14809
+ onBlur={[Function]}
14810
+ onChange={[Function]}
14811
+ type="text"
14812
+ value=""
14813
+ />
14814
+ </div>
14263
14815
  </div>
14264
14816
  <div
14265
14817
  className="debugger"
@@ -14290,20 +14842,24 @@ exports[`Storyshots f/fields/TextInput With Disabled 1`] = `
14290
14842
  >
14291
14843
  <label
14292
14844
  className="base form-label v50 mb-v x-main2"
14293
- htmlFor="firstName"
14845
+ htmlFor="email"
14294
14846
  >
14295
- What's your first name ?
14847
+ How can we reach you ?
14296
14848
  </label>
14297
- <input
14298
- className="input"
14299
- disabled={true}
14300
- id="firstName"
14301
- name="firstName"
14302
- onBlur={[Function]}
14303
- onChange={[Function]}
14304
- type="text"
14305
- value=""
14306
- />
14849
+ <div
14850
+ className="input-wrapper with-faded-border"
14851
+ >
14852
+ <input
14853
+ className="input"
14854
+ disabled={true}
14855
+ id="email"
14856
+ name="email"
14857
+ onBlur={[Function]}
14858
+ onChange={[Function]}
14859
+ type="text"
14860
+ value=""
14861
+ />
14862
+ </div>
14307
14863
  </div>
14308
14864
  <div
14309
14865
  className="debugger"
@@ -14334,21 +14890,25 @@ exports[`Storyshots f/fields/TextInput With Placeholder 1`] = `
14334
14890
  >
14335
14891
  <label
14336
14892
  className="base form-label v50 mb-v x-main2"
14337
- htmlFor="firstName"
14893
+ htmlFor="email"
14338
14894
  >
14339
- What's your first name ?
14895
+ How can we reach you ?
14340
14896
  </label>
14341
- <input
14342
- className="input"
14343
- disabled={false}
14344
- id="firstName"
14345
- name="firstName"
14346
- onBlur={[Function]}
14347
- onChange={[Function]}
14348
- placeholder="First Name"
14349
- type="text"
14350
- value=""
14351
- />
14897
+ <div
14898
+ className="input-wrapper with-faded-border"
14899
+ >
14900
+ <input
14901
+ className="input"
14902
+ disabled={false}
14903
+ id="email"
14904
+ name="email"
14905
+ onBlur={[Function]}
14906
+ onChange={[Function]}
14907
+ placeholder="Email address"
14908
+ type="text"
14909
+ value=""
14910
+ />
14911
+ </div>
14352
14912
  </div>
14353
14913
  <div
14354
14914
  className="debugger"
@@ -14379,20 +14939,24 @@ exports[`Storyshots f/fields/TextInput With Validation 1`] = `
14379
14939
  >
14380
14940
  <label
14381
14941
  className="base form-label v50 mb-v x-main2"
14382
- htmlFor="firstName"
14942
+ htmlFor="email"
14383
14943
  >
14384
- What's your first name ?
14944
+ How can we reach you ?
14385
14945
  </label>
14386
- <input
14387
- className="input"
14388
- disabled={false}
14389
- id="firstName"
14390
- name="firstName"
14391
- onBlur={[Function]}
14392
- onChange={[Function]}
14393
- type="text"
14394
- value=""
14395
- />
14946
+ <div
14947
+ className="input-wrapper with-faded-border"
14948
+ >
14949
+ <input
14950
+ className="input"
14951
+ disabled={false}
14952
+ id="email"
14953
+ name="email"
14954
+ onBlur={[Function]}
14955
+ onChange={[Function]}
14956
+ type="text"
14957
+ value=""
14958
+ />
14959
+ </div>
14396
14960
  </div>
14397
14961
  <div
14398
14962
  className="debugger"