@rescui/tooltip 0.8.2 → 0.8.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19

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 CHANGED
@@ -1,11 +1,12 @@
1
- ._tooltip_73nh1_5{
1
+ ._tooltip_2fgkpy_5{
2
2
  position:relative;
3
3
  }
4
- ._closing_73nh1_9{
4
+ ._closing_2fgkpy_9{
5
5
  pointer-events:none;
6
6
  }
7
- ._content_73nh1_13{
7
+ ._content_2fgkpy_13{
8
8
  --rs-theme-dark:1;
9
+ --_rs-tooltip-border-width:1px;
9
10
 
10
11
  --_rs-theme-dark:var(
11
12
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
@@ -29,12 +30,6 @@
29
30
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
30
31
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
31
32
  font-feature-settings:'kern', 'liga', 'calt';
32
- }
33
- ._content_73nh1_13 > p:not(:nth-child(1)),
34
- ._content_73nh1_13 > pre:not(:nth-child(1)){
35
- padding-top:var(--_rs-typography-auto-offset-or-initial);
36
- }
37
- ._content_73nh1_13 {
38
33
  --_rs-typography-letter-spacing:0.0045em;
39
34
  --_rs-typography-text-transform:initial;
40
35
  --_rs-typography-font-variant-numeric:initial;
@@ -70,8 +65,9 @@
70
65
 
71
66
  max-width:283px;
72
67
 
73
- padding:8px;
68
+ padding:calc(8px - var(--_rs-tooltip-border-width));
74
69
 
70
+ border:var(--_rs-tooltip-border-width) solid rgba(255,255,255,0.1);
75
71
  border-radius:4px;
76
72
 
77
73
  color:#FFFFFF;
@@ -87,35 +83,35 @@
87
83
  -webkit-transform:translate(0, 0);
88
84
  transform:translate(0, 0);
89
85
  }
90
- [data-real-placement='top-end'] ._content_73nh1_13,
91
- [data-real-placement='bottom-end'] ._content_73nh1_13{
86
+ [data-real-placement='top-end'] ._content_2fgkpy_13,
87
+ [data-real-placement='bottom-end'] ._content_2fgkpy_13{
92
88
  margin-right:0;
93
89
  }
94
- [data-real-placement='top-start'] ._content_73nh1_13,
95
- [data-real-placement='bottom-start'] ._content_73nh1_13{
90
+ [data-real-placement='top-start'] ._content_2fgkpy_13,
91
+ [data-real-placement='bottom-start'] ._content_2fgkpy_13{
96
92
  margin-left:0;
97
93
  }
98
- [data-real-placement='left-end'] ._content_73nh1_13,
99
- [data-real-placement='right-end'] ._content_73nh1_13{
94
+ [data-real-placement='left-end'] ._content_2fgkpy_13,
95
+ [data-real-placement='right-end'] ._content_2fgkpy_13{
100
96
  margin-bottom:0;
101
97
  }
102
- [data-real-placement='left-start'] ._content_73nh1_13,
103
- [data-real-placement='right-start'] ._content_73nh1_13{
98
+ [data-real-placement='left-start'] ._content_2fgkpy_13,
99
+ [data-real-placement='right-start'] ._content_2fgkpy_13{
104
100
  margin-top:0;
105
101
  }
106
- ._initial_73nh1_52 ._content_73nh1_13{
102
+ ._initial_2fgkpy_54 ._content_2fgkpy_13{
107
103
  -webkit-transition:none;
108
104
  transition:none;
109
105
  }
110
- ._closing_73nh1_9 ._content_73nh1_13{
106
+ ._closing_2fgkpy_9 ._content_2fgkpy_13{
111
107
  -webkit-transition-duration:200ms, 200ms;
112
108
  transition-duration:200ms, 200ms;
113
109
  }
114
- ._initial_73nh1_52 ._content_73nh1_13,
115
- ._closing_73nh1_9 ._content_73nh1_13{
110
+ ._initial_2fgkpy_54 ._content_2fgkpy_13,
111
+ ._closing_2fgkpy_9 ._content_2fgkpy_13{
116
112
  opacity:0;
117
113
  }
118
- ._outerThemeLight_73nh1_66 ._content_73nh1_13{
114
+ ._outerThemeLight_2fgkpy_68 ._content_2fgkpy_13{
119
115
  --rs-color-primary-dark-theme:var(--rs-color-primary-light-theme);
120
116
  --rs-color-primary-dim-dark-theme:var(--rs-color-primary-dim-light-theme);
121
117
  --rs-color-primary-fog-dark-theme:var(--rs-color-primary-fog-light-theme);
@@ -126,7 +122,7 @@
126
122
  --rs-color-primary-t-fog-light-theme
127
123
  );
128
124
  }
129
- ._outerThemeDark_73nh1_79 ._content_73nh1_13{
125
+ ._outerThemeDark_2fgkpy_81 ._content_2fgkpy_13{
130
126
  --rs-color-primary-light-theme:var(--rs-color-primary-dark-theme);
131
127
  --rs-color-primary-dim-light-theme:var(--rs-color-primary-dim-dark-theme);
132
128
  --rs-color-primary-fog-light-theme:var(--rs-color-primary-fog-dark-theme);
@@ -137,24 +133,24 @@
137
133
  --rs-color-primary-t-fog-dark-theme
138
134
  );
139
135
  }
140
- ._initial_73nh1_52[data-real-placement^='top'] ._content_73nh1_13, ._closing_73nh1_9[data-real-placement^='top'] ._content_73nh1_13{
136
+ ._initial_2fgkpy_54[data-real-placement^='top'] ._content_2fgkpy_13, ._closing_2fgkpy_9[data-real-placement^='top'] ._content_2fgkpy_13{
141
137
  -webkit-transform:translate(0, 10px);
142
138
  transform:translate(0, 10px);
143
139
  }
144
- ._initial_73nh1_52[data-real-placement^='right'] ._content_73nh1_13, ._closing_73nh1_9[data-real-placement^='right'] ._content_73nh1_13{
140
+ ._initial_2fgkpy_54[data-real-placement^='right'] ._content_2fgkpy_13, ._closing_2fgkpy_9[data-real-placement^='right'] ._content_2fgkpy_13{
145
141
  -webkit-transform:translate(-10px, 0);
146
142
  transform:translate(-10px, 0);
147
143
  }
148
- ._initial_73nh1_52[data-real-placement^='bottom'] ._content_73nh1_13, ._closing_73nh1_9[data-real-placement^='bottom'] ._content_73nh1_13{
144
+ ._initial_2fgkpy_54[data-real-placement^='bottom'] ._content_2fgkpy_13, ._closing_2fgkpy_9[data-real-placement^='bottom'] ._content_2fgkpy_13{
149
145
  -webkit-transform:translate(0, -10px);
150
146
  transform:translate(0, -10px);
151
147
  }
152
- ._initial_73nh1_52[data-real-placement^='left'] ._content_73nh1_13, ._closing_73nh1_9[data-real-placement^='left'] ._content_73nh1_13{
148
+ ._initial_2fgkpy_54[data-real-placement^='left'] ._content_2fgkpy_13, ._closing_2fgkpy_9[data-real-placement^='left'] ._content_2fgkpy_13{
153
149
  -webkit-transform:translate(10px, 0);
154
150
  transform:translate(10px, 0);
155
151
  }
156
- ._trigger_73nh1_111:focus-visible,
157
- ._trigger_73nh1_111:focus[data-focus-method='key']{
152
+ ._trigger_2fgkpy_113:focus-visible,
153
+ ._trigger_2fgkpy_113:focus[data-focus-method='key']{
158
154
  outline:none;
159
155
 
160
156
  -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": "_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"
2
+ "tooltip": "_tooltip_2fgkpy_5",
3
+ "closing": "_closing_2fgkpy_9",
4
+ "content": "_content_2fgkpy_13",
5
+ "initial": "_initial_2fgkpy_54",
6
+ "outerThemeLight": "_outerThemeLight_2fgkpy_68",
7
+ "outerThemeDark": "_outerThemeDark_2fgkpy_81",
8
+ "trigger": "_trigger_2fgkpy_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.8.2",
3
+ "version": "0.8.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19+5a735219",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -28,13 +28,15 @@
28
28
  "react-dom": ">=16.8.0 <19"
29
29
  },
30
30
  "devDependencies": {
31
- "@rescui/colors": "^0.2.0",
32
- "@rescui/scripts": "^0.3.0",
33
- "@rescui/typography": "^0.16.2",
31
+ "@rescui/colors": "0.2.1-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.42+5a735219",
32
+ "@rescui/icons": "0.16.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19+5a735219",
33
+ "@rescui/scripts": "0.3.2",
34
+ "@rescui/typography": "0.16.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19+5a735219",
34
35
  "@types/react-is": "^17.0.3"
35
36
  },
36
37
  "scripts": {
37
38
  "build": "rescui-scripts build"
38
39
  },
39
- "gitHead": "a2e1fabd391841605a1f7d06800f60fb82a50feb"
40
+ "nx": {},
41
+ "gitHead": "5a735219baf43052dc8343d54b8d4ac33d7f4b9e"
40
42
  }