@srimandir/pitru-paksh-common 2.35.0-alpha.2 → 2.35.0-alpha.3
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/assets/mandala.svg.js +4 -0
- package/dist/components/AddAncestorSheet/AddAncestorSheet.js +78 -0
- package/dist/components/AncestorTab/AncestorTab.js +35 -0
- package/dist/components/AncestorTabRow/AncestorTabRow.js +46 -0
- package/dist/components/AudioQuestionCard/AudioQuestionCard.js +142 -0
- package/dist/components/AvatarCardDialog/AvatarCardDialog.js +64 -0
- package/dist/components/BillDetails/BillDetails.js +119 -0
- package/dist/components/BillDetails/BillDetails.translations.js +34 -0
- package/dist/components/BookingSummaryBanner/BookingSummaryBanner.js +38 -0
- package/dist/components/BookingSummaryBanner/BookingSummaryBanner.translations.js +30 -0
- package/dist/components/Button/Button.js +79 -0
- package/dist/components/CartReviewItem/CartReviewItem.js +84 -0
- package/dist/components/CartView/CartView.js +116 -0
- package/dist/components/CartView/CartView.translations.js +58 -0
- package/dist/components/CheckoutBar/CheckoutBar.js +97 -0
- package/dist/components/CheckoutBar/CheckoutBar.translations.js +22 -0
- package/dist/components/Chip/Chip.js +28 -0
- package/dist/components/ConfinedBottomSheet/ConfinedBottomSheet.js +15 -0
- package/dist/components/ConfirmPujaDetailsModal/ConfirmPujaDetailsModal.js +97 -0
- package/dist/components/ConfirmPujaDetailsModal/ConfirmPujaDetailsModal.translations.js +50 -0
- package/dist/components/DatePickerSheet/DatePickerSheet.js +78 -0
- package/dist/components/DatePickerSheet/TimeOfBirthPickerSheet.js +65 -0
- package/dist/components/DatePickerSheet/WheelColumn.js +44 -0
- package/dist/components/DatesCard/DatesCard.js +16 -0
- package/dist/components/EmailSheet/EmailSheet.js +66 -0
- package/dist/components/EventHeader/EventHeader.js +69 -0
- package/dist/components/FAQAccordion/FAQAccordion.js +84 -0
- package/dist/components/FAQSection/FAQSection.js +104 -0
- package/dist/components/GotraInfoModal/GotraInfoModal.js +47 -0
- package/dist/components/GotraInfoModal/GotraInfoModal.translations.js +30 -0
- package/dist/components/HeroLogoBadge/HeroLogoBadge.js +46 -0
- package/dist/components/IconBadge/IconBadge.js +28 -0
- package/dist/components/L2Card/L2Card.js +154 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.js +95 -0
- package/dist/components/OnlinePujaTestimonial/OnlinePujaTestimonial.js +79 -0
- package/dist/components/OutcomeAncestorEditModal/OutcomeAncestorEditModal.js +215 -0
- package/dist/components/OutcomeBillDetails/OutcomeBillDetails.js +78 -0
- package/dist/components/OutcomeButton/OutcomeButton.js +40 -0
- package/dist/components/OutcomeButton/icons.js +23 -0
- package/dist/components/OutcomeEmptyRituals/OutcomeEmptyRituals.js +16 -0
- package/dist/components/OutcomeStickyCta/OutcomeStickyCta.js +59 -0
- package/dist/components/OutcomeSummary/OutcomeSummary.js +43 -0
- package/dist/components/OutcomeSummary/OutcomeTrustIcon.js +23 -0
- package/dist/components/PackageSelect/PackageSelect.js +90 -0
- package/dist/components/PackageSelect/PackageSelect.translations.js +70 -0
- package/dist/components/PhoneNumberSheet/PhoneNumberSheet.js +102 -0
- package/dist/components/ProcessInvolved/ProcessInvolved.js +83 -0
- package/dist/components/PujaDetails/DevoteesReviews.js +141 -0
- package/dist/components/PujaDetails/PujaBenefitsSection.js +35 -0
- package/dist/components/PujaDetails/PujaDetailsCarouselHeader.js +80 -0
- package/dist/components/PujaDetails/TempleSignificanceSection.js +59 -0
- package/dist/components/PujaDetailsForm/PujaDetailsForm.constants.js +6 -0
- package/dist/components/PujaDetailsForm/PujaDetailsForm.js +283 -0
- package/dist/components/PujaDetailsForm/PujaDetailsForm.translations.js +145 -0
- package/dist/components/QuantityStepper/QuantityStepper.js +61 -0
- package/dist/components/RitualProceedBar/RitualProceedBar.js +72 -0
- package/dist/components/SarvaPitruCard/SarvaPitruCard.js +55 -0
- package/dist/components/SarvaPitruCard/SarvaPitruCard.translations.js +30 -0
- package/dist/components/SelectorCard/SelectorCard.js +207 -0
- package/dist/components/ServiceOfferCard/ServiceOfferCard.js +109 -0
- package/dist/components/ServiceOfferCard/ServiceOfferCard.module.css.js +39 -0
- package/dist/components/ServiceOfferSheet/ServiceOfferSheet.js +59 -0
- package/dist/components/ServiceOfferSheet/ServiceOfferSheet.module.css.js +31 -0
- package/dist/components/StepProgressHeader/StepProgressHeader.js +50 -0
- package/dist/components/TestimonialCard/TestimonialCard.js +53 -0
- package/dist/components/TextField/TextField.js +61 -0
- package/dist/components/TithiPickerSheet/TithiPickerSheet.js +63 -0
- package/dist/components/TopBar/TopBar.js +46 -0
- package/dist/components/TrustBadgesBar/TrustBadgesBar.icons.js +113 -0
- package/dist/components/TrustBadgesBar/TrustBadgesBar.js +48 -0
- package/dist/components/VideoPlayer/VideoPlayer.js +103 -0
- package/dist/components/WhySriMandir/WhySriMandir.js +98 -0
- package/dist/constants/ancestor.constants.js +25 -0
- package/dist/constants/deathTithi.constants.js +23 -0
- package/dist/constants/outcome.constants.js +8 -0
- package/dist/constants/tithi.constants.js +20 -0
- package/dist/index.js +175 -0
- package/dist/outcome-i18n/index.js +15 -0
- package/dist/outcome-i18n/translations.js +258 -0
- package/dist/pitru-paksh-common.umd.cjs +1 -14
- package/dist/utils/date.utils.js +22 -0
- package/dist/utils/mapPujaL2Response.js +49 -0
- package/package.json +4 -4
- package/dist/pitru-paksh-common.js +0 -5907
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const e = "data:image/svg+xml,%3csvg%20width='225.04'%20height='225.04'%20viewBox='0%20-149%20225.04%20225.04'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M79.9067%20-124.123C79.9067%20-124.123%2082.7197%20-131.507%2080.1704%20-138.363C77.6211%20-145.22%2070.6765%20-149%2070.6765%20-149C70.6765%20-149%2067.8635%20-141.616%2070.4128%20-134.759C72.9621%20-127.903%2079.9067%20-124.123%2079.9067%20-124.123Z'%20fill='url(%23paint0_linear_3800_64548)'/%3e%3cpath%20d='M13.8891%20-72.4777C20.614%20-69.5328%2028.1299%20-71.9503%2028.1299%20-71.9503C28.1299%20-71.9503%2024.7895%20-79.1146%2018.0647%20-82.0155C11.3399%20-84.9164%203.8239%20-82.543%203.8239%20-82.543C3.8239%20-82.543%207.16433%20-75.4226%2013.8891%20-72.4777Z'%20fill='url(%23paint1_linear_3800_64548)'/%3e%3cpath%20d='M10.6366%20-4.13075C3.73601%20-1.58148%200%205.36311%200%205.36311C0%205.36311%207.38412%208.1761%2014.2408%205.62682C21.0975%203.07755%2024.8774%20-3.86702%2024.8774%20-3.86702C24.8774%20-3.86702%2017.4933%20-6.68004%2010.6366%20-4.13075Z'%20fill='url(%23paint2_linear_3800_64548)'/%3e%3cpath%20d='M66.9844%2057.975C64.0396%2064.6998%2066.457%2072.2158%2066.457%2072.2158C66.457%2072.2158%2073.6214%2068.8754%2076.5223%2062.1505C79.4232%2055.4257%2077.0497%2047.9097%2077.0497%2047.9097C77.0497%2047.9097%2069.8853%2051.2502%2066.9844%2057.975Z'%20fill='url(%23paint3_linear_3800_64548)'/%3e%3cpath%20d='M145.133%2051.1622C145.133%2051.1622%20142.32%2058.5464%20144.869%2065.403C147.419%2072.2597%20154.363%2076.0397%20154.363%2076.0397C154.363%2076.0397%20157.176%2068.6555%20154.627%2061.7989C152.078%2054.9422%20145.133%2051.1622%20145.133%2051.1622Z'%20fill='url(%23paint4_linear_3800_64548)'/%3e%3cpath%20d='M214.403%20-68.8296C221.26%20-71.3789%20225.04%20-78.3235%20225.04%20-78.3235C225.04%20-78.3235%20217.656%20-81.1365%20210.799%20-78.5872C203.942%20-76.0379%20200.162%20-69.0933%20200.162%20-69.0933C200.162%20-69.0933%20207.546%20-66.2803%20214.403%20-68.8296Z'%20fill='url(%23paint5_linear_3800_64548)'/%3e%3cpath%20d='M211.151%20-0.482635C204.426%20-3.42749%20196.91%20-1.01006%20196.91%20-1.01006C196.91%20-1.01006%20200.25%206.15428%20206.975%209.05519C213.7%2011.9561%20221.216%209.58263%20221.216%209.58263C221.216%209.58263%20217.875%202.46222%20211.151%20-0.482635Z'%20fill='url(%23paint6_linear_3800_64548)'/%3e%3cpath%20d='M158.055%20-130.935C161%20-137.66%20158.583%20-145.176%20158.583%20-145.176C158.583%20-145.176%20151.418%20-141.836%20148.517%20-135.111C145.617%20-128.386%20147.99%20-120.87%20147.99%20-120.87C147.99%20-120.87%20155.154%20-124.21%20158.055%20-130.935Z'%20fill='url(%23paint7_linear_3800_64548)'/%3e%3cpath%20d='M71.6875%20-118.716C71.0722%20-117.354%2070.5887%20-115.947%2070.1491%20-114.497L70.325%20-114.453C75.5993%20-112.827%2079.7309%20-110.761%2082.7637%20-108.299C83.1592%20-112.343%2084.7416%20-116.958%2087.5106%20-122.057C87.5106%20-122.101%2087.5546%20-122.145%2087.5546%20-122.189C86.4118%20-122.804%2085.269%20-123.331%2084.0823%20-123.815C82.456%20-121.178%2081.1814%20-118.365%2080.2144%20-115.464C77.5772%20-116.87%2074.6763%20-117.969%2071.6875%20-118.716Z'%20fill='url(%23paint8_linear_3800_64548)'/%3e%3cpath%20d='M25.229%20-64.8299C25.7125%20-63.6432%2026.2399%20-62.5004%2026.8553%20-61.3576L26.9871%20-61.4016C32.0857%20-64.1706%2036.7008%20-65.7969%2040.7445%20-66.1485C38.0633%20-69.401%2035.8657%20-74.0161%2034.1954%20-79.9498C34.1954%20-79.9937%2034.1954%20-79.9937%2034.1954%20-80.0377C33.1845%20-79.73%2032.1736%20-79.3784%2031.2066%20-78.9828C31.9978%20-75.5105%2033.2724%20-72.1701%2034.9866%20-69.0934C31.5143%20-68.1264%2028.2618%20-66.7199%2025.229%20-64.8299Z'%20fill='url(%23paint9_linear_3800_64548)'/%3e%3cpath%20d='M142.232%20-108.256C145.485%20-110.937%20150.1%20-113.134%20156.033%20-114.805H156.121C155.814%20-115.815%20155.462%20-116.826%20155.066%20-117.793C151.594%20-117.002%20148.254%20-115.728%20145.177%20-114.013C144.21%20-117.442%20142.803%20-120.694%20140.914%20-123.727C139.727%20-123.244%20138.584%20-122.716%20137.441%20-122.101L137.485%20-121.969C140.254%20-116.914%20141.88%20-112.299%20142.232%20-108.256Z'%20fill='url(%23paint10_linear_3800_64548)'/%3e%3cpath%20d='M199.811%20-8.13037C199.327%20-9.31711%20198.8%20-10.4599%20198.184%20-11.6027L198.053%20-11.5587C192.954%20-8.78966%20188.339%20-7.16341%20184.295%20-6.81178C186.976%20-3.55925%20189.174%201.05582%20190.844%206.98949V7.07739C191.855%206.76971%20192.866%206.41811%20193.833%206.02254C193.042%202.55023%20191.767%20-0.790207%20190.053%20-3.86691C193.525%20-4.83389%20196.778%20-6.24039%20199.811%20-8.13037Z'%20fill='url(%23paint11_linear_3800_64548)'/%3e%3cpath%20d='M82.8075%2035.2951C79.555%2037.9763%2074.9399%2040.1739%2069.0063%2041.8441H68.9623C69.27%2042.8551%2069.6216%2043.866%2070.0172%2044.833C73.4895%2044.0418%2076.8299%2042.7672%2079.9066%2041.053C80.8736%2044.4813%2082.2801%2047.7339%2084.1701%2050.7666C85.3568%2050.2831%2086.4996%2049.7557%2087.6424%2049.1403L87.5984%2049.0085C84.7854%2043.9539%2083.1592%2039.3388%2082.8075%2035.2951Z'%20fill='url(%23paint12_linear_3800_64548)'/%3e%3cpath%20d='M190.536%20-78.8069C190.536%20-78.7629%20190.493%20-78.675%20190.493%20-78.631C188.866%20-73.4006%20186.8%20-69.2251%20184.339%20-66.1923C188.383%20-65.7968%20192.998%20-64.2144%20198.096%20-61.4454L198.228%20-61.4014C198.844%20-62.5003%20199.371%20-63.687%20199.855%20-64.8737C197.217%20-66.5%20194.404%20-67.7746%20191.503%20-68.7416C192.954%20-71.4667%20194.053%20-74.3676%20194.8%20-77.3564C193.393%20-77.8839%20191.943%20-78.4113%20190.536%20-78.8069Z'%20fill='url(%23paint13_linear_3800_64548)'/%3e%3cpath%20d='M153.352%2045.756C153.968%2044.3935%20154.451%2042.987%20154.891%2041.5365L154.715%2041.4926C149.44%2039.8663%20145.309%2037.8005%20142.276%2035.3391C141.881%2039.3828%20140.298%2043.9979%20137.529%2049.0965C137.529%2049.1404%20137.485%2049.1844%20137.485%2049.2283C138.628%2049.8436%20139.771%2050.3711%20140.958%2050.8546C142.584%2048.2174%20143.858%2045.4044%20144.825%2042.5035C147.463%2043.91%20150.363%2045.0088%20153.352%2045.756Z'%20fill='url(%23paint14_linear_3800_64548)'/%3e%3cpath%20d='M34.5032%205.84676C34.5032%205.8028%2034.5471%205.71489%2034.5471%205.67093C36.1734%200.396561%2038.2392%20-3.73502%2040.7006%20-6.76778C36.6569%20-7.16336%2032.0418%20-8.74568%2026.9433%20-11.5147L26.8114%20-11.5587C26.1961%20-10.4159%2025.6686%20-9.2731%2025.1851%20-8.08636C27.8223%20-6.46011%2030.6353%20-5.18549%2033.5362%20-4.21852C32.0858%20-1.49342%2030.9869%201.40749%2030.2397%204.3963C31.6462%204.92374%2033.0967%205.45117%2034.5032%205.84676Z'%20fill='url(%23paint15_linear_3800_64548)'/%3e%3cpath%20d='M92.5652%20-88.4326C95.2024%20-89.4436%2097.9714%20-90.2787%20100.74%20-90.894C96.521%20-93.9707%2093.6201%20-99.0693%2093.6201%20-106.409C93.6201%20-111.112%2097.4%20-118.057%20102.411%20-124.958C105.531%20-129.221%20108.916%20-133.353%20112.52%20-137.221C116.432%20-133.001%20120.08%20-128.562%20123.42%20-123.903C128.035%20-117.354%20131.42%20-110.849%20131.42%20-106.409C131.42%20-99.0693%20128.519%20-93.9707%20124.299%20-90.894C127.068%20-90.2787%20129.793%20-89.4875%20132.475%20-88.4326C136.43%20-92.9159%20138.804%20-99.0693%20138.804%20-106.409C138.804%20-110.673%20137.002%20-115.508%20134.365%20-120.343C126.893%20-134.1%20112.52%20-147.769%20112.52%20-147.769C112.52%20-147.769%2098.1472%20-134.056%2090.6313%20-120.343C87.9941%20-115.508%2086.192%20-110.673%2086.192%20-106.409C86.192%20-99.0693%2088.6094%20-92.9598%2092.5652%20-88.4326Z'%20fill='url(%23paint16_linear_3800_64548)'/%3e%3cpath%20d='M124.036%20-106.409C124.036%20-109.003%20120.431%20-116.387%20112.52%20-126.013C104.608%20-116.387%20101.004%20-109.003%20101.004%20-106.409C101.004%20-95.4651%20109.839%20-94.5861%20112.52%20-94.5861C115.201%20-94.5861%20124.036%20-95.4651%20124.036%20-106.409ZM108.388%20-106.014C108.652%20-106.893%20109.795%20-109.53%20112.52%20-113.662C115.245%20-109.574%20116.388%20-106.937%20116.651%20-106.014C116.564%20-103.377%20115.685%20-102.849%20115.377%20-102.673C113.575%20-101.75%20111.465%20-101.75%20109.619%20-102.673C109.355%20-102.849%20108.476%20-103.421%20108.388%20-106.014Z'%20fill='url(%23paint17_linear_3800_64548)'/%3e%3cpath%20d='M44.4805%20-67.3352C49.6669%20-62.1487%2055.6885%20-59.5115%2061.6661%20-59.1159C62.8089%20-61.7092%2064.1714%20-64.2145%2065.7098%20-66.6319C60.5673%20-65.8408%2054.8973%20-67.3791%2049.7109%20-72.5656C46.5023%20-75.8181%2044.2607%20-83.0704%2042.8982%20-91.2896C42.0191%20-96.7398%2041.4917%20-102.234%2041.2719%20-107.772C46.81%20-107.552%2052.3041%20-107.025%2057.7543%20-106.146C65.9296%20-104.783%2073.2258%20-102.586%2076.4783%20-99.333C81.6648%20-94.1465%2083.2031%20-88.4766%2082.412%20-83.3341C84.7854%20-84.8724%2087.3347%20-86.235%2089.9279%20-87.3778C89.5324%20-93.3554%2086.8952%20-99.3769%2081.7087%20-104.563C78.8078%20-107.464%2074.4125%20-109.574%2069.3579%20-111.112C54.282%20-115.727%2033.8438%20-115.244%2033.8438%20-115.244C33.8438%20-115.244%2033.3603%20-95.9486%2037.5798%20-81.0046C39.1182%20-75.4225%2041.3598%20-70.4558%2044.4805%20-67.3352Z'%20fill='url(%23paint18_linear_3800_64548)'/%3e%3cpath%20d='M49.2274%20-99.7726C50.4581%20-87.3778%2053.0953%20-79.5981%2054.9413%20-77.7521C62.6771%20-70.0163%2069.5338%20-75.6423%2071.4237%20-77.5323C73.3137%20-79.4223%2078.9397%20-86.3229%2071.204%20-94.0587C69.4019%20-95.9047%2061.6222%20-98.5858%2049.2274%20-99.7726ZM67.7756%20-85.268C67.1603%20-83.3341%2065.6219%20-81.8397%2063.732%20-81.2244C63.3803%20-81.1365%2062.3694%20-80.9167%2060.4794%20-82.7188C60.0399%20-83.5539%2058.985%20-86.1911%2057.9741%20-91.0259C62.8089%20-90.0589%2065.4461%20-89.0041%2066.2812%20-88.5206C68.0394%20-86.6745%2067.8196%20-85.6636%2067.7317%20-85.312L67.7756%20-85.268Z'%20fill='url(%23paint19_linear_3800_64548)'/%3e%3cpath%20d='M28.6574%20-14.5914C33.4923%20-11.9543%2038.3271%20-10.1522%2042.5905%20-10.1522C49.9307%20-10.1522%2056.0402%20-12.5256%2060.5674%20-16.4814C59.5564%20-19.1186%2058.7213%20-21.8876%2058.1499%20-24.6567C55.0732%20-20.4811%2049.9747%20-17.5363%2042.6345%20-17.5363C37.9315%20-17.5363%2030.9869%20-21.3162%2024.0863%20-26.3269C19.7789%20-29.4476%2015.6913%20-32.832%2011.8234%20-36.4361C16.0429%20-40.3479%2020.4822%20-43.996%2025.1851%20-47.3365C31.6462%20-51.9955%2038.1513%20-55.3799%2042.5905%20-55.3799C49.9307%20-55.3799%2055.0293%20-52.479%2058.106%20-48.2595C58.7213%20-51.0285%2059.5125%20-53.7976%2060.5234%20-56.4347C56.0402%20-60.3905%2049.8868%20-62.764%2042.5466%20-62.764C38.2831%20-62.764%2033.4483%20-60.9619%2028.6135%20-58.3247C14.9001%20-50.8527%201.23071%20-36.4801%201.23071%20-36.4801C1.23071%20-36.4801%2014.9001%20-22.1074%2028.6574%20-14.5914Z'%20fill='url(%23paint20_linear_3800_64548)'/%3e%3cpath%20d='M22.9875%20-36.4802C32.6132%20-28.5687%2039.9973%20-24.9645%2042.5905%20-24.9645C53.5349%20-24.9645%2054.4139%20-33.7991%2054.4139%20-36.4802C54.4139%20-39.1614%2053.5788%20-47.9959%2042.5905%20-47.9959C39.9973%20-47.9959%2032.6132%20-44.3918%2022.9875%20-36.4802ZM46.3266%20-39.3372C47.2496%20-37.5351%2047.2496%20-35.4254%2046.3266%20-33.5793C46.1507%20-33.2717%2045.5794%20-32.3926%2042.9861%20-32.3047C42.1071%20-32.5684%2039.4699%20-33.7112%2035.3383%20-36.4363C39.4259%20-39.1614%2042.0631%20-40.3041%2042.9861%20-40.5679C45.5794%20-40.5239%2046.1507%20-39.6449%2046.3266%20-39.3372Z'%20fill='url(%23paint21_linear_3800_64548)'/%3e%3cpath%20d='M81.6648%2031.5592C86.8513%2026.3727%2089.4885%2020.3512%2089.8841%2014.3736C87.2908%2013.2308%2084.7855%2011.8682%2082.3681%2010.3299C83.1592%2015.4724%2081.6209%2021.1423%2076.4344%2026.3288C73.1819%2029.5813%2065.9296%2031.779%2057.7104%2033.1415C52.2602%2034.0206%2046.7661%2034.548%2041.228%2034.7678C41.4478%2029.2297%2041.9752%2023.7356%2042.8543%2018.2854C44.2168%2010.1101%2046.4145%202.8139%2049.667%20-0.394669C54.8535%20-5.58113%2060.5234%20-7.11949%2065.6659%20-6.32834C64.1276%20-8.7018%2062.765%20-11.2511%2061.6222%20-13.8443C55.6446%20-13.4487%2049.6231%20-10.8115%2044.4366%20-5.62508C41.5357%20-2.72417%2039.4259%201.67113%2037.8876%206.72572C33.2725%2021.8016%2033.756%2042.2398%2033.756%2042.2398C33.756%2042.2398%2053.0514%2042.7233%2067.9954%2038.5038C73.5775%2036.9215%2078.5442%2034.6799%2081.6648%2031.5592Z'%20fill='url(%23paint22_linear_3800_64548)'/%3e%3cpath%20d='M54.9413%204.83568C53.0953%206.6817%2050.4581%2014.4614%2049.2274%2026.8562C61.6222%2025.6255%2069.4019%2022.9883%2071.2479%2021.1423C78.9837%2013.4065%2073.3577%206.54987%2071.4677%204.65988C69.5777%202.7699%2062.6771%20-2.94402%2054.9413%204.83568ZM63.688%208.30798C65.6219%208.92332%2067.1163%2010.4617%2067.7317%2012.3517C67.8196%2012.7033%2068.0393%2013.7142%2066.2373%2015.6042C65.4022%2016.0437%2062.765%2017.0986%2057.9301%2018.0656C58.8971%2013.2307%2059.952%2010.5935%2060.3915%209.75842C62.3255%208.00031%2063.3364%208.22008%2063.688%208.30798Z'%20fill='url(%23paint23_linear_3800_64548)'/%3e%3cpath%20d='M132.518%2015.4725C129.881%2016.4834%20127.112%2017.3185%20124.343%2017.8899C128.519%2020.9666%20131.464%2026.0652%20131.464%2033.4053C131.464%2038.1083%20127.684%2045.0529%20122.673%2051.9535C119.552%2056.2609%20116.168%2060.3486%20112.564%2064.2164C108.652%2059.9969%20105.004%2055.5577%20101.663%2050.8547C97.0044%2044.3936%2093.62%2037.8885%2093.62%2033.4493C93.62%2026.1091%2096.5209%2021.0105%20100.74%2017.9338C97.9714%2017.3185%2095.2463%2016.5273%2092.5651%2015.5164C88.6094%2019.9996%2086.2359%2026.1531%2086.2359%2033.4932C86.2359%2037.7567%2088.038%2042.5915%2090.6752%2047.4263C98.1472%2061.1837%20112.564%2074.853%20112.564%2074.853C112.564%2074.853%20126.936%2061.1397%20134.452%2047.4263C137.09%2042.5915%20138.892%2037.7567%20138.892%2033.4932C138.848%2026.1091%20136.43%2019.9996%20132.518%2015.4725Z'%20fill='url(%23paint24_linear_3800_64548)'/%3e%3cpath%20d='M101.004%2033.4493C101.004%2036.0425%20104.608%2043.4266%20112.52%2053.0524C120.431%2043.4266%20124.036%2036.0425%20124.036%2033.4493C124.036%2022.505%20115.201%2021.6259%20112.52%2021.6259C109.839%2021.6259%20101.004%2022.505%20101.004%2033.4493ZM116.651%2033.0537C116.388%2033.9328%20115.245%2036.5699%20112.52%2040.7015C109.795%2036.5699%20108.652%2033.9767%20108.388%2033.0537C108.476%2030.4165%20109.355%2029.8891%20109.663%2029.7133C111.465%2028.7902%20113.575%2028.7902%20115.421%2029.7133C115.685%2029.8891%20116.564%2030.4605%20116.651%2033.0537Z'%20fill='url(%23paint25_linear_3800_64548)'/%3e%3cpath%20d='M180.559%20-5.62508C175.373%20-10.8115%20169.351%20-13.4487%20163.374%20-13.8443C162.231%20-11.2511%20160.868%20-8.74576%20159.33%20-6.32834C164.472%20-7.11949%20170.142%20-5.58113%20175.329%20-0.394669C178.581%202.85786%20180.779%2010.1101%20182.142%2018.3293C183.021%2023.7795%20183.548%2029.2737%20183.768%2034.8118C178.23%2034.592%20172.736%2034.0645%20167.285%2033.1855C159.11%2031.8229%20151.814%2029.6253%20148.605%2026.3727C143.419%2021.1863%20141.881%2015.5164%20142.672%2010.3738C140.298%2011.9122%20137.749%2013.2747%20135.156%2014.4175C135.551%2020.3951%20138.188%2026.4167%20143.375%2031.6031C146.276%2034.5041%20150.671%2036.6138%20155.726%2038.1522C170.802%2042.7672%20191.24%2042.2838%20191.24%2042.2838C191.24%2042.2838%20191.723%2022.9884%20187.504%208.04433C185.921%202.41832%20183.68%20-2.50441%20180.559%20-5.62508Z'%20fill='url(%23paint26_linear_3800_64548)'/%3e%3cpath%20d='M175.812%2026.8123C174.582%2014.4175%20171.944%206.63782%20170.098%204.79179C162.363%20-2.94395%20155.506%202.68204%20153.616%204.57202C151.726%206.46201%20146.056%2013.3187%20153.836%2021.0544C155.638%2022.9444%20163.418%2025.6255%20175.812%2026.8123ZM157.308%2012.3517C157.923%2010.4178%20159.462%208.92337%20161.352%208.30803C161.703%208.22012%20162.714%208.00035%20164.604%209.80243C165.044%2010.6375%20166.099%2013.2747%20167.11%2018.1096C162.275%2017.1426%20159.638%2016.0877%20158.802%2015.6482C157%2013.7143%20157.22%2012.7034%20157.308%2012.3517Z'%20fill='url(%23paint27_linear_3800_64548)'/%3e%3cpath%20d='M196.382%20-58.3687C191.547%20-61.0059%20186.713%20-62.808%20182.449%20-62.808C175.109%20-62.808%20169%20-60.4345%20164.472%20-56.4788C165.483%20-53.8416%20166.318%20-51.0725%20166.89%20-48.3035C169.967%20-52.523%20175.065%20-55.4239%20182.405%20-55.4239C187.108%20-55.4239%20194.053%20-51.6439%20200.953%20-46.6333C205.261%20-43.5126%20209.348%20-40.1282%20213.216%20-36.5241C208.997%20-32.6122%20204.558%20-28.9641%20199.855%20-25.6237C193.393%20-20.9647%20186.888%20-17.5803%20182.449%20-17.5803C175.109%20-17.5803%20170.01%20-20.4812%20166.934%20-24.7007C166.318%20-21.9316%20165.527%20-19.1626%20164.516%20-16.5254C169%20-12.5696%20175.153%20-10.1962%20182.493%20-10.1962C186.757%20-10.1962%20191.591%20-11.9982%20196.426%20-14.6354C210.184%20-22.1075%20223.853%20-36.5241%20223.853%20-36.5241C223.853%20-36.5241%20210.14%20-50.8528%20196.382%20-58.3687Z'%20fill='url(%23paint28_linear_3800_64548)'/%3e%3cpath%20d='M202.052%20-36.4802C192.427%20-44.3918%20185.042%20-47.9959%20182.449%20-47.9959C171.505%20-47.9959%20170.626%20-39.1614%20170.626%20-36.4802C170.626%20-33.7991%20171.461%20-24.9645%20182.449%20-24.9645C185.042%20-24.9645%20192.427%20-28.5687%20202.052%20-36.4802ZM178.713%20-33.6233C177.79%20-35.4254%20177.79%20-37.5351%20178.713%20-39.3811C178.889%20-39.6888%20179.46%20-40.5679%20182.054%20-40.6558C182.933%20-40.3921%20185.57%20-39.2493%20189.701%20-36.5242C185.57%20-33.7991%20182.977%20-32.6563%20182.054%20-32.3926C179.46%20-32.4366%20178.889%20-33.3156%20178.713%20-33.6233Z'%20fill='url(%23paint29_linear_3800_64548)'/%3e%3cpath%20d='M143.375%20-104.52C138.188%20-99.3331%20135.551%20-93.3115%20135.156%20-87.3339C137.749%20-86.1911%20140.254%20-84.8286%20142.672%20-83.2902C141.881%20-88.4327%20143.419%20-94.1027%20148.605%20-99.2891C151.858%20-102.498%20159.11%20-104.739%20167.329%20-106.102C172.78%20-106.981%20178.274%20-107.508%20183.812%20-107.728C183.592%20-102.19%20183.065%20-96.6959%20182.185%20-91.2457C180.823%20-83.0704%20178.625%20-75.7742%20175.373%20-72.5217C170.186%20-67.3352%20164.516%20-65.7969%20159.374%20-66.588C160.912%20-64.2146%20162.275%20-61.6653%20163.418%20-59.0721C169.395%20-59.4676%20175.417%20-62.1048%20180.603%20-67.2913C183.504%20-70.1922%20185.614%20-74.5875%20187.152%20-79.6421C191.767%20-94.718%20191.284%20-115.156%20191.284%20-115.156C191.284%20-115.156%20171.988%20-115.64%20157.044%20-111.42C151.418%20-109.882%20146.496%20-107.64%20143.375%20-104.52Z'%20fill='url(%23paint30_linear_3800_64548)'/%3e%3cpath%20d='M170.098%20-77.7961C171.944%20-79.6421%20174.582%20-87.4218%20175.812%20-99.8166C163.417%20-98.5859%20155.638%20-95.9487%20153.792%20-94.1027C146.056%20-86.3669%20151.682%20-79.5102%20153.572%20-77.6203C155.462%20-75.7303%20162.363%20-70.0164%20170.098%20-77.7961ZM161.352%20-81.2684C159.418%20-81.8837%20157.923%20-83.4221%20157.308%20-85.312C157.22%20-85.6637%20157%20-86.6746%20158.802%20-88.5646C159.638%20-89.0041%20162.275%20-90.059%20167.11%20-91.0699C166.143%20-86.2351%20165.088%20-83.5979%20164.648%20-82.7628C162.714%20-80.9167%20161.703%20-81.1805%20161.352%20-81.2684Z'%20fill='url(%23paint31_linear_3800_64548)'/%3e%3cpath%20d='M112.52%20-83.4219C86.5875%20-83.4219%2065.578%20-62.4124%2065.578%20-36.4801C65.578%20-10.5477%2086.5875%2010.4618%20112.52%2010.4618C138.452%2010.4618%20159.462%20-10.5477%20159.462%20-36.4801C159.462%20-62.4124%20138.452%20-83.4219%20112.52%20-83.4219ZM133.793%20-27.6894C141.485%20-19.7779%20144.957%20-10.8115%20141.573%20-7.42708C138.188%20-4.04269%20129.222%20-7.51498%20121.31%20-15.2068C121.135%20-4.17455%20117.267%204.61606%20112.52%204.61606C107.773%204.61606%20103.861%20-4.21851%20103.729%20-15.2068C95.8177%20-7.51498%2086.8512%20-4.04269%2083.4669%20-7.42708C80.0825%20-10.8115%2083.5548%20-19.7779%2091.2466%20-27.6894C80.2143%20-27.8653%2071.4237%20-31.7331%2071.4237%20-36.4801C71.4237%20-41.227%2080.2583%20-45.1388%2091.2466%20-45.2707C83.5548%20-53.1822%2080.0825%20-62.1487%2083.4669%20-65.533C86.8512%20-68.9174%2095.8177%20-65.4012%20103.729%20-57.7533C103.905%20-68.7856%20107.773%20-77.5762%20112.52%20-77.5762C117.267%20-77.5762%20121.179%20-68.7416%20121.31%20-57.7533C129.222%20-65.4451%20138.188%20-68.9174%20141.573%20-65.533C144.957%20-62.1487%20141.485%20-53.1822%20133.793%20-45.2707C144.825%20-45.0949%20153.616%20-41.227%20153.616%20-36.4801C153.616%20-31.7331%20144.781%20-27.8213%20133.793%20-27.6894Z'%20fill='url(%23paint32_linear_3800_64548)'/%3e%3cpath%20d='M128.695%20-42.8974C127.947%20-44.7873%20123.86%20-44.9192%20119.508%20-43.249C121.31%20-47.5564%20121.267%20-51.644%20119.42%20-52.4352C117.574%20-53.2263%20114.586%20-50.4573%20112.652%20-46.1938C110.85%20-50.5012%20107.949%20-53.3582%20106.059%20-52.611C104.169%20-51.8638%20104.037%20-47.7762%20105.707%20-43.4248C101.4%20-45.2269%2097.3121%20-45.1829%2096.521%20-43.3369C95.7298%20-41.4909%2098.4988%20-38.5021%20102.762%20-36.5681C98.4549%20-34.766%2095.5979%20-31.8652%2096.3451%20-29.9752C97.0923%20-28.0852%20101.18%20-27.9533%20105.531%20-29.6235C103.729%20-25.3161%20103.773%20-21.2285%20105.619%20-20.4373C107.465%20-19.6462%20110.454%20-22.4152%20112.388%20-26.6787C114.19%20-22.3713%20117.091%20-19.5143%20118.981%20-20.2615C120.871%20-21.0087%20121.003%20-25.0964%20119.333%20-29.4477C123.64%20-27.6456%20127.728%20-27.6896%20128.519%20-29.5356C129.31%20-31.3817%20126.541%20-34.3705%20122.277%20-36.3044C126.585%20-38.1504%20129.442%20-41.0513%20128.695%20-42.8974ZM112.52%20-31.4696C109.751%20-31.4696%20107.509%20-33.7112%20107.509%20-36.4802C107.509%20-39.2493%20109.751%20-41.4909%20112.52%20-41.4909C115.289%20-41.4909%20117.531%20-39.2493%20117.531%20-36.4802C117.531%20-33.7112%20115.289%20-31.4696%20112.52%20-31.4696Z'%20fill='url(%23paint33_linear_3800_64548)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint6_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint8_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint9_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint10_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint11_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint12_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint13_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint14_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint15_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint16_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint17_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint18_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint19_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint20_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint21_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint22_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint23_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint24_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint25_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint26_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint27_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint28_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint29_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint30_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint31_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint32_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint33_linear_3800_64548'%20x1='112.52'%20y1='-7.43989'%20x2='112.52'%20y2='88.729'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F9A3C6'/%3e%3cstop%20offset='1'%20stop-color='%23F6AA36'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
e as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { jsx as t, jsxs as w } from "react/jsx-runtime";
|
|
2
|
+
import { useState as S } from "react";
|
|
3
|
+
import { FiPlusCircle as B, FiArrowRight as F } from "react-icons/fi";
|
|
4
|
+
import { BottomSheet as L } from "@srimandir/common";
|
|
5
|
+
import { TextField as y } from "../TextField/TextField.js";
|
|
6
|
+
import { Button as s } from "../Button/Button.js";
|
|
7
|
+
const D = 40;
|
|
8
|
+
function H({
|
|
9
|
+
isOpen: i,
|
|
10
|
+
onClose: m,
|
|
11
|
+
onSave: c,
|
|
12
|
+
title: l,
|
|
13
|
+
fieldLabel: d,
|
|
14
|
+
namePrefix: h,
|
|
15
|
+
namePlaceholder: p,
|
|
16
|
+
addMoreLabel: f,
|
|
17
|
+
saveCta: u,
|
|
18
|
+
maxNameLength: x = D
|
|
19
|
+
}) {
|
|
20
|
+
const [a, o] = S([""]), n = () => {
|
|
21
|
+
o([""]), m();
|
|
22
|
+
}, g = () => {
|
|
23
|
+
const e = a.map((r) => r.trim()).filter(Boolean);
|
|
24
|
+
e.length !== 0 && (c(e), n());
|
|
25
|
+
}, N = a.some((e) => e.trim().length > 0);
|
|
26
|
+
return /* @__PURE__ */ t(
|
|
27
|
+
L,
|
|
28
|
+
{
|
|
29
|
+
isOpen: i,
|
|
30
|
+
onClose: n,
|
|
31
|
+
showDragHandle: !0,
|
|
32
|
+
closeButtonOutside: !0,
|
|
33
|
+
ariaLabel: l,
|
|
34
|
+
header: /* @__PURE__ */ t("p", { className: "px-4 py-2 text-center text-[16px] leading-5.5 font-semibold text-[#47250c]", children: l }),
|
|
35
|
+
footer: /* @__PURE__ */ t("div", { className: "px-4 pt-3 pb-5", children: /* @__PURE__ */ t(
|
|
36
|
+
s,
|
|
37
|
+
{
|
|
38
|
+
variant: "primary",
|
|
39
|
+
size: "xl",
|
|
40
|
+
className: "w-full rounded-xl",
|
|
41
|
+
rightIcon: /* @__PURE__ */ t(F, { "aria-hidden": !0 }),
|
|
42
|
+
disabled: !N,
|
|
43
|
+
onClick: g,
|
|
44
|
+
children: u
|
|
45
|
+
}
|
|
46
|
+
) }),
|
|
47
|
+
children: /* @__PURE__ */ w("div", { className: "flex w-full flex-col gap-2.5 px-4 py-3", children: [
|
|
48
|
+
a.map((e, r) => /* @__PURE__ */ t(
|
|
49
|
+
y,
|
|
50
|
+
{
|
|
51
|
+
label: d,
|
|
52
|
+
placeholder: p,
|
|
53
|
+
value: e,
|
|
54
|
+
prefix: h,
|
|
55
|
+
maxLength: x,
|
|
56
|
+
showCharCount: !0,
|
|
57
|
+
onChange: (C) => o((v) => v.map((A, b) => b === r ? C : A))
|
|
58
|
+
},
|
|
59
|
+
r
|
|
60
|
+
)),
|
|
61
|
+
/* @__PURE__ */ t(
|
|
62
|
+
s,
|
|
63
|
+
{
|
|
64
|
+
variant: "ghost",
|
|
65
|
+
size: "sm",
|
|
66
|
+
className: "self-start text-[#f75e22]",
|
|
67
|
+
leftIcon: /* @__PURE__ */ t(B, { "aria-hidden": !0 }),
|
|
68
|
+
onClick: () => o((e) => [...e, ""]),
|
|
69
|
+
children: f
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
] })
|
|
73
|
+
}
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
export {
|
|
77
|
+
H as AddAncestorSheet
|
|
78
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsxs as l, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { MdEdit as a } from "react-icons/md";
|
|
3
|
+
function o({ label: i, avatarUrl: n, state: e, onClick: t }) {
|
|
4
|
+
return /* @__PURE__ */ l(
|
|
5
|
+
"button",
|
|
6
|
+
{
|
|
7
|
+
type: "button",
|
|
8
|
+
disabled: !t,
|
|
9
|
+
onClick: t,
|
|
10
|
+
className: `flex w-18 shrink-0 flex-col items-center gap-1 rounded-xl px-2 disabled:pointer-events-none ${e === "enabled" ? "bg-linear-to-b from-transparent to-[#fef5e9] border-b border-[#f99724] py-1" : "bg-transparent py-0.5"}`,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ l("div", { className: "relative flex size-8 shrink-0 items-center justify-center", children: [
|
|
13
|
+
/* @__PURE__ */ r(
|
|
14
|
+
"div",
|
|
15
|
+
{
|
|
16
|
+
className: `size-full overflow-hidden rounded-full bg-[#fff9e9] ${e === "disabled" ? "opacity-60 grayscale" : ""}`,
|
|
17
|
+
children: /* @__PURE__ */ r("img", { src: n, alt: "", className: "size-full object-cover" })
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
e === "filled" && /* @__PURE__ */ r("span", { className: "absolute -right-0.5 -bottom-0.5 flex size-3.5 items-center justify-center rounded-full bg-[#159169]", children: /* @__PURE__ */ r(a, { size: 8, className: "text-white", "aria-hidden": !0 }) })
|
|
21
|
+
] }),
|
|
22
|
+
/* @__PURE__ */ r(
|
|
23
|
+
"p",
|
|
24
|
+
{
|
|
25
|
+
className: `w-full text-center text-[10px] leading-4.5 font-bold wrap-break-word ${e === "enabled" ? "text-[#f75e22]" : e === "filled" ? "text-[#374151]" : "text-[#9ca3af]"}`,
|
|
26
|
+
children: i
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export {
|
|
34
|
+
o as AncestorTab
|
|
35
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { jsx as l, jsxs as f } from "react/jsx-runtime";
|
|
2
|
+
import { Fragment as d } from "react";
|
|
3
|
+
import { cn as h } from "@srimandir/common";
|
|
4
|
+
import { AncestorTab as p } from "../AncestorTab/AncestorTab.js";
|
|
5
|
+
import { getAncestorAvatarUrl as v } from "../../constants/ancestor.constants.js";
|
|
6
|
+
function x({
|
|
7
|
+
entries: e,
|
|
8
|
+
viewedIndex: a,
|
|
9
|
+
isEntryFilled: s,
|
|
10
|
+
isEntryReachable: m,
|
|
11
|
+
onSelect: i,
|
|
12
|
+
className: c
|
|
13
|
+
}) {
|
|
14
|
+
return /* @__PURE__ */ l(
|
|
15
|
+
"div",
|
|
16
|
+
{
|
|
17
|
+
className: h(
|
|
18
|
+
"flex w-full items-start overflow-x-auto scrollbar-none [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden",
|
|
19
|
+
c
|
|
20
|
+
),
|
|
21
|
+
children: e.map((o, r) => {
|
|
22
|
+
const t = s(o.key), n = m(r), b = r === a ? "enabled" : t ? "filled" : "disabled";
|
|
23
|
+
return /* @__PURE__ */ f(d, { children: [
|
|
24
|
+
/* @__PURE__ */ l(
|
|
25
|
+
p,
|
|
26
|
+
{
|
|
27
|
+
label: o.label,
|
|
28
|
+
avatarUrl: v(o.key),
|
|
29
|
+
state: b,
|
|
30
|
+
onClick: n ? () => i(r) : void 0
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
r < e.length - 1 && /* @__PURE__ */ l(
|
|
34
|
+
"div",
|
|
35
|
+
{
|
|
36
|
+
className: `-mx-5 mt-4 h-0.5 w-10 shrink-0 ${t ? "bg-[#159169]" : "bg-[rgba(28,27,27,0.05)]"}`
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
] }, o.key);
|
|
40
|
+
})
|
|
41
|
+
}
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
export {
|
|
45
|
+
x as AncestorTabRow
|
|
46
|
+
};
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
import { GoMute as w, GoUnmute as v } from "react-icons/go";
|
|
4
|
+
import { cn as N } from "@srimandir/common";
|
|
5
|
+
const d = 1.25, f = [
|
|
6
|
+
{ x: 11.02, y: 6.38, height: 5.28 },
|
|
7
|
+
{ x: 16.3, y: 6.38, height: 5.28 },
|
|
8
|
+
{ x: 8.36, y: 3.8, height: 10.44 },
|
|
9
|
+
{ x: 13.68, y: 4.8, height: 8.4 },
|
|
10
|
+
{ x: 5.73, y: 2.84, height: 12.32 },
|
|
11
|
+
{ x: 3.07, y: 6, height: 6.03 },
|
|
12
|
+
{ x: 0.45, y: 7.29, height: 3.37 }
|
|
13
|
+
], b = ({
|
|
14
|
+
animate: r,
|
|
15
|
+
iconIndex: c
|
|
16
|
+
}) => /* @__PURE__ */ e(
|
|
17
|
+
"svg",
|
|
18
|
+
{
|
|
19
|
+
width: "18",
|
|
20
|
+
height: "18",
|
|
21
|
+
viewBox: "0 0 18 18",
|
|
22
|
+
fill: "none",
|
|
23
|
+
"aria-hidden": !0,
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
children: f.map((a, t) => /* @__PURE__ */ e(
|
|
26
|
+
"rect",
|
|
27
|
+
{
|
|
28
|
+
x: a.x,
|
|
29
|
+
y: a.y,
|
|
30
|
+
width: d,
|
|
31
|
+
height: a.height,
|
|
32
|
+
rx: d / 2,
|
|
33
|
+
fill: "#6B7280",
|
|
34
|
+
className: r ? "wave-bar-anim" : "",
|
|
35
|
+
style: {
|
|
36
|
+
animationDelay: `${(c * f.length + t) * 60}ms`
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
t
|
|
40
|
+
))
|
|
41
|
+
}
|
|
42
|
+
), A = ({
|
|
43
|
+
avatarUrl: r,
|
|
44
|
+
question: c,
|
|
45
|
+
description: a,
|
|
46
|
+
audioSrc: t,
|
|
47
|
+
className: u,
|
|
48
|
+
...x
|
|
49
|
+
}) => {
|
|
50
|
+
const o = l.useRef(null), m = l.useRef(!1), [n, p] = l.useState(!1), [g, h] = l.useState(!1);
|
|
51
|
+
l.useEffect(() => {
|
|
52
|
+
!t || m.current || (m.current = !0, o.current?.play().catch(() => {
|
|
53
|
+
}));
|
|
54
|
+
}, [t]);
|
|
55
|
+
const y = () => {
|
|
56
|
+
const s = o.current;
|
|
57
|
+
s && (s.muted = !s.muted, p(s.muted));
|
|
58
|
+
};
|
|
59
|
+
return /* @__PURE__ */ i(
|
|
60
|
+
"div",
|
|
61
|
+
{
|
|
62
|
+
className: N("flex w-full items-start gap-3 px-4 pb-6", u),
|
|
63
|
+
...x,
|
|
64
|
+
children: [
|
|
65
|
+
/* @__PURE__ */ i("div", { className: "relative size-16 shrink-0 overflow-hidden rounded-[12.8px] bg-linear-to-b from-[#fef5e9] to-[#fccf9a]", children: [
|
|
66
|
+
/* @__PURE__ */ e(
|
|
67
|
+
"img",
|
|
68
|
+
{
|
|
69
|
+
src: "https://srm-cdn.a4b.io/yoda/1788163138113.svg",
|
|
70
|
+
alt: "",
|
|
71
|
+
className: "absolute"
|
|
72
|
+
}
|
|
73
|
+
),
|
|
74
|
+
/* @__PURE__ */ e(
|
|
75
|
+
"img",
|
|
76
|
+
{
|
|
77
|
+
src: r,
|
|
78
|
+
alt: "",
|
|
79
|
+
className: "absolute top-1 size-[73.92px] object-contain"
|
|
80
|
+
}
|
|
81
|
+
)
|
|
82
|
+
] }),
|
|
83
|
+
/* @__PURE__ */ i("div", { className: "flex min-w-0 flex-1 items-start", children: [
|
|
84
|
+
/* @__PURE__ */ e(
|
|
85
|
+
"svg",
|
|
86
|
+
{
|
|
87
|
+
viewBox: "0 0 18.7767 32.5742",
|
|
88
|
+
fill: "none",
|
|
89
|
+
"aria-hidden": !0,
|
|
90
|
+
className: "h-[32.574px] w-[18.777px] shrink-0 -mr-2",
|
|
91
|
+
children: /* @__PURE__ */ e(
|
|
92
|
+
"path",
|
|
93
|
+
{
|
|
94
|
+
d: "M0 16.2871L14.0826 7.37821L14.0826 25.196L0 16.2871Z",
|
|
95
|
+
fill: "white"
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
}
|
|
99
|
+
),
|
|
100
|
+
/* @__PURE__ */ i("div", { className: "flex min-w-0 flex-1 flex-col gap-2 rounded-2xl bg-white p-4 drop-shadow-[-2px_2px_5px_rgba(252,207,154,0.3)]", children: [
|
|
101
|
+
/* @__PURE__ */ e("p", { className: "text-base", children: c }),
|
|
102
|
+
/* @__PURE__ */ e("p", { className: "text-[10px]", children: a }),
|
|
103
|
+
t && /* @__PURE__ */ i("div", { className: "flex items-center gap-1.5", children: [
|
|
104
|
+
/* @__PURE__ */ e(
|
|
105
|
+
"audio",
|
|
106
|
+
{
|
|
107
|
+
ref: o,
|
|
108
|
+
src: t,
|
|
109
|
+
onPlay: () => h(!0),
|
|
110
|
+
onPause: () => h(!1),
|
|
111
|
+
onEnded: () => h(!1)
|
|
112
|
+
}
|
|
113
|
+
),
|
|
114
|
+
/* @__PURE__ */ e(
|
|
115
|
+
"button",
|
|
116
|
+
{
|
|
117
|
+
type: "button",
|
|
118
|
+
onClick: y,
|
|
119
|
+
"aria-label": n ? "Unmute" : "Mute",
|
|
120
|
+
"aria-pressed": n,
|
|
121
|
+
className: "flex size-4.5 shrink-0 items-center justify-center border-0 bg-transparent p-0",
|
|
122
|
+
children: n ? /* @__PURE__ */ e(w, { size: 18, className: "text-[#f75e22]" }) : /* @__PURE__ */ e(v, { size: 18, className: "text-[#f75e22]" })
|
|
123
|
+
}
|
|
124
|
+
),
|
|
125
|
+
/* @__PURE__ */ e("div", { className: "flex items-center gap-[1.5px]", children: [0, 1, 2].map((s) => /* @__PURE__ */ e(
|
|
126
|
+
b,
|
|
127
|
+
{
|
|
128
|
+
animate: g && !n,
|
|
129
|
+
iconIndex: s
|
|
130
|
+
},
|
|
131
|
+
s
|
|
132
|
+
)) })
|
|
133
|
+
] })
|
|
134
|
+
] })
|
|
135
|
+
] })
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
);
|
|
139
|
+
};
|
|
140
|
+
export {
|
|
141
|
+
A as AudioQuestionCard
|
|
142
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { jsx as a, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import { SelectorCard as _ } from "../SelectorCard/SelectorCard.js";
|
|
4
|
+
import { Button as h } from "../Button/Button.js";
|
|
5
|
+
const p = "https://srm-cdn.a4b.io/yoda/1788163138113.svg";
|
|
6
|
+
function b({
|
|
7
|
+
isOpen: i,
|
|
8
|
+
onClose: e,
|
|
9
|
+
avatarUrl: c,
|
|
10
|
+
heading: d,
|
|
11
|
+
ctaLabel: l,
|
|
12
|
+
onCtaClick: o,
|
|
13
|
+
cardIcon: s,
|
|
14
|
+
cardTitle: n,
|
|
15
|
+
cardDescription: m,
|
|
16
|
+
cardTag: g,
|
|
17
|
+
cardTagClassName: v = "bg-[#1d79fc] text-white"
|
|
18
|
+
}) {
|
|
19
|
+
return i ? /* @__PURE__ */ a(
|
|
20
|
+
"div",
|
|
21
|
+
{
|
|
22
|
+
className: "avatar-card-dialog",
|
|
23
|
+
role: "presentation",
|
|
24
|
+
onClick: (t) => {
|
|
25
|
+
t.target === t.currentTarget && e();
|
|
26
|
+
},
|
|
27
|
+
children: /* @__PURE__ */ r("div", { className: "avatar-card-dialog__card", children: [
|
|
28
|
+
/* @__PURE__ */ r("div", { className: "avatar-card-dialog__avatar", children: [
|
|
29
|
+
/* @__PURE__ */ a("img", { src: p, alt: "", className: "avatar-card-dialog__avatar-glow" }),
|
|
30
|
+
/* @__PURE__ */ a("img", { src: c, alt: "", className: "avatar-card-dialog__avatar-image" })
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ r("div", { className: "avatar-card-dialog__content", children: [
|
|
33
|
+
/* @__PURE__ */ a("p", { className: "avatar-card-dialog__heading", children: d }),
|
|
34
|
+
/* @__PURE__ */ a(
|
|
35
|
+
_,
|
|
36
|
+
{
|
|
37
|
+
selected: !0,
|
|
38
|
+
showRadio: !1,
|
|
39
|
+
tag: g,
|
|
40
|
+
tagClassName: v,
|
|
41
|
+
icon: s,
|
|
42
|
+
iconClassName: "bg-white",
|
|
43
|
+
title: n,
|
|
44
|
+
description: m
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
] }),
|
|
48
|
+
/* @__PURE__ */ a(
|
|
49
|
+
h,
|
|
50
|
+
{
|
|
51
|
+
variant: "primary",
|
|
52
|
+
size: "md",
|
|
53
|
+
className: "avatar-card-dialog__button",
|
|
54
|
+
onClick: o,
|
|
55
|
+
children: l
|
|
56
|
+
}
|
|
57
|
+
)
|
|
58
|
+
] })
|
|
59
|
+
}
|
|
60
|
+
) : null;
|
|
61
|
+
}
|
|
62
|
+
export {
|
|
63
|
+
b as AvatarCardDialog
|
|
64
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { cn as t } from "@srimandir/common";
|
|
3
|
+
import { getBillDetailsDefaultCopy as v } from "./BillDetails.translations.js";
|
|
4
|
+
function h({ label: i, originalValue: n, freeLabel: d, rowClassName: s }) {
|
|
5
|
+
return /* @__PURE__ */ l("div", { className: t("flex items-start justify-between gap-3", s), children: [
|
|
6
|
+
/* @__PURE__ */ e("div", { className: "min-w-0", children: /* @__PURE__ */ e("p", { className: "text-xs font-medium text-[#6b7280]", children: i }) }),
|
|
7
|
+
/* @__PURE__ */ l("div", { className: "flex shrink-0 items-center gap-2 whitespace-nowrap text-xs", children: [
|
|
8
|
+
/* @__PURE__ */ e("span", { className: "text-[#d93640] line-through", children: n }),
|
|
9
|
+
/* @__PURE__ */ e("span", { className: "text-[#374151]", children: d })
|
|
10
|
+
] })
|
|
11
|
+
] });
|
|
12
|
+
}
|
|
13
|
+
const k = ({
|
|
14
|
+
locale: i = "en",
|
|
15
|
+
titleClassName: n,
|
|
16
|
+
rows: d,
|
|
17
|
+
rowClassName: s,
|
|
18
|
+
showTitleAccent: x = !0,
|
|
19
|
+
totalValue: c,
|
|
20
|
+
totalClassName: p,
|
|
21
|
+
isGlobalUser: r = !1,
|
|
22
|
+
className: b,
|
|
23
|
+
...o
|
|
24
|
+
}) => {
|
|
25
|
+
const { title: f, totalLabel: u, panditFeeLabel: N, photoVideoFeeLabel: g, freeLabel: m } = v(i);
|
|
26
|
+
return /* @__PURE__ */ l("div", { className: t("bg-white px-4 py-6", b), ...o, children: [
|
|
27
|
+
/* @__PURE__ */ l(
|
|
28
|
+
"h2",
|
|
29
|
+
{
|
|
30
|
+
className: t(
|
|
31
|
+
"mb-4 flex items-center gap-2 text-lg font-bold text-[#1d2125]",
|
|
32
|
+
n
|
|
33
|
+
),
|
|
34
|
+
children: [
|
|
35
|
+
x && /* @__PURE__ */ e(
|
|
36
|
+
"span",
|
|
37
|
+
{
|
|
38
|
+
"aria-hidden": !0,
|
|
39
|
+
className: "block h-5 w-1 shrink-0 rounded-full bg-[#f75e22]"
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
f
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ l("div", { className: "flex flex-col gap-4", children: [
|
|
47
|
+
d.map((a) => /* @__PURE__ */ l(
|
|
48
|
+
"div",
|
|
49
|
+
{
|
|
50
|
+
className: t(
|
|
51
|
+
"flex items-start justify-between gap-3",
|
|
52
|
+
s
|
|
53
|
+
),
|
|
54
|
+
children: [
|
|
55
|
+
/* @__PURE__ */ l("div", { className: "min-w-0", children: [
|
|
56
|
+
/* @__PURE__ */ e("p", { className: t("text-sm text-[#1d2125]", a.labelClassName), children: a.label }),
|
|
57
|
+
a.subLabel && /* @__PURE__ */ e(
|
|
58
|
+
"p",
|
|
59
|
+
{
|
|
60
|
+
className: t(
|
|
61
|
+
"mt-0.5 text-xs text-gray-400",
|
|
62
|
+
a.subLabelClassName
|
|
63
|
+
),
|
|
64
|
+
children: a.subLabel
|
|
65
|
+
}
|
|
66
|
+
)
|
|
67
|
+
] }),
|
|
68
|
+
/* @__PURE__ */ l("div", { className: "flex shrink-0 items-baseline gap-1.5 whitespace-nowrap text-sm", children: [
|
|
69
|
+
a.note && /* @__PURE__ */ e("span", { className: "text-gray-400", children: a.note }),
|
|
70
|
+
a.originalValue && /* @__PURE__ */ e("span", { className: "text-gray-400 line-through", children: a.originalValue }),
|
|
71
|
+
/* @__PURE__ */ e(
|
|
72
|
+
"span",
|
|
73
|
+
{
|
|
74
|
+
className: t("font-medium text-[#1d2125]", a.valueClassName),
|
|
75
|
+
children: a.value
|
|
76
|
+
}
|
|
77
|
+
)
|
|
78
|
+
] })
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
a.id
|
|
82
|
+
)),
|
|
83
|
+
/* @__PURE__ */ e(
|
|
84
|
+
h,
|
|
85
|
+
{
|
|
86
|
+
label: N,
|
|
87
|
+
originalValue: r ? "$3.99" : "₹51.0",
|
|
88
|
+
freeLabel: m,
|
|
89
|
+
rowClassName: s
|
|
90
|
+
}
|
|
91
|
+
),
|
|
92
|
+
/* @__PURE__ */ e(
|
|
93
|
+
h,
|
|
94
|
+
{
|
|
95
|
+
label: g,
|
|
96
|
+
originalValue: r ? "$0.49" : "₹21.0",
|
|
97
|
+
freeLabel: m,
|
|
98
|
+
rowClassName: s
|
|
99
|
+
}
|
|
100
|
+
)
|
|
101
|
+
] }),
|
|
102
|
+
c !== void 0 && /* @__PURE__ */ l(
|
|
103
|
+
"div",
|
|
104
|
+
{
|
|
105
|
+
className: t(
|
|
106
|
+
"mt-4 flex items-center justify-between border-t border-dashed border-gray-300 pt-4",
|
|
107
|
+
p
|
|
108
|
+
),
|
|
109
|
+
children: [
|
|
110
|
+
/* @__PURE__ */ e("span", { className: "text-base font-bold text-[#1d2125]", children: u }),
|
|
111
|
+
/* @__PURE__ */ e("span", { className: "text-base font-bold text-emerald-600", children: c })
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
)
|
|
115
|
+
] });
|
|
116
|
+
};
|
|
117
|
+
export {
|
|
118
|
+
k as BillDetails
|
|
119
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
en: {
|
|
3
|
+
title: "Bill Details",
|
|
4
|
+
totalLabel: "Total Amount",
|
|
5
|
+
panditFeeLabel: "Pandit Fee",
|
|
6
|
+
photoVideoFeeLabel: "Photo and video recording fee",
|
|
7
|
+
freeLabel: "FREE"
|
|
8
|
+
},
|
|
9
|
+
hi: {
|
|
10
|
+
title: "बिल विवरण",
|
|
11
|
+
totalLabel: "कुल राशि",
|
|
12
|
+
panditFeeLabel: "पंडित शुल्क",
|
|
13
|
+
photoVideoFeeLabel: "फोटो और वीडियो रिकॉर्डिंग शुल्क",
|
|
14
|
+
freeLabel: "मुफ़्त"
|
|
15
|
+
},
|
|
16
|
+
kn: {
|
|
17
|
+
title: "ಬಿಲ್ ವಿವರಗಳು",
|
|
18
|
+
totalLabel: "ಒಟ್ಟು ಮೊತ್ತ",
|
|
19
|
+
panditFeeLabel: "ಪಂಡಿತ್ ಶುಲ್ಕ",
|
|
20
|
+
photoVideoFeeLabel: "ಫೋಟೋ ಮತ್ತು ವಿಡಿಯೋ ರೆಕಾರ್ಡಿಂಗ್ ಶುಲ್ಕ",
|
|
21
|
+
freeLabel: "ಉಚಿತ"
|
|
22
|
+
},
|
|
23
|
+
te: {
|
|
24
|
+
title: "బిల్లు వివరాలు",
|
|
25
|
+
totalLabel: "మొత్తం",
|
|
26
|
+
panditFeeLabel: "పండిట్ రుసుము",
|
|
27
|
+
photoVideoFeeLabel: "ఫోటో మరియు వీడియో రికార్డింగ్ రుసుము",
|
|
28
|
+
freeLabel: "ఉచితం"
|
|
29
|
+
}
|
|
30
|
+
}, l = (t) => e[t] ?? e.en;
|
|
31
|
+
export {
|
|
32
|
+
e as BILL_DETAILS_DEFAULT_COPY,
|
|
33
|
+
l as getBillDetailsDefaultCopy
|
|
34
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx as r, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import $ from "react";
|
|
3
|
+
import { FaStar as y } from "react-icons/fa";
|
|
4
|
+
import { cn as t } from "@srimandir/common";
|
|
5
|
+
import { getBookingSummaryBannerDefaultCopy as v } from "./BookingSummaryBanner.translations.js";
|
|
6
|
+
const j = ({
|
|
7
|
+
locale: i = "en",
|
|
8
|
+
icon: n = /* @__PURE__ */ r(y, { "aria-hidden": !0 }),
|
|
9
|
+
iconClassName: c,
|
|
10
|
+
title: d,
|
|
11
|
+
titleClassName: p,
|
|
12
|
+
subtitle: s,
|
|
13
|
+
subtitleItems: f,
|
|
14
|
+
stats: a,
|
|
15
|
+
subtitleClassName: h,
|
|
16
|
+
cardClassName: x,
|
|
17
|
+
className: g,
|
|
18
|
+
...b
|
|
19
|
+
}) => {
|
|
20
|
+
const o = v(i), u = d ?? o.title, e = f ?? (a && [
|
|
21
|
+
`${a.ancestors} ${o.ancestorsLabel}`,
|
|
22
|
+
`${a.rituals} ${o.ritualsLabel}`,
|
|
23
|
+
`${a.performers} ${o.performersLabel}`
|
|
24
|
+
]);
|
|
25
|
+
return /* @__PURE__ */ r("div", { className: t("bg-gradient-to-b from-[#fce7f3] to-white px-4 pt-4 pb-6", g), ...b, children: /* @__PURE__ */ m("div", { className: t("rounded-2xl bg-white p-4 shadow-sm", x), children: [
|
|
26
|
+
/* @__PURE__ */ m("p", { className: t("flex items-center gap-2 text-sm font-bold text-[#db2777]", p), children: [
|
|
27
|
+
n && /* @__PURE__ */ r("span", { className: t("shrink-0 text-sm", c), children: n }),
|
|
28
|
+
u
|
|
29
|
+
] }),
|
|
30
|
+
(s || e && e.length > 0) && /* @__PURE__ */ r("p", { className: t("mt-2 text-[15px] font-semibold text-[#1d2125]", h), children: e && e.length > 0 ? e.map((N, l) => /* @__PURE__ */ m($.Fragment, { children: [
|
|
31
|
+
l > 0 && /* @__PURE__ */ r("span", { className: "mx-1.5 text-gray-400", children: "•" }),
|
|
32
|
+
N
|
|
33
|
+
] }, l)) : s })
|
|
34
|
+
] }) });
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
j as BookingSummaryBanner
|
|
38
|
+
};
|