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/components/SActionModal/SActionModal.cjs +1 -4
- package/dist/components/SActionModal/SActionModal.cjs.map +1 -1
- package/dist/components/SActionModal/SActionModal.d.ts +7 -1
- package/dist/components/SActionModal/SActionModal.js +1 -4
- package/dist/components/SActionModal/SActionModal.js.map +1 -1
- package/dist/index.cjs +1 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4972,10 +4972,7 @@ function SActionModal({
|
|
|
4972
4972
|
outline: button.outline,
|
|
4973
4973
|
size: button.size ?? "md",
|
|
4974
4974
|
disabled: button.disabled,
|
|
4975
|
-
onClick: () =>
|
|
4976
|
-
button.onClick?.();
|
|
4977
|
-
onOpenChange?.(false);
|
|
4978
|
-
},
|
|
4975
|
+
onClick: () => button.onClick?.(),
|
|
4979
4976
|
label: button.label ?? "\uD655\uC778"
|
|
4980
4977
|
}
|
|
4981
4978
|
)
|