@pareto-engineering/design-system 2.0.0-alpha.12 → 2.0.0-alpha.16

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 (58) hide show
  1. package/dist/cjs/a/BackgroundGradient/styles.scss +2 -4
  2. package/dist/cjs/a/Conversation/Conversation.js +15 -8
  3. package/dist/cjs/a/Conversation/common/Message/Message.js +33 -6
  4. package/dist/cjs/a/Conversation/styles.scss +139 -32
  5. package/dist/cjs/b/Button/styles.scss +43 -18
  6. package/dist/cjs/b/Page/common/Section/Section.js +16 -2
  7. package/dist/cjs/c/ContentSlides/common/Navigator/Navigator.js +4 -3
  8. package/dist/cjs/f/common/Debugger/Debugger.js +1 -1
  9. package/dist/cjs/f/common/Label/Label.js +1 -1
  10. package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  11. package/dist/cjs/f/fields/SelectInput/SelectInput.js +25 -6
  12. package/dist/cjs/f/fields/SelectInput/styles.scss +4 -4
  13. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  14. package/dist/cjs/f/fields/TextInput/TextInput.js +10 -3
  15. package/dist/cjs/f/fields/TextInput/styles.scss +4 -4
  16. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +1 -1
  17. package/dist/es/a/BackgroundGradient/styles.scss +2 -4
  18. package/dist/es/a/Conversation/Conversation.js +15 -8
  19. package/dist/es/a/Conversation/common/Message/Message.js +33 -6
  20. package/dist/es/a/Conversation/styles.scss +139 -32
  21. package/dist/es/b/Button/styles.scss +43 -18
  22. package/dist/es/b/Page/common/Section/Section.js +16 -2
  23. package/dist/es/c/ContentSlides/common/Navigator/Navigator.js +4 -3
  24. package/dist/es/f/common/Debugger/Debugger.js +1 -1
  25. package/dist/es/f/common/Label/Label.js +1 -1
  26. package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  27. package/dist/es/f/fields/SelectInput/SelectInput.js +25 -6
  28. package/dist/es/f/fields/SelectInput/styles.scss +4 -4
  29. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  30. package/dist/es/f/fields/TextInput/TextInput.js +10 -3
  31. package/dist/es/f/fields/TextInput/styles.scss +4 -4
  32. package/dist/es/f/fields/TextareaInput/TextareaInput.js +1 -1
  33. package/package.json +2 -2
  34. package/src/__snapshots__/Storyshots.test.js.snap +452 -93
  35. package/src/local.scss +1 -0
  36. package/src/stories/a/BackgroundGradient.stories.jsx +4 -6
  37. package/src/stories/a/Conversation.stories.jsx +78 -1
  38. package/src/stories/b/Button.stories.jsx +5 -4
  39. package/src/stories/b/Page.stories.jsx +25 -1
  40. package/src/stories/f/SelectInput.stories.jsx +29 -0
  41. package/src/stories/f/TextInput.stories.jsx +10 -0
  42. package/src/ui/a/BackgroundGradient/styles.scss +2 -4
  43. package/src/ui/a/Conversation/Conversation.jsx +15 -7
  44. package/src/ui/a/Conversation/common/Message/Message.jsx +40 -7
  45. package/src/ui/a/Conversation/styles.scss +139 -32
  46. package/src/ui/b/Button/Button.jsx +2 -1
  47. package/src/ui/b/Button/styles.scss +43 -18
  48. package/src/ui/b/Page/common/Section/Section.jsx +18 -1
  49. package/src/ui/c/ContentSlides/common/Navigator/Navigator.jsx +3 -2
  50. package/src/ui/f/common/Debugger/Debugger.jsx +1 -1
  51. package/src/ui/f/common/Label/Label.jsx +1 -1
  52. package/src/ui/f/fields/ChoicesInput/ChoicesInput.jsx +1 -1
  53. package/src/ui/f/fields/SelectInput/SelectInput.jsx +35 -5
  54. package/src/ui/f/fields/SelectInput/styles.scss +4 -4
  55. package/src/ui/f/fields/TaskRecommendationInput/TaskRecommendationInput.jsx +1 -1
  56. package/src/ui/f/fields/TextInput/TextInput.jsx +7 -0
  57. package/src/ui/f/fields/TextInput/styles.scss +4 -4
  58. package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +1 -1
@@ -114,10 +114,10 @@ exports[`Storyshots a/ContentCard Content After 1`] = `
114
114
  </p>
115
115
  </div>
116
116
  <div
117
- className="base conversation illustration y-background u1"
117
+ className="base conversation illustration y-background2 u1"
118
118
  >
119
119
  <div
120
- className="base message x-main2 ours"
120
+ className="base message x-background1 ours v1"
121
121
  >
122
122
  <div
123
123
  className="elementContent"
@@ -134,7 +134,7 @@ exports[`Storyshots a/ContentCard Content After 1`] = `
134
134
  </div>
135
135
  </div>
136
136
  <div
137
- className="base message x-background2"
137
+ className="base message x-background1 v1"
138
138
  >
139
139
  <div
140
140
  className="elementContent"
@@ -151,7 +151,7 @@ exports[`Storyshots a/ContentCard Content After 1`] = `
151
151
  </div>
152
152
  </div>
153
153
  <div
154
- className="base message x-main2 ours"
154
+ className="base message x-background1 ours v1"
155
155
  >
156
156
  <div
157
157
  className="elementContent"
@@ -228,10 +228,10 @@ exports[`Storyshots a/ContentCard Layout Left 1`] = `
228
228
  </p>
229
229
  </div>
230
230
  <div
231
- className="base conversation illustration y-background u1"
231
+ className="base conversation illustration y-background2 u1"
232
232
  >
233
233
  <div
234
- className="base message x-main2 ours"
234
+ className="base message x-background1 ours v1"
235
235
  >
236
236
  <div
237
237
  className="elementContent"
@@ -248,7 +248,7 @@ exports[`Storyshots a/ContentCard Layout Left 1`] = `
248
248
  </div>
249
249
  </div>
250
250
  <div
251
- className="base message x-background2"
251
+ className="base message x-background1 v1"
252
252
  >
253
253
  <div
254
254
  className="elementContent"
@@ -265,7 +265,7 @@ exports[`Storyshots a/ContentCard Layout Left 1`] = `
265
265
  </div>
266
266
  </div>
267
267
  <div
268
- className="base message x-main2 ours"
268
+ className="base message x-background1 ours v1"
269
269
  >
270
270
  <div
271
271
  className="elementContent"
@@ -317,10 +317,10 @@ exports[`Storyshots a/ContentCard Layout Right 1`] = `
317
317
  </p>
318
318
  </div>
319
319
  <div
320
- className="base conversation illustration y-background u1"
320
+ className="base conversation illustration y-background2 u1"
321
321
  >
322
322
  <div
323
- className="base message x-main2 ours"
323
+ className="base message x-background1 ours v1"
324
324
  >
325
325
  <div
326
326
  className="elementContent"
@@ -337,7 +337,7 @@ exports[`Storyshots a/ContentCard Layout Right 1`] = `
337
337
  </div>
338
338
  </div>
339
339
  <div
340
- className="base message x-background2"
340
+ className="base message x-background1 v1"
341
341
  >
342
342
  <div
343
343
  className="elementContent"
@@ -354,7 +354,7 @@ exports[`Storyshots a/ContentCard Layout Right 1`] = `
354
354
  </div>
355
355
  </div>
356
356
  <div
357
- className="base message x-main2 ours"
357
+ className="base message x-background1 ours v1"
358
358
  >
359
359
  <div
360
360
  className="elementContent"
@@ -378,10 +378,10 @@ exports[`Storyshots a/ContentCard Layout Right 1`] = `
378
378
 
379
379
  exports[`Storyshots a/Conversation Base 1`] = `
380
380
  <div
381
- className="base conversation y-background u1"
381
+ className="base conversation y-background2 u1"
382
382
  >
383
383
  <div
384
- className="base message x-background2"
384
+ className="base message x-background1 v1"
385
385
  >
386
386
  <div
387
387
  className="elementContent"
@@ -398,7 +398,7 @@ exports[`Storyshots a/Conversation Base 1`] = `
398
398
  </div>
399
399
  </div>
400
400
  <div
401
- className="base message x-main2 ours"
401
+ className="base message x-background1 ours v1"
402
402
  >
403
403
  <div
404
404
  className="elementContent"
@@ -410,12 +410,12 @@ exports[`Storyshots a/Conversation Base 1`] = `
410
410
  :
411
411
  </p>
412
412
  <p>
413
- Hi Humbl, please compile an assesment of top 5 firms/brand providers for the listed fields in the US.
413
+ Hi Morgan! Here is the database we prepared for you.
414
414
  </p>
415
415
  </div>
416
416
  </div>
417
417
  <div
418
- className="base message x-background2"
418
+ className="base message x-background1 v1"
419
419
  >
420
420
  <div
421
421
  className="elementContent"
@@ -431,6 +431,201 @@ exports[`Storyshots a/Conversation Base 1`] = `
431
431
  </p>
432
432
  </div>
433
433
  </div>
434
+ <div
435
+ className="base message x-background1 ours v1"
436
+ >
437
+ <div
438
+ className="elementContent"
439
+ >
440
+ <p
441
+ className="sender v25 mb-v s-1"
442
+ >
443
+ CAMILLE
444
+ :
445
+ </p>
446
+ <p>
447
+ Hi Morgan! Here is the database we prepared for you.
448
+ </p>
449
+ </div>
450
+ </div>
451
+ </div>
452
+ `;
453
+
454
+ exports[`Storyshots a/Conversation With Attachment 1`] = `
455
+ <div
456
+ className="base conversation y-background2 u1"
457
+ >
458
+ <div
459
+ className="base message x-background1 v1"
460
+ >
461
+ <div
462
+ className="elementContent"
463
+ >
464
+ <p
465
+ className="sender v25 mb-v s-1"
466
+ >
467
+ HUMBL
468
+ :
469
+ </p>
470
+ <p>
471
+ Hi Camille, please compile an assesment of top 5 firms/brand providers for the listed fields in the US.
472
+ </p>
473
+ </div>
474
+ </div>
475
+ <div
476
+ className="base message x-background1 ours v1"
477
+ >
478
+ <div
479
+ className="elementContent"
480
+ >
481
+ <p
482
+ className="sender v25 mb-v s-1"
483
+ >
484
+ CAMILLE
485
+ :
486
+ </p>
487
+ <p>
488
+ Hi Morgan! Here is the database we prepared for you.
489
+ </p>
490
+ <div
491
+ className="attachment y-main4"
492
+ >
493
+ <span
494
+ className="f-icons"
495
+ >
496
+ A
497
+ </span>
498
+ <p
499
+ className="ml-v"
500
+ >
501
+ spreadsheet.xlsx
502
+ </p>
503
+ </div>
504
+ </div>
505
+ </div>
506
+ <div
507
+ className="base message x-background1 v1"
508
+ >
509
+ <div
510
+ className="elementContent"
511
+ >
512
+ <p
513
+ className="sender v25 mb-v s-1"
514
+ >
515
+ HUMBL
516
+ :
517
+ </p>
518
+ <p>
519
+ Hi Camille, please compile an assesment of top 5 firms/brand providers for the listed fields in the US.
520
+ </p>
521
+ </div>
522
+ </div>
523
+ <div
524
+ className="base message x-background1 ours v1"
525
+ >
526
+ <div
527
+ className="elementContent"
528
+ >
529
+ <p
530
+ className="sender v25 mb-v s-1"
531
+ >
532
+ CAMILLE
533
+ :
534
+ </p>
535
+ <p>
536
+ Hi Morgan! Here is the database we prepared for you.
537
+ </p>
538
+ <div
539
+ className="attachment y-main4"
540
+ >
541
+ <span
542
+ className="f-icons"
543
+ >
544
+ A
545
+ </span>
546
+ <p
547
+ className="ml-v"
548
+ >
549
+ spreadsheet.xlsx
550
+ </p>
551
+ </div>
552
+ </div>
553
+ </div>
554
+ </div>
555
+ `;
556
+
557
+ exports[`Storyshots a/Conversation With Triangle 1`] = `
558
+ <div
559
+ className="base conversation y-background2 u1"
560
+ >
561
+ <div
562
+ className="base message x-background1 has-triangle v1"
563
+ >
564
+ <div
565
+ className="elementContent"
566
+ >
567
+ <p
568
+ className="sender v25 mb-v s-1"
569
+ >
570
+ HUMBL
571
+ :
572
+ </p>
573
+ <p>
574
+ Hi Camille, please compile an assesment of top 5 firms/brand providers for the listed fields in the US.
575
+ </p>
576
+ </div>
577
+ </div>
578
+ <div
579
+ className="base message x-background1 ours has-triangle v1"
580
+ >
581
+ <div
582
+ className="elementContent"
583
+ >
584
+ <p
585
+ className="sender v25 mb-v s-1"
586
+ >
587
+ CAMILLE
588
+ :
589
+ </p>
590
+ <p>
591
+ Hi Morgan! Here is the database we prepared for you.
592
+ </p>
593
+ </div>
594
+ </div>
595
+ <div
596
+ className="base message x-background1 has-triangle v1"
597
+ >
598
+ <div
599
+ className="elementContent"
600
+ >
601
+ <p
602
+ className="sender v25 mb-v s-1"
603
+ >
604
+ HUMBL
605
+ :
606
+ </p>
607
+ <p>
608
+ Hi Camille, please compile an assesment of top 5 firms/brand providers for the listed fields in the US.
609
+ </p>
610
+ </div>
611
+ </div>
612
+ <div
613
+ className="base message x-background1 ours has-triangle v1"
614
+ >
615
+ <div
616
+ className="elementContent"
617
+ >
618
+ <p
619
+ className="sender v25 mb-v s-1"
620
+ >
621
+ CAMILLE
622
+ :
623
+ </p>
624
+ <p>
625
+ Hi Morgan! Here is the database we prepared for you.
626
+ </p>
627
+ </div>
628
+ </div>
434
629
  </div>
435
630
  `;
436
631
 
@@ -7656,11 +7851,11 @@ exports[`Storyshots b/Page Item Type 1`] = `
7656
7851
  exports[`Storyshots b/Page Sections With Background 1`] = `
7657
7852
  <main
7658
7853
  className="base page"
7659
- id="with-sections"
7854
+ id="with-background"
7660
7855
  >
7661
7856
  <section
7662
7857
  className="base section y-success b-light-y"
7663
- id="with-sections_s1"
7858
+ id="with-background_s1"
7664
7859
  style={
7665
7860
  Object {
7666
7861
  "alignItems": "center",
@@ -7709,6 +7904,55 @@ exports[`Storyshots b/Page Sections With Background 1`] = `
7709
7904
  </main>
7710
7905
  `;
7711
7906
 
7907
+ exports[`Storyshots b/Page Sections With Background Gradient 1`] = `
7908
+ <main
7909
+ className="base page"
7910
+ id="with-background-gradient"
7911
+ >
7912
+ <section
7913
+ className="base section y-success"
7914
+ id="with-background-gradient_s1"
7915
+ style={
7916
+ Object {
7917
+ "alignItems": "center",
7918
+ "display": "flex",
7919
+ "height": "30em",
7920
+ "justifyContent": "center",
7921
+ }
7922
+ }
7923
+ >
7924
+ <figure
7925
+ className="base quote x-paragraph"
7926
+ >
7927
+ <blockquote
7928
+ className="blockquote uc"
7929
+ >
7930
+ <p
7931
+ className="quotation c-x md-s0 s-1"
7932
+ >
7933
+ Pareto was like having a full-time employee without having to hire somebody. That’s how I would explain it. An on-call, on-demand full-time employee.
7934
+ </p>
7935
+ </blockquote>
7936
+ <figcaption
7937
+ className="figcaption"
7938
+ >
7939
+ <cite>
7940
+ Austen Spoonts
7941
+ </cite>
7942
+ </figcaption>
7943
+ </figure>
7944
+ <div
7945
+ className="base background-gradient"
7946
+ style={
7947
+ Object {
7948
+ "--gradient-height": "50em",
7949
+ }
7950
+ }
7951
+ />
7952
+ </section>
7953
+ </main>
7954
+ `;
7955
+
7712
7956
  exports[`Storyshots b/Page With Sections 1`] = `
7713
7957
  <main
7714
7958
  className="base page"
@@ -8388,7 +8632,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8388
8632
  >
8389
8633
  <span />
8390
8634
  <button
8391
- className="base button x-main1 next x-main1"
8635
+ className="base button x-main2 next x-main1 modifierCompact"
8392
8636
  disabled={false}
8393
8637
  onClick={[Function]}
8394
8638
  type="button"
@@ -8445,7 +8689,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8445
8689
  >
8446
8690
  <span />
8447
8691
  <button
8448
- className="base button x-main1 next x-main1"
8692
+ className="base button x-main2 next x-main1 modifierCompact"
8449
8693
  disabled={false}
8450
8694
  onClick={[Function]}
8451
8695
  type="button"
@@ -8484,7 +8728,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8484
8728
  >
8485
8729
  <span />
8486
8730
  <button
8487
- className="base button x-main1 next x-main1"
8731
+ className="base button x-main2 next x-main1 modifierCompact"
8488
8732
  disabled={false}
8489
8733
  onClick={[Function]}
8490
8734
  type="button"
@@ -8523,7 +8767,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8523
8767
  >
8524
8768
  <span />
8525
8769
  <button
8526
- className="base button x-main1 next x-main1"
8770
+ className="base button x-main2 next x-main1 modifierCompact"
8527
8771
  disabled={false}
8528
8772
  onClick={[Function]}
8529
8773
  type="button"
@@ -8642,7 +8886,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8642
8886
  >
8643
8887
  <span />
8644
8888
  <button
8645
- className="base button x-main1 next x-main1"
8889
+ className="base button x-main2 next x-main1 modifierCompact"
8646
8890
  disabled={false}
8647
8891
  onClick={[Function]}
8648
8892
  type="button"
@@ -8697,7 +8941,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8697
8941
  >
8698
8942
  <span />
8699
8943
  <button
8700
- className="base button x-main1 next x-main1"
8944
+ className="base button x-main2 next x-main1 modifierCompact"
8701
8945
  disabled={false}
8702
8946
  onClick={[Function]}
8703
8947
  type="button"
@@ -8736,7 +8980,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8736
8980
  >
8737
8981
  <span />
8738
8982
  <button
8739
- className="base button x-main1 next x-main1"
8983
+ className="base button x-main2 next x-main1 modifierCompact"
8740
8984
  disabled={false}
8741
8985
  onClick={[Function]}
8742
8986
  type="button"
@@ -8775,7 +9019,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8775
9019
  >
8776
9020
  <span />
8777
9021
  <button
8778
- className="base button x-main1 next x-main1"
9022
+ className="base button x-main2 next x-main1 modifierCompact"
8779
9023
  disabled={false}
8780
9024
  onClick={[Function]}
8781
9025
  type="button"
@@ -8886,7 +9130,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
8886
9130
  className="base text-input form-input"
8887
9131
  >
8888
9132
  <label
8889
- className="base label input-label v50 mb-v x-main1"
9133
+ className="base label input-label v50 mb-v x-main2"
8890
9134
  htmlFor="firstName"
8891
9135
  >
8892
9136
  What's your first name ?
@@ -8906,7 +9150,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
8906
9150
  className="base text-input form-input"
8907
9151
  >
8908
9152
  <label
8909
- className="base label input-label v50 mb-v x-main1"
9153
+ className="base label input-label v50 mb-v x-main2"
8910
9154
  htmlFor="lastName"
8911
9155
  >
8912
9156
  What's your last name ?
@@ -8922,10 +9166,10 @@ exports[`Storyshots f/FormInput Base 1`] = `
8922
9166
  />
8923
9167
  </div>
8924
9168
  <div
8925
- className="base text-area-input form-input x-background1 y-main1"
9169
+ className="base text-area-input form-input x-background1 y-main2"
8926
9170
  >
8927
9171
  <label
8928
- className="base label c-y v50 mb-v x-main1"
9172
+ className="base label c-y v50 mb-v x-main2"
8929
9173
  htmlFor="description"
8930
9174
  >
8931
9175
  Describe yourself in a few sentences
@@ -8941,7 +9185,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
8941
9185
 
8942
9186
  </div>
8943
9187
  <div
8944
- className="base choices-input form-input x-background2 y-main1"
9188
+ className="base choices-input form-input x-background2 y-main2"
8945
9189
  style={
8946
9190
  Object {
8947
9191
  "--grid-columns-desktop": 3,
@@ -8950,7 +9194,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
8950
9194
  }
8951
9195
  >
8952
9196
  <p
8953
- className="base label x-main1"
9197
+ className="base label x-main2"
8954
9198
  >
8955
9199
  What are your favourite colors ?
8956
9200
  </p>
@@ -9017,7 +9261,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9017
9261
  className="base select-input form-input"
9018
9262
  >
9019
9263
  <label
9020
- className="base label input-label x-main1"
9264
+ className="base label input-label x-main2"
9021
9265
  htmlFor="food"
9022
9266
  >
9023
9267
  What do you want for dinner ?
@@ -9029,18 +9273,22 @@ exports[`Storyshots f/FormInput Base 1`] = `
9029
9273
  name="food"
9030
9274
  onBlur={[Function]}
9031
9275
  onChange={[Function]}
9276
+ value=""
9032
9277
  >
9033
9278
  <option
9279
+ disabled={false}
9034
9280
  value="italian"
9035
9281
  >
9036
9282
  A nice pizza
9037
9283
  </option>
9038
9284
  <option
9285
+ disabled={false}
9039
9286
  value="turkish"
9040
9287
  >
9041
9288
  A delicious kebab
9042
9289
  </option>
9043
9290
  <option
9291
+ disabled={false}
9044
9292
  value="french"
9045
9293
  >
9046
9294
  A three course delicate french meal
@@ -9051,7 +9299,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9051
9299
  className="debugger"
9052
9300
  >
9053
9301
  <button
9054
- className="base button x-main1"
9302
+ className="base button x-main2"
9055
9303
  onClick={[Function]}
9056
9304
  type="button"
9057
9305
  >
@@ -9071,7 +9319,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9071
9319
  className="base text-input form-input"
9072
9320
  >
9073
9321
  <label
9074
- className="base label input-label v50 mb-v x-main1"
9322
+ className="base label input-label v50 mb-v x-main2"
9075
9323
  htmlFor="firstName"
9076
9324
  >
9077
9325
  What's your first name ?
@@ -9091,7 +9339,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9091
9339
  className="base text-input form-input"
9092
9340
  >
9093
9341
  <label
9094
- className="base label input-label v50 mb-v x-main1"
9342
+ className="base label input-label v50 mb-v x-main2"
9095
9343
  htmlFor="lastName"
9096
9344
  >
9097
9345
  What's your last name ?
@@ -9107,10 +9355,10 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9107
9355
  />
9108
9356
  </div>
9109
9357
  <div
9110
- className="base text-area-input form-input x-background1 y-main1"
9358
+ className="base text-area-input form-input x-background1 y-main2"
9111
9359
  >
9112
9360
  <label
9113
- className="base label c-y v50 mb-v x-main1"
9361
+ className="base label c-y v50 mb-v x-main2"
9114
9362
  htmlFor="description"
9115
9363
  >
9116
9364
  Describe yourself in a few sentences
@@ -9126,7 +9374,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9126
9374
 
9127
9375
  </div>
9128
9376
  <div
9129
- className="base choices-input form-input x-background2 y-main1"
9377
+ className="base choices-input form-input x-background2 y-main2"
9130
9378
  style={
9131
9379
  Object {
9132
9380
  "--grid-columns-desktop": 3,
@@ -9135,7 +9383,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9135
9383
  }
9136
9384
  >
9137
9385
  <p
9138
- className="base label x-main1"
9386
+ className="base label x-main2"
9139
9387
  >
9140
9388
  What are your favourite colors ?
9141
9389
  </p>
@@ -9202,7 +9450,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9202
9450
  className="base select-input form-input"
9203
9451
  >
9204
9452
  <label
9205
- className="base label input-label x-main1"
9453
+ className="base label input-label x-main2"
9206
9454
  htmlFor="food"
9207
9455
  >
9208
9456
  What do you want for dinner ?
@@ -9214,18 +9462,22 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9214
9462
  name="food"
9215
9463
  onBlur={[Function]}
9216
9464
  onChange={[Function]}
9465
+ value=""
9217
9466
  >
9218
9467
  <option
9468
+ disabled={false}
9219
9469
  value="italian"
9220
9470
  >
9221
9471
  A nice pizza
9222
9472
  </option>
9223
9473
  <option
9474
+ disabled={false}
9224
9475
  value="turkish"
9225
9476
  >
9226
9477
  A delicious kebab
9227
9478
  </option>
9228
9479
  <option
9480
+ disabled={false}
9229
9481
  value="french"
9230
9482
  >
9231
9483
  A three course delicate french meal
@@ -9236,7 +9488,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9236
9488
  className="debugger"
9237
9489
  >
9238
9490
  <button
9239
- className="base button x-main1"
9491
+ className="base button x-main2"
9240
9492
  onClick={[Function]}
9241
9493
  type="button"
9242
9494
  >
@@ -9256,7 +9508,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
9256
9508
  className="base text-input form-input"
9257
9509
  >
9258
9510
  <label
9259
- className="base label input-label v50 mb-v x-main1"
9511
+ className="base label input-label v50 mb-v x-main2"
9260
9512
  htmlFor="extended"
9261
9513
  >
9262
9514
  Extended type input
@@ -9275,7 +9527,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
9275
9527
  className="debugger"
9276
9528
  >
9277
9529
  <button
9278
- className="base button x-main1"
9530
+ className="base button x-main2"
9279
9531
  onClick={[Function]}
9280
9532
  type="button"
9281
9533
  >
@@ -9295,7 +9547,7 @@ exports[`Storyshots f/common/Description Base 1`] = `
9295
9547
 
9296
9548
  exports[`Storyshots f/common/Label Base 1`] = `
9297
9549
  <label
9298
- className="base label x-main1"
9550
+ className="base label x-main2"
9299
9551
  >
9300
9552
  Sample Label
9301
9553
  </label>
@@ -9317,7 +9569,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9317
9569
  className="not-selected input-content uc v1 pv-v"
9318
9570
  >
9319
9571
  <label
9320
- className="base label x-main1"
9572
+ className="base label x-main2"
9321
9573
  htmlFor="businessTypes"
9322
9574
  >
9323
9575
  <input
@@ -9342,7 +9594,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9342
9594
  className="not-selected input-content uc v1 pv-v"
9343
9595
  >
9344
9596
  <label
9345
- className="base label x-main1"
9597
+ className="base label x-main2"
9346
9598
  htmlFor="businessTypes"
9347
9599
  >
9348
9600
  <input
@@ -9367,7 +9619,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9367
9619
  className="not-selected input-content uc v1 pv-v"
9368
9620
  >
9369
9621
  <label
9370
- className="base label x-main1"
9622
+ className="base label x-main2"
9371
9623
  htmlFor="businessTypes"
9372
9624
  >
9373
9625
  <input
@@ -9392,7 +9644,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9392
9644
  className="not-selected input-content uc v1 pv-v"
9393
9645
  >
9394
9646
  <label
9395
- className="base label x-main1"
9647
+ className="base label x-main2"
9396
9648
  htmlFor="businessTypes"
9397
9649
  >
9398
9650
  <input
@@ -9414,7 +9666,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9414
9666
  className="debugger"
9415
9667
  >
9416
9668
  <button
9417
- className="base button x-main1"
9669
+ className="base button x-main2"
9418
9670
  onClick={[Function]}
9419
9671
  type="button"
9420
9672
  >
@@ -9432,7 +9684,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
9432
9684
  onSubmit={[Function]}
9433
9685
  >
9434
9686
  <div
9435
- className="base choices-input x-background2 y-main1"
9687
+ className="base choices-input x-background2 y-main2"
9436
9688
  id="colors"
9437
9689
  style={
9438
9690
  Object {
@@ -9504,7 +9756,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
9504
9756
  className="debugger"
9505
9757
  >
9506
9758
  <button
9507
- className="base button x-main1"
9759
+ className="base button x-main2"
9508
9760
  onClick={[Function]}
9509
9761
  type="button"
9510
9762
  >
@@ -9521,7 +9773,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
9521
9773
  onSubmit={[Function]}
9522
9774
  >
9523
9775
  <div
9524
- className="base choices-input x-background2 y-main1"
9776
+ className="base choices-input x-background2 y-main2"
9525
9777
  id="shapes"
9526
9778
  style={
9527
9779
  Object {
@@ -9531,7 +9783,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
9531
9783
  }
9532
9784
  >
9533
9785
  <p
9534
- className="base label x-main1"
9786
+ className="base label x-main2"
9535
9787
  >
9536
9788
  Geometric Shapes
9537
9789
  </p>
@@ -9598,7 +9850,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
9598
9850
  className="debugger"
9599
9851
  >
9600
9852
  <button
9601
- className="base button x-main1"
9853
+ className="base button x-main2"
9602
9854
  onClick={[Function]}
9603
9855
  type="button"
9604
9856
  >
@@ -9615,7 +9867,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
9615
9867
  onSubmit={[Function]}
9616
9868
  >
9617
9869
  <div
9618
- className="base choices-input x-background2 y-main1"
9870
+ className="base choices-input x-background2 y-main2"
9619
9871
  id="shapes"
9620
9872
  style={
9621
9873
  Object {
@@ -9625,7 +9877,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
9625
9877
  }
9626
9878
  >
9627
9879
  <p
9628
- className="base label x-main1"
9880
+ className="base label x-main2"
9629
9881
  >
9630
9882
  Geometric Shapes
9631
9883
  </p>
@@ -9692,7 +9944,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
9692
9944
  className="debugger"
9693
9945
  >
9694
9946
  <button
9695
- className="base button x-main1"
9947
+ className="base button x-main2"
9696
9948
  onClick={[Function]}
9697
9949
  type="button"
9698
9950
  >
@@ -9709,7 +9961,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
9709
9961
  onSubmit={[Function]}
9710
9962
  >
9711
9963
  <div
9712
- className="base choices-input multiple x-background2 y-main1"
9964
+ className="base choices-input multiple x-background2 y-main2"
9713
9965
  id="colors"
9714
9966
  style={
9715
9967
  Object {
@@ -9781,7 +10033,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
9781
10033
  className="debugger"
9782
10034
  >
9783
10035
  <button
9784
- className="base button x-main1"
10036
+ className="base button x-main2"
9785
10037
  onClick={[Function]}
9786
10038
  type="button"
9787
10039
  >
@@ -9798,7 +10050,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
9798
10050
  onSubmit={[Function]}
9799
10051
  >
9800
10052
  <div
9801
- className="base choices-input multiple x-background2 y-main1"
10053
+ className="base choices-input multiple x-background2 y-main2"
9802
10054
  id="colors"
9803
10055
  style={
9804
10056
  Object {
@@ -9960,7 +10212,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
9960
10212
  className="debugger"
9961
10213
  >
9962
10214
  <button
9963
- className="base button x-main1"
10215
+ className="base button x-main2"
9964
10216
  onClick={[Function]}
9965
10217
  type="button"
9966
10218
  >
@@ -9983,7 +10235,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
9983
10235
  className="not-selected uc v1 pv-v"
9984
10236
  >
9985
10237
  <label
9986
- className="base label x-main1"
10238
+ className="base label x-main2"
9987
10239
  htmlFor="companySize"
9988
10240
  >
9989
10241
  <input
@@ -10010,7 +10262,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
10010
10262
  className="not-selected uc v1 pv-v"
10011
10263
  >
10012
10264
  <label
10013
- className="base label x-main1"
10265
+ className="base label x-main2"
10014
10266
  htmlFor="companySize"
10015
10267
  >
10016
10268
  <input
@@ -10037,7 +10289,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
10037
10289
  className="not-selected uc v1 pv-v"
10038
10290
  >
10039
10291
  <label
10040
- className="base label x-main1"
10292
+ className="base label x-main2"
10041
10293
  htmlFor="companySize"
10042
10294
  >
10043
10295
  <input
@@ -10064,7 +10316,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
10064
10316
  className="not-selected uc v1 pv-v"
10065
10317
  >
10066
10318
  <label
10067
- className="base label x-main1"
10319
+ className="base label x-main2"
10068
10320
  htmlFor="companySize"
10069
10321
  >
10070
10322
  <input
@@ -10088,7 +10340,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
10088
10340
  className="debugger"
10089
10341
  >
10090
10342
  <button
10091
- className="base button x-main1"
10343
+ className="base button x-main2"
10092
10344
  onClick={[Function]}
10093
10345
  type="button"
10094
10346
  >
@@ -10227,7 +10479,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
10227
10479
  className="debugger"
10228
10480
  >
10229
10481
  <button
10230
- className="base button x-main1"
10482
+ className="base button x-main2"
10231
10483
  onClick={[Function]}
10232
10484
  type="button"
10233
10485
  >
@@ -10541,7 +10793,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
10541
10793
  className="debugger"
10542
10794
  >
10543
10795
  <button
10544
- className="base button x-main1"
10796
+ className="base button x-main2"
10545
10797
  onClick={[Function]}
10546
10798
  type="button"
10547
10799
  >
@@ -10845,7 +11097,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
10845
11097
  className="debugger"
10846
11098
  >
10847
11099
  <button
10848
- className="base button x-main1"
11100
+ className="base button x-main2"
10849
11101
  onClick={[Function]}
10850
11102
  type="button"
10851
11103
  >
@@ -10865,7 +11117,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
10865
11117
  className="base select-input"
10866
11118
  >
10867
11119
  <label
10868
- className="base label input-label x-main1"
11120
+ className="base label input-label x-main2"
10869
11121
  htmlFor="workType"
10870
11122
  >
10871
11123
  Work Type
@@ -10880,16 +11132,19 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
10880
11132
  value="Work"
10881
11133
  >
10882
11134
  <option
11135
+ disabled={false}
10883
11136
  value="Work"
10884
11137
  >
10885
11138
  Work
10886
11139
  </option>
10887
11140
  <option
11141
+ disabled={false}
10888
11142
  value="Managing"
10889
11143
  >
10890
11144
  Managing
10891
11145
  </option>
10892
11146
  <option
11147
+ disabled={false}
10893
11148
  value="Training"
10894
11149
  >
10895
11150
  Training
@@ -10900,7 +11155,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
10900
11155
  className="debugger"
10901
11156
  >
10902
11157
  <button
10903
- className="base button x-main1"
11158
+ className="base button x-main2"
10904
11159
  onClick={[Function]}
10905
11160
  type="button"
10906
11161
  >
@@ -10920,7 +11175,7 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
10920
11175
  className="base select-input"
10921
11176
  >
10922
11177
  <label
10923
- className="base label input-label x-main1"
11178
+ className="base label input-label x-main2"
10924
11179
  htmlFor="workType"
10925
11180
  >
10926
11181
  Work Type
@@ -10935,26 +11190,31 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
10935
11190
  value="Work"
10936
11191
  >
10937
11192
  <option
11193
+ disabled={false}
10938
11194
  value="Work"
10939
11195
  >
10940
11196
  Work
10941
11197
  </option>
10942
11198
  <option
11199
+ disabled={false}
10943
11200
  value="Managing"
10944
11201
  >
10945
11202
  Managing
10946
11203
  </option>
10947
11204
  <option
11205
+ disabled={false}
10948
11206
  value="Training"
10949
11207
  >
10950
11208
  Training
10951
11209
  </option>
10952
11210
  <option
11211
+ disabled={false}
10953
11212
  value="20th Aug 2020 to 19th Sept, 2020"
10954
11213
  >
10955
11214
  20th Aug 2020 to 19th Sept, 2020
10956
11215
  </option>
10957
11216
  <option
11217
+ disabled={false}
10958
11218
  value="20th Sept 2020 to 19th Oct, 2020"
10959
11219
  >
10960
11220
  20th Sept 2020 to 19th Oct, 2020
@@ -10965,7 +11225,7 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
10965
11225
  className="debugger"
10966
11226
  >
10967
11227
  <button
10968
- className="base button x-main1"
11228
+ className="base button x-main2"
10969
11229
  onClick={[Function]}
10970
11230
  type="button"
10971
11231
  >
@@ -10985,7 +11245,7 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
10985
11245
  className="base select-input"
10986
11246
  >
10987
11247
  <label
10988
- className="base label input-label x-main1"
11248
+ className="base label input-label x-main2"
10989
11249
  htmlFor="workType"
10990
11250
  >
10991
11251
  Work Type
@@ -11000,11 +11260,13 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
11000
11260
  value="Work"
11001
11261
  >
11002
11262
  <option
11263
+ disabled={false}
11003
11264
  value="20th Aug 2020 to 19th Sept, 2020"
11004
11265
  >
11005
11266
  20th Aug 2020 to 19th Sept, 2020
11006
11267
  </option>
11007
11268
  <option
11269
+ disabled={false}
11008
11270
  value="20th Sept 2020 to 19th Oct, 2020"
11009
11271
  >
11010
11272
  20th Sept 2020 to 19th Oct, 2020
@@ -11015,7 +11277,65 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
11015
11277
  className="debugger"
11016
11278
  >
11017
11279
  <button
11018
- className="base button x-main1"
11280
+ className="base button x-main2"
11281
+ onClick={[Function]}
11282
+ type="button"
11283
+ >
11284
+ Open FormDebugger
11285
+ </button>
11286
+ </div>
11287
+ </form>
11288
+ `;
11289
+
11290
+ exports[`Storyshots f/fields/SelectInput Required Select 1`] = `
11291
+ <form
11292
+ action="#"
11293
+ onReset={[Function]}
11294
+ onSubmit={[Function]}
11295
+ >
11296
+ <div
11297
+ className="base select-input"
11298
+ >
11299
+ <label
11300
+ className="base label input-label x-main2"
11301
+ htmlFor="activity"
11302
+ >
11303
+ Activity Type
11304
+ </label>
11305
+ <select
11306
+ className="input v25 pv-v"
11307
+ disabled={false}
11308
+ id="activity"
11309
+ name="activity"
11310
+ onBlur={[Function]}
11311
+ onChange={[Function]}
11312
+ value=""
11313
+ >
11314
+ <option
11315
+ disabled={true}
11316
+ value=""
11317
+ >
11318
+ Select activity type
11319
+ </option>
11320
+ <option
11321
+ disabled={false}
11322
+ value="review"
11323
+ >
11324
+ Review
11325
+ </option>
11326
+ <option
11327
+ disabled={false}
11328
+ value="Approve"
11329
+ >
11330
+ Approve
11331
+ </option>
11332
+ </select>
11333
+ </div>
11334
+ <div
11335
+ className="debugger"
11336
+ >
11337
+ <button
11338
+ className="base button x-main2"
11019
11339
  onClick={[Function]}
11020
11340
  type="button"
11021
11341
  >
@@ -11035,7 +11355,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
11035
11355
  className="base select-input"
11036
11356
  >
11037
11357
  <label
11038
- className="base label input-label x-main1"
11358
+ className="base label input-label x-main2"
11039
11359
  htmlFor="workType"
11040
11360
  >
11041
11361
  Work Type
@@ -11050,26 +11370,31 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
11050
11370
  value="Work"
11051
11371
  >
11052
11372
  <option
11373
+ disabled={false}
11053
11374
  value="Work"
11054
11375
  >
11055
11376
  Work
11056
11377
  </option>
11057
11378
  <option
11379
+ disabled={false}
11058
11380
  value="Managing"
11059
11381
  >
11060
11382
  Managing
11061
11383
  </option>
11062
11384
  <option
11385
+ disabled={false}
11063
11386
  value="Training"
11064
11387
  >
11065
11388
  Training
11066
11389
  </option>
11067
11390
  <option
11391
+ disabled={false}
11068
11392
  value="20th Aug 2020 to 19th Sept, 2020"
11069
11393
  >
11070
11394
  20th Aug 2020 to 19th Sept, 2020
11071
11395
  </option>
11072
11396
  <option
11397
+ disabled={false}
11073
11398
  value="20th Sept 2020 to 19th Oct, 2020"
11074
11399
  >
11075
11400
  20th Sept 2020 to 19th Oct, 2020
@@ -11080,7 +11405,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
11080
11405
  className="debugger"
11081
11406
  >
11082
11407
  <button
11083
- className="base button x-main1"
11408
+ className="base button x-main2"
11084
11409
  onClick={[Function]}
11085
11410
  type="button"
11086
11411
  >
@@ -11105,7 +11430,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
11105
11430
  }
11106
11431
  >
11107
11432
  <div
11108
- className="base task-recommendation-input x-main1"
11433
+ className="base task-recommendation-input x-main2"
11109
11434
  >
11110
11435
  <div
11111
11436
  className="task-content b-on-x"
@@ -11114,7 +11439,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
11114
11439
  className="v1 p-v task"
11115
11440
  >
11116
11441
  <label
11117
- className="base label uc mb-v x-main1"
11442
+ className="base label uc mb-v x-main2"
11118
11443
  htmlFor="taskRecommendations"
11119
11444
  >
11120
11445
  Find potential business customers
@@ -11158,7 +11483,7 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
11158
11483
  className="base text-input"
11159
11484
  >
11160
11485
  <label
11161
- className="base label input-label v50 mb-v x-main1"
11486
+ className="base label input-label v50 mb-v x-main2"
11162
11487
  htmlFor="firstName"
11163
11488
  >
11164
11489
  What's your first name ?
@@ -11178,7 +11503,7 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
11178
11503
  className="debugger"
11179
11504
  >
11180
11505
  <button
11181
- className="base button x-main1"
11506
+ className="base button x-main2"
11182
11507
  onClick={[Function]}
11183
11508
  type="button"
11184
11509
  >
@@ -11202,7 +11527,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11202
11527
  className="base text-input"
11203
11528
  >
11204
11529
  <label
11205
- className="base label input-label v50 mb-v x-main1"
11530
+ className="base label input-label v50 mb-v x-main2"
11206
11531
  htmlFor="date"
11207
11532
  >
11208
11533
  Select date
@@ -11222,7 +11547,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11222
11547
  className="base text-input"
11223
11548
  >
11224
11549
  <label
11225
- className="base label input-label v50 mb-v x-main1"
11550
+ className="base label input-label v50 mb-v x-main2"
11226
11551
  htmlFor="time"
11227
11552
  >
11228
11553
  Select time
@@ -11242,7 +11567,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11242
11567
  className="debugger"
11243
11568
  >
11244
11569
  <button
11245
- className="base button x-main1"
11570
+ className="base button x-main2"
11246
11571
  onClick={[Function]}
11247
11572
  type="button"
11248
11573
  >
@@ -11266,7 +11591,7 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
11266
11591
  className="base text-input"
11267
11592
  >
11268
11593
  <label
11269
- className="base label input-label v50 mb-v x-main1"
11594
+ className="base label input-label v50 mb-v x-main2"
11270
11595
  htmlFor="firstName"
11271
11596
  >
11272
11597
  What's your first name ?
@@ -11286,6 +11611,40 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
11286
11611
  </form>
11287
11612
  `;
11288
11613
 
11614
+ exports[`Storyshots f/fields/TextInput Text Input With Place Holder 1`] = `
11615
+ <form
11616
+ action="#"
11617
+ onReset={[Function]}
11618
+ onSubmit={[Function]}
11619
+ >
11620
+ <div
11621
+ className="y-background1 b-dark-y u2 pb-u"
11622
+ >
11623
+ <div
11624
+ className="base text-input"
11625
+ >
11626
+ <label
11627
+ className="base label input-label v50 mb-v x-main2"
11628
+ htmlFor="firstName"
11629
+ >
11630
+ What's your first name ?
11631
+ </label>
11632
+ <input
11633
+ className="input input-border"
11634
+ disabled={false}
11635
+ id="firstName"
11636
+ name="firstName"
11637
+ onBlur={[Function]}
11638
+ onChange={[Function]}
11639
+ placeholder="First Name"
11640
+ type="text"
11641
+ value=""
11642
+ />
11643
+ </div>
11644
+ </div>
11645
+ </form>
11646
+ `;
11647
+
11289
11648
  exports[`Storyshots f/fields/TextareaInput Base 1`] = `
11290
11649
  <form
11291
11650
  action="#"
@@ -11296,10 +11655,10 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
11296
11655
  className="y-background1 b-dark-y"
11297
11656
  >
11298
11657
  <div
11299
- className="base text-area-input x-background1 y-main1"
11658
+ className="base text-area-input x-background1 y-main2"
11300
11659
  >
11301
11660
  <label
11302
- className="base label c-y v50 mb-v x-main1"
11661
+ className="base label c-y v50 mb-v x-main2"
11303
11662
  htmlFor="feedBack"
11304
11663
  >
11305
11664
  What can we improve on?
@@ -11319,7 +11678,7 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
11319
11678
  className="debugger"
11320
11679
  >
11321
11680
  <button
11322
- className="base button x-main1"
11681
+ className="base button x-main2"
11323
11682
  onClick={[Function]}
11324
11683
  type="button"
11325
11684
  >
@@ -11340,10 +11699,10 @@ exports[`Storyshots f/fields/TextareaInput Disabled Textarea Input 1`] = `
11340
11699
  className="y-background1 b-dark-y"
11341
11700
  >
11342
11701
  <div
11343
- className="base text-area-input x-background1 y-main1"
11702
+ className="base text-area-input x-background1 y-main2"
11344
11703
  >
11345
11704
  <label
11346
- className="base label c-y v50 mb-v x-main1"
11705
+ className="base label c-y v50 mb-v x-main2"
11347
11706
  htmlFor="feedBack"
11348
11707
  >
11349
11708
  What can we improve on?
@@ -11363,7 +11722,7 @@ exports[`Storyshots f/fields/TextareaInput Disabled Textarea Input 1`] = `
11363
11722
  className="debugger"
11364
11723
  >
11365
11724
  <button
11366
- className="base button x-main1"
11725
+ className="base button x-main2"
11367
11726
  onClick={[Function]}
11368
11727
  type="button"
11369
11728
  >