3
3
exports [` tooltip props basic tooltip 1` ] = `
4
4
<div >
5
5
<span
6
- id = " basic-example"
6
+ data-tooltip- id= " basic-example"
7
7
>
8
8
Lorem Ipsum
9
9
</span >
10
10
<div
11
11
class = " react-tooltip react-tooltip__place-top react-tooltip__show"
12
+ id = " basic-example"
12
13
role = " tooltip"
13
14
style = " left: 5px; top: -10px;"
14
15
>
@@ -24,12 +25,13 @@ exports[`tooltip props basic tooltip 1`] = `
24
25
exports [` tooltip props clickable tooltip 1` ] = `
25
26
<div >
26
27
<span
27
- id = " example-clickable"
28
+ data-tooltip- id= " example-clickable"
28
29
>
29
30
Lorem Ipsum
30
31
</span >
31
32
<div
32
33
class = " react-tooltip react-tooltip__place-top react-tooltip__show"
34
+ id = " example-clickable"
33
35
role = " tooltip"
34
36
style = " left: 5px; top: -10px;"
35
37
>
@@ -47,12 +49,13 @@ exports[`tooltip props clickable tooltip 1`] = `
47
49
exports [` tooltip props tooltip with custom position 1` ] = `
48
50
<div >
49
51
<span
50
- id = " example-place"
52
+ data-tooltip- id= " example-place"
51
53
>
52
54
Lorem Ipsum
53
55
</span >
54
56
<div
55
57
class = " react-tooltip react-tooltip__place-top react-tooltip__show"
58
+ id = " example-place"
56
59
role = " tooltip"
57
60
style = " left: 5px; top: -10px;"
58
61
>
@@ -68,7 +71,7 @@ exports[`tooltip props tooltip with custom position 1`] = `
68
71
exports [` tooltip props tooltip with delay hide 1` ] = `
69
72
<div >
70
73
<span
71
- id = " example-delay-hide"
74
+ data-tooltip- id= " example-delay-hide"
72
75
>
73
76
Lorem Ipsum
74
77
</span >
@@ -78,12 +81,13 @@ exports[`tooltip props tooltip with delay hide 1`] = `
78
81
exports [` tooltip props tooltip with delay show 1` ] = `
79
82
<div >
80
83
<span
81
- id = " example-delay-show"
84
+ data-tooltip- id= " example-delay-show"
82
85
>
83
86
Lorem Ipsum
84
87
</span >
85
88
<div
86
89
class = " react-tooltip react-tooltip__place-top react-tooltip__show"
90
+ id = " example-delay-show"
87
91
role = " tooltip"
88
92
style = " left: 5px; top: -10px;"
89
93
>
@@ -99,12 +103,13 @@ exports[`tooltip props tooltip with delay show 1`] = `
99
103
exports [` tooltip props tooltip with float 1` ] = `
100
104
<div >
101
105
<span
102
- id = " example-float"
106
+ data-tooltip- id= " example-float"
103
107
>
104
108
Lorem Ipsum
105
109
</span >
106
110
<div
107
111
class = " react-tooltip react-tooltip__place-top react-tooltip__show"
112
+ id = " example-float"
108
113
role = " tooltip"
109
114
style = " left: 5px; top: -10px;"
110
115
>
@@ -120,12 +125,13 @@ exports[`tooltip props tooltip with float 1`] = `
120
125
exports [` tooltip props tooltip with html 1` ] = `
121
126
<div >
122
127
<span
123
- id = " example-html"
128
+ data-tooltip- id= " example-html"
124
129
>
125
130
Lorem Ipsum
126
131
</span >
127
132
<div
128
133
class = " react-tooltip react-tooltip__place-top react-tooltip__show"
134
+ id = " example-html"
129
135
role = " tooltip"
130
136
style = " left: 5px; top: -10px;"
131
137
>
@@ -146,12 +152,13 @@ exports[`tooltip props tooltip with html 1`] = `
146
152
exports [` tooltip props tooltip with place 1` ] = `
147
153
<div >
148
154
<span
149
- id = " example-place"
155
+ data-tooltip- id= " example-place"
150
156
>
151
157
Lorem Ipsum
152
158
</span >
153
159
<div
154
160
class = " react-tooltip react-tooltip__place-right react-tooltip__show"
161
+ id = " example-place"
155
162
role = " tooltip"
156
163
style = " left: 10px; top: 5px;"
157
164
>
0 commit comments