@rescui/tooltip 0.8.2-RUI-201-Support-css-modules-in-typography-6efea65f.26 → 0.8.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18

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_1d91p2o_5{
1
+ ._tooltip_sv34o6_5{
2
2
  position:relative;
3
3
  }
4
- ._closing_1d91p2o_9{
4
+ ._closing_sv34o6_9{
5
5
  pointer-events:none;
6
6
  }
7
- ._content_1d91p2o_13{
7
+ ._content_sv34o6_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,
@@ -64,8 +65,9 @@
64
65
 
65
66
  max-width:283px;
66
67
 
67
- padding:8px;
68
+ padding:calc(8px - var(--_rs-tooltip-border-width));
68
69
 
70
+ border:var(--_rs-tooltip-border-width) solid rgba(255,255,255,0.1);
69
71
  border-radius:4px;
70
72
 
71
73
  color:#FFFFFF;
@@ -81,35 +83,35 @@
81
83
  -webkit-transform:translate(0, 0);
82
84
  transform:translate(0, 0);
83
85
  }
84
- [data-real-placement='top-end'] ._content_1d91p2o_13,
85
- [data-real-placement='bottom-end'] ._content_1d91p2o_13{
86
+ [data-real-placement='top-end'] ._content_sv34o6_13,
87
+ [data-real-placement='bottom-end'] ._content_sv34o6_13{
86
88
  margin-right:0;
87
89
  }
88
- [data-real-placement='top-start'] ._content_1d91p2o_13,
89
- [data-real-placement='bottom-start'] ._content_1d91p2o_13{
90
+ [data-real-placement='top-start'] ._content_sv34o6_13,
91
+ [data-real-placement='bottom-start'] ._content_sv34o6_13{
90
92
  margin-left:0;
91
93
  }
92
- [data-real-placement='left-end'] ._content_1d91p2o_13,
93
- [data-real-placement='right-end'] ._content_1d91p2o_13{
94
+ [data-real-placement='left-end'] ._content_sv34o6_13,
95
+ [data-real-placement='right-end'] ._content_sv34o6_13{
94
96
  margin-bottom:0;
95
97
  }
96
- [data-real-placement='left-start'] ._content_1d91p2o_13,
97
- [data-real-placement='right-start'] ._content_1d91p2o_13{
98
+ [data-real-placement='left-start'] ._content_sv34o6_13,
99
+ [data-real-placement='right-start'] ._content_sv34o6_13{
98
100
  margin-top:0;
99
101
  }
100
- ._initial_1d91p2o_52 ._content_1d91p2o_13{
102
+ ._initial_sv34o6_54 ._content_sv34o6_13{
101
103
  -webkit-transition:none;
102
104
  transition:none;
103
105
  }
104
- ._closing_1d91p2o_9 ._content_1d91p2o_13{
106
+ ._closing_sv34o6_9 ._content_sv34o6_13{
105
107
  -webkit-transition-duration:200ms, 200ms;
106
108
  transition-duration:200ms, 200ms;
107
109
  }
108
- ._initial_1d91p2o_52 ._content_1d91p2o_13,
109
- ._closing_1d91p2o_9 ._content_1d91p2o_13{
110
+ ._initial_sv34o6_54 ._content_sv34o6_13,
111
+ ._closing_sv34o6_9 ._content_sv34o6_13{
110
112
  opacity:0;
111
113
  }
112
- ._outerThemeLight_1d91p2o_66 ._content_1d91p2o_13{
114
+ ._outerThemeLight_sv34o6_68 ._content_sv34o6_13{
113
115
  --rs-color-primary-dark-theme:var(--rs-color-primary-light-theme);
114
116
  --rs-color-primary-dim-dark-theme:var(--rs-color-primary-dim-light-theme);
115
117
  --rs-color-primary-fog-dark-theme:var(--rs-color-primary-fog-light-theme);
@@ -120,7 +122,7 @@
120
122
  --rs-color-primary-t-fog-light-theme
121
123
  );
122
124
  }
123
- ._outerThemeDark_1d91p2o_79 ._content_1d91p2o_13{
125
+ ._outerThemeDark_sv34o6_81 ._content_sv34o6_13{
124
126
  --rs-color-primary-light-theme:var(--rs-color-primary-dark-theme);
125
127
  --rs-color-primary-dim-light-theme:var(--rs-color-primary-dim-dark-theme);
126
128
  --rs-color-primary-fog-light-theme:var(--rs-color-primary-fog-dark-theme);
@@ -131,24 +133,24 @@
131
133
  --rs-color-primary-t-fog-dark-theme
132
134
  );
133
135
  }
134
- ._initial_1d91p2o_52[data-real-placement^='top'] ._content_1d91p2o_13, ._closing_1d91p2o_9[data-real-placement^='top'] ._content_1d91p2o_13{
136
+ ._initial_sv34o6_54[data-real-placement^='top'] ._content_sv34o6_13, ._closing_sv34o6_9[data-real-placement^='top'] ._content_sv34o6_13{
135
137
  -webkit-transform:translate(0, 10px);
136
138
  transform:translate(0, 10px);
137
139
  }
138
- ._initial_1d91p2o_52[data-real-placement^='right'] ._content_1d91p2o_13, ._closing_1d91p2o_9[data-real-placement^='right'] ._content_1d91p2o_13{
140
+ ._initial_sv34o6_54[data-real-placement^='right'] ._content_sv34o6_13, ._closing_sv34o6_9[data-real-placement^='right'] ._content_sv34o6_13{
139
141
  -webkit-transform:translate(-10px, 0);
140
142
  transform:translate(-10px, 0);
141
143
  }
142
- ._initial_1d91p2o_52[data-real-placement^='bottom'] ._content_1d91p2o_13, ._closing_1d91p2o_9[data-real-placement^='bottom'] ._content_1d91p2o_13{
144
+ ._initial_sv34o6_54[data-real-placement^='bottom'] ._content_sv34o6_13, ._closing_sv34o6_9[data-real-placement^='bottom'] ._content_sv34o6_13{
143
145
  -webkit-transform:translate(0, -10px);
144
146
  transform:translate(0, -10px);
145
147
  }
146
- ._initial_1d91p2o_52[data-real-placement^='left'] ._content_1d91p2o_13, ._closing_1d91p2o_9[data-real-placement^='left'] ._content_1d91p2o_13{
148
+ ._initial_sv34o6_54[data-real-placement^='left'] ._content_sv34o6_13, ._closing_sv34o6_9[data-real-placement^='left'] ._content_sv34o6_13{
147
149
  -webkit-transform:translate(10px, 0);
148
150
  transform:translate(10px, 0);
149
151
  }
150
- ._trigger_1d91p2o_111:focus-visible,
151
- ._trigger_1d91p2o_111:focus[data-focus-method='key']{
152
+ ._trigger_sv34o6_113:focus-visible,
153
+ ._trigger_sv34o6_113:focus[data-focus-method='key']{
152
154
  outline:none;
153
155
 
154
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_1d91p2o_5",
3
- "closing": "_closing_1d91p2o_9",
4
- "content": "_content_1d91p2o_13",
5
- "initial": "_initial_1d91p2o_52",
6
- "outerThemeLight": "_outerThemeLight_1d91p2o_66",
7
- "outerThemeDark": "_outerThemeDark_1d91p2o_79",
8
- "trigger": "_trigger_1d91p2o_111"
2
+ "tooltip": "_tooltip_sv34o6_5",
3
+ "closing": "_closing_sv34o6_9",
4
+ "content": "_content_sv34o6_13",
5
+ "initial": "_initial_sv34o6_54",
6
+ "outerThemeLight": "_outerThemeLight_sv34o6_68",
7
+ "outerThemeDark": "_outerThemeDark_sv34o6_81",
8
+ "trigger": "_trigger_sv34o6_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-RUI-201-Support-css-modules-in-typography-6efea65f.26+6efea65f",
3
+ "version": "0.8.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18+48b1e9e1",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -28,14 +28,15 @@
28
28
  "react-dom": ">=16.8.0 <19"
29
29
  },
30
30
  "devDependencies": {
31
- "@rescui/colors": "0.2.1-RUI-201-Support-css-modules-in-typography-6efea65f.28+6efea65f",
32
- "@rescui/scripts": "0.3.1",
33
- "@rescui/typography": "0.16.2-RUI-201-Support-css-modules-in-typography-6efea65f.26+6efea65f",
31
+ "@rescui/colors": "0.2.1-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.41+48b1e9e1",
32
+ "@rescui/icons": "0.16.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18+48b1e9e1",
33
+ "@rescui/scripts": "0.3.2",
34
+ "@rescui/typography": "0.16.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18+48b1e9e1",
34
35
  "@types/react-is": "^17.0.3"
35
36
  },
36
37
  "scripts": {
37
38
  "build": "rescui-scripts build"
38
39
  },
39
40
  "nx": {},
40
- "gitHead": "6efea65fdcd5dea2f275be4be0e30ee7eb6ad136"
41
+ "gitHead": "48b1e9e1ea4e38ec28a5bc9f9be82e5b69f7fe44"
41
42
  }