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.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
|
)
|