kupos-ui-components-lib 10.0.6 → 10.0.7
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.
|
@@ -286,7 +286,7 @@ const PaymentSideBarDesktop = ({ serviceNameOnward, serviceNameReturn, metaData,
|
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
return (React.createElement("div", { className: "" },
|
|
289
|
-
React.createElement("div", { className: "bg-white rounded-[20px]
|
|
289
|
+
React.createElement("div", { className: "bg-white rounded-[20px] mb-[10px] mx-auto relative border border-[#ccc]", style: { width: customSideBarwidth } },
|
|
290
290
|
React.createElement("div", { className: "p-[15px]" },
|
|
291
291
|
React.createElement("div", { className: "text-[17.33px]" }, translation === null || translation === void 0 ? void 0 :
|
|
292
292
|
translation.passengerSummaryDetails,
|
package/package.json
CHANGED
|
@@ -464,7 +464,7 @@ const PaymentSideBarDesktop: React.FC<PaymentSideBarProps> = ({
|
|
|
464
464
|
return (
|
|
465
465
|
<div className="">
|
|
466
466
|
<div
|
|
467
|
-
className="bg-white rounded-[20px]
|
|
467
|
+
className="bg-white rounded-[20px] mb-[10px] mx-auto relative border border-[#ccc]"
|
|
468
468
|
style={{ width: customSideBarwidth }}
|
|
469
469
|
>
|
|
470
470
|
<div className="p-[15px]">
|