kupos-ui-components-lib 10.1.8 → 10.1.9
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.
|
@@ -76,7 +76,7 @@ const renderSummaryDetailsCard = ({ serviceName, date, source, dest, boardingSta
|
|
|
76
76
|
const PaymentSideBarMobile = ({ serviceNameOnward, serviceNameReturn, metaData, currencySign, dateOnward, dateReturn, sourceOnward, sourceReturn, destinationOnward, destinationReturn, boardingStageOnward, boardingStageReturn, droppingStageOnward, droppingStageReturn, boardingTimeOnward, boardingTimeReturn, droppingTimeOnward, droppingTimeReturn, durationOnward, durationReturn, selectSeatOnward, selectSeatReturn, journeyTypeActive, setJourneyTypeActive, translation, trainTypeOnward, trainTypeReturn, colors, trainType, icons, selectedOnward, selectedReturn, conexionChecked, conexionPassengers, returnConexionFare, conexionFare, loginData, checkWhatsappEligibility, removeDiscountAtomValue, netFare, promoCode, onPromoRemove, isAgency, agencyFee, walletMoney, virtualMoney, virtualLimit, showUsd, netFareInUsd, renderDiscount, discountAmount, currency, showWhatsappChargesInfo, setShowWhatsappChargesInfo, t, countdown, walletLabel, creditosLabel, isTacna, isLinatal, insuranceData, isPeru, setShowServicefeeModal, serviceFeeDataStateValue, isOpsite, }) => {
|
|
77
77
|
var _a, _b, _c, _d, _e;
|
|
78
78
|
return (React.createElement("div", { className: "pb-[15px]" },
|
|
79
|
-
React.createElement("div", { className: "border border-[#ccc]
|
|
79
|
+
React.createElement("div", { className: "border border-[#ccc] rounded-[20px] relative", style: { margin: "10px 20px 20px" } },
|
|
80
80
|
React.createElement("div", { style: {
|
|
81
81
|
position: "absolute",
|
|
82
82
|
zIndex: 200,
|
package/dist/styles.css
CHANGED
package/package.json
CHANGED
|
@@ -246,7 +246,10 @@ const PaymentSideBarMobile: React.FC<PaymentSideBarProps> = ({
|
|
|
246
246
|
}) => {
|
|
247
247
|
return (
|
|
248
248
|
<div className="pb-[15px]">
|
|
249
|
-
<div
|
|
249
|
+
<div
|
|
250
|
+
className="border border-[#ccc] rounded-[20px] relative"
|
|
251
|
+
style={{ margin: "10px 20px 20px" }}
|
|
252
|
+
>
|
|
250
253
|
<div
|
|
251
254
|
style={{
|
|
252
255
|
position: "absolute",
|