@pareto-engineering/design-system 2.0.0-alpha.53 → 2.0.0-alpha.56

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 (225) hide show
  1. package/dist/cjs/a/Alert/Alert.js +141 -0
  2. package/dist/cjs/a/Alert/index.js +15 -0
  3. package/dist/cjs/a/Alert/styles.scss +74 -0
  4. package/dist/cjs/a/GradientBackground/GradientBackground.js +140 -0
  5. package/dist/cjs/a/GradientBackground/index.js +15 -0
  6. package/dist/cjs/a/GradientBackground/styles.scss +191 -0
  7. package/dist/cjs/a/Popover/common/Divider/Divider.js +67 -0
  8. package/dist/cjs/a/Popover/common/Divider/index.js +15 -0
  9. package/dist/cjs/a/Popover/common/Item/Item.js +67 -0
  10. package/dist/cjs/a/Popover/common/Item/index.js +15 -0
  11. package/dist/cjs/a/Popover/common/index.js +21 -0
  12. package/dist/cjs/a/index.js +9 -1
  13. package/dist/cjs/c/AcceptCookies/AcceptCookies.js +134 -0
  14. package/dist/cjs/c/AcceptCookies/index.js +15 -0
  15. package/dist/cjs/c/AcceptCookies/styles.scss +49 -0
  16. package/dist/cjs/c/BlogCategoryButton/BlogCategoryButton.js +95 -0
  17. package/dist/cjs/c/BlogCategoryButton/index.js +15 -0
  18. package/dist/cjs/c/BlogContext/BlogContextProvider.js +63 -0
  19. package/dist/cjs/c/BlogContext/Context.js +16 -0
  20. package/dist/cjs/c/BlogContext/ContextProvider.js +63 -0
  21. package/dist/cjs/c/BlogContext/index.js +31 -0
  22. package/dist/cjs/c/BlogContext/useBlog.js +16 -0
  23. package/dist/cjs/c/BlogPost/BlogPost.js +147 -0
  24. package/dist/cjs/c/BlogPost/index.js +15 -0
  25. package/dist/cjs/c/BlogPost/styles.scss +33 -0
  26. package/dist/cjs/c/BlogPostsList/BlogPostsList.js +73 -0
  27. package/dist/cjs/c/BlogPostsList/common/Card/Card.js +170 -0
  28. package/dist/cjs/c/BlogPostsList/common/Card/index.js +15 -0
  29. package/dist/cjs/c/BlogPostsList/common/index.js +13 -0
  30. package/dist/cjs/c/BlogPostsList/index.js +15 -0
  31. package/dist/cjs/c/BlogPostsList/styles.scss +72 -0
  32. package/dist/cjs/c/SiteFooter/SiteFooter.js +73 -0
  33. package/dist/cjs/c/SiteFooter/common/Section/Section.js +95 -0
  34. package/dist/cjs/c/SiteFooter/common/Section/index.js +15 -0
  35. package/dist/cjs/c/SiteFooter/common/index.js +13 -0
  36. package/dist/cjs/c/SiteFooter/index.js +15 -0
  37. package/dist/cjs/c/SiteFooter/styles.scss +34 -0
  38. package/dist/cjs/c/SiteHeaderCTA/SiteHeaderCTA.js +108 -0
  39. package/dist/cjs/c/SiteHeaderCTA/index.js +15 -0
  40. package/dist/cjs/c/SiteHeaderCTA/styles.scss +44 -0
  41. package/dist/cjs/c/SiteMission/SiteMission.js +113 -0
  42. package/dist/cjs/c/SiteMission/index.js +15 -0
  43. package/dist/cjs/c/SiteMission/styles.scss +30 -0
  44. package/dist/cjs/c/SiteNavigation/SiteNavigation.js +130 -0
  45. package/dist/cjs/c/SiteNavigation/index.js +15 -0
  46. package/dist/cjs/c/SiteNavigation/styles.scss +118 -0
  47. package/dist/cjs/c/SiteOnboardingStep/SiteOnboardingStep.js +98 -0
  48. package/dist/cjs/c/SiteOnboardingStep/index.js +15 -0
  49. package/dist/cjs/c/SiteOnboardingStep/styles.scss +51 -0
  50. package/dist/cjs/c/SitePricing/SitePricing.js +108 -0
  51. package/dist/cjs/c/SitePricing/index.js +15 -0
  52. package/dist/cjs/c/SitePricing/styles.scss +73 -0
  53. package/dist/cjs/c/SiteServices/SiteServices.js +211 -0
  54. package/dist/cjs/c/SiteServices/index.js +15 -0
  55. package/dist/cjs/c/SiteServices/styles.scss +138 -0
  56. package/dist/cjs/c/TeamGallery/TeamGallery.js +80 -0
  57. package/dist/cjs/c/TeamGallery/common/PersonCard/PersonCard.js +84 -0
  58. package/dist/cjs/c/TeamGallery/common/PersonCard/index.js +15 -0
  59. package/dist/cjs/c/TeamGallery/common/index.js +13 -0
  60. package/dist/cjs/c/TeamGallery/index.js +15 -0
  61. package/dist/cjs/c/TeamGallery/styles.scss +100 -0
  62. package/dist/cjs/c/Testimonials/Testimonials.js +119 -0
  63. package/dist/cjs/c/Testimonials/index.js +15 -0
  64. package/dist/cjs/c/Testimonials/styles.scss +112 -0
  65. package/dist/cjs/experimental/GradientBackground/GradientBackground.js +98 -0
  66. package/dist/cjs/experimental/GradientBackground/index.js +15 -0
  67. package/dist/cjs/experimental/GradientBackground/styles.scss +64 -0
  68. package/dist/cjs/experimental/index.js +13 -0
  69. package/dist/cjs/f/FormInput/FormInput.js +1 -1
  70. package/dist/cjs/f/common/Description/Description.js +20 -14
  71. package/dist/cjs/f/fields/CheckboxInput/CheckboxInput.js +105 -0
  72. package/dist/cjs/f/fields/CheckboxInput/index.js +15 -0
  73. package/dist/cjs/f/fields/CheckboxInput/styles.scss +28 -0
  74. package/dist/cjs/f/fields/IntlTelInput/IntlTelInput.js +170 -0
  75. package/dist/cjs/f/fields/IntlTelInput/index.js +15 -0
  76. package/dist/cjs/f/fields/IntlTelInput/styles.scss +37 -0
  77. package/dist/cjs/f/fields/QueryCombobox/QueryCombobox.js +0 -2
  78. package/dist/cjs/f/fields/QueryCombobox/common/Combobox/Combobox.js +5 -9
  79. package/dist/cjs/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +5 -9
  80. package/dist/cjs/f/fields/QuerySelect/styles.scss +21 -0
  81. package/dist/cjs/f/fields/RadioInput/RadioInput.js +110 -0
  82. package/dist/cjs/f/fields/RadioInput/index.js +15 -0
  83. package/dist/cjs/f/fields/RadioInput/styles.scss +26 -0
  84. package/dist/cjs/f/fields/SelectInput/SelectInput.js +16 -8
  85. package/dist/cjs/f/fields/TaskRecommendation/TaskRecommendation.js +129 -0
  86. package/dist/cjs/f/fields/TaskRecommendation/index.js +15 -0
  87. package/dist/cjs/f/fields/TaskRecommendation/styles.scss +37 -0
  88. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +131 -0
  89. package/dist/cjs/f/fields/TaskRecommendationInput/index.js +15 -0
  90. package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +41 -0
  91. package/dist/cjs/f/fields/TextArea/TextArea.js +141 -0
  92. package/dist/cjs/f/fields/TextArea/index.js +15 -0
  93. package/dist/cjs/f/fields/TextArea/styles.scss +19 -0
  94. package/dist/cjs/f/fields/TextInput/TextInput.js +18 -9
  95. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +16 -8
  96. package/dist/cjs/test/QueryLoader/styles.scss +9 -0
  97. package/dist/es/a/Alert/Alert.js +118 -0
  98. package/dist/es/a/Alert/index.js +2 -0
  99. package/dist/es/a/Alert/styles.scss +74 -0
  100. package/dist/es/a/GradientBackground/GradientBackground.js +118 -0
  101. package/dist/es/a/GradientBackground/index.js +2 -0
  102. package/dist/es/a/GradientBackground/styles.scss +191 -0
  103. package/dist/es/a/Popover/common/Divider/Divider.js +47 -0
  104. package/dist/es/a/Popover/common/Divider/index.js +2 -0
  105. package/dist/es/a/Popover/common/Item/Item.js +47 -0
  106. package/dist/es/a/Popover/common/Item/index.js +2 -0
  107. package/dist/es/a/Popover/common/index.js +2 -0
  108. package/dist/es/a/index.js +2 -1
  109. package/dist/es/c/AcceptCookies/AcceptCookies.js +117 -0
  110. package/dist/es/c/AcceptCookies/index.js +2 -0
  111. package/dist/es/c/AcceptCookies/styles.scss +49 -0
  112. package/dist/es/c/BlogCategoryButton/BlogCategoryButton.js +68 -0
  113. package/dist/es/c/BlogCategoryButton/index.js +2 -0
  114. package/dist/es/c/BlogContext/BlogContextProvider.js +45 -0
  115. package/dist/es/c/BlogContext/Context.js +2 -0
  116. package/dist/es/c/BlogContext/ContextProvider.js +45 -0
  117. package/dist/es/c/BlogContext/index.js +4 -0
  118. package/dist/es/c/BlogContext/useBlog.js +3 -0
  119. package/dist/es/c/BlogPost/BlogPost.js +128 -0
  120. package/dist/es/c/BlogPost/index.js +2 -0
  121. package/dist/es/c/BlogPost/styles.scss +33 -0
  122. package/dist/es/c/BlogPostsList/BlogPostsList.js +56 -0
  123. package/dist/es/c/BlogPostsList/common/Card/Card.js +143 -0
  124. package/dist/es/c/BlogPostsList/common/Card/index.js +2 -0
  125. package/dist/es/c/BlogPostsList/common/index.js +1 -0
  126. package/dist/es/c/BlogPostsList/index.js +2 -0
  127. package/dist/es/c/BlogPostsList/styles.scss +72 -0
  128. package/dist/es/c/SiteFooter/SiteFooter.js +56 -0
  129. package/dist/es/c/SiteFooter/common/Section/Section.js +73 -0
  130. package/dist/es/c/SiteFooter/common/Section/index.js +2 -0
  131. package/dist/es/c/SiteFooter/common/index.js +1 -0
  132. package/dist/es/c/SiteFooter/index.js +2 -0
  133. package/dist/es/c/SiteFooter/styles.scss +34 -0
  134. package/dist/es/c/SiteHeaderCTA/SiteHeaderCTA.js +92 -0
  135. package/dist/es/c/SiteHeaderCTA/index.js +2 -0
  136. package/dist/es/c/SiteHeaderCTA/styles.scss +44 -0
  137. package/dist/es/c/SiteMission/SiteMission.js +96 -0
  138. package/dist/es/c/SiteMission/index.js +2 -0
  139. package/dist/es/c/SiteMission/styles.scss +30 -0
  140. package/dist/es/c/SiteNavigation/SiteNavigation.js +111 -0
  141. package/dist/es/c/SiteNavigation/index.js +2 -0
  142. package/dist/es/c/SiteNavigation/styles.scss +118 -0
  143. package/dist/es/c/SiteOnboardingStep/SiteOnboardingStep.js +81 -0
  144. package/dist/es/c/SiteOnboardingStep/index.js +2 -0
  145. package/dist/es/c/SiteOnboardingStep/styles.scss +51 -0
  146. package/dist/es/c/SitePricing/SitePricing.js +91 -0
  147. package/dist/es/c/SitePricing/index.js +2 -0
  148. package/dist/es/c/SitePricing/styles.scss +73 -0
  149. package/dist/es/c/SiteServices/SiteServices.js +195 -0
  150. package/dist/es/c/SiteServices/index.js +2 -0
  151. package/dist/es/c/SiteServices/styles.scss +138 -0
  152. package/dist/es/c/TeamGallery/TeamGallery.js +64 -0
  153. package/dist/es/c/TeamGallery/common/PersonCard/PersonCard.js +64 -0
  154. package/dist/es/c/TeamGallery/common/PersonCard/index.js +2 -0
  155. package/dist/es/c/TeamGallery/common/index.js +1 -0
  156. package/dist/es/c/TeamGallery/index.js +2 -0
  157. package/dist/es/c/TeamGallery/styles.scss +100 -0
  158. package/dist/es/c/Testimonials/Testimonials.js +99 -0
  159. package/dist/es/c/Testimonials/index.js +2 -0
  160. package/dist/es/c/Testimonials/styles.scss +112 -0
  161. package/dist/es/experimental/GradientBackground/GradientBackground.js +76 -0
  162. package/dist/es/experimental/GradientBackground/index.js +2 -0
  163. package/dist/es/experimental/GradientBackground/styles.scss +64 -0
  164. package/dist/es/experimental/index.js +1 -0
  165. package/dist/es/f/FormInput/FormInput.js +1 -1
  166. package/dist/es/f/common/Description/Description.js +19 -14
  167. package/dist/es/f/fields/CheckboxInput/CheckboxInput.js +85 -0
  168. package/dist/es/f/fields/CheckboxInput/index.js +2 -0
  169. package/dist/es/f/fields/CheckboxInput/styles.scss +28 -0
  170. package/dist/es/f/fields/IntlTelInput/IntlTelInput.js +152 -0
  171. package/dist/es/f/fields/IntlTelInput/index.js +2 -0
  172. package/dist/es/f/fields/IntlTelInput/styles.scss +37 -0
  173. package/dist/es/f/fields/QueryCombobox/QueryCombobox.js +0 -2
  174. package/dist/es/f/fields/QueryCombobox/common/Combobox/Combobox.js +5 -9
  175. package/dist/es/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +5 -9
  176. package/dist/es/f/fields/QuerySelect/styles.scss +21 -0
  177. package/dist/es/f/fields/RadioInput/RadioInput.js +90 -0
  178. package/dist/es/f/fields/RadioInput/index.js +2 -0
  179. package/dist/es/f/fields/RadioInput/styles.scss +26 -0
  180. package/dist/es/f/fields/SelectInput/SelectInput.js +16 -8
  181. package/dist/es/f/fields/TaskRecommendation/TaskRecommendation.js +111 -0
  182. package/dist/es/f/fields/TaskRecommendation/index.js +2 -0
  183. package/dist/es/f/fields/TaskRecommendation/styles.scss +37 -0
  184. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +111 -0
  185. package/dist/es/f/fields/TaskRecommendationInput/index.js +2 -0
  186. package/dist/es/f/fields/TaskRecommendationInput/styles.scss +41 -0
  187. package/dist/es/f/fields/TextArea/TextArea.js +124 -0
  188. package/dist/es/f/fields/TextArea/index.js +2 -0
  189. package/dist/es/f/fields/TextArea/styles.scss +19 -0
  190. package/dist/es/f/fields/TextInput/TextInput.js +18 -9
  191. package/dist/es/f/fields/TextareaInput/TextareaInput.js +16 -8
  192. package/dist/es/test/QueryLoader/styles.scss +9 -0
  193. package/package.json +2 -2
  194. package/src/__snapshots__/Storyshots.test.js.snap +1864 -1423
  195. package/src/stories/a/Alert.stories.jsx +75 -0
  196. package/src/stories/a/DotInfo.stories.jsx +14 -13
  197. package/src/stories/a/ProgressBar.stories.jsx +16 -7
  198. package/src/stories/a/Timestamp.stories.jsx +35 -39
  199. package/src/stories/b/Logo.stories.jsx +13 -12
  200. package/src/stories/b/QuestionDropdown.stories.jsx +20 -30
  201. package/src/stories/b/SocialMediaButton.stories.jsx +34 -51
  202. package/src/stories/b/Title.stories.jsx +13 -15
  203. package/src/stories/c/ContentSlides.stories.jsx +27 -295
  204. package/src/stories/c/Shortener.stories.jsx +9 -3
  205. package/src/stories/c/SocialMediaShareButton.stories.jsx +14 -6
  206. package/src/stories/f/ChoicesInput.stories.jsx +66 -130
  207. package/src/stories/f/Description.stories.jsx +22 -4
  208. package/src/stories/f/QueryCombobox.stories.jsx +2 -1
  209. package/src/stories/f/QuerySelect.stories.jsx +2 -1
  210. package/src/stories/f/RatingsInput.stories.jsx +29 -23
  211. package/src/stories/f/SelectInput.stories.jsx +37 -76
  212. package/src/stories/f/TextInput.stories.jsx +62 -53
  213. package/src/stories/f/TextareaInput.stories.jsx +37 -47
  214. package/src/ui/a/Alert/Alert.jsx +144 -0
  215. package/src/ui/a/Alert/index.js +2 -0
  216. package/src/ui/a/Alert/styles.scss +74 -0
  217. package/src/ui/a/index.js +1 -0
  218. package/src/ui/f/FormInput/FormInput.jsx +1 -0
  219. package/src/ui/f/common/Description/Description.jsx +34 -29
  220. package/src/ui/f/fields/QueryCombobox/QueryCombobox.jsx +1 -2
  221. package/src/ui/f/fields/QueryCombobox/common/Combobox/Combobox.jsx +1 -11
  222. package/src/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.jsx +1 -11
  223. package/src/ui/f/fields/SelectInput/SelectInput.jsx +16 -9
  224. package/src/ui/f/fields/TextInput/TextInput.jsx +13 -7
  225. package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +9 -8
@@ -1,5 +1,302 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
+ exports[`Storyshots a/Alert Base 1`] = `
4
+ <div
5
+ className="base alert x-error top"
6
+ style={
7
+ Object {
8
+ "--width": undefined,
9
+ }
10
+ }
11
+ >
12
+ <div
13
+ className="bar"
14
+ />
15
+ <div
16
+ className="close"
17
+ >
18
+ <button
19
+ className="base button x-heading modifierSimple"
20
+ onClick={[Function]}
21
+ type="button"
22
+ >
23
+ <span
24
+ className="f-icons"
25
+ >
26
+ Y
27
+ </span>
28
+ </button>
29
+ </div>
30
+ <div
31
+ className="content"
32
+ >
33
+ <div
34
+ className="v1"
35
+ style={
36
+ Object {
37
+ "alignItems": "center",
38
+ "display": "flex",
39
+ }
40
+ }
41
+ >
42
+ <span
43
+ className="icon mr-v f-icons"
44
+ >
45
+ g
46
+ </span>
47
+ <p>
48
+ This is the alert content This is the alert content
49
+ </p>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ `;
54
+
55
+ exports[`Storyshots a/Alert Bottom Left 1`] = `
56
+ <div
57
+ className="base alert x-error bottom left"
58
+ style={
59
+ Object {
60
+ "--width": undefined,
61
+ }
62
+ }
63
+ >
64
+ <div
65
+ className="bar"
66
+ />
67
+ <div
68
+ className="close"
69
+ >
70
+ <button
71
+ className="base button x-heading modifierSimple"
72
+ onClick={[Function]}
73
+ type="button"
74
+ >
75
+ <span
76
+ className="f-icons"
77
+ >
78
+ Y
79
+ </span>
80
+ </button>
81
+ </div>
82
+ <div
83
+ className="content"
84
+ >
85
+ <div
86
+ className="v1"
87
+ style={
88
+ Object {
89
+ "alignItems": "center",
90
+ "display": "flex",
91
+ }
92
+ }
93
+ >
94
+ <span
95
+ className="icon mr-v f-icons"
96
+ >
97
+ g
98
+ </span>
99
+ <p>
100
+ This is the alert content This is the alert content
101
+ </p>
102
+ </div>
103
+ </div>
104
+ </div>
105
+ `;
106
+
107
+ exports[`Storyshots a/Alert Centered 1`] = `
108
+ <div
109
+ className="base alert x-error center"
110
+ style={
111
+ Object {
112
+ "--width": undefined,
113
+ }
114
+ }
115
+ >
116
+ <div
117
+ className="bar"
118
+ />
119
+ <div
120
+ className="close"
121
+ >
122
+ <button
123
+ className="base button x-heading modifierSimple"
124
+ onClick={[Function]}
125
+ type="button"
126
+ >
127
+ <span
128
+ className="f-icons"
129
+ >
130
+ Y
131
+ </span>
132
+ </button>
133
+ </div>
134
+ <div
135
+ className="content"
136
+ >
137
+ <div
138
+ className="v1"
139
+ style={
140
+ Object {
141
+ "alignItems": "center",
142
+ "display": "flex",
143
+ }
144
+ }
145
+ >
146
+ <span
147
+ className="icon mr-v f-icons"
148
+ >
149
+ g
150
+ </span>
151
+ <p>
152
+ This is the alert content This is the alert content
153
+ </p>
154
+ </div>
155
+ </div>
156
+ </div>
157
+ `;
158
+
159
+ exports[`Storyshots a/Alert Top Right 1`] = `
160
+ <div
161
+ className="base alert x-error top right"
162
+ style={
163
+ Object {
164
+ "--width": undefined,
165
+ }
166
+ }
167
+ >
168
+ <div
169
+ className="bar"
170
+ />
171
+ <div
172
+ className="close"
173
+ >
174
+ <button
175
+ className="base button x-heading modifierSimple"
176
+ onClick={[Function]}
177
+ type="button"
178
+ >
179
+ <span
180
+ className="f-icons"
181
+ >
182
+ Y
183
+ </span>
184
+ </button>
185
+ </div>
186
+ <div
187
+ className="content"
188
+ >
189
+ <div
190
+ className="v1"
191
+ style={
192
+ Object {
193
+ "alignItems": "center",
194
+ "display": "flex",
195
+ }
196
+ }
197
+ >
198
+ <span
199
+ className="icon mr-v f-icons"
200
+ >
201
+ g
202
+ </span>
203
+ <p>
204
+ This is the alert content This is the alert content
205
+ </p>
206
+ </div>
207
+ </div>
208
+ </div>
209
+ `;
210
+
211
+ exports[`Storyshots a/Alert With Auto Close 1`] = `
212
+ <div
213
+ className="base alert x-error top"
214
+ style={
215
+ Object {
216
+ "--width": undefined,
217
+ }
218
+ }
219
+ >
220
+ <div
221
+ className="bar"
222
+ />
223
+ <div
224
+ className="close"
225
+ >
226
+ <button
227
+ className="base button x-heading modifierSimple"
228
+ onClick={[Function]}
229
+ type="button"
230
+ >
231
+ <span
232
+ className="f-icons"
233
+ >
234
+ Y
235
+ </span>
236
+ </button>
237
+ </div>
238
+ <div
239
+ className="content"
240
+ >
241
+ <div
242
+ className="v1"
243
+ style={
244
+ Object {
245
+ "alignItems": "center",
246
+ "display": "flex",
247
+ }
248
+ }
249
+ >
250
+ <span
251
+ className="icon mr-v f-icons"
252
+ >
253
+ g
254
+ </span>
255
+ <p>
256
+ This is the alert content This is the alert content
257
+ </p>
258
+ </div>
259
+ </div>
260
+ </div>
261
+ `;
262
+
263
+ exports[`Storyshots a/Alert Without Close Icon 1`] = `
264
+ <div
265
+ className="base alert x-error top"
266
+ style={
267
+ Object {
268
+ "--width": undefined,
269
+ }
270
+ }
271
+ >
272
+ <div
273
+ className="bar"
274
+ />
275
+ <div
276
+ className="content"
277
+ >
278
+ <div
279
+ className="v1"
280
+ style={
281
+ Object {
282
+ "alignItems": "center",
283
+ "display": "flex",
284
+ }
285
+ }
286
+ >
287
+ <span
288
+ className="icon mr-v f-icons"
289
+ >
290
+ g
291
+ </span>
292
+ <p>
293
+ This is the alert content This is the alert content
294
+ </p>
295
+ </div>
296
+ </div>
297
+ </div>
298
+ `;
299
+
3
300
  exports[`Storyshots a/AnimatedCounter After 1`] = `
4
301
  <div
5
302
  className="base animated-counter x-main1"
@@ -909,24 +1206,14 @@ exports[`Storyshots a/DotInfo False 1`] = `
909
1206
  `;
910
1207
 
911
1208
  exports[`Storyshots a/DotInfo Nullish 1`] = `
912
- Array [
913
- <div
914
- className="base empty x-metadata dot-info"
915
- style={
916
- Object {
917
- "--height": "2em",
918
- }
919
- }
920
- />,
921
- <div
922
- className="base empty x-metadata dot-info"
923
- style={
924
- Object {
925
- "--height": "2em",
926
- }
1209
+ <div
1210
+ className="base empty x-metadata dot-info"
1211
+ style={
1212
+ Object {
1213
+ "--height": "2em",
927
1214
  }
928
- />,
929
- ]
1215
+ }
1216
+ />
930
1217
  `;
931
1218
 
932
1219
  exports[`Storyshots a/DotInfo True 1`] = `
@@ -1808,12 +2095,12 @@ exports[`Storyshots a/ProgressBar Color 1`] = `
1808
2095
 
1809
2096
  exports[`Storyshots a/ProgressBar Height 1`] = `
1810
2097
  <div
1811
- className="base progress-bar"
2098
+ className="base progress-bar x-main1"
1812
2099
  data-length="50%"
1813
2100
  style={
1814
2101
  Object {
1815
2102
  "--height": "5em",
1816
- "--progress": 62,
2103
+ "--progress": 70,
1817
2104
  }
1818
2105
  }
1819
2106
  />
@@ -2681,15 +2968,12 @@ exports[`Storyshots a/Timestamp Prefix 1`] = `
2681
2968
  `;
2682
2969
 
2683
2970
  exports[`Storyshots a/Timestamp Relative Format 1`] = `
2684
- Array [
2685
- "Click to see relative format. Relative format has not been enabled by default because of chromatic snapshots.",
2686
- <p
2687
- className="base timestamp"
2688
- onClick={[Function]}
2689
- >
2690
- 2022-10-10T00:00:00.000+00:00
2691
- </p>,
2692
- ]
2971
+ <p
2972
+ className="base timestamp"
2973
+ onClick={[Function]}
2974
+ >
2975
+ 2022-10-12T00:00:00.000+00:00
2976
+ </p>
2693
2977
  `;
2694
2978
 
2695
2979
  exports[`Storyshots b/Button Arrow Left 1`] = `
@@ -9058,6 +9342,7 @@ Array [
9058
9342
  </button>
9059
9343
  </a>,
9060
9344
  <a
9345
+ href="https://www.linkedin.com/company/hellopareto"
9061
9346
  rel="noreferrer"
9062
9347
  target="_blank"
9063
9348
  >
@@ -9597,511 +9882,531 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
9597
9882
 
9598
9883
  exports[`Storyshots c/ContentSlides Simple 1`] = `
9599
9884
  <div
9600
- className="base content-slides y-background1 b-dark-y simple u1 md-u2"
9885
+ className="ui-light"
9886
+ style={
9887
+ Object {
9888
+ "height": "100%",
9889
+ }
9890
+ }
9601
9891
  >
9602
9892
  <div
9603
- className="horizontal-menu"
9893
+ className="base content-slides y-background1 b-dark-y simple u1 md-u2"
9604
9894
  >
9605
9895
  <div
9606
- className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
9607
- data-length="50%"
9608
- style={
9609
- Object {
9610
- "--height": ".4em",
9611
- "--progress": 40,
9612
- }
9613
- }
9614
- />
9615
- <div
9616
- className="elementContent"
9896
+ className="horizontal-menu"
9617
9897
  >
9618
9898
  <div
9619
- className="left"
9899
+ className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
9900
+ data-length="50%"
9901
+ style={
9902
+ Object {
9903
+ "--height": ".4em",
9904
+ "--progress": 40,
9905
+ }
9906
+ }
9620
9907
  />
9621
9908
  <div
9622
- className="title"
9909
+ className="elementContent"
9623
9910
  >
9624
- <span
9625
- className="md-h lg-h"
9626
- >
9627
- Welcome
9628
- </span>
9629
- <svg
9630
- className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
9631
- height="1.1em"
9632
- preserveAspectRatio="xMinYMin meet"
9633
- version="1.1"
9634
- viewBox="0 0 156 30"
9635
- xmlns="http://www.w3.org/2000/svg"
9911
+ <div
9912
+ className="left"
9913
+ />
9914
+ <div
9915
+ className="title"
9636
9916
  >
9637
- <use
9638
- className=""
9639
- href="/logo.svg#logo_squares"
9640
- id="logo_squares"
9641
- style={
9642
- Object {
9643
- "style": undefined,
9917
+ <span
9918
+ className="md-h lg-h"
9919
+ >
9920
+ Welcome
9921
+ </span>
9922
+ <svg
9923
+ className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
9924
+ height="1.1em"
9925
+ preserveAspectRatio="xMinYMin meet"
9926
+ version="1.1"
9927
+ viewBox="0 0 156 30"
9928
+ xmlns="http://www.w3.org/2000/svg"
9929
+ >
9930
+ <use
9931
+ className=""
9932
+ href="/logo.svg#logo_squares"
9933
+ id="logo_squares"
9934
+ style={
9935
+ Object {
9936
+ "style": undefined,
9937
+ }
9644
9938
  }
9645
- }
9646
- />
9647
- <use
9648
- className=""
9649
- href="/logo.svg#logo_pareto"
9650
- id="logo_pareto"
9651
- style={
9652
- Object {
9653
- "style": undefined,
9939
+ />
9940
+ <use
9941
+ className=""
9942
+ href="/logo.svg#logo_pareto"
9943
+ id="logo_pareto"
9944
+ style={
9945
+ Object {
9946
+ "style": undefined,
9947
+ }
9654
9948
  }
9655
- }
9656
- />
9657
- </svg>
9949
+ />
9950
+ </svg>
9951
+ </div>
9658
9952
  </div>
9659
9953
  </div>
9660
- </div>
9661
-
9662
- <main>
9663
- <div
9664
- className="modifierActive slide"
9665
- >
9954
+ <main>
9666
9955
  <div
9667
- className="wrapper"
9956
+ className="modifierActive slide"
9668
9957
  >
9669
9958
  <div
9670
- className="content"
9959
+ className="wrapper"
9671
9960
  >
9672
9961
  <div
9673
- className="base title"
9962
+ className="content"
9674
9963
  >
9675
- <h1
9676
- className="small heading"
9677
- >
9678
- Welcome
9679
- </h1>
9680
- <p
9681
- className="subtitle"
9964
+ <div
9965
+ className="base title"
9682
9966
  >
9683
- Welcome to this site. We hope you will have an amazing experience here.
9684
- </p>
9685
- </div>
9686
- <div
9687
- className="navigator"
9688
- >
9689
- <span />
9690
- <button
9691
- className="base button x-main2 next x-main1 modifierCompact"
9692
- disabled={false}
9693
- onClick={[Function]}
9694
- type="button"
9967
+ <h1
9968
+ className="small heading"
9969
+ >
9970
+ Welcome
9971
+ </h1>
9972
+ <p
9973
+ className="subtitle"
9974
+ >
9975
+ Welcome to this site. We hope you will have an amazing experience here.
9976
+ </p>
9977
+ </div>
9978
+ <div
9979
+ className="navigator"
9695
9980
  >
9696
- Next
9697
- </button>
9981
+ <span />
9982
+ <button
9983
+ className="base button x-main2 next x-main1 modifierCompact"
9984
+ disabled={false}
9985
+ onClick={[Function]}
9986
+ type="button"
9987
+ >
9988
+ Next
9989
+ </button>
9990
+ </div>
9698
9991
  </div>
9699
9992
  </div>
9700
9993
  </div>
9701
- </div>
9702
- <div
9703
- className="slide"
9704
- >
9705
9994
  <div
9706
- className="wrapper"
9995
+ className="slide"
9707
9996
  >
9708
9997
  <div
9709
- className="content"
9998
+ className="wrapper"
9710
9999
  >
9711
10000
  <div
9712
- className="base title"
10001
+ className="content"
9713
10002
  >
9714
- <h1
9715
- className="small heading"
9716
- >
9717
- Part 2
9718
- </h1>
9719
- <p
9720
- className="subtitle"
10003
+ <div
10004
+ className="base title"
9721
10005
  >
9722
- Welcome to this site. We hope you will have an amazing experience here.
10006
+ <h1
10007
+ className="small heading"
10008
+ >
10009
+ Part 2
10010
+ </h1>
10011
+ <p
10012
+ className="subtitle"
10013
+ >
10014
+ Welcome to this site. We hope you will have an amazing experience here.
10015
+ </p>
10016
+ </div>
10017
+ <p>
10018
+ In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
9723
10019
  </p>
9724
- </div>
9725
- <p>
9726
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
9727
-
9728
- </p>
9729
- <p>
9730
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
9731
-
9732
- </p>
9733
- <p>
9734
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
9735
-
9736
- </p>
9737
- <p>
9738
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
9739
-
9740
- </p>
9741
- <div
9742
- className="navigator"
9743
- >
9744
- <span />
9745
- <button
9746
- className="base button x-main2 next x-main1 modifierCompact"
9747
- disabled={false}
9748
- onClick={[Function]}
9749
- type="button"
10020
+ <p>
10021
+ Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
10022
+ </p>
10023
+ <p>
10024
+ Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
10025
+
10026
+ </p>
10027
+ <p>
10028
+ Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
10029
+
10030
+ </p>
10031
+ <p>
10032
+ Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
10033
+
10034
+ </p>
10035
+ <div
10036
+ className="navigator"
9750
10037
  >
9751
- Next
9752
- </button>
10038
+ <span />
10039
+ <button
10040
+ className="base button x-main2 next x-main1 modifierCompact"
10041
+ disabled={false}
10042
+ onClick={[Function]}
10043
+ type="button"
10044
+ >
10045
+ Next
10046
+ </button>
10047
+ </div>
9753
10048
  </div>
9754
10049
  </div>
9755
10050
  </div>
9756
- </div>
9757
- <div
9758
- className="slide"
9759
- >
9760
10051
  <div
9761
- className="wrapper"
10052
+ className="slide"
9762
10053
  >
9763
10054
  <div
9764
- className="content"
10055
+ className="wrapper"
9765
10056
  >
9766
10057
  <div
9767
- className="base title"
10058
+ className="content"
9768
10059
  >
9769
- <h1
9770
- className="small heading"
9771
- >
9772
- Part 3
9773
- </h1>
9774
- <p
9775
- className="subtitle"
10060
+ <div
10061
+ className="base title"
9776
10062
  >
9777
- Welcome to this site. We hope you will have an amazing experience here.
9778
- </p>
9779
- </div>
9780
- <div
9781
- className="navigator"
9782
- >
9783
- <span />
9784
- <button
9785
- className="base button x-main2 next x-main1 modifierCompact"
9786
- disabled={false}
9787
- onClick={[Function]}
9788
- type="button"
10063
+ <h1
10064
+ className="small heading"
10065
+ >
10066
+ Part 3
10067
+ </h1>
10068
+ <p
10069
+ className="subtitle"
10070
+ >
10071
+ Welcome to this site. We hope you will have an amazing experience here.
10072
+ </p>
10073
+ </div>
10074
+ <div
10075
+ className="navigator"
9789
10076
  >
9790
- Next
9791
- </button>
10077
+ <span />
10078
+ <button
10079
+ className="base button x-main2 next x-main1 modifierCompact"
10080
+ disabled={false}
10081
+ onClick={[Function]}
10082
+ type="button"
10083
+ >
10084
+ Next
10085
+ </button>
10086
+ </div>
9792
10087
  </div>
9793
10088
  </div>
9794
10089
  </div>
9795
- </div>
9796
- <div
9797
- className="slide"
9798
- >
9799
10090
  <div
9800
- className="wrapper"
10091
+ className="slide"
9801
10092
  >
9802
10093
  <div
9803
- className="content"
10094
+ className="wrapper"
9804
10095
  >
9805
10096
  <div
9806
- className="base title"
10097
+ className="content"
9807
10098
  >
9808
- <h1
9809
- className="small heading"
9810
- >
9811
- Part 4
9812
- </h1>
9813
- <p
9814
- className="subtitle"
10099
+ <div
10100
+ className="base title"
9815
10101
  >
9816
- Welcome to this site. We hope you will have an amazing experience here.
9817
- </p>
9818
- </div>
9819
- <div
9820
- className="navigator"
9821
- >
9822
- <span />
9823
- <button
9824
- className="base button x-main2 next x-main1 modifierCompact"
9825
- disabled={false}
9826
- onClick={[Function]}
9827
- type="button"
10102
+ <h1
10103
+ className="heading"
10104
+ >
10105
+ Part 4
10106
+ </h1>
10107
+ <p
10108
+ className="subtitle"
10109
+ >
10110
+ Welcome to this site. We hope you will have an amazing experience here.
10111
+ </p>
10112
+ </div>
10113
+ <div
10114
+ className="navigator"
9828
10115
  >
9829
- Next
9830
- </button>
10116
+ <span />
10117
+ <button
10118
+ className="base button x-main2 next x-main1 modifierCompact"
10119
+ disabled={false}
10120
+ onClick={[Function]}
10121
+ type="button"
10122
+ >
10123
+ Next
10124
+ </button>
10125
+ </div>
9831
10126
  </div>
9832
10127
  </div>
9833
10128
  </div>
9834
- </div>
9835
- </main>
10129
+ </main>
10130
+ </div>
9836
10131
  </div>
9837
10132
  `;
9838
10133
 
9839
10134
  exports[`Storyshots c/ContentSlides With Background Shape 1`] = `
9840
10135
  <div
9841
- className="base content-slides y-background4 b-light-y simple u1 md-u2"
9842
- >
9843
- <div
9844
- className="base shapes"
9845
- style={
9846
- Object {
9847
- "--horizontal-align": "flex-start",
9848
- "--overflow": "hidden",
9849
- "--shape-height": "65em",
9850
- "--vertical-align": "center",
9851
- }
10136
+ className="ui-light"
10137
+ style={
10138
+ Object {
10139
+ "height": "100%",
9852
10140
  }
9853
- >
9854
- <div
9855
- className="spiral"
9856
- >
9857
- <div
9858
- className="circle-one"
9859
- />
9860
- <div
9861
- className="circle-two"
9862
- />
9863
- <div
9864
- className="circle-three"
9865
- />
9866
- <div
9867
- className="circle-four"
9868
- />
9869
- </div>
9870
- </div>
10141
+ }
10142
+ >
9871
10143
  <div
9872
- className="horizontal-menu"
10144
+ className="base content-slides y-background1 b-dark-y simple u1 md-u2"
9873
10145
  >
9874
10146
  <div
9875
- className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
9876
- data-length="50%"
10147
+ className="base shapes y-background4 b-light-y"
9877
10148
  style={
9878
10149
  Object {
9879
- "--height": ".4em",
9880
- "--progress": 40,
10150
+ "--horizontal-align": "flex-start",
10151
+ "--overflow": "hidden",
10152
+ "--shape-height": "65em",
10153
+ "--vertical-align": "center",
9881
10154
  }
9882
10155
  }
9883
- />
10156
+ >
10157
+ <div
10158
+ className="spiral"
10159
+ >
10160
+ <div
10161
+ className="circle-one"
10162
+ />
10163
+ <div
10164
+ className="circle-two"
10165
+ />
10166
+ <div
10167
+ className="circle-three"
10168
+ />
10169
+ <div
10170
+ className="circle-four"
10171
+ />
10172
+ </div>
10173
+ </div>
9884
10174
  <div
9885
- className="elementContent"
10175
+ className="horizontal-menu"
9886
10176
  >
9887
10177
  <div
9888
- className="left"
10178
+ className="base progress-bar modifierAttached x-main2 y-background1 b-dark-y"
10179
+ data-length="50%"
10180
+ style={
10181
+ Object {
10182
+ "--height": ".4em",
10183
+ "--progress": 40,
10184
+ }
10185
+ }
9889
10186
  />
9890
10187
  <div
9891
- className="title"
10188
+ className="elementContent"
9892
10189
  >
9893
- <span
9894
- className="md-h lg-h"
9895
- >
9896
- Welcome
9897
- </span>
9898
- <svg
9899
- className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
9900
- height="1.1em"
9901
- preserveAspectRatio="xMinYMin meet"
9902
- version="1.1"
9903
- viewBox="0 0 156 30"
9904
- xmlns="http://www.w3.org/2000/svg"
10190
+ <div
10191
+ className="left"
10192
+ />
10193
+ <div
10194
+ className="title"
9905
10195
  >
9906
- <use
9907
- className=""
9908
- href="/logo.svg#logo_squares"
9909
- id="logo_squares"
9910
- style={
9911
- Object {
9912
- "style": undefined,
10196
+ <span
10197
+ className="md-h lg-h"
10198
+ >
10199
+ Welcome
10200
+ </span>
10201
+ <svg
10202
+ className="base svg base logo x-paragraph y-transparent xs-h sm-h y-transparent"
10203
+ height="1.1em"
10204
+ preserveAspectRatio="xMinYMin meet"
10205
+ version="1.1"
10206
+ viewBox="0 0 156 30"
10207
+ xmlns="http://www.w3.org/2000/svg"
10208
+ >
10209
+ <use
10210
+ className=""
10211
+ href="/logo.svg#logo_squares"
10212
+ id="logo_squares"
10213
+ style={
10214
+ Object {
10215
+ "style": undefined,
10216
+ }
9913
10217
  }
9914
- }
9915
- />
9916
- <use
9917
- className=""
9918
- href="/logo.svg#logo_pareto"
9919
- id="logo_pareto"
9920
- style={
9921
- Object {
9922
- "style": undefined,
10218
+ />
10219
+ <use
10220
+ className=""
10221
+ href="/logo.svg#logo_pareto"
10222
+ id="logo_pareto"
10223
+ style={
10224
+ Object {
10225
+ "style": undefined,
10226
+ }
9923
10227
  }
9924
- }
9925
- />
9926
- </svg>
10228
+ />
10229
+ </svg>
10230
+ </div>
9927
10231
  </div>
9928
10232
  </div>
9929
- </div>
9930
-
9931
- <main>
9932
- <div
9933
- className="modifierActive slide"
9934
- >
10233
+ <main>
9935
10234
  <div
9936
- className="wrapper"
10235
+ className="modifierActive slide"
9937
10236
  >
9938
10237
  <div
9939
- className="content"
10238
+ className="wrapper"
9940
10239
  >
9941
10240
  <div
9942
- className="base title"
10241
+ className="content"
9943
10242
  >
9944
- <h1
9945
- className="small heading"
9946
- >
9947
- Welcome
9948
- </h1>
9949
- <p
9950
- className="subtitle"
10243
+ <div
10244
+ className="base title"
9951
10245
  >
9952
- Welcome to this site. We hope you will have an amazing experience here.
9953
- </p>
9954
- </div>
9955
- <div
9956
- className="navigator"
9957
- >
9958
- <span />
9959
- <button
9960
- className="base button x-main2 next x-main1 modifierCompact"
9961
- disabled={false}
9962
- onClick={[Function]}
9963
- type="button"
10246
+ <h1
10247
+ className="small heading"
10248
+ >
10249
+ Welcome
10250
+ </h1>
10251
+ <p
10252
+ className="subtitle"
10253
+ >
10254
+ Welcome to this site. We hope you will have an amazing experience here.
10255
+ </p>
10256
+ </div>
10257
+ <div
10258
+ className="navigator"
9964
10259
  >
9965
- Next
9966
- </button>
10260
+ <span />
10261
+ <button
10262
+ className="base button x-main2 next x-main1 modifierCompact"
10263
+ disabled={false}
10264
+ onClick={[Function]}
10265
+ type="button"
10266
+ >
10267
+ Next
10268
+ </button>
10269
+ </div>
9967
10270
  </div>
9968
10271
  </div>
9969
10272
  </div>
9970
- </div>
9971
- <div
9972
- className="slide"
9973
- >
9974
10273
  <div
9975
- className="wrapper"
10274
+ className="slide"
9976
10275
  >
9977
10276
  <div
9978
- className="content"
10277
+ className="wrapper"
9979
10278
  >
9980
10279
  <div
9981
- className="base title"
10280
+ className="content"
9982
10281
  >
9983
- <h1
9984
- className="small heading"
9985
- >
9986
- Part 2
9987
- </h1>
9988
- <p
9989
- className="subtitle"
10282
+ <div
10283
+ className="base title"
9990
10284
  >
9991
- Welcome to this site. We hope you will have an amazing experience here.
10285
+ <h1
10286
+ className="small heading"
10287
+ >
10288
+ Part 2
10289
+ </h1>
10290
+ <p
10291
+ className="subtitle"
10292
+ >
10293
+ Welcome to this site. We hope you will have an amazing experience here.
10294
+ </p>
10295
+ </div>
10296
+ <p>
10297
+ In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
9992
10298
  </p>
9993
- </div>
9994
- <p>
9995
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
9996
-
9997
- </p>
9998
- <p>
9999
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
10000
-
10001
- </p>
10002
- <p>
10003
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
10004
-
10005
- </p>
10006
- <p>
10007
- In ut sollicitudin elit. Maecenas tempor ex aliquet enim egestas, non sollicitudin mi tempor. Pellentesque fermentum, massa in cursus faucibus, enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
10008
-
10009
- </p>
10010
- <div
10011
- className="navigator"
10012
- >
10013
- <span />
10014
- <button
10015
- className="base button x-main2 next x-main1 modifierCompact"
10016
- disabled={false}
10017
- onClick={[Function]}
10018
- type="button"
10299
+ <p>
10300
+ Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo.
10301
+ </p>
10302
+ <p>
10303
+ Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
10304
+
10305
+ </p>
10306
+ <p>
10307
+ Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
10308
+
10309
+ </p>
10310
+ <p>
10311
+ Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu. enim tortor fringilla ligula, sit amet tincidunt neque orci et tellus. Nam dignissim tristique justo. Cras nulla sem, dictum pellentesque libero eget, porta placerat leo. Donec scelerisque enim risus, in pharetra purus fringilla eu. Cras placerat ac enim viverra rhoncus. Cras sagittis euismod orci eget aliquam. Nulla et mi non enim aliquam consequat. Cras volutpat porta convallis. Mauris ullamcorper vitae sapien ac rhoncus. Nullam vel porttitor mi, ut vestibulum arcu.
10312
+
10313
+ </p>
10314
+ <div
10315
+ className="navigator"
10019
10316
  >
10020
- Next
10021
- </button>
10317
+ <span />
10318
+ <button
10319
+ className="base button x-main2 next x-main1 modifierCompact"
10320
+ disabled={false}
10321
+ onClick={[Function]}
10322
+ type="button"
10323
+ >
10324
+ Next
10325
+ </button>
10326
+ </div>
10022
10327
  </div>
10023
10328
  </div>
10024
10329
  </div>
10025
- </div>
10026
- <div
10027
- className="slide"
10028
- >
10029
10330
  <div
10030
- className="wrapper"
10331
+ className="slide"
10031
10332
  >
10032
10333
  <div
10033
- className="content"
10334
+ className="wrapper"
10034
10335
  >
10035
10336
  <div
10036
- className="base title"
10337
+ className="content"
10037
10338
  >
10038
- <h1
10039
- className="small heading"
10040
- >
10041
- Part 3
10042
- </h1>
10043
- <p
10044
- className="subtitle"
10339
+ <div
10340
+ className="base title"
10045
10341
  >
10046
- Welcome to this site. We hope you will have an amazing experience here.
10047
- </p>
10048
- </div>
10049
- <div
10050
- className="navigator"
10051
- >
10052
- <span />
10053
- <button
10054
- className="base button x-main2 next x-main1 modifierCompact"
10055
- disabled={false}
10056
- onClick={[Function]}
10057
- type="button"
10342
+ <h1
10343
+ className="small heading"
10344
+ >
10345
+ Part 3
10346
+ </h1>
10347
+ <p
10348
+ className="subtitle"
10349
+ >
10350
+ Welcome to this site. We hope you will have an amazing experience here.
10351
+ </p>
10352
+ </div>
10353
+ <div
10354
+ className="navigator"
10058
10355
  >
10059
- Next
10060
- </button>
10356
+ <span />
10357
+ <button
10358
+ className="base button x-main2 next x-main1 modifierCompact"
10359
+ disabled={false}
10360
+ onClick={[Function]}
10361
+ type="button"
10362
+ >
10363
+ Next
10364
+ </button>
10365
+ </div>
10061
10366
  </div>
10062
10367
  </div>
10063
10368
  </div>
10064
- </div>
10065
- <div
10066
- className="slide"
10067
- >
10068
10369
  <div
10069
- className="wrapper"
10370
+ className="slide"
10070
10371
  >
10071
10372
  <div
10072
- className="content"
10373
+ className="wrapper"
10073
10374
  >
10074
10375
  <div
10075
- className="base title"
10376
+ className="content"
10076
10377
  >
10077
- <h1
10078
- className="small heading"
10079
- >
10080
- Part 4
10081
- </h1>
10082
- <p
10083
- className="subtitle"
10378
+ <div
10379
+ className="base title"
10084
10380
  >
10085
- Welcome to this site. We hope you will have an amazing experience here.
10086
- </p>
10087
- </div>
10088
- <div
10089
- className="navigator"
10090
- >
10091
- <span />
10092
- <button
10093
- className="base button x-main2 next x-main1 modifierCompact"
10094
- disabled={false}
10095
- onClick={[Function]}
10096
- type="button"
10381
+ <h1
10382
+ className="heading"
10383
+ >
10384
+ Part 4
10385
+ </h1>
10386
+ <p
10387
+ className="subtitle"
10388
+ >
10389
+ Welcome to this site. We hope you will have an amazing experience here.
10390
+ </p>
10391
+ </div>
10392
+ <div
10393
+ className="navigator"
10097
10394
  >
10098
- Next
10099
- </button>
10395
+ <span />
10396
+ <button
10397
+ className="base button x-main2 next x-main1 modifierCompact"
10398
+ disabled={false}
10399
+ onClick={[Function]}
10400
+ type="button"
10401
+ >
10402
+ Next
10403
+ </button>
10404
+ </div>
10100
10405
  </div>
10101
10406
  </div>
10102
10407
  </div>
10103
- </div>
10104
- </main>
10408
+ </main>
10409
+ </div>
10105
10410
  </div>
10106
10411
  `;
10107
10412
 
@@ -10191,33 +10496,34 @@ exports[`Storyshots c/Shortener Base 1`] = `
10191
10496
  </span>
10192
10497
  `;
10193
10498
 
10194
- exports[`Storyshots c/SocialMediaShareButton Base 1`] = `
10195
- <div>
10196
- <a
10197
- className="base social-media-share-button x-facebook"
10198
- href="https://www.facebook.com/sharer/sharer.php?u=http://localhost/#/welcome"
10199
- rel="noreferrer"
10200
- target="_blank"
10499
+ exports[`Storyshots c/SocialMediaShareButton Facebook 1`] = `
10500
+ <a
10501
+ className="base social-media-share-button x-facebook"
10502
+ href="https://www.facebook.com/sharer/sharer.php?u=http://localhost/#/welcome"
10503
+ rel="noreferrer"
10504
+ target="_blank"
10505
+ >
10506
+ <button
10507
+ type="button"
10201
10508
  >
10202
- <button
10203
- type="button"
10204
- >
10205
- f
10206
- </button>
10207
- </a>
10208
- <a
10209
- className="base social-media-share-button x-twitter"
10210
- href="https://twitter.com/intent/tweet?url=http://localhost/#/welcome"
10211
- rel="noreferrer"
10212
- target="_blank"
10509
+ f
10510
+ </button>
10511
+ </a>
10512
+ `;
10513
+
10514
+ exports[`Storyshots c/SocialMediaShareButton Twitter 1`] = `
10515
+ <a
10516
+ className="base social-media-share-button x-twitter"
10517
+ href="https://twitter.com/intent/tweet?url=http://localhost/#/welcome"
10518
+ rel="noreferrer"
10519
+ target="_blank"
10520
+ >
10521
+ <button
10522
+ type="button"
10213
10523
  >
10214
- <button
10215
- type="button"
10216
- >
10217
- t
10218
- </button>
10219
- </a>
10220
- </div>
10524
+ t
10525
+ </button>
10526
+ </a>
10221
10527
  `;
10222
10528
 
10223
10529
  exports[`Storyshots f/FormInput Base 1`] = `
@@ -10282,7 +10588,6 @@ exports[`Storyshots f/FormInput Base 1`] = `
10282
10588
  onChange={[Function]}
10283
10589
  rows={3}
10284
10590
  />
10285
-
10286
10591
  </div>
10287
10592
  <div
10288
10593
  className="base choices-input form-input x-background2 y-main2"
@@ -10475,7 +10780,6 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
10475
10780
  onChange={[Function]}
10476
10781
  rows={3}
10477
10782
  />
10478
-
10479
10783
  </div>
10480
10784
  <div
10481
10785
  className="base choices-input form-input x-background2 y-main2"
@@ -10980,11 +11284,17 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
10980
11284
  `;
10981
11285
 
10982
11286
  exports[`Storyshots f/common/Description Base 1`] = `
10983
- <div
10984
- className="base description x-metadata"
11287
+ <form
11288
+ action="#"
11289
+ onReset={[Function]}
11290
+ onSubmit={[Function]}
10985
11291
  >
10986
- Sample Description
10987
- </div>
11292
+ <div
11293
+ className="base description x-metadata"
11294
+ >
11295
+ Sample Description
11296
+ </div>
11297
+ </form>
10988
11298
  `;
10989
11299
 
10990
11300
  exports[`Storyshots f/common/Label Base 1`] = `
@@ -11068,62 +11378,22 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
11068
11378
  Color Green
11069
11379
  </label>
11070
11380
  </div>
11071
- </div>
11072
- </div>
11073
- <div
11074
- className="debugger"
11075
- >
11076
- <button
11077
- className="base button x-main2"
11078
- onClick={[Function]}
11079
- type="button"
11080
- >
11081
- Open FormDebugger
11082
- </button>
11083
- </div>
11084
- </form>
11085
- `;
11086
-
11087
- exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11088
- <form
11089
- action="#"
11090
- onReset={[Function]}
11091
- onSubmit={[Function]}
11092
- >
11093
- <div
11094
- className="base choices-input x-background2 y-main2"
11095
- id="shapes"
11096
- style={
11097
- Object {
11098
- "--grid-columns-desktop": 3,
11099
- "--grid-columns-mobile": 2,
11100
- }
11101
- }
11102
- >
11103
- <p
11104
- className="base label x-main2"
11105
- >
11106
- Geometric Shapes
11107
- </p>
11108
- <div
11109
- className="choices"
11110
- >
11111
11381
  <div
11112
11382
  className="base choice"
11113
11383
  >
11114
11384
  <input
11115
11385
  disabled={false}
11116
- id="shapes-triangle"
11117
- name="shape"
11386
+ id="colors-yellow"
11387
+ name="color"
11118
11388
  onBlur={[Function]}
11119
11389
  onChange={[Function]}
11120
11390
  type="radio"
11121
- value="triangle"
11391
+ value="yellow"
11122
11392
  />
11123
11393
  <label
11124
- htmlFor="shapes-triangle"
11394
+ htmlFor="colors-yellow"
11125
11395
  >
11126
- Triangle
11396
+ Color Yellow
11127
11397
  </label>
11128
11398
  </div>
11129
11399
  <div
@@ -11131,17 +11401,17 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11131
11401
  >
11132
11402
  <input
11133
11403
  disabled={false}
11134
- id="shapes-square"
11135
- name="shape"
11404
+ id="colors-oarnge"
11405
+ name="color"
11136
11406
  onBlur={[Function]}
11137
11407
  onChange={[Function]}
11138
11408
  type="radio"
11139
- value="square"
11409
+ value="oarnge"
11140
11410
  />
11141
11411
  <label
11142
- htmlFor="shapes-square"
11412
+ htmlFor="colors-oarnge"
11143
11413
  >
11144
- Square
11414
+ Color Orange
11145
11415
  </label>
11146
11416
  </div>
11147
11417
  <div
@@ -11149,111 +11419,53 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11149
11419
  >
11150
11420
  <input
11151
11421
  disabled={false}
11152
- id="shapes-rectangle"
11153
- name="shape"
11154
- onBlur={[Function]}
11155
- onChange={[Function]}
11156
- type="radio"
11157
- value="rectangle"
11158
- />
11159
- <label
11160
- htmlFor="shapes-rectangle"
11161
- >
11162
- Rectangle
11163
- </label>
11164
- </div>
11165
- </div>
11166
- </div>
11167
- <div
11168
- className="debugger"
11169
- >
11170
- <button
11171
- className="base button x-main2"
11172
- onClick={[Function]}
11173
- type="button"
11174
- >
11175
- Open FormDebugger
11176
- </button>
11177
- </div>
11178
- </form>
11179
- `;
11180
-
11181
- exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11182
- <form
11183
- action="#"
11184
- onReset={[Function]}
11185
- onSubmit={[Function]}
11186
- >
11187
- <div
11188
- className="base choices-input x-background2 y-main2"
11189
- id="shapes"
11190
- style={
11191
- Object {
11192
- "--grid-columns-desktop": 3,
11193
- "--grid-columns-mobile": 2,
11194
- }
11195
- }
11196
- >
11197
- <p
11198
- className="base label x-main2"
11199
- >
11200
- Geometric Shapes
11201
- </p>
11202
- <div
11203
- className="choices"
11204
- >
11205
- <div
11206
- className="base choice"
11207
- >
11208
- <input
11209
- disabled={true}
11210
- id="shapes-triangle"
11211
- name="shape"
11422
+ id="colors-violet"
11423
+ name="color"
11212
11424
  onBlur={[Function]}
11213
11425
  onChange={[Function]}
11214
11426
  type="radio"
11215
- value="triangle"
11427
+ value="violet"
11216
11428
  />
11217
11429
  <label
11218
- htmlFor="shapes-triangle"
11430
+ htmlFor="colors-violet"
11219
11431
  >
11220
- Triangle
11432
+ Color Violet
11221
11433
  </label>
11222
11434
  </div>
11223
11435
  <div
11224
11436
  className="base choice"
11225
11437
  >
11226
11438
  <input
11227
- disabled={true}
11228
- id="shapes-square"
11229
- name="shape"
11439
+ disabled={false}
11440
+ id="colors-brown"
11441
+ name="color"
11230
11442
  onBlur={[Function]}
11231
11443
  onChange={[Function]}
11232
11444
  type="radio"
11233
- value="square"
11445
+ value="brown"
11234
11446
  />
11235
11447
  <label
11236
- htmlFor="shapes-square"
11448
+ htmlFor="colors-brown"
11237
11449
  >
11238
- Square
11450
+ Color Brown
11239
11451
  </label>
11240
11452
  </div>
11241
11453
  <div
11242
11454
  className="base choice"
11243
11455
  >
11244
11456
  <input
11245
- disabled={true}
11246
- id="shapes-rectangle"
11247
- name="shape"
11457
+ disabled={false}
11458
+ id="colors-black"
11459
+ name="color"
11248
11460
  onBlur={[Function]}
11249
11461
  onChange={[Function]}
11250
11462
  type="radio"
11251
- value="rectangle"
11463
+ value="black"
11252
11464
  />
11253
11465
  <label
11254
- htmlFor="shapes-rectangle"
11466
+ htmlFor="colors-black"
11255
11467
  >
11256
- Rectangle
11468
+ Color Black
11257
11469
  </label>
11258
11470
  </div>
11259
11471
  </div>
@@ -11272,14 +11484,14 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11272
11484
  </form>
11273
11485
  `;
11274
11486
 
11275
- exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11487
+ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
11276
11488
  <form
11277
11489
  action="#"
11278
11490
  onReset={[Function]}
11279
11491
  onSubmit={[Function]}
11280
11492
  >
11281
11493
  <div
11282
- className="base choices-input multiple x-background2 y-main2"
11494
+ className="base choices-input x-background2 y-main2"
11283
11495
  id="colors"
11284
11496
  style={
11285
11497
  Object {
@@ -11288,6 +11500,11 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11288
11500
  }
11289
11501
  }
11290
11502
  >
11503
+ <p
11504
+ className="base label x-main2"
11505
+ >
11506
+ Select color
11507
+ </p>
11291
11508
  <div
11292
11509
  className="choices"
11293
11510
  >
@@ -11300,7 +11517,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11300
11517
  name="color"
11301
11518
  onBlur={[Function]}
11302
11519
  onChange={[Function]}
11303
- type="checkbox"
11520
+ type="radio"
11304
11521
  value="red"
11305
11522
  />
11306
11523
  <label
@@ -11318,7 +11535,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11318
11535
  name="color"
11319
11536
  onBlur={[Function]}
11320
11537
  onChange={[Function]}
11321
- type="checkbox"
11538
+ type="radio"
11322
11539
  value="blue"
11323
11540
  />
11324
11541
  <label
@@ -11336,7 +11553,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11336
11553
  name="color"
11337
11554
  onBlur={[Function]}
11338
11555
  onChange={[Function]}
11339
- type="checkbox"
11556
+ type="radio"
11340
11557
  value="green"
11341
11558
  />
11342
11559
  <label
@@ -11345,57 +11562,22 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11345
11562
  Color Green
11346
11563
  </label>
11347
11564
  </div>
11348
- </div>
11349
- </div>
11350
- <div
11351
- className="debugger"
11352
- >
11353
- <button
11354
- className="base button x-main2"
11355
- onClick={[Function]}
11356
- type="button"
11357
- >
11358
- Open FormDebugger
11359
- </button>
11360
- </div>
11361
- </form>
11362
- `;
11363
-
11364
- exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11365
- <form
11366
- action="#"
11367
- onReset={[Function]}
11368
- onSubmit={[Function]}
11369
- >
11370
- <div
11371
- className="base choices-input multiple x-background2 y-main2"
11372
- id="colors"
11373
- style={
11374
- Object {
11375
- "--grid-columns-desktop": 2,
11376
- "--grid-columns-mobile": 2,
11377
- }
11378
- }
11379
- >
11380
- <div
11381
- className="choices"
11382
- >
11383
11565
  <div
11384
11566
  className="base choice"
11385
11567
  >
11386
11568
  <input
11387
11569
  disabled={false}
11388
- id="colors-red"
11570
+ id="colors-yellow"
11389
11571
  name="color"
11390
11572
  onBlur={[Function]}
11391
11573
  onChange={[Function]}
11392
- type="checkbox"
11393
- value="red"
11574
+ type="radio"
11575
+ value="yellow"
11394
11576
  />
11395
11577
  <label
11396
- htmlFor="colors-red"
11578
+ htmlFor="colors-yellow"
11397
11579
  >
11398
- Color Red
11580
+ Color Yellow
11399
11581
  </label>
11400
11582
  </div>
11401
11583
  <div
@@ -11403,11 +11585,141 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11403
11585
  >
11404
11586
  <input
11405
11587
  disabled={false}
11406
- id="colors-blue"
11588
+ id="colors-oarnge"
11407
11589
  name="color"
11408
11590
  onBlur={[Function]}
11409
11591
  onChange={[Function]}
11410
- type="checkbox"
11592
+ type="radio"
11593
+ value="oarnge"
11594
+ />
11595
+ <label
11596
+ htmlFor="colors-oarnge"
11597
+ >
11598
+ Color Orange
11599
+ </label>
11600
+ </div>
11601
+ <div
11602
+ className="base choice"
11603
+ >
11604
+ <input
11605
+ disabled={false}
11606
+ id="colors-violet"
11607
+ name="color"
11608
+ onBlur={[Function]}
11609
+ onChange={[Function]}
11610
+ type="radio"
11611
+ value="violet"
11612
+ />
11613
+ <label
11614
+ htmlFor="colors-violet"
11615
+ >
11616
+ Color Violet
11617
+ </label>
11618
+ </div>
11619
+ <div
11620
+ className="base choice"
11621
+ >
11622
+ <input
11623
+ disabled={false}
11624
+ id="colors-brown"
11625
+ name="color"
11626
+ onBlur={[Function]}
11627
+ onChange={[Function]}
11628
+ type="radio"
11629
+ value="brown"
11630
+ />
11631
+ <label
11632
+ htmlFor="colors-brown"
11633
+ >
11634
+ Color Brown
11635
+ </label>
11636
+ </div>
11637
+ <div
11638
+ className="base choice"
11639
+ >
11640
+ <input
11641
+ disabled={false}
11642
+ id="colors-black"
11643
+ name="color"
11644
+ onBlur={[Function]}
11645
+ onChange={[Function]}
11646
+ type="radio"
11647
+ value="black"
11648
+ />
11649
+ <label
11650
+ htmlFor="colors-black"
11651
+ >
11652
+ Color Black
11653
+ </label>
11654
+ </div>
11655
+ </div>
11656
+ </div>
11657
+ <div
11658
+ className="debugger"
11659
+ >
11660
+ <button
11661
+ className="base button x-main2"
11662
+ onClick={[Function]}
11663
+ type="button"
11664
+ >
11665
+ Open FormDebugger
11666
+ </button>
11667
+ </div>
11668
+ </form>
11669
+ `;
11670
+
11671
+ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
11672
+ <form
11673
+ action="#"
11674
+ onReset={[Function]}
11675
+ onSubmit={[Function]}
11676
+ >
11677
+ <div
11678
+ className="base choices-input x-background2 y-main2"
11679
+ id="colors"
11680
+ style={
11681
+ Object {
11682
+ "--grid-columns-desktop": 3,
11683
+ "--grid-columns-mobile": 2,
11684
+ }
11685
+ }
11686
+ >
11687
+ <p
11688
+ className="base label x-main2"
11689
+ >
11690
+ Select color
11691
+ </p>
11692
+ <div
11693
+ className="choices"
11694
+ >
11695
+ <div
11696
+ className="base choice"
11697
+ >
11698
+ <input
11699
+ disabled={true}
11700
+ id="colors-red"
11701
+ name="color"
11702
+ onBlur={[Function]}
11703
+ onChange={[Function]}
11704
+ type="radio"
11705
+ value="red"
11706
+ />
11707
+ <label
11708
+ htmlFor="colors-red"
11709
+ >
11710
+ Color Red
11711
+ </label>
11712
+ </div>
11713
+ <div
11714
+ className="base choice"
11715
+ >
11716
+ <input
11717
+ disabled={true}
11718
+ id="colors-blue"
11719
+ name="color"
11720
+ onBlur={[Function]}
11721
+ onChange={[Function]}
11722
+ type="radio"
11411
11723
  value="blue"
11412
11724
  />
11413
11725
  <label
@@ -11420,12 +11732,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11420
11732
  className="base choice"
11421
11733
  >
11422
11734
  <input
11423
- disabled={false}
11735
+ disabled={true}
11424
11736
  id="colors-green"
11425
11737
  name="color"
11426
11738
  onBlur={[Function]}
11427
11739
  onChange={[Function]}
11428
- type="checkbox"
11740
+ type="radio"
11429
11741
  value="green"
11430
11742
  />
11431
11743
  <label
@@ -11438,12 +11750,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11438
11750
  className="base choice"
11439
11751
  >
11440
11752
  <input
11441
- disabled={false}
11753
+ disabled={true}
11442
11754
  id="colors-yellow"
11443
11755
  name="color"
11444
11756
  onBlur={[Function]}
11445
11757
  onChange={[Function]}
11446
- type="checkbox"
11758
+ type="radio"
11447
11759
  value="yellow"
11448
11760
  />
11449
11761
  <label
@@ -11456,12 +11768,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11456
11768
  className="base choice"
11457
11769
  >
11458
11770
  <input
11459
- disabled={false}
11771
+ disabled={true}
11460
11772
  id="colors-oarnge"
11461
11773
  name="color"
11462
11774
  onBlur={[Function]}
11463
11775
  onChange={[Function]}
11464
- type="checkbox"
11776
+ type="radio"
11465
11777
  value="oarnge"
11466
11778
  />
11467
11779
  <label
@@ -11474,12 +11786,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11474
11786
  className="base choice"
11475
11787
  >
11476
11788
  <input
11477
- disabled={false}
11789
+ disabled={true}
11478
11790
  id="colors-violet"
11479
11791
  name="color"
11480
11792
  onBlur={[Function]}
11481
11793
  onChange={[Function]}
11482
- type="checkbox"
11794
+ type="radio"
11483
11795
  value="violet"
11484
11796
  />
11485
11797
  <label
@@ -11492,12 +11804,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11492
11804
  className="base choice"
11493
11805
  >
11494
11806
  <input
11495
- disabled={false}
11807
+ disabled={true}
11496
11808
  id="colors-brown"
11497
11809
  name="color"
11498
11810
  onBlur={[Function]}
11499
11811
  onChange={[Function]}
11500
- type="checkbox"
11812
+ type="radio"
11501
11813
  value="brown"
11502
11814
  />
11503
11815
  <label
@@ -11510,12 +11822,12 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11510
11822
  className="base choice"
11511
11823
  >
11512
11824
  <input
11513
- disabled={false}
11825
+ disabled={true}
11514
11826
  id="colors-black"
11515
11827
  name="color"
11516
11828
  onBlur={[Function]}
11517
11829
  onChange={[Function]}
11518
- type="checkbox"
11830
+ type="radio"
11519
11831
  value="black"
11520
11832
  />
11521
11833
  <label
@@ -11540,248 +11852,397 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
11540
11852
  </form>
11541
11853
  `;
11542
11854
 
11543
- exports[`Storyshots f/fields/QueryCombobox Multiple Select 1`] = `
11855
+ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
11544
11856
  <form
11545
11857
  action="#"
11546
11858
  onReset={[Function]}
11547
11859
  onSubmit={[Function]}
11548
11860
  >
11549
11861
  <div
11550
- className="base multiple-combobox y-background2"
11551
- >
11552
- <label
11553
- className="base label x-main2"
11554
- htmlFor="teams"
11555
- id="downshift-4-label"
11556
- >
11557
- Search for a team
11558
- </label>
11559
- <div
11560
- aria-expanded={false}
11561
- aria-haspopup="listbox"
11562
- aria-owns="downshift-4-menu"
11563
- className="input-wrapper"
11564
- role="combobox"
11565
- >
11566
- <input
11567
- aria-autocomplete="list"
11568
- aria-controls="downshift-4-menu"
11569
- aria-labelledby="downshift-4-label"
11570
- autoComplete="off"
11571
- className="input"
11572
- id="downshift-4-input"
11573
- onBlur={[Function]}
11574
- onChange={[Function]}
11575
- onClick={[Function]}
11576
- onKeyDown={[Function]}
11577
- value=""
11578
- />
11579
- </div>
11580
- <div
11581
- className="base popover x-background1 bottom left"
11582
- >
11583
- <ul
11584
- aria-labelledby="downshift-4-label"
11585
- className="base menu"
11586
- id="downshift-4-menu"
11587
- onMouseLeave={[Function]}
11588
- role="listbox"
11589
- />
11590
- </div>
11591
- </div>
11592
- <div
11862
+ className="base choices-input multiple x-background2 y-main2"
11863
+ id="colors"
11593
11864
  style={
11594
11865
  Object {
11595
- "alignItems": "flex-end",
11596
- "display": "flex",
11597
- "flexDirection": "column",
11866
+ "--grid-columns-desktop": 3,
11867
+ "--grid-columns-mobile": 2,
11598
11868
  }
11599
11869
  }
11600
11870
  >
11601
11871
  <div
11602
- className="debugger"
11603
- >
11604
- <button
11605
- className="base button x-main2"
11606
- onClick={[Function]}
11607
- type="button"
11608
- >
11609
- Open FormDebugger
11610
- </button>
11611
- </div>
11612
- <button
11613
- className="base button x-main1"
11614
- onClick={[Function]}
11615
- type="button"
11616
- >
11617
- Add formik values
11618
- </button>
11619
- </div>
11620
- </form>
11621
- `;
11622
-
11623
- exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik State 1`] = `
11624
- <form
11625
- action="#"
11626
- onReset={[Function]}
11627
- onSubmit={[Function]}
11628
- >
11629
- <div
11630
- className="base multiple-combobox y-background2"
11631
- >
11632
- <label
11633
- className="base label x-main2"
11634
- htmlFor="teams"
11635
- id="downshift-5-label"
11636
- >
11637
- Search for a team
11638
- </label>
11639
- <div
11640
- className="selected-items"
11872
+ className="choices"
11641
11873
  >
11642
11874
  <div
11643
- className="item"
11644
- onClick={[Function]}
11645
- onKeyDown={[Function]}
11646
- tabIndex={-1}
11875
+ className="base choice"
11647
11876
  >
11648
- <button
11649
- className="base button x-background2 modifierCompact modifierSimple"
11650
- onClick={[Function]}
11651
- type="button"
11652
- >
11653
- <span
11654
- className="v25 mr-v"
11655
- >
11656
- Apple
11657
- </span>
11658
- <span
11659
- className="f-icons close"
11660
- >
11661
- Y
11662
- </span>
11663
- </button>
11877
+ <input
11878
+ disabled={false}
11879
+ id="colors-red"
11880
+ name="color"
11881
+ onBlur={[Function]}
11882
+ onChange={[Function]}
11883
+ type="checkbox"
11884
+ value="red"
11885
+ />
11886
+ <label
11887
+ htmlFor="colors-red"
11888
+ >
11889
+ Color Red
11890
+ </label>
11664
11891
  </div>
11665
11892
  <div
11666
- className="item"
11667
- onClick={[Function]}
11668
- onKeyDown={[Function]}
11669
- tabIndex={-1}
11893
+ className="base choice"
11670
11894
  >
11671
- <button
11672
- className="base button x-background2 modifierCompact modifierSimple"
11673
- onClick={[Function]}
11674
- type="button"
11895
+ <input
11896
+ disabled={false}
11897
+ id="colors-blue"
11898
+ name="color"
11899
+ onBlur={[Function]}
11900
+ onChange={[Function]}
11901
+ type="checkbox"
11902
+ value="blue"
11903
+ />
11904
+ <label
11905
+ htmlFor="colors-blue"
11675
11906
  >
11676
- <span
11677
- className="v25 mr-v"
11678
- >
11679
- Pear
11680
- </span>
11681
- <span
11682
- className="f-icons close"
11683
- >
11684
- Y
11685
- </span>
11686
- </button>
11907
+ Color Blue
11908
+ </label>
11909
+ </div>
11910
+ <div
11911
+ className="base choice"
11912
+ >
11913
+ <input
11914
+ disabled={false}
11915
+ id="colors-green"
11916
+ name="color"
11917
+ onBlur={[Function]}
11918
+ onChange={[Function]}
11919
+ type="checkbox"
11920
+ value="green"
11921
+ />
11922
+ <label
11923
+ htmlFor="colors-green"
11924
+ >
11925
+ Color Green
11926
+ </label>
11927
+ </div>
11928
+ <div
11929
+ className="base choice"
11930
+ >
11931
+ <input
11932
+ disabled={false}
11933
+ id="colors-yellow"
11934
+ name="color"
11935
+ onBlur={[Function]}
11936
+ onChange={[Function]}
11937
+ type="checkbox"
11938
+ value="yellow"
11939
+ />
11940
+ <label
11941
+ htmlFor="colors-yellow"
11942
+ >
11943
+ Color Yellow
11944
+ </label>
11945
+ </div>
11946
+ <div
11947
+ className="base choice"
11948
+ >
11949
+ <input
11950
+ disabled={false}
11951
+ id="colors-oarnge"
11952
+ name="color"
11953
+ onBlur={[Function]}
11954
+ onChange={[Function]}
11955
+ type="checkbox"
11956
+ value="oarnge"
11957
+ />
11958
+ <label
11959
+ htmlFor="colors-oarnge"
11960
+ >
11961
+ Color Orange
11962
+ </label>
11963
+ </div>
11964
+ <div
11965
+ className="base choice"
11966
+ >
11967
+ <input
11968
+ disabled={false}
11969
+ id="colors-violet"
11970
+ name="color"
11971
+ onBlur={[Function]}
11972
+ onChange={[Function]}
11973
+ type="checkbox"
11974
+ value="violet"
11975
+ />
11976
+ <label
11977
+ htmlFor="colors-violet"
11978
+ >
11979
+ Color Violet
11980
+ </label>
11981
+ </div>
11982
+ <div
11983
+ className="base choice"
11984
+ >
11985
+ <input
11986
+ disabled={false}
11987
+ id="colors-brown"
11988
+ name="color"
11989
+ onBlur={[Function]}
11990
+ onChange={[Function]}
11991
+ type="checkbox"
11992
+ value="brown"
11993
+ />
11994
+ <label
11995
+ htmlFor="colors-brown"
11996
+ >
11997
+ Color Brown
11998
+ </label>
11999
+ </div>
12000
+ <div
12001
+ className="base choice"
12002
+ >
12003
+ <input
12004
+ disabled={false}
12005
+ id="colors-black"
12006
+ name="color"
12007
+ onBlur={[Function]}
12008
+ onChange={[Function]}
12009
+ type="checkbox"
12010
+ value="black"
12011
+ />
12012
+ <label
12013
+ htmlFor="colors-black"
12014
+ >
12015
+ Color Black
12016
+ </label>
11687
12017
  </div>
11688
12018
  </div>
11689
- <div
11690
- aria-expanded={false}
11691
- aria-haspopup="listbox"
11692
- aria-owns="downshift-5-menu"
11693
- className="input-wrapper"
11694
- role="combobox"
11695
- >
11696
- <input
11697
- aria-autocomplete="list"
11698
- aria-controls="downshift-5-menu"
11699
- aria-labelledby="downshift-5-label"
11700
- autoComplete="off"
11701
- className="input"
11702
- id="downshift-5-input"
11703
- onBlur={[Function]}
11704
- onChange={[Function]}
11705
- onClick={[Function]}
11706
- onKeyDown={[Function]}
11707
- value=""
11708
- />
11709
- </div>
11710
- <div
11711
- className="base popover x-background1 bottom left"
12019
+ </div>
12020
+ <div
12021
+ className="debugger"
12022
+ >
12023
+ <button
12024
+ className="base button x-main2"
12025
+ onClick={[Function]}
12026
+ type="button"
11712
12027
  >
11713
- <ul
11714
- aria-labelledby="downshift-5-label"
11715
- className="base menu"
11716
- id="downshift-5-menu"
11717
- onMouseLeave={[Function]}
11718
- role="listbox"
11719
- />
11720
- </div>
12028
+ Open FormDebugger
12029
+ </button>
11721
12030
  </div>
12031
+ </form>
12032
+ `;
12033
+
12034
+ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
12035
+ <form
12036
+ action="#"
12037
+ onReset={[Function]}
12038
+ onSubmit={[Function]}
12039
+ >
11722
12040
  <div
12041
+ className="base choices-input multiple x-background2 y-main2"
12042
+ id="colors"
11723
12043
  style={
11724
12044
  Object {
11725
- "alignItems": "flex-end",
11726
- "display": "flex",
11727
- "flexDirection": "column",
12045
+ "--grid-columns-desktop": 2,
12046
+ "--grid-columns-mobile": 2,
11728
12047
  }
11729
12048
  }
11730
12049
  >
11731
12050
  <div
11732
- className="debugger"
12051
+ className="choices"
11733
12052
  >
11734
- <button
11735
- className="base button x-main2"
11736
- onClick={[Function]}
11737
- type="button"
12053
+ <div
12054
+ className="base choice"
11738
12055
  >
11739
- Open FormDebugger
11740
- </button>
12056
+ <input
12057
+ disabled={false}
12058
+ id="colors-red"
12059
+ name="color"
12060
+ onBlur={[Function]}
12061
+ onChange={[Function]}
12062
+ type="checkbox"
12063
+ value="red"
12064
+ />
12065
+ <label
12066
+ htmlFor="colors-red"
12067
+ >
12068
+ Color Red
12069
+ </label>
12070
+ </div>
12071
+ <div
12072
+ className="base choice"
12073
+ >
12074
+ <input
12075
+ disabled={false}
12076
+ id="colors-blue"
12077
+ name="color"
12078
+ onBlur={[Function]}
12079
+ onChange={[Function]}
12080
+ type="checkbox"
12081
+ value="blue"
12082
+ />
12083
+ <label
12084
+ htmlFor="colors-blue"
12085
+ >
12086
+ Color Blue
12087
+ </label>
12088
+ </div>
12089
+ <div
12090
+ className="base choice"
12091
+ >
12092
+ <input
12093
+ disabled={false}
12094
+ id="colors-green"
12095
+ name="color"
12096
+ onBlur={[Function]}
12097
+ onChange={[Function]}
12098
+ type="checkbox"
12099
+ value="green"
12100
+ />
12101
+ <label
12102
+ htmlFor="colors-green"
12103
+ >
12104
+ Color Green
12105
+ </label>
12106
+ </div>
12107
+ <div
12108
+ className="base choice"
12109
+ >
12110
+ <input
12111
+ disabled={false}
12112
+ id="colors-yellow"
12113
+ name="color"
12114
+ onBlur={[Function]}
12115
+ onChange={[Function]}
12116
+ type="checkbox"
12117
+ value="yellow"
12118
+ />
12119
+ <label
12120
+ htmlFor="colors-yellow"
12121
+ >
12122
+ Color Yellow
12123
+ </label>
12124
+ </div>
12125
+ <div
12126
+ className="base choice"
12127
+ >
12128
+ <input
12129
+ disabled={false}
12130
+ id="colors-oarnge"
12131
+ name="color"
12132
+ onBlur={[Function]}
12133
+ onChange={[Function]}
12134
+ type="checkbox"
12135
+ value="oarnge"
12136
+ />
12137
+ <label
12138
+ htmlFor="colors-oarnge"
12139
+ >
12140
+ Color Orange
12141
+ </label>
12142
+ </div>
12143
+ <div
12144
+ className="base choice"
12145
+ >
12146
+ <input
12147
+ disabled={false}
12148
+ id="colors-violet"
12149
+ name="color"
12150
+ onBlur={[Function]}
12151
+ onChange={[Function]}
12152
+ type="checkbox"
12153
+ value="violet"
12154
+ />
12155
+ <label
12156
+ htmlFor="colors-violet"
12157
+ >
12158
+ Color Violet
12159
+ </label>
12160
+ </div>
12161
+ <div
12162
+ className="base choice"
12163
+ >
12164
+ <input
12165
+ disabled={false}
12166
+ id="colors-brown"
12167
+ name="color"
12168
+ onBlur={[Function]}
12169
+ onChange={[Function]}
12170
+ type="checkbox"
12171
+ value="brown"
12172
+ />
12173
+ <label
12174
+ htmlFor="colors-brown"
12175
+ >
12176
+ Color Brown
12177
+ </label>
12178
+ </div>
12179
+ <div
12180
+ className="base choice"
12181
+ >
12182
+ <input
12183
+ disabled={false}
12184
+ id="colors-black"
12185
+ name="color"
12186
+ onBlur={[Function]}
12187
+ onChange={[Function]}
12188
+ type="checkbox"
12189
+ value="black"
12190
+ />
12191
+ <label
12192
+ htmlFor="colors-black"
12193
+ >
12194
+ Color Black
12195
+ </label>
12196
+ </div>
11741
12197
  </div>
12198
+ </div>
12199
+ <div
12200
+ className="debugger"
12201
+ >
11742
12202
  <button
11743
- className="base button x-main1"
12203
+ className="base button x-main2"
11744
12204
  onClick={[Function]}
11745
12205
  type="button"
11746
12206
  >
11747
- Add formik values
12207
+ Open FormDebugger
11748
12208
  </button>
11749
12209
  </div>
11750
12210
  </form>
11751
12211
  `;
11752
12212
 
11753
- exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
12213
+ exports[`Storyshots f/fields/QueryCombobox Multiple Select 1`] = `
11754
12214
  <form
11755
12215
  action="#"
11756
12216
  onReset={[Function]}
11757
12217
  onSubmit={[Function]}
11758
12218
  >
11759
12219
  <div
11760
- className="base combobox y-background2"
12220
+ className="base multiple-combobox y-background2"
11761
12221
  >
11762
12222
  <label
11763
12223
  className="base label x-main2"
11764
- htmlFor="team"
11765
- id="downshift-2-label"
12224
+ htmlFor="teams"
12225
+ id="downshift-4-label"
11766
12226
  >
11767
12227
  Search for a team
11768
12228
  </label>
11769
12229
  <div
11770
12230
  aria-expanded={false}
11771
12231
  aria-haspopup="listbox"
11772
- aria-owns="downshift-2-menu"
12232
+ aria-owns="downshift-4-menu"
11773
12233
  className="input-wrapper"
11774
12234
  role="combobox"
11775
12235
  >
11776
12236
  <input
11777
12237
  aria-autocomplete="list"
11778
- aria-controls="downshift-2-menu"
11779
- aria-labelledby="downshift-2-label"
12238
+ aria-controls="downshift-4-menu"
12239
+ aria-labelledby="downshift-4-label"
11780
12240
  autoComplete="off"
11781
12241
  className="input"
11782
- id="downshift-2-input"
12242
+ id="downshift-4-input"
11783
12243
  onBlur={[Function]}
11784
12244
  onChange={[Function]}
12245
+ onClick={[Function]}
11785
12246
  onKeyDown={[Function]}
11786
12247
  value=""
11787
12248
  />
@@ -11790,9 +12251,9 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
11790
12251
  className="base popover x-background1 bottom left"
11791
12252
  >
11792
12253
  <ul
11793
- aria-labelledby="downshift-2-label"
12254
+ aria-labelledby="downshift-4-label"
11794
12255
  className="base menu"
11795
- id="downshift-2-menu"
12256
+ id="downshift-4-menu"
11796
12257
  onMouseLeave={[Function]}
11797
12258
  role="listbox"
11798
12259
  />
@@ -11823,55 +12284,106 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
11823
12284
  onClick={[Function]}
11824
12285
  type="button"
11825
12286
  >
11826
- Replace formik value
12287
+ Add formik values
11827
12288
  </button>
11828
12289
  </div>
11829
12290
  </form>
11830
12291
  `;
11831
12292
 
11832
- exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik State 1`] = `
12293
+ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik State 1`] = `
11833
12294
  <form
11834
12295
  action="#"
11835
12296
  onReset={[Function]}
11836
12297
  onSubmit={[Function]}
11837
12298
  >
11838
12299
  <div
11839
- className="base combobox y-background2"
12300
+ className="base multiple-combobox y-background2"
11840
12301
  >
11841
12302
  <label
11842
12303
  className="base label x-main2"
11843
- htmlFor="team"
11844
- id="downshift-3-label"
12304
+ htmlFor="teams"
12305
+ id="downshift-5-label"
11845
12306
  >
11846
12307
  Search for a team
11847
12308
  </label>
12309
+ <div
12310
+ className="selected-items"
12311
+ >
12312
+ <div
12313
+ className="item"
12314
+ onClick={[Function]}
12315
+ onKeyDown={[Function]}
12316
+ tabIndex={-1}
12317
+ >
12318
+ <button
12319
+ className="base button x-background2 modifierCompact modifierSimple"
12320
+ onClick={[Function]}
12321
+ type="button"
12322
+ >
12323
+ <span
12324
+ className="v25 mr-v"
12325
+ >
12326
+ Apple
12327
+ </span>
12328
+ <span
12329
+ className="f-icons close"
12330
+ >
12331
+ Y
12332
+ </span>
12333
+ </button>
12334
+ </div>
12335
+ <div
12336
+ className="item"
12337
+ onClick={[Function]}
12338
+ onKeyDown={[Function]}
12339
+ tabIndex={-1}
12340
+ >
12341
+ <button
12342
+ className="base button x-background2 modifierCompact modifierSimple"
12343
+ onClick={[Function]}
12344
+ type="button"
12345
+ >
12346
+ <span
12347
+ className="v25 mr-v"
12348
+ >
12349
+ Pear
12350
+ </span>
12351
+ <span
12352
+ className="f-icons close"
12353
+ >
12354
+ Y
12355
+ </span>
12356
+ </button>
12357
+ </div>
12358
+ </div>
11848
12359
  <div
11849
12360
  aria-expanded={false}
11850
12361
  aria-haspopup="listbox"
11851
- aria-owns="downshift-3-menu"
12362
+ aria-owns="downshift-5-menu"
11852
12363
  className="input-wrapper"
11853
12364
  role="combobox"
11854
12365
  >
11855
12366
  <input
11856
12367
  aria-autocomplete="list"
11857
- aria-controls="downshift-3-menu"
11858
- aria-labelledby="downshift-3-label"
12368
+ aria-controls="downshift-5-menu"
12369
+ aria-labelledby="downshift-5-label"
11859
12370
  autoComplete="off"
11860
12371
  className="input"
11861
- id="downshift-3-input"
12372
+ id="downshift-5-input"
11862
12373
  onBlur={[Function]}
11863
12374
  onChange={[Function]}
12375
+ onClick={[Function]}
11864
12376
  onKeyDown={[Function]}
11865
- value="Apple"
12377
+ value=""
11866
12378
  />
11867
12379
  </div>
11868
12380
  <div
11869
12381
  className="base popover x-background1 bottom left"
11870
12382
  >
11871
12383
  <ul
11872
- aria-labelledby="downshift-3-label"
12384
+ aria-labelledby="downshift-5-label"
11873
12385
  className="base menu"
11874
- id="downshift-3-menu"
12386
+ id="downshift-5-menu"
11875
12387
  onMouseLeave={[Function]}
11876
12388
  role="listbox"
11877
12389
  />
@@ -11902,274 +12414,197 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
11902
12414
  onClick={[Function]}
11903
12415
  type="button"
11904
12416
  >
11905
- Replace formik value
12417
+ Add formik values
11906
12418
  </button>
11907
12419
  </div>
11908
12420
  </form>
11909
12421
  `;
11910
12422
 
11911
- exports[`Storyshots f/fields/QuerySelect Base 1`] = `
12423
+ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
11912
12424
  <form
11913
12425
  action="#"
11914
12426
  onReset={[Function]}
11915
12427
  onSubmit={[Function]}
11916
12428
  >
11917
12429
  <div
11918
- className="base select-input y-background2"
12430
+ className="base combobox y-background2"
11919
12431
  >
11920
12432
  <label
11921
12433
  className="base label x-main2"
11922
- htmlFor="status"
12434
+ htmlFor="team"
12435
+ id="downshift-2-label"
11923
12436
  >
11924
- Select Task Status
12437
+ Search for a team
11925
12438
  </label>
11926
12439
  <div
11927
- className="select-wrapper"
12440
+ aria-expanded={false}
12441
+ aria-haspopup="listbox"
12442
+ aria-owns="downshift-2-menu"
12443
+ className="input-wrapper"
12444
+ role="combobox"
11928
12445
  >
11929
- <select
12446
+ <input
12447
+ aria-autocomplete="list"
12448
+ aria-controls="downshift-2-menu"
12449
+ aria-labelledby="downshift-2-label"
12450
+ autoComplete="off"
11930
12451
  className="input"
11931
- disabled={false}
11932
- id="status"
11933
- name="status"
12452
+ id="downshift-2-input"
11934
12453
  onBlur={[Function]}
11935
12454
  onChange={[Function]}
12455
+ onKeyDown={[Function]}
11936
12456
  value=""
11937
12457
  />
11938
12458
  </div>
11939
- </div>
11940
- <div
11941
- className="debugger"
11942
- >
11943
- <button
11944
- className="base button x-main2"
11945
- onClick={[Function]}
11946
- type="button"
11947
- >
11948
- Open FormDebugger
11949
- </button>
11950
- </div>
11951
- </form>
11952
- `;
11953
-
11954
- exports[`Storyshots f/fields/QuerySelect Loading Options 1`] = `
11955
- <form
11956
- action="#"
11957
- onReset={[Function]}
11958
- onSubmit={[Function]}
11959
- >
11960
- <div
11961
- className="base select-input y-background2"
11962
- >
11963
- <label
11964
- className="base label x-main2"
11965
- htmlFor="status"
11966
- >
11967
- Select Task Status
11968
- </label>
11969
12459
  <div
11970
- className="select-wrapper"
12460
+ className="base popover x-background1 bottom left"
11971
12461
  >
11972
- <select
11973
- className="input"
11974
- disabled={false}
11975
- id="status"
11976
- name="status"
11977
- onBlur={[Function]}
11978
- onChange={[Function]}
11979
- value=""
12462
+ <ul
12463
+ aria-labelledby="downshift-2-label"
12464
+ className="base menu"
12465
+ id="downshift-2-menu"
12466
+ onMouseLeave={[Function]}
12467
+ role="listbox"
11980
12468
  />
11981
12469
  </div>
11982
12470
  </div>
11983
12471
  <div
11984
- className="debugger"
12472
+ style={
12473
+ Object {
12474
+ "alignItems": "flex-end",
12475
+ "display": "flex",
12476
+ "flexDirection": "column",
12477
+ }
12478
+ }
11985
12479
  >
12480
+ <div
12481
+ className="debugger"
12482
+ >
12483
+ <button
12484
+ className="base button x-main2"
12485
+ onClick={[Function]}
12486
+ type="button"
12487
+ >
12488
+ Open FormDebugger
12489
+ </button>
12490
+ </div>
11986
12491
  <button
11987
- className="base button x-main2"
12492
+ className="base button x-main1"
11988
12493
  onClick={[Function]}
11989
12494
  type="button"
11990
12495
  >
11991
- Open FormDebugger
12496
+ Replace formik value
11992
12497
  </button>
11993
12498
  </div>
11994
12499
  </form>
11995
12500
  `;
11996
12501
 
11997
- exports[`Storyshots f/fields/QuerySelect With Default Value 1`] = `
12502
+ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik State 1`] = `
11998
12503
  <form
11999
12504
  action="#"
12000
12505
  onReset={[Function]}
12001
12506
  onSubmit={[Function]}
12002
12507
  >
12003
12508
  <div
12004
- className="base select-input y-background2"
12509
+ className="base combobox y-background2"
12005
12510
  >
12006
12511
  <label
12007
12512
  className="base label x-main2"
12008
- htmlFor="status"
12513
+ htmlFor="team"
12514
+ id="downshift-3-label"
12009
12515
  >
12010
- Select Task Status
12516
+ Search for a team
12011
12517
  </label>
12012
12518
  <div
12013
- className="select-wrapper"
12519
+ aria-expanded={false}
12520
+ aria-haspopup="listbox"
12521
+ aria-owns="downshift-3-menu"
12522
+ className="input-wrapper"
12523
+ role="combobox"
12014
12524
  >
12015
- <select
12525
+ <input
12526
+ aria-autocomplete="list"
12527
+ aria-controls="downshift-3-menu"
12528
+ aria-labelledby="downshift-3-label"
12529
+ autoComplete="off"
12016
12530
  className="input"
12017
- disabled={false}
12018
- id="status"
12019
- name="status"
12531
+ id="downshift-3-input"
12020
12532
  onBlur={[Function]}
12021
12533
  onChange={[Function]}
12022
- value="VGFza1N0YXR1c05vZGU6NGRiYjNlMmItMGIxYy00ZjIxLTk0MmUtZTNjZGQwMjdiNjU3"
12023
- />
12024
- </div>
12025
- </div>
12026
- <div
12027
- className="debugger"
12028
- >
12029
- <button
12030
- className="base button x-main2"
12031
- onClick={[Function]}
12032
- type="button"
12033
- >
12034
- Open FormDebugger
12035
- </button>
12036
- </div>
12037
- </form>
12038
- `;
12039
-
12040
- exports[`Storyshots f/fields/RatingsInput Base 1`] = `
12041
- <form
12042
- action="#"
12043
- onReset={[Function]}
12044
- onSubmit={[Function]}
12045
- >
12046
- <div
12047
- className="base ratings-input"
12048
- >
12049
- <label
12050
- className="base label input-label v50 mb-v x-main2"
12051
- htmlFor="ratings"
12052
- >
12053
- Your Rating
12054
- </label>
12055
- <div
12056
- className="stars"
12057
- >
12058
- <div
12059
- className="base rating x-main1 y-background2"
12060
- >
12061
- <label
12062
- htmlFor="ratings-1"
12063
- onMouseEnter={[Function]}
12064
- onMouseLeave={[Function]}
12065
- >
12066
- <span
12067
- className="f-icons c-dark-y"
12068
- >
12069
- [
12070
- </span>
12071
- </label>
12072
- <input
12073
- id="ratings-1"
12074
- name="ratings"
12075
- onBlur={[Function]}
12076
- onChange={[Function]}
12077
- type="radio"
12078
- value={1}
12079
- />
12080
- </div>
12081
- <div
12082
- className="base rating x-main1 y-background2"
12083
- >
12084
- <label
12085
- htmlFor="ratings-2"
12086
- onMouseEnter={[Function]}
12087
- onMouseLeave={[Function]}
12088
- >
12089
- <span
12090
- className="f-icons c-dark-y"
12091
- >
12092
- [
12093
- </span>
12094
- </label>
12095
- <input
12096
- id="ratings-2"
12097
- name="ratings"
12098
- onBlur={[Function]}
12099
- onChange={[Function]}
12100
- type="radio"
12101
- value={2}
12102
- />
12103
- </div>
12104
- <div
12105
- className="base rating x-main1 y-background2"
12106
- >
12107
- <label
12108
- htmlFor="ratings-3"
12109
- onMouseEnter={[Function]}
12110
- onMouseLeave={[Function]}
12111
- >
12112
- <span
12113
- className="f-icons c-dark-y"
12114
- >
12115
- [
12116
- </span>
12117
- </label>
12118
- <input
12119
- id="ratings-3"
12120
- name="ratings"
12121
- onBlur={[Function]}
12122
- onChange={[Function]}
12123
- type="radio"
12124
- value={3}
12125
- />
12126
- </div>
12127
- <div
12128
- className="base rating x-main1 y-background2"
12129
- >
12130
- <label
12131
- htmlFor="ratings-4"
12132
- onMouseEnter={[Function]}
12133
- onMouseLeave={[Function]}
12134
- >
12135
- <span
12136
- className="f-icons c-dark-y"
12137
- >
12138
- [
12139
- </span>
12140
- </label>
12141
- <input
12142
- id="ratings-4"
12143
- name="ratings"
12144
- onBlur={[Function]}
12145
- onChange={[Function]}
12146
- type="radio"
12147
- value={4}
12148
- />
12149
- </div>
12150
- <div
12151
- className="base rating x-main1 y-background2"
12534
+ onKeyDown={[Function]}
12535
+ value="Apple"
12536
+ />
12537
+ </div>
12538
+ <div
12539
+ className="base popover x-background1 bottom left"
12540
+ >
12541
+ <ul
12542
+ aria-labelledby="downshift-3-label"
12543
+ className="base menu"
12544
+ id="downshift-3-menu"
12545
+ onMouseLeave={[Function]}
12546
+ role="listbox"
12547
+ />
12548
+ </div>
12549
+ </div>
12550
+ <div
12551
+ style={
12552
+ Object {
12553
+ "alignItems": "flex-end",
12554
+ "display": "flex",
12555
+ "flexDirection": "column",
12556
+ }
12557
+ }
12558
+ >
12559
+ <div
12560
+ className="debugger"
12561
+ >
12562
+ <button
12563
+ className="base button x-main2"
12564
+ onClick={[Function]}
12565
+ type="button"
12152
12566
  >
12153
- <label
12154
- htmlFor="ratings-5"
12155
- onMouseEnter={[Function]}
12156
- onMouseLeave={[Function]}
12157
- >
12158
- <span
12159
- className="f-icons c-dark-y"
12160
- >
12161
- [
12162
- </span>
12163
- </label>
12164
- <input
12165
- id="ratings-5"
12166
- name="ratings"
12167
- onBlur={[Function]}
12168
- onChange={[Function]}
12169
- type="radio"
12170
- value={5}
12171
- />
12172
- </div>
12567
+ Open FormDebugger
12568
+ </button>
12569
+ </div>
12570
+ <button
12571
+ className="base button x-main1"
12572
+ onClick={[Function]}
12573
+ type="button"
12574
+ >
12575
+ Replace formik value
12576
+ </button>
12577
+ </div>
12578
+ </form>
12579
+ `;
12580
+
12581
+ exports[`Storyshots f/fields/QuerySelect Base 1`] = `
12582
+ <form
12583
+ action="#"
12584
+ onReset={[Function]}
12585
+ onSubmit={[Function]}
12586
+ >
12587
+ <div
12588
+ className="base select-input y-background2"
12589
+ >
12590
+ <label
12591
+ className="base label x-main2"
12592
+ htmlFor="status"
12593
+ >
12594
+ Select Task Status
12595
+ </label>
12596
+ <div
12597
+ className="select-wrapper"
12598
+ >
12599
+ <select
12600
+ className="input"
12601
+ disabled={false}
12602
+ id="status"
12603
+ name="status"
12604
+ onBlur={[Function]}
12605
+ onChange={[Function]}
12606
+ value=""
12607
+ />
12173
12608
  </div>
12174
12609
  </div>
12175
12610
  <div
@@ -12186,182 +12621,118 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
12186
12621
  </form>
12187
12622
  `;
12188
12623
 
12189
- exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12624
+ exports[`Storyshots f/fields/QuerySelect Loading Options 1`] = `
12190
12625
  <form
12191
12626
  action="#"
12192
12627
  onReset={[Function]}
12193
12628
  onSubmit={[Function]}
12194
12629
  >
12195
12630
  <div
12196
- className="base ratings-input"
12631
+ className="base select-input y-background2"
12197
12632
  >
12198
12633
  <label
12199
- className="base label input-label v50 mb-v x-main2"
12200
- htmlFor="ratings"
12634
+ className="base label x-main2"
12635
+ htmlFor="status"
12201
12636
  >
12202
- Your Rating
12637
+ Select Task Status
12203
12638
  </label>
12204
12639
  <div
12205
- className="stars"
12640
+ className="select-wrapper"
12641
+ >
12642
+ <select
12643
+ className="input"
12644
+ disabled={false}
12645
+ id="status"
12646
+ name="status"
12647
+ onBlur={[Function]}
12648
+ onChange={[Function]}
12649
+ value=""
12650
+ />
12651
+ </div>
12652
+ </div>
12653
+ <div
12654
+ className="debugger"
12655
+ >
12656
+ <button
12657
+ className="base button x-main2"
12658
+ onClick={[Function]}
12659
+ type="button"
12660
+ >
12661
+ Open FormDebugger
12662
+ </button>
12663
+ </div>
12664
+ </form>
12665
+ `;
12666
+
12667
+ exports[`Storyshots f/fields/QuerySelect With Default Value 1`] = `
12668
+ <form
12669
+ action="#"
12670
+ onReset={[Function]}
12671
+ onSubmit={[Function]}
12672
+ >
12673
+ <div
12674
+ className="base select-input y-background2"
12675
+ >
12676
+ <label
12677
+ className="base label x-main2"
12678
+ htmlFor="status"
12679
+ >
12680
+ Select Task Status
12681
+ </label>
12682
+ <div
12683
+ className="select-wrapper"
12684
+ >
12685
+ <select
12686
+ className="input"
12687
+ disabled={false}
12688
+ id="status"
12689
+ name="status"
12690
+ onBlur={[Function]}
12691
+ onChange={[Function]}
12692
+ value="VGFza1N0YXR1c05vZGU6NGRiYjNlMmItMGIxYy00ZjIxLTk0MmUtZTNjZGQwMjdiNjU3"
12693
+ />
12694
+ </div>
12695
+ </div>
12696
+ <div
12697
+ className="debugger"
12698
+ >
12699
+ <button
12700
+ className="base button x-main2"
12701
+ onClick={[Function]}
12702
+ type="button"
12703
+ >
12704
+ Open FormDebugger
12705
+ </button>
12706
+ </div>
12707
+ </form>
12708
+ `;
12709
+
12710
+ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
12711
+ <form
12712
+ action="#"
12713
+ onReset={[Function]}
12714
+ onSubmit={[Function]}
12715
+ >
12716
+ <div
12717
+ className="base ratings-input"
12718
+ >
12719
+ <label
12720
+ className="base label input-label v50 mb-v x-main2"
12721
+ htmlFor="ratings"
12722
+ >
12723
+ Your Rating
12724
+ </label>
12725
+ <div
12726
+ className="stars"
12206
12727
  >
12207
- <p
12208
- className="label-text md-s-1 s-2 x-metadata c-x"
12209
- >
12210
- not satisfied.
12211
- </p>
12212
- <div
12213
- className="base rating x-main1 y-background2"
12214
- >
12215
- <label
12216
- htmlFor="ratings-1"
12217
- onMouseEnter={[Function]}
12218
- onMouseLeave={[Function]}
12219
- >
12220
- <span
12221
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12222
- >
12223
- 1
12224
- </span>
12225
- <span
12226
- className="f-icons c-dark-y"
12227
- >
12228
- [
12229
- </span>
12230
- </label>
12231
- <input
12232
- id="ratings-1"
12233
- name="ratings"
12234
- onBlur={[Function]}
12235
- onChange={[Function]}
12236
- type="radio"
12237
- value={1}
12238
- />
12239
- </div>
12240
- <div
12241
- className="base rating x-main1 y-background2"
12242
- >
12243
- <label
12244
- htmlFor="ratings-2"
12245
- onMouseEnter={[Function]}
12246
- onMouseLeave={[Function]}
12247
- >
12248
- <span
12249
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12250
- >
12251
- 2
12252
- </span>
12253
- <span
12254
- className="f-icons c-dark-y"
12255
- >
12256
- [
12257
- </span>
12258
- </label>
12259
- <input
12260
- id="ratings-2"
12261
- name="ratings"
12262
- onBlur={[Function]}
12263
- onChange={[Function]}
12264
- type="radio"
12265
- value={2}
12266
- />
12267
- </div>
12268
- <div
12269
- className="base rating x-main1 y-background2"
12270
- >
12271
- <label
12272
- htmlFor="ratings-3"
12273
- onMouseEnter={[Function]}
12274
- onMouseLeave={[Function]}
12275
- >
12276
- <span
12277
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12278
- >
12279
- 3
12280
- </span>
12281
- <span
12282
- className="f-icons c-dark-y"
12283
- >
12284
- [
12285
- </span>
12286
- </label>
12287
- <input
12288
- id="ratings-3"
12289
- name="ratings"
12290
- onBlur={[Function]}
12291
- onChange={[Function]}
12292
- type="radio"
12293
- value={3}
12294
- />
12295
- </div>
12296
- <div
12297
- className="base rating x-main1 y-background2"
12298
- >
12299
- <label
12300
- htmlFor="ratings-4"
12301
- onMouseEnter={[Function]}
12302
- onMouseLeave={[Function]}
12303
- >
12304
- <span
12305
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12306
- >
12307
- 4
12308
- </span>
12309
- <span
12310
- className="f-icons c-dark-y"
12311
- >
12312
- [
12313
- </span>
12314
- </label>
12315
- <input
12316
- id="ratings-4"
12317
- name="ratings"
12318
- onBlur={[Function]}
12319
- onChange={[Function]}
12320
- type="radio"
12321
- value={4}
12322
- />
12323
- </div>
12324
- <div
12325
- className="base rating x-main1 y-background2"
12326
- >
12327
- <label
12328
- htmlFor="ratings-5"
12329
- onMouseEnter={[Function]}
12330
- onMouseLeave={[Function]}
12331
- >
12332
- <span
12333
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12334
- >
12335
- 5
12336
- </span>
12337
- <span
12338
- className="f-icons c-dark-y"
12339
- >
12340
- [
12341
- </span>
12342
- </label>
12343
- <input
12344
- id="ratings-5"
12345
- name="ratings"
12346
- onBlur={[Function]}
12347
- onChange={[Function]}
12348
- type="radio"
12349
- value={5}
12350
- />
12351
- </div>
12352
12728
  <div
12353
12729
  className="base rating x-main1 y-background2"
12354
12730
  >
12355
12731
  <label
12356
- htmlFor="ratings-6"
12732
+ htmlFor="ratings-1"
12357
12733
  onMouseEnter={[Function]}
12358
12734
  onMouseLeave={[Function]}
12359
12735
  >
12360
- <span
12361
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12362
- >
12363
- 6
12364
- </span>
12365
12736
  <span
12366
12737
  className="f-icons c-dark-y"
12367
12738
  >
@@ -12369,27 +12740,22 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12369
12740
  </span>
12370
12741
  </label>
12371
12742
  <input
12372
- id="ratings-6"
12743
+ id="ratings-1"
12373
12744
  name="ratings"
12374
12745
  onBlur={[Function]}
12375
12746
  onChange={[Function]}
12376
12747
  type="radio"
12377
- value={6}
12748
+ value={1}
12378
12749
  />
12379
12750
  </div>
12380
12751
  <div
12381
12752
  className="base rating x-main1 y-background2"
12382
12753
  >
12383
12754
  <label
12384
- htmlFor="ratings-7"
12755
+ htmlFor="ratings-2"
12385
12756
  onMouseEnter={[Function]}
12386
12757
  onMouseLeave={[Function]}
12387
12758
  >
12388
- <span
12389
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12390
- >
12391
- 7
12392
- </span>
12393
12759
  <span
12394
12760
  className="f-icons c-dark-y"
12395
12761
  >
@@ -12397,27 +12763,22 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12397
12763
  </span>
12398
12764
  </label>
12399
12765
  <input
12400
- id="ratings-7"
12766
+ id="ratings-2"
12401
12767
  name="ratings"
12402
12768
  onBlur={[Function]}
12403
12769
  onChange={[Function]}
12404
12770
  type="radio"
12405
- value={7}
12771
+ value={2}
12406
12772
  />
12407
12773
  </div>
12408
12774
  <div
12409
12775
  className="base rating x-main1 y-background2"
12410
12776
  >
12411
12777
  <label
12412
- htmlFor="ratings-8"
12778
+ htmlFor="ratings-3"
12413
12779
  onMouseEnter={[Function]}
12414
12780
  onMouseLeave={[Function]}
12415
12781
  >
12416
- <span
12417
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12418
- >
12419
- 8
12420
- </span>
12421
12782
  <span
12422
12783
  className="f-icons c-dark-y"
12423
12784
  >
@@ -12425,27 +12786,22 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12425
12786
  </span>
12426
12787
  </label>
12427
12788
  <input
12428
- id="ratings-8"
12789
+ id="ratings-3"
12429
12790
  name="ratings"
12430
12791
  onBlur={[Function]}
12431
12792
  onChange={[Function]}
12432
12793
  type="radio"
12433
- value={8}
12794
+ value={3}
12434
12795
  />
12435
12796
  </div>
12436
12797
  <div
12437
12798
  className="base rating x-main1 y-background2"
12438
12799
  >
12439
12800
  <label
12440
- htmlFor="ratings-9"
12801
+ htmlFor="ratings-4"
12441
12802
  onMouseEnter={[Function]}
12442
12803
  onMouseLeave={[Function]}
12443
12804
  >
12444
- <span
12445
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12446
- >
12447
- 9
12448
- </span>
12449
12805
  <span
12450
12806
  className="f-icons c-dark-y"
12451
12807
  >
@@ -12453,27 +12809,22 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12453
12809
  </span>
12454
12810
  </label>
12455
12811
  <input
12456
- id="ratings-9"
12812
+ id="ratings-4"
12457
12813
  name="ratings"
12458
12814
  onBlur={[Function]}
12459
12815
  onChange={[Function]}
12460
12816
  type="radio"
12461
- value={9}
12817
+ value={4}
12462
12818
  />
12463
12819
  </div>
12464
12820
  <div
12465
12821
  className="base rating x-main1 y-background2"
12466
12822
  >
12467
12823
  <label
12468
- htmlFor="ratings-10"
12824
+ htmlFor="ratings-5"
12469
12825
  onMouseEnter={[Function]}
12470
12826
  onMouseLeave={[Function]}
12471
12827
  >
12472
- <span
12473
- className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12474
- >
12475
- 10
12476
- </span>
12477
12828
  <span
12478
12829
  className="f-icons c-dark-y"
12479
12830
  >
@@ -12481,19 +12832,14 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12481
12832
  </span>
12482
12833
  </label>
12483
12834
  <input
12484
- id="ratings-10"
12835
+ id="ratings-5"
12485
12836
  name="ratings"
12486
12837
  onBlur={[Function]}
12487
12838
  onChange={[Function]}
12488
12839
  type="radio"
12489
- value={10}
12840
+ value={5}
12490
12841
  />
12491
12842
  </div>
12492
- <p
12493
- className="label-text md-s-1 s-2 x-metadata c-x"
12494
- >
12495
- very satisfied.
12496
- </p>
12497
12843
  </div>
12498
12844
  </div>
12499
12845
  <div
@@ -12510,7 +12856,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12510
12856
  </form>
12511
12857
  `;
12512
12858
 
12513
- exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12859
+ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
12514
12860
  <form
12515
12861
  action="#"
12516
12862
  onReset={[Function]}
@@ -12528,6 +12874,11 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12528
12874
  <div
12529
12875
  className="stars"
12530
12876
  >
12877
+ <p
12878
+ className="label-text md-s-1 s-2 x-metadata c-x"
12879
+ >
12880
+ not satisfied.
12881
+ </p>
12531
12882
  <div
12532
12883
  className="base rating x-main1 y-background2"
12533
12884
  >
@@ -12668,18 +13019,57 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12668
13019
  value={5}
12669
13020
  />
12670
13021
  </div>
13022
+ <p
13023
+ className="label-text md-s-1 s-2 x-metadata c-x"
13024
+ >
13025
+ very satisfied.
13026
+ </p>
13027
+ </div>
13028
+ </div>
13029
+ <div
13030
+ className="debugger"
13031
+ >
13032
+ <button
13033
+ className="base button x-main2"
13034
+ onClick={[Function]}
13035
+ type="button"
13036
+ >
13037
+ Open FormDebugger
13038
+ </button>
13039
+ </div>
13040
+ </form>
13041
+ `;
13042
+
13043
+ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
13044
+ <form
13045
+ action="#"
13046
+ onReset={[Function]}
13047
+ onSubmit={[Function]}
13048
+ >
13049
+ <div
13050
+ className="base ratings-input"
13051
+ >
13052
+ <label
13053
+ className="base label input-label v50 mb-v x-main2"
13054
+ htmlFor="ratings"
13055
+ >
13056
+ Your Rating
13057
+ </label>
13058
+ <div
13059
+ className="stars"
13060
+ >
12671
13061
  <div
12672
13062
  className="base rating x-main1 y-background2"
12673
13063
  >
12674
13064
  <label
12675
- htmlFor="ratings-6"
13065
+ htmlFor="ratings-1"
12676
13066
  onMouseEnter={[Function]}
12677
13067
  onMouseLeave={[Function]}
12678
13068
  >
12679
13069
  <span
12680
13070
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12681
13071
  >
12682
- 6
13072
+ 1
12683
13073
  </span>
12684
13074
  <span
12685
13075
  className="f-icons c-dark-y"
@@ -12688,26 +13078,26 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12688
13078
  </span>
12689
13079
  </label>
12690
13080
  <input
12691
- id="ratings-6"
13081
+ id="ratings-1"
12692
13082
  name="ratings"
12693
13083
  onBlur={[Function]}
12694
13084
  onChange={[Function]}
12695
13085
  type="radio"
12696
- value={6}
13086
+ value={1}
12697
13087
  />
12698
13088
  </div>
12699
13089
  <div
12700
13090
  className="base rating x-main1 y-background2"
12701
13091
  >
12702
13092
  <label
12703
- htmlFor="ratings-7"
13093
+ htmlFor="ratings-2"
12704
13094
  onMouseEnter={[Function]}
12705
13095
  onMouseLeave={[Function]}
12706
13096
  >
12707
13097
  <span
12708
13098
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12709
13099
  >
12710
- 7
13100
+ 2
12711
13101
  </span>
12712
13102
  <span
12713
13103
  className="f-icons c-dark-y"
@@ -12716,26 +13106,26 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12716
13106
  </span>
12717
13107
  </label>
12718
13108
  <input
12719
- id="ratings-7"
13109
+ id="ratings-2"
12720
13110
  name="ratings"
12721
13111
  onBlur={[Function]}
12722
13112
  onChange={[Function]}
12723
13113
  type="radio"
12724
- value={7}
13114
+ value={2}
12725
13115
  />
12726
13116
  </div>
12727
13117
  <div
12728
13118
  className="base rating x-main1 y-background2"
12729
13119
  >
12730
13120
  <label
12731
- htmlFor="ratings-8"
13121
+ htmlFor="ratings-3"
12732
13122
  onMouseEnter={[Function]}
12733
13123
  onMouseLeave={[Function]}
12734
13124
  >
12735
13125
  <span
12736
13126
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12737
13127
  >
12738
- 8
13128
+ 3
12739
13129
  </span>
12740
13130
  <span
12741
13131
  className="f-icons c-dark-y"
@@ -12744,26 +13134,26 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12744
13134
  </span>
12745
13135
  </label>
12746
13136
  <input
12747
- id="ratings-8"
13137
+ id="ratings-3"
12748
13138
  name="ratings"
12749
13139
  onBlur={[Function]}
12750
13140
  onChange={[Function]}
12751
13141
  type="radio"
12752
- value={8}
13142
+ value={3}
12753
13143
  />
12754
13144
  </div>
12755
13145
  <div
12756
13146
  className="base rating x-main1 y-background2"
12757
13147
  >
12758
13148
  <label
12759
- htmlFor="ratings-9"
13149
+ htmlFor="ratings-4"
12760
13150
  onMouseEnter={[Function]}
12761
13151
  onMouseLeave={[Function]}
12762
13152
  >
12763
13153
  <span
12764
13154
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12765
13155
  >
12766
- 9
13156
+ 4
12767
13157
  </span>
12768
13158
  <span
12769
13159
  className="f-icons c-dark-y"
@@ -12772,26 +13162,26 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12772
13162
  </span>
12773
13163
  </label>
12774
13164
  <input
12775
- id="ratings-9"
13165
+ id="ratings-4"
12776
13166
  name="ratings"
12777
13167
  onBlur={[Function]}
12778
13168
  onChange={[Function]}
12779
13169
  type="radio"
12780
- value={9}
13170
+ value={4}
12781
13171
  />
12782
13172
  </div>
12783
13173
  <div
12784
13174
  className="base rating x-main1 y-background2"
12785
13175
  >
12786
13176
  <label
12787
- htmlFor="ratings-10"
13177
+ htmlFor="ratings-5"
12788
13178
  onMouseEnter={[Function]}
12789
13179
  onMouseLeave={[Function]}
12790
13180
  >
12791
13181
  <span
12792
13182
  className="v25 mb-v md-s-1 s-2 x-metadata c-x"
12793
13183
  >
12794
- 10
13184
+ 5
12795
13185
  </span>
12796
13186
  <span
12797
13187
  className="f-icons c-dark-y"
@@ -12800,12 +13190,12 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
12800
13190
  </span>
12801
13191
  </label>
12802
13192
  <input
12803
- id="ratings-10"
13193
+ id="ratings-5"
12804
13194
  name="ratings"
12805
13195
  onBlur={[Function]}
12806
13196
  onChange={[Function]}
12807
13197
  type="radio"
12808
- value={10}
13198
+ value={5}
12809
13199
  />
12810
13200
  </div>
12811
13201
  </div>
@@ -12927,95 +13317,21 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
12927
13317
  </option>
12928
13318
  <option
12929
13319
  disabled={false}
12930
- value="Work"
12931
- >
12932
- Work
12933
- </option>
12934
- <option
12935
- disabled={false}
12936
- value="Managing"
12937
- >
12938
- Managing
12939
- </option>
12940
- <option
12941
- disabled={false}
12942
- value="Training"
12943
- >
12944
- Training
12945
- </option>
12946
- <option
12947
- disabled={false}
12948
- value="20th Aug 2020 to 19th Sept, 2020"
12949
- >
12950
- 20th Aug 2020 to 19th Sept, 2020
12951
- </option>
12952
- <option
12953
- disabled={false}
12954
- value="20th Sept 2020 to 19th Oct, 2020"
12955
- >
12956
- 20th Sept 2020 to 19th Oct, 2020
12957
- </option>
12958
- </select>
12959
- </div>
12960
- </div>
12961
- <div
12962
- className="debugger"
12963
- >
12964
- <button
12965
- className="base button x-main2"
12966
- onClick={[Function]}
12967
- type="button"
12968
- >
12969
- Open FormDebugger
12970
- </button>
12971
- </div>
12972
- </form>
12973
- `;
12974
-
12975
- exports[`Storyshots f/fields/SelectInput Objects 1`] = `
12976
- <form
12977
- action="#"
12978
- onReset={[Function]}
12979
- onSubmit={[Function]}
12980
- >
12981
- <div
12982
- className="base select-input y-background2"
12983
- >
12984
- <label
12985
- className="base label x-main2"
12986
- htmlFor="workType"
12987
- >
12988
- Work Type
12989
- </label>
12990
- <div
12991
- className="select-wrapper"
12992
- >
12993
- <select
12994
- className="input"
12995
- disabled={false}
12996
- id="workType"
12997
- name="workType"
12998
- onBlur={[Function]}
12999
- onChange={[Function]}
13000
- value=""
13001
- >
13002
- <option
13003
- disabled={true}
13004
- value=""
13320
+ value="Work"
13005
13321
  >
13006
- Select an option
13322
+ Work
13007
13323
  </option>
13008
13324
  <option
13009
13325
  disabled={false}
13010
- value="20th Aug 2020 to 19th Sept, 2020"
13326
+ value="Managing"
13011
13327
  >
13012
- 20th Aug 2020 to 19th Sept, 2020
13328
+ Managing
13013
13329
  </option>
13014
13330
  <option
13015
13331
  disabled={false}
13016
- value="20th Sept 2020 to 19th Oct, 2020"
13332
+ value="Training"
13017
13333
  >
13018
- 20th Sept 2020 to 19th Oct, 2020
13334
+ Training
13019
13335
  </option>
13020
13336
  </select>
13021
13337
  </div>
@@ -13034,7 +13350,7 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
13034
13350
  </form>
13035
13351
  `;
13036
13352
 
13037
- exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
13353
+ exports[`Storyshots f/fields/SelectInput Required 1`] = `
13038
13354
  <form
13039
13355
  action="#"
13040
13356
  onReset={[Function]}
@@ -13045,9 +13361,9 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
13045
13361
  >
13046
13362
  <label
13047
13363
  className="base label x-main2"
13048
- htmlFor="activity"
13364
+ htmlFor="workType"
13049
13365
  >
13050
- Activity Type
13366
+ Work Type
13051
13367
  </label>
13052
13368
  <div
13053
13369
  className="select-wrapper"
@@ -13055,8 +13371,8 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
13055
13371
  <select
13056
13372
  className="input"
13057
13373
  disabled={false}
13058
- id="activity"
13059
- name="activity"
13374
+ id="workType"
13375
+ name="workType"
13060
13376
  onBlur={[Function]}
13061
13377
  onChange={[Function]}
13062
13378
  value=""
@@ -13069,15 +13385,21 @@ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
13069
13385
  </option>
13070
13386
  <option
13071
13387
  disabled={false}
13072
- value="review"
13388
+ value="Work"
13389
+ >
13390
+ Work
13391
+ </option>
13392
+ <option
13393
+ disabled={false}
13394
+ value="Managing"
13073
13395
  >
13074
- Review
13396
+ Managing
13075
13397
  </option>
13076
13398
  <option
13077
13399
  disabled={false}
13078
- value="Approve"
13400
+ value="Training"
13079
13401
  >
13080
- Approve
13402
+ Training
13081
13403
  </option>
13082
13404
  </select>
13083
13405
  </div>
@@ -13149,15 +13471,21 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
13149
13471
  </option>
13150
13472
  <option
13151
13473
  disabled={false}
13152
- value="20th Aug 2020 to 19th Sept, 2020"
13474
+ value="Option1"
13475
+ >
13476
+ Option1
13477
+ </option>
13478
+ <option
13479
+ disabled={false}
13480
+ value="Option2"
13153
13481
  >
13154
- 20th Aug 2020 to 19th Sept, 2020
13482
+ Option2
13155
13483
  </option>
13156
13484
  <option
13157
13485
  disabled={false}
13158
- value="20th Sept 2020 to 19th Oct, 2020"
13486
+ value="Option3"
13159
13487
  >
13160
- 20th Sept 2020 to 19th Oct, 2020
13488
+ Option3
13161
13489
  </option>
13162
13490
  </select>
13163
13491
  </div>
@@ -13220,13 +13548,15 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
13220
13548
  </form>
13221
13549
  `;
13222
13550
 
13223
- exports[`Storyshots f/fields/TextInput Date Time 1`] = `
13551
+ exports[`Storyshots f/fields/TextInput Date 1`] = `
13224
13552
  <form
13225
13553
  action="#"
13226
13554
  onReset={[Function]}
13227
13555
  onSubmit={[Function]}
13228
13556
  >
13229
- <div>
13557
+ <div
13558
+ className=" u2 pb-u"
13559
+ >
13230
13560
  <div
13231
13561
  className="base text-input y-background2"
13232
13562
  >
@@ -13247,6 +13577,30 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
13247
13577
  value=""
13248
13578
  />
13249
13579
  </div>
13580
+ <div
13581
+ className="debugger"
13582
+ >
13583
+ <button
13584
+ className="base button x-main2"
13585
+ onClick={[Function]}
13586
+ type="button"
13587
+ >
13588
+ Open FormDebugger
13589
+ </button>
13590
+ </div>
13591
+ </div>
13592
+ </form>
13593
+ `;
13594
+
13595
+ exports[`Storyshots f/fields/TextInput Time 1`] = `
13596
+ <form
13597
+ action="#"
13598
+ onReset={[Function]}
13599
+ onSubmit={[Function]}
13600
+ >
13601
+ <div
13602
+ className=" u2 pb-u"
13603
+ >
13250
13604
  <div
13251
13605
  className="base text-input y-background2"
13252
13606
  >
@@ -13282,14 +13636,14 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
13282
13636
  </form>
13283
13637
  `;
13284
13638
 
13285
- exports[`Storyshots f/fields/TextInput Disabled 1`] = `
13639
+ exports[`Storyshots f/fields/TextInput With Auto Complete Off 1`] = `
13286
13640
  <form
13287
13641
  action="#"
13288
13642
  onReset={[Function]}
13289
13643
  onSubmit={[Function]}
13290
13644
  >
13291
13645
  <div
13292
- className="u2 pb-u"
13646
+ className=" u2 pb-u"
13293
13647
  >
13294
13648
  <div
13295
13649
  className="base text-input y-background2"
@@ -13301,8 +13655,9 @@ exports[`Storyshots f/fields/TextInput Disabled 1`] = `
13301
13655
  What's your first name ?
13302
13656
  </label>
13303
13657
  <input
13658
+ autoComplete="off"
13304
13659
  className="input"
13305
- disabled={true}
13660
+ disabled={false}
13306
13661
  id="firstName"
13307
13662
  name="firstName"
13308
13663
  onBlur={[Function]}
@@ -13311,18 +13666,29 @@ exports[`Storyshots f/fields/TextInput Disabled 1`] = `
13311
13666
  value=""
13312
13667
  />
13313
13668
  </div>
13669
+ <div
13670
+ className="debugger"
13671
+ >
13672
+ <button
13673
+ className="base button x-main2"
13674
+ onClick={[Function]}
13675
+ type="button"
13676
+ >
13677
+ Open FormDebugger
13678
+ </button>
13679
+ </div>
13314
13680
  </div>
13315
13681
  </form>
13316
13682
  `;
13317
13683
 
13318
- exports[`Storyshots f/fields/TextInput Placeholder 1`] = `
13684
+ exports[`Storyshots f/fields/TextInput With Disabled 1`] = `
13319
13685
  <form
13320
13686
  action="#"
13321
13687
  onReset={[Function]}
13322
13688
  onSubmit={[Function]}
13323
13689
  >
13324
13690
  <div
13325
- className="u2 pb-u"
13691
+ className=" u2 pb-u"
13326
13692
  >
13327
13693
  <div
13328
13694
  className="base text-input y-background2"
@@ -13335,12 +13701,11 @@ exports[`Storyshots f/fields/TextInput Placeholder 1`] = `
13335
13701
  </label>
13336
13702
  <input
13337
13703
  className="input"
13338
- disabled={false}
13704
+ disabled={true}
13339
13705
  id="firstName"
13340
13706
  name="firstName"
13341
13707
  onBlur={[Function]}
13342
13708
  onChange={[Function]}
13343
- placeholder="First Name"
13344
13709
  type="text"
13345
13710
  value=""
13346
13711
  />
@@ -13360,32 +13725,35 @@ exports[`Storyshots f/fields/TextInput Placeholder 1`] = `
13360
13725
  </form>
13361
13726
  `;
13362
13727
 
13363
- exports[`Storyshots f/fields/TextareaInput Base 1`] = `
13728
+ exports[`Storyshots f/fields/TextInput With Placeholder 1`] = `
13364
13729
  <form
13365
13730
  action="#"
13366
13731
  onReset={[Function]}
13367
13732
  onSubmit={[Function]}
13368
13733
  >
13369
- <div>
13734
+ <div
13735
+ className=" u2 pb-u"
13736
+ >
13370
13737
  <div
13371
- className="base text-area-input y-background2"
13738
+ className="base text-input y-background2"
13372
13739
  >
13373
13740
  <label
13374
13741
  className="base label v50 mb-v x-main2"
13375
- htmlFor="feedback"
13742
+ htmlFor="firstName"
13376
13743
  >
13377
- What can we improve on?
13744
+ What's your first name ?
13378
13745
  </label>
13379
- <textarea
13380
- className="textarea"
13746
+ <input
13747
+ className="input"
13381
13748
  disabled={false}
13382
- name="feedback"
13749
+ id="firstName"
13750
+ name="firstName"
13383
13751
  onBlur={[Function]}
13384
13752
  onChange={[Function]}
13385
- rows={3}
13753
+ placeholder="First Name"
13754
+ type="text"
13386
13755
  value=""
13387
13756
  />
13388
-
13389
13757
  </div>
13390
13758
  <div
13391
13759
  className="debugger"
@@ -13402,32 +13770,34 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
13402
13770
  </form>
13403
13771
  `;
13404
13772
 
13405
- exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
13773
+ exports[`Storyshots f/fields/TextInput With Validation 1`] = `
13406
13774
  <form
13407
13775
  action="#"
13408
13776
  onReset={[Function]}
13409
13777
  onSubmit={[Function]}
13410
13778
  >
13411
- <div>
13779
+ <div
13780
+ className=" u2 pb-u"
13781
+ >
13412
13782
  <div
13413
- className="base text-area-input y-background2"
13783
+ className="base text-input y-background2"
13414
13784
  >
13415
13785
  <label
13416
13786
  className="base label v50 mb-v x-main2"
13417
- htmlFor="feedback"
13787
+ htmlFor="firstName"
13418
13788
  >
13419
- What can we improve on?
13789
+ What's your first name ?
13420
13790
  </label>
13421
- <textarea
13422
- className="textarea"
13423
- disabled={true}
13424
- name="feedback"
13791
+ <input
13792
+ className="input"
13793
+ disabled={false}
13794
+ id="firstName"
13795
+ name="firstName"
13425
13796
  onBlur={[Function]}
13426
13797
  onChange={[Function]}
13427
- rows={3}
13798
+ type="text"
13428
13799
  value=""
13429
13800
  />
13430
-
13431
13801
  </div>
13432
13802
  <div
13433
13803
  className="debugger"
@@ -13444,45 +13814,120 @@ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
13444
13814
  </form>
13445
13815
  `;
13446
13816
 
13817
+ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
13818
+ <form
13819
+ action="#"
13820
+ onReset={[Function]}
13821
+ onSubmit={[Function]}
13822
+ >
13823
+ <div
13824
+ className="base text-area-input y-background2"
13825
+ >
13826
+ <label
13827
+ className="base label v50 mb-v x-main2"
13828
+ htmlFor="feedback"
13829
+ >
13830
+ What can we improve on?
13831
+ </label>
13832
+ <textarea
13833
+ className="textarea"
13834
+ disabled={false}
13835
+ name="feedback"
13836
+ onBlur={[Function]}
13837
+ onChange={[Function]}
13838
+ rows={3}
13839
+ value=""
13840
+ />
13841
+ </div>
13842
+ <div
13843
+ className="debugger"
13844
+ >
13845
+ <button
13846
+ className="base button x-main2"
13847
+ onClick={[Function]}
13848
+ type="button"
13849
+ >
13850
+ Open FormDebugger
13851
+ </button>
13852
+ </div>
13853
+ </form>
13854
+ `;
13855
+
13856
+ exports[`Storyshots f/fields/TextareaInput Disabled 1`] = `
13857
+ <form
13858
+ action="#"
13859
+ onReset={[Function]}
13860
+ onSubmit={[Function]}
13861
+ >
13862
+ <div
13863
+ className="base text-area-input y-background2"
13864
+ >
13865
+ <label
13866
+ className="base label v50 mb-v x-main2"
13867
+ htmlFor="feedback"
13868
+ >
13869
+ What can we improve on?
13870
+ </label>
13871
+ <textarea
13872
+ className="textarea"
13873
+ disabled={true}
13874
+ name="feedback"
13875
+ onBlur={[Function]}
13876
+ onChange={[Function]}
13877
+ rows={3}
13878
+ value=""
13879
+ />
13880
+ </div>
13881
+ <div
13882
+ className="debugger"
13883
+ >
13884
+ <button
13885
+ className="base button x-main2"
13886
+ onClick={[Function]}
13887
+ type="button"
13888
+ >
13889
+ Open FormDebugger
13890
+ </button>
13891
+ </div>
13892
+ </form>
13893
+ `;
13894
+
13447
13895
  exports[`Storyshots f/fields/TextareaInput Placeholder 1`] = `
13448
13896
  <form
13449
13897
  action="#"
13450
13898
  onReset={[Function]}
13451
13899
  onSubmit={[Function]}
13452
13900
  >
13453
- <div>
13454
- <div
13455
- className="base text-area-input y-background2"
13901
+ <div
13902
+ className="base text-area-input y-background2"
13903
+ >
13904
+ <label
13905
+ className="base label v50 mb-v x-main2"
13906
+ htmlFor="feedback"
13456
13907
  >
13457
- <label
13458
- className="base label v50 mb-v x-main2"
13459
- htmlFor="feedback"
13460
- >
13461
- What can we improve on?
13462
- </label>
13463
- <textarea
13464
- className="textarea"
13465
- disabled={false}
13466
- name="feedback"
13467
- onBlur={[Function]}
13468
- onChange={[Function]}
13469
- placeholder="Type your feedback here..."
13470
- rows={3}
13471
- value=""
13472
- />
13473
-
13474
- </div>
13475
- <div
13476
- className="debugger"
13908
+ What can we improve on?
13909
+ </label>
13910
+ <textarea
13911
+ className="textarea"
13912
+ disabled={false}
13913
+ name="feedback"
13914
+ onBlur={[Function]}
13915
+ onChange={[Function]}
13916
+ placeholder="Type your feedback here..."
13917
+ rows={3}
13918
+ value=""
13919
+ />
13920
+ </div>
13921
+ <div
13922
+ className="debugger"
13923
+ >
13924
+ <button
13925
+ className="base button x-main2"
13926
+ onClick={[Function]}
13927
+ type="button"
13477
13928
  >
13478
- <button
13479
- className="base button x-main2"
13480
- onClick={[Function]}
13481
- type="button"
13482
- >
13483
- Open FormDebugger
13484
- </button>
13485
- </div>
13929
+ Open FormDebugger
13930
+ </button>
13486
13931
  </div>
13487
13932
  </form>
13488
13933
  `;
@@ -13493,39 +13938,35 @@ exports[`Storyshots f/fields/TextareaInput Validation 1`] = `
13493
13938
  onReset={[Function]}
13494
13939
  onSubmit={[Function]}
13495
13940
  >
13496
- <div>
13497
- <div
13498
- className="base text-area-input y-background2"
13941
+ <div
13942
+ className="base text-area-input y-background2"
13943
+ >
13944
+ <label
13945
+ className="base label v50 mb-v x-main2"
13946
+ htmlFor="feedback"
13499
13947
  >
13500
- <label
13501
- className="base label v50 mb-v x-main2"
13502
- htmlFor="feedback"
13503
- >
13504
- What can we improve on?
13505
- </label>
13506
- <textarea
13507
- className="textarea"
13508
- disabled={false}
13509
- name="feedback"
13510
- onBlur={[Function]}
13511
- onChange={[Function]}
13512
- placeholder="Type your feedback here..."
13513
- rows={3}
13514
- value=""
13515
- />
13516
-
13517
- </div>
13518
- <div
13519
- className="debugger"
13948
+ What can we improve on?
13949
+ </label>
13950
+ <textarea
13951
+ className="textarea"
13952
+ disabled={false}
13953
+ name="feedback"
13954
+ onBlur={[Function]}
13955
+ onChange={[Function]}
13956
+ rows={3}
13957
+ value=""
13958
+ />
13959
+ </div>
13960
+ <div
13961
+ className="debugger"
13962
+ >
13963
+ <button
13964
+ className="base button x-main2"
13965
+ onClick={[Function]}
13966
+ type="button"
13520
13967
  >
13521
- <button
13522
- className="base button x-main2"
13523
- onClick={[Function]}
13524
- type="button"
13525
- >
13526
- Open FormDebugger
13527
- </button>
13528
- </div>
13968
+ Open FormDebugger
13969
+ </button>
13529
13970
  </div>
13530
13971
  </form>
13531
13972
  `;