sprint-asia-custom-component 0.1.107 → 0.1.108
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 +1 -1
- package/package.json +1 -1
- package/src/components/footer/index.js +1 -1
package/dist/index.js
CHANGED
|
@@ -47905,7 +47905,7 @@
|
|
|
47905
47905
|
onClickRightButton
|
|
47906
47906
|
}) => {
|
|
47907
47907
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47908
|
-
className: "fixed bottom-0 flex justify-end w-full items-center py-1 px-6 bg-white z-
|
|
47908
|
+
className: "fixed bottom-0 flex justify-end w-full items-center py-1 px-6 bg-white z-50"
|
|
47909
47909
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47910
47910
|
className: "flex items-center mr-48"
|
|
47911
47911
|
}, isActiveLeftButton && /*#__PURE__*/React__default["default"].createElement("div", {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ const Footer = ({
|
|
|
15
15
|
onClickRightButton,
|
|
16
16
|
}) => {
|
|
17
17
|
return (
|
|
18
|
-
<div className="fixed bottom-0 flex justify-end w-full items-center py-1 px-6 bg-white z-
|
|
18
|
+
<div className="fixed bottom-0 flex justify-end w-full items-center py-1 px-6 bg-white z-50">
|
|
19
19
|
<div className="flex items-center mr-48">
|
|
20
20
|
{isActiveLeftButton && (
|
|
21
21
|
<div className="m-1">
|