@pingux/astro 1.25.0-alpha.0 → 1.25.0-alpha.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.
@@ -72,7 +72,7 @@ var withArrowCrossOffsetProp = function withArrowCrossOffsetProp() {
|
|
72
72
|
return (0, _react2.jsx)(_index.TooltipTrigger, {
|
73
73
|
arrowCrossOffset: "30px",
|
74
74
|
isOpen: true
|
75
|
-
}, (0, _react2.jsx)(_index.Button, null, "Hover Over Me!"), (0, _react2.jsx)(_index.Tooltip, null, "
|
75
|
+
}, (0, _react2.jsx)(_index.Button, null, "Hover Over Me!"), (0, _react2.jsx)(_index.Tooltip, null, "With arrowCrossOffset=\"30px\""));
|
76
76
|
};
|
77
77
|
|
78
78
|
exports.withArrowCrossOffsetProp = withArrowCrossOffsetProp;
|
@@ -36,7 +36,7 @@ export var withArrowCrossOffsetProp = function withArrowCrossOffsetProp() {
|
|
36
36
|
return ___EmotionJSX(TooltipTrigger, {
|
37
37
|
arrowCrossOffset: "30px",
|
38
38
|
isOpen: true
|
39
|
-
}, ___EmotionJSX(Button, null, "Hover Over Me!"), ___EmotionJSX(Tooltip, null, "
|
39
|
+
}, ___EmotionJSX(Button, null, "Hover Over Me!"), ___EmotionJSX(Tooltip, null, "With arrowCrossOffset=\"30px\""));
|
40
40
|
};
|
41
41
|
export var isOpen = function isOpen() {
|
42
42
|
return ___EmotionJSX(TooltipTrigger, {
|