@muraldevkit/ui-toolkit 2.19.2 → 2.19.4

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.
@@ -26,6 +26,10 @@ $mrl-tooltip-arrow-size: math.hypot(8px, 5px);
26
26
  width: max-content;
27
27
  z-index: $mrl-zIndex-tooltips;
28
28
  }
29
+ .mrl-tooltip-content__hover {
30
+ background: transparent;
31
+ position: absolute;
32
+ }
29
33
  .mrl-tooltip-content::after {
30
34
  background: transparent;
31
35
  border-bottom: $mrl-tooltip-arrow-size solid var(--mrl-tooltip-background-color);
@@ -54,6 +58,12 @@ $mrl-tooltip-arrow-size: math.hypot(8px, 5px);
54
58
  left: $mrl-tooltip-arrow-horizontal-center;
55
59
  transform: rotate(315deg);
56
60
  }
61
+ .mrl-tooltip-content__hover {
62
+ height: 10px;
63
+ left: 0;
64
+ top: 100%;
65
+ width: 100%;
66
+ }
57
67
  }
58
68
  .mrl-tooltip-content[data-anchor='start'] {
59
69
  left: 0;
@@ -78,6 +88,12 @@ $mrl-tooltip-arrow-size: math.hypot(8px, 5px);
78
88
  border-bottom-left-radius: var(--mrl-tooltip-arrow-border-radius);
79
89
  top: $mrl-tooltip-arrow-vertical-center;
80
90
  }
91
+ .mrl-tooltip-content__hover {
92
+ height: 10px;
93
+ left: 0;
94
+ top: -10px;
95
+ width: 100%;
96
+ }
81
97
  }
82
98
  .mrl-tooltip-content[data-position='bottom'][data-anchor='center'] {
83
99
  right: 50%;
@@ -98,6 +114,12 @@ $mrl-tooltip-arrow-size: math.hypot(8px, 5px);
98
114
  right: $mrl-tooltip-arrow-vertical-center;
99
115
  top: $mrl-tooltip-arrow-horizontal-center;
100
116
  }
117
+ .mrl-tooltip-content__hover {
118
+ height: 23px;
119
+ right: -10px;
120
+ top: 0;
121
+ width: 100%;
122
+ }
101
123
  }
102
124
  .mrl-tooltip-content[data-position='right'] {
103
125
  left: 100%;
@@ -110,4 +132,10 @@ $mrl-tooltip-arrow-size: math.hypot(8px, 5px);
110
132
  left: $mrl-tooltip-arrow-vertical-center;
111
133
  top: $mrl-tooltip-arrow-horizontal-center;
112
134
  }
135
+ .mrl-tooltip-content__hover {
136
+ height: 23px;
137
+ left: -10px;
138
+ top: 0;
139
+ width: 100%;
140
+ }
113
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "2.19.2",
3
+ "version": "2.19.4",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",