@startlibs/components 1.0.0-alpha-8b.2 → 1.0.0-alpha-8b.3
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.js +1 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -3874,7 +3874,6 @@ var Tooltip = React__default.forwardRef(function (_ref, ref) {
|
|
|
3874
3874
|
content = _ref.content,
|
|
3875
3875
|
rest = _objectWithoutProperties(_ref, ["children", "delay", "instant", "whenEllipsis", "content"]);
|
|
3876
3876
|
|
|
3877
|
-
var ensuredRef = useEnsureRef(ref);
|
|
3878
3877
|
var tooltip = core.useToggle();
|
|
3879
3878
|
var timeout = core.useRefState(-1);
|
|
3880
3879
|
|
|
@@ -3923,7 +3922,7 @@ var Tooltip = React__default.forwardRef(function (_ref, ref) {
|
|
|
3923
3922
|
animationOptions: {
|
|
3924
3923
|
ref: openRef
|
|
3925
3924
|
},
|
|
3926
|
-
ref:
|
|
3925
|
+
ref: ref,
|
|
3927
3926
|
top: !(rest.bottom || rest.left || rest.right || rest.at || rest.my)
|
|
3928
3927
|
}, rest), content), children);
|
|
3929
3928
|
});
|