@pareto-engineering/design-system 4.0.0-alpha.42 → 4.0.0-alpha.44

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 (45) hide show
  1. package/dist/cjs/a/Removable/Removable.js +72 -0
  2. package/dist/cjs/a/Removable/index.js +13 -0
  3. package/dist/cjs/a/Removable/styles.scss +33 -0
  4. package/dist/cjs/a/index.js +8 -1
  5. package/dist/cjs/b/Button/Button.js +2 -1
  6. package/dist/cjs/b/Button/styles.scss +3 -3
  7. package/dist/cjs/f/common/Description/Description.js +5 -4
  8. package/dist/cjs/f/fields/Checkbox/styles.scss +1 -0
  9. package/dist/cjs/f/fields/ChoicesInput/styles.scss +1 -1
  10. package/dist/cjs/f/fields/EditorInput/EditorInput.js +0 -1
  11. package/dist/cjs/f/fields/EditorInput/common/Toolbar.js +64 -0
  12. package/dist/cjs/f/fields/EditorInput/styles.scss +26 -0
  13. package/dist/cjs/f/fields/TextInput/TextInput.js +3 -3
  14. package/dist/es/a/Removable/Removable.js +64 -0
  15. package/dist/es/a/Removable/index.js +2 -0
  16. package/dist/es/a/Removable/styles.scss +33 -0
  17. package/dist/es/a/index.js +2 -1
  18. package/dist/es/b/Button/Button.js +2 -1
  19. package/dist/es/b/Button/styles.scss +3 -3
  20. package/dist/es/f/common/Description/Description.js +5 -4
  21. package/dist/es/f/fields/Checkbox/styles.scss +1 -0
  22. package/dist/es/f/fields/ChoicesInput/styles.scss +1 -1
  23. package/dist/es/f/fields/EditorInput/EditorInput.js +0 -1
  24. package/dist/es/f/fields/EditorInput/common/Toolbar.js +66 -2
  25. package/dist/es/f/fields/EditorInput/styles.scss +26 -0
  26. package/dist/es/f/fields/TextInput/TextInput.js +3 -3
  27. package/package.json +3 -3
  28. package/src/stories/a/AppContext.stories.jsx +2 -2
  29. package/src/stories/a/Removable.stories.jsx +22 -0
  30. package/src/stories/b/SocialMediaButton.stories.jsx +2 -2
  31. package/src/stories/colors.js +2 -0
  32. package/src/ui/a/Removable/Removable.jsx +85 -0
  33. package/src/ui/a/Removable/index.js +2 -0
  34. package/src/ui/a/Removable/styles.scss +33 -0
  35. package/src/ui/a/index.js +1 -0
  36. package/src/ui/b/Button/Button.jsx +2 -0
  37. package/src/ui/b/Button/styles.scss +3 -3
  38. package/src/ui/f/common/Description/Description.jsx +5 -4
  39. package/src/ui/f/fields/Checkbox/styles.scss +1 -0
  40. package/src/ui/f/fields/ChoicesInput/styles.scss +1 -1
  41. package/src/ui/f/fields/EditorInput/EditorInput.jsx +0 -1
  42. package/src/ui/f/fields/EditorInput/common/Toolbar.jsx +103 -1
  43. package/src/ui/f/fields/EditorInput/styles.scss +26 -0
  44. package/src/ui/f/fields/TextInput/TextInput.jsx +2 -1
  45. package/tests/__snapshots__/Storyshots.test.js.snap +1027 -11
@@ -1229,6 +1229,24 @@ exports[`Storyshots a/Label Compact 1`] = `
1229
1229
 
1230
1230
  label
1231
1231
  </span>,
1232
+ <span
1233
+ className="base label x-ui-main modifierCompact"
1234
+ >
1235
+ This is a
1236
+
1237
+ ui-main
1238
+
1239
+ label
1240
+ </span>,
1241
+ <span
1242
+ className="base label x-ui-main-2 modifierCompact"
1243
+ >
1244
+ This is a
1245
+
1246
+ ui-main-2
1247
+
1248
+ label
1249
+ </span>,
1232
1250
  <span
1233
1251
  className="base label x-twitter modifierCompact"
1234
1252
  >
@@ -1594,6 +1612,24 @@ exports[`Storyshots a/Label Ghost 1`] = `
1594
1612
 
1595
1613
  label
1596
1614
  </span>,
1615
+ <span
1616
+ className="base label x-ui-main modifierGhost"
1617
+ >
1618
+ This is a
1619
+
1620
+ ui-main
1621
+
1622
+ label
1623
+ </span>,
1624
+ <span
1625
+ className="base label x-ui-main-2 modifierGhost"
1626
+ >
1627
+ This is a
1628
+
1629
+ ui-main-2
1630
+
1631
+ label
1632
+ </span>,
1597
1633
  <span
1598
1634
  className="base label x-twitter modifierGhost"
1599
1635
  >
@@ -1959,6 +1995,24 @@ exports[`Storyshots a/Label Normal 1`] = `
1959
1995
 
1960
1996
  label
1961
1997
  </span>,
1998
+ <span
1999
+ className="base label x-ui-main"
2000
+ >
2001
+ This is a
2002
+
2003
+ ui-main
2004
+
2005
+ label
2006
+ </span>,
2007
+ <span
2008
+ className="base label x-ui-main-2"
2009
+ >
2010
+ This is a
2011
+
2012
+ ui-main-2
2013
+
2014
+ label
2015
+ </span>,
1962
2016
  <span
1963
2017
  className="base label x-twitter"
1964
2018
  >
@@ -2810,6 +2864,25 @@ exports[`Storyshots a/Quote Base 1`] = `
2810
2864
  </div>
2811
2865
  `;
2812
2866
 
2867
+ exports[`Storyshots a/Removable Base 1`] = `
2868
+ <div
2869
+ className="base removable"
2870
+ >
2871
+ Sample Removable
2872
+ <button
2873
+ className="close-button"
2874
+ onClick={[Function]}
2875
+ type="button"
2876
+ >
2877
+ <span
2878
+ className="icon"
2879
+ >
2880
+ Y
2881
+ </span>
2882
+ </button>
2883
+ </div>
2884
+ `;
2885
+
2813
2886
  exports[`Storyshots a/SVG Animated 1`] = `
2814
2887
  [
2815
2888
  <svg
@@ -3207,7 +3280,7 @@ exports[`Storyshots a/Timestamp Distance Format 1`] = `
3207
3280
  className="base timestamp"
3208
3281
  onClick={[Function]}
3209
3282
  >
3210
- 10 months ago
3283
+ 11 months ago
3211
3284
  </p>
3212
3285
  `;
3213
3286
 
@@ -3553,6 +3626,26 @@ exports[`Storyshots b/Button Arrow Left 1`] = `
3553
3626
 
3554
3627
  button
3555
3628
  </button>,
3629
+ <button
3630
+ className="base button x-ui-main arrow-left"
3631
+ type="button"
3632
+ >
3633
+ This is a
3634
+
3635
+ ui-main
3636
+
3637
+ button
3638
+ </button>,
3639
+ <button
3640
+ className="base button x-ui-main-2 arrow-left"
3641
+ type="button"
3642
+ >
3643
+ This is a
3644
+
3645
+ ui-main-2
3646
+
3647
+ button
3648
+ </button>,
3556
3649
  <button
3557
3650
  className="base button x-twitter arrow-left"
3558
3651
  type="button"
@@ -4082,6 +4175,34 @@ exports[`Storyshots b/Button Arrow Left Simple 1`] = `
4082
4175
  button
4083
4176
  </span>
4084
4177
  </button>,
4178
+ <button
4179
+ className="base button x-ui-main modifierSimple arrow-left"
4180
+ type="button"
4181
+ >
4182
+ <span
4183
+ className="modifierUnderlined"
4184
+ >
4185
+ This is a
4186
+
4187
+ ui-main
4188
+
4189
+ button
4190
+ </span>
4191
+ </button>,
4192
+ <button
4193
+ className="base button x-ui-main-2 modifierSimple arrow-left"
4194
+ type="button"
4195
+ >
4196
+ <span
4197
+ className="modifierUnderlined"
4198
+ >
4199
+ This is a
4200
+
4201
+ ui-main-2
4202
+
4203
+ button
4204
+ </span>
4205
+ </button>,
4085
4206
  <button
4086
4207
  className="base button x-twitter modifierSimple arrow-left"
4087
4208
  type="button"
@@ -4523,6 +4644,26 @@ exports[`Storyshots b/Button Arrow Right 1`] = `
4523
4644
 
4524
4645
  button
4525
4646
  </button>,
4647
+ <button
4648
+ className="base button x-ui-main arrow-right"
4649
+ type="button"
4650
+ >
4651
+ This is a
4652
+
4653
+ ui-main
4654
+
4655
+ button
4656
+ </button>,
4657
+ <button
4658
+ className="base button x-ui-main-2 arrow-right"
4659
+ type="button"
4660
+ >
4661
+ This is a
4662
+
4663
+ ui-main-2
4664
+
4665
+ button
4666
+ </button>,
4526
4667
  <button
4527
4668
  className="base button x-twitter arrow-right"
4528
4669
  type="button"
@@ -5052,6 +5193,34 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
5052
5193
  button
5053
5194
  </span>
5054
5195
  </button>,
5196
+ <button
5197
+ className="base button x-ui-main modifierSimple arrow-right"
5198
+ type="button"
5199
+ >
5200
+ <span
5201
+ className="modifierUnderlined"
5202
+ >
5203
+ This is a
5204
+
5205
+ ui-main
5206
+
5207
+ button
5208
+ </span>
5209
+ </button>,
5210
+ <button
5211
+ className="base button x-ui-main-2 modifierSimple arrow-right"
5212
+ type="button"
5213
+ >
5214
+ <span
5215
+ className="modifierUnderlined"
5216
+ >
5217
+ This is a
5218
+
5219
+ ui-main-2
5220
+
5221
+ button
5222
+ </span>
5223
+ </button>,
5055
5224
  <button
5056
5225
  className="base button x-twitter modifierSimple arrow-right"
5057
5226
  type="button"
@@ -5502,6 +5671,26 @@ exports[`Storyshots b/Button Compact 1`] = `
5502
5671
 
5503
5672
  button
5504
5673
  </button>,
5674
+ <button
5675
+ className="base button x-ui-main modifierCompact"
5676
+ type="button"
5677
+ >
5678
+ This is a
5679
+
5680
+ ui-main
5681
+
5682
+ button
5683
+ </button>,
5684
+ <button
5685
+ className="base button x-ui-main-2 modifierCompact"
5686
+ type="button"
5687
+ >
5688
+ This is a
5689
+
5690
+ ui-main-2
5691
+
5692
+ button
5693
+ </button>,
5505
5694
  <button
5506
5695
  className="base button x-twitter modifierCompact"
5507
5696
  type="button"
@@ -5938,6 +6127,28 @@ exports[`Storyshots b/Button Disabled 1`] = `
5938
6127
 
5939
6128
  button
5940
6129
  </button>,
6130
+ <button
6131
+ className="base button x-ui-main"
6132
+ disabled={true}
6133
+ type="button"
6134
+ >
6135
+ This is a
6136
+
6137
+ ui-main
6138
+
6139
+ button
6140
+ </button>,
6141
+ <button
6142
+ className="base button x-ui-main-2"
6143
+ disabled={true}
6144
+ type="button"
6145
+ >
6146
+ This is a
6147
+
6148
+ ui-main-2
6149
+
6150
+ button
6151
+ </button>,
5941
6152
  <button
5942
6153
  className="base button x-twitter"
5943
6154
  disabled={true}
@@ -6383,6 +6594,28 @@ exports[`Storyshots b/Button Disabled Arrow Left 1`] = `
6383
6594
 
6384
6595
  button
6385
6596
  </button>,
6597
+ <button
6598
+ className="base button x-ui-main arrow-left"
6599
+ disabled={true}
6600
+ type="button"
6601
+ >
6602
+ This is a
6603
+
6604
+ ui-main
6605
+
6606
+ button
6607
+ </button>,
6608
+ <button
6609
+ className="base button x-ui-main-2 arrow-left"
6610
+ disabled={true}
6611
+ type="button"
6612
+ >
6613
+ This is a
6614
+
6615
+ ui-main-2
6616
+
6617
+ button
6618
+ </button>,
6386
6619
  <button
6387
6620
  className="base button x-twitter arrow-left"
6388
6621
  disabled={true}
@@ -6828,6 +7061,28 @@ exports[`Storyshots b/Button Disabled Arrow Right 1`] = `
6828
7061
 
6829
7062
  button
6830
7063
  </button>,
7064
+ <button
7065
+ className="base button x-ui-main arrow-right"
7066
+ disabled={true}
7067
+ type="button"
7068
+ >
7069
+ This is a
7070
+
7071
+ ui-main
7072
+
7073
+ button
7074
+ </button>,
7075
+ <button
7076
+ className="base button x-ui-main-2 arrow-right"
7077
+ disabled={true}
7078
+ type="button"
7079
+ >
7080
+ This is a
7081
+
7082
+ ui-main-2
7083
+
7084
+ button
7085
+ </button>,
6831
7086
  <button
6832
7087
  className="base button x-twitter arrow-right"
6833
7088
  disabled={true}
@@ -7282,6 +7537,28 @@ exports[`Storyshots b/Button Ghost Disabled 1`] = `
7282
7537
 
7283
7538
  button
7284
7539
  </button>,
7540
+ <button
7541
+ className="base button x-ui-main modifierGhost"
7542
+ disabled={true}
7543
+ type="button"
7544
+ >
7545
+ This is a
7546
+
7547
+ ui-main
7548
+
7549
+ button
7550
+ </button>,
7551
+ <button
7552
+ className="base button x-ui-main-2 modifierGhost"
7553
+ disabled={true}
7554
+ type="button"
7555
+ >
7556
+ This is a
7557
+
7558
+ ui-main-2
7559
+
7560
+ button
7561
+ </button>,
7285
7562
  <button
7286
7563
  className="base button x-twitter modifierGhost"
7287
7564
  disabled={true}
@@ -7696,6 +7973,26 @@ exports[`Storyshots b/Button Ghosts 1`] = `
7696
7973
 
7697
7974
  button
7698
7975
  </button>,
7976
+ <button
7977
+ className="base button x-ui-main modifierGhost"
7978
+ type="button"
7979
+ >
7980
+ This is a
7981
+
7982
+ ui-main
7983
+
7984
+ button
7985
+ </button>,
7986
+ <button
7987
+ className="base button x-ui-main-2 modifierGhost"
7988
+ type="button"
7989
+ >
7990
+ This is a
7991
+
7992
+ ui-main-2
7993
+
7994
+ button
7995
+ </button>,
7699
7996
  <button
7700
7997
  className="base button x-twitter modifierGhost"
7701
7998
  type="button"
@@ -8101,6 +8398,26 @@ exports[`Storyshots b/Button Gradient 1`] = `
8101
8398
 
8102
8399
  button
8103
8400
  </button>,
8401
+ <button
8402
+ className="base button x-ui-main modifierGradient"
8403
+ type="button"
8404
+ >
8405
+ This is a
8406
+
8407
+ ui-main
8408
+
8409
+ button
8410
+ </button>,
8411
+ <button
8412
+ className="base button x-ui-main-2 modifierGradient"
8413
+ type="button"
8414
+ >
8415
+ This is a
8416
+
8417
+ ui-main-2
8418
+
8419
+ button
8420
+ </button>,
8104
8421
  <button
8105
8422
  className="base button x-twitter modifierGradient"
8106
8423
  type="button"
@@ -9058,7 +9375,89 @@ exports[`Storyshots b/Button Loading 1`] = `
9058
9375
  </div>
9059
9376
  </button>,
9060
9377
  <button
9061
- className="base button x-background-inputs"
9378
+ className="base button x-background-inputs"
9379
+ type="button"
9380
+ >
9381
+ <div
9382
+ className="base loading-circle"
9383
+ style={
9384
+ {
9385
+ "--height-width": "1.15em",
9386
+ "--stroke-width": undefined,
9387
+ "--x": "var(--on-x)",
9388
+ }
9389
+ }
9390
+ >
9391
+ <svg
9392
+ className="svg-circle"
9393
+ preserveAspectRatio="xMinYMin meet"
9394
+ style={
9395
+ {
9396
+ "--animation-duration": "2s",
9397
+ }
9398
+ }
9399
+ version="1.1"
9400
+ viewBox="25 25 50 50"
9401
+ x="0px"
9402
+ xmlSpace="preserve"
9403
+ xmlns="http://www.w3.org/2000/svg"
9404
+ y="0px"
9405
+ >
9406
+ <circle
9407
+ className="path"
9408
+ cx="50"
9409
+ cy="50"
9410
+ fill="none"
9411
+ r="20"
9412
+ strokeLinecap="round"
9413
+ strokeMiterlimit="10"
9414
+ />
9415
+ </svg>
9416
+ </div>
9417
+ </button>,
9418
+ <button
9419
+ className="base button x-background-mesh"
9420
+ type="button"
9421
+ >
9422
+ <div
9423
+ className="base loading-circle"
9424
+ style={
9425
+ {
9426
+ "--height-width": "1.15em",
9427
+ "--stroke-width": undefined,
9428
+ "--x": "var(--on-x)",
9429
+ }
9430
+ }
9431
+ >
9432
+ <svg
9433
+ className="svg-circle"
9434
+ preserveAspectRatio="xMinYMin meet"
9435
+ style={
9436
+ {
9437
+ "--animation-duration": "2s",
9438
+ }
9439
+ }
9440
+ version="1.1"
9441
+ viewBox="25 25 50 50"
9442
+ x="0px"
9443
+ xmlSpace="preserve"
9444
+ xmlns="http://www.w3.org/2000/svg"
9445
+ y="0px"
9446
+ >
9447
+ <circle
9448
+ className="path"
9449
+ cx="50"
9450
+ cy="50"
9451
+ fill="none"
9452
+ r="20"
9453
+ strokeLinecap="round"
9454
+ strokeMiterlimit="10"
9455
+ />
9456
+ </svg>
9457
+ </div>
9458
+ </button>,
9459
+ <button
9460
+ className="base button x-heading"
9062
9461
  type="button"
9063
9462
  >
9064
9463
  <div
@@ -9099,7 +9498,7 @@ exports[`Storyshots b/Button Loading 1`] = `
9099
9498
  </div>
9100
9499
  </button>,
9101
9500
  <button
9102
- className="base button x-background-mesh"
9501
+ className="base button x-paragraph"
9103
9502
  type="button"
9104
9503
  >
9105
9504
  <div
@@ -9140,7 +9539,7 @@ exports[`Storyshots b/Button Loading 1`] = `
9140
9539
  </div>
9141
9540
  </button>,
9142
9541
  <button
9143
- className="base button x-heading"
9542
+ className="base button x-subtitle"
9144
9543
  type="button"
9145
9544
  >
9146
9545
  <div
@@ -9181,7 +9580,7 @@ exports[`Storyshots b/Button Loading 1`] = `
9181
9580
  </div>
9182
9581
  </button>,
9183
9582
  <button
9184
- className="base button x-paragraph"
9583
+ className="base button x-metadata"
9185
9584
  type="button"
9186
9585
  >
9187
9586
  <div
@@ -9222,7 +9621,7 @@ exports[`Storyshots b/Button Loading 1`] = `
9222
9621
  </div>
9223
9622
  </button>,
9224
9623
  <button
9225
- className="base button x-subtitle"
9624
+ className="base button x-link"
9226
9625
  type="button"
9227
9626
  >
9228
9627
  <div
@@ -9263,7 +9662,7 @@ exports[`Storyshots b/Button Loading 1`] = `
9263
9662
  </div>
9264
9663
  </button>,
9265
9664
  <button
9266
- className="base button x-metadata"
9665
+ className="base button x-transparent"
9267
9666
  type="button"
9268
9667
  >
9269
9668
  <div
@@ -9304,7 +9703,7 @@ exports[`Storyshots b/Button Loading 1`] = `
9304
9703
  </div>
9305
9704
  </button>,
9306
9705
  <button
9307
- className="base button x-link"
9706
+ className="base button x-highlighted"
9308
9707
  type="button"
9309
9708
  >
9310
9709
  <div
@@ -9345,7 +9744,7 @@ exports[`Storyshots b/Button Loading 1`] = `
9345
9744
  </div>
9346
9745
  </button>,
9347
9746
  <button
9348
- className="base button x-transparent"
9747
+ className="base button x-disabled"
9349
9748
  type="button"
9350
9749
  >
9351
9750
  <div
@@ -9386,7 +9785,7 @@ exports[`Storyshots b/Button Loading 1`] = `
9386
9785
  </div>
9387
9786
  </button>,
9388
9787
  <button
9389
- className="base button x-highlighted"
9788
+ className="base button x-ui-main"
9390
9789
  type="button"
9391
9790
  >
9392
9791
  <div
@@ -9427,7 +9826,7 @@ exports[`Storyshots b/Button Loading 1`] = `
9427
9826
  </div>
9428
9827
  </button>,
9429
9828
  <button
9430
- className="base button x-disabled"
9829
+ className="base button x-ui-main-2"
9431
9830
  type="button"
9432
9831
  >
9433
9832
  <div
@@ -10151,6 +10550,26 @@ exports[`Storyshots b/Button Normal 1`] = `
10151
10550
 
10152
10551
  button
10153
10552
  </button>,
10553
+ <button
10554
+ className="base button x-ui-main"
10555
+ type="button"
10556
+ >
10557
+ This is a
10558
+
10559
+ ui-main
10560
+
10561
+ button
10562
+ </button>,
10563
+ <button
10564
+ className="base button x-ui-main-2"
10565
+ type="button"
10566
+ >
10567
+ This is a
10568
+
10569
+ ui-main-2
10570
+
10571
+ button
10572
+ </button>,
10154
10573
  <button
10155
10574
  className="base button x-twitter"
10156
10575
  type="button"
@@ -10680,6 +11099,34 @@ exports[`Storyshots b/Button Simple 1`] = `
10680
11099
  button
10681
11100
  </span>
10682
11101
  </button>,
11102
+ <button
11103
+ className="base button x-ui-main modifierSimple"
11104
+ type="button"
11105
+ >
11106
+ <span
11107
+ className="modifierUnderlined"
11108
+ >
11109
+ This is a
11110
+
11111
+ ui-main
11112
+
11113
+ button
11114
+ </span>
11115
+ </button>,
11116
+ <button
11117
+ className="base button x-ui-main-2 modifierSimple"
11118
+ type="button"
11119
+ >
11120
+ <span
11121
+ className="modifierUnderlined"
11122
+ >
11123
+ This is a
11124
+
11125
+ ui-main-2
11126
+
11127
+ button
11128
+ </span>
11129
+ </button>,
10683
11130
  <button
10684
11131
  className="base button x-twitter modifierSimple"
10685
11132
  type="button"
@@ -11276,6 +11723,36 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
11276
11723
  button
11277
11724
  </span>
11278
11725
  </button>,
11726
+ <button
11727
+ className="base button x-ui-main modifierSimple"
11728
+ disabled={true}
11729
+ type="button"
11730
+ >
11731
+ <span
11732
+ className="modifierUnderlined"
11733
+ >
11734
+ This is a
11735
+
11736
+ ui-main
11737
+
11738
+ button
11739
+ </span>
11740
+ </button>,
11741
+ <button
11742
+ className="base button x-ui-main-2 modifierSimple"
11743
+ disabled={true}
11744
+ type="button"
11745
+ >
11746
+ <span
11747
+ className="modifierUnderlined"
11748
+ >
11749
+ This is a
11750
+
11751
+ ui-main-2
11752
+
11753
+ button
11754
+ </span>
11755
+ </button>,
11279
11756
  <button
11280
11757
  className="base button x-twitter modifierSimple"
11281
11758
  disabled={true}
@@ -11728,6 +12205,26 @@ exports[`Storyshots b/Button/Group Base 1`] = `
11728
12205
 
11729
12206
  button
11730
12207
  </button>
12208
+ <button
12209
+ className="base button x-ui-main"
12210
+ type="button"
12211
+ >
12212
+ This is a
12213
+
12214
+ ui-main
12215
+
12216
+ button
12217
+ </button>
12218
+ <button
12219
+ className="base button x-ui-main-2"
12220
+ type="button"
12221
+ >
12222
+ This is a
12223
+
12224
+ ui-main-2
12225
+
12226
+ button
12227
+ </button>
11731
12228
  <button
11732
12229
  className="base button x-twitter"
11733
12230
  type="button"
@@ -12976,6 +13473,64 @@ exports[`Storyshots b/Logo Color 1`] = `
12976
13473
  }
12977
13474
  />
12978
13475
  </svg>,
13476
+ <svg
13477
+ className="base svg base logo x-ui-main y-transparent"
13478
+ height="2em"
13479
+ preserveAspectRatio="xMinYMin meet"
13480
+ version="1.1"
13481
+ viewBox="0 0 156 30"
13482
+ xmlns="http://www.w3.org/2000/svg"
13483
+ >
13484
+ <use
13485
+ className=""
13486
+ href="/logo.svg#logo_squares"
13487
+ id="logo_squares"
13488
+ style={
13489
+ {
13490
+ "style": undefined,
13491
+ }
13492
+ }
13493
+ />
13494
+ <use
13495
+ className=""
13496
+ href="/logo.svg#logo_pareto"
13497
+ id="logo_pareto"
13498
+ style={
13499
+ {
13500
+ "style": undefined,
13501
+ }
13502
+ }
13503
+ />
13504
+ </svg>,
13505
+ <svg
13506
+ className="base svg base logo x-ui-main-2 y-transparent"
13507
+ height="2em"
13508
+ preserveAspectRatio="xMinYMin meet"
13509
+ version="1.1"
13510
+ viewBox="0 0 156 30"
13511
+ xmlns="http://www.w3.org/2000/svg"
13512
+ >
13513
+ <use
13514
+ className=""
13515
+ href="/logo.svg#logo_squares"
13516
+ id="logo_squares"
13517
+ style={
13518
+ {
13519
+ "style": undefined,
13520
+ }
13521
+ }
13522
+ />
13523
+ <use
13524
+ className=""
13525
+ href="/logo.svg#logo_pareto"
13526
+ id="logo_pareto"
13527
+ style={
13528
+ {
13529
+ "style": undefined,
13530
+ }
13531
+ }
13532
+ />
13533
+ </svg>,
12979
13534
  <svg
12980
13535
  className="base svg base logo x-twitter y-transparent"
12981
13536
  height="2em"
@@ -13831,6 +14386,44 @@ exports[`Storyshots b/Logo Square 1`] = `
13831
14386
  }
13832
14387
  />
13833
14388
  </svg>,
14389
+ <svg
14390
+ className="base svg base logo x-ui-main y-transparent"
14391
+ height="2em"
14392
+ preserveAspectRatio="xMinYMin meet"
14393
+ version="1.1"
14394
+ viewBox="0 0 39 39"
14395
+ xmlns="http://www.w3.org/2000/svg"
14396
+ >
14397
+ <use
14398
+ className=""
14399
+ href="/logo_square.svg#logo"
14400
+ id="logo"
14401
+ style={
14402
+ {
14403
+ "style": undefined,
14404
+ }
14405
+ }
14406
+ />
14407
+ </svg>,
14408
+ <svg
14409
+ className="base svg base logo x-ui-main-2 y-transparent"
14410
+ height="2em"
14411
+ preserveAspectRatio="xMinYMin meet"
14412
+ version="1.1"
14413
+ viewBox="0 0 39 39"
14414
+ xmlns="http://www.w3.org/2000/svg"
14415
+ >
14416
+ <use
14417
+ className=""
14418
+ href="/logo_square.svg#logo"
14419
+ id="logo"
14420
+ style={
14421
+ {
14422
+ "style": undefined,
14423
+ }
14424
+ }
14425
+ />
14426
+ </svg>,
13834
14427
  <svg
13835
14428
  className="base svg base logo x-twitter y-transparent"
13836
14429
  height="2em"
@@ -18491,6 +19084,147 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
18491
19084
  ?
18492
19085
  </span>
18493
19086
  </button>
19087
+ <button
19088
+ className="color-menu-button"
19089
+ onClick={[Function]}
19090
+ style={
19091
+ {
19092
+ "position": "relative",
19093
+ }
19094
+ }
19095
+ type="button"
19096
+ >
19097
+ <span
19098
+ className="icon"
19099
+ style={
19100
+ {
19101
+ "color": "var(--paragraph)",
19102
+ }
19103
+ }
19104
+ >
19105
+ Q
19106
+ </span>
19107
+ <div
19108
+ className="base popover x-background-near bottom left"
19109
+ >
19110
+ <div
19111
+ className="color-menu"
19112
+ >
19113
+ <span
19114
+ className="icon color-option"
19115
+ onClick={[Function]}
19116
+ onKeyDown={[Function]}
19117
+ role="button"
19118
+ style={
19119
+ {
19120
+ "color": "red",
19121
+ }
19122
+ }
19123
+ tabIndex={0}
19124
+ >
19125
+ o
19126
+ </span>
19127
+ <span
19128
+ className="icon color-option"
19129
+ onClick={[Function]}
19130
+ onKeyDown={[Function]}
19131
+ role="button"
19132
+ style={
19133
+ {
19134
+ "color": "blue",
19135
+ }
19136
+ }
19137
+ tabIndex={0}
19138
+ >
19139
+ o
19140
+ </span>
19141
+ <span
19142
+ className="icon color-option"
19143
+ onClick={[Function]}
19144
+ onKeyDown={[Function]}
19145
+ role="button"
19146
+ style={
19147
+ {
19148
+ "color": "green",
19149
+ }
19150
+ }
19151
+ tabIndex={0}
19152
+ >
19153
+ o
19154
+ </span>
19155
+ <span
19156
+ className="icon color-option"
19157
+ onClick={[Function]}
19158
+ onKeyDown={[Function]}
19159
+ role="button"
19160
+ style={
19161
+ {
19162
+ "color": "yellow",
19163
+ }
19164
+ }
19165
+ tabIndex={0}
19166
+ >
19167
+ o
19168
+ </span>
19169
+ <span
19170
+ className="icon color-option"
19171
+ onClick={[Function]}
19172
+ onKeyDown={[Function]}
19173
+ role="button"
19174
+ style={
19175
+ {
19176
+ "color": "orange",
19177
+ }
19178
+ }
19179
+ tabIndex={0}
19180
+ >
19181
+ o
19182
+ </span>
19183
+ <span
19184
+ className="icon color-option"
19185
+ onClick={[Function]}
19186
+ onKeyDown={[Function]}
19187
+ role="button"
19188
+ style={
19189
+ {
19190
+ "color": "purple",
19191
+ }
19192
+ }
19193
+ tabIndex={0}
19194
+ >
19195
+ o
19196
+ </span>
19197
+ <span
19198
+ className="icon color-option"
19199
+ onClick={[Function]}
19200
+ onKeyDown={[Function]}
19201
+ role="button"
19202
+ style={
19203
+ {
19204
+ "color": "pink",
19205
+ }
19206
+ }
19207
+ tabIndex={0}
19208
+ >
19209
+ o
19210
+ </span>
19211
+ <span
19212
+ className="icon color-option"
19213
+ onClick={[Function]}
19214
+ onKeyDown={[Function]}
19215
+ role="button"
19216
+ style={
19217
+ {
19218
+ "color": "brown",
19219
+ }
19220
+ }
19221
+ tabIndex={0}
19222
+ >
19223
+ o
19224
+ </span>
19225
+ </div>
19226
+ </div>
19227
+ </button>
18494
19228
  <button
18495
19229
  onClick={[Function]}
18496
19230
  type="button"
@@ -18750,6 +19484,147 @@ exports[`Storyshots f/fields/EditorInput On Single Row 1`] = `
18750
19484
  ?
18751
19485
  </span>
18752
19486
  </button>
19487
+ <button
19488
+ className="color-menu-button"
19489
+ onClick={[Function]}
19490
+ style={
19491
+ {
19492
+ "position": "relative",
19493
+ }
19494
+ }
19495
+ type="button"
19496
+ >
19497
+ <span
19498
+ className="icon"
19499
+ style={
19500
+ {
19501
+ "color": "var(--paragraph)",
19502
+ }
19503
+ }
19504
+ >
19505
+ Q
19506
+ </span>
19507
+ <div
19508
+ className="base popover x-background-near bottom left"
19509
+ >
19510
+ <div
19511
+ className="color-menu"
19512
+ >
19513
+ <span
19514
+ className="icon color-option"
19515
+ onClick={[Function]}
19516
+ onKeyDown={[Function]}
19517
+ role="button"
19518
+ style={
19519
+ {
19520
+ "color": "red",
19521
+ }
19522
+ }
19523
+ tabIndex={0}
19524
+ >
19525
+ o
19526
+ </span>
19527
+ <span
19528
+ className="icon color-option"
19529
+ onClick={[Function]}
19530
+ onKeyDown={[Function]}
19531
+ role="button"
19532
+ style={
19533
+ {
19534
+ "color": "blue",
19535
+ }
19536
+ }
19537
+ tabIndex={0}
19538
+ >
19539
+ o
19540
+ </span>
19541
+ <span
19542
+ className="icon color-option"
19543
+ onClick={[Function]}
19544
+ onKeyDown={[Function]}
19545
+ role="button"
19546
+ style={
19547
+ {
19548
+ "color": "green",
19549
+ }
19550
+ }
19551
+ tabIndex={0}
19552
+ >
19553
+ o
19554
+ </span>
19555
+ <span
19556
+ className="icon color-option"
19557
+ onClick={[Function]}
19558
+ onKeyDown={[Function]}
19559
+ role="button"
19560
+ style={
19561
+ {
19562
+ "color": "yellow",
19563
+ }
19564
+ }
19565
+ tabIndex={0}
19566
+ >
19567
+ o
19568
+ </span>
19569
+ <span
19570
+ className="icon color-option"
19571
+ onClick={[Function]}
19572
+ onKeyDown={[Function]}
19573
+ role="button"
19574
+ style={
19575
+ {
19576
+ "color": "orange",
19577
+ }
19578
+ }
19579
+ tabIndex={0}
19580
+ >
19581
+ o
19582
+ </span>
19583
+ <span
19584
+ className="icon color-option"
19585
+ onClick={[Function]}
19586
+ onKeyDown={[Function]}
19587
+ role="button"
19588
+ style={
19589
+ {
19590
+ "color": "purple",
19591
+ }
19592
+ }
19593
+ tabIndex={0}
19594
+ >
19595
+ o
19596
+ </span>
19597
+ <span
19598
+ className="icon color-option"
19599
+ onClick={[Function]}
19600
+ onKeyDown={[Function]}
19601
+ role="button"
19602
+ style={
19603
+ {
19604
+ "color": "pink",
19605
+ }
19606
+ }
19607
+ tabIndex={0}
19608
+ >
19609
+ o
19610
+ </span>
19611
+ <span
19612
+ className="icon color-option"
19613
+ onClick={[Function]}
19614
+ onKeyDown={[Function]}
19615
+ role="button"
19616
+ style={
19617
+ {
19618
+ "color": "brown",
19619
+ }
19620
+ }
19621
+ tabIndex={0}
19622
+ >
19623
+ o
19624
+ </span>
19625
+ </div>
19626
+ </div>
19627
+ </button>
18753
19628
  <button
18754
19629
  onClick={[Function]}
18755
19630
  type="button"
@@ -18953,6 +19828,147 @@ exports[`Storyshots f/fields/EditorInput Optional 1`] = `
18953
19828
  ?
18954
19829
  </span>
18955
19830
  </button>
19831
+ <button
19832
+ className="color-menu-button"
19833
+ onClick={[Function]}
19834
+ style={
19835
+ {
19836
+ "position": "relative",
19837
+ }
19838
+ }
19839
+ type="button"
19840
+ >
19841
+ <span
19842
+ className="icon"
19843
+ style={
19844
+ {
19845
+ "color": "var(--paragraph)",
19846
+ }
19847
+ }
19848
+ >
19849
+ Q
19850
+ </span>
19851
+ <div
19852
+ className="base popover x-background-near bottom left"
19853
+ >
19854
+ <div
19855
+ className="color-menu"
19856
+ >
19857
+ <span
19858
+ className="icon color-option"
19859
+ onClick={[Function]}
19860
+ onKeyDown={[Function]}
19861
+ role="button"
19862
+ style={
19863
+ {
19864
+ "color": "red",
19865
+ }
19866
+ }
19867
+ tabIndex={0}
19868
+ >
19869
+ o
19870
+ </span>
19871
+ <span
19872
+ className="icon color-option"
19873
+ onClick={[Function]}
19874
+ onKeyDown={[Function]}
19875
+ role="button"
19876
+ style={
19877
+ {
19878
+ "color": "blue",
19879
+ }
19880
+ }
19881
+ tabIndex={0}
19882
+ >
19883
+ o
19884
+ </span>
19885
+ <span
19886
+ className="icon color-option"
19887
+ onClick={[Function]}
19888
+ onKeyDown={[Function]}
19889
+ role="button"
19890
+ style={
19891
+ {
19892
+ "color": "green",
19893
+ }
19894
+ }
19895
+ tabIndex={0}
19896
+ >
19897
+ o
19898
+ </span>
19899
+ <span
19900
+ className="icon color-option"
19901
+ onClick={[Function]}
19902
+ onKeyDown={[Function]}
19903
+ role="button"
19904
+ style={
19905
+ {
19906
+ "color": "yellow",
19907
+ }
19908
+ }
19909
+ tabIndex={0}
19910
+ >
19911
+ o
19912
+ </span>
19913
+ <span
19914
+ className="icon color-option"
19915
+ onClick={[Function]}
19916
+ onKeyDown={[Function]}
19917
+ role="button"
19918
+ style={
19919
+ {
19920
+ "color": "orange",
19921
+ }
19922
+ }
19923
+ tabIndex={0}
19924
+ >
19925
+ o
19926
+ </span>
19927
+ <span
19928
+ className="icon color-option"
19929
+ onClick={[Function]}
19930
+ onKeyDown={[Function]}
19931
+ role="button"
19932
+ style={
19933
+ {
19934
+ "color": "purple",
19935
+ }
19936
+ }
19937
+ tabIndex={0}
19938
+ >
19939
+ o
19940
+ </span>
19941
+ <span
19942
+ className="icon color-option"
19943
+ onClick={[Function]}
19944
+ onKeyDown={[Function]}
19945
+ role="button"
19946
+ style={
19947
+ {
19948
+ "color": "pink",
19949
+ }
19950
+ }
19951
+ tabIndex={0}
19952
+ >
19953
+ o
19954
+ </span>
19955
+ <span
19956
+ className="icon color-option"
19957
+ onClick={[Function]}
19958
+ onKeyDown={[Function]}
19959
+ role="button"
19960
+ style={
19961
+ {
19962
+ "color": "brown",
19963
+ }
19964
+ }
19965
+ tabIndex={0}
19966
+ >
19967
+ o
19968
+ </span>
19969
+ </div>
19970
+ </div>
19971
+ </button>
18956
19972
  <button
18957
19973
  onClick={[Function]}
18958
19974
  type="button"