@dust-tt/sparkle 0.2.215 → 0.2.216

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/dist/cjs/index.js CHANGED
@@ -129218,7 +129218,7 @@ function getLinkForItem(item, isLast, link) {
129218
129218
  : truncateWithTooltip(item.label, LABEL_TRUNCATE_LENGTH_MIDDLE)));
129219
129219
  }
129220
129220
  function truncateWithTooltip(text, length) {
129221
- return text.length > length ? (React.createElement(Tooltip, { label: text }, "".concat(text.substring(0, length - 1), "\u2026"))) : (text);
129221
+ return text.length > length ? (React.createElement(Tooltip, { label: text, position: "below" }, "".concat(text.substring(0, length - 1), "\u2026"))) : (text);
129222
129222
  }
129223
129223
 
129224
129224
  var SvgLogoHorizontalColor = function (props) { return (React__namespace.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 96 24" }, props),