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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sprint-asia-custom-component",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.91",
4
+ "version": "0.1.92",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -17,7 +17,7 @@ const ModalResult = (props) => {
17
17
  as="div"
18
18
  className="relative z-10"
19
19
  initialFocus={cancelButtonRef}
20
- onClose={() => props.onClose}
20
+ onClose={() => props.onClose()}
21
21
  static={true}
22
22
  >
23
23
  <Transition.Child