@pareto-engineering/design-system 4.0.0-alpha.42 → 4.0.0-alpha.43
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.
- package/dist/cjs/b/Button/Button.js +2 -1
- package/dist/cjs/b/Button/styles.scss +3 -3
- package/dist/cjs/f/common/Description/Description.js +5 -4
- package/dist/cjs/f/fields/ChoicesInput/styles.scss +1 -1
- package/dist/cjs/f/fields/EditorInput/EditorInput.js +0 -1
- package/dist/cjs/f/fields/EditorInput/common/Toolbar.js +64 -0
- package/dist/cjs/f/fields/EditorInput/styles.scss +26 -0
- package/dist/es/b/Button/Button.js +2 -1
- package/dist/es/b/Button/styles.scss +3 -3
- package/dist/es/f/common/Description/Description.js +5 -4
- package/dist/es/f/fields/ChoicesInput/styles.scss +1 -1
- package/dist/es/f/fields/EditorInput/EditorInput.js +0 -1
- package/dist/es/f/fields/EditorInput/common/Toolbar.js +66 -2
- package/dist/es/f/fields/EditorInput/styles.scss +26 -0
- package/package.json +3 -3
- package/src/stories/a/AppContext.stories.jsx +2 -2
- package/src/stories/b/SocialMediaButton.stories.jsx +2 -2
- package/src/stories/colors.js +2 -0
- package/src/ui/b/Button/Button.jsx +2 -0
- package/src/ui/b/Button/styles.scss +3 -3
- package/src/ui/f/common/Description/Description.jsx +5 -4
- package/src/ui/f/fields/ChoicesInput/styles.scss +1 -1
- package/src/ui/f/fields/EditorInput/EditorInput.jsx +0 -1
- package/src/ui/f/fields/EditorInput/common/Toolbar.jsx +103 -1
- package/src/ui/f/fields/EditorInput/styles.scss +26 -0
- package/tests/__snapshots__/Storyshots.test.js.snap +1008 -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
|
>
|
|
@@ -3207,7 +3261,7 @@ exports[`Storyshots a/Timestamp Distance Format 1`] = `
|
|
|
3207
3261
|
className="base timestamp"
|
|
3208
3262
|
onClick={[Function]}
|
|
3209
3263
|
>
|
|
3210
|
-
|
|
3264
|
+
11 months ago
|
|
3211
3265
|
</p>
|
|
3212
3266
|
`;
|
|
3213
3267
|
|
|
@@ -3553,6 +3607,26 @@ exports[`Storyshots b/Button Arrow Left 1`] = `
|
|
|
3553
3607
|
|
|
3554
3608
|
button
|
|
3555
3609
|
</button>,
|
|
3610
|
+
<button
|
|
3611
|
+
className="base button x-ui-main arrow-left"
|
|
3612
|
+
type="button"
|
|
3613
|
+
>
|
|
3614
|
+
This is a
|
|
3615
|
+
|
|
3616
|
+
ui-main
|
|
3617
|
+
|
|
3618
|
+
button
|
|
3619
|
+
</button>,
|
|
3620
|
+
<button
|
|
3621
|
+
className="base button x-ui-main-2 arrow-left"
|
|
3622
|
+
type="button"
|
|
3623
|
+
>
|
|
3624
|
+
This is a
|
|
3625
|
+
|
|
3626
|
+
ui-main-2
|
|
3627
|
+
|
|
3628
|
+
button
|
|
3629
|
+
</button>,
|
|
3556
3630
|
<button
|
|
3557
3631
|
className="base button x-twitter arrow-left"
|
|
3558
3632
|
type="button"
|
|
@@ -4082,6 +4156,34 @@ exports[`Storyshots b/Button Arrow Left Simple 1`] = `
|
|
|
4082
4156
|
button
|
|
4083
4157
|
</span>
|
|
4084
4158
|
</button>,
|
|
4159
|
+
<button
|
|
4160
|
+
className="base button x-ui-main modifierSimple arrow-left"
|
|
4161
|
+
type="button"
|
|
4162
|
+
>
|
|
4163
|
+
<span
|
|
4164
|
+
className="modifierUnderlined"
|
|
4165
|
+
>
|
|
4166
|
+
This is a
|
|
4167
|
+
|
|
4168
|
+
ui-main
|
|
4169
|
+
|
|
4170
|
+
button
|
|
4171
|
+
</span>
|
|
4172
|
+
</button>,
|
|
4173
|
+
<button
|
|
4174
|
+
className="base button x-ui-main-2 modifierSimple arrow-left"
|
|
4175
|
+
type="button"
|
|
4176
|
+
>
|
|
4177
|
+
<span
|
|
4178
|
+
className="modifierUnderlined"
|
|
4179
|
+
>
|
|
4180
|
+
This is a
|
|
4181
|
+
|
|
4182
|
+
ui-main-2
|
|
4183
|
+
|
|
4184
|
+
button
|
|
4185
|
+
</span>
|
|
4186
|
+
</button>,
|
|
4085
4187
|
<button
|
|
4086
4188
|
className="base button x-twitter modifierSimple arrow-left"
|
|
4087
4189
|
type="button"
|
|
@@ -4523,6 +4625,26 @@ exports[`Storyshots b/Button Arrow Right 1`] = `
|
|
|
4523
4625
|
|
|
4524
4626
|
button
|
|
4525
4627
|
</button>,
|
|
4628
|
+
<button
|
|
4629
|
+
className="base button x-ui-main arrow-right"
|
|
4630
|
+
type="button"
|
|
4631
|
+
>
|
|
4632
|
+
This is a
|
|
4633
|
+
|
|
4634
|
+
ui-main
|
|
4635
|
+
|
|
4636
|
+
button
|
|
4637
|
+
</button>,
|
|
4638
|
+
<button
|
|
4639
|
+
className="base button x-ui-main-2 arrow-right"
|
|
4640
|
+
type="button"
|
|
4641
|
+
>
|
|
4642
|
+
This is a
|
|
4643
|
+
|
|
4644
|
+
ui-main-2
|
|
4645
|
+
|
|
4646
|
+
button
|
|
4647
|
+
</button>,
|
|
4526
4648
|
<button
|
|
4527
4649
|
className="base button x-twitter arrow-right"
|
|
4528
4650
|
type="button"
|
|
@@ -5052,6 +5174,34 @@ exports[`Storyshots b/Button Arrow Right Simple 1`] = `
|
|
|
5052
5174
|
button
|
|
5053
5175
|
</span>
|
|
5054
5176
|
</button>,
|
|
5177
|
+
<button
|
|
5178
|
+
className="base button x-ui-main modifierSimple arrow-right"
|
|
5179
|
+
type="button"
|
|
5180
|
+
>
|
|
5181
|
+
<span
|
|
5182
|
+
className="modifierUnderlined"
|
|
5183
|
+
>
|
|
5184
|
+
This is a
|
|
5185
|
+
|
|
5186
|
+
ui-main
|
|
5187
|
+
|
|
5188
|
+
button
|
|
5189
|
+
</span>
|
|
5190
|
+
</button>,
|
|
5191
|
+
<button
|
|
5192
|
+
className="base button x-ui-main-2 modifierSimple arrow-right"
|
|
5193
|
+
type="button"
|
|
5194
|
+
>
|
|
5195
|
+
<span
|
|
5196
|
+
className="modifierUnderlined"
|
|
5197
|
+
>
|
|
5198
|
+
This is a
|
|
5199
|
+
|
|
5200
|
+
ui-main-2
|
|
5201
|
+
|
|
5202
|
+
button
|
|
5203
|
+
</span>
|
|
5204
|
+
</button>,
|
|
5055
5205
|
<button
|
|
5056
5206
|
className="base button x-twitter modifierSimple arrow-right"
|
|
5057
5207
|
type="button"
|
|
@@ -5502,6 +5652,26 @@ exports[`Storyshots b/Button Compact 1`] = `
|
|
|
5502
5652
|
|
|
5503
5653
|
button
|
|
5504
5654
|
</button>,
|
|
5655
|
+
<button
|
|
5656
|
+
className="base button x-ui-main modifierCompact"
|
|
5657
|
+
type="button"
|
|
5658
|
+
>
|
|
5659
|
+
This is a
|
|
5660
|
+
|
|
5661
|
+
ui-main
|
|
5662
|
+
|
|
5663
|
+
button
|
|
5664
|
+
</button>,
|
|
5665
|
+
<button
|
|
5666
|
+
className="base button x-ui-main-2 modifierCompact"
|
|
5667
|
+
type="button"
|
|
5668
|
+
>
|
|
5669
|
+
This is a
|
|
5670
|
+
|
|
5671
|
+
ui-main-2
|
|
5672
|
+
|
|
5673
|
+
button
|
|
5674
|
+
</button>,
|
|
5505
5675
|
<button
|
|
5506
5676
|
className="base button x-twitter modifierCompact"
|
|
5507
5677
|
type="button"
|
|
@@ -5938,6 +6108,28 @@ exports[`Storyshots b/Button Disabled 1`] = `
|
|
|
5938
6108
|
|
|
5939
6109
|
button
|
|
5940
6110
|
</button>,
|
|
6111
|
+
<button
|
|
6112
|
+
className="base button x-ui-main"
|
|
6113
|
+
disabled={true}
|
|
6114
|
+
type="button"
|
|
6115
|
+
>
|
|
6116
|
+
This is a
|
|
6117
|
+
|
|
6118
|
+
ui-main
|
|
6119
|
+
|
|
6120
|
+
button
|
|
6121
|
+
</button>,
|
|
6122
|
+
<button
|
|
6123
|
+
className="base button x-ui-main-2"
|
|
6124
|
+
disabled={true}
|
|
6125
|
+
type="button"
|
|
6126
|
+
>
|
|
6127
|
+
This is a
|
|
6128
|
+
|
|
6129
|
+
ui-main-2
|
|
6130
|
+
|
|
6131
|
+
button
|
|
6132
|
+
</button>,
|
|
5941
6133
|
<button
|
|
5942
6134
|
className="base button x-twitter"
|
|
5943
6135
|
disabled={true}
|
|
@@ -6383,6 +6575,28 @@ exports[`Storyshots b/Button Disabled Arrow Left 1`] = `
|
|
|
6383
6575
|
|
|
6384
6576
|
button
|
|
6385
6577
|
</button>,
|
|
6578
|
+
<button
|
|
6579
|
+
className="base button x-ui-main arrow-left"
|
|
6580
|
+
disabled={true}
|
|
6581
|
+
type="button"
|
|
6582
|
+
>
|
|
6583
|
+
This is a
|
|
6584
|
+
|
|
6585
|
+
ui-main
|
|
6586
|
+
|
|
6587
|
+
button
|
|
6588
|
+
</button>,
|
|
6589
|
+
<button
|
|
6590
|
+
className="base button x-ui-main-2 arrow-left"
|
|
6591
|
+
disabled={true}
|
|
6592
|
+
type="button"
|
|
6593
|
+
>
|
|
6594
|
+
This is a
|
|
6595
|
+
|
|
6596
|
+
ui-main-2
|
|
6597
|
+
|
|
6598
|
+
button
|
|
6599
|
+
</button>,
|
|
6386
6600
|
<button
|
|
6387
6601
|
className="base button x-twitter arrow-left"
|
|
6388
6602
|
disabled={true}
|
|
@@ -6828,6 +7042,28 @@ exports[`Storyshots b/Button Disabled Arrow Right 1`] = `
|
|
|
6828
7042
|
|
|
6829
7043
|
button
|
|
6830
7044
|
</button>,
|
|
7045
|
+
<button
|
|
7046
|
+
className="base button x-ui-main arrow-right"
|
|
7047
|
+
disabled={true}
|
|
7048
|
+
type="button"
|
|
7049
|
+
>
|
|
7050
|
+
This is a
|
|
7051
|
+
|
|
7052
|
+
ui-main
|
|
7053
|
+
|
|
7054
|
+
button
|
|
7055
|
+
</button>,
|
|
7056
|
+
<button
|
|
7057
|
+
className="base button x-ui-main-2 arrow-right"
|
|
7058
|
+
disabled={true}
|
|
7059
|
+
type="button"
|
|
7060
|
+
>
|
|
7061
|
+
This is a
|
|
7062
|
+
|
|
7063
|
+
ui-main-2
|
|
7064
|
+
|
|
7065
|
+
button
|
|
7066
|
+
</button>,
|
|
6831
7067
|
<button
|
|
6832
7068
|
className="base button x-twitter arrow-right"
|
|
6833
7069
|
disabled={true}
|
|
@@ -7282,6 +7518,28 @@ exports[`Storyshots b/Button Ghost Disabled 1`] = `
|
|
|
7282
7518
|
|
|
7283
7519
|
button
|
|
7284
7520
|
</button>,
|
|
7521
|
+
<button
|
|
7522
|
+
className="base button x-ui-main modifierGhost"
|
|
7523
|
+
disabled={true}
|
|
7524
|
+
type="button"
|
|
7525
|
+
>
|
|
7526
|
+
This is a
|
|
7527
|
+
|
|
7528
|
+
ui-main
|
|
7529
|
+
|
|
7530
|
+
button
|
|
7531
|
+
</button>,
|
|
7532
|
+
<button
|
|
7533
|
+
className="base button x-ui-main-2 modifierGhost"
|
|
7534
|
+
disabled={true}
|
|
7535
|
+
type="button"
|
|
7536
|
+
>
|
|
7537
|
+
This is a
|
|
7538
|
+
|
|
7539
|
+
ui-main-2
|
|
7540
|
+
|
|
7541
|
+
button
|
|
7542
|
+
</button>,
|
|
7285
7543
|
<button
|
|
7286
7544
|
className="base button x-twitter modifierGhost"
|
|
7287
7545
|
disabled={true}
|
|
@@ -7696,6 +7954,26 @@ exports[`Storyshots b/Button Ghosts 1`] = `
|
|
|
7696
7954
|
|
|
7697
7955
|
button
|
|
7698
7956
|
</button>,
|
|
7957
|
+
<button
|
|
7958
|
+
className="base button x-ui-main modifierGhost"
|
|
7959
|
+
type="button"
|
|
7960
|
+
>
|
|
7961
|
+
This is a
|
|
7962
|
+
|
|
7963
|
+
ui-main
|
|
7964
|
+
|
|
7965
|
+
button
|
|
7966
|
+
</button>,
|
|
7967
|
+
<button
|
|
7968
|
+
className="base button x-ui-main-2 modifierGhost"
|
|
7969
|
+
type="button"
|
|
7970
|
+
>
|
|
7971
|
+
This is a
|
|
7972
|
+
|
|
7973
|
+
ui-main-2
|
|
7974
|
+
|
|
7975
|
+
button
|
|
7976
|
+
</button>,
|
|
7699
7977
|
<button
|
|
7700
7978
|
className="base button x-twitter modifierGhost"
|
|
7701
7979
|
type="button"
|
|
@@ -8101,6 +8379,26 @@ exports[`Storyshots b/Button Gradient 1`] = `
|
|
|
8101
8379
|
|
|
8102
8380
|
button
|
|
8103
8381
|
</button>,
|
|
8382
|
+
<button
|
|
8383
|
+
className="base button x-ui-main modifierGradient"
|
|
8384
|
+
type="button"
|
|
8385
|
+
>
|
|
8386
|
+
This is a
|
|
8387
|
+
|
|
8388
|
+
ui-main
|
|
8389
|
+
|
|
8390
|
+
button
|
|
8391
|
+
</button>,
|
|
8392
|
+
<button
|
|
8393
|
+
className="base button x-ui-main-2 modifierGradient"
|
|
8394
|
+
type="button"
|
|
8395
|
+
>
|
|
8396
|
+
This is a
|
|
8397
|
+
|
|
8398
|
+
ui-main-2
|
|
8399
|
+
|
|
8400
|
+
button
|
|
8401
|
+
</button>,
|
|
8104
8402
|
<button
|
|
8105
8403
|
className="base button x-twitter modifierGradient"
|
|
8106
8404
|
type="button"
|
|
@@ -9058,7 +9356,89 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9058
9356
|
</div>
|
|
9059
9357
|
</button>,
|
|
9060
9358
|
<button
|
|
9061
|
-
className="base button x-background-inputs"
|
|
9359
|
+
className="base button x-background-inputs"
|
|
9360
|
+
type="button"
|
|
9361
|
+
>
|
|
9362
|
+
<div
|
|
9363
|
+
className="base loading-circle"
|
|
9364
|
+
style={
|
|
9365
|
+
{
|
|
9366
|
+
"--height-width": "1.15em",
|
|
9367
|
+
"--stroke-width": undefined,
|
|
9368
|
+
"--x": "var(--on-x)",
|
|
9369
|
+
}
|
|
9370
|
+
}
|
|
9371
|
+
>
|
|
9372
|
+
<svg
|
|
9373
|
+
className="svg-circle"
|
|
9374
|
+
preserveAspectRatio="xMinYMin meet"
|
|
9375
|
+
style={
|
|
9376
|
+
{
|
|
9377
|
+
"--animation-duration": "2s",
|
|
9378
|
+
}
|
|
9379
|
+
}
|
|
9380
|
+
version="1.1"
|
|
9381
|
+
viewBox="25 25 50 50"
|
|
9382
|
+
x="0px"
|
|
9383
|
+
xmlSpace="preserve"
|
|
9384
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9385
|
+
y="0px"
|
|
9386
|
+
>
|
|
9387
|
+
<circle
|
|
9388
|
+
className="path"
|
|
9389
|
+
cx="50"
|
|
9390
|
+
cy="50"
|
|
9391
|
+
fill="none"
|
|
9392
|
+
r="20"
|
|
9393
|
+
strokeLinecap="round"
|
|
9394
|
+
strokeMiterlimit="10"
|
|
9395
|
+
/>
|
|
9396
|
+
</svg>
|
|
9397
|
+
</div>
|
|
9398
|
+
</button>,
|
|
9399
|
+
<button
|
|
9400
|
+
className="base button x-background-mesh"
|
|
9401
|
+
type="button"
|
|
9402
|
+
>
|
|
9403
|
+
<div
|
|
9404
|
+
className="base loading-circle"
|
|
9405
|
+
style={
|
|
9406
|
+
{
|
|
9407
|
+
"--height-width": "1.15em",
|
|
9408
|
+
"--stroke-width": undefined,
|
|
9409
|
+
"--x": "var(--on-x)",
|
|
9410
|
+
}
|
|
9411
|
+
}
|
|
9412
|
+
>
|
|
9413
|
+
<svg
|
|
9414
|
+
className="svg-circle"
|
|
9415
|
+
preserveAspectRatio="xMinYMin meet"
|
|
9416
|
+
style={
|
|
9417
|
+
{
|
|
9418
|
+
"--animation-duration": "2s",
|
|
9419
|
+
}
|
|
9420
|
+
}
|
|
9421
|
+
version="1.1"
|
|
9422
|
+
viewBox="25 25 50 50"
|
|
9423
|
+
x="0px"
|
|
9424
|
+
xmlSpace="preserve"
|
|
9425
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9426
|
+
y="0px"
|
|
9427
|
+
>
|
|
9428
|
+
<circle
|
|
9429
|
+
className="path"
|
|
9430
|
+
cx="50"
|
|
9431
|
+
cy="50"
|
|
9432
|
+
fill="none"
|
|
9433
|
+
r="20"
|
|
9434
|
+
strokeLinecap="round"
|
|
9435
|
+
strokeMiterlimit="10"
|
|
9436
|
+
/>
|
|
9437
|
+
</svg>
|
|
9438
|
+
</div>
|
|
9439
|
+
</button>,
|
|
9440
|
+
<button
|
|
9441
|
+
className="base button x-heading"
|
|
9062
9442
|
type="button"
|
|
9063
9443
|
>
|
|
9064
9444
|
<div
|
|
@@ -9099,7 +9479,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9099
9479
|
</div>
|
|
9100
9480
|
</button>,
|
|
9101
9481
|
<button
|
|
9102
|
-
className="base button x-
|
|
9482
|
+
className="base button x-paragraph"
|
|
9103
9483
|
type="button"
|
|
9104
9484
|
>
|
|
9105
9485
|
<div
|
|
@@ -9140,7 +9520,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9140
9520
|
</div>
|
|
9141
9521
|
</button>,
|
|
9142
9522
|
<button
|
|
9143
|
-
className="base button x-
|
|
9523
|
+
className="base button x-subtitle"
|
|
9144
9524
|
type="button"
|
|
9145
9525
|
>
|
|
9146
9526
|
<div
|
|
@@ -9181,7 +9561,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9181
9561
|
</div>
|
|
9182
9562
|
</button>,
|
|
9183
9563
|
<button
|
|
9184
|
-
className="base button x-
|
|
9564
|
+
className="base button x-metadata"
|
|
9185
9565
|
type="button"
|
|
9186
9566
|
>
|
|
9187
9567
|
<div
|
|
@@ -9222,7 +9602,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9222
9602
|
</div>
|
|
9223
9603
|
</button>,
|
|
9224
9604
|
<button
|
|
9225
|
-
className="base button x-
|
|
9605
|
+
className="base button x-link"
|
|
9226
9606
|
type="button"
|
|
9227
9607
|
>
|
|
9228
9608
|
<div
|
|
@@ -9263,7 +9643,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9263
9643
|
</div>
|
|
9264
9644
|
</button>,
|
|
9265
9645
|
<button
|
|
9266
|
-
className="base button x-
|
|
9646
|
+
className="base button x-transparent"
|
|
9267
9647
|
type="button"
|
|
9268
9648
|
>
|
|
9269
9649
|
<div
|
|
@@ -9304,7 +9684,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9304
9684
|
</div>
|
|
9305
9685
|
</button>,
|
|
9306
9686
|
<button
|
|
9307
|
-
className="base button x-
|
|
9687
|
+
className="base button x-highlighted"
|
|
9308
9688
|
type="button"
|
|
9309
9689
|
>
|
|
9310
9690
|
<div
|
|
@@ -9345,7 +9725,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9345
9725
|
</div>
|
|
9346
9726
|
</button>,
|
|
9347
9727
|
<button
|
|
9348
|
-
className="base button x-
|
|
9728
|
+
className="base button x-disabled"
|
|
9349
9729
|
type="button"
|
|
9350
9730
|
>
|
|
9351
9731
|
<div
|
|
@@ -9386,7 +9766,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9386
9766
|
</div>
|
|
9387
9767
|
</button>,
|
|
9388
9768
|
<button
|
|
9389
|
-
className="base button x-
|
|
9769
|
+
className="base button x-ui-main"
|
|
9390
9770
|
type="button"
|
|
9391
9771
|
>
|
|
9392
9772
|
<div
|
|
@@ -9427,7 +9807,7 @@ exports[`Storyshots b/Button Loading 1`] = `
|
|
|
9427
9807
|
</div>
|
|
9428
9808
|
</button>,
|
|
9429
9809
|
<button
|
|
9430
|
-
className="base button x-
|
|
9810
|
+
className="base button x-ui-main-2"
|
|
9431
9811
|
type="button"
|
|
9432
9812
|
>
|
|
9433
9813
|
<div
|
|
@@ -10151,6 +10531,26 @@ exports[`Storyshots b/Button Normal 1`] = `
|
|
|
10151
10531
|
|
|
10152
10532
|
button
|
|
10153
10533
|
</button>,
|
|
10534
|
+
<button
|
|
10535
|
+
className="base button x-ui-main"
|
|
10536
|
+
type="button"
|
|
10537
|
+
>
|
|
10538
|
+
This is a
|
|
10539
|
+
|
|
10540
|
+
ui-main
|
|
10541
|
+
|
|
10542
|
+
button
|
|
10543
|
+
</button>,
|
|
10544
|
+
<button
|
|
10545
|
+
className="base button x-ui-main-2"
|
|
10546
|
+
type="button"
|
|
10547
|
+
>
|
|
10548
|
+
This is a
|
|
10549
|
+
|
|
10550
|
+
ui-main-2
|
|
10551
|
+
|
|
10552
|
+
button
|
|
10553
|
+
</button>,
|
|
10154
10554
|
<button
|
|
10155
10555
|
className="base button x-twitter"
|
|
10156
10556
|
type="button"
|
|
@@ -10680,6 +11080,34 @@ exports[`Storyshots b/Button Simple 1`] = `
|
|
|
10680
11080
|
button
|
|
10681
11081
|
</span>
|
|
10682
11082
|
</button>,
|
|
11083
|
+
<button
|
|
11084
|
+
className="base button x-ui-main modifierSimple"
|
|
11085
|
+
type="button"
|
|
11086
|
+
>
|
|
11087
|
+
<span
|
|
11088
|
+
className="modifierUnderlined"
|
|
11089
|
+
>
|
|
11090
|
+
This is a
|
|
11091
|
+
|
|
11092
|
+
ui-main
|
|
11093
|
+
|
|
11094
|
+
button
|
|
11095
|
+
</span>
|
|
11096
|
+
</button>,
|
|
11097
|
+
<button
|
|
11098
|
+
className="base button x-ui-main-2 modifierSimple"
|
|
11099
|
+
type="button"
|
|
11100
|
+
>
|
|
11101
|
+
<span
|
|
11102
|
+
className="modifierUnderlined"
|
|
11103
|
+
>
|
|
11104
|
+
This is a
|
|
11105
|
+
|
|
11106
|
+
ui-main-2
|
|
11107
|
+
|
|
11108
|
+
button
|
|
11109
|
+
</span>
|
|
11110
|
+
</button>,
|
|
10683
11111
|
<button
|
|
10684
11112
|
className="base button x-twitter modifierSimple"
|
|
10685
11113
|
type="button"
|
|
@@ -11276,6 +11704,36 @@ exports[`Storyshots b/Button Simple Disabled 1`] = `
|
|
|
11276
11704
|
button
|
|
11277
11705
|
</span>
|
|
11278
11706
|
</button>,
|
|
11707
|
+
<button
|
|
11708
|
+
className="base button x-ui-main modifierSimple"
|
|
11709
|
+
disabled={true}
|
|
11710
|
+
type="button"
|
|
11711
|
+
>
|
|
11712
|
+
<span
|
|
11713
|
+
className="modifierUnderlined"
|
|
11714
|
+
>
|
|
11715
|
+
This is a
|
|
11716
|
+
|
|
11717
|
+
ui-main
|
|
11718
|
+
|
|
11719
|
+
button
|
|
11720
|
+
</span>
|
|
11721
|
+
</button>,
|
|
11722
|
+
<button
|
|
11723
|
+
className="base button x-ui-main-2 modifierSimple"
|
|
11724
|
+
disabled={true}
|
|
11725
|
+
type="button"
|
|
11726
|
+
>
|
|
11727
|
+
<span
|
|
11728
|
+
className="modifierUnderlined"
|
|
11729
|
+
>
|
|
11730
|
+
This is a
|
|
11731
|
+
|
|
11732
|
+
ui-main-2
|
|
11733
|
+
|
|
11734
|
+
button
|
|
11735
|
+
</span>
|
|
11736
|
+
</button>,
|
|
11279
11737
|
<button
|
|
11280
11738
|
className="base button x-twitter modifierSimple"
|
|
11281
11739
|
disabled={true}
|
|
@@ -11728,6 +12186,26 @@ exports[`Storyshots b/Button/Group Base 1`] = `
|
|
|
11728
12186
|
|
|
11729
12187
|
button
|
|
11730
12188
|
</button>
|
|
12189
|
+
<button
|
|
12190
|
+
className="base button x-ui-main"
|
|
12191
|
+
type="button"
|
|
12192
|
+
>
|
|
12193
|
+
This is a
|
|
12194
|
+
|
|
12195
|
+
ui-main
|
|
12196
|
+
|
|
12197
|
+
button
|
|
12198
|
+
</button>
|
|
12199
|
+
<button
|
|
12200
|
+
className="base button x-ui-main-2"
|
|
12201
|
+
type="button"
|
|
12202
|
+
>
|
|
12203
|
+
This is a
|
|
12204
|
+
|
|
12205
|
+
ui-main-2
|
|
12206
|
+
|
|
12207
|
+
button
|
|
12208
|
+
</button>
|
|
11731
12209
|
<button
|
|
11732
12210
|
className="base button x-twitter"
|
|
11733
12211
|
type="button"
|
|
@@ -12976,6 +13454,64 @@ exports[`Storyshots b/Logo Color 1`] = `
|
|
|
12976
13454
|
}
|
|
12977
13455
|
/>
|
|
12978
13456
|
</svg>,
|
|
13457
|
+
<svg
|
|
13458
|
+
className="base svg base logo x-ui-main y-transparent"
|
|
13459
|
+
height="2em"
|
|
13460
|
+
preserveAspectRatio="xMinYMin meet"
|
|
13461
|
+
version="1.1"
|
|
13462
|
+
viewBox="0 0 156 30"
|
|
13463
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13464
|
+
>
|
|
13465
|
+
<use
|
|
13466
|
+
className=""
|
|
13467
|
+
href="/logo.svg#logo_squares"
|
|
13468
|
+
id="logo_squares"
|
|
13469
|
+
style={
|
|
13470
|
+
{
|
|
13471
|
+
"style": undefined,
|
|
13472
|
+
}
|
|
13473
|
+
}
|
|
13474
|
+
/>
|
|
13475
|
+
<use
|
|
13476
|
+
className=""
|
|
13477
|
+
href="/logo.svg#logo_pareto"
|
|
13478
|
+
id="logo_pareto"
|
|
13479
|
+
style={
|
|
13480
|
+
{
|
|
13481
|
+
"style": undefined,
|
|
13482
|
+
}
|
|
13483
|
+
}
|
|
13484
|
+
/>
|
|
13485
|
+
</svg>,
|
|
13486
|
+
<svg
|
|
13487
|
+
className="base svg base logo x-ui-main-2 y-transparent"
|
|
13488
|
+
height="2em"
|
|
13489
|
+
preserveAspectRatio="xMinYMin meet"
|
|
13490
|
+
version="1.1"
|
|
13491
|
+
viewBox="0 0 156 30"
|
|
13492
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13493
|
+
>
|
|
13494
|
+
<use
|
|
13495
|
+
className=""
|
|
13496
|
+
href="/logo.svg#logo_squares"
|
|
13497
|
+
id="logo_squares"
|
|
13498
|
+
style={
|
|
13499
|
+
{
|
|
13500
|
+
"style": undefined,
|
|
13501
|
+
}
|
|
13502
|
+
}
|
|
13503
|
+
/>
|
|
13504
|
+
<use
|
|
13505
|
+
className=""
|
|
13506
|
+
href="/logo.svg#logo_pareto"
|
|
13507
|
+
id="logo_pareto"
|
|
13508
|
+
style={
|
|
13509
|
+
{
|
|
13510
|
+
"style": undefined,
|
|
13511
|
+
}
|
|
13512
|
+
}
|
|
13513
|
+
/>
|
|
13514
|
+
</svg>,
|
|
12979
13515
|
<svg
|
|
12980
13516
|
className="base svg base logo x-twitter y-transparent"
|
|
12981
13517
|
height="2em"
|
|
@@ -13831,6 +14367,44 @@ exports[`Storyshots b/Logo Square 1`] = `
|
|
|
13831
14367
|
}
|
|
13832
14368
|
/>
|
|
13833
14369
|
</svg>,
|
|
14370
|
+
<svg
|
|
14371
|
+
className="base svg base logo x-ui-main y-transparent"
|
|
14372
|
+
height="2em"
|
|
14373
|
+
preserveAspectRatio="xMinYMin meet"
|
|
14374
|
+
version="1.1"
|
|
14375
|
+
viewBox="0 0 39 39"
|
|
14376
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14377
|
+
>
|
|
14378
|
+
<use
|
|
14379
|
+
className=""
|
|
14380
|
+
href="/logo_square.svg#logo"
|
|
14381
|
+
id="logo"
|
|
14382
|
+
style={
|
|
14383
|
+
{
|
|
14384
|
+
"style": undefined,
|
|
14385
|
+
}
|
|
14386
|
+
}
|
|
14387
|
+
/>
|
|
14388
|
+
</svg>,
|
|
14389
|
+
<svg
|
|
14390
|
+
className="base svg base logo x-ui-main-2 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>,
|
|
13834
14408
|
<svg
|
|
13835
14409
|
className="base svg base logo x-twitter y-transparent"
|
|
13836
14410
|
height="2em"
|
|
@@ -18491,6 +19065,147 @@ exports[`Storyshots f/fields/EditorInput Base 1`] = `
|
|
|
18491
19065
|
?
|
|
18492
19066
|
</span>
|
|
18493
19067
|
</button>
|
|
19068
|
+
<button
|
|
19069
|
+
className="color-menu-button"
|
|
19070
|
+
onClick={[Function]}
|
|
19071
|
+
style={
|
|
19072
|
+
{
|
|
19073
|
+
"position": "relative",
|
|
19074
|
+
}
|
|
19075
|
+
}
|
|
19076
|
+
type="button"
|
|
19077
|
+
>
|
|
19078
|
+
<span
|
|
19079
|
+
className="icon"
|
|
19080
|
+
style={
|
|
19081
|
+
{
|
|
19082
|
+
"color": "var(--paragraph)",
|
|
19083
|
+
}
|
|
19084
|
+
}
|
|
19085
|
+
>
|
|
19086
|
+
Q
|
|
19087
|
+
</span>
|
|
19088
|
+
<div
|
|
19089
|
+
className="base popover x-background-near bottom left"
|
|
19090
|
+
>
|
|
19091
|
+
<div
|
|
19092
|
+
className="color-menu"
|
|
19093
|
+
>
|
|
19094
|
+
<span
|
|
19095
|
+
className="icon color-option"
|
|
19096
|
+
onClick={[Function]}
|
|
19097
|
+
onKeyDown={[Function]}
|
|
19098
|
+
role="button"
|
|
19099
|
+
style={
|
|
19100
|
+
{
|
|
19101
|
+
"color": "red",
|
|
19102
|
+
}
|
|
19103
|
+
}
|
|
19104
|
+
tabIndex={0}
|
|
19105
|
+
>
|
|
19106
|
+
o
|
|
19107
|
+
</span>
|
|
19108
|
+
<span
|
|
19109
|
+
className="icon color-option"
|
|
19110
|
+
onClick={[Function]}
|
|
19111
|
+
onKeyDown={[Function]}
|
|
19112
|
+
role="button"
|
|
19113
|
+
style={
|
|
19114
|
+
{
|
|
19115
|
+
"color": "blue",
|
|
19116
|
+
}
|
|
19117
|
+
}
|
|
19118
|
+
tabIndex={0}
|
|
19119
|
+
>
|
|
19120
|
+
o
|
|
19121
|
+
</span>
|
|
19122
|
+
<span
|
|
19123
|
+
className="icon color-option"
|
|
19124
|
+
onClick={[Function]}
|
|
19125
|
+
onKeyDown={[Function]}
|
|
19126
|
+
role="button"
|
|
19127
|
+
style={
|
|
19128
|
+
{
|
|
19129
|
+
"color": "green",
|
|
19130
|
+
}
|
|
19131
|
+
}
|
|
19132
|
+
tabIndex={0}
|
|
19133
|
+
>
|
|
19134
|
+
o
|
|
19135
|
+
</span>
|
|
19136
|
+
<span
|
|
19137
|
+
className="icon color-option"
|
|
19138
|
+
onClick={[Function]}
|
|
19139
|
+
onKeyDown={[Function]}
|
|
19140
|
+
role="button"
|
|
19141
|
+
style={
|
|
19142
|
+
{
|
|
19143
|
+
"color": "yellow",
|
|
19144
|
+
}
|
|
19145
|
+
}
|
|
19146
|
+
tabIndex={0}
|
|
19147
|
+
>
|
|
19148
|
+
o
|
|
19149
|
+
</span>
|
|
19150
|
+
<span
|
|
19151
|
+
className="icon color-option"
|
|
19152
|
+
onClick={[Function]}
|
|
19153
|
+
onKeyDown={[Function]}
|
|
19154
|
+
role="button"
|
|
19155
|
+
style={
|
|
19156
|
+
{
|
|
19157
|
+
"color": "orange",
|
|
19158
|
+
}
|
|
19159
|
+
}
|
|
19160
|
+
tabIndex={0}
|
|
19161
|
+
>
|
|
19162
|
+
o
|
|
19163
|
+
</span>
|
|
19164
|
+
<span
|
|
19165
|
+
className="icon color-option"
|
|
19166
|
+
onClick={[Function]}
|
|
19167
|
+
onKeyDown={[Function]}
|
|
19168
|
+
role="button"
|
|
19169
|
+
style={
|
|
19170
|
+
{
|
|
19171
|
+
"color": "purple",
|
|
19172
|
+
}
|
|
19173
|
+
}
|
|
19174
|
+
tabIndex={0}
|
|
19175
|
+
>
|
|
19176
|
+
o
|
|
19177
|
+
</span>
|
|
19178
|
+
<span
|
|
19179
|
+
className="icon color-option"
|
|
19180
|
+
onClick={[Function]}
|
|
19181
|
+
onKeyDown={[Function]}
|
|
19182
|
+
role="button"
|
|
19183
|
+
style={
|
|
19184
|
+
{
|
|
19185
|
+
"color": "pink",
|
|
19186
|
+
}
|
|
19187
|
+
}
|
|
19188
|
+
tabIndex={0}
|
|
19189
|
+
>
|
|
19190
|
+
o
|
|
19191
|
+
</span>
|
|
19192
|
+
<span
|
|
19193
|
+
className="icon color-option"
|
|
19194
|
+
onClick={[Function]}
|
|
19195
|
+
onKeyDown={[Function]}
|
|
19196
|
+
role="button"
|
|
19197
|
+
style={
|
|
19198
|
+
{
|
|
19199
|
+
"color": "brown",
|
|
19200
|
+
}
|
|
19201
|
+
}
|
|
19202
|
+
tabIndex={0}
|
|
19203
|
+
>
|
|
19204
|
+
o
|
|
19205
|
+
</span>
|
|
19206
|
+
</div>
|
|
19207
|
+
</div>
|
|
19208
|
+
</button>
|
|
18494
19209
|
<button
|
|
18495
19210
|
onClick={[Function]}
|
|
18496
19211
|
type="button"
|
|
@@ -18750,6 +19465,147 @@ exports[`Storyshots f/fields/EditorInput On Single Row 1`] = `
|
|
|
18750
19465
|
?
|
|
18751
19466
|
</span>
|
|
18752
19467
|
</button>
|
|
19468
|
+
<button
|
|
19469
|
+
className="color-menu-button"
|
|
19470
|
+
onClick={[Function]}
|
|
19471
|
+
style={
|
|
19472
|
+
{
|
|
19473
|
+
"position": "relative",
|
|
19474
|
+
}
|
|
19475
|
+
}
|
|
19476
|
+
type="button"
|
|
19477
|
+
>
|
|
19478
|
+
<span
|
|
19479
|
+
className="icon"
|
|
19480
|
+
style={
|
|
19481
|
+
{
|
|
19482
|
+
"color": "var(--paragraph)",
|
|
19483
|
+
}
|
|
19484
|
+
}
|
|
19485
|
+
>
|
|
19486
|
+
Q
|
|
19487
|
+
</span>
|
|
19488
|
+
<div
|
|
19489
|
+
className="base popover x-background-near bottom left"
|
|
19490
|
+
>
|
|
19491
|
+
<div
|
|
19492
|
+
className="color-menu"
|
|
19493
|
+
>
|
|
19494
|
+
<span
|
|
19495
|
+
className="icon color-option"
|
|
19496
|
+
onClick={[Function]}
|
|
19497
|
+
onKeyDown={[Function]}
|
|
19498
|
+
role="button"
|
|
19499
|
+
style={
|
|
19500
|
+
{
|
|
19501
|
+
"color": "red",
|
|
19502
|
+
}
|
|
19503
|
+
}
|
|
19504
|
+
tabIndex={0}
|
|
19505
|
+
>
|
|
19506
|
+
o
|
|
19507
|
+
</span>
|
|
19508
|
+
<span
|
|
19509
|
+
className="icon color-option"
|
|
19510
|
+
onClick={[Function]}
|
|
19511
|
+
onKeyDown={[Function]}
|
|
19512
|
+
role="button"
|
|
19513
|
+
style={
|
|
19514
|
+
{
|
|
19515
|
+
"color": "blue",
|
|
19516
|
+
}
|
|
19517
|
+
}
|
|
19518
|
+
tabIndex={0}
|
|
19519
|
+
>
|
|
19520
|
+
o
|
|
19521
|
+
</span>
|
|
19522
|
+
<span
|
|
19523
|
+
className="icon color-option"
|
|
19524
|
+
onClick={[Function]}
|
|
19525
|
+
onKeyDown={[Function]}
|
|
19526
|
+
role="button"
|
|
19527
|
+
style={
|
|
19528
|
+
{
|
|
19529
|
+
"color": "green",
|
|
19530
|
+
}
|
|
19531
|
+
}
|
|
19532
|
+
tabIndex={0}
|
|
19533
|
+
>
|
|
19534
|
+
o
|
|
19535
|
+
</span>
|
|
19536
|
+
<span
|
|
19537
|
+
className="icon color-option"
|
|
19538
|
+
onClick={[Function]}
|
|
19539
|
+
onKeyDown={[Function]}
|
|
19540
|
+
role="button"
|
|
19541
|
+
style={
|
|
19542
|
+
{
|
|
19543
|
+
"color": "yellow",
|
|
19544
|
+
}
|
|
19545
|
+
}
|
|
19546
|
+
tabIndex={0}
|
|
19547
|
+
>
|
|
19548
|
+
o
|
|
19549
|
+
</span>
|
|
19550
|
+
<span
|
|
19551
|
+
className="icon color-option"
|
|
19552
|
+
onClick={[Function]}
|
|
19553
|
+
onKeyDown={[Function]}
|
|
19554
|
+
role="button"
|
|
19555
|
+
style={
|
|
19556
|
+
{
|
|
19557
|
+
"color": "orange",
|
|
19558
|
+
}
|
|
19559
|
+
}
|
|
19560
|
+
tabIndex={0}
|
|
19561
|
+
>
|
|
19562
|
+
o
|
|
19563
|
+
</span>
|
|
19564
|
+
<span
|
|
19565
|
+
className="icon color-option"
|
|
19566
|
+
onClick={[Function]}
|
|
19567
|
+
onKeyDown={[Function]}
|
|
19568
|
+
role="button"
|
|
19569
|
+
style={
|
|
19570
|
+
{
|
|
19571
|
+
"color": "purple",
|
|
19572
|
+
}
|
|
19573
|
+
}
|
|
19574
|
+
tabIndex={0}
|
|
19575
|
+
>
|
|
19576
|
+
o
|
|
19577
|
+
</span>
|
|
19578
|
+
<span
|
|
19579
|
+
className="icon color-option"
|
|
19580
|
+
onClick={[Function]}
|
|
19581
|
+
onKeyDown={[Function]}
|
|
19582
|
+
role="button"
|
|
19583
|
+
style={
|
|
19584
|
+
{
|
|
19585
|
+
"color": "pink",
|
|
19586
|
+
}
|
|
19587
|
+
}
|
|
19588
|
+
tabIndex={0}
|
|
19589
|
+
>
|
|
19590
|
+
o
|
|
19591
|
+
</span>
|
|
19592
|
+
<span
|
|
19593
|
+
className="icon color-option"
|
|
19594
|
+
onClick={[Function]}
|
|
19595
|
+
onKeyDown={[Function]}
|
|
19596
|
+
role="button"
|
|
19597
|
+
style={
|
|
19598
|
+
{
|
|
19599
|
+
"color": "brown",
|
|
19600
|
+
}
|
|
19601
|
+
}
|
|
19602
|
+
tabIndex={0}
|
|
19603
|
+
>
|
|
19604
|
+
o
|
|
19605
|
+
</span>
|
|
19606
|
+
</div>
|
|
19607
|
+
</div>
|
|
19608
|
+
</button>
|
|
18753
19609
|
<button
|
|
18754
19610
|
onClick={[Function]}
|
|
18755
19611
|
type="button"
|
|
@@ -18953,6 +19809,147 @@ exports[`Storyshots f/fields/EditorInput Optional 1`] = `
|
|
|
18953
19809
|
?
|
|
18954
19810
|
</span>
|
|
18955
19811
|
</button>
|
|
19812
|
+
<button
|
|
19813
|
+
className="color-menu-button"
|
|
19814
|
+
onClick={[Function]}
|
|
19815
|
+
style={
|
|
19816
|
+
{
|
|
19817
|
+
"position": "relative",
|
|
19818
|
+
}
|
|
19819
|
+
}
|
|
19820
|
+
type="button"
|
|
19821
|
+
>
|
|
19822
|
+
<span
|
|
19823
|
+
className="icon"
|
|
19824
|
+
style={
|
|
19825
|
+
{
|
|
19826
|
+
"color": "var(--paragraph)",
|
|
19827
|
+
}
|
|
19828
|
+
}
|
|
19829
|
+
>
|
|
19830
|
+
Q
|
|
19831
|
+
</span>
|
|
19832
|
+
<div
|
|
19833
|
+
className="base popover x-background-near bottom left"
|
|
19834
|
+
>
|
|
19835
|
+
<div
|
|
19836
|
+
className="color-menu"
|
|
19837
|
+
>
|
|
19838
|
+
<span
|
|
19839
|
+
className="icon color-option"
|
|
19840
|
+
onClick={[Function]}
|
|
19841
|
+
onKeyDown={[Function]}
|
|
19842
|
+
role="button"
|
|
19843
|
+
style={
|
|
19844
|
+
{
|
|
19845
|
+
"color": "red",
|
|
19846
|
+
}
|
|
19847
|
+
}
|
|
19848
|
+
tabIndex={0}
|
|
19849
|
+
>
|
|
19850
|
+
o
|
|
19851
|
+
</span>
|
|
19852
|
+
<span
|
|
19853
|
+
className="icon color-option"
|
|
19854
|
+
onClick={[Function]}
|
|
19855
|
+
onKeyDown={[Function]}
|
|
19856
|
+
role="button"
|
|
19857
|
+
style={
|
|
19858
|
+
{
|
|
19859
|
+
"color": "blue",
|
|
19860
|
+
}
|
|
19861
|
+
}
|
|
19862
|
+
tabIndex={0}
|
|
19863
|
+
>
|
|
19864
|
+
o
|
|
19865
|
+
</span>
|
|
19866
|
+
<span
|
|
19867
|
+
className="icon color-option"
|
|
19868
|
+
onClick={[Function]}
|
|
19869
|
+
onKeyDown={[Function]}
|
|
19870
|
+
role="button"
|
|
19871
|
+
style={
|
|
19872
|
+
{
|
|
19873
|
+
"color": "green",
|
|
19874
|
+
}
|
|
19875
|
+
}
|
|
19876
|
+
tabIndex={0}
|
|
19877
|
+
>
|
|
19878
|
+
o
|
|
19879
|
+
</span>
|
|
19880
|
+
<span
|
|
19881
|
+
className="icon color-option"
|
|
19882
|
+
onClick={[Function]}
|
|
19883
|
+
onKeyDown={[Function]}
|
|
19884
|
+
role="button"
|
|
19885
|
+
style={
|
|
19886
|
+
{
|
|
19887
|
+
"color": "yellow",
|
|
19888
|
+
}
|
|
19889
|
+
}
|
|
19890
|
+
tabIndex={0}
|
|
19891
|
+
>
|
|
19892
|
+
o
|
|
19893
|
+
</span>
|
|
19894
|
+
<span
|
|
19895
|
+
className="icon color-option"
|
|
19896
|
+
onClick={[Function]}
|
|
19897
|
+
onKeyDown={[Function]}
|
|
19898
|
+
role="button"
|
|
19899
|
+
style={
|
|
19900
|
+
{
|
|
19901
|
+
"color": "orange",
|
|
19902
|
+
}
|
|
19903
|
+
}
|
|
19904
|
+
tabIndex={0}
|
|
19905
|
+
>
|
|
19906
|
+
o
|
|
19907
|
+
</span>
|
|
19908
|
+
<span
|
|
19909
|
+
className="icon color-option"
|
|
19910
|
+
onClick={[Function]}
|
|
19911
|
+
onKeyDown={[Function]}
|
|
19912
|
+
role="button"
|
|
19913
|
+
style={
|
|
19914
|
+
{
|
|
19915
|
+
"color": "purple",
|
|
19916
|
+
}
|
|
19917
|
+
}
|
|
19918
|
+
tabIndex={0}
|
|
19919
|
+
>
|
|
19920
|
+
o
|
|
19921
|
+
</span>
|
|
19922
|
+
<span
|
|
19923
|
+
className="icon color-option"
|
|
19924
|
+
onClick={[Function]}
|
|
19925
|
+
onKeyDown={[Function]}
|
|
19926
|
+
role="button"
|
|
19927
|
+
style={
|
|
19928
|
+
{
|
|
19929
|
+
"color": "pink",
|
|
19930
|
+
}
|
|
19931
|
+
}
|
|
19932
|
+
tabIndex={0}
|
|
19933
|
+
>
|
|
19934
|
+
o
|
|
19935
|
+
</span>
|
|
19936
|
+
<span
|
|
19937
|
+
className="icon color-option"
|
|
19938
|
+
onClick={[Function]}
|
|
19939
|
+
onKeyDown={[Function]}
|
|
19940
|
+
role="button"
|
|
19941
|
+
style={
|
|
19942
|
+
{
|
|
19943
|
+
"color": "brown",
|
|
19944
|
+
}
|
|
19945
|
+
}
|
|
19946
|
+
tabIndex={0}
|
|
19947
|
+
>
|
|
19948
|
+
o
|
|
19949
|
+
</span>
|
|
19950
|
+
</div>
|
|
19951
|
+
</div>
|
|
19952
|
+
</button>
|
|
18956
19953
|
<button
|
|
18957
19954
|
onClick={[Function]}
|
|
18958
19955
|
type="button"
|