@khanacademy/wonder-blocks-link 4.0.8 → 4.2.0
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/CHANGELOG.md +25 -0
- package/dist/components/link.d.ts +15 -0
- package/dist/components/link.js.flow +18 -0
- package/dist/es/index.js +58 -12
- package/dist/index.js +60 -12
- package/package.json +5 -3
- package/src/__tests__/__snapshots__/custom-snapshot.test.tsx.snap +910 -176
- package/src/components/__tests__/link.test.tsx +115 -42
- package/src/components/link-core.tsx +74 -10
- package/src/components/link.tsx +15 -0
- package/tsconfig.json +2 -0
- package/tsconfig.tsbuildinfo +1 -1
- /package/src/components/__tests__/{link.flowtest.tsx → link.typestest.tsx} +0 -0
|
@@ -18,16 +18,26 @@ exports[`Link <Link tabIndex={-1}> 1`] = `
|
|
|
18
18
|
onTouchStart={[Function]}
|
|
19
19
|
style={
|
|
20
20
|
{
|
|
21
|
+
"alignItems": "center",
|
|
21
22
|
"color": "#1865f2",
|
|
22
23
|
"cursor": "pointer",
|
|
23
|
-
"display": "inline-flex",
|
|
24
24
|
"outline": "none",
|
|
25
25
|
"textDecoration": "none",
|
|
26
|
+
"textUnderlineOffset": "3px",
|
|
27
|
+
"verticalAlign": "bottom",
|
|
26
28
|
}
|
|
27
29
|
}
|
|
28
30
|
tabIndex={-1}
|
|
29
31
|
>
|
|
30
|
-
|
|
32
|
+
<span
|
|
33
|
+
style={
|
|
34
|
+
{
|
|
35
|
+
"verticalAlign": "middle",
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
>
|
|
39
|
+
Click me
|
|
40
|
+
</span>
|
|
31
41
|
</a>
|
|
32
42
|
`;
|
|
33
43
|
|
|
@@ -49,16 +59,26 @@ exports[`Link <Link tabIndex={0}> 1`] = `
|
|
|
49
59
|
onTouchStart={[Function]}
|
|
50
60
|
style={
|
|
51
61
|
{
|
|
62
|
+
"alignItems": "center",
|
|
52
63
|
"color": "#1865f2",
|
|
53
64
|
"cursor": "pointer",
|
|
54
|
-
"display": "inline-flex",
|
|
55
65
|
"outline": "none",
|
|
56
66
|
"textDecoration": "none",
|
|
67
|
+
"textUnderlineOffset": "3px",
|
|
68
|
+
"verticalAlign": "bottom",
|
|
57
69
|
}
|
|
58
70
|
}
|
|
59
71
|
tabIndex={0}
|
|
60
72
|
>
|
|
61
|
-
|
|
73
|
+
<span
|
|
74
|
+
style={
|
|
75
|
+
{
|
|
76
|
+
"verticalAlign": "middle",
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
>
|
|
80
|
+
Click me
|
|
81
|
+
</span>
|
|
62
82
|
</a>
|
|
63
83
|
`;
|
|
64
84
|
|
|
@@ -80,16 +100,26 @@ exports[`Link <Link tabIndex={1}> 1`] = `
|
|
|
80
100
|
onTouchStart={[Function]}
|
|
81
101
|
style={
|
|
82
102
|
{
|
|
103
|
+
"alignItems": "center",
|
|
83
104
|
"color": "#1865f2",
|
|
84
105
|
"cursor": "pointer",
|
|
85
|
-
"display": "inline-flex",
|
|
86
106
|
"outline": "none",
|
|
87
107
|
"textDecoration": "none",
|
|
108
|
+
"textUnderlineOffset": "3px",
|
|
109
|
+
"verticalAlign": "bottom",
|
|
88
110
|
}
|
|
89
111
|
}
|
|
90
112
|
tabIndex={1}
|
|
91
113
|
>
|
|
92
|
-
|
|
114
|
+
<span
|
|
115
|
+
style={
|
|
116
|
+
{
|
|
117
|
+
"verticalAlign": "middle",
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
>
|
|
121
|
+
Click me
|
|
122
|
+
</span>
|
|
93
123
|
</a>
|
|
94
124
|
`;
|
|
95
125
|
|
|
@@ -111,17 +141,31 @@ exports[`LinkCore kind:primary href:# light:false visitable:false focused 1`] =
|
|
|
111
141
|
onTouchStart={[Function]}
|
|
112
142
|
style={
|
|
113
143
|
{
|
|
114
|
-
"
|
|
144
|
+
":focusVisible": {
|
|
145
|
+
"borderRadius": 3,
|
|
146
|
+
"color": "#1865f2",
|
|
147
|
+
"outline": "1px solid #1865f2",
|
|
148
|
+
},
|
|
149
|
+
"alignItems": "center",
|
|
115
150
|
"color": "#1865f2",
|
|
116
151
|
"cursor": "pointer",
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
152
|
+
"outline": "none",
|
|
153
|
+
"textDecoration": "underline currentcolor solid",
|
|
154
|
+
"textUnderlineOffset": "3px",
|
|
155
|
+
"verticalAlign": "bottom",
|
|
120
156
|
}
|
|
121
157
|
}
|
|
122
158
|
tabIndex={0}
|
|
123
159
|
>
|
|
124
|
-
|
|
160
|
+
<span
|
|
161
|
+
style={
|
|
162
|
+
{
|
|
163
|
+
"verticalAlign": "middle",
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
>
|
|
167
|
+
Click me
|
|
168
|
+
</span>
|
|
125
169
|
</a>
|
|
126
170
|
`;
|
|
127
171
|
|
|
@@ -143,17 +187,31 @@ exports[`LinkCore kind:primary href:# light:false visitable:false focused 2`] =
|
|
|
143
187
|
onTouchStart={[Function]}
|
|
144
188
|
style={
|
|
145
189
|
{
|
|
146
|
-
"
|
|
190
|
+
":focusVisible": {
|
|
191
|
+
"borderRadius": 3,
|
|
192
|
+
"color": "#1865f2",
|
|
193
|
+
"outline": "1px solid #1865f2",
|
|
194
|
+
},
|
|
195
|
+
"alignItems": "center",
|
|
147
196
|
"color": "#1865f2",
|
|
148
197
|
"cursor": "pointer",
|
|
149
|
-
"
|
|
150
|
-
"outline": "1px solid #1865f2",
|
|
198
|
+
"outline": "none",
|
|
151
199
|
"textDecoration": "none",
|
|
200
|
+
"textUnderlineOffset": "3px",
|
|
201
|
+
"verticalAlign": "bottom",
|
|
152
202
|
}
|
|
153
203
|
}
|
|
154
204
|
tabIndex={0}
|
|
155
205
|
>
|
|
156
|
-
|
|
206
|
+
<span
|
|
207
|
+
style={
|
|
208
|
+
{
|
|
209
|
+
"verticalAlign": "middle",
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
>
|
|
213
|
+
Click me
|
|
214
|
+
</span>
|
|
157
215
|
</a>
|
|
158
216
|
`;
|
|
159
217
|
|
|
@@ -175,16 +233,26 @@ exports[`LinkCore kind:primary href:# light:false visitable:false hovered 1`] =
|
|
|
175
233
|
onTouchStart={[Function]}
|
|
176
234
|
style={
|
|
177
235
|
{
|
|
236
|
+
"alignItems": "center",
|
|
178
237
|
"color": "#1865f2",
|
|
179
238
|
"cursor": "pointer",
|
|
180
|
-
"display": "inline-flex",
|
|
181
239
|
"outline": "none",
|
|
182
240
|
"textDecoration": "underline currentcolor solid",
|
|
241
|
+
"textUnderlineOffset": "3px",
|
|
242
|
+
"verticalAlign": "bottom",
|
|
183
243
|
}
|
|
184
244
|
}
|
|
185
245
|
tabIndex={0}
|
|
186
246
|
>
|
|
187
|
-
|
|
247
|
+
<span
|
|
248
|
+
style={
|
|
249
|
+
{
|
|
250
|
+
"verticalAlign": "middle",
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
>
|
|
254
|
+
Click me
|
|
255
|
+
</span>
|
|
188
256
|
</a>
|
|
189
257
|
`;
|
|
190
258
|
|
|
@@ -206,16 +274,26 @@ exports[`LinkCore kind:primary href:# light:false visitable:false hovered 2`] =
|
|
|
206
274
|
onTouchStart={[Function]}
|
|
207
275
|
style={
|
|
208
276
|
{
|
|
277
|
+
"alignItems": "center",
|
|
209
278
|
"color": "#1865f2",
|
|
210
279
|
"cursor": "pointer",
|
|
211
|
-
"display": "inline-flex",
|
|
212
280
|
"outline": "none",
|
|
213
281
|
"textDecoration": "underline currentcolor solid",
|
|
282
|
+
"textUnderlineOffset": "3px",
|
|
283
|
+
"verticalAlign": "bottom",
|
|
214
284
|
}
|
|
215
285
|
}
|
|
216
286
|
tabIndex={0}
|
|
217
287
|
>
|
|
218
|
-
|
|
288
|
+
<span
|
|
289
|
+
style={
|
|
290
|
+
{
|
|
291
|
+
"verticalAlign": "middle",
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
>
|
|
295
|
+
Click me
|
|
296
|
+
</span>
|
|
219
297
|
</a>
|
|
220
298
|
`;
|
|
221
299
|
|
|
@@ -237,16 +315,26 @@ exports[`LinkCore kind:primary href:# light:false visitable:false pressed 1`] =
|
|
|
237
315
|
onTouchStart={[Function]}
|
|
238
316
|
style={
|
|
239
317
|
{
|
|
318
|
+
"alignItems": "center",
|
|
240
319
|
"color": "#1b50b3",
|
|
241
320
|
"cursor": "pointer",
|
|
242
|
-
"display": "inline-flex",
|
|
243
321
|
"outline": "none",
|
|
244
322
|
"textDecoration": "underline currentcolor solid",
|
|
323
|
+
"textUnderlineOffset": "3px",
|
|
324
|
+
"verticalAlign": "bottom",
|
|
245
325
|
}
|
|
246
326
|
}
|
|
247
327
|
tabIndex={0}
|
|
248
328
|
>
|
|
249
|
-
|
|
329
|
+
<span
|
|
330
|
+
style={
|
|
331
|
+
{
|
|
332
|
+
"verticalAlign": "middle",
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
>
|
|
336
|
+
Click me
|
|
337
|
+
</span>
|
|
250
338
|
</a>
|
|
251
339
|
`;
|
|
252
340
|
|
|
@@ -268,16 +356,26 @@ exports[`LinkCore kind:primary href:# light:false visitable:false pressed 2`] =
|
|
|
268
356
|
onTouchStart={[Function]}
|
|
269
357
|
style={
|
|
270
358
|
{
|
|
359
|
+
"alignItems": "center",
|
|
271
360
|
"color": "#1b50b3",
|
|
272
361
|
"cursor": "pointer",
|
|
273
|
-
"display": "inline-flex",
|
|
274
362
|
"outline": "none",
|
|
275
363
|
"textDecoration": "underline currentcolor solid",
|
|
364
|
+
"textUnderlineOffset": "3px",
|
|
365
|
+
"verticalAlign": "bottom",
|
|
276
366
|
}
|
|
277
367
|
}
|
|
278
368
|
tabIndex={0}
|
|
279
369
|
>
|
|
280
|
-
|
|
370
|
+
<span
|
|
371
|
+
style={
|
|
372
|
+
{
|
|
373
|
+
"verticalAlign": "middle",
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
>
|
|
377
|
+
Click me
|
|
378
|
+
</span>
|
|
281
379
|
</a>
|
|
282
380
|
`;
|
|
283
381
|
|
|
@@ -299,20 +397,37 @@ exports[`LinkCore kind:primary href:# light:false visitable:true focused 1`] = `
|
|
|
299
397
|
onTouchStart={[Function]}
|
|
300
398
|
style={
|
|
301
399
|
{
|
|
400
|
+
":focusVisible": {
|
|
401
|
+
":visited": {
|
|
402
|
+
"color": "#8755ee",
|
|
403
|
+
},
|
|
404
|
+
"borderRadius": 3,
|
|
405
|
+
"color": "#1865f2",
|
|
406
|
+
"outline": "1px solid #1865f2",
|
|
407
|
+
},
|
|
302
408
|
":visited": {
|
|
303
409
|
"color": "#8755ee",
|
|
304
410
|
},
|
|
305
|
-
"
|
|
411
|
+
"alignItems": "center",
|
|
306
412
|
"color": "#1865f2",
|
|
307
413
|
"cursor": "pointer",
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
414
|
+
"outline": "none",
|
|
415
|
+
"textDecoration": "underline currentcolor solid",
|
|
416
|
+
"textUnderlineOffset": "3px",
|
|
417
|
+
"verticalAlign": "bottom",
|
|
311
418
|
}
|
|
312
419
|
}
|
|
313
420
|
tabIndex={0}
|
|
314
421
|
>
|
|
315
|
-
|
|
422
|
+
<span
|
|
423
|
+
style={
|
|
424
|
+
{
|
|
425
|
+
"verticalAlign": "middle",
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
>
|
|
429
|
+
Click me
|
|
430
|
+
</span>
|
|
316
431
|
</a>
|
|
317
432
|
`;
|
|
318
433
|
|
|
@@ -334,20 +449,37 @@ exports[`LinkCore kind:primary href:# light:false visitable:true focused 2`] = `
|
|
|
334
449
|
onTouchStart={[Function]}
|
|
335
450
|
style={
|
|
336
451
|
{
|
|
452
|
+
":focusVisible": {
|
|
453
|
+
":visited": {
|
|
454
|
+
"color": "#8755ee",
|
|
455
|
+
},
|
|
456
|
+
"borderRadius": 3,
|
|
457
|
+
"color": "#1865f2",
|
|
458
|
+
"outline": "1px solid #1865f2",
|
|
459
|
+
},
|
|
337
460
|
":visited": {
|
|
338
461
|
"color": "#8755ee",
|
|
339
462
|
},
|
|
340
|
-
"
|
|
463
|
+
"alignItems": "center",
|
|
341
464
|
"color": "#1865f2",
|
|
342
465
|
"cursor": "pointer",
|
|
343
|
-
"
|
|
344
|
-
"outline": "1px solid #1865f2",
|
|
466
|
+
"outline": "none",
|
|
345
467
|
"textDecoration": "none",
|
|
468
|
+
"textUnderlineOffset": "3px",
|
|
469
|
+
"verticalAlign": "bottom",
|
|
346
470
|
}
|
|
347
471
|
}
|
|
348
472
|
tabIndex={0}
|
|
349
473
|
>
|
|
350
|
-
|
|
474
|
+
<span
|
|
475
|
+
style={
|
|
476
|
+
{
|
|
477
|
+
"verticalAlign": "middle",
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
>
|
|
481
|
+
Click me
|
|
482
|
+
</span>
|
|
351
483
|
</a>
|
|
352
484
|
`;
|
|
353
485
|
|
|
@@ -372,16 +504,26 @@ exports[`LinkCore kind:primary href:# light:false visitable:true hovered 1`] = `
|
|
|
372
504
|
":visited": {
|
|
373
505
|
"color": "#8755ee",
|
|
374
506
|
},
|
|
507
|
+
"alignItems": "center",
|
|
375
508
|
"color": "#1865f2",
|
|
376
509
|
"cursor": "pointer",
|
|
377
|
-
"display": "inline-flex",
|
|
378
510
|
"outline": "none",
|
|
379
511
|
"textDecoration": "underline currentcolor solid",
|
|
512
|
+
"textUnderlineOffset": "3px",
|
|
513
|
+
"verticalAlign": "bottom",
|
|
380
514
|
}
|
|
381
515
|
}
|
|
382
516
|
tabIndex={0}
|
|
383
517
|
>
|
|
384
|
-
|
|
518
|
+
<span
|
|
519
|
+
style={
|
|
520
|
+
{
|
|
521
|
+
"verticalAlign": "middle",
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
>
|
|
525
|
+
Click me
|
|
526
|
+
</span>
|
|
385
527
|
</a>
|
|
386
528
|
`;
|
|
387
529
|
|
|
@@ -406,16 +548,26 @@ exports[`LinkCore kind:primary href:# light:false visitable:true hovered 2`] = `
|
|
|
406
548
|
":visited": {
|
|
407
549
|
"color": "#8755ee",
|
|
408
550
|
},
|
|
551
|
+
"alignItems": "center",
|
|
409
552
|
"color": "#1865f2",
|
|
410
553
|
"cursor": "pointer",
|
|
411
|
-
"display": "inline-flex",
|
|
412
554
|
"outline": "none",
|
|
413
555
|
"textDecoration": "underline currentcolor solid",
|
|
556
|
+
"textUnderlineOffset": "3px",
|
|
557
|
+
"verticalAlign": "bottom",
|
|
414
558
|
}
|
|
415
559
|
}
|
|
416
560
|
tabIndex={0}
|
|
417
561
|
>
|
|
418
|
-
|
|
562
|
+
<span
|
|
563
|
+
style={
|
|
564
|
+
{
|
|
565
|
+
"verticalAlign": "middle",
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
>
|
|
569
|
+
Click me
|
|
570
|
+
</span>
|
|
419
571
|
</a>
|
|
420
572
|
`;
|
|
421
573
|
|
|
@@ -440,16 +592,26 @@ exports[`LinkCore kind:primary href:# light:false visitable:true pressed 1`] = `
|
|
|
440
592
|
":visited": {
|
|
441
593
|
"color": "#6645b0",
|
|
442
594
|
},
|
|
595
|
+
"alignItems": "center",
|
|
443
596
|
"color": "#1b50b3",
|
|
444
597
|
"cursor": "pointer",
|
|
445
|
-
"display": "inline-flex",
|
|
446
598
|
"outline": "none",
|
|
447
599
|
"textDecoration": "underline currentcolor solid",
|
|
600
|
+
"textUnderlineOffset": "3px",
|
|
601
|
+
"verticalAlign": "bottom",
|
|
448
602
|
}
|
|
449
603
|
}
|
|
450
604
|
tabIndex={0}
|
|
451
605
|
>
|
|
452
|
-
|
|
606
|
+
<span
|
|
607
|
+
style={
|
|
608
|
+
{
|
|
609
|
+
"verticalAlign": "middle",
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
>
|
|
613
|
+
Click me
|
|
614
|
+
</span>
|
|
453
615
|
</a>
|
|
454
616
|
`;
|
|
455
617
|
|
|
@@ -474,16 +636,26 @@ exports[`LinkCore kind:primary href:# light:false visitable:true pressed 2`] = `
|
|
|
474
636
|
":visited": {
|
|
475
637
|
"color": "#6645b0",
|
|
476
638
|
},
|
|
639
|
+
"alignItems": "center",
|
|
477
640
|
"color": "#1b50b3",
|
|
478
641
|
"cursor": "pointer",
|
|
479
|
-
"display": "inline-flex",
|
|
480
642
|
"outline": "none",
|
|
481
643
|
"textDecoration": "underline currentcolor solid",
|
|
644
|
+
"textUnderlineOffset": "3px",
|
|
645
|
+
"verticalAlign": "bottom",
|
|
482
646
|
}
|
|
483
647
|
}
|
|
484
648
|
tabIndex={0}
|
|
485
649
|
>
|
|
486
|
-
|
|
650
|
+
<span
|
|
651
|
+
style={
|
|
652
|
+
{
|
|
653
|
+
"verticalAlign": "middle",
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
>
|
|
657
|
+
Click me
|
|
658
|
+
</span>
|
|
487
659
|
</a>
|
|
488
660
|
`;
|
|
489
661
|
|
|
@@ -505,17 +677,31 @@ exports[`LinkCore kind:primary href:# light:true visitable:false focused 1`] = `
|
|
|
505
677
|
onTouchStart={[Function]}
|
|
506
678
|
style={
|
|
507
679
|
{
|
|
508
|
-
"
|
|
680
|
+
":focusVisible": {
|
|
681
|
+
"borderRadius": 3,
|
|
682
|
+
"color": "#ffffff",
|
|
683
|
+
"outline": "1px solid #ffffff",
|
|
684
|
+
},
|
|
685
|
+
"alignItems": "center",
|
|
509
686
|
"color": "#ffffff",
|
|
510
687
|
"cursor": "pointer",
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"
|
|
688
|
+
"outline": "none",
|
|
689
|
+
"textDecoration": "underline currentcolor solid",
|
|
690
|
+
"textUnderlineOffset": "3px",
|
|
691
|
+
"verticalAlign": "bottom",
|
|
514
692
|
}
|
|
515
693
|
}
|
|
516
694
|
tabIndex={0}
|
|
517
695
|
>
|
|
518
|
-
|
|
696
|
+
<span
|
|
697
|
+
style={
|
|
698
|
+
{
|
|
699
|
+
"verticalAlign": "middle",
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
>
|
|
703
|
+
Click me
|
|
704
|
+
</span>
|
|
519
705
|
</a>
|
|
520
706
|
`;
|
|
521
707
|
|
|
@@ -537,17 +723,31 @@ exports[`LinkCore kind:primary href:# light:true visitable:false focused 2`] = `
|
|
|
537
723
|
onTouchStart={[Function]}
|
|
538
724
|
style={
|
|
539
725
|
{
|
|
540
|
-
"
|
|
726
|
+
":focusVisible": {
|
|
727
|
+
"borderRadius": 3,
|
|
728
|
+
"color": "#ffffff",
|
|
729
|
+
"outline": "1px solid #ffffff",
|
|
730
|
+
},
|
|
731
|
+
"alignItems": "center",
|
|
541
732
|
"color": "#ffffff",
|
|
542
733
|
"cursor": "pointer",
|
|
543
|
-
"
|
|
544
|
-
"outline": "1px solid #ffffff",
|
|
734
|
+
"outline": "none",
|
|
545
735
|
"textDecoration": "none",
|
|
736
|
+
"textUnderlineOffset": "3px",
|
|
737
|
+
"verticalAlign": "bottom",
|
|
546
738
|
}
|
|
547
739
|
}
|
|
548
740
|
tabIndex={0}
|
|
549
741
|
>
|
|
550
|
-
|
|
742
|
+
<span
|
|
743
|
+
style={
|
|
744
|
+
{
|
|
745
|
+
"verticalAlign": "middle",
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
>
|
|
749
|
+
Click me
|
|
750
|
+
</span>
|
|
551
751
|
</a>
|
|
552
752
|
`;
|
|
553
753
|
|
|
@@ -569,16 +769,26 @@ exports[`LinkCore kind:primary href:# light:true visitable:false hovered 1`] = `
|
|
|
569
769
|
onTouchStart={[Function]}
|
|
570
770
|
style={
|
|
571
771
|
{
|
|
772
|
+
"alignItems": "center",
|
|
572
773
|
"color": "#ffffff",
|
|
573
774
|
"cursor": "pointer",
|
|
574
|
-
"display": "inline-flex",
|
|
575
775
|
"outline": "none",
|
|
576
776
|
"textDecoration": "underline currentcolor solid",
|
|
777
|
+
"textUnderlineOffset": "3px",
|
|
778
|
+
"verticalAlign": "bottom",
|
|
577
779
|
}
|
|
578
780
|
}
|
|
579
781
|
tabIndex={0}
|
|
580
782
|
>
|
|
581
|
-
|
|
783
|
+
<span
|
|
784
|
+
style={
|
|
785
|
+
{
|
|
786
|
+
"verticalAlign": "middle",
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
>
|
|
790
|
+
Click me
|
|
791
|
+
</span>
|
|
582
792
|
</a>
|
|
583
793
|
`;
|
|
584
794
|
|
|
@@ -600,16 +810,26 @@ exports[`LinkCore kind:primary href:# light:true visitable:false hovered 2`] = `
|
|
|
600
810
|
onTouchStart={[Function]}
|
|
601
811
|
style={
|
|
602
812
|
{
|
|
813
|
+
"alignItems": "center",
|
|
603
814
|
"color": "#ffffff",
|
|
604
815
|
"cursor": "pointer",
|
|
605
|
-
"display": "inline-flex",
|
|
606
816
|
"outline": "none",
|
|
607
817
|
"textDecoration": "underline currentcolor solid",
|
|
818
|
+
"textUnderlineOffset": "3px",
|
|
819
|
+
"verticalAlign": "bottom",
|
|
608
820
|
}
|
|
609
821
|
}
|
|
610
822
|
tabIndex={0}
|
|
611
823
|
>
|
|
612
|
-
|
|
824
|
+
<span
|
|
825
|
+
style={
|
|
826
|
+
{
|
|
827
|
+
"verticalAlign": "middle",
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
>
|
|
831
|
+
Click me
|
|
832
|
+
</span>
|
|
613
833
|
</a>
|
|
614
834
|
`;
|
|
615
835
|
|
|
@@ -631,16 +851,26 @@ exports[`LinkCore kind:primary href:# light:true visitable:false pressed 1`] = `
|
|
|
631
851
|
onTouchStart={[Function]}
|
|
632
852
|
style={
|
|
633
853
|
{
|
|
854
|
+
"alignItems": "center",
|
|
634
855
|
"color": "#b5cefb",
|
|
635
856
|
"cursor": "pointer",
|
|
636
|
-
"display": "inline-flex",
|
|
637
857
|
"outline": "none",
|
|
638
858
|
"textDecoration": "underline currentcolor solid",
|
|
859
|
+
"textUnderlineOffset": "3px",
|
|
860
|
+
"verticalAlign": "bottom",
|
|
639
861
|
}
|
|
640
862
|
}
|
|
641
863
|
tabIndex={0}
|
|
642
864
|
>
|
|
643
|
-
|
|
865
|
+
<span
|
|
866
|
+
style={
|
|
867
|
+
{
|
|
868
|
+
"verticalAlign": "middle",
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
>
|
|
872
|
+
Click me
|
|
873
|
+
</span>
|
|
644
874
|
</a>
|
|
645
875
|
`;
|
|
646
876
|
|
|
@@ -662,16 +892,26 @@ exports[`LinkCore kind:primary href:# light:true visitable:false pressed 2`] = `
|
|
|
662
892
|
onTouchStart={[Function]}
|
|
663
893
|
style={
|
|
664
894
|
{
|
|
895
|
+
"alignItems": "center",
|
|
665
896
|
"color": "#b5cefb",
|
|
666
897
|
"cursor": "pointer",
|
|
667
|
-
"display": "inline-flex",
|
|
668
898
|
"outline": "none",
|
|
669
899
|
"textDecoration": "underline currentcolor solid",
|
|
900
|
+
"textUnderlineOffset": "3px",
|
|
901
|
+
"verticalAlign": "bottom",
|
|
670
902
|
}
|
|
671
903
|
}
|
|
672
904
|
tabIndex={0}
|
|
673
905
|
>
|
|
674
|
-
|
|
906
|
+
<span
|
|
907
|
+
style={
|
|
908
|
+
{
|
|
909
|
+
"verticalAlign": "middle",
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
>
|
|
913
|
+
Click me
|
|
914
|
+
</span>
|
|
675
915
|
</a>
|
|
676
916
|
`;
|
|
677
917
|
|
|
@@ -693,20 +933,37 @@ exports[`LinkCore kind:primary href:# light:true visitable:true focused 1`] = `
|
|
|
693
933
|
onTouchStart={[Function]}
|
|
694
934
|
style={
|
|
695
935
|
{
|
|
936
|
+
":focusVisible": {
|
|
937
|
+
":visited": {
|
|
938
|
+
"color": "#fa50ae",
|
|
939
|
+
},
|
|
940
|
+
"borderRadius": 3,
|
|
941
|
+
"color": "#ffffff",
|
|
942
|
+
"outline": "1px solid #ffffff",
|
|
943
|
+
},
|
|
696
944
|
":visited": {
|
|
697
945
|
"color": "#fa50ae",
|
|
698
946
|
},
|
|
699
|
-
"
|
|
947
|
+
"alignItems": "center",
|
|
700
948
|
"color": "#ffffff",
|
|
701
949
|
"cursor": "pointer",
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
"
|
|
950
|
+
"outline": "none",
|
|
951
|
+
"textDecoration": "underline currentcolor solid",
|
|
952
|
+
"textUnderlineOffset": "3px",
|
|
953
|
+
"verticalAlign": "bottom",
|
|
705
954
|
}
|
|
706
955
|
}
|
|
707
956
|
tabIndex={0}
|
|
708
957
|
>
|
|
709
|
-
|
|
958
|
+
<span
|
|
959
|
+
style={
|
|
960
|
+
{
|
|
961
|
+
"verticalAlign": "middle",
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
>
|
|
965
|
+
Click me
|
|
966
|
+
</span>
|
|
710
967
|
</a>
|
|
711
968
|
`;
|
|
712
969
|
|
|
@@ -728,20 +985,37 @@ exports[`LinkCore kind:primary href:# light:true visitable:true focused 2`] = `
|
|
|
728
985
|
onTouchStart={[Function]}
|
|
729
986
|
style={
|
|
730
987
|
{
|
|
988
|
+
":focusVisible": {
|
|
989
|
+
":visited": {
|
|
990
|
+
"color": "#fa50ae",
|
|
991
|
+
},
|
|
992
|
+
"borderRadius": 3,
|
|
993
|
+
"color": "#ffffff",
|
|
994
|
+
"outline": "1px solid #ffffff",
|
|
995
|
+
},
|
|
731
996
|
":visited": {
|
|
732
997
|
"color": "#fa50ae",
|
|
733
998
|
},
|
|
734
|
-
"
|
|
999
|
+
"alignItems": "center",
|
|
735
1000
|
"color": "#ffffff",
|
|
736
1001
|
"cursor": "pointer",
|
|
737
|
-
"
|
|
738
|
-
"outline": "1px solid #ffffff",
|
|
1002
|
+
"outline": "none",
|
|
739
1003
|
"textDecoration": "none",
|
|
1004
|
+
"textUnderlineOffset": "3px",
|
|
1005
|
+
"verticalAlign": "bottom",
|
|
740
1006
|
}
|
|
741
1007
|
}
|
|
742
1008
|
tabIndex={0}
|
|
743
1009
|
>
|
|
744
|
-
|
|
1010
|
+
<span
|
|
1011
|
+
style={
|
|
1012
|
+
{
|
|
1013
|
+
"verticalAlign": "middle",
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
>
|
|
1017
|
+
Click me
|
|
1018
|
+
</span>
|
|
745
1019
|
</a>
|
|
746
1020
|
`;
|
|
747
1021
|
|
|
@@ -766,16 +1040,26 @@ exports[`LinkCore kind:primary href:# light:true visitable:true hovered 1`] = `
|
|
|
766
1040
|
":visited": {
|
|
767
1041
|
"color": "#fa50ae",
|
|
768
1042
|
},
|
|
1043
|
+
"alignItems": "center",
|
|
769
1044
|
"color": "#ffffff",
|
|
770
1045
|
"cursor": "pointer",
|
|
771
|
-
"display": "inline-flex",
|
|
772
1046
|
"outline": "none",
|
|
773
1047
|
"textDecoration": "underline currentcolor solid",
|
|
1048
|
+
"textUnderlineOffset": "3px",
|
|
1049
|
+
"verticalAlign": "bottom",
|
|
774
1050
|
}
|
|
775
1051
|
}
|
|
776
1052
|
tabIndex={0}
|
|
777
1053
|
>
|
|
778
|
-
|
|
1054
|
+
<span
|
|
1055
|
+
style={
|
|
1056
|
+
{
|
|
1057
|
+
"verticalAlign": "middle",
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
>
|
|
1061
|
+
Click me
|
|
1062
|
+
</span>
|
|
779
1063
|
</a>
|
|
780
1064
|
`;
|
|
781
1065
|
|
|
@@ -800,16 +1084,26 @@ exports[`LinkCore kind:primary href:# light:true visitable:true hovered 2`] = `
|
|
|
800
1084
|
":visited": {
|
|
801
1085
|
"color": "#fa50ae",
|
|
802
1086
|
},
|
|
1087
|
+
"alignItems": "center",
|
|
803
1088
|
"color": "#ffffff",
|
|
804
1089
|
"cursor": "pointer",
|
|
805
|
-
"display": "inline-flex",
|
|
806
1090
|
"outline": "none",
|
|
807
1091
|
"textDecoration": "underline currentcolor solid",
|
|
1092
|
+
"textUnderlineOffset": "3px",
|
|
1093
|
+
"verticalAlign": "bottom",
|
|
808
1094
|
}
|
|
809
1095
|
}
|
|
810
1096
|
tabIndex={0}
|
|
811
1097
|
>
|
|
812
|
-
|
|
1098
|
+
<span
|
|
1099
|
+
style={
|
|
1100
|
+
{
|
|
1101
|
+
"verticalAlign": "middle",
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
>
|
|
1105
|
+
Click me
|
|
1106
|
+
</span>
|
|
813
1107
|
</a>
|
|
814
1108
|
`;
|
|
815
1109
|
|
|
@@ -834,16 +1128,26 @@ exports[`LinkCore kind:primary href:# light:true visitable:true pressed 1`] = `
|
|
|
834
1128
|
":visited": {
|
|
835
1129
|
"color": "#fc88c8",
|
|
836
1130
|
},
|
|
1131
|
+
"alignItems": "center",
|
|
837
1132
|
"color": "#b5cefb",
|
|
838
1133
|
"cursor": "pointer",
|
|
839
|
-
"display": "inline-flex",
|
|
840
1134
|
"outline": "none",
|
|
841
1135
|
"textDecoration": "underline currentcolor solid",
|
|
1136
|
+
"textUnderlineOffset": "3px",
|
|
1137
|
+
"verticalAlign": "bottom",
|
|
842
1138
|
}
|
|
843
1139
|
}
|
|
844
1140
|
tabIndex={0}
|
|
845
1141
|
>
|
|
846
|
-
|
|
1142
|
+
<span
|
|
1143
|
+
style={
|
|
1144
|
+
{
|
|
1145
|
+
"verticalAlign": "middle",
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
>
|
|
1149
|
+
Click me
|
|
1150
|
+
</span>
|
|
847
1151
|
</a>
|
|
848
1152
|
`;
|
|
849
1153
|
|
|
@@ -868,16 +1172,26 @@ exports[`LinkCore kind:primary href:# light:true visitable:true pressed 2`] = `
|
|
|
868
1172
|
":visited": {
|
|
869
1173
|
"color": "#fc88c8",
|
|
870
1174
|
},
|
|
1175
|
+
"alignItems": "center",
|
|
871
1176
|
"color": "#b5cefb",
|
|
872
1177
|
"cursor": "pointer",
|
|
873
|
-
"display": "inline-flex",
|
|
874
1178
|
"outline": "none",
|
|
875
1179
|
"textDecoration": "underline currentcolor solid",
|
|
1180
|
+
"textUnderlineOffset": "3px",
|
|
1181
|
+
"verticalAlign": "bottom",
|
|
876
1182
|
}
|
|
877
1183
|
}
|
|
878
1184
|
tabIndex={0}
|
|
879
1185
|
>
|
|
880
|
-
|
|
1186
|
+
<span
|
|
1187
|
+
style={
|
|
1188
|
+
{
|
|
1189
|
+
"verticalAlign": "middle",
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
>
|
|
1193
|
+
Click me
|
|
1194
|
+
</span>
|
|
881
1195
|
</a>
|
|
882
1196
|
`;
|
|
883
1197
|
|
|
@@ -899,17 +1213,31 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:fal
|
|
|
899
1213
|
onTouchStart={[Function]}
|
|
900
1214
|
style={
|
|
901
1215
|
{
|
|
902
|
-
"
|
|
1216
|
+
":focusVisible": {
|
|
1217
|
+
"borderRadius": 3,
|
|
1218
|
+
"color": "#1865f2",
|
|
1219
|
+
"outline": "1px solid #1865f2",
|
|
1220
|
+
},
|
|
1221
|
+
"alignItems": "center",
|
|
903
1222
|
"color": "#1865f2",
|
|
904
1223
|
"cursor": "pointer",
|
|
905
|
-
"
|
|
906
|
-
"
|
|
907
|
-
"
|
|
1224
|
+
"outline": "none",
|
|
1225
|
+
"textDecoration": "underline currentcolor solid",
|
|
1226
|
+
"textUnderlineOffset": "3px",
|
|
1227
|
+
"verticalAlign": "bottom",
|
|
908
1228
|
}
|
|
909
1229
|
}
|
|
910
1230
|
tabIndex={0}
|
|
911
1231
|
>
|
|
912
|
-
|
|
1232
|
+
<span
|
|
1233
|
+
style={
|
|
1234
|
+
{
|
|
1235
|
+
"verticalAlign": "middle",
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
>
|
|
1239
|
+
Click me
|
|
1240
|
+
</span>
|
|
913
1241
|
</a>
|
|
914
1242
|
`;
|
|
915
1243
|
|
|
@@ -931,17 +1259,31 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:fal
|
|
|
931
1259
|
onTouchStart={[Function]}
|
|
932
1260
|
style={
|
|
933
1261
|
{
|
|
934
|
-
"
|
|
1262
|
+
":focusVisible": {
|
|
1263
|
+
"borderRadius": 3,
|
|
1264
|
+
"color": "#1865f2",
|
|
1265
|
+
"outline": "1px solid #1865f2",
|
|
1266
|
+
},
|
|
1267
|
+
"alignItems": "center",
|
|
935
1268
|
"color": "#1865f2",
|
|
936
1269
|
"cursor": "pointer",
|
|
937
|
-
"
|
|
938
|
-
"outline": "1px solid #1865f2",
|
|
1270
|
+
"outline": "none",
|
|
939
1271
|
"textDecoration": "none",
|
|
1272
|
+
"textUnderlineOffset": "3px",
|
|
1273
|
+
"verticalAlign": "bottom",
|
|
940
1274
|
}
|
|
941
1275
|
}
|
|
942
1276
|
tabIndex={0}
|
|
943
1277
|
>
|
|
944
|
-
|
|
1278
|
+
<span
|
|
1279
|
+
style={
|
|
1280
|
+
{
|
|
1281
|
+
"verticalAlign": "middle",
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
>
|
|
1285
|
+
Click me
|
|
1286
|
+
</span>
|
|
945
1287
|
</a>
|
|
946
1288
|
`;
|
|
947
1289
|
|
|
@@ -963,16 +1305,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:fal
|
|
|
963
1305
|
onTouchStart={[Function]}
|
|
964
1306
|
style={
|
|
965
1307
|
{
|
|
1308
|
+
"alignItems": "center",
|
|
966
1309
|
"color": "#1865f2",
|
|
967
1310
|
"cursor": "pointer",
|
|
968
|
-
"display": "inline-flex",
|
|
969
1311
|
"outline": "none",
|
|
970
1312
|
"textDecoration": "underline currentcolor solid",
|
|
1313
|
+
"textUnderlineOffset": "3px",
|
|
1314
|
+
"verticalAlign": "bottom",
|
|
971
1315
|
}
|
|
972
1316
|
}
|
|
973
1317
|
tabIndex={0}
|
|
974
1318
|
>
|
|
975
|
-
|
|
1319
|
+
<span
|
|
1320
|
+
style={
|
|
1321
|
+
{
|
|
1322
|
+
"verticalAlign": "middle",
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
>
|
|
1326
|
+
Click me
|
|
1327
|
+
</span>
|
|
976
1328
|
</a>
|
|
977
1329
|
`;
|
|
978
1330
|
|
|
@@ -994,16 +1346,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:fal
|
|
|
994
1346
|
onTouchStart={[Function]}
|
|
995
1347
|
style={
|
|
996
1348
|
{
|
|
1349
|
+
"alignItems": "center",
|
|
997
1350
|
"color": "#1865f2",
|
|
998
1351
|
"cursor": "pointer",
|
|
999
|
-
"display": "inline-flex",
|
|
1000
1352
|
"outline": "none",
|
|
1001
1353
|
"textDecoration": "underline currentcolor solid",
|
|
1354
|
+
"textUnderlineOffset": "3px",
|
|
1355
|
+
"verticalAlign": "bottom",
|
|
1002
1356
|
}
|
|
1003
1357
|
}
|
|
1004
1358
|
tabIndex={0}
|
|
1005
1359
|
>
|
|
1006
|
-
|
|
1360
|
+
<span
|
|
1361
|
+
style={
|
|
1362
|
+
{
|
|
1363
|
+
"verticalAlign": "middle",
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
>
|
|
1367
|
+
Click me
|
|
1368
|
+
</span>
|
|
1007
1369
|
</a>
|
|
1008
1370
|
`;
|
|
1009
1371
|
|
|
@@ -1025,16 +1387,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:fal
|
|
|
1025
1387
|
onTouchStart={[Function]}
|
|
1026
1388
|
style={
|
|
1027
1389
|
{
|
|
1390
|
+
"alignItems": "center",
|
|
1028
1391
|
"color": "#1b50b3",
|
|
1029
1392
|
"cursor": "pointer",
|
|
1030
|
-
"display": "inline-flex",
|
|
1031
1393
|
"outline": "none",
|
|
1032
1394
|
"textDecoration": "underline currentcolor solid",
|
|
1395
|
+
"textUnderlineOffset": "3px",
|
|
1396
|
+
"verticalAlign": "bottom",
|
|
1033
1397
|
}
|
|
1034
1398
|
}
|
|
1035
1399
|
tabIndex={0}
|
|
1036
1400
|
>
|
|
1037
|
-
|
|
1401
|
+
<span
|
|
1402
|
+
style={
|
|
1403
|
+
{
|
|
1404
|
+
"verticalAlign": "middle",
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
>
|
|
1408
|
+
Click me
|
|
1409
|
+
</span>
|
|
1038
1410
|
</a>
|
|
1039
1411
|
`;
|
|
1040
1412
|
|
|
@@ -1056,16 +1428,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:fal
|
|
|
1056
1428
|
onTouchStart={[Function]}
|
|
1057
1429
|
style={
|
|
1058
1430
|
{
|
|
1431
|
+
"alignItems": "center",
|
|
1059
1432
|
"color": "#1b50b3",
|
|
1060
1433
|
"cursor": "pointer",
|
|
1061
|
-
"display": "inline-flex",
|
|
1062
1434
|
"outline": "none",
|
|
1063
1435
|
"textDecoration": "underline currentcolor solid",
|
|
1436
|
+
"textUnderlineOffset": "3px",
|
|
1437
|
+
"verticalAlign": "bottom",
|
|
1064
1438
|
}
|
|
1065
1439
|
}
|
|
1066
1440
|
tabIndex={0}
|
|
1067
1441
|
>
|
|
1068
|
-
|
|
1442
|
+
<span
|
|
1443
|
+
style={
|
|
1444
|
+
{
|
|
1445
|
+
"verticalAlign": "middle",
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
>
|
|
1449
|
+
Click me
|
|
1450
|
+
</span>
|
|
1069
1451
|
</a>
|
|
1070
1452
|
`;
|
|
1071
1453
|
|
|
@@ -1087,20 +1469,37 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:tru
|
|
|
1087
1469
|
onTouchStart={[Function]}
|
|
1088
1470
|
style={
|
|
1089
1471
|
{
|
|
1472
|
+
":focusVisible": {
|
|
1473
|
+
":visited": {
|
|
1474
|
+
"color": "#8755ee",
|
|
1475
|
+
},
|
|
1476
|
+
"borderRadius": 3,
|
|
1477
|
+
"color": "#1865f2",
|
|
1478
|
+
"outline": "1px solid #1865f2",
|
|
1479
|
+
},
|
|
1090
1480
|
":visited": {
|
|
1091
1481
|
"color": "#8755ee",
|
|
1092
1482
|
},
|
|
1093
|
-
"
|
|
1483
|
+
"alignItems": "center",
|
|
1094
1484
|
"color": "#1865f2",
|
|
1095
1485
|
"cursor": "pointer",
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1098
|
-
"
|
|
1486
|
+
"outline": "none",
|
|
1487
|
+
"textDecoration": "underline currentcolor solid",
|
|
1488
|
+
"textUnderlineOffset": "3px",
|
|
1489
|
+
"verticalAlign": "bottom",
|
|
1099
1490
|
}
|
|
1100
1491
|
}
|
|
1101
1492
|
tabIndex={0}
|
|
1102
1493
|
>
|
|
1103
|
-
|
|
1494
|
+
<span
|
|
1495
|
+
style={
|
|
1496
|
+
{
|
|
1497
|
+
"verticalAlign": "middle",
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
>
|
|
1501
|
+
Click me
|
|
1502
|
+
</span>
|
|
1104
1503
|
</a>
|
|
1105
1504
|
`;
|
|
1106
1505
|
|
|
@@ -1122,20 +1521,37 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:tru
|
|
|
1122
1521
|
onTouchStart={[Function]}
|
|
1123
1522
|
style={
|
|
1124
1523
|
{
|
|
1524
|
+
":focusVisible": {
|
|
1525
|
+
":visited": {
|
|
1526
|
+
"color": "#8755ee",
|
|
1527
|
+
},
|
|
1528
|
+
"borderRadius": 3,
|
|
1529
|
+
"color": "#1865f2",
|
|
1530
|
+
"outline": "1px solid #1865f2",
|
|
1531
|
+
},
|
|
1125
1532
|
":visited": {
|
|
1126
1533
|
"color": "#8755ee",
|
|
1127
1534
|
},
|
|
1128
|
-
"
|
|
1535
|
+
"alignItems": "center",
|
|
1129
1536
|
"color": "#1865f2",
|
|
1130
1537
|
"cursor": "pointer",
|
|
1131
|
-
"
|
|
1132
|
-
"outline": "1px solid #1865f2",
|
|
1538
|
+
"outline": "none",
|
|
1133
1539
|
"textDecoration": "none",
|
|
1540
|
+
"textUnderlineOffset": "3px",
|
|
1541
|
+
"verticalAlign": "bottom",
|
|
1134
1542
|
}
|
|
1135
1543
|
}
|
|
1136
1544
|
tabIndex={0}
|
|
1137
1545
|
>
|
|
1138
|
-
|
|
1546
|
+
<span
|
|
1547
|
+
style={
|
|
1548
|
+
{
|
|
1549
|
+
"verticalAlign": "middle",
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
>
|
|
1553
|
+
Click me
|
|
1554
|
+
</span>
|
|
1139
1555
|
</a>
|
|
1140
1556
|
`;
|
|
1141
1557
|
|
|
@@ -1160,16 +1576,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:tru
|
|
|
1160
1576
|
":visited": {
|
|
1161
1577
|
"color": "#8755ee",
|
|
1162
1578
|
},
|
|
1579
|
+
"alignItems": "center",
|
|
1163
1580
|
"color": "#1865f2",
|
|
1164
1581
|
"cursor": "pointer",
|
|
1165
|
-
"display": "inline-flex",
|
|
1166
1582
|
"outline": "none",
|
|
1167
1583
|
"textDecoration": "underline currentcolor solid",
|
|
1584
|
+
"textUnderlineOffset": "3px",
|
|
1585
|
+
"verticalAlign": "bottom",
|
|
1168
1586
|
}
|
|
1169
1587
|
}
|
|
1170
1588
|
tabIndex={0}
|
|
1171
1589
|
>
|
|
1172
|
-
|
|
1590
|
+
<span
|
|
1591
|
+
style={
|
|
1592
|
+
{
|
|
1593
|
+
"verticalAlign": "middle",
|
|
1594
|
+
}
|
|
1595
|
+
}
|
|
1596
|
+
>
|
|
1597
|
+
Click me
|
|
1598
|
+
</span>
|
|
1173
1599
|
</a>
|
|
1174
1600
|
`;
|
|
1175
1601
|
|
|
@@ -1194,16 +1620,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:tru
|
|
|
1194
1620
|
":visited": {
|
|
1195
1621
|
"color": "#8755ee",
|
|
1196
1622
|
},
|
|
1623
|
+
"alignItems": "center",
|
|
1197
1624
|
"color": "#1865f2",
|
|
1198
1625
|
"cursor": "pointer",
|
|
1199
|
-
"display": "inline-flex",
|
|
1200
1626
|
"outline": "none",
|
|
1201
1627
|
"textDecoration": "underline currentcolor solid",
|
|
1628
|
+
"textUnderlineOffset": "3px",
|
|
1629
|
+
"verticalAlign": "bottom",
|
|
1202
1630
|
}
|
|
1203
1631
|
}
|
|
1204
1632
|
tabIndex={0}
|
|
1205
1633
|
>
|
|
1206
|
-
|
|
1634
|
+
<span
|
|
1635
|
+
style={
|
|
1636
|
+
{
|
|
1637
|
+
"verticalAlign": "middle",
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
>
|
|
1641
|
+
Click me
|
|
1642
|
+
</span>
|
|
1207
1643
|
</a>
|
|
1208
1644
|
`;
|
|
1209
1645
|
|
|
@@ -1228,16 +1664,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:tru
|
|
|
1228
1664
|
":visited": {
|
|
1229
1665
|
"color": "#6645b0",
|
|
1230
1666
|
},
|
|
1667
|
+
"alignItems": "center",
|
|
1231
1668
|
"color": "#1b50b3",
|
|
1232
1669
|
"cursor": "pointer",
|
|
1233
|
-
"display": "inline-flex",
|
|
1234
1670
|
"outline": "none",
|
|
1235
1671
|
"textDecoration": "underline currentcolor solid",
|
|
1672
|
+
"textUnderlineOffset": "3px",
|
|
1673
|
+
"verticalAlign": "bottom",
|
|
1236
1674
|
}
|
|
1237
1675
|
}
|
|
1238
1676
|
tabIndex={0}
|
|
1239
1677
|
>
|
|
1240
|
-
|
|
1678
|
+
<span
|
|
1679
|
+
style={
|
|
1680
|
+
{
|
|
1681
|
+
"verticalAlign": "middle",
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
>
|
|
1685
|
+
Click me
|
|
1686
|
+
</span>
|
|
1241
1687
|
</a>
|
|
1242
1688
|
`;
|
|
1243
1689
|
|
|
@@ -1262,16 +1708,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:false visitable:tru
|
|
|
1262
1708
|
":visited": {
|
|
1263
1709
|
"color": "#6645b0",
|
|
1264
1710
|
},
|
|
1711
|
+
"alignItems": "center",
|
|
1265
1712
|
"color": "#1b50b3",
|
|
1266
1713
|
"cursor": "pointer",
|
|
1267
|
-
"display": "inline-flex",
|
|
1268
1714
|
"outline": "none",
|
|
1269
1715
|
"textDecoration": "underline currentcolor solid",
|
|
1716
|
+
"textUnderlineOffset": "3px",
|
|
1717
|
+
"verticalAlign": "bottom",
|
|
1270
1718
|
}
|
|
1271
1719
|
}
|
|
1272
1720
|
tabIndex={0}
|
|
1273
1721
|
>
|
|
1274
|
-
|
|
1722
|
+
<span
|
|
1723
|
+
style={
|
|
1724
|
+
{
|
|
1725
|
+
"verticalAlign": "middle",
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
>
|
|
1729
|
+
Click me
|
|
1730
|
+
</span>
|
|
1275
1731
|
</a>
|
|
1276
1732
|
`;
|
|
1277
1733
|
|
|
@@ -1293,17 +1749,31 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:fals
|
|
|
1293
1749
|
onTouchStart={[Function]}
|
|
1294
1750
|
style={
|
|
1295
1751
|
{
|
|
1296
|
-
"
|
|
1752
|
+
":focusVisible": {
|
|
1753
|
+
"borderRadius": 3,
|
|
1754
|
+
"color": "#ffffff",
|
|
1755
|
+
"outline": "1px solid #ffffff",
|
|
1756
|
+
},
|
|
1757
|
+
"alignItems": "center",
|
|
1297
1758
|
"color": "#ffffff",
|
|
1298
1759
|
"cursor": "pointer",
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1760
|
+
"outline": "none",
|
|
1761
|
+
"textDecoration": "underline currentcolor solid",
|
|
1762
|
+
"textUnderlineOffset": "3px",
|
|
1763
|
+
"verticalAlign": "bottom",
|
|
1302
1764
|
}
|
|
1303
1765
|
}
|
|
1304
1766
|
tabIndex={0}
|
|
1305
1767
|
>
|
|
1306
|
-
|
|
1768
|
+
<span
|
|
1769
|
+
style={
|
|
1770
|
+
{
|
|
1771
|
+
"verticalAlign": "middle",
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
>
|
|
1775
|
+
Click me
|
|
1776
|
+
</span>
|
|
1307
1777
|
</a>
|
|
1308
1778
|
`;
|
|
1309
1779
|
|
|
@@ -1325,17 +1795,31 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:fals
|
|
|
1325
1795
|
onTouchStart={[Function]}
|
|
1326
1796
|
style={
|
|
1327
1797
|
{
|
|
1328
|
-
"
|
|
1798
|
+
":focusVisible": {
|
|
1799
|
+
"borderRadius": 3,
|
|
1800
|
+
"color": "#ffffff",
|
|
1801
|
+
"outline": "1px solid #ffffff",
|
|
1802
|
+
},
|
|
1803
|
+
"alignItems": "center",
|
|
1329
1804
|
"color": "#ffffff",
|
|
1330
1805
|
"cursor": "pointer",
|
|
1331
|
-
"
|
|
1332
|
-
"outline": "1px solid #ffffff",
|
|
1806
|
+
"outline": "none",
|
|
1333
1807
|
"textDecoration": "none",
|
|
1808
|
+
"textUnderlineOffset": "3px",
|
|
1809
|
+
"verticalAlign": "bottom",
|
|
1334
1810
|
}
|
|
1335
1811
|
}
|
|
1336
1812
|
tabIndex={0}
|
|
1337
1813
|
>
|
|
1338
|
-
|
|
1814
|
+
<span
|
|
1815
|
+
style={
|
|
1816
|
+
{
|
|
1817
|
+
"verticalAlign": "middle",
|
|
1818
|
+
}
|
|
1819
|
+
}
|
|
1820
|
+
>
|
|
1821
|
+
Click me
|
|
1822
|
+
</span>
|
|
1339
1823
|
</a>
|
|
1340
1824
|
`;
|
|
1341
1825
|
|
|
@@ -1357,16 +1841,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:fals
|
|
|
1357
1841
|
onTouchStart={[Function]}
|
|
1358
1842
|
style={
|
|
1359
1843
|
{
|
|
1844
|
+
"alignItems": "center",
|
|
1360
1845
|
"color": "#ffffff",
|
|
1361
1846
|
"cursor": "pointer",
|
|
1362
|
-
"display": "inline-flex",
|
|
1363
1847
|
"outline": "none",
|
|
1364
1848
|
"textDecoration": "underline currentcolor solid",
|
|
1849
|
+
"textUnderlineOffset": "3px",
|
|
1850
|
+
"verticalAlign": "bottom",
|
|
1365
1851
|
}
|
|
1366
1852
|
}
|
|
1367
1853
|
tabIndex={0}
|
|
1368
1854
|
>
|
|
1369
|
-
|
|
1855
|
+
<span
|
|
1856
|
+
style={
|
|
1857
|
+
{
|
|
1858
|
+
"verticalAlign": "middle",
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1861
|
+
>
|
|
1862
|
+
Click me
|
|
1863
|
+
</span>
|
|
1370
1864
|
</a>
|
|
1371
1865
|
`;
|
|
1372
1866
|
|
|
@@ -1388,16 +1882,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:fals
|
|
|
1388
1882
|
onTouchStart={[Function]}
|
|
1389
1883
|
style={
|
|
1390
1884
|
{
|
|
1885
|
+
"alignItems": "center",
|
|
1391
1886
|
"color": "#ffffff",
|
|
1392
1887
|
"cursor": "pointer",
|
|
1393
|
-
"display": "inline-flex",
|
|
1394
1888
|
"outline": "none",
|
|
1395
1889
|
"textDecoration": "underline currentcolor solid",
|
|
1890
|
+
"textUnderlineOffset": "3px",
|
|
1891
|
+
"verticalAlign": "bottom",
|
|
1396
1892
|
}
|
|
1397
1893
|
}
|
|
1398
1894
|
tabIndex={0}
|
|
1399
1895
|
>
|
|
1400
|
-
|
|
1896
|
+
<span
|
|
1897
|
+
style={
|
|
1898
|
+
{
|
|
1899
|
+
"verticalAlign": "middle",
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
>
|
|
1903
|
+
Click me
|
|
1904
|
+
</span>
|
|
1401
1905
|
</a>
|
|
1402
1906
|
`;
|
|
1403
1907
|
|
|
@@ -1419,16 +1923,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:fals
|
|
|
1419
1923
|
onTouchStart={[Function]}
|
|
1420
1924
|
style={
|
|
1421
1925
|
{
|
|
1926
|
+
"alignItems": "center",
|
|
1422
1927
|
"color": "#b5cefb",
|
|
1423
1928
|
"cursor": "pointer",
|
|
1424
|
-
"display": "inline-flex",
|
|
1425
1929
|
"outline": "none",
|
|
1426
1930
|
"textDecoration": "underline currentcolor solid",
|
|
1931
|
+
"textUnderlineOffset": "3px",
|
|
1932
|
+
"verticalAlign": "bottom",
|
|
1427
1933
|
}
|
|
1428
1934
|
}
|
|
1429
1935
|
tabIndex={0}
|
|
1430
1936
|
>
|
|
1431
|
-
|
|
1937
|
+
<span
|
|
1938
|
+
style={
|
|
1939
|
+
{
|
|
1940
|
+
"verticalAlign": "middle",
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
>
|
|
1944
|
+
Click me
|
|
1945
|
+
</span>
|
|
1432
1946
|
</a>
|
|
1433
1947
|
`;
|
|
1434
1948
|
|
|
@@ -1450,16 +1964,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:fals
|
|
|
1450
1964
|
onTouchStart={[Function]}
|
|
1451
1965
|
style={
|
|
1452
1966
|
{
|
|
1967
|
+
"alignItems": "center",
|
|
1453
1968
|
"color": "#b5cefb",
|
|
1454
1969
|
"cursor": "pointer",
|
|
1455
|
-
"display": "inline-flex",
|
|
1456
1970
|
"outline": "none",
|
|
1457
1971
|
"textDecoration": "underline currentcolor solid",
|
|
1972
|
+
"textUnderlineOffset": "3px",
|
|
1973
|
+
"verticalAlign": "bottom",
|
|
1458
1974
|
}
|
|
1459
1975
|
}
|
|
1460
1976
|
tabIndex={0}
|
|
1461
1977
|
>
|
|
1462
|
-
|
|
1978
|
+
<span
|
|
1979
|
+
style={
|
|
1980
|
+
{
|
|
1981
|
+
"verticalAlign": "middle",
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
>
|
|
1985
|
+
Click me
|
|
1986
|
+
</span>
|
|
1463
1987
|
</a>
|
|
1464
1988
|
`;
|
|
1465
1989
|
|
|
@@ -1481,20 +2005,37 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:true
|
|
|
1481
2005
|
onTouchStart={[Function]}
|
|
1482
2006
|
style={
|
|
1483
2007
|
{
|
|
2008
|
+
":focusVisible": {
|
|
2009
|
+
":visited": {
|
|
2010
|
+
"color": "#fa50ae",
|
|
2011
|
+
},
|
|
2012
|
+
"borderRadius": 3,
|
|
2013
|
+
"color": "#ffffff",
|
|
2014
|
+
"outline": "1px solid #ffffff",
|
|
2015
|
+
},
|
|
1484
2016
|
":visited": {
|
|
1485
2017
|
"color": "#fa50ae",
|
|
1486
2018
|
},
|
|
1487
|
-
"
|
|
2019
|
+
"alignItems": "center",
|
|
1488
2020
|
"color": "#ffffff",
|
|
1489
2021
|
"cursor": "pointer",
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
2022
|
+
"outline": "none",
|
|
2023
|
+
"textDecoration": "underline currentcolor solid",
|
|
2024
|
+
"textUnderlineOffset": "3px",
|
|
2025
|
+
"verticalAlign": "bottom",
|
|
1493
2026
|
}
|
|
1494
2027
|
}
|
|
1495
2028
|
tabIndex={0}
|
|
1496
2029
|
>
|
|
1497
|
-
|
|
2030
|
+
<span
|
|
2031
|
+
style={
|
|
2032
|
+
{
|
|
2033
|
+
"verticalAlign": "middle",
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
>
|
|
2037
|
+
Click me
|
|
2038
|
+
</span>
|
|
1498
2039
|
</a>
|
|
1499
2040
|
`;
|
|
1500
2041
|
|
|
@@ -1516,20 +2057,37 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:true
|
|
|
1516
2057
|
onTouchStart={[Function]}
|
|
1517
2058
|
style={
|
|
1518
2059
|
{
|
|
2060
|
+
":focusVisible": {
|
|
2061
|
+
":visited": {
|
|
2062
|
+
"color": "#fa50ae",
|
|
2063
|
+
},
|
|
2064
|
+
"borderRadius": 3,
|
|
2065
|
+
"color": "#ffffff",
|
|
2066
|
+
"outline": "1px solid #ffffff",
|
|
2067
|
+
},
|
|
1519
2068
|
":visited": {
|
|
1520
2069
|
"color": "#fa50ae",
|
|
1521
2070
|
},
|
|
1522
|
-
"
|
|
2071
|
+
"alignItems": "center",
|
|
1523
2072
|
"color": "#ffffff",
|
|
1524
2073
|
"cursor": "pointer",
|
|
1525
|
-
"
|
|
1526
|
-
"outline": "1px solid #ffffff",
|
|
2074
|
+
"outline": "none",
|
|
1527
2075
|
"textDecoration": "none",
|
|
2076
|
+
"textUnderlineOffset": "3px",
|
|
2077
|
+
"verticalAlign": "bottom",
|
|
1528
2078
|
}
|
|
1529
2079
|
}
|
|
1530
2080
|
tabIndex={0}
|
|
1531
2081
|
>
|
|
1532
|
-
|
|
2082
|
+
<span
|
|
2083
|
+
style={
|
|
2084
|
+
{
|
|
2085
|
+
"verticalAlign": "middle",
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
>
|
|
2089
|
+
Click me
|
|
2090
|
+
</span>
|
|
1533
2091
|
</a>
|
|
1534
2092
|
`;
|
|
1535
2093
|
|
|
@@ -1554,16 +2112,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:true
|
|
|
1554
2112
|
":visited": {
|
|
1555
2113
|
"color": "#fa50ae",
|
|
1556
2114
|
},
|
|
2115
|
+
"alignItems": "center",
|
|
1557
2116
|
"color": "#ffffff",
|
|
1558
2117
|
"cursor": "pointer",
|
|
1559
|
-
"display": "inline-flex",
|
|
1560
2118
|
"outline": "none",
|
|
1561
2119
|
"textDecoration": "underline currentcolor solid",
|
|
2120
|
+
"textUnderlineOffset": "3px",
|
|
2121
|
+
"verticalAlign": "bottom",
|
|
1562
2122
|
}
|
|
1563
2123
|
}
|
|
1564
2124
|
tabIndex={0}
|
|
1565
2125
|
>
|
|
1566
|
-
|
|
2126
|
+
<span
|
|
2127
|
+
style={
|
|
2128
|
+
{
|
|
2129
|
+
"verticalAlign": "middle",
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
>
|
|
2133
|
+
Click me
|
|
2134
|
+
</span>
|
|
1567
2135
|
</a>
|
|
1568
2136
|
`;
|
|
1569
2137
|
|
|
@@ -1588,16 +2156,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:true
|
|
|
1588
2156
|
":visited": {
|
|
1589
2157
|
"color": "#fa50ae",
|
|
1590
2158
|
},
|
|
2159
|
+
"alignItems": "center",
|
|
1591
2160
|
"color": "#ffffff",
|
|
1592
2161
|
"cursor": "pointer",
|
|
1593
|
-
"display": "inline-flex",
|
|
1594
2162
|
"outline": "none",
|
|
1595
2163
|
"textDecoration": "underline currentcolor solid",
|
|
2164
|
+
"textUnderlineOffset": "3px",
|
|
2165
|
+
"verticalAlign": "bottom",
|
|
1596
2166
|
}
|
|
1597
2167
|
}
|
|
1598
2168
|
tabIndex={0}
|
|
1599
2169
|
>
|
|
1600
|
-
|
|
2170
|
+
<span
|
|
2171
|
+
style={
|
|
2172
|
+
{
|
|
2173
|
+
"verticalAlign": "middle",
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
>
|
|
2177
|
+
Click me
|
|
2178
|
+
</span>
|
|
1601
2179
|
</a>
|
|
1602
2180
|
`;
|
|
1603
2181
|
|
|
@@ -1622,16 +2200,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:true
|
|
|
1622
2200
|
":visited": {
|
|
1623
2201
|
"color": "#fc88c8",
|
|
1624
2202
|
},
|
|
2203
|
+
"alignItems": "center",
|
|
1625
2204
|
"color": "#b5cefb",
|
|
1626
2205
|
"cursor": "pointer",
|
|
1627
|
-
"display": "inline-flex",
|
|
1628
2206
|
"outline": "none",
|
|
1629
2207
|
"textDecoration": "underline currentcolor solid",
|
|
2208
|
+
"textUnderlineOffset": "3px",
|
|
2209
|
+
"verticalAlign": "bottom",
|
|
1630
2210
|
}
|
|
1631
2211
|
}
|
|
1632
2212
|
tabIndex={0}
|
|
1633
2213
|
>
|
|
1634
|
-
|
|
2214
|
+
<span
|
|
2215
|
+
style={
|
|
2216
|
+
{
|
|
2217
|
+
"verticalAlign": "middle",
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
>
|
|
2221
|
+
Click me
|
|
2222
|
+
</span>
|
|
1635
2223
|
</a>
|
|
1636
2224
|
`;
|
|
1637
2225
|
|
|
@@ -1656,16 +2244,26 @@ exports[`LinkCore kind:primary href:#non-existent-link light:true visitable:true
|
|
|
1656
2244
|
":visited": {
|
|
1657
2245
|
"color": "#fc88c8",
|
|
1658
2246
|
},
|
|
2247
|
+
"alignItems": "center",
|
|
1659
2248
|
"color": "#b5cefb",
|
|
1660
2249
|
"cursor": "pointer",
|
|
1661
|
-
"display": "inline-flex",
|
|
1662
2250
|
"outline": "none",
|
|
1663
2251
|
"textDecoration": "underline currentcolor solid",
|
|
2252
|
+
"textUnderlineOffset": "3px",
|
|
2253
|
+
"verticalAlign": "bottom",
|
|
1664
2254
|
}
|
|
1665
2255
|
}
|
|
1666
2256
|
tabIndex={0}
|
|
1667
2257
|
>
|
|
1668
|
-
|
|
2258
|
+
<span
|
|
2259
|
+
style={
|
|
2260
|
+
{
|
|
2261
|
+
"verticalAlign": "middle",
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
>
|
|
2265
|
+
Click me
|
|
2266
|
+
</span>
|
|
1669
2267
|
</a>
|
|
1670
2268
|
`;
|
|
1671
2269
|
|
|
@@ -1687,17 +2285,31 @@ exports[`LinkCore kind:secondary href:# light:false visitable:false focused 1`]
|
|
|
1687
2285
|
onTouchStart={[Function]}
|
|
1688
2286
|
style={
|
|
1689
2287
|
{
|
|
1690
|
-
"
|
|
2288
|
+
":focusVisible": {
|
|
2289
|
+
"borderRadius": 3,
|
|
2290
|
+
"color": "#21242c",
|
|
2291
|
+
"outline": "1px solid #1865f2",
|
|
2292
|
+
},
|
|
2293
|
+
"alignItems": "center",
|
|
1691
2294
|
"color": "#21242c",
|
|
1692
2295
|
"cursor": "pointer",
|
|
1693
|
-
"
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
2296
|
+
"outline": "none",
|
|
2297
|
+
"textDecoration": "underline currentcolor solid",
|
|
2298
|
+
"textUnderlineOffset": "3px",
|
|
2299
|
+
"verticalAlign": "bottom",
|
|
1696
2300
|
}
|
|
1697
2301
|
}
|
|
1698
2302
|
tabIndex={0}
|
|
1699
2303
|
>
|
|
1700
|
-
|
|
2304
|
+
<span
|
|
2305
|
+
style={
|
|
2306
|
+
{
|
|
2307
|
+
"verticalAlign": "middle",
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
>
|
|
2311
|
+
Click me
|
|
2312
|
+
</span>
|
|
1701
2313
|
</a>
|
|
1702
2314
|
`;
|
|
1703
2315
|
|
|
@@ -1719,17 +2331,31 @@ exports[`LinkCore kind:secondary href:# light:false visitable:false focused 2`]
|
|
|
1719
2331
|
onTouchStart={[Function]}
|
|
1720
2332
|
style={
|
|
1721
2333
|
{
|
|
1722
|
-
"
|
|
2334
|
+
":focusVisible": {
|
|
2335
|
+
"borderRadius": 3,
|
|
2336
|
+
"color": "rgba(33,36,44,0.64)",
|
|
2337
|
+
"outline": "1px solid #1865f2",
|
|
2338
|
+
},
|
|
2339
|
+
"alignItems": "center",
|
|
1723
2340
|
"color": "rgba(33,36,44,0.64)",
|
|
1724
2341
|
"cursor": "pointer",
|
|
1725
|
-
"
|
|
1726
|
-
"outline": "1px solid #1865f2",
|
|
2342
|
+
"outline": "none",
|
|
1727
2343
|
"textDecoration": "none",
|
|
2344
|
+
"textUnderlineOffset": "3px",
|
|
2345
|
+
"verticalAlign": "bottom",
|
|
1728
2346
|
}
|
|
1729
2347
|
}
|
|
1730
2348
|
tabIndex={0}
|
|
1731
2349
|
>
|
|
1732
|
-
|
|
2350
|
+
<span
|
|
2351
|
+
style={
|
|
2352
|
+
{
|
|
2353
|
+
"verticalAlign": "middle",
|
|
2354
|
+
}
|
|
2355
|
+
}
|
|
2356
|
+
>
|
|
2357
|
+
Click me
|
|
2358
|
+
</span>
|
|
1733
2359
|
</a>
|
|
1734
2360
|
`;
|
|
1735
2361
|
|
|
@@ -1751,16 +2377,26 @@ exports[`LinkCore kind:secondary href:# light:false visitable:false hovered 1`]
|
|
|
1751
2377
|
onTouchStart={[Function]}
|
|
1752
2378
|
style={
|
|
1753
2379
|
{
|
|
2380
|
+
"alignItems": "center",
|
|
1754
2381
|
"color": "#21242c",
|
|
1755
2382
|
"cursor": "pointer",
|
|
1756
|
-
"display": "inline-flex",
|
|
1757
2383
|
"outline": "none",
|
|
1758
2384
|
"textDecoration": "underline currentcolor solid",
|
|
2385
|
+
"textUnderlineOffset": "3px",
|
|
2386
|
+
"verticalAlign": "bottom",
|
|
1759
2387
|
}
|
|
1760
2388
|
}
|
|
1761
2389
|
tabIndex={0}
|
|
1762
2390
|
>
|
|
1763
|
-
|
|
2391
|
+
<span
|
|
2392
|
+
style={
|
|
2393
|
+
{
|
|
2394
|
+
"verticalAlign": "middle",
|
|
2395
|
+
}
|
|
2396
|
+
}
|
|
2397
|
+
>
|
|
2398
|
+
Click me
|
|
2399
|
+
</span>
|
|
1764
2400
|
</a>
|
|
1765
2401
|
`;
|
|
1766
2402
|
|
|
@@ -1782,16 +2418,26 @@ exports[`LinkCore kind:secondary href:# light:false visitable:false hovered 2`]
|
|
|
1782
2418
|
onTouchStart={[Function]}
|
|
1783
2419
|
style={
|
|
1784
2420
|
{
|
|
2421
|
+
"alignItems": "center",
|
|
1785
2422
|
"color": "rgba(33,36,44,0.64)",
|
|
1786
2423
|
"cursor": "pointer",
|
|
1787
|
-
"display": "inline-flex",
|
|
1788
2424
|
"outline": "none",
|
|
1789
2425
|
"textDecoration": "underline currentcolor solid",
|
|
2426
|
+
"textUnderlineOffset": "3px",
|
|
2427
|
+
"verticalAlign": "bottom",
|
|
1790
2428
|
}
|
|
1791
2429
|
}
|
|
1792
2430
|
tabIndex={0}
|
|
1793
2431
|
>
|
|
1794
|
-
|
|
2432
|
+
<span
|
|
2433
|
+
style={
|
|
2434
|
+
{
|
|
2435
|
+
"verticalAlign": "middle",
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
>
|
|
2439
|
+
Click me
|
|
2440
|
+
</span>
|
|
1795
2441
|
</a>
|
|
1796
2442
|
`;
|
|
1797
2443
|
|
|
@@ -1813,16 +2459,26 @@ exports[`LinkCore kind:secondary href:# light:false visitable:false pressed 1`]
|
|
|
1813
2459
|
onTouchStart={[Function]}
|
|
1814
2460
|
style={
|
|
1815
2461
|
{
|
|
2462
|
+
"alignItems": "center",
|
|
1816
2463
|
"color": "#1b50b3",
|
|
1817
2464
|
"cursor": "pointer",
|
|
1818
|
-
"display": "inline-flex",
|
|
1819
2465
|
"outline": "none",
|
|
1820
2466
|
"textDecoration": "underline currentcolor solid",
|
|
2467
|
+
"textUnderlineOffset": "3px",
|
|
2468
|
+
"verticalAlign": "bottom",
|
|
1821
2469
|
}
|
|
1822
2470
|
}
|
|
1823
2471
|
tabIndex={0}
|
|
1824
2472
|
>
|
|
1825
|
-
|
|
2473
|
+
<span
|
|
2474
|
+
style={
|
|
2475
|
+
{
|
|
2476
|
+
"verticalAlign": "middle",
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
>
|
|
2480
|
+
Click me
|
|
2481
|
+
</span>
|
|
1826
2482
|
</a>
|
|
1827
2483
|
`;
|
|
1828
2484
|
|
|
@@ -1844,16 +2500,26 @@ exports[`LinkCore kind:secondary href:# light:false visitable:false pressed 2`]
|
|
|
1844
2500
|
onTouchStart={[Function]}
|
|
1845
2501
|
style={
|
|
1846
2502
|
{
|
|
2503
|
+
"alignItems": "center",
|
|
1847
2504
|
"color": "#21242c",
|
|
1848
2505
|
"cursor": "pointer",
|
|
1849
|
-
"display": "inline-flex",
|
|
1850
2506
|
"outline": "none",
|
|
1851
2507
|
"textDecoration": "underline currentcolor solid",
|
|
2508
|
+
"textUnderlineOffset": "3px",
|
|
2509
|
+
"verticalAlign": "bottom",
|
|
1852
2510
|
}
|
|
1853
2511
|
}
|
|
1854
2512
|
tabIndex={0}
|
|
1855
2513
|
>
|
|
1856
|
-
|
|
2514
|
+
<span
|
|
2515
|
+
style={
|
|
2516
|
+
{
|
|
2517
|
+
"verticalAlign": "middle",
|
|
2518
|
+
}
|
|
2519
|
+
}
|
|
2520
|
+
>
|
|
2521
|
+
Click me
|
|
2522
|
+
</span>
|
|
1857
2523
|
</a>
|
|
1858
2524
|
`;
|
|
1859
2525
|
|
|
@@ -1875,17 +2541,31 @@ exports[`LinkCore kind:secondary href:#non-existent-link light:false visitable:f
|
|
|
1875
2541
|
onTouchStart={[Function]}
|
|
1876
2542
|
style={
|
|
1877
2543
|
{
|
|
1878
|
-
"
|
|
2544
|
+
":focusVisible": {
|
|
2545
|
+
"borderRadius": 3,
|
|
2546
|
+
"color": "#21242c",
|
|
2547
|
+
"outline": "1px solid #1865f2",
|
|
2548
|
+
},
|
|
2549
|
+
"alignItems": "center",
|
|
1879
2550
|
"color": "#21242c",
|
|
1880
2551
|
"cursor": "pointer",
|
|
1881
|
-
"
|
|
1882
|
-
"
|
|
1883
|
-
"
|
|
2552
|
+
"outline": "none",
|
|
2553
|
+
"textDecoration": "underline currentcolor solid",
|
|
2554
|
+
"textUnderlineOffset": "3px",
|
|
2555
|
+
"verticalAlign": "bottom",
|
|
1884
2556
|
}
|
|
1885
2557
|
}
|
|
1886
2558
|
tabIndex={0}
|
|
1887
2559
|
>
|
|
1888
|
-
|
|
2560
|
+
<span
|
|
2561
|
+
style={
|
|
2562
|
+
{
|
|
2563
|
+
"verticalAlign": "middle",
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
>
|
|
2567
|
+
Click me
|
|
2568
|
+
</span>
|
|
1889
2569
|
</a>
|
|
1890
2570
|
`;
|
|
1891
2571
|
|
|
@@ -1907,17 +2587,31 @@ exports[`LinkCore kind:secondary href:#non-existent-link light:false visitable:f
|
|
|
1907
2587
|
onTouchStart={[Function]}
|
|
1908
2588
|
style={
|
|
1909
2589
|
{
|
|
1910
|
-
"
|
|
2590
|
+
":focusVisible": {
|
|
2591
|
+
"borderRadius": 3,
|
|
2592
|
+
"color": "rgba(33,36,44,0.64)",
|
|
2593
|
+
"outline": "1px solid #1865f2",
|
|
2594
|
+
},
|
|
2595
|
+
"alignItems": "center",
|
|
1911
2596
|
"color": "rgba(33,36,44,0.64)",
|
|
1912
2597
|
"cursor": "pointer",
|
|
1913
|
-
"
|
|
1914
|
-
"outline": "1px solid #1865f2",
|
|
2598
|
+
"outline": "none",
|
|
1915
2599
|
"textDecoration": "none",
|
|
2600
|
+
"textUnderlineOffset": "3px",
|
|
2601
|
+
"verticalAlign": "bottom",
|
|
1916
2602
|
}
|
|
1917
2603
|
}
|
|
1918
2604
|
tabIndex={0}
|
|
1919
2605
|
>
|
|
1920
|
-
|
|
2606
|
+
<span
|
|
2607
|
+
style={
|
|
2608
|
+
{
|
|
2609
|
+
"verticalAlign": "middle",
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
2612
|
+
>
|
|
2613
|
+
Click me
|
|
2614
|
+
</span>
|
|
1921
2615
|
</a>
|
|
1922
2616
|
`;
|
|
1923
2617
|
|
|
@@ -1939,16 +2633,26 @@ exports[`LinkCore kind:secondary href:#non-existent-link light:false visitable:f
|
|
|
1939
2633
|
onTouchStart={[Function]}
|
|
1940
2634
|
style={
|
|
1941
2635
|
{
|
|
2636
|
+
"alignItems": "center",
|
|
1942
2637
|
"color": "#21242c",
|
|
1943
2638
|
"cursor": "pointer",
|
|
1944
|
-
"display": "inline-flex",
|
|
1945
2639
|
"outline": "none",
|
|
1946
2640
|
"textDecoration": "underline currentcolor solid",
|
|
2641
|
+
"textUnderlineOffset": "3px",
|
|
2642
|
+
"verticalAlign": "bottom",
|
|
1947
2643
|
}
|
|
1948
2644
|
}
|
|
1949
2645
|
tabIndex={0}
|
|
1950
2646
|
>
|
|
1951
|
-
|
|
2647
|
+
<span
|
|
2648
|
+
style={
|
|
2649
|
+
{
|
|
2650
|
+
"verticalAlign": "middle",
|
|
2651
|
+
}
|
|
2652
|
+
}
|
|
2653
|
+
>
|
|
2654
|
+
Click me
|
|
2655
|
+
</span>
|
|
1952
2656
|
</a>
|
|
1953
2657
|
`;
|
|
1954
2658
|
|
|
@@ -1970,16 +2674,26 @@ exports[`LinkCore kind:secondary href:#non-existent-link light:false visitable:f
|
|
|
1970
2674
|
onTouchStart={[Function]}
|
|
1971
2675
|
style={
|
|
1972
2676
|
{
|
|
2677
|
+
"alignItems": "center",
|
|
1973
2678
|
"color": "rgba(33,36,44,0.64)",
|
|
1974
2679
|
"cursor": "pointer",
|
|
1975
|
-
"display": "inline-flex",
|
|
1976
2680
|
"outline": "none",
|
|
1977
2681
|
"textDecoration": "underline currentcolor solid",
|
|
2682
|
+
"textUnderlineOffset": "3px",
|
|
2683
|
+
"verticalAlign": "bottom",
|
|
1978
2684
|
}
|
|
1979
2685
|
}
|
|
1980
2686
|
tabIndex={0}
|
|
1981
2687
|
>
|
|
1982
|
-
|
|
2688
|
+
<span
|
|
2689
|
+
style={
|
|
2690
|
+
{
|
|
2691
|
+
"verticalAlign": "middle",
|
|
2692
|
+
}
|
|
2693
|
+
}
|
|
2694
|
+
>
|
|
2695
|
+
Click me
|
|
2696
|
+
</span>
|
|
1983
2697
|
</a>
|
|
1984
2698
|
`;
|
|
1985
2699
|
|
|
@@ -2001,16 +2715,26 @@ exports[`LinkCore kind:secondary href:#non-existent-link light:false visitable:f
|
|
|
2001
2715
|
onTouchStart={[Function]}
|
|
2002
2716
|
style={
|
|
2003
2717
|
{
|
|
2718
|
+
"alignItems": "center",
|
|
2004
2719
|
"color": "#1b50b3",
|
|
2005
2720
|
"cursor": "pointer",
|
|
2006
|
-
"display": "inline-flex",
|
|
2007
2721
|
"outline": "none",
|
|
2008
2722
|
"textDecoration": "underline currentcolor solid",
|
|
2723
|
+
"textUnderlineOffset": "3px",
|
|
2724
|
+
"verticalAlign": "bottom",
|
|
2009
2725
|
}
|
|
2010
2726
|
}
|
|
2011
2727
|
tabIndex={0}
|
|
2012
2728
|
>
|
|
2013
|
-
|
|
2729
|
+
<span
|
|
2730
|
+
style={
|
|
2731
|
+
{
|
|
2732
|
+
"verticalAlign": "middle",
|
|
2733
|
+
}
|
|
2734
|
+
}
|
|
2735
|
+
>
|
|
2736
|
+
Click me
|
|
2737
|
+
</span>
|
|
2014
2738
|
</a>
|
|
2015
2739
|
`;
|
|
2016
2740
|
|
|
@@ -2032,15 +2756,25 @@ exports[`LinkCore kind:secondary href:#non-existent-link light:false visitable:f
|
|
|
2032
2756
|
onTouchStart={[Function]}
|
|
2033
2757
|
style={
|
|
2034
2758
|
{
|
|
2759
|
+
"alignItems": "center",
|
|
2035
2760
|
"color": "#21242c",
|
|
2036
2761
|
"cursor": "pointer",
|
|
2037
|
-
"display": "inline-flex",
|
|
2038
2762
|
"outline": "none",
|
|
2039
2763
|
"textDecoration": "underline currentcolor solid",
|
|
2764
|
+
"textUnderlineOffset": "3px",
|
|
2765
|
+
"verticalAlign": "bottom",
|
|
2040
2766
|
}
|
|
2041
2767
|
}
|
|
2042
2768
|
tabIndex={0}
|
|
2043
2769
|
>
|
|
2044
|
-
|
|
2770
|
+
<span
|
|
2771
|
+
style={
|
|
2772
|
+
{
|
|
2773
|
+
"verticalAlign": "middle",
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2776
|
+
>
|
|
2777
|
+
Click me
|
|
2778
|
+
</span>
|
|
2045
2779
|
</a>
|
|
2046
2780
|
`;
|