@rescui/tooltip 0.4.5 → 0.4.7
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/lib/index.css +25 -23
- package/lib/index.p.module.css.js +6 -6
- package/package.json +4 -4
package/lib/index.css
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
|
-
.
|
|
1
|
+
._tooltip_vww70o_4{
|
|
2
2
|
position:relative;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._closing_vww70o_8{
|
|
5
5
|
pointer-events:none;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
._content_vww70o_12{
|
|
8
8
|
letter-spacing:0.0045em;
|
|
9
9
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
10
10
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
11
|
+
-webkit-font-feature-settings:"kern", "liga", "calt";
|
|
12
|
+
font-feature-settings:"kern", "liga", "calt";
|
|
11
13
|
font-size:13px;
|
|
12
14
|
font-size:var(--rs-text-3-font-size, 13px);
|
|
13
15
|
line-height:20px;
|
|
14
16
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
15
17
|
}
|
|
16
|
-
._rs-reset-letter-
|
|
18
|
+
._rs-reset-letter-spacing_vww70o_1 ._content_vww70o_12{
|
|
17
19
|
letter-spacing:normal;
|
|
18
20
|
}
|
|
19
|
-
.
|
|
21
|
+
._content_vww70o_12 {
|
|
20
22
|
|
|
21
23
|
max-width:283px;
|
|
22
24
|
|
|
@@ -37,52 +39,52 @@
|
|
|
37
39
|
-webkit-transform:translate(0, 0);
|
|
38
40
|
transform:translate(0, 0);
|
|
39
41
|
}
|
|
40
|
-
[data-real-placement='top-end'] .
|
|
41
|
-
[data-real-placement='bottom-end'] .
|
|
42
|
+
[data-real-placement='top-end'] ._content_vww70o_12,
|
|
43
|
+
[data-real-placement='bottom-end'] ._content_vww70o_12{
|
|
42
44
|
margin-right:0;
|
|
43
45
|
}
|
|
44
|
-
[data-real-placement='top-start'] .
|
|
45
|
-
[data-real-placement='bottom-start'] .
|
|
46
|
+
[data-real-placement='top-start'] ._content_vww70o_12,
|
|
47
|
+
[data-real-placement='bottom-start'] ._content_vww70o_12{
|
|
46
48
|
margin-left:0;
|
|
47
49
|
}
|
|
48
|
-
[data-real-placement='left-end'] .
|
|
49
|
-
[data-real-placement='right-end'] .
|
|
50
|
+
[data-real-placement='left-end'] ._content_vww70o_12,
|
|
51
|
+
[data-real-placement='right-end'] ._content_vww70o_12{
|
|
50
52
|
margin-bottom:0;
|
|
51
53
|
}
|
|
52
|
-
[data-real-placement='left-start'] .
|
|
53
|
-
[data-real-placement='right-start'] .
|
|
54
|
+
[data-real-placement='left-start'] ._content_vww70o_12,
|
|
55
|
+
[data-real-placement='right-start'] ._content_vww70o_12{
|
|
54
56
|
margin-top:0;
|
|
55
57
|
}
|
|
56
|
-
.
|
|
58
|
+
._initial_vww70o_47 ._content_vww70o_12{
|
|
57
59
|
-webkit-transition:none;
|
|
58
60
|
transition:none;
|
|
59
61
|
}
|
|
60
|
-
.
|
|
62
|
+
._closing_vww70o_8 ._content_vww70o_12{
|
|
61
63
|
-webkit-transition-duration:200ms, 200ms;
|
|
62
64
|
transition-duration:200ms, 200ms;
|
|
63
65
|
}
|
|
64
|
-
.
|
|
65
|
-
.
|
|
66
|
+
._initial_vww70o_47 ._content_vww70o_12,
|
|
67
|
+
._closing_vww70o_8 ._content_vww70o_12{
|
|
66
68
|
opacity:0;
|
|
67
69
|
}
|
|
68
|
-
.
|
|
70
|
+
._initial_vww70o_47[data-real-placement^='top'] ._content_vww70o_12, ._closing_vww70o_8[data-real-placement^='top'] ._content_vww70o_12{
|
|
69
71
|
-webkit-transform:translate(0, 10px);
|
|
70
72
|
transform:translate(0, 10px);
|
|
71
73
|
}
|
|
72
|
-
.
|
|
74
|
+
._initial_vww70o_47[data-real-placement^='right'] ._content_vww70o_12, ._closing_vww70o_8[data-real-placement^='right'] ._content_vww70o_12{
|
|
73
75
|
-webkit-transform:translate(-10px, 0);
|
|
74
76
|
transform:translate(-10px, 0);
|
|
75
77
|
}
|
|
76
|
-
.
|
|
78
|
+
._initial_vww70o_47[data-real-placement^='bottom'] ._content_vww70o_12, ._closing_vww70o_8[data-real-placement^='bottom'] ._content_vww70o_12{
|
|
77
79
|
-webkit-transform:translate(0, -10px);
|
|
78
80
|
transform:translate(0, -10px);
|
|
79
81
|
}
|
|
80
|
-
.
|
|
82
|
+
._initial_vww70o_47[data-real-placement^='left'] ._content_vww70o_12, ._closing_vww70o_8[data-real-placement^='left'] ._content_vww70o_12{
|
|
81
83
|
-webkit-transform:translate(10px, 0);
|
|
82
84
|
transform:translate(10px, 0);
|
|
83
85
|
}
|
|
84
|
-
.
|
|
85
|
-
.
|
|
86
|
+
._trigger_vww70o_81:focus-visible,
|
|
87
|
+
._trigger_vww70o_81:focus[data-focus-method='key']{
|
|
86
88
|
outline:none;
|
|
87
89
|
-webkit-box-shadow:rgba(107, 87, 255, 0.8) 0 0 0 4px;
|
|
88
90
|
-webkit-box-shadow:var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) 0 0 0 4px;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"tooltip": "
|
|
3
|
-
"closing": "
|
|
4
|
-
"content": "
|
|
5
|
-
"rs-reset-letter-spacing": "_rs-reset-letter-
|
|
6
|
-
"initial": "
|
|
7
|
-
"trigger": "
|
|
2
|
+
"tooltip": "_tooltip_vww70o_4",
|
|
3
|
+
"closing": "_closing_vww70o_8",
|
|
4
|
+
"content": "_content_vww70o_12",
|
|
5
|
+
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_vww70o_1",
|
|
6
|
+
"initial": "_initial_vww70o_47",
|
|
7
|
+
"trigger": "_trigger_vww70o_81"
|
|
8
8
|
};
|
|
9
9
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/tooltip",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"react-dom": ">=16.8.0 <18"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@rescui/colors": "^0.1.
|
|
31
|
+
"@rescui/colors": "^0.1.5",
|
|
32
32
|
"@rescui/scripts": "^0.1.7",
|
|
33
|
-
"@rescui/typography": "^0.8.
|
|
33
|
+
"@rescui/typography": "^0.8.3",
|
|
34
34
|
"@types/react-is": "^17.0.3"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rescui-scripts build"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "20a2d86279a96ad1375a69513d550bdc983f9616"
|
|
40
40
|
}
|