@rescui/tooltip 0.8.1 → 0.8.2
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 +26 -26
- package/lib/index.p.module.css.js +7 -7
- package/package.json +3 -3
package/lib/index.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
.
|
|
1
|
+
._tooltip_73nh1_5{
|
|
2
2
|
position:relative;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._closing_73nh1_9{
|
|
5
5
|
pointer-events:none;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
._content_73nh1_13{
|
|
8
8
|
--rs-theme-dark:1;
|
|
9
9
|
|
|
10
10
|
--_rs-theme-dark:var(
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
31
31
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
32
32
|
}
|
|
33
|
-
.
|
|
34
|
-
.
|
|
33
|
+
._content_73nh1_13 > p:not(:nth-child(1)),
|
|
34
|
+
._content_73nh1_13 > pre:not(:nth-child(1)){
|
|
35
35
|
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
._content_73nh1_13 {
|
|
38
38
|
--_rs-typography-letter-spacing:0.0045em;
|
|
39
39
|
--_rs-typography-text-transform:initial;
|
|
40
40
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -87,35 +87,35 @@
|
|
|
87
87
|
-webkit-transform:translate(0, 0);
|
|
88
88
|
transform:translate(0, 0);
|
|
89
89
|
}
|
|
90
|
-
[data-real-placement='top-end'] .
|
|
91
|
-
[data-real-placement='bottom-end'] .
|
|
90
|
+
[data-real-placement='top-end'] ._content_73nh1_13,
|
|
91
|
+
[data-real-placement='bottom-end'] ._content_73nh1_13{
|
|
92
92
|
margin-right:0;
|
|
93
93
|
}
|
|
94
|
-
[data-real-placement='top-start'] .
|
|
95
|
-
[data-real-placement='bottom-start'] .
|
|
94
|
+
[data-real-placement='top-start'] ._content_73nh1_13,
|
|
95
|
+
[data-real-placement='bottom-start'] ._content_73nh1_13{
|
|
96
96
|
margin-left:0;
|
|
97
97
|
}
|
|
98
|
-
[data-real-placement='left-end'] .
|
|
99
|
-
[data-real-placement='right-end'] .
|
|
98
|
+
[data-real-placement='left-end'] ._content_73nh1_13,
|
|
99
|
+
[data-real-placement='right-end'] ._content_73nh1_13{
|
|
100
100
|
margin-bottom:0;
|
|
101
101
|
}
|
|
102
|
-
[data-real-placement='left-start'] .
|
|
103
|
-
[data-real-placement='right-start'] .
|
|
102
|
+
[data-real-placement='left-start'] ._content_73nh1_13,
|
|
103
|
+
[data-real-placement='right-start'] ._content_73nh1_13{
|
|
104
104
|
margin-top:0;
|
|
105
105
|
}
|
|
106
|
-
.
|
|
106
|
+
._initial_73nh1_52 ._content_73nh1_13{
|
|
107
107
|
-webkit-transition:none;
|
|
108
108
|
transition:none;
|
|
109
109
|
}
|
|
110
|
-
.
|
|
110
|
+
._closing_73nh1_9 ._content_73nh1_13{
|
|
111
111
|
-webkit-transition-duration:200ms, 200ms;
|
|
112
112
|
transition-duration:200ms, 200ms;
|
|
113
113
|
}
|
|
114
|
-
.
|
|
115
|
-
.
|
|
114
|
+
._initial_73nh1_52 ._content_73nh1_13,
|
|
115
|
+
._closing_73nh1_9 ._content_73nh1_13{
|
|
116
116
|
opacity:0;
|
|
117
117
|
}
|
|
118
|
-
.
|
|
118
|
+
._outerThemeLight_73nh1_66 ._content_73nh1_13{
|
|
119
119
|
--rs-color-primary-dark-theme:var(--rs-color-primary-light-theme);
|
|
120
120
|
--rs-color-primary-dim-dark-theme:var(--rs-color-primary-dim-light-theme);
|
|
121
121
|
--rs-color-primary-fog-dark-theme:var(--rs-color-primary-fog-light-theme);
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
--rs-color-primary-t-fog-light-theme
|
|
127
127
|
);
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
._outerThemeDark_73nh1_79 ._content_73nh1_13{
|
|
130
130
|
--rs-color-primary-light-theme:var(--rs-color-primary-dark-theme);
|
|
131
131
|
--rs-color-primary-dim-light-theme:var(--rs-color-primary-dim-dark-theme);
|
|
132
132
|
--rs-color-primary-fog-light-theme:var(--rs-color-primary-fog-dark-theme);
|
|
@@ -137,24 +137,24 @@
|
|
|
137
137
|
--rs-color-primary-t-fog-dark-theme
|
|
138
138
|
);
|
|
139
139
|
}
|
|
140
|
-
.
|
|
140
|
+
._initial_73nh1_52[data-real-placement^='top'] ._content_73nh1_13, ._closing_73nh1_9[data-real-placement^='top'] ._content_73nh1_13{
|
|
141
141
|
-webkit-transform:translate(0, 10px);
|
|
142
142
|
transform:translate(0, 10px);
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
._initial_73nh1_52[data-real-placement^='right'] ._content_73nh1_13, ._closing_73nh1_9[data-real-placement^='right'] ._content_73nh1_13{
|
|
145
145
|
-webkit-transform:translate(-10px, 0);
|
|
146
146
|
transform:translate(-10px, 0);
|
|
147
147
|
}
|
|
148
|
-
.
|
|
148
|
+
._initial_73nh1_52[data-real-placement^='bottom'] ._content_73nh1_13, ._closing_73nh1_9[data-real-placement^='bottom'] ._content_73nh1_13{
|
|
149
149
|
-webkit-transform:translate(0, -10px);
|
|
150
150
|
transform:translate(0, -10px);
|
|
151
151
|
}
|
|
152
|
-
.
|
|
152
|
+
._initial_73nh1_52[data-real-placement^='left'] ._content_73nh1_13, ._closing_73nh1_9[data-real-placement^='left'] ._content_73nh1_13{
|
|
153
153
|
-webkit-transform:translate(10px, 0);
|
|
154
154
|
transform:translate(10px, 0);
|
|
155
155
|
}
|
|
156
|
-
.
|
|
157
|
-
.
|
|
156
|
+
._trigger_73nh1_111:focus-visible,
|
|
157
|
+
._trigger_73nh1_111:focus[data-focus-method='key']{
|
|
158
158
|
outline:none;
|
|
159
159
|
|
|
160
160
|
-webkit-box-shadow:var(--rs-color-primary-t-dim-light-theme) 0 0 0 4px;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"tooltip": "
|
|
3
|
-
"closing": "
|
|
4
|
-
"content": "
|
|
5
|
-
"initial": "
|
|
6
|
-
"outerThemeLight": "
|
|
7
|
-
"outerThemeDark": "
|
|
8
|
-
"trigger": "
|
|
2
|
+
"tooltip": "_tooltip_73nh1_5",
|
|
3
|
+
"closing": "_closing_73nh1_9",
|
|
4
|
+
"content": "_content_73nh1_13",
|
|
5
|
+
"initial": "_initial_73nh1_52",
|
|
6
|
+
"outerThemeLight": "_outerThemeLight_73nh1_66",
|
|
7
|
+
"outerThemeDark": "_outerThemeDark_73nh1_79",
|
|
8
|
+
"trigger": "_trigger_73nh1_111"
|
|
9
9
|
};
|
|
10
10
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/tooltip",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@rescui/colors": "^0.2.0",
|
|
32
32
|
"@rescui/scripts": "^0.3.0",
|
|
33
|
-
"@rescui/typography": "^0.16.
|
|
33
|
+
"@rescui/typography": "^0.16.2",
|
|
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": "a2e1fabd391841605a1f7d06800f60fb82a50feb"
|
|
40
40
|
}
|