@rescui/tooltip 0.4.0 → 0.4.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 CHANGED
@@ -1,10 +1,10 @@
1
- ._tooltip_dizvuj_4{
1
+ ._tooltip_kf9v0p_4{
2
2
  position:relative;
3
3
  }
4
- ._closing_dizvuj_8{
4
+ ._closing_kf9v0p_8{
5
5
  pointer-events:none;
6
6
  }
7
- ._content_dizvuj_12{
7
+ ._content_kf9v0p_12{
8
8
  letter-spacing:0.0045em;
9
9
  font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
10
10
  font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
@@ -13,10 +13,10 @@
13
13
  line-height:20px;
14
14
  line-height:var(--rs-text-3-line-height, 20px);
15
15
  }
16
- ._rs-reset-letter-spacing_dizvuj_1 ._content_dizvuj_12{
16
+ ._rs-reset-letter-spacing_kf9v0p_1 ._content_kf9v0p_12{
17
17
  letter-spacing:normal;
18
18
  }
19
- ._content_dizvuj_12 {
19
+ ._content_kf9v0p_12 {
20
20
 
21
21
  max-width:283px;
22
22
 
@@ -37,52 +37,52 @@
37
37
  -webkit-transform:translate(0, 0);
38
38
  transform:translate(0, 0);
39
39
  }
40
- [data-real-placement='top-end'] ._content_dizvuj_12,
41
- [data-real-placement='bottom-end'] ._content_dizvuj_12{
40
+ [data-real-placement='top-end'] ._content_kf9v0p_12,
41
+ [data-real-placement='bottom-end'] ._content_kf9v0p_12{
42
42
  margin-right:0;
43
43
  }
44
- [data-real-placement='top-start'] ._content_dizvuj_12,
45
- [data-real-placement='bottom-start'] ._content_dizvuj_12{
44
+ [data-real-placement='top-start'] ._content_kf9v0p_12,
45
+ [data-real-placement='bottom-start'] ._content_kf9v0p_12{
46
46
  margin-left:0;
47
47
  }
48
- [data-real-placement='left-end'] ._content_dizvuj_12,
49
- [data-real-placement='right-end'] ._content_dizvuj_12{
48
+ [data-real-placement='left-end'] ._content_kf9v0p_12,
49
+ [data-real-placement='right-end'] ._content_kf9v0p_12{
50
50
  margin-bottom:0;
51
51
  }
52
- [data-real-placement='left-start'] ._content_dizvuj_12,
53
- [data-real-placement='right-start'] ._content_dizvuj_12{
52
+ [data-real-placement='left-start'] ._content_kf9v0p_12,
53
+ [data-real-placement='right-start'] ._content_kf9v0p_12{
54
54
  margin-top:0;
55
55
  }
56
- ._initial_dizvuj_47 ._content_dizvuj_12{
56
+ ._initial_kf9v0p_47 ._content_kf9v0p_12{
57
57
  -webkit-transition:none;
58
58
  transition:none;
59
59
  }
60
- ._closing_dizvuj_8 ._content_dizvuj_12{
60
+ ._closing_kf9v0p_8 ._content_kf9v0p_12{
61
61
  -webkit-transition-duration:200ms, 200ms;
62
62
  transition-duration:200ms, 200ms;
63
63
  }
64
- ._initial_dizvuj_47 ._content_dizvuj_12,
65
- ._closing_dizvuj_8 ._content_dizvuj_12{
64
+ ._initial_kf9v0p_47 ._content_kf9v0p_12,
65
+ ._closing_kf9v0p_8 ._content_kf9v0p_12{
66
66
  opacity:0;
67
67
  }
68
- ._initial_dizvuj_47[data-real-placement^='top'] ._content_dizvuj_12, ._closing_dizvuj_8[data-real-placement^='top'] ._content_dizvuj_12{
68
+ ._initial_kf9v0p_47[data-real-placement^='top'] ._content_kf9v0p_12, ._closing_kf9v0p_8[data-real-placement^='top'] ._content_kf9v0p_12{
69
69
  -webkit-transform:translate(0, 10px);
70
70
  transform:translate(0, 10px);
71
71
  }
72
- ._initial_dizvuj_47[data-real-placement^='right'] ._content_dizvuj_12, ._closing_dizvuj_8[data-real-placement^='right'] ._content_dizvuj_12{
72
+ ._initial_kf9v0p_47[data-real-placement^='right'] ._content_kf9v0p_12, ._closing_kf9v0p_8[data-real-placement^='right'] ._content_kf9v0p_12{
73
73
  -webkit-transform:translate(-10px, 0);
74
74
  transform:translate(-10px, 0);
75
75
  }
76
- ._initial_dizvuj_47[data-real-placement^='bottom'] ._content_dizvuj_12, ._closing_dizvuj_8[data-real-placement^='bottom'] ._content_dizvuj_12{
76
+ ._initial_kf9v0p_47[data-real-placement^='bottom'] ._content_kf9v0p_12, ._closing_kf9v0p_8[data-real-placement^='bottom'] ._content_kf9v0p_12{
77
77
  -webkit-transform:translate(0, -10px);
78
78
  transform:translate(0, -10px);
79
79
  }
80
- ._initial_dizvuj_47[data-real-placement^='left'] ._content_dizvuj_12, ._closing_dizvuj_8[data-real-placement^='left'] ._content_dizvuj_12{
80
+ ._initial_kf9v0p_47[data-real-placement^='left'] ._content_kf9v0p_12, ._closing_kf9v0p_8[data-real-placement^='left'] ._content_kf9v0p_12{
81
81
  -webkit-transform:translate(10px, 0);
82
82
  transform:translate(10px, 0);
83
83
  }
84
- ._trigger_dizvuj_81:focus-visible,
85
- ._trigger_dizvuj_81:focus[data-focus-method='key']{
84
+ ._trigger_kf9v0p_81:focus-visible,
85
+ ._trigger_kf9v0p_81:focus[data-focus-method='key']{
86
86
  outline:none;
87
87
  -webkit-box-shadow:rgba(107, 87, 255, 0.8) 0 0 0 4px;
88
88
  -webkit-box-shadow:var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) 0 0 0 4px;
@@ -1,9 +1,9 @@
1
1
  var styles = {
2
- "tooltip": "_tooltip_dizvuj_4",
3
- "closing": "_closing_dizvuj_8",
4
- "content": "_content_dizvuj_12",
5
- "rs-reset-letter-spacing": "_rs-reset-letter-spacing_dizvuj_1",
6
- "initial": "_initial_dizvuj_47",
7
- "trigger": "_trigger_dizvuj_81"
2
+ "tooltip": "_tooltip_kf9v0p_4",
3
+ "closing": "_closing_kf9v0p_8",
4
+ "content": "_content_kf9v0p_12",
5
+ "rs-reset-letter-spacing": "_rs-reset-letter-spacing_kf9v0p_1",
6
+ "initial": "_initial_kf9v0p_47",
7
+ "trigger": "_trigger_kf9v0p_81"
8
8
  };
9
9
  export { styles as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescui/tooltip",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -22,7 +22,7 @@
22
22
  "react-popper": "^2.2.5"
23
23
  },
24
24
  "peerDependencies": {
25
- "@rescui/ui-contexts": "<0.3.0",
25
+ "@rescui/ui-contexts": "<0.4.0",
26
26
  "prop-types": "^15.7.2",
27
27
  "react": ">=16.8.0 <18",
28
28
  "react-dom": ">=16.8.0 <18"
@@ -30,11 +30,11 @@
30
30
  "devDependencies": {
31
31
  "@rescui/colors": "^0.1.1",
32
32
  "@rescui/scripts": "^0.1.5",
33
- "@rescui/typography": "^0.7.2",
33
+ "@rescui/typography": "^0.7.3",
34
34
  "@types/react-is": "^17.0.3"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rescui-scripts build"
38
38
  },
39
- "gitHead": "67f695b72d13fd8445542c48f096b65656fdd7d9"
39
+ "gitHead": "0747cafd54c577bb1658dce2ab5e6900ff0854b6"
40
40
  }