@dust-tt/sparkle 0.2.125 → 0.2.126

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
@@ -55223,7 +55223,7 @@ function Popup(_a) {
55223
55223
  function TemplateItem(_a) {
55224
55224
  var description = _a.description, href = _a.href, name = _a.name, visual = _a.visual;
55225
55225
  var backgroundColor = visual.backgroundColor, emoji = visual.emoji;
55226
- return (React__default.createElement(CardButton, { className: "s-flex s-max-h-32 s-max-w-lg s-flex-row s-gap-5 s-p-4", href: href, variant: "tertiary", replace: true, shallow: true },
55226
+ return (React__default.createElement(CardButton, { className: "s-flex s-max-h-32 s-max-w-lg s-flex-row s-gap-5 s-p-4", href: href, variant: "tertiary", target: "_self", replace: true, shallow: true },
55227
55227
  React__default.createElement(Avatar, { emoji: emoji, size: "lg", isRounded: true, backgroundColor: backgroundColor }),
55228
55228
  React__default.createElement("div", { className: "s-flex s-flex-col s-gap-2" },
55229
55229
  React__default.createElement("span", { className: "s-text-bold s-text-lg s-font-medium s-text-element-900" }, name),