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] m-[20px] rounded-[20px] relative" },
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
@@ -186,9 +186,6 @@
186
186
  .container {
187
187
  width: 100%;
188
188
  }
189
- .m-\[20px\] {
190
- margin: 20px;
191
- }
192
189
  .m-\[auto\] {
193
190
  margin: auto;
194
191
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kupos-ui-components-lib",
3
- "version": "10.1.8",
3
+ "version": "10.1.9",
4
4
  "description": "A reusable UI components package",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -246,7 +246,10 @@ const PaymentSideBarMobile: React.FC<PaymentSideBarProps> = ({
246
246
  }) => {
247
247
  return (
248
248
  <div className="pb-[15px]">
249
- <div className="border border-[#ccc] m-[20px] rounded-[20px] relative">
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",