odaptos_design_system 2.0.141 → 2.0.142

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.
@@ -542,7 +542,7 @@ const Tooltip = ({
542
542
  }),
543
543
  arrow: arrow,
544
544
  followCursor: followCursor
545
- }, /*#__PURE__*/React__default.createElement("div", null, children));
545
+ }, children);
546
546
  if (shouldBeOpen === false) return children;else return /*#__PURE__*/React__default.createElement(React__default.Fragment, null);
547
547
  };
548
548