@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/cjs/index.js CHANGED
@@ -33259,7 +33259,7 @@ function RadioButton(_a) {
33259
33259
 
33260
33260
  function Popup(_a) {
33261
33261
  var show = _a.show, chipLabel = _a.chipLabel, description = _a.description, buttonLabel = _a.buttonLabel, buttonClick = _a.buttonClick, className = _a.className, onClose = _a.onClose;
33262
- return (React.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 || "") },
33262
+ return (React.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 || "") },
33263
33263
  React.createElement("div", { className: "s-flex" },
33264
33264
  React.createElement(Chip, { color: "red" }, chipLabel),
33265
33265
  onClose && (React.createElement("div", { className: "s-flex s-grow s-items-start s-justify-end" },