@rescui/tooltip 0.8.3-test-canary-release.0 → 0.8.3-test-canary-release-a00fb377.1
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 +4 -4
package/lib/index.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
.
|
|
1
|
+
._tooltip_16flt0j_5{
|
|
2
2
|
position:relative;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._closing_16flt0j_9{
|
|
5
5
|
pointer-events:none;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
._content_16flt0j_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_16flt0j_13 > p:not(:nth-child(1)),
|
|
34
|
+
._content_16flt0j_13 > pre:not(:nth-child(1)){
|
|
35
35
|
padding-top:var(--_rs-typography-auto-offset-or-initial);
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
._content_16flt0j_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_16flt0j_13,
|
|
91
|
+
[data-real-placement='bottom-end'] ._content_16flt0j_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_16flt0j_13,
|
|
95
|
+
[data-real-placement='bottom-start'] ._content_16flt0j_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_16flt0j_13,
|
|
99
|
+
[data-real-placement='right-end'] ._content_16flt0j_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_16flt0j_13,
|
|
103
|
+
[data-real-placement='right-start'] ._content_16flt0j_13{
|
|
104
104
|
margin-top:0;
|
|
105
105
|
}
|
|
106
|
-
.
|
|
106
|
+
._initial_16flt0j_52 ._content_16flt0j_13{
|
|
107
107
|
-webkit-transition:none;
|
|
108
108
|
transition:none;
|
|
109
109
|
}
|
|
110
|
-
.
|
|
110
|
+
._closing_16flt0j_9 ._content_16flt0j_13{
|
|
111
111
|
-webkit-transition-duration:200ms, 200ms;
|
|
112
112
|
transition-duration:200ms, 200ms;
|
|
113
113
|
}
|
|
114
|
-
.
|
|
115
|
-
.
|
|
114
|
+
._initial_16flt0j_52 ._content_16flt0j_13,
|
|
115
|
+
._closing_16flt0j_9 ._content_16flt0j_13{
|
|
116
116
|
opacity:0;
|
|
117
117
|
}
|
|
118
|
-
.
|
|
118
|
+
._outerThemeLight_16flt0j_66 ._content_16flt0j_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_16flt0j_79 ._content_16flt0j_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_16flt0j_52[data-real-placement^='top'] ._content_16flt0j_13, ._closing_16flt0j_9[data-real-placement^='top'] ._content_16flt0j_13{
|
|
141
141
|
-webkit-transform:translate(0, 10px);
|
|
142
142
|
transform:translate(0, 10px);
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
._initial_16flt0j_52[data-real-placement^='right'] ._content_16flt0j_13, ._closing_16flt0j_9[data-real-placement^='right'] ._content_16flt0j_13{
|
|
145
145
|
-webkit-transform:translate(-10px, 0);
|
|
146
146
|
transform:translate(-10px, 0);
|
|
147
147
|
}
|
|
148
|
-
.
|
|
148
|
+
._initial_16flt0j_52[data-real-placement^='bottom'] ._content_16flt0j_13, ._closing_16flt0j_9[data-real-placement^='bottom'] ._content_16flt0j_13{
|
|
149
149
|
-webkit-transform:translate(0, -10px);
|
|
150
150
|
transform:translate(0, -10px);
|
|
151
151
|
}
|
|
152
|
-
.
|
|
152
|
+
._initial_16flt0j_52[data-real-placement^='left'] ._content_16flt0j_13, ._closing_16flt0j_9[data-real-placement^='left'] ._content_16flt0j_13{
|
|
153
153
|
-webkit-transform:translate(10px, 0);
|
|
154
154
|
transform:translate(10px, 0);
|
|
155
155
|
}
|
|
156
|
-
.
|
|
157
|
-
.
|
|
156
|
+
._trigger_16flt0j_111:focus-visible,
|
|
157
|
+
._trigger_16flt0j_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_16flt0j_5",
|
|
3
|
+
"closing": "_closing_16flt0j_9",
|
|
4
|
+
"content": "_content_16flt0j_13",
|
|
5
|
+
"initial": "_initial_16flt0j_52",
|
|
6
|
+
"outerThemeLight": "_outerThemeLight_16flt0j_66",
|
|
7
|
+
"outerThemeDark": "_outerThemeDark_16flt0j_79",
|
|
8
|
+
"trigger": "_trigger_16flt0j_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-test-canary-release.
|
|
3
|
+
"version": "0.8.3-test-canary-release-a00fb377.1+a00fb377",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"react-dom": ">=16.8.0 <19"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@rescui/colors": "0.2.1-test-canary-release.
|
|
31
|
+
"@rescui/colors": "0.2.1-test-canary-release-a00fb377.24+a00fb377",
|
|
32
32
|
"@rescui/scripts": "0.3.0",
|
|
33
|
-
"@rescui/typography": "0.16.3-test-canary-release.
|
|
33
|
+
"@rescui/typography": "0.16.3-test-canary-release-a00fb377.1+a00fb377",
|
|
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": "a00fb37716d4d5380a61b953c6df7bac440cba5b"
|
|
40
40
|
}
|