@symbo.ls/tooltip 2.11.291 → 2.11.316
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/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -110,7 +110,7 @@ export const TooltipParent = {
|
|
|
110
110
|
const { Tooltip, TooltipHidden } = el
|
|
111
111
|
const TooltipElem = (Tooltip || TooltipHidden)
|
|
112
112
|
if (!TooltipElem || TooltipElem) return console.warn('Tooltip was not found in', el.__ref.path)
|
|
113
|
-
const TooltipActive = TooltipElem
|
|
113
|
+
const TooltipActive = TooltipElem?.props && TooltipElem.props['.active']
|
|
114
114
|
return {
|
|
115
115
|
position: 'relative',
|
|
116
116
|
zIndex: 999,
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/tooltip",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.316",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "ed0a2b1ad4395c057770dc16b763bcf344232162",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@symbo.ls/atoms": "latest"
|
|
9
9
|
},
|