@khanacademy/wonder-blocks-tooltip 1.3.21 → 1.3.22

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.
@@ -1,2684 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`wonder-blocks-tooltip example 1 1`] = `
4
- <span
5
- aria-describedby="uid-tooltip-0-aria-content"
6
- className=""
7
- style={
8
- {
9
- "MozOsxFontSmoothing": "grayscale",
10
- "WebkitFontSmoothing": "antialiased",
11
- }
12
- }
13
- >
14
- Some text
15
- </span>
16
- `;
17
-
18
- exports[`wonder-blocks-tooltip example 2 1`] = `
19
- <div
20
- className=""
21
- style={
22
- {
23
- "alignItems": "stretch",
24
- "borderStyle": "solid",
25
- "borderWidth": 0,
26
- "boxSizing": "border-box",
27
- "display": "flex",
28
- "flexDirection": "column",
29
- "margin": 0,
30
- "minHeight": 0,
31
- "minWidth": 0,
32
- "padding": 0,
33
- "position": "relative",
34
- "zIndex": 0,
35
- }
36
- }
37
- >
38
- Some text
39
- <input
40
- aria-describedby="my-a11y-tooltip"
41
- />
42
- </div>
43
- `;
44
-
45
- exports[`wonder-blocks-tooltip example 3 1`] = `
46
- <div
47
- className=""
48
- style={
49
- {
50
- "alignItems": "stretch",
51
- "borderStyle": "solid",
52
- "borderWidth": 0,
53
- "boxSizing": "border-box",
54
- "display": "flex",
55
- "flexDirection": "column",
56
- "margin": 0,
57
- "minHeight": 0,
58
- "minWidth": 0,
59
- "padding": 0,
60
- "position": "relative",
61
- "zIndex": 0,
62
- }
63
- }
64
- >
65
- <div
66
- className=""
67
- style={
68
- {
69
- "alignItems": "stretch",
70
- "border": "1px solid black",
71
- "borderStyle": "solid",
72
- "borderWidth": 0,
73
- "boxSizing": "border-box",
74
- "display": "flex",
75
- "flexDirection": "column",
76
- "height": 100,
77
- "margin": 10,
78
- "minHeight": 0,
79
- "minWidth": 0,
80
- "overflow": "auto",
81
- "padding": 0,
82
- "position": "relative",
83
- "zIndex": 0,
84
- }
85
- }
86
- >
87
- <div
88
- className=""
89
- style={
90
- {
91
- "alignItems": "stretch",
92
- "borderStyle": "solid",
93
- "borderWidth": 0,
94
- "boxSizing": "border-box",
95
- "display": "flex",
96
- "flexDirection": "column",
97
- "margin": 0,
98
- "minHeight": "200vh",
99
- "minWidth": 0,
100
- "padding": 0,
101
- "position": "relative",
102
- "zIndex": 0,
103
- }
104
- }
105
- >
106
- <span
107
- className=""
108
- style={
109
- {
110
- "MozOsxFontSmoothing": "grayscale",
111
- "WebkitFontSmoothing": "antialiased",
112
- "display": "block",
113
- "fontFamily": "Lato, "Noto Sans", sans-serif",
114
- "fontSize": 16,
115
- "fontWeight": 400,
116
- "lineHeight": "22px",
117
- }
118
- }
119
- >
120
- This is a big long piece of text with a
121
- <span
122
- aria-describedby="uid-tooltip-1-aria-content"
123
- className=""
124
- style={
125
- {
126
- "MozOsxFontSmoothing": "grayscale",
127
- "WebkitFontSmoothing": "antialiased",
128
- }
129
- }
130
- >
131
- [tooltip]
132
- </span>
133
- <span>
134
-
135
- </span>
136
- in the middle.
137
- </span>
138
- </div>
139
- </div>
140
- </div>
141
- `;
142
-
143
- exports[`wonder-blocks-tooltip example 4 1`] = `
144
- <button
145
- aria-disabled={false}
146
- className=""
147
- onBlur={[Function]}
148
- onClick={[Function]}
149
- onDragStart={[Function]}
150
- onFocus={[Function]}
151
- onKeyDown={[Function]}
152
- onKeyUp={[Function]}
153
- onMouseDown={[Function]}
154
- onMouseEnter={[Function]}
155
- onMouseLeave={[Function]}
156
- onMouseUp={[Function]}
157
- onTouchCancel={[Function]}
158
- onTouchEnd={[Function]}
159
- onTouchStart={[Function]}
160
- role="button"
161
- style={
162
- {
163
- "::MozFocusInner": {
164
- "border": 0,
165
- },
166
- ":focus": {
167
- "WebkitTapHighlightColor": "rgba(0,0,0,0)",
168
- },
169
- "alignItems": "center",
170
- "background": "#1865f2",
171
- "border": "none",
172
- "borderRadius": 4,
173
- "boxSizing": "border-box",
174
- "color": "#ffffff",
175
- "cursor": "pointer",
176
- "display": "inline-flex",
177
- "height": 40,
178
- "justifyContent": "center",
179
- "margin": 0,
180
- "outline": "none",
181
- "paddingBottom": 0,
182
- "paddingLeft": 16,
183
- "paddingRight": 16,
184
- "paddingTop": 0,
185
- "position": "relative",
186
- "textDecoration": "none",
187
- "touchAction": "manipulation",
188
- "userSelect": "none",
189
- }
190
- }
191
- tabIndex={0}
192
- type="button"
193
- >
194
- <span
195
- className=""
196
- style={
197
- {
198
- "MozOsxFontSmoothing": "grayscale",
199
- "WebkitFontSmoothing": "antialiased",
200
- "alignItems": "center",
201
- "display": "inline-block",
202
- "fontFamily": "Lato, "Noto Sans", sans-serif",
203
- "fontSize": 16,
204
- "fontWeight": "bold",
205
- "lineHeight": "20px",
206
- "overflow": "hidden",
207
- "pointerEvents": "none",
208
- "textOverflow": "ellipsis",
209
- "whiteSpace": "nowrap",
210
- }
211
- }
212
- >
213
- Click here!
214
- </span>
215
- </button>
216
- `;
217
-
218
- exports[`wonder-blocks-tooltip example 5 1`] = `
219
- <div
220
- className=""
221
- style={
222
- {
223
- "alignItems": "stretch",
224
- "borderStyle": "solid",
225
- "borderWidth": 0,
226
- "boxSizing": "border-box",
227
- "display": "flex",
228
- "flexDirection": "column",
229
- "margin": 0,
230
- "minHeight": 0,
231
- "minWidth": 0,
232
- "padding": 0,
233
- "position": "relative",
234
- "zIndex": 0,
235
- }
236
- }
237
- >
238
- <span
239
- className=""
240
- style={
241
- {
242
- "MozOsxFontSmoothing": "grayscale",
243
- "WebkitFontSmoothing": "antialiased",
244
- "display": "block",
245
- "fontFamily": "Lato, "Noto Sans", sans-serif",
246
- "fontSize": 14,
247
- "fontWeight": 400,
248
- "lineHeight": "18px",
249
- }
250
- }
251
- >
252
- Here, we can see that the first tooltip shown has an initial delay before it appears, as does the last tooltip shown, yet when moving between tooltipped items, the transition from one to another is instantaneous.
253
- </span>
254
- <div
255
- className=""
256
- style={
257
- {
258
- "alignItems": "stretch",
259
- "borderStyle": "solid",
260
- "borderWidth": 0,
261
- "boxSizing": "border-box",
262
- "display": "flex",
263
- "flexDirection": "row",
264
- "margin": 0,
265
- "minHeight": 0,
266
- "minWidth": 0,
267
- "padding": 0,
268
- "position": "relative",
269
- "zIndex": 0,
270
- }
271
- }
272
- >
273
- <div
274
- aria-describedby="uid-tooltip-2-aria-content"
275
- className=""
276
- style={
277
- {
278
- "alignItems": "center",
279
- "border": "solid 1px steelblue",
280
- "borderStyle": "solid",
281
- "borderWidth": 0,
282
- "boxSizing": "border-box",
283
- "display": "flex",
284
- "flexDirection": "column",
285
- "height": 32,
286
- "justifyContent": "center",
287
- "margin": 0,
288
- "minHeight": 0,
289
- "minWidth": 0,
290
- "padding": 0,
291
- "position": "relative",
292
- "width": 32,
293
- "zIndex": 0,
294
- }
295
- }
296
- >
297
- A
298
- </div>
299
- <div
300
- aria-describedby="uid-tooltip-3-aria-content"
301
- className=""
302
- style={
303
- {
304
- "alignItems": "center",
305
- "border": "solid 1px steelblue",
306
- "borderStyle": "solid",
307
- "borderWidth": 0,
308
- "boxSizing": "border-box",
309
- "display": "flex",
310
- "flexDirection": "column",
311
- "height": 32,
312
- "justifyContent": "center",
313
- "margin": 0,
314
- "minHeight": 0,
315
- "minWidth": 0,
316
- "padding": 0,
317
- "position": "relative",
318
- "width": 32,
319
- "zIndex": 0,
320
- }
321
- }
322
- >
323
- B
324
- </div>
325
- <div
326
- aria-describedby="uid-tooltip-4-aria-content"
327
- className=""
328
- style={
329
- {
330
- "alignItems": "center",
331
- "border": "solid 1px steelblue",
332
- "borderStyle": "solid",
333
- "borderWidth": 0,
334
- "boxSizing": "border-box",
335
- "display": "flex",
336
- "flexDirection": "column",
337
- "height": 32,
338
- "justifyContent": "center",
339
- "margin": 0,
340
- "minHeight": 0,
341
- "minWidth": 0,
342
- "padding": 0,
343
- "position": "relative",
344
- "width": 32,
345
- "zIndex": 0,
346
- }
347
- }
348
- >
349
- C
350
- </div>
351
- <div
352
- aria-describedby="uid-tooltip-5-aria-content"
353
- className=""
354
- style={
355
- {
356
- "alignItems": "center",
357
- "border": "solid 1px steelblue",
358
- "borderStyle": "solid",
359
- "borderWidth": 0,
360
- "boxSizing": "border-box",
361
- "display": "flex",
362
- "flexDirection": "column",
363
- "height": 32,
364
- "justifyContent": "center",
365
- "margin": 0,
366
- "minHeight": 0,
367
- "minWidth": 0,
368
- "padding": 0,
369
- "position": "relative",
370
- "width": 32,
371
- "zIndex": 0,
372
- }
373
- }
374
- >
375
- D
376
- </div>
377
- </div>
378
- </div>
379
- `;
380
-
381
- exports[`wonder-blocks-tooltip example 6 1`] = `
382
- <div
383
- className=""
384
- style={
385
- {
386
- "alignItems": "center",
387
- "borderStyle": "solid",
388
- "borderWidth": 0,
389
- "boxSizing": "border-box",
390
- "display": "flex",
391
- "flexDirection": "row",
392
- "margin": 0,
393
- "minHeight": 0,
394
- "minWidth": 0,
395
- "padding": 0,
396
- "position": "relative",
397
- "zIndex": 0,
398
- }
399
- }
400
- >
401
- <button
402
- aria-describedby="uid-tooltip-6-aria-content"
403
- aria-disabled={false}
404
- className=""
405
- onBlur={[Function]}
406
- onClick={[Function]}
407
- onDragStart={[Function]}
408
- onFocus={[Function]}
409
- onKeyDown={[Function]}
410
- onKeyUp={[Function]}
411
- onMouseDown={[Function]}
412
- onMouseEnter={[Function]}
413
- onMouseLeave={[Function]}
414
- onMouseUp={[Function]}
415
- onTouchCancel={[Function]}
416
- onTouchEnd={[Function]}
417
- onTouchStart={[Function]}
418
- role="button"
419
- style={
420
- {
421
- "::MozFocusInner": {
422
- "border": 0,
423
- },
424
- ":focus": {
425
- "WebkitTapHighlightColor": "rgba(0,0,0,0)",
426
- },
427
- "alignItems": "center",
428
- "background": "#1865f2",
429
- "border": "none",
430
- "borderRadius": 4,
431
- "boxSizing": "border-box",
432
- "color": "#ffffff",
433
- "cursor": "pointer",
434
- "display": "inline-flex",
435
- "height": 40,
436
- "justifyContent": "center",
437
- "margin": 0,
438
- "outline": "none",
439
- "paddingBottom": 0,
440
- "paddingLeft": 16,
441
- "paddingRight": 16,
442
- "paddingTop": 0,
443
- "position": "relative",
444
- "textDecoration": "none",
445
- "touchAction": "manipulation",
446
- "userSelect": "none",
447
- }
448
- }
449
- tabIndex={0}
450
- type="button"
451
- >
452
- <span
453
- className=""
454
- style={
455
- {
456
- "MozOsxFontSmoothing": "grayscale",
457
- "WebkitFontSmoothing": "antialiased",
458
- "alignItems": "center",
459
- "display": "inline-block",
460
- "fontFamily": "Lato, "Noto Sans", sans-serif",
461
- "fontSize": 16,
462
- "fontWeight": "bold",
463
- "lineHeight": "20px",
464
- "overflow": "hidden",
465
- "pointerEvents": "none",
466
- "textOverflow": "ellipsis",
467
- "whiteSpace": "nowrap",
468
- }
469
- }
470
- >
471
- Click me!
472
- </span>
473
- </button>
474
- <div
475
- aria-hidden="true"
476
- className=""
477
- style={
478
- {
479
- "MsFlexBasis": 16,
480
- "MsFlexPreferredSize": 16,
481
- "WebkitFlexBasis": 16,
482
- "alignItems": "stretch",
483
- "borderStyle": "solid",
484
- "borderWidth": 0,
485
- "boxSizing": "border-box",
486
- "display": "flex",
487
- "flexBasis": 16,
488
- "flexDirection": "column",
489
- "flexShrink": 0,
490
- "margin": 0,
491
- "minHeight": 0,
492
- "minWidth": 0,
493
- "padding": 0,
494
- "position": "relative",
495
- "width": 16,
496
- "zIndex": 0,
497
- }
498
- }
499
- />
500
- <button
501
- aria-describedby="uid-tooltip-7-aria-content"
502
- aria-label="search"
503
- className=""
504
- disabled={false}
505
- onBlur={[Function]}
506
- onClick={[Function]}
507
- onDragStart={[Function]}
508
- onFocus={[Function]}
509
- onKeyDown={[Function]}
510
- onKeyUp={[Function]}
511
- onMouseDown={[Function]}
512
- onMouseEnter={[Function]}
513
- onMouseLeave={[Function]}
514
- onMouseUp={[Function]}
515
- onTouchCancel={[Function]}
516
- onTouchEnd={[Function]}
517
- onTouchStart={[Function]}
518
- style={
519
- {
520
- "::MozFocusInner": {
521
- "border": 0,
522
- },
523
- ":focus": {
524
- "WebkitTapHighlightColor": "rgba(0,0,0,0)",
525
- },
526
- "alignItems": "center",
527
- "background": "none",
528
- "border": "none",
529
- "boxSizing": "border-box",
530
- "color": "#1865f2",
531
- "cursor": "pointer",
532
- "display": "inline-flex",
533
- "height": 40,
534
- "justifyContent": "center",
535
- "margin": -8,
536
- "outline": "none",
537
- "padding": 0,
538
- "position": "relative",
539
- "textDecoration": "none",
540
- "touchAction": "manipulation",
541
- "width": 40,
542
- }
543
- }
544
- tabIndex={0}
545
- type="button"
546
- >
547
- <svg
548
- className=""
549
- height={24}
550
- style={
551
- {
552
- "display": "inline-block",
553
- "flexGrow": 0,
554
- "flexShrink": 0,
555
- "verticalAlign": "text-bottom",
556
- }
557
- }
558
- viewBox="0 0 24 24"
559
- width={24}
560
- >
561
- <path
562
- d="M11 17a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm6.32-1.094l3.387 3.387a1 1 0 0 1-1.414 1.414l-3.387-3.387a8 8 0 1 1 1.414-1.414z"
563
- fill="currentColor"
564
- />
565
- </svg>
566
- </button>
567
- </div>
568
- `;
569
-
570
- exports[`wonder-blocks-tooltip example 7 1`] = `
571
- <div
572
- className=""
573
- style={
574
- {
575
- "alignItems": "stretch",
576
- "borderStyle": "solid",
577
- "borderWidth": 0,
578
- "boxSizing": "border-box",
579
- "display": "flex",
580
- "flexDirection": "column",
581
- "margin": 0,
582
- "minHeight": 0,
583
- "minWidth": 0,
584
- "padding": "10px 16px",
585
- "position": "relative",
586
- "zIndex": 0,
587
- }
588
- }
589
- >
590
- <span
591
- className=""
592
- style={
593
- {
594
- "MozOsxFontSmoothing": "grayscale",
595
- "WebkitFontSmoothing": "antialiased",
596
- "display": "block",
597
- "fontFamily": "Lato, "Noto Sans", sans-serif",
598
- "fontSize": 16,
599
- "fontWeight": 400,
600
- "lineHeight": "20px",
601
- }
602
- }
603
- >
604
- Only the content
605
- </span>
606
- </div>
607
- `;
608
-
609
- exports[`wonder-blocks-tooltip example 8 1`] = `
610
- <div
611
- className=""
612
- style={
613
- {
614
- "alignItems": "stretch",
615
- "borderStyle": "solid",
616
- "borderWidth": 0,
617
- "boxSizing": "border-box",
618
- "display": "flex",
619
- "flexDirection": "column",
620
- "margin": 0,
621
- "minHeight": 0,
622
- "minWidth": 0,
623
- "padding": 16,
624
- "position": "relative",
625
- "zIndex": 0,
626
- }
627
- }
628
- >
629
- <h4
630
- className=""
631
- style={
632
- {
633
- "MozOsxFontSmoothing": "grayscale",
634
- "WebkitFontSmoothing": "antialiased",
635
- "display": "block",
636
- "fontFamily": "Lato, "Noto Sans", sans-serif",
637
- "fontSize": 20,
638
- "fontWeight": 700,
639
- "lineHeight": "24px",
640
- "marginBottom": 0,
641
- "marginTop": 0,
642
- }
643
- }
644
- >
645
- Title text!
646
- </h4>
647
- <div
648
- aria-hidden="true"
649
- className=""
650
- style={
651
- {
652
- "MsFlexBasis": 4,
653
- "MsFlexPreferredSize": 4,
654
- "WebkitFlexBasis": 4,
655
- "alignItems": "stretch",
656
- "borderStyle": "solid",
657
- "borderWidth": 0,
658
- "boxSizing": "border-box",
659
- "display": "flex",
660
- "flexBasis": 4,
661
- "flexDirection": "column",
662
- "flexShrink": 0,
663
- "margin": 0,
664
- "minHeight": 0,
665
- "minWidth": 0,
666
- "padding": 0,
667
- "position": "relative",
668
- "width": 4,
669
- "zIndex": 0,
670
- }
671
- }
672
- />
673
- <span
674
- className=""
675
- style={
676
- {
677
- "MozOsxFontSmoothing": "grayscale",
678
- "WebkitFontSmoothing": "antialiased",
679
- "display": "block",
680
- "fontFamily": "Lato, "Noto Sans", sans-serif",
681
- "fontSize": 16,
682
- "fontWeight": 400,
683
- "lineHeight": "20px",
684
- }
685
- }
686
- >
687
- Some content in my content
688
- </span>
689
- </div>
690
- `;
691
-
692
- exports[`wonder-blocks-tooltip example 9 1`] = `
693
- <div
694
- className=""
695
- style={
696
- {
697
- "alignItems": "stretch",
698
- "borderStyle": "solid",
699
- "borderWidth": 0,
700
- "boxSizing": "border-box",
701
- "display": "flex",
702
- "flexDirection": "column",
703
- "margin": 0,
704
- "minHeight": 0,
705
- "minWidth": 0,
706
- "padding": 16,
707
- "position": "relative",
708
- "zIndex": 0,
709
- }
710
- }
711
- >
712
- <span
713
- className=""
714
- style={
715
- {
716
- "MozOsxFontSmoothing": "grayscale",
717
- "WebkitFontSmoothing": "antialiased",
718
- "display": "block",
719
- "fontFamily": "Lato, "Noto Sans", sans-serif",
720
- "fontSize": 16,
721
- "fontWeight": 400,
722
- "lineHeight": "22px",
723
- }
724
- }
725
- >
726
- Body text title!
727
- </span>
728
- <div
729
- aria-hidden="true"
730
- className=""
731
- style={
732
- {
733
- "MsFlexBasis": 4,
734
- "MsFlexPreferredSize": 4,
735
- "WebkitFlexBasis": 4,
736
- "alignItems": "stretch",
737
- "borderStyle": "solid",
738
- "borderWidth": 0,
739
- "boxSizing": "border-box",
740
- "display": "flex",
741
- "flexBasis": 4,
742
- "flexDirection": "column",
743
- "flexShrink": 0,
744
- "margin": 0,
745
- "minHeight": 0,
746
- "minWidth": 0,
747
- "padding": 0,
748
- "position": "relative",
749
- "width": 4,
750
- "zIndex": 0,
751
- }
752
- }
753
- />
754
- <span
755
- className=""
756
- style={
757
- {
758
- "MozOsxFontSmoothing": "grayscale",
759
- "WebkitFontSmoothing": "antialiased",
760
- "display": "block",
761
- "fontFamily": "Lato, "Noto Sans", sans-serif",
762
- "fontSize": 16,
763
- "fontWeight": 400,
764
- "lineHeight": "22px",
765
- }
766
- }
767
- >
768
- Body text content!
769
- </span>
770
- <span
771
- className=""
772
- style={
773
- {
774
- "MozOsxFontSmoothing": "grayscale",
775
- "WebkitFontSmoothing": "antialiased",
776
- "display": "block",
777
- "fontFamily": "Lato, "Noto Sans", sans-serif",
778
- "fontSize": 14,
779
- "fontWeight": 400,
780
- "lineHeight": "18px",
781
- }
782
- }
783
- >
784
- And LabelSmall!
785
- </span>
786
- </div>
787
- `;
788
-
789
- exports[`wonder-blocks-tooltip example 10 1`] = `
790
- <div
791
- className=""
792
- style={
793
- {
794
- "alignItems": "stretch",
795
- "borderStyle": "solid",
796
- "borderWidth": 0,
797
- "boxSizing": "border-box",
798
- "display": "flex",
799
- "flexDirection": "column",
800
- "margin": 0,
801
- "minHeight": 0,
802
- "minWidth": 0,
803
- "padding": 0,
804
- "position": "relative",
805
- "zIndex": 0,
806
- }
807
- }
808
- >
809
- <div
810
- className=""
811
- data-placement="top"
812
- style={
813
- {
814
- "alignItems": "stretch",
815
- "borderStyle": "solid",
816
- "borderWidth": 0,
817
- "boxSizing": "border-box",
818
- "display": "flex",
819
- "flexDirection": "column",
820
- "height": 20,
821
- "margin": 0,
822
- "minHeight": 0,
823
- "minWidth": 0,
824
- "padding": 0,
825
- "pointerEvents": "none",
826
- "position": "relative",
827
- "top": -1,
828
- "width": 40,
829
- "zIndex": 0,
830
- }
831
- }
832
- >
833
- <svg
834
- aria-hidden={true}
835
- className="arrow_oo4scr"
836
- height={12}
837
- style={
838
- {
839
- "marginLeft": 8,
840
- "marginRight": 8,
841
- "paddingBottom": 8,
842
- }
843
- }
844
- width={24}
845
- >
846
- <filter
847
- height="200%"
848
- id="tooltip-dropshadow-top-0"
849
- width="200%"
850
- x="-50%"
851
- y="-50%"
852
- >
853
- <feGaussianBlur
854
- in="SourceAlpha"
855
- stdDeviation={3}
856
- />
857
- <feComponentTransfer>
858
- <feFuncA
859
- slope="0.3"
860
- type="linear"
861
- />
862
- </feComponentTransfer>
863
- </filter>
864
- <g
865
- transform="translate(0,5.5)"
866
- >
867
- <polyline
868
- fill="rgba(33,36,44,0.16)"
869
- filter="url(#tooltip-dropshadow-top-0)"
870
- points="0,0 12,12 24,0"
871
- stroke="rgba(33,36,44,0.32)"
872
- />
873
- </g>
874
- <polyline
875
- fill="#ffffff"
876
- points="0,0 12,12 24,0"
877
- stroke="#ffffff"
878
- />
879
- <polyline
880
- fill="#ffffff"
881
- points="0,0 12,12 24,0"
882
- stroke="rgba(33,36,44,0.16)"
883
- />
884
- <polyline
885
- points="0,-0.5 24,-0.5"
886
- stroke="#ffffff"
887
- />
888
- </svg>
889
- </div>
890
- <div
891
- className=""
892
- style={
893
- {
894
- "alignItems": "stretch",
895
- "borderStyle": "solid",
896
- "borderWidth": 0,
897
- "boxSizing": "border-box",
898
- "display": "flex",
899
- "flexDirection": "row",
900
- "height": 4,
901
- "margin": 0,
902
- "minHeight": 0,
903
- "minWidth": 0,
904
- "padding": 0,
905
- "position": "relative",
906
- "zIndex": 0,
907
- }
908
- }
909
- >
910
- <div
911
- className=""
912
- style={
913
- {
914
- "alignItems": "stretch",
915
- "backgroundColor": "bisque",
916
- "borderStyle": "solid",
917
- "borderWidth": 0,
918
- "boxSizing": "border-box",
919
- "display": "flex",
920
- "flexDirection": "column",
921
- "margin": 0,
922
- "minHeight": 0,
923
- "minWidth": 0,
924
- "padding": 0,
925
- "position": "relative",
926
- "width": 8,
927
- "zIndex": 0,
928
- }
929
- }
930
- />
931
- <div
932
- className=""
933
- style={
934
- {
935
- "alignItems": "stretch",
936
- "backgroundColor": "green",
937
- "borderStyle": "solid",
938
- "borderWidth": 0,
939
- "boxSizing": "border-box",
940
- "display": "flex",
941
- "flexDirection": "column",
942
- "margin": 0,
943
- "minHeight": 0,
944
- "minWidth": 0,
945
- "padding": 0,
946
- "position": "relative",
947
- "width": 24,
948
- "zIndex": 0,
949
- }
950
- }
951
- />
952
- <div
953
- className=""
954
- style={
955
- {
956
- "alignItems": "stretch",
957
- "backgroundColor": "bisque",
958
- "borderStyle": "solid",
959
- "borderWidth": 0,
960
- "boxSizing": "border-box",
961
- "display": "flex",
962
- "flexDirection": "column",
963
- "margin": 0,
964
- "minHeight": 0,
965
- "minWidth": 0,
966
- "padding": 0,
967
- "position": "relative",
968
- "width": 8,
969
- "zIndex": 0,
970
- }
971
- }
972
- />
973
- <div
974
- aria-hidden="true"
975
- className=""
976
- style={
977
- {
978
- "alignItems": "stretch",
979
- "borderStyle": "solid",
980
- "borderWidth": 0,
981
- "boxSizing": "border-box",
982
- "display": "flex",
983
- "flexDirection": "column",
984
- "flexGrow": 1,
985
- "margin": 0,
986
- "minHeight": 0,
987
- "minWidth": 0,
988
- "padding": 0,
989
- "position": "relative",
990
- "zIndex": 0,
991
- }
992
- }
993
- />
994
- </div>
995
- </div>
996
- `;
997
-
998
- exports[`wonder-blocks-tooltip example 11 1`] = `
999
- <div
1000
- className=""
1001
- style={
1002
- {
1003
- "alignItems": "stretch",
1004
- "borderStyle": "solid",
1005
- "borderWidth": 0,
1006
- "boxSizing": "border-box",
1007
- "display": "flex",
1008
- "flexDirection": "row",
1009
- "margin": 0,
1010
- "minHeight": 0,
1011
- "minWidth": 0,
1012
- "padding": 0,
1013
- "position": "relative",
1014
- "zIndex": 0,
1015
- }
1016
- }
1017
- >
1018
- <div
1019
- className=""
1020
- style={
1021
- {
1022
- "alignItems": "stretch",
1023
- "borderStyle": "solid",
1024
- "borderWidth": 0,
1025
- "boxSizing": "border-box",
1026
- "display": "flex",
1027
- "flexDirection": "column",
1028
- "margin": 0,
1029
- "minHeight": 0,
1030
- "minWidth": 0,
1031
- "padding": 0,
1032
- "position": "relative",
1033
- "width": 4,
1034
- "zIndex": 0,
1035
- }
1036
- }
1037
- >
1038
- <div
1039
- className=""
1040
- style={
1041
- {
1042
- "alignItems": "stretch",
1043
- "backgroundColor": "bisque",
1044
- "borderStyle": "solid",
1045
- "borderWidth": 0,
1046
- "boxSizing": "border-box",
1047
- "display": "flex",
1048
- "flexDirection": "column",
1049
- "height": 8,
1050
- "margin": 0,
1051
- "minHeight": 0,
1052
- "minWidth": 0,
1053
- "padding": 0,
1054
- "position": "relative",
1055
- "zIndex": 0,
1056
- }
1057
- }
1058
- />
1059
- <div
1060
- className=""
1061
- style={
1062
- {
1063
- "alignItems": "stretch",
1064
- "backgroundColor": "green",
1065
- "borderStyle": "solid",
1066
- "borderWidth": 0,
1067
- "boxSizing": "border-box",
1068
- "display": "flex",
1069
- "flexDirection": "column",
1070
- "height": 24,
1071
- "margin": 0,
1072
- "minHeight": 0,
1073
- "minWidth": 0,
1074
- "padding": 0,
1075
- "position": "relative",
1076
- "zIndex": 0,
1077
- }
1078
- }
1079
- />
1080
- <div
1081
- className=""
1082
- style={
1083
- {
1084
- "alignItems": "stretch",
1085
- "backgroundColor": "bisque",
1086
- "borderStyle": "solid",
1087
- "borderWidth": 0,
1088
- "boxSizing": "border-box",
1089
- "display": "flex",
1090
- "flexDirection": "column",
1091
- "height": 8,
1092
- "margin": 0,
1093
- "minHeight": 0,
1094
- "minWidth": 0,
1095
- "padding": 0,
1096
- "position": "relative",
1097
- "zIndex": 0,
1098
- }
1099
- }
1100
- />
1101
- <div
1102
- aria-hidden="true"
1103
- className=""
1104
- style={
1105
- {
1106
- "alignItems": "stretch",
1107
- "borderStyle": "solid",
1108
- "borderWidth": 0,
1109
- "boxSizing": "border-box",
1110
- "display": "flex",
1111
- "flexDirection": "column",
1112
- "flexGrow": 1,
1113
- "margin": 0,
1114
- "minHeight": 0,
1115
- "minWidth": 0,
1116
- "padding": 0,
1117
- "position": "relative",
1118
- "zIndex": 0,
1119
- }
1120
- }
1121
- />
1122
- </div>
1123
- <div
1124
- className=""
1125
- data-placement="right"
1126
- style={
1127
- {
1128
- "alignItems": "stretch",
1129
- "borderStyle": "solid",
1130
- "borderWidth": 0,
1131
- "boxSizing": "border-box",
1132
- "display": "flex",
1133
- "flexDirection": "column",
1134
- "height": 40,
1135
- "left": 1,
1136
- "margin": 0,
1137
- "minHeight": 0,
1138
- "minWidth": 0,
1139
- "padding": 0,
1140
- "pointerEvents": "none",
1141
- "position": "relative",
1142
- "width": 20,
1143
- "zIndex": 0,
1144
- }
1145
- }
1146
- >
1147
- <svg
1148
- aria-hidden={true}
1149
- className="arrow_oo4scr"
1150
- height={24}
1151
- style={
1152
- {
1153
- "marginBottom": 8,
1154
- "marginTop": 8,
1155
- "paddingLeft": 8,
1156
- }
1157
- }
1158
- width={12}
1159
- >
1160
- <filter
1161
- height="200%"
1162
- id="tooltip-dropshadow-right-1"
1163
- width="200%"
1164
- x="-100%"
1165
- y="-50%"
1166
- >
1167
- <feGaussianBlur
1168
- in="SourceAlpha"
1169
- stdDeviation={3}
1170
- />
1171
- <feComponentTransfer>
1172
- <feFuncA
1173
- slope="0.3"
1174
- type="linear"
1175
- />
1176
- </feComponentTransfer>
1177
- </filter>
1178
- <g
1179
- transform="translate(-1,5.5)"
1180
- >
1181
- <polyline
1182
- fill="rgba(33,36,44,0.16)"
1183
- filter="url(#tooltip-dropshadow-right-1)"
1184
- points="12,0 0,12 12,24"
1185
- stroke="rgba(33,36,44,0.32)"
1186
- />
1187
- </g>
1188
- <polyline
1189
- fill="#ffffff"
1190
- points="12,0 0,12 12,24"
1191
- stroke="#ffffff"
1192
- />
1193
- <polyline
1194
- fill="#ffffff"
1195
- points="12,0 0,12 12,24"
1196
- stroke="rgba(33,36,44,0.16)"
1197
- />
1198
- <polyline
1199
- points="12.5,0 12.5,24"
1200
- stroke="#ffffff"
1201
- />
1202
- </svg>
1203
- </div>
1204
- </div>
1205
- `;
1206
-
1207
- exports[`wonder-blocks-tooltip example 12 1`] = `
1208
- <div
1209
- className=""
1210
- style={
1211
- {
1212
- "alignItems": "stretch",
1213
- "borderStyle": "solid",
1214
- "borderWidth": 0,
1215
- "boxSizing": "border-box",
1216
- "display": "flex",
1217
- "flexDirection": "column",
1218
- "margin": 0,
1219
- "minHeight": 0,
1220
- "minWidth": 0,
1221
- "padding": 0,
1222
- "position": "relative",
1223
- "zIndex": 0,
1224
- }
1225
- }
1226
- >
1227
- <div
1228
- className=""
1229
- style={
1230
- {
1231
- "alignItems": "stretch",
1232
- "borderStyle": "solid",
1233
- "borderWidth": 0,
1234
- "boxSizing": "border-box",
1235
- "display": "flex",
1236
- "flexDirection": "row",
1237
- "height": 4,
1238
- "margin": 0,
1239
- "minHeight": 0,
1240
- "minWidth": 0,
1241
- "padding": 0,
1242
- "position": "relative",
1243
- "zIndex": 0,
1244
- }
1245
- }
1246
- >
1247
- <div
1248
- className=""
1249
- style={
1250
- {
1251
- "alignItems": "stretch",
1252
- "backgroundColor": "bisque",
1253
- "borderStyle": "solid",
1254
- "borderWidth": 0,
1255
- "boxSizing": "border-box",
1256
- "display": "flex",
1257
- "flexDirection": "column",
1258
- "margin": 0,
1259
- "minHeight": 0,
1260
- "minWidth": 0,
1261
- "padding": 0,
1262
- "position": "relative",
1263
- "width": 8,
1264
- "zIndex": 0,
1265
- }
1266
- }
1267
- />
1268
- <div
1269
- className=""
1270
- style={
1271
- {
1272
- "alignItems": "stretch",
1273
- "backgroundColor": "green",
1274
- "borderStyle": "solid",
1275
- "borderWidth": 0,
1276
- "boxSizing": "border-box",
1277
- "display": "flex",
1278
- "flexDirection": "column",
1279
- "margin": 0,
1280
- "minHeight": 0,
1281
- "minWidth": 0,
1282
- "padding": 0,
1283
- "position": "relative",
1284
- "width": 24,
1285
- "zIndex": 0,
1286
- }
1287
- }
1288
- />
1289
- <div
1290
- className=""
1291
- style={
1292
- {
1293
- "alignItems": "stretch",
1294
- "backgroundColor": "bisque",
1295
- "borderStyle": "solid",
1296
- "borderWidth": 0,
1297
- "boxSizing": "border-box",
1298
- "display": "flex",
1299
- "flexDirection": "column",
1300
- "margin": 0,
1301
- "minHeight": 0,
1302
- "minWidth": 0,
1303
- "padding": 0,
1304
- "position": "relative",
1305
- "width": 8,
1306
- "zIndex": 0,
1307
- }
1308
- }
1309
- />
1310
- <div
1311
- aria-hidden="true"
1312
- className=""
1313
- style={
1314
- {
1315
- "alignItems": "stretch",
1316
- "borderStyle": "solid",
1317
- "borderWidth": 0,
1318
- "boxSizing": "border-box",
1319
- "display": "flex",
1320
- "flexDirection": "column",
1321
- "flexGrow": 1,
1322
- "margin": 0,
1323
- "minHeight": 0,
1324
- "minWidth": 0,
1325
- "padding": 0,
1326
- "position": "relative",
1327
- "zIndex": 0,
1328
- }
1329
- }
1330
- />
1331
- </div>
1332
- <div
1333
- className=""
1334
- data-placement="bottom"
1335
- style={
1336
- {
1337
- "alignItems": "stretch",
1338
- "borderStyle": "solid",
1339
- "borderWidth": 0,
1340
- "boxSizing": "border-box",
1341
- "display": "flex",
1342
- "flexDirection": "column",
1343
- "height": 20,
1344
- "margin": 0,
1345
- "minHeight": 0,
1346
- "minWidth": 0,
1347
- "padding": 0,
1348
- "pointerEvents": "none",
1349
- "position": "relative",
1350
- "top": 1,
1351
- "width": 40,
1352
- "zIndex": 0,
1353
- }
1354
- }
1355
- >
1356
- <svg
1357
- aria-hidden={true}
1358
- className="arrow_oo4scr"
1359
- height={12}
1360
- style={
1361
- {
1362
- "marginLeft": 8,
1363
- "marginRight": 8,
1364
- "paddingTop": 8,
1365
- }
1366
- }
1367
- width={24}
1368
- >
1369
- <polyline
1370
- fill="#ffffff"
1371
- points="0, 12 12,0 24,12"
1372
- stroke="#ffffff"
1373
- />
1374
- <polyline
1375
- fill="#ffffff"
1376
- points="0, 12 12,0 24,12"
1377
- stroke="rgba(33,36,44,0.16)"
1378
- />
1379
- <polyline
1380
- points="0, 12.5 24,12.5"
1381
- stroke="#ffffff"
1382
- />
1383
- </svg>
1384
- </div>
1385
- </div>
1386
- `;
1387
-
1388
- exports[`wonder-blocks-tooltip example 13 1`] = `
1389
- <div
1390
- className=""
1391
- style={
1392
- {
1393
- "alignItems": "stretch",
1394
- "borderStyle": "solid",
1395
- "borderWidth": 0,
1396
- "boxSizing": "border-box",
1397
- "display": "flex",
1398
- "flexDirection": "row",
1399
- "margin": 0,
1400
- "minHeight": 0,
1401
- "minWidth": 0,
1402
- "padding": 0,
1403
- "position": "relative",
1404
- "zIndex": 0,
1405
- }
1406
- }
1407
- >
1408
- <div
1409
- className=""
1410
- data-placement="left"
1411
- style={
1412
- {
1413
- "alignItems": "stretch",
1414
- "borderStyle": "solid",
1415
- "borderWidth": 0,
1416
- "boxSizing": "border-box",
1417
- "display": "flex",
1418
- "flexDirection": "column",
1419
- "height": 40,
1420
- "left": -1,
1421
- "margin": 0,
1422
- "minHeight": 0,
1423
- "minWidth": 0,
1424
- "padding": 0,
1425
- "pointerEvents": "none",
1426
- "position": "relative",
1427
- "width": 20,
1428
- "zIndex": 0,
1429
- }
1430
- }
1431
- >
1432
- <svg
1433
- aria-hidden={true}
1434
- className="arrow_oo4scr"
1435
- height={24}
1436
- style={
1437
- {
1438
- "marginBottom": 8,
1439
- "marginTop": 8,
1440
- "paddingRight": 8,
1441
- }
1442
- }
1443
- width={12}
1444
- >
1445
- <filter
1446
- height="200%"
1447
- id="tooltip-dropshadow-left-2"
1448
- width="200%"
1449
- x="0%"
1450
- y="-50%"
1451
- >
1452
- <feGaussianBlur
1453
- in="SourceAlpha"
1454
- stdDeviation={3}
1455
- />
1456
- <feComponentTransfer>
1457
- <feFuncA
1458
- slope="0.3"
1459
- type="linear"
1460
- />
1461
- </feComponentTransfer>
1462
- </filter>
1463
- <g
1464
- transform="translate(1,5.5)"
1465
- >
1466
- <polyline
1467
- fill="rgba(33,36,44,0.16)"
1468
- filter="url(#tooltip-dropshadow-left-2)"
1469
- points="0,0 12,12 0,24"
1470
- stroke="rgba(33,36,44,0.32)"
1471
- />
1472
- </g>
1473
- <polyline
1474
- fill="#ffffff"
1475
- points="0,0 12,12 0,24"
1476
- stroke="#ffffff"
1477
- />
1478
- <polyline
1479
- fill="#ffffff"
1480
- points="0,0 12,12 0,24"
1481
- stroke="rgba(33,36,44,0.16)"
1482
- />
1483
- <polyline
1484
- points="-0.5,0 -0.5,24"
1485
- stroke="#ffffff"
1486
- />
1487
- </svg>
1488
- </div>
1489
- <div
1490
- className=""
1491
- style={
1492
- {
1493
- "alignItems": "stretch",
1494
- "borderStyle": "solid",
1495
- "borderWidth": 0,
1496
- "boxSizing": "border-box",
1497
- "display": "flex",
1498
- "flexDirection": "column",
1499
- "margin": 0,
1500
- "minHeight": 0,
1501
- "minWidth": 0,
1502
- "padding": 0,
1503
- "position": "relative",
1504
- "width": 4,
1505
- "zIndex": 0,
1506
- }
1507
- }
1508
- >
1509
- <div
1510
- className=""
1511
- style={
1512
- {
1513
- "alignItems": "stretch",
1514
- "backgroundColor": "bisque",
1515
- "borderStyle": "solid",
1516
- "borderWidth": 0,
1517
- "boxSizing": "border-box",
1518
- "display": "flex",
1519
- "flexDirection": "column",
1520
- "height": 8,
1521
- "margin": 0,
1522
- "minHeight": 0,
1523
- "minWidth": 0,
1524
- "padding": 0,
1525
- "position": "relative",
1526
- "zIndex": 0,
1527
- }
1528
- }
1529
- />
1530
- <div
1531
- className=""
1532
- style={
1533
- {
1534
- "alignItems": "stretch",
1535
- "backgroundColor": "green",
1536
- "borderStyle": "solid",
1537
- "borderWidth": 0,
1538
- "boxSizing": "border-box",
1539
- "display": "flex",
1540
- "flexDirection": "column",
1541
- "height": 24,
1542
- "margin": 0,
1543
- "minHeight": 0,
1544
- "minWidth": 0,
1545
- "padding": 0,
1546
- "position": "relative",
1547
- "zIndex": 0,
1548
- }
1549
- }
1550
- />
1551
- <div
1552
- className=""
1553
- style={
1554
- {
1555
- "alignItems": "stretch",
1556
- "backgroundColor": "bisque",
1557
- "borderStyle": "solid",
1558
- "borderWidth": 0,
1559
- "boxSizing": "border-box",
1560
- "display": "flex",
1561
- "flexDirection": "column",
1562
- "height": 8,
1563
- "margin": 0,
1564
- "minHeight": 0,
1565
- "minWidth": 0,
1566
- "padding": 0,
1567
- "position": "relative",
1568
- "zIndex": 0,
1569
- }
1570
- }
1571
- />
1572
- <div
1573
- aria-hidden="true"
1574
- className=""
1575
- style={
1576
- {
1577
- "alignItems": "stretch",
1578
- "borderStyle": "solid",
1579
- "borderWidth": 0,
1580
- "boxSizing": "border-box",
1581
- "display": "flex",
1582
- "flexDirection": "column",
1583
- "flexGrow": 1,
1584
- "margin": 0,
1585
- "minHeight": 0,
1586
- "minWidth": 0,
1587
- "padding": 0,
1588
- "position": "relative",
1589
- "zIndex": 0,
1590
- }
1591
- }
1592
- />
1593
- </div>
1594
- </div>
1595
- `;
1596
-
1597
- exports[`wonder-blocks-tooltip example 14 1`] = `
1598
- <div
1599
- className=""
1600
- style={
1601
- {
1602
- "alignItems": "stretch",
1603
- "borderStyle": "solid",
1604
- "borderWidth": 0,
1605
- "boxSizing": "border-box",
1606
- "display": "flex",
1607
- "flexDirection": "column",
1608
- "margin": 0,
1609
- "minHeight": 0,
1610
- "minWidth": 0,
1611
- "padding": 0,
1612
- "position": "relative",
1613
- "zIndex": 0,
1614
- }
1615
- }
1616
- >
1617
- <div
1618
- className=""
1619
- data-placement="top"
1620
- onMouseEnter={[Function]}
1621
- onMouseLeave={[Function]}
1622
- role="tooltip"
1623
- style={
1624
- {
1625
- "alignItems": "stretch",
1626
- "borderStyle": "solid",
1627
- "borderWidth": 0,
1628
- "boxSizing": "border-box",
1629
- "display": "flex",
1630
- "flexDirection": "column",
1631
- "margin": 0,
1632
- "minHeight": 0,
1633
- "minWidth": 0,
1634
- "padding": 0,
1635
- "position": "relative",
1636
- "zIndex": 0,
1637
- }
1638
- }
1639
- >
1640
- <div
1641
- className=""
1642
- style={
1643
- {
1644
- "alignItems": "stretch",
1645
- "backgroundColor": "#ffffff",
1646
- "border": "solid 1px rgba(33,36,44,0.16)",
1647
- "borderRadius": 4,
1648
- "borderStyle": "solid",
1649
- "borderWidth": 0,
1650
- "boxShadow": "0 8px 8px 0 rgba(33,36,44,0.08)",
1651
- "boxSizing": "border-box",
1652
- "display": "flex",
1653
- "flexDirection": "column",
1654
- "justifyContent": "center",
1655
- "margin": 0,
1656
- "maxWidth": 472,
1657
- "minHeight": 0,
1658
- "minWidth": 0,
1659
- "padding": 0,
1660
- "position": "relative",
1661
- "zIndex": 0,
1662
- }
1663
- }
1664
- >
1665
- <div
1666
- className=""
1667
- style={
1668
- {
1669
- "alignItems": "stretch",
1670
- "borderStyle": "solid",
1671
- "borderWidth": 0,
1672
- "boxSizing": "border-box",
1673
- "display": "flex",
1674
- "flexDirection": "column",
1675
- "margin": 0,
1676
- "minHeight": 0,
1677
- "minWidth": 0,
1678
- "padding": "10px 16px",
1679
- "position": "relative",
1680
- "zIndex": 0,
1681
- }
1682
- }
1683
- >
1684
- <span
1685
- className=""
1686
- style={
1687
- {
1688
- "MozOsxFontSmoothing": "grayscale",
1689
- "WebkitFontSmoothing": "antialiased",
1690
- "display": "block",
1691
- "fontFamily": "Lato, "Noto Sans", sans-serif",
1692
- "fontSize": 16,
1693
- "fontWeight": 400,
1694
- "lineHeight": "20px",
1695
- }
1696
- }
1697
- >
1698
- I'm on the top!
1699
- </span>
1700
- </div>
1701
- </div>
1702
- <div
1703
- className=""
1704
- data-placement="top"
1705
- style={
1706
- {
1707
- "alignItems": "stretch",
1708
- "borderStyle": "solid",
1709
- "borderWidth": 0,
1710
- "boxSizing": "border-box",
1711
- "display": "flex",
1712
- "flexDirection": "column",
1713
- "height": 20,
1714
- "margin": 0,
1715
- "minHeight": 0,
1716
- "minWidth": 0,
1717
- "padding": 0,
1718
- "pointerEvents": "none",
1719
- "position": "relative",
1720
- "top": -1,
1721
- "width": 40,
1722
- "zIndex": 0,
1723
- }
1724
- }
1725
- >
1726
- <svg
1727
- aria-hidden={true}
1728
- className="arrow_oo4scr"
1729
- height={12}
1730
- style={
1731
- {
1732
- "marginLeft": 8,
1733
- "marginRight": 8,
1734
- "paddingBottom": 8,
1735
- }
1736
- }
1737
- width={24}
1738
- >
1739
- <filter
1740
- height="200%"
1741
- id="tooltip-dropshadow-top-3"
1742
- width="200%"
1743
- x="-50%"
1744
- y="-50%"
1745
- >
1746
- <feGaussianBlur
1747
- in="SourceAlpha"
1748
- stdDeviation={3}
1749
- />
1750
- <feComponentTransfer>
1751
- <feFuncA
1752
- slope="0.3"
1753
- type="linear"
1754
- />
1755
- </feComponentTransfer>
1756
- </filter>
1757
- <g
1758
- transform="translate(0,5.5)"
1759
- >
1760
- <polyline
1761
- fill="rgba(33,36,44,0.16)"
1762
- filter="url(#tooltip-dropshadow-top-3)"
1763
- points="0,0 12,12 24,0"
1764
- stroke="rgba(33,36,44,0.32)"
1765
- />
1766
- </g>
1767
- <polyline
1768
- fill="#ffffff"
1769
- points="0,0 12,12 24,0"
1770
- stroke="#ffffff"
1771
- />
1772
- <polyline
1773
- fill="#ffffff"
1774
- points="0,0 12,12 24,0"
1775
- stroke="rgba(33,36,44,0.16)"
1776
- />
1777
- <polyline
1778
- points="0,-0.5 24,-0.5"
1779
- stroke="#ffffff"
1780
- />
1781
- </svg>
1782
- </div>
1783
- </div>
1784
- </div>
1785
- `;
1786
-
1787
- exports[`wonder-blocks-tooltip example 15 1`] = `
1788
- <div
1789
- className=""
1790
- style={
1791
- {
1792
- "alignItems": "flex-start",
1793
- "borderStyle": "solid",
1794
- "borderWidth": 0,
1795
- "boxSizing": "border-box",
1796
- "display": "flex",
1797
- "flexDirection": "column",
1798
- "margin": 0,
1799
- "minHeight": 0,
1800
- "minWidth": 0,
1801
- "padding": 0,
1802
- "position": "relative",
1803
- "zIndex": 0,
1804
- }
1805
- }
1806
- >
1807
- <div
1808
- className=""
1809
- data-placement="right"
1810
- onMouseEnter={[Function]}
1811
- onMouseLeave={[Function]}
1812
- role="tooltip"
1813
- style={
1814
- {
1815
- "alignItems": "stretch",
1816
- "borderStyle": "solid",
1817
- "borderWidth": 0,
1818
- "boxSizing": "border-box",
1819
- "display": "flex",
1820
- "flexDirection": "row-reverse",
1821
- "margin": 0,
1822
- "minHeight": 0,
1823
- "minWidth": 0,
1824
- "padding": 0,
1825
- "position": "relative",
1826
- "zIndex": 0,
1827
- }
1828
- }
1829
- >
1830
- <div
1831
- className=""
1832
- style={
1833
- {
1834
- "alignItems": "stretch",
1835
- "backgroundColor": "#ffffff",
1836
- "border": "solid 1px rgba(33,36,44,0.16)",
1837
- "borderRadius": 4,
1838
- "borderStyle": "solid",
1839
- "borderWidth": 0,
1840
- "boxShadow": "0 8px 8px 0 rgba(33,36,44,0.08)",
1841
- "boxSizing": "border-box",
1842
- "display": "flex",
1843
- "flexDirection": "column",
1844
- "justifyContent": "center",
1845
- "margin": 0,
1846
- "maxWidth": 472,
1847
- "minHeight": 0,
1848
- "minWidth": 0,
1849
- "padding": 0,
1850
- "position": "relative",
1851
- "zIndex": 0,
1852
- }
1853
- }
1854
- >
1855
- <div
1856
- className=""
1857
- style={
1858
- {
1859
- "alignItems": "stretch",
1860
- "borderStyle": "solid",
1861
- "borderWidth": 0,
1862
- "boxSizing": "border-box",
1863
- "display": "flex",
1864
- "flexDirection": "column",
1865
- "margin": 0,
1866
- "minHeight": 0,
1867
- "minWidth": 0,
1868
- "padding": "10px 16px",
1869
- "position": "relative",
1870
- "zIndex": 0,
1871
- }
1872
- }
1873
- >
1874
- <span
1875
- className=""
1876
- style={
1877
- {
1878
- "MozOsxFontSmoothing": "grayscale",
1879
- "WebkitFontSmoothing": "antialiased",
1880
- "display": "block",
1881
- "fontFamily": "Lato, "Noto Sans", sans-serif",
1882
- "fontSize": 16,
1883
- "fontWeight": 400,
1884
- "lineHeight": "20px",
1885
- }
1886
- }
1887
- >
1888
- I'm on the right!
1889
- </span>
1890
- </div>
1891
- </div>
1892
- <div
1893
- className=""
1894
- data-placement="right"
1895
- style={
1896
- {
1897
- "alignItems": "stretch",
1898
- "borderStyle": "solid",
1899
- "borderWidth": 0,
1900
- "boxSizing": "border-box",
1901
- "display": "flex",
1902
- "flexDirection": "column",
1903
- "height": 40,
1904
- "left": 1,
1905
- "margin": 0,
1906
- "minHeight": 0,
1907
- "minWidth": 0,
1908
- "padding": 0,
1909
- "pointerEvents": "none",
1910
- "position": "relative",
1911
- "width": 20,
1912
- "zIndex": 0,
1913
- }
1914
- }
1915
- >
1916
- <svg
1917
- aria-hidden={true}
1918
- className="arrow_oo4scr"
1919
- height={24}
1920
- style={
1921
- {
1922
- "marginBottom": 8,
1923
- "marginTop": 8,
1924
- "paddingLeft": 8,
1925
- }
1926
- }
1927
- width={12}
1928
- >
1929
- <filter
1930
- height="200%"
1931
- id="tooltip-dropshadow-right-4"
1932
- width="200%"
1933
- x="-100%"
1934
- y="-50%"
1935
- >
1936
- <feGaussianBlur
1937
- in="SourceAlpha"
1938
- stdDeviation={3}
1939
- />
1940
- <feComponentTransfer>
1941
- <feFuncA
1942
- slope="0.3"
1943
- type="linear"
1944
- />
1945
- </feComponentTransfer>
1946
- </filter>
1947
- <g
1948
- transform="translate(-1,5.5)"
1949
- >
1950
- <polyline
1951
- fill="rgba(33,36,44,0.16)"
1952
- filter="url(#tooltip-dropshadow-right-4)"
1953
- points="12,0 0,12 12,24"
1954
- stroke="rgba(33,36,44,0.32)"
1955
- />
1956
- </g>
1957
- <polyline
1958
- fill="#ffffff"
1959
- points="12,0 0,12 12,24"
1960
- stroke="#ffffff"
1961
- />
1962
- <polyline
1963
- fill="#ffffff"
1964
- points="12,0 0,12 12,24"
1965
- stroke="rgba(33,36,44,0.16)"
1966
- />
1967
- <polyline
1968
- points="12.5,0 12.5,24"
1969
- stroke="#ffffff"
1970
- />
1971
- </svg>
1972
- </div>
1973
- </div>
1974
- </div>
1975
- `;
1976
-
1977
- exports[`wonder-blocks-tooltip example 16 1`] = `
1978
- <div
1979
- className=""
1980
- style={
1981
- {
1982
- "alignItems": "stretch",
1983
- "borderStyle": "solid",
1984
- "borderWidth": 0,
1985
- "boxSizing": "border-box",
1986
- "display": "flex",
1987
- "flexDirection": "column",
1988
- "margin": 0,
1989
- "minHeight": 0,
1990
- "minWidth": 0,
1991
- "padding": 0,
1992
- "position": "relative",
1993
- "zIndex": 0,
1994
- }
1995
- }
1996
- >
1997
- <div
1998
- className=""
1999
- data-placement="bottom"
2000
- onMouseEnter={[Function]}
2001
- onMouseLeave={[Function]}
2002
- role="tooltip"
2003
- style={
2004
- {
2005
- "alignItems": "stretch",
2006
- "borderStyle": "solid",
2007
- "borderWidth": 0,
2008
- "boxSizing": "border-box",
2009
- "display": "flex",
2010
- "flexDirection": "column-reverse",
2011
- "margin": 0,
2012
- "minHeight": 0,
2013
- "minWidth": 0,
2014
- "padding": 0,
2015
- "position": "relative",
2016
- "zIndex": 0,
2017
- }
2018
- }
2019
- >
2020
- <div
2021
- className=""
2022
- style={
2023
- {
2024
- "alignItems": "stretch",
2025
- "backgroundColor": "#ffffff",
2026
- "border": "solid 1px rgba(33,36,44,0.16)",
2027
- "borderRadius": 4,
2028
- "borderStyle": "solid",
2029
- "borderWidth": 0,
2030
- "boxShadow": "0 8px 8px 0 rgba(33,36,44,0.08)",
2031
- "boxSizing": "border-box",
2032
- "display": "flex",
2033
- "flexDirection": "column",
2034
- "justifyContent": "center",
2035
- "margin": 0,
2036
- "maxWidth": 472,
2037
- "minHeight": 0,
2038
- "minWidth": 0,
2039
- "padding": 0,
2040
- "position": "relative",
2041
- "zIndex": 0,
2042
- }
2043
- }
2044
- >
2045
- <div
2046
- className=""
2047
- style={
2048
- {
2049
- "alignItems": "stretch",
2050
- "borderStyle": "solid",
2051
- "borderWidth": 0,
2052
- "boxSizing": "border-box",
2053
- "display": "flex",
2054
- "flexDirection": "column",
2055
- "margin": 0,
2056
- "minHeight": 0,
2057
- "minWidth": 0,
2058
- "padding": "10px 16px",
2059
- "position": "relative",
2060
- "zIndex": 0,
2061
- }
2062
- }
2063
- >
2064
- <span
2065
- className=""
2066
- style={
2067
- {
2068
- "MozOsxFontSmoothing": "grayscale",
2069
- "WebkitFontSmoothing": "antialiased",
2070
- "display": "block",
2071
- "fontFamily": "Lato, "Noto Sans", sans-serif",
2072
- "fontSize": 16,
2073
- "fontWeight": 400,
2074
- "lineHeight": "20px",
2075
- }
2076
- }
2077
- >
2078
- I'm on the bottom!
2079
- </span>
2080
- </div>
2081
- </div>
2082
- <div
2083
- className=""
2084
- data-placement="bottom"
2085
- style={
2086
- {
2087
- "alignItems": "stretch",
2088
- "borderStyle": "solid",
2089
- "borderWidth": 0,
2090
- "boxSizing": "border-box",
2091
- "display": "flex",
2092
- "flexDirection": "column",
2093
- "height": 20,
2094
- "margin": 0,
2095
- "minHeight": 0,
2096
- "minWidth": 0,
2097
- "padding": 0,
2098
- "pointerEvents": "none",
2099
- "position": "relative",
2100
- "top": 1,
2101
- "width": 40,
2102
- "zIndex": 0,
2103
- }
2104
- }
2105
- >
2106
- <svg
2107
- aria-hidden={true}
2108
- className="arrow_oo4scr"
2109
- height={12}
2110
- style={
2111
- {
2112
- "marginLeft": 8,
2113
- "marginRight": 8,
2114
- "paddingTop": 8,
2115
- }
2116
- }
2117
- width={24}
2118
- >
2119
- <polyline
2120
- fill="#ffffff"
2121
- points="0, 12 12,0 24,12"
2122
- stroke="#ffffff"
2123
- />
2124
- <polyline
2125
- fill="#ffffff"
2126
- points="0, 12 12,0 24,12"
2127
- stroke="rgba(33,36,44,0.16)"
2128
- />
2129
- <polyline
2130
- points="0, 12.5 24,12.5"
2131
- stroke="#ffffff"
2132
- />
2133
- </svg>
2134
- </div>
2135
- </div>
2136
- </div>
2137
- `;
2138
-
2139
- exports[`wonder-blocks-tooltip example 17 1`] = `
2140
- <div
2141
- className=""
2142
- style={
2143
- {
2144
- "alignItems": "stretch",
2145
- "borderStyle": "solid",
2146
- "borderWidth": 0,
2147
- "boxSizing": "border-box",
2148
- "display": "flex",
2149
- "flexDirection": "column",
2150
- "margin": 0,
2151
- "minHeight": 0,
2152
- "minWidth": 0,
2153
- "padding": 0,
2154
- "position": "relative",
2155
- "zIndex": 0,
2156
- }
2157
- }
2158
- >
2159
- <div
2160
- className=""
2161
- data-placement="left"
2162
- onMouseEnter={[Function]}
2163
- onMouseLeave={[Function]}
2164
- role="tooltip"
2165
- style={
2166
- {
2167
- "alignItems": "stretch",
2168
- "borderStyle": "solid",
2169
- "borderWidth": 0,
2170
- "boxSizing": "border-box",
2171
- "display": "flex",
2172
- "flexDirection": "row",
2173
- "margin": 0,
2174
- "minHeight": 0,
2175
- "minWidth": 0,
2176
- "padding": 0,
2177
- "position": "relative",
2178
- "zIndex": 0,
2179
- }
2180
- }
2181
- >
2182
- <div
2183
- className=""
2184
- style={
2185
- {
2186
- "alignItems": "stretch",
2187
- "backgroundColor": "#ffffff",
2188
- "border": "solid 1px rgba(33,36,44,0.16)",
2189
- "borderRadius": 4,
2190
- "borderStyle": "solid",
2191
- "borderWidth": 0,
2192
- "boxShadow": "0 8px 8px 0 rgba(33,36,44,0.08)",
2193
- "boxSizing": "border-box",
2194
- "display": "flex",
2195
- "flexDirection": "column",
2196
- "justifyContent": "center",
2197
- "margin": 0,
2198
- "maxWidth": 472,
2199
- "minHeight": 0,
2200
- "minWidth": 0,
2201
- "padding": 0,
2202
- "position": "relative",
2203
- "zIndex": 0,
2204
- }
2205
- }
2206
- >
2207
- <div
2208
- className=""
2209
- style={
2210
- {
2211
- "alignItems": "stretch",
2212
- "borderStyle": "solid",
2213
- "borderWidth": 0,
2214
- "boxSizing": "border-box",
2215
- "display": "flex",
2216
- "flexDirection": "column",
2217
- "margin": 0,
2218
- "minHeight": 0,
2219
- "minWidth": 0,
2220
- "padding": "10px 16px",
2221
- "position": "relative",
2222
- "zIndex": 0,
2223
- }
2224
- }
2225
- >
2226
- <span
2227
- className=""
2228
- style={
2229
- {
2230
- "MozOsxFontSmoothing": "grayscale",
2231
- "WebkitFontSmoothing": "antialiased",
2232
- "display": "block",
2233
- "fontFamily": "Lato, "Noto Sans", sans-serif",
2234
- "fontSize": 16,
2235
- "fontWeight": 400,
2236
- "lineHeight": "20px",
2237
- }
2238
- }
2239
- >
2240
- I'm on the left!
2241
- </span>
2242
- </div>
2243
- </div>
2244
- <div
2245
- className=""
2246
- data-placement="left"
2247
- style={
2248
- {
2249
- "alignItems": "stretch",
2250
- "borderStyle": "solid",
2251
- "borderWidth": 0,
2252
- "boxSizing": "border-box",
2253
- "display": "flex",
2254
- "flexDirection": "column",
2255
- "height": 40,
2256
- "left": -1,
2257
- "margin": 0,
2258
- "minHeight": 0,
2259
- "minWidth": 0,
2260
- "padding": 0,
2261
- "pointerEvents": "none",
2262
- "position": "relative",
2263
- "width": 20,
2264
- "zIndex": 0,
2265
- }
2266
- }
2267
- >
2268
- <svg
2269
- aria-hidden={true}
2270
- className="arrow_oo4scr"
2271
- height={24}
2272
- style={
2273
- {
2274
- "marginBottom": 8,
2275
- "marginTop": 8,
2276
- "paddingRight": 8,
2277
- }
2278
- }
2279
- width={12}
2280
- >
2281
- <filter
2282
- height="200%"
2283
- id="tooltip-dropshadow-left-5"
2284
- width="200%"
2285
- x="0%"
2286
- y="-50%"
2287
- >
2288
- <feGaussianBlur
2289
- in="SourceAlpha"
2290
- stdDeviation={3}
2291
- />
2292
- <feComponentTransfer>
2293
- <feFuncA
2294
- slope="0.3"
2295
- type="linear"
2296
- />
2297
- </feComponentTransfer>
2298
- </filter>
2299
- <g
2300
- transform="translate(1,5.5)"
2301
- >
2302
- <polyline
2303
- fill="rgba(33,36,44,0.16)"
2304
- filter="url(#tooltip-dropshadow-left-5)"
2305
- points="0,0 12,12 0,24"
2306
- stroke="rgba(33,36,44,0.32)"
2307
- />
2308
- </g>
2309
- <polyline
2310
- fill="#ffffff"
2311
- points="0,0 12,12 0,24"
2312
- stroke="#ffffff"
2313
- />
2314
- <polyline
2315
- fill="#ffffff"
2316
- points="0,0 12,12 0,24"
2317
- stroke="rgba(33,36,44,0.16)"
2318
- />
2319
- <polyline
2320
- points="-0.5,0 -0.5,24"
2321
- stroke="#ffffff"
2322
- />
2323
- </svg>
2324
- </div>
2325
- </div>
2326
- </div>
2327
- `;
2328
-
2329
- exports[`wonder-blocks-tooltip example 18 1`] = `
2330
- <div
2331
- className=""
2332
- style={
2333
- {
2334
- "alignItems": "stretch",
2335
- "borderStyle": "solid",
2336
- "borderWidth": 0,
2337
- "boxSizing": "border-box",
2338
- "display": "flex",
2339
- "flexDirection": "column",
2340
- "margin": 0,
2341
- "minHeight": 0,
2342
- "minWidth": 0,
2343
- "padding": 0,
2344
- "position": "relative",
2345
- "zIndex": 0,
2346
- }
2347
- }
2348
- >
2349
- <div
2350
- className=""
2351
- data-placement="bottom"
2352
- onMouseEnter={[Function]}
2353
- onMouseLeave={[Function]}
2354
- role="tooltip"
2355
- style={
2356
- {
2357
- "alignItems": "stretch",
2358
- "borderStyle": "solid",
2359
- "borderWidth": 0,
2360
- "boxSizing": "border-box",
2361
- "display": "flex",
2362
- "flexDirection": "column-reverse",
2363
- "margin": 0,
2364
- "minHeight": 0,
2365
- "minWidth": 0,
2366
- "padding": 0,
2367
- "position": "relative",
2368
- "zIndex": 0,
2369
- }
2370
- }
2371
- >
2372
- <div
2373
- className=""
2374
- style={
2375
- {
2376
- "alignItems": "stretch",
2377
- "backgroundColor": "#ffffff",
2378
- "border": "solid 1px rgba(33,36,44,0.16)",
2379
- "borderRadius": 4,
2380
- "borderStyle": "solid",
2381
- "borderWidth": 0,
2382
- "boxShadow": "0 8px 8px 0 rgba(33,36,44,0.08)",
2383
- "boxSizing": "border-box",
2384
- "display": "flex",
2385
- "flexDirection": "column",
2386
- "justifyContent": "center",
2387
- "margin": 0,
2388
- "maxWidth": 472,
2389
- "minHeight": 0,
2390
- "minWidth": 0,
2391
- "padding": 0,
2392
- "position": "relative",
2393
- "zIndex": 0,
2394
- }
2395
- }
2396
- >
2397
- <div
2398
- className=""
2399
- style={
2400
- {
2401
- "alignItems": "stretch",
2402
- "borderStyle": "solid",
2403
- "borderWidth": 0,
2404
- "boxSizing": "border-box",
2405
- "display": "flex",
2406
- "flexDirection": "column",
2407
- "margin": 0,
2408
- "minHeight": 0,
2409
- "minWidth": 0,
2410
- "padding": "10px 16px",
2411
- "position": "relative",
2412
- "zIndex": 0,
2413
- }
2414
- }
2415
- >
2416
- <span
2417
- className=""
2418
- style={
2419
- {
2420
- "MozOsxFontSmoothing": "grayscale",
2421
- "WebkitFontSmoothing": "antialiased",
2422
- "display": "block",
2423
- "fontFamily": "Lato, "Noto Sans", sans-serif",
2424
- "fontSize": 16,
2425
- "fontWeight": 400,
2426
- "lineHeight": "20px",
2427
- }
2428
- }
2429
- >
2430
- I'm on the bottom with a tail 50px in!
2431
- </span>
2432
- </div>
2433
- </div>
2434
- <div
2435
- className=""
2436
- data-placement="bottom"
2437
- style={
2438
- {
2439
- "alignItems": "stretch",
2440
- "borderStyle": "solid",
2441
- "borderWidth": 0,
2442
- "boxSizing": "border-box",
2443
- "display": "flex",
2444
- "flexDirection": "column",
2445
- "height": 20,
2446
- "left": 50,
2447
- "margin": 0,
2448
- "minHeight": 0,
2449
- "minWidth": 0,
2450
- "padding": 0,
2451
- "pointerEvents": "none",
2452
- "position": "relative",
2453
- "top": 1,
2454
- "width": 40,
2455
- "zIndex": 0,
2456
- }
2457
- }
2458
- >
2459
- <svg
2460
- aria-hidden={true}
2461
- className="arrow_oo4scr"
2462
- height={12}
2463
- style={
2464
- {
2465
- "marginLeft": 8,
2466
- "marginRight": 8,
2467
- "paddingTop": 8,
2468
- }
2469
- }
2470
- width={24}
2471
- >
2472
- <polyline
2473
- fill="#ffffff"
2474
- points="0, 12 12,0 24,12"
2475
- stroke="#ffffff"
2476
- />
2477
- <polyline
2478
- fill="#ffffff"
2479
- points="0, 12 12,0 24,12"
2480
- stroke="rgba(33,36,44,0.16)"
2481
- />
2482
- <polyline
2483
- points="0, 12.5 24,12.5"
2484
- stroke="#ffffff"
2485
- />
2486
- </svg>
2487
- </div>
2488
- </div>
2489
- </div>
2490
- `;
2491
-
2492
- exports[`wonder-blocks-tooltip example 19 1`] = `
2493
- <div
2494
- className=""
2495
- style={
2496
- {
2497
- "alignItems": "stretch",
2498
- "borderStyle": "solid",
2499
- "borderWidth": 0,
2500
- "boxSizing": "border-box",
2501
- "display": "flex",
2502
- "flexDirection": "column",
2503
- "margin": 0,
2504
- "minHeight": 0,
2505
- "minWidth": 0,
2506
- "padding": 0,
2507
- "position": "relative",
2508
- "zIndex": 0,
2509
- }
2510
- }
2511
- >
2512
- <div
2513
- className=""
2514
- data-placement="top"
2515
- onMouseEnter={[Function]}
2516
- onMouseLeave={[Function]}
2517
- role="tooltip"
2518
- style={
2519
- {
2520
- "alignItems": "stretch",
2521
- "backgroundColor": "transparent",
2522
- "borderStyle": "solid",
2523
- "borderWidth": 0,
2524
- "boxSizing": "border-box",
2525
- "color": "transparent",
2526
- "display": "flex",
2527
- "flexDirection": "column",
2528
- "margin": 0,
2529
- "minHeight": 0,
2530
- "minWidth": 0,
2531
- "opacity": 0,
2532
- "padding": 0,
2533
- "pointerEvents": "none",
2534
- "position": "relative",
2535
- "zIndex": 0,
2536
- }
2537
- }
2538
- >
2539
- <div
2540
- className=""
2541
- style={
2542
- {
2543
- "alignItems": "stretch",
2544
- "backgroundColor": "#ffffff",
2545
- "border": "solid 1px rgba(33,36,44,0.16)",
2546
- "borderRadius": 4,
2547
- "borderStyle": "solid",
2548
- "borderWidth": 0,
2549
- "boxShadow": "0 8px 8px 0 rgba(33,36,44,0.08)",
2550
- "boxSizing": "border-box",
2551
- "display": "flex",
2552
- "flexDirection": "column",
2553
- "justifyContent": "center",
2554
- "margin": 0,
2555
- "maxWidth": 472,
2556
- "minHeight": 0,
2557
- "minWidth": 0,
2558
- "padding": 0,
2559
- "position": "relative",
2560
- "zIndex": 0,
2561
- }
2562
- }
2563
- >
2564
- <div
2565
- className=""
2566
- style={
2567
- {
2568
- "alignItems": "stretch",
2569
- "borderStyle": "solid",
2570
- "borderWidth": 0,
2571
- "boxSizing": "border-box",
2572
- "display": "flex",
2573
- "flexDirection": "column",
2574
- "margin": 0,
2575
- "minHeight": 0,
2576
- "minWidth": 0,
2577
- "padding": "10px 16px",
2578
- "position": "relative",
2579
- "zIndex": 0,
2580
- }
2581
- }
2582
- >
2583
- <span
2584
- className=""
2585
- style={
2586
- {
2587
- "MozOsxFontSmoothing": "grayscale",
2588
- "WebkitFontSmoothing": "antialiased",
2589
- "display": "block",
2590
- "fontFamily": "Lato, "Noto Sans", sans-serif",
2591
- "fontSize": 16,
2592
- "fontWeight": 400,
2593
- "lineHeight": "20px",
2594
- }
2595
- }
2596
- >
2597
- I'm hidden. So hidden. Shhhhh!
2598
- </span>
2599
- </div>
2600
- </div>
2601
- <div
2602
- className=""
2603
- data-placement="top"
2604
- style={
2605
- {
2606
- "alignItems": "stretch",
2607
- "borderStyle": "solid",
2608
- "borderWidth": 0,
2609
- "boxSizing": "border-box",
2610
- "display": "flex",
2611
- "flexDirection": "column",
2612
- "height": 20,
2613
- "margin": 0,
2614
- "minHeight": 0,
2615
- "minWidth": 0,
2616
- "padding": 0,
2617
- "pointerEvents": "none",
2618
- "position": "relative",
2619
- "top": -1,
2620
- "width": 40,
2621
- "zIndex": 0,
2622
- }
2623
- }
2624
- >
2625
- <svg
2626
- aria-hidden={true}
2627
- className="arrow_oo4scr"
2628
- height={12}
2629
- style={
2630
- {
2631
- "marginLeft": 8,
2632
- "marginRight": 8,
2633
- "paddingBottom": 8,
2634
- }
2635
- }
2636
- width={24}
2637
- >
2638
- <filter
2639
- height="200%"
2640
- id="tooltip-dropshadow-top-6"
2641
- width="200%"
2642
- x="-50%"
2643
- y="-50%"
2644
- >
2645
- <feGaussianBlur
2646
- in="SourceAlpha"
2647
- stdDeviation={3}
2648
- />
2649
- <feComponentTransfer>
2650
- <feFuncA
2651
- slope="0.3"
2652
- type="linear"
2653
- />
2654
- </feComponentTransfer>
2655
- </filter>
2656
- <g
2657
- transform="translate(0,5.5)"
2658
- >
2659
- <polyline
2660
- fill="rgba(33,36,44,0.16)"
2661
- filter="url(#tooltip-dropshadow-top-6)"
2662
- points="0,0 12,12 24,0"
2663
- stroke="rgba(33,36,44,0.32)"
2664
- />
2665
- </g>
2666
- <polyline
2667
- fill="#ffffff"
2668
- points="0,0 12,12 24,0"
2669
- stroke="#ffffff"
2670
- />
2671
- <polyline
2672
- fill="#ffffff"
2673
- points="0,0 12,12 24,0"
2674
- stroke="rgba(33,36,44,0.16)"
2675
- />
2676
- <polyline
2677
- points="0,-0.5 24,-0.5"
2678
- stroke="#ffffff"
2679
- />
2680
- </svg>
2681
- </div>
2682
- </div>
2683
- </div>
2684
- `;