@dust-tt/sparkle 0.2.31-pr → 0.2.31

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
@@ -33239,7 +33239,7 @@ function RadioButton(_a) {
33239
33239
 
33240
33240
  function Popup(_a) {
33241
33241
  var show = _a.show, chipLabel = _a.chipLabel, description = _a.description, buttonLabel = _a.buttonLabel, buttonClick = _a.buttonClick, className = _a.className, onClose = _a.onClose;
33242
- return (React__default.createElement(tt, { show: show, enter: "s-transition-opacity s-duration-300", enterFrom: "s-opacity-0", enterTo: "s-opacity-100", leave: "s-transition-opacity s-duration-300", leaveFrom: "s-opacity-100", leaveTo: "s-opacity-0", className: classNames("s-z-30 s-flex s-w-64 s-flex-col s-gap-3 s-rounded-lg s-border s-border-amber-100 s-bg-amber-50 s-p-4 s-shadow-lg", className || "") },
33242
+ return (React__default.createElement(tt, { show: show, enter: "s-transition-opacity s-duration-300", appear: true, enterFrom: "s-opacity-0", enterTo: "s-opacity-100", leave: "s-transition-opacity s-duration-300", leaveFrom: "s-opacity-100", leaveTo: "s-opacity-0", className: classNames("s-z-30 s-flex s-w-64 s-flex-col s-gap-3 s-rounded-lg s-border s-border-amber-100 s-bg-amber-50 s-p-4 s-shadow-lg", className || "") },
33243
33243
  React__default.createElement("div", { className: "s-flex" },
33244
33244
  React__default.createElement(Chip, { color: "red" }, chipLabel),
33245
33245
  onClose && (React__default.createElement("div", { className: "s-flex s-grow s-items-start s-justify-end" },