@rescui/tooltip 0.9.0 → 0.9.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 +24 -24
- 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_9pjzs2_5{
|
|
2
2
|
position:relative;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._closing_9pjzs2_9{
|
|
5
5
|
pointer-events:none;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
._content_9pjzs2_13{
|
|
8
8
|
--rs-theme-dark:1;
|
|
9
9
|
--_rs-tooltip-border-width:1px;
|
|
10
10
|
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
line-height:var(--_rs-typography-line-height);
|
|
30
30
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
31
31
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
32
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
32
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
33
33
|
--_rs-typography-text-transform:initial;
|
|
34
34
|
--_rs-typography-font-variant-numeric:initial;
|
|
35
35
|
--_rs-typography-font-family:var(
|
|
@@ -75,33 +75,33 @@
|
|
|
75
75
|
transition:opacity 300ms, transform 300ms;
|
|
76
76
|
transform:translate(0, 0);
|
|
77
77
|
}
|
|
78
|
-
[data-real-placement='top-end'] .
|
|
79
|
-
[data-real-placement='bottom-end'] .
|
|
78
|
+
[data-real-placement='top-end'] ._content_9pjzs2_13,
|
|
79
|
+
[data-real-placement='bottom-end'] ._content_9pjzs2_13{
|
|
80
80
|
margin-right:0;
|
|
81
81
|
}
|
|
82
|
-
[data-real-placement='top-start'] .
|
|
83
|
-
[data-real-placement='bottom-start'] .
|
|
82
|
+
[data-real-placement='top-start'] ._content_9pjzs2_13,
|
|
83
|
+
[data-real-placement='bottom-start'] ._content_9pjzs2_13{
|
|
84
84
|
margin-left:0;
|
|
85
85
|
}
|
|
86
|
-
[data-real-placement='left-end'] .
|
|
87
|
-
[data-real-placement='right-end'] .
|
|
86
|
+
[data-real-placement='left-end'] ._content_9pjzs2_13,
|
|
87
|
+
[data-real-placement='right-end'] ._content_9pjzs2_13{
|
|
88
88
|
margin-bottom:0;
|
|
89
89
|
}
|
|
90
|
-
[data-real-placement='left-start'] .
|
|
91
|
-
[data-real-placement='right-start'] .
|
|
90
|
+
[data-real-placement='left-start'] ._content_9pjzs2_13,
|
|
91
|
+
[data-real-placement='right-start'] ._content_9pjzs2_13{
|
|
92
92
|
margin-top:0;
|
|
93
93
|
}
|
|
94
|
-
.
|
|
94
|
+
._initial_9pjzs2_54 ._content_9pjzs2_13{
|
|
95
95
|
transition:none;
|
|
96
96
|
}
|
|
97
|
-
.
|
|
97
|
+
._closing_9pjzs2_9 ._content_9pjzs2_13{
|
|
98
98
|
transition-duration:200ms, 200ms;
|
|
99
99
|
}
|
|
100
|
-
.
|
|
101
|
-
.
|
|
100
|
+
._initial_9pjzs2_54 ._content_9pjzs2_13,
|
|
101
|
+
._closing_9pjzs2_9 ._content_9pjzs2_13{
|
|
102
102
|
opacity:0;
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
._outerThemeLight_9pjzs2_68 ._content_9pjzs2_13{
|
|
105
105
|
--rs-color-primary-dark-theme:var(--rs-color-primary-light-theme);
|
|
106
106
|
--rs-color-primary-dim-dark-theme:var(--rs-color-primary-dim-light-theme);
|
|
107
107
|
--rs-color-primary-fog-dark-theme:var(--rs-color-primary-fog-light-theme);
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
--rs-color-primary-t-fog-light-theme
|
|
113
113
|
);
|
|
114
114
|
}
|
|
115
|
-
.
|
|
115
|
+
._outerThemeDark_9pjzs2_81 ._content_9pjzs2_13{
|
|
116
116
|
--rs-color-primary-light-theme:var(--rs-color-primary-dark-theme);
|
|
117
117
|
--rs-color-primary-dim-light-theme:var(--rs-color-primary-dim-dark-theme);
|
|
118
118
|
--rs-color-primary-fog-light-theme:var(--rs-color-primary-fog-dark-theme);
|
|
@@ -123,20 +123,20 @@
|
|
|
123
123
|
--rs-color-primary-t-fog-dark-theme
|
|
124
124
|
);
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
._initial_9pjzs2_54[data-real-placement^='top'] ._content_9pjzs2_13, ._closing_9pjzs2_9[data-real-placement^='top'] ._content_9pjzs2_13{
|
|
127
127
|
transform:translate(0, 10px);
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
._initial_9pjzs2_54[data-real-placement^='right'] ._content_9pjzs2_13, ._closing_9pjzs2_9[data-real-placement^='right'] ._content_9pjzs2_13{
|
|
130
130
|
transform:translate(-10px, 0);
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
._initial_9pjzs2_54[data-real-placement^='bottom'] ._content_9pjzs2_13, ._closing_9pjzs2_9[data-real-placement^='bottom'] ._content_9pjzs2_13{
|
|
133
133
|
transform:translate(0, -10px);
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
._initial_9pjzs2_54[data-real-placement^='left'] ._content_9pjzs2_13, ._closing_9pjzs2_9[data-real-placement^='left'] ._content_9pjzs2_13{
|
|
136
136
|
transform:translate(10px, 0);
|
|
137
137
|
}
|
|
138
|
-
.
|
|
139
|
-
.
|
|
138
|
+
._trigger_9pjzs2_113:focus-visible,
|
|
139
|
+
._trigger_9pjzs2_113:focus[data-focus-method='key']{
|
|
140
140
|
outline:none;
|
|
141
141
|
|
|
142
142
|
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_9pjzs2_5",
|
|
3
|
+
"closing": "_closing_9pjzs2_9",
|
|
4
|
+
"content": "_content_9pjzs2_13",
|
|
5
|
+
"initial": "_initial_9pjzs2_54",
|
|
6
|
+
"outerThemeLight": "_outerThemeLight_9pjzs2_68",
|
|
7
|
+
"outerThemeDark": "_outerThemeDark_9pjzs2_81",
|
|
8
|
+
"trigger": "_trigger_9pjzs2_113"
|
|
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.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@rescui/colors": "^0.2.6",
|
|
31
|
-
"@rescui/icons": "^0.16.
|
|
31
|
+
"@rescui/icons": "^0.16.14",
|
|
32
32
|
"@rescui/scripts": "^0.3.5",
|
|
33
|
-
"@rescui/typography": "^0.
|
|
33
|
+
"@rescui/typography": "^0.21.0",
|
|
34
34
|
"@types/react-is": "^17.0.3"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rescui-scripts build"
|
|
38
38
|
},
|
|
39
39
|
"nx": {},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "1643043a602c3434ef3b73c895188e9f5819f357"
|
|
41
41
|
}
|