@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/esm/index.js CHANGED
@@ -129198,7 +129198,7 @@ function getLinkForItem(item, isLast, link) {
129198
129198
  : truncateWithTooltip(item.label, LABEL_TRUNCATE_LENGTH_MIDDLE)));
129199
129199
  }
129200
129200
  function truncateWithTooltip(text, length) {
129201
- return text.length > length ? (React__default.createElement(Tooltip, { label: text }, "".concat(text.substring(0, length - 1), "\u2026"))) : (text);
129201
+ return text.length > length ? (React__default.createElement(Tooltip, { label: text, position: "below" }, "".concat(text.substring(0, length - 1), "\u2026"))) : (text);
129202
129202
  }
129203
129203
 
129204
129204
  var SvgLogoHorizontalColor = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 96 24" }, props),