pollination-react-io 0.0.28 → 0.0.29

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.
@@ -4775,7 +4775,7 @@ styleInject(css_248z$2);
4775
4775
 
4776
4776
  var Root = Root$1, Trigger = Trigger$1, Content = Content$1, Arrow = Arrow$1;
4777
4777
  var Tooltip = function (_a) {
4778
- var content = _a.content, _b = _a.side, side = _b === void 0 ? "top" : _b, children = _a.children, style = _a.style;
4778
+ var content = _a.content, _b = _a.side, side = _b === void 0 ? "right" : _b, children = _a.children, style = _a.style;
4779
4779
  return (React__default.createElement(Root, { delayDuration: 10 },
4780
4780
  React__default.createElement(Trigger, { asChild: true }, children),
4781
4781
  React__default.createElement(Content, { className: 'tooltip-content', portalled: true, side: side, align: 'center', style: __assign$2({ zIndex: 9999 }, style) },