@dust-tt/sparkle 0.2.2-aric → 0.2.2-aric2

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
@@ -32454,7 +32454,7 @@ var typeIcons = {
32454
32454
  };
32455
32455
  function Citation(_a) {
32456
32456
  var title = _a.title, index = _a.index, _b = _a.type, type = _b === void 0 ? "document" : _b, description = _a.description, href = _a.href, _c = _a.isBlinking, isBlinking = _c === void 0 ? false : _c;
32457
- return (React.createElement("div", { className: classNames("w-48 s-flex s-flex-none s-flex-col s-gap-1 s-rounded-xl s-border s-border-structure-100 s-p-3 s-shadow-sm sm:s-w-64", isBlinking ? "animate-[bgblink_500ms_3]" : "") },
32457
+ return (React.createElement("div", { className: classNames("w-48 s-flex s-flex-none s-flex-col s-gap-1 s-rounded-xl s-border s-border-structure-100 s-bg-white s-p-3 s-shadow-sm sm:s-w-64", isBlinking ? "animate-[bgblink_500ms_3]" : "") },
32458
32458
  React.createElement("div", { className: "s-flex s-items-center s-gap-2" },
32459
32459
  index && (React.createElement("div", { className: "s-flex s-h-5 s-w-5 s-items-center s-justify-center s-rounded-full s-border s-border-violet-200 s-bg-violet-100 s-text-xs s-font-semibold s-text-element-800" }, index)),
32460
32460
  React.createElement(Icon, { visual: typeIcons[type], size: "sm" }),