sprint-asia-custom-component 0.1.110 → 0.1.111
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
|
@@ -47906,7 +47906,7 @@
|
|
|
47906
47906
|
onClickRightButton
|
|
47907
47907
|
}) => {
|
|
47908
47908
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47909
|
-
className: "fixed bottom-0 flex justify-end w-full items-center py-1 px-6 bg-white
|
|
47909
|
+
className: "fixed bottom-0 flex justify-end w-full items-center py-1 px-6 bg-white"
|
|
47910
47910
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47911
47911
|
className: "flex items-center mr-48"
|
|
47912
47912
|
}, 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
|
|
18
|
+
<div className="fixed bottom-0 flex justify-end w-full items-center py-1 px-6 bg-white">
|
|
19
19
|
<div className="flex items-center mr-48">
|
|
20
20
|
{isActiveLeftButton && (
|
|
21
21
|
<div className="m-1">
|