@pareto-engineering/design-system 2.0.0-alpha.13 → 2.0.0-alpha.17

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 (54) hide show
  1. package/dist/cjs/a/BackgroundGradient/styles.scss +2 -2
  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/c/ContentSlides/common/Navigator/Navigator.js +4 -3
  7. package/dist/cjs/f/common/Debugger/Debugger.js +1 -1
  8. package/dist/cjs/f/common/Label/Label.js +1 -1
  9. package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  10. package/dist/cjs/f/fields/SelectInput/SelectInput.js +25 -6
  11. package/dist/cjs/f/fields/SelectInput/styles.scss +4 -4
  12. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  13. package/dist/cjs/f/fields/TextInput/TextInput.js +18 -4
  14. package/dist/cjs/f/fields/TextInput/styles.scss +4 -4
  15. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +1 -1
  16. package/dist/es/a/BackgroundGradient/styles.scss +2 -2
  17. package/dist/es/a/Conversation/Conversation.js +15 -8
  18. package/dist/es/a/Conversation/common/Message/Message.js +33 -6
  19. package/dist/es/a/Conversation/styles.scss +139 -32
  20. package/dist/es/b/Button/styles.scss +43 -18
  21. package/dist/es/c/ContentSlides/common/Navigator/Navigator.js +4 -3
  22. package/dist/es/f/common/Debugger/Debugger.js +1 -1
  23. package/dist/es/f/common/Label/Label.js +1 -1
  24. package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  25. package/dist/es/f/fields/SelectInput/SelectInput.js +25 -6
  26. package/dist/es/f/fields/SelectInput/styles.scss +4 -4
  27. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  28. package/dist/es/f/fields/TextInput/TextInput.js +18 -4
  29. package/dist/es/f/fields/TextInput/styles.scss +4 -4
  30. package/dist/es/f/fields/TextareaInput/TextareaInput.js +1 -1
  31. package/package.json +2 -2
  32. package/src/__snapshots__/Storyshots.test.js.snap +401 -91
  33. package/src/local.scss +1 -0
  34. package/src/stories/a/BackgroundGradient.stories.jsx +2 -3
  35. package/src/stories/a/Conversation.stories.jsx +78 -1
  36. package/src/stories/b/Button.stories.jsx +5 -4
  37. package/src/stories/f/SelectInput.stories.jsx +29 -0
  38. package/src/stories/f/TextInput.stories.jsx +10 -0
  39. package/src/ui/a/BackgroundGradient/styles.scss +2 -2
  40. package/src/ui/a/Conversation/Conversation.jsx +15 -7
  41. package/src/ui/a/Conversation/common/Message/Message.jsx +40 -7
  42. package/src/ui/a/Conversation/styles.scss +139 -32
  43. package/src/ui/b/Button/Button.jsx +2 -1
  44. package/src/ui/b/Button/styles.scss +43 -18
  45. package/src/ui/c/ContentSlides/common/Navigator/Navigator.jsx +3 -2
  46. package/src/ui/f/common/Debugger/Debugger.jsx +1 -1
  47. package/src/ui/f/common/Label/Label.jsx +1 -1
  48. package/src/ui/f/fields/ChoicesInput/ChoicesInput.jsx +1 -1
  49. package/src/ui/f/fields/SelectInput/SelectInput.jsx +35 -5
  50. package/src/ui/f/fields/SelectInput/styles.scss +4 -4
  51. package/src/ui/f/fields/TaskRecommendationInput/TaskRecommendationInput.jsx +1 -1
  52. package/src/ui/f/fields/TextInput/TextInput.jsx +14 -0
  53. package/src/ui/f/fields/TextInput/styles.scss +4 -4
  54. 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
 
@@ -8437,7 +8632,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8437
8632
  >
8438
8633
  <span />
8439
8634
  <button
8440
- className="base button x-main1 next x-main1"
8635
+ className="base button x-main2 next x-main1 modifierCompact"
8441
8636
  disabled={false}
8442
8637
  onClick={[Function]}
8443
8638
  type="button"
@@ -8494,7 +8689,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8494
8689
  >
8495
8690
  <span />
8496
8691
  <button
8497
- className="base button x-main1 next x-main1"
8692
+ className="base button x-main2 next x-main1 modifierCompact"
8498
8693
  disabled={false}
8499
8694
  onClick={[Function]}
8500
8695
  type="button"
@@ -8533,7 +8728,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8533
8728
  >
8534
8729
  <span />
8535
8730
  <button
8536
- className="base button x-main1 next x-main1"
8731
+ className="base button x-main2 next x-main1 modifierCompact"
8537
8732
  disabled={false}
8538
8733
  onClick={[Function]}
8539
8734
  type="button"
@@ -8572,7 +8767,7 @@ exports[`Storyshots c/ContentSlides Base 1`] = `
8572
8767
  >
8573
8768
  <span />
8574
8769
  <button
8575
- className="base button x-main1 next x-main1"
8770
+ className="base button x-main2 next x-main1 modifierCompact"
8576
8771
  disabled={false}
8577
8772
  onClick={[Function]}
8578
8773
  type="button"
@@ -8691,7 +8886,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8691
8886
  >
8692
8887
  <span />
8693
8888
  <button
8694
- className="base button x-main1 next x-main1"
8889
+ className="base button x-main2 next x-main1 modifierCompact"
8695
8890
  disabled={false}
8696
8891
  onClick={[Function]}
8697
8892
  type="button"
@@ -8746,7 +8941,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8746
8941
  >
8747
8942
  <span />
8748
8943
  <button
8749
- className="base button x-main1 next x-main1"
8944
+ className="base button x-main2 next x-main1 modifierCompact"
8750
8945
  disabled={false}
8751
8946
  onClick={[Function]}
8752
8947
  type="button"
@@ -8785,7 +8980,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8785
8980
  >
8786
8981
  <span />
8787
8982
  <button
8788
- className="base button x-main1 next x-main1"
8983
+ className="base button x-main2 next x-main1 modifierCompact"
8789
8984
  disabled={false}
8790
8985
  onClick={[Function]}
8791
8986
  type="button"
@@ -8824,7 +9019,7 @@ exports[`Storyshots c/ContentSlides Simple 1`] = `
8824
9019
  >
8825
9020
  <span />
8826
9021
  <button
8827
- className="base button x-main1 next x-main1"
9022
+ className="base button x-main2 next x-main1 modifierCompact"
8828
9023
  disabled={false}
8829
9024
  onClick={[Function]}
8830
9025
  type="button"
@@ -8935,7 +9130,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
8935
9130
  className="base text-input form-input"
8936
9131
  >
8937
9132
  <label
8938
- className="base label input-label v50 mb-v x-main1"
9133
+ className="base label input-label v50 mb-v x-main2"
8939
9134
  htmlFor="firstName"
8940
9135
  >
8941
9136
  What's your first name ?
@@ -8955,7 +9150,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
8955
9150
  className="base text-input form-input"
8956
9151
  >
8957
9152
  <label
8958
- className="base label input-label v50 mb-v x-main1"
9153
+ className="base label input-label v50 mb-v x-main2"
8959
9154
  htmlFor="lastName"
8960
9155
  >
8961
9156
  What's your last name ?
@@ -8971,10 +9166,10 @@ exports[`Storyshots f/FormInput Base 1`] = `
8971
9166
  />
8972
9167
  </div>
8973
9168
  <div
8974
- className="base text-area-input form-input x-background1 y-main1"
9169
+ className="base text-area-input form-input x-background1 y-main2"
8975
9170
  >
8976
9171
  <label
8977
- className="base label c-y v50 mb-v x-main1"
9172
+ className="base label c-y v50 mb-v x-main2"
8978
9173
  htmlFor="description"
8979
9174
  >
8980
9175
  Describe yourself in a few sentences
@@ -8990,7 +9185,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
8990
9185
 
8991
9186
  </div>
8992
9187
  <div
8993
- className="base choices-input form-input x-background2 y-main1"
9188
+ className="base choices-input form-input x-background2 y-main2"
8994
9189
  style={
8995
9190
  Object {
8996
9191
  "--grid-columns-desktop": 3,
@@ -8999,7 +9194,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
8999
9194
  }
9000
9195
  >
9001
9196
  <p
9002
- className="base label x-main1"
9197
+ className="base label x-main2"
9003
9198
  >
9004
9199
  What are your favourite colors ?
9005
9200
  </p>
@@ -9066,7 +9261,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9066
9261
  className="base select-input form-input"
9067
9262
  >
9068
9263
  <label
9069
- className="base label input-label x-main1"
9264
+ className="base label input-label x-main2"
9070
9265
  htmlFor="food"
9071
9266
  >
9072
9267
  What do you want for dinner ?
@@ -9078,18 +9273,22 @@ exports[`Storyshots f/FormInput Base 1`] = `
9078
9273
  name="food"
9079
9274
  onBlur={[Function]}
9080
9275
  onChange={[Function]}
9276
+ value=""
9081
9277
  >
9082
9278
  <option
9279
+ disabled={false}
9083
9280
  value="italian"
9084
9281
  >
9085
9282
  A nice pizza
9086
9283
  </option>
9087
9284
  <option
9285
+ disabled={false}
9088
9286
  value="turkish"
9089
9287
  >
9090
9288
  A delicious kebab
9091
9289
  </option>
9092
9290
  <option
9291
+ disabled={false}
9093
9292
  value="french"
9094
9293
  >
9095
9294
  A three course delicate french meal
@@ -9100,7 +9299,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
9100
9299
  className="debugger"
9101
9300
  >
9102
9301
  <button
9103
- className="base button x-main1"
9302
+ className="base button x-main2"
9104
9303
  onClick={[Function]}
9105
9304
  type="button"
9106
9305
  >
@@ -9120,7 +9319,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9120
9319
  className="base text-input form-input"
9121
9320
  >
9122
9321
  <label
9123
- className="base label input-label v50 mb-v x-main1"
9322
+ className="base label input-label v50 mb-v x-main2"
9124
9323
  htmlFor="firstName"
9125
9324
  >
9126
9325
  What's your first name ?
@@ -9140,7 +9339,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9140
9339
  className="base text-input form-input"
9141
9340
  >
9142
9341
  <label
9143
- className="base label input-label v50 mb-v x-main1"
9342
+ className="base label input-label v50 mb-v x-main2"
9144
9343
  htmlFor="lastName"
9145
9344
  >
9146
9345
  What's your last name ?
@@ -9156,10 +9355,10 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9156
9355
  />
9157
9356
  </div>
9158
9357
  <div
9159
- className="base text-area-input form-input x-background1 y-main1"
9358
+ className="base text-area-input form-input x-background1 y-main2"
9160
9359
  >
9161
9360
  <label
9162
- className="base label c-y v50 mb-v x-main1"
9361
+ className="base label c-y v50 mb-v x-main2"
9163
9362
  htmlFor="description"
9164
9363
  >
9165
9364
  Describe yourself in a few sentences
@@ -9175,7 +9374,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9175
9374
 
9176
9375
  </div>
9177
9376
  <div
9178
- className="base choices-input form-input x-background2 y-main1"
9377
+ className="base choices-input form-input x-background2 y-main2"
9179
9378
  style={
9180
9379
  Object {
9181
9380
  "--grid-columns-desktop": 3,
@@ -9184,7 +9383,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9184
9383
  }
9185
9384
  >
9186
9385
  <p
9187
- className="base label x-main1"
9386
+ className="base label x-main2"
9188
9387
  >
9189
9388
  What are your favourite colors ?
9190
9389
  </p>
@@ -9251,7 +9450,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9251
9450
  className="base select-input form-input"
9252
9451
  >
9253
9452
  <label
9254
- className="base label input-label x-main1"
9453
+ className="base label input-label x-main2"
9255
9454
  htmlFor="food"
9256
9455
  >
9257
9456
  What do you want for dinner ?
@@ -9263,18 +9462,22 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9263
9462
  name="food"
9264
9463
  onBlur={[Function]}
9265
9464
  onChange={[Function]}
9465
+ value=""
9266
9466
  >
9267
9467
  <option
9468
+ disabled={false}
9268
9469
  value="italian"
9269
9470
  >
9270
9471
  A nice pizza
9271
9472
  </option>
9272
9473
  <option
9474
+ disabled={false}
9273
9475
  value="turkish"
9274
9476
  >
9275
9477
  A delicious kebab
9276
9478
  </option>
9277
9479
  <option
9480
+ disabled={false}
9278
9481
  value="french"
9279
9482
  >
9280
9483
  A three course delicate french meal
@@ -9285,7 +9488,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
9285
9488
  className="debugger"
9286
9489
  >
9287
9490
  <button
9288
- className="base button x-main1"
9491
+ className="base button x-main2"
9289
9492
  onClick={[Function]}
9290
9493
  type="button"
9291
9494
  >
@@ -9305,7 +9508,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
9305
9508
  className="base text-input form-input"
9306
9509
  >
9307
9510
  <label
9308
- className="base label input-label v50 mb-v x-main1"
9511
+ className="base label input-label v50 mb-v x-main2"
9309
9512
  htmlFor="extended"
9310
9513
  >
9311
9514
  Extended type input
@@ -9324,7 +9527,7 @@ exports[`Storyshots f/FormInput Extensible Form Input 1`] = `
9324
9527
  className="debugger"
9325
9528
  >
9326
9529
  <button
9327
- className="base button x-main1"
9530
+ className="base button x-main2"
9328
9531
  onClick={[Function]}
9329
9532
  type="button"
9330
9533
  >
@@ -9344,7 +9547,7 @@ exports[`Storyshots f/common/Description Base 1`] = `
9344
9547
 
9345
9548
  exports[`Storyshots f/common/Label Base 1`] = `
9346
9549
  <label
9347
- className="base label x-main1"
9550
+ className="base label x-main2"
9348
9551
  >
9349
9552
  Sample Label
9350
9553
  </label>
@@ -9366,7 +9569,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9366
9569
  className="not-selected input-content uc v1 pv-v"
9367
9570
  >
9368
9571
  <label
9369
- className="base label x-main1"
9572
+ className="base label x-main2"
9370
9573
  htmlFor="businessTypes"
9371
9574
  >
9372
9575
  <input
@@ -9391,7 +9594,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9391
9594
  className="not-selected input-content uc v1 pv-v"
9392
9595
  >
9393
9596
  <label
9394
- className="base label x-main1"
9597
+ className="base label x-main2"
9395
9598
  htmlFor="businessTypes"
9396
9599
  >
9397
9600
  <input
@@ -9416,7 +9619,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9416
9619
  className="not-selected input-content uc v1 pv-v"
9417
9620
  >
9418
9621
  <label
9419
- className="base label x-main1"
9622
+ className="base label x-main2"
9420
9623
  htmlFor="businessTypes"
9421
9624
  >
9422
9625
  <input
@@ -9441,7 +9644,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9441
9644
  className="not-selected input-content uc v1 pv-v"
9442
9645
  >
9443
9646
  <label
9444
- className="base label x-main1"
9647
+ className="base label x-main2"
9445
9648
  htmlFor="businessTypes"
9446
9649
  >
9447
9650
  <input
@@ -9463,7 +9666,7 @@ exports[`Storyshots f/fields/CheckboxInput Base 1`] = `
9463
9666
  className="debugger"
9464
9667
  >
9465
9668
  <button
9466
- className="base button x-main1"
9669
+ className="base button x-main2"
9467
9670
  onClick={[Function]}
9468
9671
  type="button"
9469
9672
  >
@@ -9481,7 +9684,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
9481
9684
  onSubmit={[Function]}
9482
9685
  >
9483
9686
  <div
9484
- className="base choices-input x-background2 y-main1"
9687
+ className="base choices-input x-background2 y-main2"
9485
9688
  id="colors"
9486
9689
  style={
9487
9690
  Object {
@@ -9553,7 +9756,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
9553
9756
  className="debugger"
9554
9757
  >
9555
9758
  <button
9556
- className="base button x-main1"
9759
+ className="base button x-main2"
9557
9760
  onClick={[Function]}
9558
9761
  type="button"
9559
9762
  >
@@ -9570,7 +9773,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
9570
9773
  onSubmit={[Function]}
9571
9774
  >
9572
9775
  <div
9573
- className="base choices-input x-background2 y-main1"
9776
+ className="base choices-input x-background2 y-main2"
9574
9777
  id="shapes"
9575
9778
  style={
9576
9779
  Object {
@@ -9580,7 +9783,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
9580
9783
  }
9581
9784
  >
9582
9785
  <p
9583
- className="base label x-main1"
9786
+ className="base label x-main2"
9584
9787
  >
9585
9788
  Geometric Shapes
9586
9789
  </p>
@@ -9647,7 +9850,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
9647
9850
  className="debugger"
9648
9851
  >
9649
9852
  <button
9650
- className="base button x-main1"
9853
+ className="base button x-main2"
9651
9854
  onClick={[Function]}
9652
9855
  type="button"
9653
9856
  >
@@ -9664,7 +9867,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
9664
9867
  onSubmit={[Function]}
9665
9868
  >
9666
9869
  <div
9667
- className="base choices-input x-background2 y-main1"
9870
+ className="base choices-input x-background2 y-main2"
9668
9871
  id="shapes"
9669
9872
  style={
9670
9873
  Object {
@@ -9674,7 +9877,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
9674
9877
  }
9675
9878
  >
9676
9879
  <p
9677
- className="base label x-main1"
9880
+ className="base label x-main2"
9678
9881
  >
9679
9882
  Geometric Shapes
9680
9883
  </p>
@@ -9741,7 +9944,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
9741
9944
  className="debugger"
9742
9945
  >
9743
9946
  <button
9744
- className="base button x-main1"
9947
+ className="base button x-main2"
9745
9948
  onClick={[Function]}
9746
9949
  type="button"
9747
9950
  >
@@ -9758,7 +9961,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
9758
9961
  onSubmit={[Function]}
9759
9962
  >
9760
9963
  <div
9761
- className="base choices-input multiple x-background2 y-main1"
9964
+ className="base choices-input multiple x-background2 y-main2"
9762
9965
  id="colors"
9763
9966
  style={
9764
9967
  Object {
@@ -9830,7 +10033,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
9830
10033
  className="debugger"
9831
10034
  >
9832
10035
  <button
9833
- className="base button x-main1"
10036
+ className="base button x-main2"
9834
10037
  onClick={[Function]}
9835
10038
  type="button"
9836
10039
  >
@@ -9847,7 +10050,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
9847
10050
  onSubmit={[Function]}
9848
10051
  >
9849
10052
  <div
9850
- className="base choices-input multiple x-background2 y-main1"
10053
+ className="base choices-input multiple x-background2 y-main2"
9851
10054
  id="colors"
9852
10055
  style={
9853
10056
  Object {
@@ -10009,7 +10212,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
10009
10212
  className="debugger"
10010
10213
  >
10011
10214
  <button
10012
- className="base button x-main1"
10215
+ className="base button x-main2"
10013
10216
  onClick={[Function]}
10014
10217
  type="button"
10015
10218
  >
@@ -10032,7 +10235,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
10032
10235
  className="not-selected uc v1 pv-v"
10033
10236
  >
10034
10237
  <label
10035
- className="base label x-main1"
10238
+ className="base label x-main2"
10036
10239
  htmlFor="companySize"
10037
10240
  >
10038
10241
  <input
@@ -10059,7 +10262,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
10059
10262
  className="not-selected uc v1 pv-v"
10060
10263
  >
10061
10264
  <label
10062
- className="base label x-main1"
10265
+ className="base label x-main2"
10063
10266
  htmlFor="companySize"
10064
10267
  >
10065
10268
  <input
@@ -10086,7 +10289,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
10086
10289
  className="not-selected uc v1 pv-v"
10087
10290
  >
10088
10291
  <label
10089
- className="base label x-main1"
10292
+ className="base label x-main2"
10090
10293
  htmlFor="companySize"
10091
10294
  >
10092
10295
  <input
@@ -10113,7 +10316,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
10113
10316
  className="not-selected uc v1 pv-v"
10114
10317
  >
10115
10318
  <label
10116
- className="base label x-main1"
10319
+ className="base label x-main2"
10117
10320
  htmlFor="companySize"
10118
10321
  >
10119
10322
  <input
@@ -10137,7 +10340,7 @@ exports[`Storyshots f/fields/RadioInput Base 1`] = `
10137
10340
  className="debugger"
10138
10341
  >
10139
10342
  <button
10140
- className="base button x-main1"
10343
+ className="base button x-main2"
10141
10344
  onClick={[Function]}
10142
10345
  type="button"
10143
10346
  >
@@ -10276,7 +10479,7 @@ exports[`Storyshots f/fields/RatingsInput Base 1`] = `
10276
10479
  className="debugger"
10277
10480
  >
10278
10481
  <button
10279
- className="base button x-main1"
10482
+ className="base button x-main2"
10280
10483
  onClick={[Function]}
10281
10484
  type="button"
10282
10485
  >
@@ -10590,7 +10793,7 @@ exports[`Storyshots f/fields/RatingsInput Labels 1`] = `
10590
10793
  className="debugger"
10591
10794
  >
10592
10795
  <button
10593
- className="base button x-main1"
10796
+ className="base button x-main2"
10594
10797
  onClick={[Function]}
10595
10798
  type="button"
10596
10799
  >
@@ -10894,7 +11097,7 @@ exports[`Storyshots f/fields/RatingsInput Numbers 1`] = `
10894
11097
  className="debugger"
10895
11098
  >
10896
11099
  <button
10897
- className="base button x-main1"
11100
+ className="base button x-main2"
10898
11101
  onClick={[Function]}
10899
11102
  type="button"
10900
11103
  >
@@ -10914,7 +11117,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
10914
11117
  className="base select-input"
10915
11118
  >
10916
11119
  <label
10917
- className="base label input-label x-main1"
11120
+ className="base label input-label x-main2"
10918
11121
  htmlFor="workType"
10919
11122
  >
10920
11123
  Work Type
@@ -10929,16 +11132,19 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
10929
11132
  value="Work"
10930
11133
  >
10931
11134
  <option
11135
+ disabled={false}
10932
11136
  value="Work"
10933
11137
  >
10934
11138
  Work
10935
11139
  </option>
10936
11140
  <option
11141
+ disabled={false}
10937
11142
  value="Managing"
10938
11143
  >
10939
11144
  Managing
10940
11145
  </option>
10941
11146
  <option
11147
+ disabled={false}
10942
11148
  value="Training"
10943
11149
  >
10944
11150
  Training
@@ -10949,7 +11155,7 @@ exports[`Storyshots f/fields/SelectInput Base 1`] = `
10949
11155
  className="debugger"
10950
11156
  >
10951
11157
  <button
10952
- className="base button x-main1"
11158
+ className="base button x-main2"
10953
11159
  onClick={[Function]}
10954
11160
  type="button"
10955
11161
  >
@@ -10969,7 +11175,7 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
10969
11175
  className="base select-input"
10970
11176
  >
10971
11177
  <label
10972
- className="base label input-label x-main1"
11178
+ className="base label input-label x-main2"
10973
11179
  htmlFor="workType"
10974
11180
  >
10975
11181
  Work Type
@@ -10984,26 +11190,31 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
10984
11190
  value="Work"
10985
11191
  >
10986
11192
  <option
11193
+ disabled={false}
10987
11194
  value="Work"
10988
11195
  >
10989
11196
  Work
10990
11197
  </option>
10991
11198
  <option
11199
+ disabled={false}
10992
11200
  value="Managing"
10993
11201
  >
10994
11202
  Managing
10995
11203
  </option>
10996
11204
  <option
11205
+ disabled={false}
10997
11206
  value="Training"
10998
11207
  >
10999
11208
  Training
11000
11209
  </option>
11001
11210
  <option
11211
+ disabled={false}
11002
11212
  value="20th Aug 2020 to 19th Sept, 2020"
11003
11213
  >
11004
11214
  20th Aug 2020 to 19th Sept, 2020
11005
11215
  </option>
11006
11216
  <option
11217
+ disabled={false}
11007
11218
  value="20th Sept 2020 to 19th Oct, 2020"
11008
11219
  >
11009
11220
  20th Sept 2020 to 19th Oct, 2020
@@ -11014,7 +11225,7 @@ exports[`Storyshots f/fields/SelectInput Disabled Select Input 1`] = `
11014
11225
  className="debugger"
11015
11226
  >
11016
11227
  <button
11017
- className="base button x-main1"
11228
+ className="base button x-main2"
11018
11229
  onClick={[Function]}
11019
11230
  type="button"
11020
11231
  >
@@ -11034,7 +11245,7 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
11034
11245
  className="base select-input"
11035
11246
  >
11036
11247
  <label
11037
- className="base label input-label x-main1"
11248
+ className="base label input-label x-main2"
11038
11249
  htmlFor="workType"
11039
11250
  >
11040
11251
  Work Type
@@ -11049,11 +11260,13 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
11049
11260
  value="Work"
11050
11261
  >
11051
11262
  <option
11263
+ disabled={false}
11052
11264
  value="20th Aug 2020 to 19th Sept, 2020"
11053
11265
  >
11054
11266
  20th Aug 2020 to 19th Sept, 2020
11055
11267
  </option>
11056
11268
  <option
11269
+ disabled={false}
11057
11270
  value="20th Sept 2020 to 19th Oct, 2020"
11058
11271
  >
11059
11272
  20th Sept 2020 to 19th Oct, 2020
@@ -11064,7 +11277,65 @@ exports[`Storyshots f/fields/SelectInput Objects 1`] = `
11064
11277
  className="debugger"
11065
11278
  >
11066
11279
  <button
11067
- 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"
11068
11339
  onClick={[Function]}
11069
11340
  type="button"
11070
11341
  >
@@ -11084,7 +11355,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
11084
11355
  className="base select-input"
11085
11356
  >
11086
11357
  <label
11087
- className="base label input-label x-main1"
11358
+ className="base label input-label x-main2"
11088
11359
  htmlFor="workType"
11089
11360
  >
11090
11361
  Work Type
@@ -11099,26 +11370,31 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
11099
11370
  value="Work"
11100
11371
  >
11101
11372
  <option
11373
+ disabled={false}
11102
11374
  value="Work"
11103
11375
  >
11104
11376
  Work
11105
11377
  </option>
11106
11378
  <option
11379
+ disabled={false}
11107
11380
  value="Managing"
11108
11381
  >
11109
11382
  Managing
11110
11383
  </option>
11111
11384
  <option
11385
+ disabled={false}
11112
11386
  value="Training"
11113
11387
  >
11114
11388
  Training
11115
11389
  </option>
11116
11390
  <option
11391
+ disabled={false}
11117
11392
  value="20th Aug 2020 to 19th Sept, 2020"
11118
11393
  >
11119
11394
  20th Aug 2020 to 19th Sept, 2020
11120
11395
  </option>
11121
11396
  <option
11397
+ disabled={false}
11122
11398
  value="20th Sept 2020 to 19th Oct, 2020"
11123
11399
  >
11124
11400
  20th Sept 2020 to 19th Oct, 2020
@@ -11129,7 +11405,7 @@ exports[`Storyshots f/fields/SelectInput String And Objects 1`] = `
11129
11405
  className="debugger"
11130
11406
  >
11131
11407
  <button
11132
- className="base button x-main1"
11408
+ className="base button x-main2"
11133
11409
  onClick={[Function]}
11134
11410
  type="button"
11135
11411
  >
@@ -11154,7 +11430,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
11154
11430
  }
11155
11431
  >
11156
11432
  <div
11157
- className="base task-recommendation-input x-main1"
11433
+ className="base task-recommendation-input x-main2"
11158
11434
  >
11159
11435
  <div
11160
11436
  className="task-content b-on-x"
@@ -11163,7 +11439,7 @@ exports[`Storyshots f/fields/TaskRecommendationInput Base 1`] = `
11163
11439
  className="v1 p-v task"
11164
11440
  >
11165
11441
  <label
11166
- className="base label uc mb-v x-main1"
11442
+ className="base label uc mb-v x-main2"
11167
11443
  htmlFor="taskRecommendations"
11168
11444
  >
11169
11445
  Find potential business customers
@@ -11207,7 +11483,7 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
11207
11483
  className="base text-input"
11208
11484
  >
11209
11485
  <label
11210
- className="base label input-label v50 mb-v x-main1"
11486
+ className="base label input-label v50 mb-v x-main2"
11211
11487
  htmlFor="firstName"
11212
11488
  >
11213
11489
  What's your first name ?
@@ -11227,7 +11503,7 @@ exports[`Storyshots f/fields/TextInput Base 1`] = `
11227
11503
  className="debugger"
11228
11504
  >
11229
11505
  <button
11230
- className="base button x-main1"
11506
+ className="base button x-main2"
11231
11507
  onClick={[Function]}
11232
11508
  type="button"
11233
11509
  >
@@ -11251,7 +11527,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11251
11527
  className="base text-input"
11252
11528
  >
11253
11529
  <label
11254
- className="base label input-label v50 mb-v x-main1"
11530
+ className="base label input-label v50 mb-v x-main2"
11255
11531
  htmlFor="date"
11256
11532
  >
11257
11533
  Select date
@@ -11271,7 +11547,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11271
11547
  className="base text-input"
11272
11548
  >
11273
11549
  <label
11274
- className="base label input-label v50 mb-v x-main1"
11550
+ className="base label input-label v50 mb-v x-main2"
11275
11551
  htmlFor="time"
11276
11552
  >
11277
11553
  Select time
@@ -11291,7 +11567,7 @@ exports[`Storyshots f/fields/TextInput Date Time 1`] = `
11291
11567
  className="debugger"
11292
11568
  >
11293
11569
  <button
11294
- className="base button x-main1"
11570
+ className="base button x-main2"
11295
11571
  onClick={[Function]}
11296
11572
  type="button"
11297
11573
  >
@@ -11315,7 +11591,7 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
11315
11591
  className="base text-input"
11316
11592
  >
11317
11593
  <label
11318
- className="base label input-label v50 mb-v x-main1"
11594
+ className="base label input-label v50 mb-v x-main2"
11319
11595
  htmlFor="firstName"
11320
11596
  >
11321
11597
  What's your first name ?
@@ -11335,6 +11611,40 @@ exports[`Storyshots f/fields/TextInput Disabled Text Input 1`] = `
11335
11611
  </form>
11336
11612
  `;
11337
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
+
11338
11648
  exports[`Storyshots f/fields/TextareaInput Base 1`] = `
11339
11649
  <form
11340
11650
  action="#"
@@ -11345,10 +11655,10 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
11345
11655
  className="y-background1 b-dark-y"
11346
11656
  >
11347
11657
  <div
11348
- className="base text-area-input x-background1 y-main1"
11658
+ className="base text-area-input x-background1 y-main2"
11349
11659
  >
11350
11660
  <label
11351
- className="base label c-y v50 mb-v x-main1"
11661
+ className="base label c-y v50 mb-v x-main2"
11352
11662
  htmlFor="feedBack"
11353
11663
  >
11354
11664
  What can we improve on?
@@ -11368,7 +11678,7 @@ exports[`Storyshots f/fields/TextareaInput Base 1`] = `
11368
11678
  className="debugger"
11369
11679
  >
11370
11680
  <button
11371
- className="base button x-main1"
11681
+ className="base button x-main2"
11372
11682
  onClick={[Function]}
11373
11683
  type="button"
11374
11684
  >
@@ -11389,10 +11699,10 @@ exports[`Storyshots f/fields/TextareaInput Disabled Textarea Input 1`] = `
11389
11699
  className="y-background1 b-dark-y"
11390
11700
  >
11391
11701
  <div
11392
- className="base text-area-input x-background1 y-main1"
11702
+ className="base text-area-input x-background1 y-main2"
11393
11703
  >
11394
11704
  <label
11395
- className="base label c-y v50 mb-v x-main1"
11705
+ className="base label c-y v50 mb-v x-main2"
11396
11706
  htmlFor="feedBack"
11397
11707
  >
11398
11708
  What can we improve on?
@@ -11412,7 +11722,7 @@ exports[`Storyshots f/fields/TextareaInput Disabled Textarea Input 1`] = `
11412
11722
  className="debugger"
11413
11723
  >
11414
11724
  <button
11415
- className="base button x-main1"
11725
+ className="base button x-main2"
11416
11726
  onClick={[Function]}
11417
11727
  type="button"
11418
11728
  >