@khanacademy/wonder-blocks-tooltip 1.3.15 → 1.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-tooltip
|
|
2
2
|
|
|
3
|
+
## 1.3.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6ee20af9]
|
|
8
|
+
- @khanacademy/wonder-blocks-core@4.4.0
|
|
9
|
+
- @khanacademy/wonder-blocks-layout@1.4.11
|
|
10
|
+
- @khanacademy/wonder-blocks-modal@2.3.7
|
|
11
|
+
- @khanacademy/wonder-blocks-typography@1.1.33
|
|
12
|
+
|
|
13
|
+
## 1.3.16
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- e9364406: hide tooltip-tail from screen readers
|
|
18
|
+
- Updated dependencies [2546b126]
|
|
19
|
+
- @khanacademy/wonder-blocks-modal@2.3.6
|
|
20
|
+
|
|
3
21
|
## 1.3.15
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/es/index.js
CHANGED
|
@@ -497,7 +497,8 @@ class TooltipTail extends React.Component {
|
|
|
497
497
|
className: css(styles$2.arrow),
|
|
498
498
|
style: this._getArrowStyle(),
|
|
499
499
|
width: width,
|
|
500
|
-
height: height
|
|
500
|
+
height: height,
|
|
501
|
+
"aria-hidden": true
|
|
501
502
|
}, this._maybeRenderDropshadow(points), React.createElement("polyline", {
|
|
502
503
|
fill: Colors[color],
|
|
503
504
|
stroke: Colors[color],
|
package/dist/index.js
CHANGED
|
@@ -446,7 +446,8 @@ class TooltipTail extends react__WEBPACK_IMPORTED_MODULE_0__["Component"] {
|
|
|
446
446
|
className: Object(aphrodite__WEBPACK_IMPORTED_MODULE_1__["css"])(styles.arrow),
|
|
447
447
|
style: this._getArrowStyle(),
|
|
448
448
|
width: width,
|
|
449
|
-
height: height
|
|
449
|
+
height: height,
|
|
450
|
+
"aria-hidden": true
|
|
450
451
|
}, this._maybeRenderDropshadow(points), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("polyline", {
|
|
451
452
|
fill: _khanacademy_wonder_blocks_color__WEBPACK_IMPORTED_MODULE_2___default.a[color],
|
|
452
453
|
stroke: _khanacademy_wonder_blocks_color__WEBPACK_IMPORTED_MODULE_2___default.a[color],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-tooltip",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.17",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.18.6",
|
|
19
19
|
"@khanacademy/wonder-blocks-color": "^1.2.0",
|
|
20
|
-
"@khanacademy/wonder-blocks-core": "^4.
|
|
21
|
-
"@khanacademy/wonder-blocks-layout": "^1.4.
|
|
22
|
-
"@khanacademy/wonder-blocks-modal": "^2.3.
|
|
20
|
+
"@khanacademy/wonder-blocks-core": "^4.4.0",
|
|
21
|
+
"@khanacademy/wonder-blocks-layout": "^1.4.11",
|
|
22
|
+
"@khanacademy/wonder-blocks-modal": "^2.3.7",
|
|
23
23
|
"@khanacademy/wonder-blocks-spacing": "^3.0.5",
|
|
24
|
-
"@khanacademy/wonder-blocks-typography": "^1.1.
|
|
24
|
+
"@khanacademy/wonder-blocks-typography": "^1.1.33"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@popperjs/core": "^2.10.1",
|
|
@@ -5,7 +5,7 @@ exports[`wonder-blocks-tooltip example 1 1`] = `
|
|
|
5
5
|
aria-describedby="uid-tooltip-0-aria-content"
|
|
6
6
|
className=""
|
|
7
7
|
style={
|
|
8
|
-
|
|
8
|
+
{
|
|
9
9
|
"MozOsxFontSmoothing": "grayscale",
|
|
10
10
|
"WebkitFontSmoothing": "antialiased",
|
|
11
11
|
}
|
|
@@ -19,7 +19,7 @@ exports[`wonder-blocks-tooltip example 2 1`] = `
|
|
|
19
19
|
<div
|
|
20
20
|
className=""
|
|
21
21
|
style={
|
|
22
|
-
|
|
22
|
+
{
|
|
23
23
|
"alignItems": "stretch",
|
|
24
24
|
"borderStyle": "solid",
|
|
25
25
|
"borderWidth": 0,
|
|
@@ -46,7 +46,7 @@ exports[`wonder-blocks-tooltip example 3 1`] = `
|
|
|
46
46
|
<div
|
|
47
47
|
className=""
|
|
48
48
|
style={
|
|
49
|
-
|
|
49
|
+
{
|
|
50
50
|
"alignItems": "stretch",
|
|
51
51
|
"borderStyle": "solid",
|
|
52
52
|
"borderWidth": 0,
|
|
@@ -65,7 +65,7 @@ exports[`wonder-blocks-tooltip example 3 1`] = `
|
|
|
65
65
|
<div
|
|
66
66
|
className=""
|
|
67
67
|
style={
|
|
68
|
-
|
|
68
|
+
{
|
|
69
69
|
"alignItems": "stretch",
|
|
70
70
|
"border": "1px solid black",
|
|
71
71
|
"borderStyle": "solid",
|
|
@@ -87,7 +87,7 @@ exports[`wonder-blocks-tooltip example 3 1`] = `
|
|
|
87
87
|
<div
|
|
88
88
|
className=""
|
|
89
89
|
style={
|
|
90
|
-
|
|
90
|
+
{
|
|
91
91
|
"alignItems": "stretch",
|
|
92
92
|
"borderStyle": "solid",
|
|
93
93
|
"borderWidth": 0,
|
|
@@ -106,11 +106,11 @@ exports[`wonder-blocks-tooltip example 3 1`] = `
|
|
|
106
106
|
<span
|
|
107
107
|
className=""
|
|
108
108
|
style={
|
|
109
|
-
|
|
109
|
+
{
|
|
110
110
|
"MozOsxFontSmoothing": "grayscale",
|
|
111
111
|
"WebkitFontSmoothing": "antialiased",
|
|
112
112
|
"display": "block",
|
|
113
|
-
"fontFamily": "Lato,
|
|
113
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
114
114
|
"fontSize": 16,
|
|
115
115
|
"fontWeight": 400,
|
|
116
116
|
"lineHeight": "22px",
|
|
@@ -122,7 +122,7 @@ exports[`wonder-blocks-tooltip example 3 1`] = `
|
|
|
122
122
|
aria-describedby="uid-tooltip-1-aria-content"
|
|
123
123
|
className=""
|
|
124
124
|
style={
|
|
125
|
-
|
|
125
|
+
{
|
|
126
126
|
"MozOsxFontSmoothing": "grayscale",
|
|
127
127
|
"WebkitFontSmoothing": "antialiased",
|
|
128
128
|
}
|
|
@@ -159,11 +159,11 @@ exports[`wonder-blocks-tooltip example 4 1`] = `
|
|
|
159
159
|
onTouchStart={[Function]}
|
|
160
160
|
role="button"
|
|
161
161
|
style={
|
|
162
|
-
|
|
163
|
-
"::MozFocusInner":
|
|
162
|
+
{
|
|
163
|
+
"::MozFocusInner": {
|
|
164
164
|
"border": 0,
|
|
165
165
|
},
|
|
166
|
-
":focus":
|
|
166
|
+
":focus": {
|
|
167
167
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
168
168
|
},
|
|
169
169
|
"alignItems": "center",
|
|
@@ -194,12 +194,12 @@ exports[`wonder-blocks-tooltip example 4 1`] = `
|
|
|
194
194
|
<span
|
|
195
195
|
className=""
|
|
196
196
|
style={
|
|
197
|
-
|
|
197
|
+
{
|
|
198
198
|
"MozOsxFontSmoothing": "grayscale",
|
|
199
199
|
"WebkitFontSmoothing": "antialiased",
|
|
200
200
|
"alignItems": "center",
|
|
201
201
|
"display": "inline-block",
|
|
202
|
-
"fontFamily": "Lato,
|
|
202
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
203
203
|
"fontSize": 16,
|
|
204
204
|
"fontWeight": "bold",
|
|
205
205
|
"lineHeight": "20px",
|
|
@@ -219,7 +219,7 @@ exports[`wonder-blocks-tooltip example 5 1`] = `
|
|
|
219
219
|
<div
|
|
220
220
|
className=""
|
|
221
221
|
style={
|
|
222
|
-
|
|
222
|
+
{
|
|
223
223
|
"alignItems": "stretch",
|
|
224
224
|
"borderStyle": "solid",
|
|
225
225
|
"borderWidth": 0,
|
|
@@ -238,11 +238,11 @@ exports[`wonder-blocks-tooltip example 5 1`] = `
|
|
|
238
238
|
<span
|
|
239
239
|
className=""
|
|
240
240
|
style={
|
|
241
|
-
|
|
241
|
+
{
|
|
242
242
|
"MozOsxFontSmoothing": "grayscale",
|
|
243
243
|
"WebkitFontSmoothing": "antialiased",
|
|
244
244
|
"display": "block",
|
|
245
|
-
"fontFamily": "Lato,
|
|
245
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
246
246
|
"fontSize": 14,
|
|
247
247
|
"fontWeight": 400,
|
|
248
248
|
"lineHeight": "18px",
|
|
@@ -254,7 +254,7 @@ exports[`wonder-blocks-tooltip example 5 1`] = `
|
|
|
254
254
|
<div
|
|
255
255
|
className=""
|
|
256
256
|
style={
|
|
257
|
-
|
|
257
|
+
{
|
|
258
258
|
"alignItems": "stretch",
|
|
259
259
|
"borderStyle": "solid",
|
|
260
260
|
"borderWidth": 0,
|
|
@@ -274,7 +274,7 @@ exports[`wonder-blocks-tooltip example 5 1`] = `
|
|
|
274
274
|
aria-describedby="uid-tooltip-2-aria-content"
|
|
275
275
|
className=""
|
|
276
276
|
style={
|
|
277
|
-
|
|
277
|
+
{
|
|
278
278
|
"alignItems": "center",
|
|
279
279
|
"border": "solid 1px steelblue",
|
|
280
280
|
"borderStyle": "solid",
|
|
@@ -300,7 +300,7 @@ exports[`wonder-blocks-tooltip example 5 1`] = `
|
|
|
300
300
|
aria-describedby="uid-tooltip-3-aria-content"
|
|
301
301
|
className=""
|
|
302
302
|
style={
|
|
303
|
-
|
|
303
|
+
{
|
|
304
304
|
"alignItems": "center",
|
|
305
305
|
"border": "solid 1px steelblue",
|
|
306
306
|
"borderStyle": "solid",
|
|
@@ -326,7 +326,7 @@ exports[`wonder-blocks-tooltip example 5 1`] = `
|
|
|
326
326
|
aria-describedby="uid-tooltip-4-aria-content"
|
|
327
327
|
className=""
|
|
328
328
|
style={
|
|
329
|
-
|
|
329
|
+
{
|
|
330
330
|
"alignItems": "center",
|
|
331
331
|
"border": "solid 1px steelblue",
|
|
332
332
|
"borderStyle": "solid",
|
|
@@ -352,7 +352,7 @@ exports[`wonder-blocks-tooltip example 5 1`] = `
|
|
|
352
352
|
aria-describedby="uid-tooltip-5-aria-content"
|
|
353
353
|
className=""
|
|
354
354
|
style={
|
|
355
|
-
|
|
355
|
+
{
|
|
356
356
|
"alignItems": "center",
|
|
357
357
|
"border": "solid 1px steelblue",
|
|
358
358
|
"borderStyle": "solid",
|
|
@@ -382,7 +382,7 @@ exports[`wonder-blocks-tooltip example 6 1`] = `
|
|
|
382
382
|
<div
|
|
383
383
|
className=""
|
|
384
384
|
style={
|
|
385
|
-
|
|
385
|
+
{
|
|
386
386
|
"alignItems": "center",
|
|
387
387
|
"borderStyle": "solid",
|
|
388
388
|
"borderWidth": 0,
|
|
@@ -417,11 +417,11 @@ exports[`wonder-blocks-tooltip example 6 1`] = `
|
|
|
417
417
|
onTouchStart={[Function]}
|
|
418
418
|
role="button"
|
|
419
419
|
style={
|
|
420
|
-
|
|
421
|
-
"::MozFocusInner":
|
|
420
|
+
{
|
|
421
|
+
"::MozFocusInner": {
|
|
422
422
|
"border": 0,
|
|
423
423
|
},
|
|
424
|
-
":focus":
|
|
424
|
+
":focus": {
|
|
425
425
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
426
426
|
},
|
|
427
427
|
"alignItems": "center",
|
|
@@ -452,12 +452,12 @@ exports[`wonder-blocks-tooltip example 6 1`] = `
|
|
|
452
452
|
<span
|
|
453
453
|
className=""
|
|
454
454
|
style={
|
|
455
|
-
|
|
455
|
+
{
|
|
456
456
|
"MozOsxFontSmoothing": "grayscale",
|
|
457
457
|
"WebkitFontSmoothing": "antialiased",
|
|
458
458
|
"alignItems": "center",
|
|
459
459
|
"display": "inline-block",
|
|
460
|
-
"fontFamily": "Lato,
|
|
460
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
461
461
|
"fontSize": 16,
|
|
462
462
|
"fontWeight": "bold",
|
|
463
463
|
"lineHeight": "20px",
|
|
@@ -475,7 +475,7 @@ exports[`wonder-blocks-tooltip example 6 1`] = `
|
|
|
475
475
|
aria-hidden="true"
|
|
476
476
|
className=""
|
|
477
477
|
style={
|
|
478
|
-
|
|
478
|
+
{
|
|
479
479
|
"MsFlexBasis": 16,
|
|
480
480
|
"MsFlexPreferredSize": 16,
|
|
481
481
|
"WebkitFlexBasis": 16,
|
|
@@ -516,11 +516,11 @@ exports[`wonder-blocks-tooltip example 6 1`] = `
|
|
|
516
516
|
onTouchEnd={[Function]}
|
|
517
517
|
onTouchStart={[Function]}
|
|
518
518
|
style={
|
|
519
|
-
|
|
520
|
-
"::MozFocusInner":
|
|
519
|
+
{
|
|
520
|
+
"::MozFocusInner": {
|
|
521
521
|
"border": 0,
|
|
522
522
|
},
|
|
523
|
-
":focus":
|
|
523
|
+
":focus": {
|
|
524
524
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
525
525
|
},
|
|
526
526
|
"alignItems": "center",
|
|
@@ -548,7 +548,7 @@ exports[`wonder-blocks-tooltip example 6 1`] = `
|
|
|
548
548
|
className=""
|
|
549
549
|
height={24}
|
|
550
550
|
style={
|
|
551
|
-
|
|
551
|
+
{
|
|
552
552
|
"display": "inline-block",
|
|
553
553
|
"flexGrow": 0,
|
|
554
554
|
"flexShrink": 0,
|
|
@@ -571,7 +571,7 @@ exports[`wonder-blocks-tooltip example 7 1`] = `
|
|
|
571
571
|
<div
|
|
572
572
|
className=""
|
|
573
573
|
style={
|
|
574
|
-
|
|
574
|
+
{
|
|
575
575
|
"alignItems": "stretch",
|
|
576
576
|
"borderStyle": "solid",
|
|
577
577
|
"borderWidth": 0,
|
|
@@ -590,11 +590,11 @@ exports[`wonder-blocks-tooltip example 7 1`] = `
|
|
|
590
590
|
<span
|
|
591
591
|
className=""
|
|
592
592
|
style={
|
|
593
|
-
|
|
593
|
+
{
|
|
594
594
|
"MozOsxFontSmoothing": "grayscale",
|
|
595
595
|
"WebkitFontSmoothing": "antialiased",
|
|
596
596
|
"display": "block",
|
|
597
|
-
"fontFamily": "Lato,
|
|
597
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
598
598
|
"fontSize": 16,
|
|
599
599
|
"fontWeight": 400,
|
|
600
600
|
"lineHeight": "20px",
|
|
@@ -610,7 +610,7 @@ exports[`wonder-blocks-tooltip example 8 1`] = `
|
|
|
610
610
|
<div
|
|
611
611
|
className=""
|
|
612
612
|
style={
|
|
613
|
-
|
|
613
|
+
{
|
|
614
614
|
"alignItems": "stretch",
|
|
615
615
|
"borderStyle": "solid",
|
|
616
616
|
"borderWidth": 0,
|
|
@@ -629,11 +629,11 @@ exports[`wonder-blocks-tooltip example 8 1`] = `
|
|
|
629
629
|
<h4
|
|
630
630
|
className=""
|
|
631
631
|
style={
|
|
632
|
-
|
|
632
|
+
{
|
|
633
633
|
"MozOsxFontSmoothing": "grayscale",
|
|
634
634
|
"WebkitFontSmoothing": "antialiased",
|
|
635
635
|
"display": "block",
|
|
636
|
-
"fontFamily": "Lato,
|
|
636
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
637
637
|
"fontSize": 20,
|
|
638
638
|
"fontWeight": 700,
|
|
639
639
|
"lineHeight": "24px",
|
|
@@ -648,7 +648,7 @@ exports[`wonder-blocks-tooltip example 8 1`] = `
|
|
|
648
648
|
aria-hidden="true"
|
|
649
649
|
className=""
|
|
650
650
|
style={
|
|
651
|
-
|
|
651
|
+
{
|
|
652
652
|
"MsFlexBasis": 4,
|
|
653
653
|
"MsFlexPreferredSize": 4,
|
|
654
654
|
"WebkitFlexBasis": 4,
|
|
@@ -673,11 +673,11 @@ exports[`wonder-blocks-tooltip example 8 1`] = `
|
|
|
673
673
|
<span
|
|
674
674
|
className=""
|
|
675
675
|
style={
|
|
676
|
-
|
|
676
|
+
{
|
|
677
677
|
"MozOsxFontSmoothing": "grayscale",
|
|
678
678
|
"WebkitFontSmoothing": "antialiased",
|
|
679
679
|
"display": "block",
|
|
680
|
-
"fontFamily": "Lato,
|
|
680
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
681
681
|
"fontSize": 16,
|
|
682
682
|
"fontWeight": 400,
|
|
683
683
|
"lineHeight": "20px",
|
|
@@ -693,7 +693,7 @@ exports[`wonder-blocks-tooltip example 9 1`] = `
|
|
|
693
693
|
<div
|
|
694
694
|
className=""
|
|
695
695
|
style={
|
|
696
|
-
|
|
696
|
+
{
|
|
697
697
|
"alignItems": "stretch",
|
|
698
698
|
"borderStyle": "solid",
|
|
699
699
|
"borderWidth": 0,
|
|
@@ -712,11 +712,11 @@ exports[`wonder-blocks-tooltip example 9 1`] = `
|
|
|
712
712
|
<span
|
|
713
713
|
className=""
|
|
714
714
|
style={
|
|
715
|
-
|
|
715
|
+
{
|
|
716
716
|
"MozOsxFontSmoothing": "grayscale",
|
|
717
717
|
"WebkitFontSmoothing": "antialiased",
|
|
718
718
|
"display": "block",
|
|
719
|
-
"fontFamily": "Lato,
|
|
719
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
720
720
|
"fontSize": 16,
|
|
721
721
|
"fontWeight": 400,
|
|
722
722
|
"lineHeight": "22px",
|
|
@@ -729,7 +729,7 @@ exports[`wonder-blocks-tooltip example 9 1`] = `
|
|
|
729
729
|
aria-hidden="true"
|
|
730
730
|
className=""
|
|
731
731
|
style={
|
|
732
|
-
|
|
732
|
+
{
|
|
733
733
|
"MsFlexBasis": 4,
|
|
734
734
|
"MsFlexPreferredSize": 4,
|
|
735
735
|
"WebkitFlexBasis": 4,
|
|
@@ -754,11 +754,11 @@ exports[`wonder-blocks-tooltip example 9 1`] = `
|
|
|
754
754
|
<span
|
|
755
755
|
className=""
|
|
756
756
|
style={
|
|
757
|
-
|
|
757
|
+
{
|
|
758
758
|
"MozOsxFontSmoothing": "grayscale",
|
|
759
759
|
"WebkitFontSmoothing": "antialiased",
|
|
760
760
|
"display": "block",
|
|
761
|
-
"fontFamily": "Lato,
|
|
761
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
762
762
|
"fontSize": 16,
|
|
763
763
|
"fontWeight": 400,
|
|
764
764
|
"lineHeight": "22px",
|
|
@@ -770,11 +770,11 @@ exports[`wonder-blocks-tooltip example 9 1`] = `
|
|
|
770
770
|
<span
|
|
771
771
|
className=""
|
|
772
772
|
style={
|
|
773
|
-
|
|
773
|
+
{
|
|
774
774
|
"MozOsxFontSmoothing": "grayscale",
|
|
775
775
|
"WebkitFontSmoothing": "antialiased",
|
|
776
776
|
"display": "block",
|
|
777
|
-
"fontFamily": "Lato,
|
|
777
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
778
778
|
"fontSize": 14,
|
|
779
779
|
"fontWeight": 400,
|
|
780
780
|
"lineHeight": "18px",
|
|
@@ -790,7 +790,7 @@ exports[`wonder-blocks-tooltip example 10 1`] = `
|
|
|
790
790
|
<div
|
|
791
791
|
className=""
|
|
792
792
|
style={
|
|
793
|
-
|
|
793
|
+
{
|
|
794
794
|
"alignItems": "stretch",
|
|
795
795
|
"borderStyle": "solid",
|
|
796
796
|
"borderWidth": 0,
|
|
@@ -810,7 +810,7 @@ exports[`wonder-blocks-tooltip example 10 1`] = `
|
|
|
810
810
|
className=""
|
|
811
811
|
data-placement="top"
|
|
812
812
|
style={
|
|
813
|
-
|
|
813
|
+
{
|
|
814
814
|
"alignItems": "stretch",
|
|
815
815
|
"borderStyle": "solid",
|
|
816
816
|
"borderWidth": 0,
|
|
@@ -831,10 +831,11 @@ exports[`wonder-blocks-tooltip example 10 1`] = `
|
|
|
831
831
|
}
|
|
832
832
|
>
|
|
833
833
|
<svg
|
|
834
|
+
aria-hidden={true}
|
|
834
835
|
className="arrow_oo4scr"
|
|
835
836
|
height={12}
|
|
836
837
|
style={
|
|
837
|
-
|
|
838
|
+
{
|
|
838
839
|
"marginLeft": 8,
|
|
839
840
|
"marginRight": 8,
|
|
840
841
|
"paddingBottom": 8,
|
|
@@ -889,7 +890,7 @@ exports[`wonder-blocks-tooltip example 10 1`] = `
|
|
|
889
890
|
<div
|
|
890
891
|
className=""
|
|
891
892
|
style={
|
|
892
|
-
|
|
893
|
+
{
|
|
893
894
|
"alignItems": "stretch",
|
|
894
895
|
"borderStyle": "solid",
|
|
895
896
|
"borderWidth": 0,
|
|
@@ -909,7 +910,7 @@ exports[`wonder-blocks-tooltip example 10 1`] = `
|
|
|
909
910
|
<div
|
|
910
911
|
className=""
|
|
911
912
|
style={
|
|
912
|
-
|
|
913
|
+
{
|
|
913
914
|
"alignItems": "stretch",
|
|
914
915
|
"backgroundColor": "bisque",
|
|
915
916
|
"borderStyle": "solid",
|
|
@@ -930,7 +931,7 @@ exports[`wonder-blocks-tooltip example 10 1`] = `
|
|
|
930
931
|
<div
|
|
931
932
|
className=""
|
|
932
933
|
style={
|
|
933
|
-
|
|
934
|
+
{
|
|
934
935
|
"alignItems": "stretch",
|
|
935
936
|
"backgroundColor": "green",
|
|
936
937
|
"borderStyle": "solid",
|
|
@@ -951,7 +952,7 @@ exports[`wonder-blocks-tooltip example 10 1`] = `
|
|
|
951
952
|
<div
|
|
952
953
|
className=""
|
|
953
954
|
style={
|
|
954
|
-
|
|
955
|
+
{
|
|
955
956
|
"alignItems": "stretch",
|
|
956
957
|
"backgroundColor": "bisque",
|
|
957
958
|
"borderStyle": "solid",
|
|
@@ -973,7 +974,7 @@ exports[`wonder-blocks-tooltip example 10 1`] = `
|
|
|
973
974
|
aria-hidden="true"
|
|
974
975
|
className=""
|
|
975
976
|
style={
|
|
976
|
-
|
|
977
|
+
{
|
|
977
978
|
"alignItems": "stretch",
|
|
978
979
|
"borderStyle": "solid",
|
|
979
980
|
"borderWidth": 0,
|
|
@@ -998,7 +999,7 @@ exports[`wonder-blocks-tooltip example 11 1`] = `
|
|
|
998
999
|
<div
|
|
999
1000
|
className=""
|
|
1000
1001
|
style={
|
|
1001
|
-
|
|
1002
|
+
{
|
|
1002
1003
|
"alignItems": "stretch",
|
|
1003
1004
|
"borderStyle": "solid",
|
|
1004
1005
|
"borderWidth": 0,
|
|
@@ -1017,7 +1018,7 @@ exports[`wonder-blocks-tooltip example 11 1`] = `
|
|
|
1017
1018
|
<div
|
|
1018
1019
|
className=""
|
|
1019
1020
|
style={
|
|
1020
|
-
|
|
1021
|
+
{
|
|
1021
1022
|
"alignItems": "stretch",
|
|
1022
1023
|
"borderStyle": "solid",
|
|
1023
1024
|
"borderWidth": 0,
|
|
@@ -1037,7 +1038,7 @@ exports[`wonder-blocks-tooltip example 11 1`] = `
|
|
|
1037
1038
|
<div
|
|
1038
1039
|
className=""
|
|
1039
1040
|
style={
|
|
1040
|
-
|
|
1041
|
+
{
|
|
1041
1042
|
"alignItems": "stretch",
|
|
1042
1043
|
"backgroundColor": "bisque",
|
|
1043
1044
|
"borderStyle": "solid",
|
|
@@ -1058,7 +1059,7 @@ exports[`wonder-blocks-tooltip example 11 1`] = `
|
|
|
1058
1059
|
<div
|
|
1059
1060
|
className=""
|
|
1060
1061
|
style={
|
|
1061
|
-
|
|
1062
|
+
{
|
|
1062
1063
|
"alignItems": "stretch",
|
|
1063
1064
|
"backgroundColor": "green",
|
|
1064
1065
|
"borderStyle": "solid",
|
|
@@ -1079,7 +1080,7 @@ exports[`wonder-blocks-tooltip example 11 1`] = `
|
|
|
1079
1080
|
<div
|
|
1080
1081
|
className=""
|
|
1081
1082
|
style={
|
|
1082
|
-
|
|
1083
|
+
{
|
|
1083
1084
|
"alignItems": "stretch",
|
|
1084
1085
|
"backgroundColor": "bisque",
|
|
1085
1086
|
"borderStyle": "solid",
|
|
@@ -1101,7 +1102,7 @@ exports[`wonder-blocks-tooltip example 11 1`] = `
|
|
|
1101
1102
|
aria-hidden="true"
|
|
1102
1103
|
className=""
|
|
1103
1104
|
style={
|
|
1104
|
-
|
|
1105
|
+
{
|
|
1105
1106
|
"alignItems": "stretch",
|
|
1106
1107
|
"borderStyle": "solid",
|
|
1107
1108
|
"borderWidth": 0,
|
|
@@ -1123,7 +1124,7 @@ exports[`wonder-blocks-tooltip example 11 1`] = `
|
|
|
1123
1124
|
className=""
|
|
1124
1125
|
data-placement="right"
|
|
1125
1126
|
style={
|
|
1126
|
-
|
|
1127
|
+
{
|
|
1127
1128
|
"alignItems": "stretch",
|
|
1128
1129
|
"borderStyle": "solid",
|
|
1129
1130
|
"borderWidth": 0,
|
|
@@ -1144,10 +1145,11 @@ exports[`wonder-blocks-tooltip example 11 1`] = `
|
|
|
1144
1145
|
}
|
|
1145
1146
|
>
|
|
1146
1147
|
<svg
|
|
1148
|
+
aria-hidden={true}
|
|
1147
1149
|
className="arrow_oo4scr"
|
|
1148
1150
|
height={24}
|
|
1149
1151
|
style={
|
|
1150
|
-
|
|
1152
|
+
{
|
|
1151
1153
|
"marginBottom": 8,
|
|
1152
1154
|
"marginTop": 8,
|
|
1153
1155
|
"paddingLeft": 8,
|
|
@@ -1206,7 +1208,7 @@ exports[`wonder-blocks-tooltip example 12 1`] = `
|
|
|
1206
1208
|
<div
|
|
1207
1209
|
className=""
|
|
1208
1210
|
style={
|
|
1209
|
-
|
|
1211
|
+
{
|
|
1210
1212
|
"alignItems": "stretch",
|
|
1211
1213
|
"borderStyle": "solid",
|
|
1212
1214
|
"borderWidth": 0,
|
|
@@ -1225,7 +1227,7 @@ exports[`wonder-blocks-tooltip example 12 1`] = `
|
|
|
1225
1227
|
<div
|
|
1226
1228
|
className=""
|
|
1227
1229
|
style={
|
|
1228
|
-
|
|
1230
|
+
{
|
|
1229
1231
|
"alignItems": "stretch",
|
|
1230
1232
|
"borderStyle": "solid",
|
|
1231
1233
|
"borderWidth": 0,
|
|
@@ -1245,7 +1247,7 @@ exports[`wonder-blocks-tooltip example 12 1`] = `
|
|
|
1245
1247
|
<div
|
|
1246
1248
|
className=""
|
|
1247
1249
|
style={
|
|
1248
|
-
|
|
1250
|
+
{
|
|
1249
1251
|
"alignItems": "stretch",
|
|
1250
1252
|
"backgroundColor": "bisque",
|
|
1251
1253
|
"borderStyle": "solid",
|
|
@@ -1266,7 +1268,7 @@ exports[`wonder-blocks-tooltip example 12 1`] = `
|
|
|
1266
1268
|
<div
|
|
1267
1269
|
className=""
|
|
1268
1270
|
style={
|
|
1269
|
-
|
|
1271
|
+
{
|
|
1270
1272
|
"alignItems": "stretch",
|
|
1271
1273
|
"backgroundColor": "green",
|
|
1272
1274
|
"borderStyle": "solid",
|
|
@@ -1287,7 +1289,7 @@ exports[`wonder-blocks-tooltip example 12 1`] = `
|
|
|
1287
1289
|
<div
|
|
1288
1290
|
className=""
|
|
1289
1291
|
style={
|
|
1290
|
-
|
|
1292
|
+
{
|
|
1291
1293
|
"alignItems": "stretch",
|
|
1292
1294
|
"backgroundColor": "bisque",
|
|
1293
1295
|
"borderStyle": "solid",
|
|
@@ -1309,7 +1311,7 @@ exports[`wonder-blocks-tooltip example 12 1`] = `
|
|
|
1309
1311
|
aria-hidden="true"
|
|
1310
1312
|
className=""
|
|
1311
1313
|
style={
|
|
1312
|
-
|
|
1314
|
+
{
|
|
1313
1315
|
"alignItems": "stretch",
|
|
1314
1316
|
"borderStyle": "solid",
|
|
1315
1317
|
"borderWidth": 0,
|
|
@@ -1331,7 +1333,7 @@ exports[`wonder-blocks-tooltip example 12 1`] = `
|
|
|
1331
1333
|
className=""
|
|
1332
1334
|
data-placement="bottom"
|
|
1333
1335
|
style={
|
|
1334
|
-
|
|
1336
|
+
{
|
|
1335
1337
|
"alignItems": "stretch",
|
|
1336
1338
|
"borderStyle": "solid",
|
|
1337
1339
|
"borderWidth": 0,
|
|
@@ -1352,10 +1354,11 @@ exports[`wonder-blocks-tooltip example 12 1`] = `
|
|
|
1352
1354
|
}
|
|
1353
1355
|
>
|
|
1354
1356
|
<svg
|
|
1357
|
+
aria-hidden={true}
|
|
1355
1358
|
className="arrow_oo4scr"
|
|
1356
1359
|
height={12}
|
|
1357
1360
|
style={
|
|
1358
|
-
|
|
1361
|
+
{
|
|
1359
1362
|
"marginLeft": 8,
|
|
1360
1363
|
"marginRight": 8,
|
|
1361
1364
|
"paddingTop": 8,
|
|
@@ -1386,7 +1389,7 @@ exports[`wonder-blocks-tooltip example 13 1`] = `
|
|
|
1386
1389
|
<div
|
|
1387
1390
|
className=""
|
|
1388
1391
|
style={
|
|
1389
|
-
|
|
1392
|
+
{
|
|
1390
1393
|
"alignItems": "stretch",
|
|
1391
1394
|
"borderStyle": "solid",
|
|
1392
1395
|
"borderWidth": 0,
|
|
@@ -1406,7 +1409,7 @@ exports[`wonder-blocks-tooltip example 13 1`] = `
|
|
|
1406
1409
|
className=""
|
|
1407
1410
|
data-placement="left"
|
|
1408
1411
|
style={
|
|
1409
|
-
|
|
1412
|
+
{
|
|
1410
1413
|
"alignItems": "stretch",
|
|
1411
1414
|
"borderStyle": "solid",
|
|
1412
1415
|
"borderWidth": 0,
|
|
@@ -1427,10 +1430,11 @@ exports[`wonder-blocks-tooltip example 13 1`] = `
|
|
|
1427
1430
|
}
|
|
1428
1431
|
>
|
|
1429
1432
|
<svg
|
|
1433
|
+
aria-hidden={true}
|
|
1430
1434
|
className="arrow_oo4scr"
|
|
1431
1435
|
height={24}
|
|
1432
1436
|
style={
|
|
1433
|
-
|
|
1437
|
+
{
|
|
1434
1438
|
"marginBottom": 8,
|
|
1435
1439
|
"marginTop": 8,
|
|
1436
1440
|
"paddingRight": 8,
|
|
@@ -1485,7 +1489,7 @@ exports[`wonder-blocks-tooltip example 13 1`] = `
|
|
|
1485
1489
|
<div
|
|
1486
1490
|
className=""
|
|
1487
1491
|
style={
|
|
1488
|
-
|
|
1492
|
+
{
|
|
1489
1493
|
"alignItems": "stretch",
|
|
1490
1494
|
"borderStyle": "solid",
|
|
1491
1495
|
"borderWidth": 0,
|
|
@@ -1505,7 +1509,7 @@ exports[`wonder-blocks-tooltip example 13 1`] = `
|
|
|
1505
1509
|
<div
|
|
1506
1510
|
className=""
|
|
1507
1511
|
style={
|
|
1508
|
-
|
|
1512
|
+
{
|
|
1509
1513
|
"alignItems": "stretch",
|
|
1510
1514
|
"backgroundColor": "bisque",
|
|
1511
1515
|
"borderStyle": "solid",
|
|
@@ -1526,7 +1530,7 @@ exports[`wonder-blocks-tooltip example 13 1`] = `
|
|
|
1526
1530
|
<div
|
|
1527
1531
|
className=""
|
|
1528
1532
|
style={
|
|
1529
|
-
|
|
1533
|
+
{
|
|
1530
1534
|
"alignItems": "stretch",
|
|
1531
1535
|
"backgroundColor": "green",
|
|
1532
1536
|
"borderStyle": "solid",
|
|
@@ -1547,7 +1551,7 @@ exports[`wonder-blocks-tooltip example 13 1`] = `
|
|
|
1547
1551
|
<div
|
|
1548
1552
|
className=""
|
|
1549
1553
|
style={
|
|
1550
|
-
|
|
1554
|
+
{
|
|
1551
1555
|
"alignItems": "stretch",
|
|
1552
1556
|
"backgroundColor": "bisque",
|
|
1553
1557
|
"borderStyle": "solid",
|
|
@@ -1569,7 +1573,7 @@ exports[`wonder-blocks-tooltip example 13 1`] = `
|
|
|
1569
1573
|
aria-hidden="true"
|
|
1570
1574
|
className=""
|
|
1571
1575
|
style={
|
|
1572
|
-
|
|
1576
|
+
{
|
|
1573
1577
|
"alignItems": "stretch",
|
|
1574
1578
|
"borderStyle": "solid",
|
|
1575
1579
|
"borderWidth": 0,
|
|
@@ -1594,7 +1598,7 @@ exports[`wonder-blocks-tooltip example 14 1`] = `
|
|
|
1594
1598
|
<div
|
|
1595
1599
|
className=""
|
|
1596
1600
|
style={
|
|
1597
|
-
|
|
1601
|
+
{
|
|
1598
1602
|
"alignItems": "stretch",
|
|
1599
1603
|
"borderStyle": "solid",
|
|
1600
1604
|
"borderWidth": 0,
|
|
@@ -1617,7 +1621,7 @@ exports[`wonder-blocks-tooltip example 14 1`] = `
|
|
|
1617
1621
|
onMouseLeave={[Function]}
|
|
1618
1622
|
role="tooltip"
|
|
1619
1623
|
style={
|
|
1620
|
-
|
|
1624
|
+
{
|
|
1621
1625
|
"alignItems": "stretch",
|
|
1622
1626
|
"borderStyle": "solid",
|
|
1623
1627
|
"borderWidth": 0,
|
|
@@ -1636,7 +1640,7 @@ exports[`wonder-blocks-tooltip example 14 1`] = `
|
|
|
1636
1640
|
<div
|
|
1637
1641
|
className=""
|
|
1638
1642
|
style={
|
|
1639
|
-
|
|
1643
|
+
{
|
|
1640
1644
|
"alignItems": "stretch",
|
|
1641
1645
|
"backgroundColor": "#ffffff",
|
|
1642
1646
|
"border": "solid 1px rgba(33,36,44,0.16)",
|
|
@@ -1661,7 +1665,7 @@ exports[`wonder-blocks-tooltip example 14 1`] = `
|
|
|
1661
1665
|
<div
|
|
1662
1666
|
className=""
|
|
1663
1667
|
style={
|
|
1664
|
-
|
|
1668
|
+
{
|
|
1665
1669
|
"alignItems": "stretch",
|
|
1666
1670
|
"borderStyle": "solid",
|
|
1667
1671
|
"borderWidth": 0,
|
|
@@ -1680,11 +1684,11 @@ exports[`wonder-blocks-tooltip example 14 1`] = `
|
|
|
1680
1684
|
<span
|
|
1681
1685
|
className=""
|
|
1682
1686
|
style={
|
|
1683
|
-
|
|
1687
|
+
{
|
|
1684
1688
|
"MozOsxFontSmoothing": "grayscale",
|
|
1685
1689
|
"WebkitFontSmoothing": "antialiased",
|
|
1686
1690
|
"display": "block",
|
|
1687
|
-
"fontFamily": "Lato,
|
|
1691
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1688
1692
|
"fontSize": 16,
|
|
1689
1693
|
"fontWeight": 400,
|
|
1690
1694
|
"lineHeight": "20px",
|
|
@@ -1699,7 +1703,7 @@ exports[`wonder-blocks-tooltip example 14 1`] = `
|
|
|
1699
1703
|
className=""
|
|
1700
1704
|
data-placement="top"
|
|
1701
1705
|
style={
|
|
1702
|
-
|
|
1706
|
+
{
|
|
1703
1707
|
"alignItems": "stretch",
|
|
1704
1708
|
"borderStyle": "solid",
|
|
1705
1709
|
"borderWidth": 0,
|
|
@@ -1720,10 +1724,11 @@ exports[`wonder-blocks-tooltip example 14 1`] = `
|
|
|
1720
1724
|
}
|
|
1721
1725
|
>
|
|
1722
1726
|
<svg
|
|
1727
|
+
aria-hidden={true}
|
|
1723
1728
|
className="arrow_oo4scr"
|
|
1724
1729
|
height={12}
|
|
1725
1730
|
style={
|
|
1726
|
-
|
|
1731
|
+
{
|
|
1727
1732
|
"marginLeft": 8,
|
|
1728
1733
|
"marginRight": 8,
|
|
1729
1734
|
"paddingBottom": 8,
|
|
@@ -1783,7 +1788,7 @@ exports[`wonder-blocks-tooltip example 15 1`] = `
|
|
|
1783
1788
|
<div
|
|
1784
1789
|
className=""
|
|
1785
1790
|
style={
|
|
1786
|
-
|
|
1791
|
+
{
|
|
1787
1792
|
"alignItems": "flex-start",
|
|
1788
1793
|
"borderStyle": "solid",
|
|
1789
1794
|
"borderWidth": 0,
|
|
@@ -1806,7 +1811,7 @@ exports[`wonder-blocks-tooltip example 15 1`] = `
|
|
|
1806
1811
|
onMouseLeave={[Function]}
|
|
1807
1812
|
role="tooltip"
|
|
1808
1813
|
style={
|
|
1809
|
-
|
|
1814
|
+
{
|
|
1810
1815
|
"alignItems": "stretch",
|
|
1811
1816
|
"borderStyle": "solid",
|
|
1812
1817
|
"borderWidth": 0,
|
|
@@ -1825,7 +1830,7 @@ exports[`wonder-blocks-tooltip example 15 1`] = `
|
|
|
1825
1830
|
<div
|
|
1826
1831
|
className=""
|
|
1827
1832
|
style={
|
|
1828
|
-
|
|
1833
|
+
{
|
|
1829
1834
|
"alignItems": "stretch",
|
|
1830
1835
|
"backgroundColor": "#ffffff",
|
|
1831
1836
|
"border": "solid 1px rgba(33,36,44,0.16)",
|
|
@@ -1850,7 +1855,7 @@ exports[`wonder-blocks-tooltip example 15 1`] = `
|
|
|
1850
1855
|
<div
|
|
1851
1856
|
className=""
|
|
1852
1857
|
style={
|
|
1853
|
-
|
|
1858
|
+
{
|
|
1854
1859
|
"alignItems": "stretch",
|
|
1855
1860
|
"borderStyle": "solid",
|
|
1856
1861
|
"borderWidth": 0,
|
|
@@ -1869,11 +1874,11 @@ exports[`wonder-blocks-tooltip example 15 1`] = `
|
|
|
1869
1874
|
<span
|
|
1870
1875
|
className=""
|
|
1871
1876
|
style={
|
|
1872
|
-
|
|
1877
|
+
{
|
|
1873
1878
|
"MozOsxFontSmoothing": "grayscale",
|
|
1874
1879
|
"WebkitFontSmoothing": "antialiased",
|
|
1875
1880
|
"display": "block",
|
|
1876
|
-
"fontFamily": "Lato,
|
|
1881
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1877
1882
|
"fontSize": 16,
|
|
1878
1883
|
"fontWeight": 400,
|
|
1879
1884
|
"lineHeight": "20px",
|
|
@@ -1888,7 +1893,7 @@ exports[`wonder-blocks-tooltip example 15 1`] = `
|
|
|
1888
1893
|
className=""
|
|
1889
1894
|
data-placement="right"
|
|
1890
1895
|
style={
|
|
1891
|
-
|
|
1896
|
+
{
|
|
1892
1897
|
"alignItems": "stretch",
|
|
1893
1898
|
"borderStyle": "solid",
|
|
1894
1899
|
"borderWidth": 0,
|
|
@@ -1909,10 +1914,11 @@ exports[`wonder-blocks-tooltip example 15 1`] = `
|
|
|
1909
1914
|
}
|
|
1910
1915
|
>
|
|
1911
1916
|
<svg
|
|
1917
|
+
aria-hidden={true}
|
|
1912
1918
|
className="arrow_oo4scr"
|
|
1913
1919
|
height={24}
|
|
1914
1920
|
style={
|
|
1915
|
-
|
|
1921
|
+
{
|
|
1916
1922
|
"marginBottom": 8,
|
|
1917
1923
|
"marginTop": 8,
|
|
1918
1924
|
"paddingLeft": 8,
|
|
@@ -1972,7 +1978,7 @@ exports[`wonder-blocks-tooltip example 16 1`] = `
|
|
|
1972
1978
|
<div
|
|
1973
1979
|
className=""
|
|
1974
1980
|
style={
|
|
1975
|
-
|
|
1981
|
+
{
|
|
1976
1982
|
"alignItems": "stretch",
|
|
1977
1983
|
"borderStyle": "solid",
|
|
1978
1984
|
"borderWidth": 0,
|
|
@@ -1995,7 +2001,7 @@ exports[`wonder-blocks-tooltip example 16 1`] = `
|
|
|
1995
2001
|
onMouseLeave={[Function]}
|
|
1996
2002
|
role="tooltip"
|
|
1997
2003
|
style={
|
|
1998
|
-
|
|
2004
|
+
{
|
|
1999
2005
|
"alignItems": "stretch",
|
|
2000
2006
|
"borderStyle": "solid",
|
|
2001
2007
|
"borderWidth": 0,
|
|
@@ -2014,7 +2020,7 @@ exports[`wonder-blocks-tooltip example 16 1`] = `
|
|
|
2014
2020
|
<div
|
|
2015
2021
|
className=""
|
|
2016
2022
|
style={
|
|
2017
|
-
|
|
2023
|
+
{
|
|
2018
2024
|
"alignItems": "stretch",
|
|
2019
2025
|
"backgroundColor": "#ffffff",
|
|
2020
2026
|
"border": "solid 1px rgba(33,36,44,0.16)",
|
|
@@ -2039,7 +2045,7 @@ exports[`wonder-blocks-tooltip example 16 1`] = `
|
|
|
2039
2045
|
<div
|
|
2040
2046
|
className=""
|
|
2041
2047
|
style={
|
|
2042
|
-
|
|
2048
|
+
{
|
|
2043
2049
|
"alignItems": "stretch",
|
|
2044
2050
|
"borderStyle": "solid",
|
|
2045
2051
|
"borderWidth": 0,
|
|
@@ -2058,11 +2064,11 @@ exports[`wonder-blocks-tooltip example 16 1`] = `
|
|
|
2058
2064
|
<span
|
|
2059
2065
|
className=""
|
|
2060
2066
|
style={
|
|
2061
|
-
|
|
2067
|
+
{
|
|
2062
2068
|
"MozOsxFontSmoothing": "grayscale",
|
|
2063
2069
|
"WebkitFontSmoothing": "antialiased",
|
|
2064
2070
|
"display": "block",
|
|
2065
|
-
"fontFamily": "Lato,
|
|
2071
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2066
2072
|
"fontSize": 16,
|
|
2067
2073
|
"fontWeight": 400,
|
|
2068
2074
|
"lineHeight": "20px",
|
|
@@ -2077,7 +2083,7 @@ exports[`wonder-blocks-tooltip example 16 1`] = `
|
|
|
2077
2083
|
className=""
|
|
2078
2084
|
data-placement="bottom"
|
|
2079
2085
|
style={
|
|
2080
|
-
|
|
2086
|
+
{
|
|
2081
2087
|
"alignItems": "stretch",
|
|
2082
2088
|
"borderStyle": "solid",
|
|
2083
2089
|
"borderWidth": 0,
|
|
@@ -2098,10 +2104,11 @@ exports[`wonder-blocks-tooltip example 16 1`] = `
|
|
|
2098
2104
|
}
|
|
2099
2105
|
>
|
|
2100
2106
|
<svg
|
|
2107
|
+
aria-hidden={true}
|
|
2101
2108
|
className="arrow_oo4scr"
|
|
2102
2109
|
height={12}
|
|
2103
2110
|
style={
|
|
2104
|
-
|
|
2111
|
+
{
|
|
2105
2112
|
"marginLeft": 8,
|
|
2106
2113
|
"marginRight": 8,
|
|
2107
2114
|
"paddingTop": 8,
|
|
@@ -2133,7 +2140,7 @@ exports[`wonder-blocks-tooltip example 17 1`] = `
|
|
|
2133
2140
|
<div
|
|
2134
2141
|
className=""
|
|
2135
2142
|
style={
|
|
2136
|
-
|
|
2143
|
+
{
|
|
2137
2144
|
"alignItems": "stretch",
|
|
2138
2145
|
"borderStyle": "solid",
|
|
2139
2146
|
"borderWidth": 0,
|
|
@@ -2156,7 +2163,7 @@ exports[`wonder-blocks-tooltip example 17 1`] = `
|
|
|
2156
2163
|
onMouseLeave={[Function]}
|
|
2157
2164
|
role="tooltip"
|
|
2158
2165
|
style={
|
|
2159
|
-
|
|
2166
|
+
{
|
|
2160
2167
|
"alignItems": "stretch",
|
|
2161
2168
|
"borderStyle": "solid",
|
|
2162
2169
|
"borderWidth": 0,
|
|
@@ -2175,7 +2182,7 @@ exports[`wonder-blocks-tooltip example 17 1`] = `
|
|
|
2175
2182
|
<div
|
|
2176
2183
|
className=""
|
|
2177
2184
|
style={
|
|
2178
|
-
|
|
2185
|
+
{
|
|
2179
2186
|
"alignItems": "stretch",
|
|
2180
2187
|
"backgroundColor": "#ffffff",
|
|
2181
2188
|
"border": "solid 1px rgba(33,36,44,0.16)",
|
|
@@ -2200,7 +2207,7 @@ exports[`wonder-blocks-tooltip example 17 1`] = `
|
|
|
2200
2207
|
<div
|
|
2201
2208
|
className=""
|
|
2202
2209
|
style={
|
|
2203
|
-
|
|
2210
|
+
{
|
|
2204
2211
|
"alignItems": "stretch",
|
|
2205
2212
|
"borderStyle": "solid",
|
|
2206
2213
|
"borderWidth": 0,
|
|
@@ -2219,11 +2226,11 @@ exports[`wonder-blocks-tooltip example 17 1`] = `
|
|
|
2219
2226
|
<span
|
|
2220
2227
|
className=""
|
|
2221
2228
|
style={
|
|
2222
|
-
|
|
2229
|
+
{
|
|
2223
2230
|
"MozOsxFontSmoothing": "grayscale",
|
|
2224
2231
|
"WebkitFontSmoothing": "antialiased",
|
|
2225
2232
|
"display": "block",
|
|
2226
|
-
"fontFamily": "Lato,
|
|
2233
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2227
2234
|
"fontSize": 16,
|
|
2228
2235
|
"fontWeight": 400,
|
|
2229
2236
|
"lineHeight": "20px",
|
|
@@ -2238,7 +2245,7 @@ exports[`wonder-blocks-tooltip example 17 1`] = `
|
|
|
2238
2245
|
className=""
|
|
2239
2246
|
data-placement="left"
|
|
2240
2247
|
style={
|
|
2241
|
-
|
|
2248
|
+
{
|
|
2242
2249
|
"alignItems": "stretch",
|
|
2243
2250
|
"borderStyle": "solid",
|
|
2244
2251
|
"borderWidth": 0,
|
|
@@ -2259,10 +2266,11 @@ exports[`wonder-blocks-tooltip example 17 1`] = `
|
|
|
2259
2266
|
}
|
|
2260
2267
|
>
|
|
2261
2268
|
<svg
|
|
2269
|
+
aria-hidden={true}
|
|
2262
2270
|
className="arrow_oo4scr"
|
|
2263
2271
|
height={24}
|
|
2264
2272
|
style={
|
|
2265
|
-
|
|
2273
|
+
{
|
|
2266
2274
|
"marginBottom": 8,
|
|
2267
2275
|
"marginTop": 8,
|
|
2268
2276
|
"paddingRight": 8,
|
|
@@ -2322,7 +2330,7 @@ exports[`wonder-blocks-tooltip example 18 1`] = `
|
|
|
2322
2330
|
<div
|
|
2323
2331
|
className=""
|
|
2324
2332
|
style={
|
|
2325
|
-
|
|
2333
|
+
{
|
|
2326
2334
|
"alignItems": "stretch",
|
|
2327
2335
|
"borderStyle": "solid",
|
|
2328
2336
|
"borderWidth": 0,
|
|
@@ -2345,7 +2353,7 @@ exports[`wonder-blocks-tooltip example 18 1`] = `
|
|
|
2345
2353
|
onMouseLeave={[Function]}
|
|
2346
2354
|
role="tooltip"
|
|
2347
2355
|
style={
|
|
2348
|
-
|
|
2356
|
+
{
|
|
2349
2357
|
"alignItems": "stretch",
|
|
2350
2358
|
"borderStyle": "solid",
|
|
2351
2359
|
"borderWidth": 0,
|
|
@@ -2364,7 +2372,7 @@ exports[`wonder-blocks-tooltip example 18 1`] = `
|
|
|
2364
2372
|
<div
|
|
2365
2373
|
className=""
|
|
2366
2374
|
style={
|
|
2367
|
-
|
|
2375
|
+
{
|
|
2368
2376
|
"alignItems": "stretch",
|
|
2369
2377
|
"backgroundColor": "#ffffff",
|
|
2370
2378
|
"border": "solid 1px rgba(33,36,44,0.16)",
|
|
@@ -2389,7 +2397,7 @@ exports[`wonder-blocks-tooltip example 18 1`] = `
|
|
|
2389
2397
|
<div
|
|
2390
2398
|
className=""
|
|
2391
2399
|
style={
|
|
2392
|
-
|
|
2400
|
+
{
|
|
2393
2401
|
"alignItems": "stretch",
|
|
2394
2402
|
"borderStyle": "solid",
|
|
2395
2403
|
"borderWidth": 0,
|
|
@@ -2408,11 +2416,11 @@ exports[`wonder-blocks-tooltip example 18 1`] = `
|
|
|
2408
2416
|
<span
|
|
2409
2417
|
className=""
|
|
2410
2418
|
style={
|
|
2411
|
-
|
|
2419
|
+
{
|
|
2412
2420
|
"MozOsxFontSmoothing": "grayscale",
|
|
2413
2421
|
"WebkitFontSmoothing": "antialiased",
|
|
2414
2422
|
"display": "block",
|
|
2415
|
-
"fontFamily": "Lato,
|
|
2423
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2416
2424
|
"fontSize": 16,
|
|
2417
2425
|
"fontWeight": 400,
|
|
2418
2426
|
"lineHeight": "20px",
|
|
@@ -2427,7 +2435,7 @@ exports[`wonder-blocks-tooltip example 18 1`] = `
|
|
|
2427
2435
|
className=""
|
|
2428
2436
|
data-placement="bottom"
|
|
2429
2437
|
style={
|
|
2430
|
-
|
|
2438
|
+
{
|
|
2431
2439
|
"alignItems": "stretch",
|
|
2432
2440
|
"borderStyle": "solid",
|
|
2433
2441
|
"borderWidth": 0,
|
|
@@ -2449,10 +2457,11 @@ exports[`wonder-blocks-tooltip example 18 1`] = `
|
|
|
2449
2457
|
}
|
|
2450
2458
|
>
|
|
2451
2459
|
<svg
|
|
2460
|
+
aria-hidden={true}
|
|
2452
2461
|
className="arrow_oo4scr"
|
|
2453
2462
|
height={12}
|
|
2454
2463
|
style={
|
|
2455
|
-
|
|
2464
|
+
{
|
|
2456
2465
|
"marginLeft": 8,
|
|
2457
2466
|
"marginRight": 8,
|
|
2458
2467
|
"paddingTop": 8,
|
|
@@ -2484,7 +2493,7 @@ exports[`wonder-blocks-tooltip example 19 1`] = `
|
|
|
2484
2493
|
<div
|
|
2485
2494
|
className=""
|
|
2486
2495
|
style={
|
|
2487
|
-
|
|
2496
|
+
{
|
|
2488
2497
|
"alignItems": "stretch",
|
|
2489
2498
|
"borderStyle": "solid",
|
|
2490
2499
|
"borderWidth": 0,
|
|
@@ -2507,7 +2516,7 @@ exports[`wonder-blocks-tooltip example 19 1`] = `
|
|
|
2507
2516
|
onMouseLeave={[Function]}
|
|
2508
2517
|
role="tooltip"
|
|
2509
2518
|
style={
|
|
2510
|
-
|
|
2519
|
+
{
|
|
2511
2520
|
"alignItems": "stretch",
|
|
2512
2521
|
"backgroundColor": "transparent",
|
|
2513
2522
|
"borderStyle": "solid",
|
|
@@ -2530,7 +2539,7 @@ exports[`wonder-blocks-tooltip example 19 1`] = `
|
|
|
2530
2539
|
<div
|
|
2531
2540
|
className=""
|
|
2532
2541
|
style={
|
|
2533
|
-
|
|
2542
|
+
{
|
|
2534
2543
|
"alignItems": "stretch",
|
|
2535
2544
|
"backgroundColor": "#ffffff",
|
|
2536
2545
|
"border": "solid 1px rgba(33,36,44,0.16)",
|
|
@@ -2555,7 +2564,7 @@ exports[`wonder-blocks-tooltip example 19 1`] = `
|
|
|
2555
2564
|
<div
|
|
2556
2565
|
className=""
|
|
2557
2566
|
style={
|
|
2558
|
-
|
|
2567
|
+
{
|
|
2559
2568
|
"alignItems": "stretch",
|
|
2560
2569
|
"borderStyle": "solid",
|
|
2561
2570
|
"borderWidth": 0,
|
|
@@ -2574,11 +2583,11 @@ exports[`wonder-blocks-tooltip example 19 1`] = `
|
|
|
2574
2583
|
<span
|
|
2575
2584
|
className=""
|
|
2576
2585
|
style={
|
|
2577
|
-
|
|
2586
|
+
{
|
|
2578
2587
|
"MozOsxFontSmoothing": "grayscale",
|
|
2579
2588
|
"WebkitFontSmoothing": "antialiased",
|
|
2580
2589
|
"display": "block",
|
|
2581
|
-
"fontFamily": "Lato,
|
|
2590
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2582
2591
|
"fontSize": 16,
|
|
2583
2592
|
"fontWeight": 400,
|
|
2584
2593
|
"lineHeight": "20px",
|
|
@@ -2593,7 +2602,7 @@ exports[`wonder-blocks-tooltip example 19 1`] = `
|
|
|
2593
2602
|
className=""
|
|
2594
2603
|
data-placement="top"
|
|
2595
2604
|
style={
|
|
2596
|
-
|
|
2605
|
+
{
|
|
2597
2606
|
"alignItems": "stretch",
|
|
2598
2607
|
"borderStyle": "solid",
|
|
2599
2608
|
"borderWidth": 0,
|
|
@@ -2614,10 +2623,11 @@ exports[`wonder-blocks-tooltip example 19 1`] = `
|
|
|
2614
2623
|
}
|
|
2615
2624
|
>
|
|
2616
2625
|
<svg
|
|
2626
|
+
aria-hidden={true}
|
|
2617
2627
|
className="arrow_oo4scr"
|
|
2618
2628
|
height={12}
|
|
2619
2629
|
style={
|
|
2620
|
-
|
|
2630
|
+
{
|
|
2621
2631
|
"marginLeft": 8,
|
|
2622
2632
|
"marginRight": 8,
|
|
2623
2633
|
"paddingBottom": 8,
|