@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/cjs/index.js CHANGED
@@ -55243,7 +55243,7 @@ function Popup(_a) {
55243
55243
  function TemplateItem(_a) {
55244
55244
  var description = _a.description, href = _a.href, name = _a.name, visual = _a.visual;
55245
55245
  var backgroundColor = visual.backgroundColor, emoji = visual.emoji;
55246
- return (React.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 },
55246
+ return (React.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 },
55247
55247
  React.createElement(Avatar, { emoji: emoji, size: "lg", isRounded: true, backgroundColor: backgroundColor }),
55248
55248
  React.createElement("div", { className: "s-flex s-flex-col s-gap-2" },
55249
55249
  React.createElement("span", { className: "s-text-bold s-text-lg s-font-medium s-text-element-900" }, name),