File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rc-tooltip" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.3.2 " ,
4
4
"description" : " tooltip ui component for react" ,
5
5
"keywords" : [
6
6
" react" ,
Original file line number Diff line number Diff line change @@ -9,73 +9,73 @@ export const placements = {
9
9
left : {
10
10
points : [ 'cr' , 'cl' ] ,
11
11
overflow : autoAdjustOverflow ,
12
- offset : [ - 3 , 0 ] ,
12
+ offset : [ - 4 , 0 ] ,
13
13
targetOffset,
14
14
} ,
15
15
right : {
16
16
points : [ 'cl' , 'cr' ] ,
17
17
overflow : autoAdjustOverflow ,
18
- offset : [ 3 , 0 ] ,
18
+ offset : [ 4 , 0 ] ,
19
19
targetOffset,
20
20
} ,
21
21
top : {
22
22
points : [ 'bc' , 'tc' ] ,
23
23
overflow : autoAdjustOverflow ,
24
- offset : [ 0 , - 3 ] ,
24
+ offset : [ 0 , - 4 ] ,
25
25
targetOffset,
26
26
} ,
27
27
bottom : {
28
28
points : [ 'tc' , 'bc' ] ,
29
29
overflow : autoAdjustOverflow ,
30
- offset : [ 0 , 3 ] ,
30
+ offset : [ 0 , 4 ] ,
31
31
targetOffset,
32
32
} ,
33
33
topLeft : {
34
34
points : [ 'bl' , 'tl' ] ,
35
35
overflow : autoAdjustOverflow ,
36
- offset : [ 0 , - 3 ] ,
36
+ offset : [ 0 , - 4 ] ,
37
37
targetOffset,
38
38
} ,
39
39
leftTop : {
40
40
points : [ 'tr' , 'tl' ] ,
41
41
overflow : autoAdjustOverflow ,
42
- offset : [ - 3 , 0 ] ,
42
+ offset : [ - 4 , 0 ] ,
43
43
targetOffset,
44
44
} ,
45
45
topRight : {
46
46
points : [ 'br' , 'tr' ] ,
47
47
overflow : autoAdjustOverflow ,
48
- offset : [ 0 , - 3 ] ,
48
+ offset : [ 0 , - 4 ] ,
49
49
targetOffset,
50
50
} ,
51
51
rightTop : {
52
52
points : [ 'tl' , 'tr' ] ,
53
53
overflow : autoAdjustOverflow ,
54
- offset : [ 3 , 0 ] ,
54
+ offset : [ 4 , 0 ] ,
55
55
targetOffset,
56
56
} ,
57
57
bottomRight : {
58
58
points : [ 'tr' , 'br' ] ,
59
59
overflow : autoAdjustOverflow ,
60
- offset : [ 0 , 3 ] ,
60
+ offset : [ 0 , 4 ] ,
61
61
targetOffset,
62
62
} ,
63
63
rightBottom : {
64
64
points : [ 'bl' , 'br' ] ,
65
65
overflow : autoAdjustOverflow ,
66
- offset : [ 3 , 0 ] ,
66
+ offset : [ 4 , 0 ] ,
67
67
targetOffset,
68
68
} ,
69
69
bottomLeft : {
70
70
points : [ 'tl' , 'bl' ] ,
71
71
overflow : autoAdjustOverflow ,
72
- offset : [ 0 , 3 ] ,
72
+ offset : [ 0 , 4 ] ,
73
73
targetOffset,
74
74
} ,
75
75
leftBottom : {
76
76
points : [ 'br' , 'bl' ] ,
77
77
overflow : autoAdjustOverflow ,
78
- offset : [ - 3 , 0 ] ,
78
+ offset : [ - 4 , 0 ] ,
79
79
targetOffset,
80
80
} ,
81
81
} ;
You can’t perform that action at this time.
0 commit comments