sellmate-design-system-react 1.2.0 → 2.0.0

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/index.cjs CHANGED
@@ -5000,10 +5000,7 @@ function SActionModal({
5000
5000
  outline: button.outline,
5001
5001
  size: button.size ?? "md",
5002
5002
  disabled: button.disabled,
5003
- onClick: () => {
5004
- button.onClick?.();
5005
- onOpenChange?.(false);
5006
- },
5003
+ onClick: () => button.onClick?.(),
5007
5004
  label: button.label ?? "\uD655\uC778"
5008
5005
  }
5009
5006
  )