@dust-tt/sparkle 0.1.87-ed → 0.1.87

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
@@ -431,7 +431,7 @@ Avatar.Stack = function (_a) {
431
431
  transition: "width 200ms ease-out",
432
432
  marginLeft: "-20px",
433
433
  } }, child)); }),
434
- nbMoreItems && nbMoreItems > 0 && (React.createElement("div", { className: "s-cursor-pointer s-drop-shadow-md", style: {
434
+ nbMoreItems && (React.createElement("div", { className: "s-cursor-pointer s-drop-shadow-md", style: {
435
435
  width: isHovered ? "42px" : "32px",
436
436
  transition: "width 200ms ease-out",
437
437
  marginLeft: "-20px",