sprint-asia-custom-component 0.1.179 → 0.1.180

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
@@ -29054,7 +29054,7 @@
29054
29054
  className: "fixed inset-0 bg-black bg-opacity-25 transition-opacity",
29055
29055
  onClick: handleBackgroundClick
29056
29056
  })), /*#__PURE__*/React__default["default"].createElement("div", {
29057
- className: "fixed inset-0 z-10 w-screen overflow-y-auto"
29057
+ className: "fixed inset-0 w-screen overflow-y-auto"
29058
29058
  }, /*#__PURE__*/React__default["default"].createElement("div", {
29059
29059
  className: "flex min-h-full items-center justify-center p-4 text-center sm:items-center sm:p-0"
29060
29060
  }, /*#__PURE__*/React__default["default"].createElement(qe.Child, {
@@ -29068,16 +29068,16 @@
29068
29068
  }, /*#__PURE__*/React__default["default"].createElement(_t.Panel, {
29069
29069
  className: "relative transform overflow-hidden rounded-lg bg-white text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-lg"
29070
29070
  }, /*#__PURE__*/React__default["default"].createElement("div", {
29071
- className: "bg-white px-4 pb-4 pt-5 sm:p-4"
29071
+ className: "bg-white p-4"
29072
29072
  }, /*#__PURE__*/React__default["default"].createElement("div", {
29073
- className: "sm:flex sm:items-start"
29073
+ className: "flex"
29074
29074
  }, /*#__PURE__*/React__default["default"].createElement("div", {
29075
- className: "mx-auto flex h-12 w-16 flex-shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10"
29075
+ className: "flex h-12 w-16 flex-shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10"
29076
29076
  }, /*#__PURE__*/React__default["default"].createElement(PiInfoDuotone, {
29077
29077
  className: "h-8 w-8 text-primary500",
29078
29078
  "aria-hidden": "true"
29079
29079
  })), /*#__PURE__*/React__default["default"].createElement("div", {
29080
- className: "mt-3 text-center sm:ml-4 sm:mt-0 sm:text-left"
29080
+ className: "text-left sm:ml-4 sm:mt-0"
29081
29081
  }, /*#__PURE__*/React__default["default"].createElement(_t.Title, {
29082
29082
  as: "h3",
29083
29083
  className: "text-base font-semibold leading-6 text-black"
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.179",
4
+ "version": "0.1.180",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -32,7 +32,7 @@ const ModalLoading = (props) => {
32
32
  <div className="fixed inset-0 bg-black bg-opacity-25 transition-opacity" onClick={handleBackgroundClick} />
33
33
  </Transition.Child>
34
34
 
35
- <div className="fixed inset-0 z-10 w-screen overflow-y-auto">
35
+ <div className="fixed inset-0 w-screen overflow-y-auto">
36
36
  <div className="flex min-h-full items-center justify-center p-4 text-center sm:items-center sm:p-0">
37
37
  <Transition.Child
38
38
  as={Fragment}
@@ -44,12 +44,12 @@ const ModalLoading = (props) => {
44
44
  leaveTo="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
45
45
  >
46
46
  <Dialog.Panel className="relative transform overflow-hidden rounded-lg bg-white text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-lg">
47
- <div className="bg-white px-4 pb-4 pt-5 sm:p-4">
48
- <div className="sm:flex sm:items-start">
49
- <div className="mx-auto flex h-12 w-16 flex-shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10">
47
+ <div className="bg-white p-4">
48
+ <div className="flex">
49
+ <div className="flex h-12 w-16 flex-shrink-0 items-center justify-center rounded-full sm:mx-0 sm:h-10 sm:w-10">
50
50
  <PiInfoDuotone className="h-8 w-8 text-primary500" aria-hidden="true" />
51
51
  </div>
52
- <div className="mt-3 text-center sm:ml-4 sm:mt-0 sm:text-left">
52
+ <div className="text-left sm:ml-4 sm:mt-0">
53
53
  <Dialog.Title as="h3" className="text-base font-semibold leading-6 text-black">
54
54
  {props.title}
55
55
  </Dialog.Title>