sprint-asia-custom-component 0.1.91 → 0.1.92
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.js
CHANGED
|
@@ -28891,7 +28891,7 @@
|
|
|
28891
28891
|
as: "div",
|
|
28892
28892
|
className: "relative z-10",
|
|
28893
28893
|
initialFocus: cancelButtonRef,
|
|
28894
|
-
onClose: () => props.onClose,
|
|
28894
|
+
onClose: () => props.onClose(),
|
|
28895
28895
|
static: true
|
|
28896
28896
|
}, /*#__PURE__*/React__default["default"].createElement(qe.Child, {
|
|
28897
28897
|
as: React.Fragment,
|
package/package.json
CHANGED