@dust-tt/sparkle 0.2.257 → 0.2.258

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
@@ -103342,10 +103342,12 @@ function ContentMessage(_a) {
103342
103342
  titleColor: "s-text-".concat(variant, "-800"),
103343
103343
  textColor: "s-text-".concat(variant, "-950"),
103344
103344
  };
103345
- return (React.createElement("div", { className: classNames("s-flex s-gap-2 s-border", variantClasses.border, variantClasses.background, size === "md"
103346
- ? "s-max-w-[500px] s-rounded-2xl s-p-4"
103347
- : "s-max-w-[380px] s-rounded-xl s-px-4 s-py-3", className) },
103348
- size === "md" && (React.createElement(React.Fragment, null,
103345
+ return (React.createElement("div", { className: classNames("s-flex s-gap-2 s-border", variantClasses.border, variantClasses.background, size === "lg"
103346
+ ? "s-rounded-2xl s-p-4"
103347
+ : size === "md"
103348
+ ? "s-max-w-[500px] s-rounded-2xl s-p-4"
103349
+ : "s-max-w-[380px] s-rounded-xl s-px-4 s-py-3", className) },
103350
+ ["md", "lg"].includes(size) && (React.createElement(React.Fragment, null,
103349
103351
  React.createElement(Icon, { size: "md", visual: icon !== null && icon !== void 0 ? icon : SvgInformationCircle$1, className: classNames("s-shrink-0", variantClasses.iconColor) }),
103350
103352
  React.createElement("div", { className: "s-flex s-flex-col s-gap-2" },
103351
103353
  React.createElement("div", { className: classNames("s-text-base s-font-semibold", variantClasses.titleColor) }, title),