@appcorp/kismaa-web-ui 0.1.3 → 0.1.5
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/app/layout.d.ts +7 -0
- package/app/layout.js +20 -0
- package/app/page.d.ts +2 -0
- package/app/page.js +13 -0
- package/atoms/active-icon.d.ts +5 -0
- package/atoms/active-icon.js +12 -0
- package/atoms/app-store-icon.d.ts +2 -0
- package/atoms/app-store-icon.js +42 -0
- package/atoms/aquarius-icon.d.ts +3 -0
- package/atoms/aquarius-icon.js +38 -0
- package/atoms/aries-icon.d.ts +3 -0
- package/atoms/aries-icon.js +25 -0
- package/atoms/arrow-left-icon.d.ts +3 -0
- package/atoms/arrow-left-icon.js +44 -0
- package/atoms/arrow-right-icon.d.ts +6 -0
- package/atoms/arrow-right-icon.js +44 -0
- package/atoms/award-icon.d.ts +3 -0
- package/atoms/award-icon.js +18 -0
- package/atoms/brief-case-icon.d.ts +3 -0
- package/atoms/brief-case-icon.js +18 -0
- package/atoms/cancer-icon.d.ts +3 -0
- package/atoms/cancer-icon.js +60 -0
- package/atoms/capricon-icon.d.ts +3 -0
- package/atoms/capricon-icon.js +19 -0
- package/atoms/clients-icon.d.ts +3 -0
- package/atoms/clients-icon.js +14 -0
- package/atoms/facebook-icon.d.ts +5 -0
- package/atoms/facebook-icon.js +43 -0
- package/atoms/filter-icon.d.ts +3 -0
- package/atoms/filter-icon.js +16 -0
- package/atoms/gear-icon.d.ts +3 -0
- package/atoms/gear-icon.js +44 -0
- package/atoms/gemini-icon.d.ts +3 -0
- package/atoms/gemini-icon.js +48 -0
- package/atoms/google-play-icon.d.ts +2 -0
- package/atoms/google-play-icon.js +69 -0
- package/atoms/growth-icon.d.ts +3 -0
- package/atoms/growth-icon.js +18 -0
- package/atoms/home-icon.d.ts +3 -0
- package/atoms/home-icon.js +19 -0
- package/atoms/innovation-icon.d.ts +3 -0
- package/atoms/innovation-icon.js +15 -0
- package/atoms/instagram-icon.d.ts +3 -0
- package/atoms/instagram-icon.js +43 -0
- package/atoms/kismaa-logo.d.ts +6 -0
- package/atoms/kismaa-logo.js +57 -0
- package/atoms/leo-icon.d.ts +3 -0
- package/atoms/leo-icon.js +36 -0
- package/atoms/libra-icon.d.ts +3 -0
- package/atoms/libra-icon.js +32 -0
- package/atoms/lightning-icon.d.ts +3 -0
- package/atoms/lightning-icon.js +44 -0
- package/atoms/not-found-icon.d.ts +2 -0
- package/atoms/not-found-icon.js +191 -0
- package/atoms/onboarding-track.d.ts +3 -0
- package/atoms/onboarding-track.js +43 -0
- package/atoms/ownership-icon.d.ts +3 -0
- package/atoms/ownership-icon.js +14 -0
- package/atoms/paper-plane-icon.d.ts +3 -0
- package/atoms/paper-plane-icon.js +14 -0
- package/atoms/partners-icon.d.ts +3 -0
- package/atoms/partners-icon.js +18 -0
- package/atoms/pisces-icon.d.ts +3 -0
- package/atoms/pisces-icon.js +64 -0
- package/atoms/quote-icon.d.ts +7 -0
- package/atoms/quote-icon.js +46 -0
- package/atoms/rating-star.d.ts +9 -0
- package/atoms/rating-star.js +46 -0
- package/atoms/result-icon.d.ts +3 -0
- package/atoms/result-icon.js +15 -0
- package/atoms/rocket-icon.d.ts +3 -0
- package/atoms/rocket-icon.js +21 -0
- package/atoms/sagitarious-icon.d.ts +6 -0
- package/atoms/sagitarious-icon.js +100 -0
- package/atoms/scorpio-icon.d.ts +3 -0
- package/atoms/scorpio-icon.js +61 -0
- package/atoms/search-icon.d.ts +6 -0
- package/atoms/search-icon.js +44 -0
- package/atoms/taurus-icon.d.ts +3 -0
- package/atoms/taurus-icon.js +28 -0
- package/atoms/triangle-icon.d.ts +7 -0
- package/atoms/triangle-icon.js +20 -0
- package/atoms/twitter-icon.d.ts +3 -0
- package/atoms/twitter-icon.js +43 -0
- package/atoms/user-icon.d.ts +3 -0
- package/atoms/user-icon.js +45 -0
- package/atoms/virgo-icon.d.ts +3 -0
- package/atoms/virgo-icon.js +38 -0
- package/hooks/use-isvisibile-hook.d.ts +1 -0
- package/hooks/use-isvisibile-hook.js +46 -0
- package/index.d.ts +3 -0
- package/index.js +19 -0
- package/mdx-components.d.ts +2 -0
- package/mdx-components.js +17 -0
- package/molecules/accordion/accordion.d.ts +3 -0
- package/molecules/accordion/accordion.js +71 -0
- package/molecules/accordion/index.d.ts +2 -0
- package/molecules/accordion/index.js +18 -0
- package/molecules/accordion/props.d.ts +2 -0
- package/molecules/accordion/props.js +15 -0
- package/molecules/accordion/type.d.ts +7 -0
- package/molecules/accordion/type.js +2 -0
- package/molecules/badge/badge.d.ts +3 -0
- package/molecules/badge/badge.js +33 -0
- package/molecules/badge/index.d.ts +2 -0
- package/molecules/badge/index.js +18 -0
- package/molecules/badge/props.d.ts +2 -0
- package/molecules/badge/props.js +13 -0
- package/molecules/badge/type.d.ts +19 -0
- package/molecules/badge/type.js +14 -0
- package/molecules/banner-slider-card/banner-slider-card.d.ts +3 -0
- package/molecules/banner-slider-card/banner-slider-card.js +20 -0
- package/molecules/banner-slider-card/props.d.ts +2 -0
- package/molecules/banner-slider-card/props.js +7 -0
- package/molecules/banner-slider-card/type.d.ts +4 -0
- package/molecules/banner-slider-card/type.js +2 -0
- package/molecules/breadcrumbs/breadcrumbs.d.ts +3 -0
- package/molecules/breadcrumbs/breadcrumbs.js +38 -0
- package/molecules/breadcrumbs/index.d.ts +2 -0
- package/molecules/breadcrumbs/index.js +18 -0
- package/molecules/breadcrumbs/props.d.ts +2 -0
- package/molecules/breadcrumbs/props.js +6 -0
- package/molecules/breadcrumbs/type.d.ts +3 -0
- package/molecules/breadcrumbs/type.js +2 -0
- package/molecules/button/app-store-btn.d.ts +3 -0
- package/molecules/button/app-store-btn.js +14 -0
- package/molecules/button/button.d.ts +3 -0
- package/molecules/button/button.js +78 -0
- package/molecules/button/index.d.ts +4 -0
- package/molecules/button/index.js +20 -0
- package/molecules/button/play-store-btn.d.ts +3 -0
- package/molecules/button/play-store-btn.js +14 -0
- package/molecules/button/props.d.ts +3 -0
- package/molecules/button/props.js +23 -0
- package/molecules/button/type.d.ts +31 -0
- package/molecules/button/type.js +22 -0
- package/molecules/button-group/button-group.d.ts +3 -0
- package/molecules/button-group/button-group.js +47 -0
- package/molecules/button-group/index.d.ts +2 -0
- package/molecules/button-group/index.js +18 -0
- package/molecules/button-group/props.d.ts +2 -0
- package/molecules/button-group/props.js +26 -0
- package/molecules/button-group/type.d.ts +14 -0
- package/molecules/button-group/type.js +2 -0
- package/molecules/core-values-card/core-values-card.d.ts +3 -0
- package/molecules/core-values-card/core-values-card.js +21 -0
- package/molecules/core-values-card/index.d.ts +2 -0
- package/molecules/core-values-card/index.js +18 -0
- package/molecules/core-values-card/props.d.ts +2 -0
- package/molecules/core-values-card/props.js +13 -0
- package/molecules/core-values-card/type.d.ts +6 -0
- package/molecules/core-values-card/type.js +2 -0
- package/molecules/horizontal-divider/horizontal-divider.d.ts +2 -0
- package/molecules/horizontal-divider/horizontal-divider.js +11 -0
- package/molecules/horizontal-divider/index.d.ts +1 -0
- package/molecules/horizontal-divider/index.js +17 -0
- package/molecules/horoscope-card/horoscope-card.d.ts +3 -0
- package/molecules/horoscope-card/horoscope-card.js +22 -0
- package/molecules/horoscope-card/index.d.ts +2 -0
- package/molecules/horoscope-card/index.js +18 -0
- package/molecules/horoscope-card/props.d.ts +2 -0
- package/molecules/horoscope-card/props.js +15 -0
- package/molecules/horoscope-card/type.d.ts +11 -0
- package/molecules/horoscope-card/type.js +8 -0
- package/molecules/index.d.ts +11 -0
- package/molecules/index.js +27 -0
- package/molecules/ratings/index.d.ts +2 -0
- package/molecules/ratings/index.js +18 -0
- package/molecules/ratings/props.d.ts +2 -0
- package/molecules/ratings/props.js +6 -0
- package/molecules/ratings/ratings.d.ts +3 -0
- package/molecules/ratings/ratings.js +43 -0
- package/molecules/ratings/ratings.stories.d.ts +9 -0
- package/molecules/ratings/ratings.stories.js +25 -0
- package/molecules/ratings/type.d.ts +5 -0
- package/molecules/ratings/type.js +2 -0
- package/molecules/stat-card/index.d.ts +2 -0
- package/molecules/stat-card/index.js +18 -0
- package/molecules/stat-card/props.d.ts +2 -0
- package/molecules/stat-card/props.js +13 -0
- package/molecules/stat-card/stat-card.d.ts +3 -0
- package/molecules/stat-card/stat-card.js +16 -0
- package/molecules/stat-card/type.d.ts +6 -0
- package/molecules/stat-card/type.js +2 -0
- package/molecules/theme-switch/theme-switch.d.ts +2 -0
- package/molecules/theme-switch/theme-switch.js +56 -0
- package/molecules/typography/index.d.ts +2 -0
- package/molecules/typography/index.js +18 -0
- package/molecules/typography/props.d.ts +2 -0
- package/molecules/typography/props.js +9 -0
- package/molecules/typography/type.d.ts +20 -0
- package/molecules/typography/type.js +24 -0
- package/molecules/typography/typography.d.ts +8 -0
- package/molecules/typography/typography.js +34 -0
- package/molecules/user-card/index.d.ts +2 -0
- package/molecules/user-card/index.js +18 -0
- package/molecules/user-card/props.d.ts +2 -0
- package/molecules/user-card/props.js +22 -0
- package/molecules/user-card/type.d.ts +18 -0
- package/molecules/user-card/type.js +2 -0
- package/molecules/user-card/user-card.d.ts +3 -0
- package/molecules/user-card/user-card.js +86 -0
- package/organisms/about-us-banner/about-us-banner.d.ts +3 -0
- package/organisms/about-us-banner/about-us-banner.js +29 -0
- package/organisms/about-us-banner/index.d.ts +2 -0
- package/organisms/about-us-banner/index.js +18 -0
- package/organisms/about-us-banner/props.d.ts +2 -0
- package/organisms/about-us-banner/props.js +10 -0
- package/organisms/about-us-banner/type.d.ts +7 -0
- package/organisms/about-us-banner/type.js +2 -0
- package/organisms/about-us-stats/about-us-stats.d.ts +3 -0
- package/organisms/about-us-stats/about-us-stats.js +19 -0
- package/organisms/about-us-stats/index.d.ts +2 -0
- package/organisms/about-us-stats/index.js +18 -0
- package/organisms/about-us-stats/props.d.ts +2 -0
- package/organisms/about-us-stats/props.js +36 -0
- package/organisms/about-us-stats/type.d.ts +5 -0
- package/organisms/about-us-stats/type.js +2 -0
- package/organisms/about-user/about-user.d.ts +3 -0
- package/organisms/about-user/about-user.js +22 -0
- package/organisms/about-user/index.d.ts +2 -0
- package/organisms/about-user/index.js +18 -0
- package/organisms/about-user/props.d.ts +5 -0
- package/organisms/about-user/props.js +8 -0
- package/organisms/about-user/type.d.ts +5 -0
- package/organisms/about-user/type.js +2 -0
- package/organisms/advisors-section/advisors-section.d.ts +3 -0
- package/organisms/advisors-section/advisors-section.js +17 -0
- package/organisms/advisors-section/index.d.ts +2 -0
- package/organisms/advisors-section/index.js +18 -0
- package/organisms/advisors-section/props.d.ts +2 -0
- package/organisms/advisors-section/props.js +12 -0
- package/organisms/advisors-section/type.d.ts +9 -0
- package/organisms/advisors-section/type.js +2 -0
- package/organisms/attribute-card/attribute-card.d.ts +3 -0
- package/organisms/attribute-card/attribute-card.js +17 -0
- package/organisms/attribute-card/index.d.ts +2 -0
- package/organisms/attribute-card/index.js +18 -0
- package/organisms/attribute-card/props.d.ts +2 -0
- package/organisms/attribute-card/props.js +13 -0
- package/organisms/attribute-card/type.d.ts +4 -0
- package/organisms/attribute-card/type.js +2 -0
- package/organisms/attributes-section/attributes-section.d.ts +3 -0
- package/organisms/attributes-section/attributes-section.js +16 -0
- package/organisms/attributes-section/index.d.ts +2 -0
- package/organisms/attributes-section/index.js +18 -0
- package/organisms/attributes-section/props.d.ts +11 -0
- package/organisms/attributes-section/props.js +31 -0
- package/organisms/attributes-section/type.d.ts +8 -0
- package/organisms/attributes-section/type.js +2 -0
- package/organisms/banner/banner.d.ts +3 -0
- package/organisms/banner/banner.js +36 -0
- package/organisms/banner/index.d.ts +2 -0
- package/organisms/banner/index.js +18 -0
- package/organisms/banner/props.d.ts +2 -0
- package/organisms/banner/props.js +14 -0
- package/organisms/banner/type.d.ts +14 -0
- package/organisms/banner/type.js +8 -0
- package/organisms/banner-slider/banner-slider.d.ts +3 -0
- package/organisms/banner-slider/banner-slider.js +37 -0
- package/organisms/banner-slider/index.d.ts +2 -0
- package/organisms/banner-slider/index.js +18 -0
- package/organisms/banner-slider/props.d.ts +3 -0
- package/organisms/banner-slider/props.js +38 -0
- package/organisms/banner-slider/type.d.ts +8 -0
- package/organisms/banner-slider/type.js +2 -0
- package/organisms/core-values-section/core-values-section.d.ts +3 -0
- package/organisms/core-values-section/core-values-section.js +24 -0
- package/organisms/core-values-section/index.d.ts +2 -0
- package/organisms/core-values-section/index.js +18 -0
- package/organisms/core-values-section/props.d.ts +2 -0
- package/organisms/core-values-section/props.js +51 -0
- package/organisms/core-values-section/type.d.ts +8 -0
- package/organisms/core-values-section/type.js +2 -0
- package/organisms/cta-banner/cta-banner.d.ts +3 -0
- package/organisms/cta-banner/cta-banner.js +30 -0
- package/organisms/cta-banner/index.d.ts +2 -0
- package/organisms/cta-banner/index.js +18 -0
- package/organisms/cta-banner/props.d.ts +2 -0
- package/organisms/cta-banner/props.js +12 -0
- package/organisms/cta-banner/type.d.ts +9 -0
- package/organisms/cta-banner/type.js +2 -0
- package/organisms/customer-reviews/customer-reviews.d.ts +5 -0
- package/organisms/customer-reviews/customer-reviews.js +54 -0
- package/organisms/customer-reviews/index.d.ts +2 -0
- package/organisms/customer-reviews/index.js +18 -0
- package/organisms/customer-reviews/props.d.ts +2 -0
- package/organisms/customer-reviews/props.js +63 -0
- package/organisms/customer-reviews/type.d.ts +19 -0
- package/organisms/customer-reviews/type.js +2 -0
- package/organisms/extended-user-card/extended-user-card.d.ts +3 -0
- package/organisms/extended-user-card/extended-user-card.js +63 -0
- package/organisms/extended-user-card/index.d.ts +2 -0
- package/organisms/extended-user-card/index.js +18 -0
- package/organisms/extended-user-card/props.d.ts +2 -0
- package/organisms/extended-user-card/props.js +23 -0
- package/organisms/extended-user-card/type.d.ts +17 -0
- package/organisms/extended-user-card/type.js +2 -0
- package/organisms/faq/faq.d.ts +3 -0
- package/organisms/faq/faq.js +19 -0
- package/organisms/faq/index.d.ts +2 -0
- package/organisms/faq/index.js +18 -0
- package/organisms/faq/props.d.ts +2 -0
- package/organisms/faq/props.js +36 -0
- package/organisms/faq/type.d.ts +17 -0
- package/organisms/faq/type.js +8 -0
- package/organisms/footer/footer.d.ts +3 -0
- package/organisms/footer/footer.js +51 -0
- package/organisms/footer/index.d.ts +2 -0
- package/organisms/footer/index.js +18 -0
- package/organisms/footer/props.d.ts +2 -0
- package/organisms/footer/props.js +50 -0
- package/organisms/footer/type.d.ts +20 -0
- package/organisms/footer/type.js +2 -0
- package/organisms/get-app-banner/get-app-banner.d.ts +3 -0
- package/organisms/get-app-banner/get-app-banner.js +27 -0
- package/organisms/get-app-banner/index.d.ts +2 -0
- package/organisms/get-app-banner/index.js +18 -0
- package/organisms/get-app-banner/props.d.ts +2 -0
- package/organisms/get-app-banner/props.js +11 -0
- package/organisms/get-app-banner/type.d.ts +8 -0
- package/organisms/get-app-banner/type.js +2 -0
- package/organisms/highlight-banner/highlight-banner.d.ts +3 -0
- package/organisms/highlight-banner/highlight-banner.js +26 -0
- package/organisms/highlight-banner/index.d.ts +2 -0
- package/organisms/highlight-banner/index.js +18 -0
- package/organisms/highlight-banner/props.d.ts +2 -0
- package/organisms/highlight-banner/props.js +10 -0
- package/organisms/highlight-banner/type.d.ts +7 -0
- package/organisms/highlight-banner/type.js +2 -0
- package/organisms/horoscope-cards-grid/horoscope-cards-grid.d.ts +3 -0
- package/organisms/horoscope-cards-grid/horoscope-cards-grid.js +67 -0
- package/organisms/horoscope-cards-grid/index.d.ts +2 -0
- package/organisms/horoscope-cards-grid/index.js +18 -0
- package/organisms/horoscope-cards-grid/props.d.ts +2 -0
- package/organisms/horoscope-cards-grid/props.js +86 -0
- package/organisms/horoscope-cards-grid/type.d.ts +10 -0
- package/organisms/horoscope-cards-grid/type.js +8 -0
- package/organisms/horoscope-details/horoscope-details.d.ts +3 -0
- package/organisms/horoscope-details/horoscope-details.js +23 -0
- package/organisms/horoscope-details/index.d.ts +2 -0
- package/organisms/horoscope-details/index.js +18 -0
- package/organisms/horoscope-details/props.d.ts +2 -0
- package/organisms/horoscope-details/props.js +13 -0
- package/organisms/horoscope-details/type.d.ts +6 -0
- package/organisms/horoscope-details/type.js +2 -0
- package/organisms/horoscope-details-section/horoscope-details-section.d.ts +3 -0
- package/organisms/horoscope-details-section/horoscope-details-section.js +17 -0
- package/organisms/horoscope-details-section/horoscope-details-sections.stories.d.ts +9 -0
- package/organisms/horoscope-details-section/horoscope-details-sections.stories.js +25 -0
- package/organisms/horoscope-details-section/index.d.ts +2 -0
- package/organisms/horoscope-details-section/index.js +18 -0
- package/organisms/horoscope-details-section/props.d.ts +2 -0
- package/organisms/horoscope-details-section/props.js +15 -0
- package/organisms/horoscope-details-section/type.d.ts +8 -0
- package/organisms/horoscope-details-section/type.js +2 -0
- package/organisms/horoscope-section/horoscope-section.d.ts +3 -0
- package/organisms/horoscope-section/horoscope-section.js +18 -0
- package/organisms/horoscope-section/index.d.ts +2 -0
- package/organisms/horoscope-section/index.js +18 -0
- package/organisms/horoscope-section/props.d.ts +2 -0
- package/organisms/horoscope-section/props.js +11 -0
- package/organisms/horoscope-section/type.d.ts +9 -0
- package/organisms/horoscope-section/type.js +2 -0
- package/organisms/index.d.ts +34 -0
- package/organisms/index.js +50 -0
- package/organisms/navbar/index.d.ts +2 -0
- package/organisms/navbar/index.js +18 -0
- package/organisms/navbar/navbar.d.ts +3 -0
- package/organisms/navbar/navbar.js +44 -0
- package/organisms/navbar/props.d.ts +2 -0
- package/organisms/navbar/props.js +17 -0
- package/organisms/navbar/type.d.ts +13 -0
- package/organisms/navbar/type.js +2 -0
- package/organisms/not-found/index.d.ts +2 -0
- package/organisms/not-found/index.js +18 -0
- package/organisms/not-found/not-found.d.ts +3 -0
- package/organisms/not-found/not-found.js +21 -0
- package/organisms/not-found/props.d.ts +2 -0
- package/organisms/not-found/props.js +8 -0
- package/organisms/not-found/type.d.ts +5 -0
- package/organisms/not-found/type.js +2 -0
- package/organisms/onboarding-step-card/index.d.ts +2 -0
- package/organisms/onboarding-step-card/index.js +18 -0
- package/organisms/onboarding-step-card/onboarding-step-card.d.ts +3 -0
- package/organisms/onboarding-step-card/onboarding-step-card.js +22 -0
- package/organisms/onboarding-step-card/props.d.ts +2 -0
- package/organisms/onboarding-step-card/props.js +17 -0
- package/organisms/onboarding-step-card/type.d.ts +31 -0
- package/organisms/onboarding-step-card/type.js +8 -0
- package/organisms/onboarding-steps/index.d.ts +2 -0
- package/organisms/onboarding-steps/index.js +18 -0
- package/organisms/onboarding-steps/onboarding-steps.d.ts +3 -0
- package/organisms/onboarding-steps/onboarding-steps.js +26 -0
- package/organisms/onboarding-steps/props.d.ts +2 -0
- package/organisms/onboarding-steps/props.js +56 -0
- package/organisms/onboarding-steps/type.d.ts +6 -0
- package/organisms/onboarding-steps/type.js +2 -0
- package/organisms/our-mission/index.d.ts +2 -0
- package/organisms/our-mission/index.js +18 -0
- package/organisms/our-mission/our-mission.d.ts +3 -0
- package/organisms/our-mission/our-mission.js +37 -0
- package/organisms/our-mission/props.d.ts +2 -0
- package/organisms/our-mission/props.js +11 -0
- package/organisms/our-mission/type.d.ts +8 -0
- package/organisms/our-mission/type.js +2 -0
- package/organisms/pagination/index.d.ts +2 -0
- package/organisms/pagination/index.js +18 -0
- package/organisms/pagination/pagination.d.ts +3 -0
- package/organisms/pagination/pagination.js +23 -0
- package/organisms/pagination/props.d.ts +2 -0
- package/organisms/pagination/props.js +10 -0
- package/organisms/pagination/type.d.ts +7 -0
- package/organisms/pagination/type.js +2 -0
- package/organisms/review-card/index.d.ts +2 -0
- package/organisms/review-card/index.js +18 -0
- package/organisms/review-card/props.d.ts +2 -0
- package/organisms/review-card/props.js +14 -0
- package/organisms/review-card/review-card.d.ts +3 -0
- package/organisms/review-card/review-card.js +36 -0
- package/organisms/review-card/type.d.ts +11 -0
- package/organisms/review-card/type.js +2 -0
- package/organisms/section-header/index.d.ts +2 -0
- package/organisms/section-header/index.js +18 -0
- package/organisms/section-header/props.d.ts +2 -0
- package/organisms/section-header/props.js +10 -0
- package/organisms/section-header/section-header.d.ts +3 -0
- package/organisms/section-header/section-header.js +29 -0
- package/organisms/section-header/type.d.ts +14 -0
- package/organisms/section-header/type.js +2 -0
- package/organisms/terms-section/index.d.ts +2 -0
- package/organisms/terms-section/index.js +18 -0
- package/organisms/terms-section/props.d.ts +2 -0
- package/organisms/terms-section/props.js +16 -0
- package/organisms/terms-section/terms-section.d.ts +3 -0
- package/organisms/terms-section/terms-section.js +66 -0
- package/organisms/terms-section/type.d.ts +9 -0
- package/organisms/terms-section/type.js +2 -0
- package/organisms/time-line/index.d.ts +2 -0
- package/organisms/time-line/index.js +18 -0
- package/organisms/time-line/props.d.ts +6 -0
- package/organisms/time-line/props.js +49 -0
- package/organisms/time-line/time-line.d.ts +3 -0
- package/organisms/time-line/time-line.js +36 -0
- package/organisms/time-line/type.d.ts +8 -0
- package/organisms/time-line/type.js +2 -0
- package/organisms/user-cards-grid/index.d.ts +2 -0
- package/organisms/user-cards-grid/index.js +18 -0
- package/organisms/user-cards-grid/props.d.ts +4 -0
- package/organisms/user-cards-grid/props.js +150 -0
- package/organisms/user-cards-grid/type.d.ts +10 -0
- package/organisms/user-cards-grid/type.js +9 -0
- package/organisms/user-cards-grid/user-cards-grid.d.ts +3 -0
- package/organisms/user-cards-grid/user-cards-grid.js +68 -0
- package/organisms/user-detail-banner/index.d.ts +2 -0
- package/organisms/user-detail-banner/index.js +18 -0
- package/organisms/user-detail-banner/props.d.ts +5 -0
- package/organisms/user-detail-banner/props.js +8 -0
- package/organisms/user-detail-banner/type.d.ts +4 -0
- package/organisms/user-detail-banner/type.js +2 -0
- package/organisms/user-detail-banner/user-detail-banner.d.ts +3 -0
- package/organisms/user-detail-banner/user-detail-banner.js +22 -0
- package/organisms/user-details/index.d.ts +2 -0
- package/organisms/user-details/index.js +18 -0
- package/organisms/user-details/props.d.ts +2 -0
- package/organisms/user-details/props.js +33 -0
- package/organisms/user-details/type.d.ts +23 -0
- package/organisms/user-details/type.js +2 -0
- package/organisms/user-details/user-details.d.ts +3 -0
- package/organisms/user-details/user-details.js +34 -0
- package/organisms/users-list-explore/index.d.ts +2 -0
- package/organisms/users-list-explore/index.js +18 -0
- package/organisms/users-list-explore/props.d.ts +2 -0
- package/organisms/users-list-explore/props.js +28 -0
- package/organisms/users-list-explore/type.d.ts +19 -0
- package/organisms/users-list-explore/type.js +2 -0
- package/organisms/users-list-explore/users-list-explore.d.ts +3 -0
- package/organisms/users-list-explore/users-list-explore.js +20 -0
- package/package.json +5 -12
- package/providers/index.d.ts +4 -0
- package/providers/index.js +13 -0
- package/templates/about-us/about-us.d.ts +3 -0
- package/templates/about-us/about-us.js +35 -0
- package/templates/about-us/index.d.ts +2 -0
- package/templates/about-us/index.js +18 -0
- package/templates/about-us/props.d.ts +2 -0
- package/templates/about-us/props.js +39 -0
- package/templates/about-us/type.d.ts +14 -0
- package/templates/about-us/type.js +2 -0
- package/templates/advisor-details/advisor-details.d.ts +3 -0
- package/templates/advisor-details/advisor-details.js +32 -0
- package/templates/advisor-details/index.d.ts +2 -0
- package/templates/advisor-details/index.js +18 -0
- package/templates/advisor-details/props.d.ts +2 -0
- package/templates/advisor-details/props.js +32 -0
- package/templates/advisor-details/type.d.ts +10 -0
- package/templates/advisor-details/type.js +2 -0
- package/templates/faqs/faqs.d.ts +3 -0
- package/templates/faqs/faqs.js +30 -0
- package/templates/faqs/index.d.ts +2 -0
- package/templates/faqs/index.js +18 -0
- package/templates/faqs/props.d.ts +2 -0
- package/templates/faqs/props.js +29 -0
- package/templates/faqs/type.d.ts +9 -0
- package/templates/faqs/type.js +2 -0
- package/templates/home/home.d.ts +3 -0
- package/templates/home/home.js +34 -0
- package/templates/home/index.d.ts +2 -0
- package/templates/home/index.js +18 -0
- package/templates/home/props.d.ts +2 -0
- package/templates/home/props.js +36 -0
- package/templates/home/type.d.ts +13 -0
- package/templates/home/type.js +2 -0
- package/templates/horoscope/horoscope.d.ts +3 -0
- package/templates/horoscope/horoscope.js +30 -0
- package/templates/horoscope/index.d.ts +2 -0
- package/templates/horoscope/index.js +18 -0
- package/templates/horoscope/props.d.ts +2 -0
- package/templates/horoscope/props.js +29 -0
- package/templates/horoscope/type.d.ts +9 -0
- package/templates/horoscope/type.js +2 -0
- package/templates/horoscope-details/horoscope-details.d.ts +3 -0
- package/templates/horoscope-details/horoscope-details.js +31 -0
- package/templates/horoscope-details/props.d.ts +2 -0
- package/templates/horoscope-details/props.js +33 -0
- package/templates/horoscope-details/type.d.ts +10 -0
- package/templates/horoscope-details/type.js +2 -0
- package/templates/index.d.ts +8 -0
- package/templates/index.js +24 -0
- package/templates/not-found-page/index.d.ts +2 -0
- package/templates/not-found-page/index.js +18 -0
- package/templates/not-found-page/not-found-page.d.ts +3 -0
- package/templates/not-found-page/not-found-page.js +26 -0
- package/templates/not-found-page/props.d.ts +2 -0
- package/templates/not-found-page/props.js +20 -0
- package/templates/not-found-page/type.d.ts +5 -0
- package/templates/not-found-page/type.js +2 -0
- package/templates/terms-of-use/index.d.ts +2 -0
- package/templates/terms-of-use/index.js +18 -0
- package/templates/terms-of-use/props.d.ts +2 -0
- package/templates/terms-of-use/props.js +28 -0
- package/templates/terms-of-use/terms-of-use.d.ts +3 -0
- package/templates/terms-of-use/terms-of-use.js +31 -0
- package/templates/terms-of-use/type.d.ts +9 -0
- package/templates/terms-of-use/type.js +2 -0
- package/templates/user-lists/index.d.ts +2 -0
- package/templates/user-lists/index.js +18 -0
- package/templates/user-lists/props.d.ts +2 -0
- package/templates/user-lists/props.js +30 -0
- package/templates/user-lists/type.d.ts +9 -0
- package/templates/user-lists/type.js +2 -0
- package/templates/user-lists/user-lists.d.ts +3 -0
- package/templates/user-lists/user-lists.js +30 -0
- package/about-us-banner.47036301.js +0 -27
- package/about-us-banner.47036301.js.map +0 -1
- package/about-us-banner.4783432d.js +0 -9
- package/about-us-banner.4783432d.js.map +0 -1
- package/about-us-banner.d54fdb30.js +0 -65
- package/about-us-banner.d54fdb30.js.map +0 -1
- package/about-us-banner.fc04628a.js +0 -70
- package/about-us-banner.fc04628a.js.map +0 -1
- package/about-us-stats.563c1ff6.js +0 -9
- package/about-us-stats.563c1ff6.js.map +0 -1
- package/about-us-stats.6a8a1f52.js +0 -49
- package/about-us-stats.6a8a1f52.js.map +0 -1
- package/about-us-stats.7940a580.js +0 -27
- package/about-us-stats.7940a580.js.map +0 -1
- package/about-us-stats.8bf18d2d.js +0 -40
- package/about-us-stats.8bf18d2d.js.map +0 -1
- package/about-us.26939143.js +0 -50
- package/about-us.26939143.js.map +0 -1
- package/about-us.6409a070.js +0 -55
- package/about-us.6409a070.js.map +0 -1
- package/about-us.c8d29547.js +0 -27
- package/about-us.c8d29547.js.map +0 -1
- package/about-us.fc609956.js +0 -9
- package/about-us.fc609956.js.map +0 -1
- package/about-user.770e4068.js +0 -9
- package/about-user.770e4068.js.map +0 -1
- package/about-user.b4a15e38.js +0 -51
- package/about-user.b4a15e38.js.map +0 -1
- package/about-user.f07f068b.js +0 -27
- package/about-user.f07f068b.js.map +0 -1
- package/about-user.fba4eab2.js +0 -60
- package/about-user.fba4eab2.js.map +0 -1
- package/accordion.161595e1.js +0 -27
- package/accordion.161595e1.js.map +0 -1
- package/accordion.4c9f8837.js +0 -9
- package/accordion.4c9f8837.js.map +0 -1
- package/accordion.74ca3d9f.js +0 -68
- package/accordion.74ca3d9f.js.map +0 -1
- package/accordion.db0abc99.js +0 -73
- package/accordion.db0abc99.js.map +0 -1
- package/active-icon.4514e159.js +0 -14
- package/active-icon.4514e159.js.map +0 -1
- package/active-icon.f60a343e.js +0 -19
- package/active-icon.f60a343e.js.map +0 -1
- package/advisor-details.54f49b9d.js +0 -27
- package/advisor-details.54f49b9d.js.map +0 -1
- package/advisor-details.63e549cd.js +0 -40
- package/advisor-details.63e549cd.js.map +0 -1
- package/advisor-details.83099445.js +0 -45
- package/advisor-details.83099445.js.map +0 -1
- package/advisor-details.a45ec0e5.js +0 -9
- package/advisor-details.a45ec0e5.js.map +0 -1
- package/advisors-section.2104a94d.js +0 -31
- package/advisors-section.2104a94d.js.map +0 -1
- package/advisors-section.592ecaa5.js +0 -9
- package/advisors-section.592ecaa5.js.map +0 -1
- package/advisors-section.63447358.js +0 -27
- package/advisors-section.63447358.js.map +0 -1
- package/advisors-section.e558a977.js +0 -36
- package/advisors-section.e558a977.js.map +0 -1
- package/app-store-btn.b0473d3b.js +0 -18
- package/app-store-btn.b0473d3b.js.map +0 -1
- package/app-store-btn.d444afd0.js +0 -23
- package/app-store-btn.d444afd0.js.map +0 -1
- package/app-store-icon.7d04584e.js +0 -29
- package/app-store-icon.7d04584e.js.map +0 -1
- package/app-store-icon.7d361a47.js +0 -34
- package/app-store-icon.7d361a47.js.map +0 -1
- package/arrow-left-icon.249a16e2.js +0 -31
- package/arrow-left-icon.249a16e2.js.map +0 -1
- package/arrow-left-icon.8c768b3d.js +0 -36
- package/arrow-left-icon.8c768b3d.js.map +0 -1
- package/arrow-right-icon.0a2da66d.js +0 -31
- package/arrow-right-icon.0a2da66d.js.map +0 -1
- package/arrow-right-icon.8dc2b5ec.js +0 -36
- package/arrow-right-icon.8dc2b5ec.js.map +0 -1
- package/attribute-card.0810c4c6.js +0 -34
- package/attribute-card.0810c4c6.js.map +0 -1
- package/attribute-card.29e5e649.js +0 -9
- package/attribute-card.29e5e649.js.map +0 -1
- package/attribute-card.4f5f767c.js +0 -27
- package/attribute-card.4f5f767c.js.map +0 -1
- package/attribute-card.a960f0c4.js +0 -39
- package/attribute-card.a960f0c4.js.map +0 -1
- package/attributes-section.09c98ee7.js +0 -27
- package/attributes-section.09c98ee7.js.map +0 -1
- package/attributes-section.3eadc491.js +0 -36
- package/attributes-section.3eadc491.js.map +0 -1
- package/attributes-section.ee38c448.js +0 -31
- package/attributes-section.ee38c448.js.map +0 -1
- package/attributes-section.f4338edf.js +0 -9
- package/attributes-section.f4338edf.js.map +0 -1
- package/badge.5f174aef.js +0 -33
- package/badge.5f174aef.js.map +0 -1
- package/badge.6eef3029.js +0 -38
- package/badge.6eef3029.js.map +0 -1
- package/badge.9f70ace5.js +0 -27
- package/badge.9f70ace5.js.map +0 -1
- package/badge.b5dc5fcb.js +0 -9
- package/badge.b5dc5fcb.js.map +0 -1
- package/banner-slider-card.4d0460b4.js +0 -38
- package/banner-slider-card.4d0460b4.js.map +0 -1
- package/banner-slider-card.cd02cb4d.js +0 -33
- package/banner-slider-card.cd02cb4d.js.map +0 -1
- package/banner-slider.13a46391.js +0 -9
- package/banner-slider.13a46391.js.map +0 -1
- package/banner-slider.29d35cb8.js +0 -27
- package/banner-slider.29d35cb8.js.map +0 -1
- package/banner-slider.6e14cc70.js +0 -82
- package/banner-slider.6e14cc70.js.map +0 -1
- package/banner-slider.80d912a1.js +0 -77
- package/banner-slider.80d912a1.js.map +0 -1
- package/banner.1ca8a540.js +0 -82
- package/banner.1ca8a540.js.map +0 -1
- package/banner.664689bd.js +0 -27
- package/banner.664689bd.js.map +0 -1
- package/banner.692f9420.js +0 -77
- package/banner.692f9420.js.map +0 -1
- package/banner.6b9c2089.js +0 -9
- package/banner.6b9c2089.js.map +0 -1
- package/breadcrumbs.11239bca.js +0 -13
- package/breadcrumbs.11239bca.js.map +0 -1
- package/breadcrumbs.127e4646.js +0 -9
- package/breadcrumbs.127e4646.js.map +0 -1
- package/breadcrumbs.87489e41.js +0 -74
- package/breadcrumbs.87489e41.js.map +0 -1
- package/breadcrumbs.97c114e5.js +0 -83
- package/breadcrumbs.97c114e5.js.map +0 -1
- package/button-group.3fe3b47f.js +0 -9
- package/button-group.3fe3b47f.js.map +0 -1
- package/button-group.415417e7.js +0 -62
- package/button-group.415417e7.js.map +0 -1
- package/button-group.d3b83496.js +0 -57
- package/button-group.d3b83496.js.map +0 -1
- package/button-group.e7dce297.js +0 -27
- package/button-group.e7dce297.js.map +0 -1
- package/button.916f414f.js +0 -90
- package/button.916f414f.js.map +0 -1
- package/button.b69b265e.js +0 -95
- package/button.b69b265e.js.map +0 -1
- package/button.ce27cdaa.js +0 -13
- package/button.ce27cdaa.js.map +0 -1
- package/button.fb3c4253.js +0 -33
- package/button.fb3c4253.js.map +0 -1
- package/core-values-card.40c460c9.js +0 -9
- package/core-values-card.40c460c9.js.map +0 -1
- package/core-values-card.92086af3.js +0 -49
- package/core-values-card.92086af3.js.map +0 -1
- package/core-values-card.96979e6a.js +0 -54
- package/core-values-card.96979e6a.js.map +0 -1
- package/core-values-card.c4a82917.js +0 -13
- package/core-values-card.c4a82917.js.map +0 -1
- package/core-values-section.52f38afd.js +0 -27
- package/core-values-section.52f38afd.js.map +0 -1
- package/core-values-section.cc124901.js +0 -70
- package/core-values-section.cc124901.js.map +0 -1
- package/core-values-section.d6a3e29c.js +0 -9
- package/core-values-section.d6a3e29c.js.map +0 -1
- package/core-values-section.fcdac397.js +0 -65
- package/core-values-section.fcdac397.js.map +0 -1
- package/cta-banner.544ac385.js +0 -66
- package/cta-banner.544ac385.js.map +0 -1
- package/cta-banner.9255e2ae.js +0 -9
- package/cta-banner.9255e2ae.js.map +0 -1
- package/cta-banner.b5a79249.js +0 -27
- package/cta-banner.b5a79249.js.map +0 -1
- package/cta-banner.e4edcdc7.js +0 -71
- package/cta-banner.e4edcdc7.js.map +0 -1
- package/customer-reviews.0b3e761d.js +0 -27
- package/customer-reviews.0b3e761d.js.map +0 -1
- package/customer-reviews.0bb408e0.js +0 -110
- package/customer-reviews.0bb408e0.js.map +0 -1
- package/customer-reviews.1a8ca84f.js +0 -115
- package/customer-reviews.1a8ca84f.js.map +0 -1
- package/customer-reviews.8255b06c.js +0 -9
- package/customer-reviews.8255b06c.js.map +0 -1
- package/extended-user-card.0a0bafd0.js +0 -199
- package/extended-user-card.0a0bafd0.js.map +0 -1
- package/extended-user-card.0c2ef0ea.js +0 -27
- package/extended-user-card.0c2ef0ea.js.map +0 -1
- package/extended-user-card.5d98a8f5.js +0 -208
- package/extended-user-card.5d98a8f5.js.map +0 -1
- package/extended-user-card.be4ecd3a.js +0 -9
- package/extended-user-card.be4ecd3a.js.map +0 -1
- package/faq.a9ca0fb7.js +0 -45
- package/faq.a9ca0fb7.js.map +0 -1
- package/faq.bab0a70f.js +0 -9
- package/faq.bab0a70f.js.map +0 -1
- package/faq.c3ccebe9.js +0 -40
- package/faq.c3ccebe9.js.map +0 -1
- package/faq.f5bea35a.js +0 -27
- package/faq.f5bea35a.js.map +0 -1
- package/faqs.0a5edf3d.js +0 -35
- package/faqs.0a5edf3d.js.map +0 -1
- package/faqs.1e6ff0f9.js +0 -27
- package/faqs.1e6ff0f9.js.map +0 -1
- package/faqs.b2feaf03.js +0 -9
- package/faqs.b2feaf03.js.map +0 -1
- package/faqs.bfe38daf.js +0 -40
- package/faqs.bfe38daf.js.map +0 -1
- package/filter-icon.0498dd8d.js +0 -46
- package/filter-icon.0498dd8d.js.map +0 -1
- package/filter-icon.616ae4eb.js +0 -51
- package/filter-icon.616ae4eb.js.map +0 -1
- package/footer.299b1f23.js +0 -124
- package/footer.299b1f23.js.map +0 -1
- package/footer.5096de82.js +0 -119
- package/footer.5096de82.js.map +0 -1
- package/footer.9306a217.js +0 -9
- package/footer.9306a217.js.map +0 -1
- package/footer.d1a58786.js +0 -27
- package/footer.d1a58786.js.map +0 -1
- package/get-app-banner.0e8d312c.js +0 -9
- package/get-app-banner.0e8d312c.js.map +0 -1
- package/get-app-banner.36d23512.js +0 -57
- package/get-app-banner.36d23512.js.map +0 -1
- package/get-app-banner.ab965c42.js +0 -27
- package/get-app-banner.ab965c42.js.map +0 -1
- package/get-app-banner.dc0e360d.js +0 -62
- package/get-app-banner.dc0e360d.js.map +0 -1
- package/google-play-icon.1452d8bc.js +0 -181
- package/google-play-icon.1452d8bc.js.map +0 -1
- package/google-play-icon.74df677d.js +0 -176
- package/google-play-icon.74df677d.js.map +0 -1
- package/highlight-banner.2ad9807e.js +0 -9
- package/highlight-banner.2ad9807e.js.map +0 -1
- package/highlight-banner.4892a72f.js +0 -62
- package/highlight-banner.4892a72f.js.map +0 -1
- package/highlight-banner.b0848d42.js +0 -57
- package/highlight-banner.b0848d42.js.map +0 -1
- package/highlight-banner.d12e5578.js +0 -27
- package/highlight-banner.d12e5578.js.map +0 -1
- package/home-icon.1f027a19.js +0 -60
- package/home-icon.1f027a19.js.map +0 -1
- package/home-icon.67d2e0e8.js +0 -55
- package/home-icon.67d2e0e8.js.map +0 -1
- package/home.01d7e509.js +0 -48
- package/home.01d7e509.js.map +0 -1
- package/home.9390627a.js +0 -27
- package/home.9390627a.js.map +0 -1
- package/home.e714200b.js +0 -53
- package/home.e714200b.js.map +0 -1
- package/home.feff8a46.js +0 -9
- package/home.feff8a46.js.map +0 -1
- package/horizontal-divider.13db4d04.js +0 -19
- package/horizontal-divider.13db4d04.js.map +0 -1
- package/horizontal-divider.3bf53568.js +0 -14
- package/horizontal-divider.3bf53568.js.map +0 -1
- package/horizontal-divider.8a39312d.js +0 -24
- package/horizontal-divider.8a39312d.js.map +0 -1
- package/horizontal-divider.8e847bee.js +0 -7
- package/horizontal-divider.8e847bee.js.map +0 -1
- package/horoscope-card.24122d3a.js +0 -36
- package/horoscope-card.24122d3a.js.map +0 -1
- package/horoscope-card.3b61b2da.js +0 -27
- package/horoscope-card.3b61b2da.js.map +0 -1
- package/horoscope-card.eba75b15.js +0 -41
- package/horoscope-card.eba75b15.js.map +0 -1
- package/horoscope-card.fa7f0f4e.js +0 -9
- package/horoscope-card.fa7f0f4e.js.map +0 -1
- package/horoscope-cards-grid.346648f6.js +0 -9
- package/horoscope-cards-grid.346648f6.js.map +0 -1
- package/horoscope-cards-grid.802e6916.js +0 -32
- package/horoscope-cards-grid.802e6916.js.map +0 -1
- package/horoscope-cards-grid.def4c579.js +0 -27
- package/horoscope-cards-grid.def4c579.js.map +0 -1
- package/horoscope-cards-grid.ee2a0f86.js +0 -27
- package/horoscope-cards-grid.ee2a0f86.js.map +0 -1
- package/horoscope-details-section.4730f22f.js +0 -37
- package/horoscope-details-section.4730f22f.js.map +0 -1
- package/horoscope-details-section.5aaa6020.js +0 -27
- package/horoscope-details-section.5aaa6020.js.map +0 -1
- package/horoscope-details-section.92f17239.js +0 -9
- package/horoscope-details-section.92f17239.js.map +0 -1
- package/horoscope-details-section.b8e3841c.js +0 -32
- package/horoscope-details-section.b8e3841c.js.map +0 -1
- package/horoscope-details.2594baaa.js +0 -61
- package/horoscope-details.2594baaa.js.map +0 -1
- package/horoscope-details.2f48e80a.js +0 -52
- package/horoscope-details.2f48e80a.js.map +0 -1
- package/horoscope-details.9ee4deda.js +0 -27
- package/horoscope-details.9ee4deda.js.map +0 -1
- package/horoscope-details.9f83e227.js +0 -9
- package/horoscope-details.9f83e227.js.map +0 -1
- package/horoscope-section.75468c14.js +0 -9
- package/horoscope-section.75468c14.js.map +0 -1
- package/horoscope-section.994263d9.js +0 -36
- package/horoscope-section.994263d9.js.map +0 -1
- package/horoscope-section.a18cb49c.js +0 -41
- package/horoscope-section.a18cb49c.js.map +0 -1
- package/horoscope-section.d3a18364.js +0 -27
- package/horoscope-section.d3a18364.js.map +0 -1
- package/horoscope.459ea326.js +0 -35
- package/horoscope.459ea326.js.map +0 -1
- package/horoscope.4d3e35cb.js +0 -9
- package/horoscope.4d3e35cb.js.map +0 -1
- package/horoscope.6d08c106.js +0 -40
- package/horoscope.6d08c106.js.map +0 -1
- package/horoscope.c5bb8d56.js +0 -27
- package/horoscope.c5bb8d56.js.map +0 -1
- package/kismaa-logo.77129033.js +0 -87
- package/kismaa-logo.77129033.js.map +0 -1
- package/kismaa-logo.a0cd5842.js +0 -82
- package/kismaa-logo.a0cd5842.js.map +0 -1
- package/main.js +0 -30
- package/main.js.map +0 -1
- package/module.js +0 -11
- package/module.js.map +0 -1
- package/molecules.525feebf.js +0 -27
- package/molecules.525feebf.js.map +0 -1
- package/molecules.6c6943fd.js +0 -54
- package/molecules.6c6943fd.js.map +0 -1
- package/navbar.2ce991d1.js +0 -144
- package/navbar.2ce991d1.js.map +0 -1
- package/navbar.324d78a0.js +0 -27
- package/navbar.324d78a0.js.map +0 -1
- package/navbar.4ff6dde2.js +0 -9
- package/navbar.4ff6dde2.js.map +0 -1
- package/navbar.82f16d2b.js +0 -153
- package/navbar.82f16d2b.js.map +0 -1
- package/not-found-icon.5e6aba82.js +0 -749
- package/not-found-icon.5e6aba82.js.map +0 -1
- package/not-found-icon.861fcfaf.js +0 -744
- package/not-found-icon.861fcfaf.js.map +0 -1
- package/not-found-page.2cd9e329.js +0 -27
- package/not-found-page.2cd9e329.js.map +0 -1
- package/not-found-page.531b5ea6.js +0 -9
- package/not-found-page.531b5ea6.js.map +0 -1
- package/not-found-page.902fafd5.js +0 -28
- package/not-found-page.902fafd5.js.map +0 -1
- package/not-found-page.e7b67444.js +0 -23
- package/not-found-page.e7b67444.js.map +0 -1
- package/not-found.1cb663bf.js +0 -43
- package/not-found.1cb663bf.js.map +0 -1
- package/not-found.5ce327c4.js +0 -9
- package/not-found.5ce327c4.js.map +0 -1
- package/not-found.9d9f37dd.js +0 -48
- package/not-found.9d9f37dd.js.map +0 -1
- package/not-found.af0098c7.js +0 -27
- package/not-found.af0098c7.js.map +0 -1
- package/onboarding-step-card.352c1d49.js +0 -27
- package/onboarding-step-card.352c1d49.js.map +0 -1
- package/onboarding-step-card.52abb75a.js +0 -70
- package/onboarding-step-card.52abb75a.js.map +0 -1
- package/onboarding-step-card.67fc53ac.js +0 -65
- package/onboarding-step-card.67fc53ac.js.map +0 -1
- package/onboarding-step-card.8c4597f6.js +0 -9
- package/onboarding-step-card.8c4597f6.js.map +0 -1
- package/onboarding-steps.2a0694e8.js +0 -9
- package/onboarding-steps.2a0694e8.js.map +0 -1
- package/onboarding-steps.550af474.js +0 -27
- package/onboarding-steps.550af474.js.map +0 -1
- package/onboarding-steps.b037ad81.js +0 -96
- package/onboarding-steps.b037ad81.js.map +0 -1
- package/onboarding-steps.fa98ad50.js +0 -87
- package/onboarding-steps.fa98ad50.js.map +0 -1
- package/onboarding-track.0ee2ca59.js +0 -27
- package/onboarding-track.0ee2ca59.js.map +0 -1
- package/onboarding-track.e55f9898.js +0 -22
- package/onboarding-track.e55f9898.js.map +0 -1
- package/organisms.2862a1e5.js +0 -73
- package/organisms.2862a1e5.js.map +0 -1
- package/organisms.aeb64a74.js +0 -123
- package/organisms.aeb64a74.js.map +0 -1
- package/our-mission.149c95b0.js +0 -96
- package/our-mission.149c95b0.js.map +0 -1
- package/our-mission.9ae4a96a.js +0 -9
- package/our-mission.9ae4a96a.js.map +0 -1
- package/our-mission.a20e8d13.js +0 -91
- package/our-mission.a20e8d13.js.map +0 -1
- package/our-mission.fb4096c3.js +0 -27
- package/our-mission.fb4096c3.js.map +0 -1
- package/pagination.28685cf2.js +0 -27
- package/pagination.28685cf2.js.map +0 -1
- package/pagination.5e14de29.js +0 -60
- package/pagination.5e14de29.js.map +0 -1
- package/pagination.89a94205.js +0 -65
- package/pagination.89a94205.js.map +0 -1
- package/pagination.f32b21aa.js +0 -9
- package/pagination.f32b21aa.js.map +0 -1
- package/play-store-btn.a6dbd76f.js +0 -23
- package/play-store-btn.a6dbd76f.js.map +0 -1
- package/play-store-btn.ad8b7dd2.js +0 -18
- package/play-store-btn.ad8b7dd2.js.map +0 -1
- package/props.0710b254.js +0 -32
- package/props.0710b254.js.map +0 -1
- package/props.2cef34a4.js +0 -37
- package/props.2cef34a4.js.map +0 -1
- package/props.4a07a75e.js +0 -21
- package/props.4a07a75e.js.map +0 -1
- package/props.8b30a591.js +0 -16
- package/props.8b30a591.js.map +0 -1
- package/quote-icon.67ecd281.js +0 -52
- package/quote-icon.67ecd281.js.map +0 -1
- package/quote-icon.8d264a7d.js +0 -47
- package/quote-icon.8d264a7d.js.map +0 -1
- package/rating-star.1430243d.js +0 -45
- package/rating-star.1430243d.js.map +0 -1
- package/rating-star.e240992e.js +0 -40
- package/rating-star.e240992e.js.map +0 -1
- package/ratings.90a1380a.js +0 -9
- package/ratings.90a1380a.js.map +0 -1
- package/ratings.ca0f2ecc.js +0 -66
- package/ratings.ca0f2ecc.js.map +0 -1
- package/ratings.e5a5eb11.js +0 -61
- package/ratings.e5a5eb11.js.map +0 -1
- package/ratings.f943b068.js +0 -27
- package/ratings.f943b068.js.map +0 -1
- package/review-card.3dffee50.js +0 -27
- package/review-card.3dffee50.js.map +0 -1
- package/review-card.87c470b4.js +0 -92
- package/review-card.87c470b4.js.map +0 -1
- package/review-card.8c59ceac.js +0 -101
- package/review-card.8c59ceac.js.map +0 -1
- package/review-card.c37d5e84.js +0 -9
- package/review-card.c37d5e84.js.map +0 -1
- package/search-icon.07b2e698.js +0 -25
- package/search-icon.07b2e698.js.map +0 -1
- package/search-icon.74679efb.js +0 -30
- package/search-icon.74679efb.js.map +0 -1
- package/section-header.588a7e5b.js +0 -82
- package/section-header.588a7e5b.js.map +0 -1
- package/section-header.bbecc2f7.js +0 -9
- package/section-header.bbecc2f7.js.map +0 -1
- package/section-header.e2770e63.js +0 -27
- package/section-header.e2770e63.js.map +0 -1
- package/section-header.e3b6ad57.js +0 -87
- package/section-header.e3b6ad57.js.map +0 -1
- package/stat-card.2c0b0f3a.js +0 -9
- package/stat-card.2c0b0f3a.js.map +0 -1
- package/stat-card.42fd0f7f.js +0 -27
- package/stat-card.42fd0f7f.js.map +0 -1
- package/stat-card.4cf99023.js +0 -33
- package/stat-card.4cf99023.js.map +0 -1
- package/stat-card.a222e873.js +0 -38
- package/stat-card.a222e873.js.map +0 -1
- package/templates.1ecfec7e.js +0 -21
- package/templates.1ecfec7e.js.map +0 -1
- package/templates.b2662ac2.js +0 -45
- package/templates.b2662ac2.js.map +0 -1
- package/terms-of-use.15946cd5.js +0 -27
- package/terms-of-use.15946cd5.js.map +0 -1
- package/terms-of-use.2ebf9d31.js +0 -9
- package/terms-of-use.2ebf9d31.js.map +0 -1
- package/terms-of-use.8beecded.js +0 -44
- package/terms-of-use.8beecded.js.map +0 -1
- package/terms-of-use.9023a1bb.js +0 -39
- package/terms-of-use.9023a1bb.js.map +0 -1
- package/terms-section.711b28d7.js +0 -71
- package/terms-section.711b28d7.js.map +0 -1
- package/terms-section.8ec2e0f9.js +0 -9
- package/terms-section.8ec2e0f9.js.map +0 -1
- package/terms-section.b1e3bbb1.js +0 -27
- package/terms-section.b1e3bbb1.js.map +0 -1
- package/terms-section.b79c7b84.js +0 -66
- package/terms-section.b79c7b84.js.map +0 -1
- package/theme-switch.2ecdbd50.js +0 -53
- package/theme-switch.2ecdbd50.js.map +0 -1
- package/theme-switch.6eba2db7.js +0 -38
- package/theme-switch.6eba2db7.js.map +0 -1
- package/time-line.3b821588.js +0 -9
- package/time-line.3b821588.js.map +0 -1
- package/time-line.559f256b.js +0 -50
- package/time-line.559f256b.js.map +0 -1
- package/time-line.d7860edf.js +0 -27
- package/time-line.d7860edf.js.map +0 -1
- package/time-line.ea3a11c0.js +0 -55
- package/time-line.ea3a11c0.js.map +0 -1
- package/triangle-icon.662f99e6.js +0 -41
- package/triangle-icon.662f99e6.js.map +0 -1
- package/triangle-icon.8464c552.js +0 -46
- package/triangle-icon.8464c552.js.map +0 -1
- package/type.00344868.js +0 -3
- package/type.00344868.js.map +0 -1
- package/type.011230cc.js +0 -3
- package/type.011230cc.js.map +0 -1
- package/type.01933f6d.js +0 -3
- package/type.01933f6d.js.map +0 -1
- package/type.075f27a4.js +0 -3
- package/type.075f27a4.js.map +0 -1
- package/type.0a3bfe3e.js +0 -3
- package/type.0a3bfe3e.js.map +0 -1
- package/type.0e6c595f.js +0 -3
- package/type.0e6c595f.js.map +0 -1
- package/type.10062bcb.js +0 -3
- package/type.10062bcb.js.map +0 -1
- package/type.10c91fef.js +0 -14
- package/type.10c91fef.js.map +0 -1
- package/type.11326fec.js +0 -3
- package/type.11326fec.js.map +0 -1
- package/type.166683df.js +0 -3
- package/type.166683df.js.map +0 -1
- package/type.1730d83d.js +0 -29
- package/type.1730d83d.js.map +0 -1
- package/type.1757289e.js +0 -3
- package/type.1757289e.js.map +0 -1
- package/type.1a4aaedb.js +0 -3
- package/type.1a4aaedb.js.map +0 -1
- package/type.1c300111.js +0 -3
- package/type.1c300111.js.map +0 -1
- package/type.1e75766c.js +0 -3
- package/type.1e75766c.js.map +0 -1
- package/type.20225dde.js +0 -10
- package/type.20225dde.js.map +0 -1
- package/type.22445e1c.js +0 -3
- package/type.22445e1c.js.map +0 -1
- package/type.234f9e4b.js +0 -3
- package/type.234f9e4b.js.map +0 -1
- package/type.23c026db.js +0 -3
- package/type.23c026db.js.map +0 -1
- package/type.2641c373.js +0 -3
- package/type.2641c373.js.map +0 -1
- package/type.2e1efd63.js +0 -9
- package/type.2e1efd63.js.map +0 -1
- package/type.2f438c65.js +0 -3
- package/type.2f438c65.js.map +0 -1
- package/type.327ef6d6.js +0 -3
- package/type.327ef6d6.js.map +0 -1
- package/type.376153d3.js +0 -3
- package/type.376153d3.js.map +0 -1
- package/type.39724806.js +0 -3
- package/type.39724806.js.map +0 -1
- package/type.39f681bf.js +0 -3
- package/type.39f681bf.js.map +0 -1
- package/type.3c6fb1f5.js +0 -3
- package/type.3c6fb1f5.js.map +0 -1
- package/type.3ec23294.js +0 -3
- package/type.3ec23294.js.map +0 -1
- package/type.3f5881d8.js +0 -3
- package/type.3f5881d8.js.map +0 -1
- package/type.433962f7.js +0 -3
- package/type.433962f7.js.map +0 -1
- package/type.44723454.js +0 -3
- package/type.44723454.js.map +0 -1
- package/type.447ccd72.js +0 -3
- package/type.447ccd72.js.map +0 -1
- package/type.4eb7c677.js +0 -3
- package/type.4eb7c677.js.map +0 -1
- package/type.4f30409d.js +0 -3
- package/type.4f30409d.js.map +0 -1
- package/type.506dd5b4.js +0 -3
- package/type.506dd5b4.js.map +0 -1
- package/type.51db0154.js +0 -3
- package/type.51db0154.js.map +0 -1
- package/type.525129bf.js +0 -15
- package/type.525129bf.js.map +0 -1
- package/type.53130166.js +0 -9
- package/type.53130166.js.map +0 -1
- package/type.55acdc52.js +0 -3
- package/type.55acdc52.js.map +0 -1
- package/type.5652f94a.js +0 -3
- package/type.5652f94a.js.map +0 -1
- package/type.5963b9c2.js +0 -3
- package/type.5963b9c2.js.map +0 -1
- package/type.5d28d3e8.js +0 -3
- package/type.5d28d3e8.js.map +0 -1
- package/type.5df64594.js +0 -3
- package/type.5df64594.js.map +0 -1
- package/type.60e3c4c7.js +0 -14
- package/type.60e3c4c7.js.map +0 -1
- package/type.625583a2.js +0 -3
- package/type.625583a2.js.map +0 -1
- package/type.6342b95c.js +0 -3
- package/type.6342b95c.js.map +0 -1
- package/type.65c54ecd.js +0 -14
- package/type.65c54ecd.js.map +0 -1
- package/type.65d5877d.js +0 -3
- package/type.65d5877d.js.map +0 -1
- package/type.6625ff26.js +0 -3
- package/type.6625ff26.js.map +0 -1
- package/type.67f40f2a.js +0 -3
- package/type.67f40f2a.js.map +0 -1
- package/type.683595ae.js +0 -3
- package/type.683595ae.js.map +0 -1
- package/type.6ab37322.js +0 -9
- package/type.6ab37322.js.map +0 -1
- package/type.6be9b7be.js +0 -3
- package/type.6be9b7be.js.map +0 -1
- package/type.6ee5aac6.js +0 -3
- package/type.6ee5aac6.js.map +0 -1
- package/type.7198c8f2.js +0 -3
- package/type.7198c8f2.js.map +0 -1
- package/type.71ec1bfb.js +0 -3
- package/type.71ec1bfb.js.map +0 -1
- package/type.7409f794.js +0 -3
- package/type.7409f794.js.map +0 -1
- package/type.7771cf46.js +0 -3
- package/type.7771cf46.js.map +0 -1
- package/type.77eda445.js +0 -3
- package/type.77eda445.js.map +0 -1
- package/type.78885f6b.js +0 -3
- package/type.78885f6b.js.map +0 -1
- package/type.79d381a7.js +0 -9
- package/type.79d381a7.js.map +0 -1
- package/type.7a37e552.js +0 -3
- package/type.7a37e552.js.map +0 -1
- package/type.7a8e904a.js +0 -3
- package/type.7a8e904a.js.map +0 -1
- package/type.7acc67fc.js +0 -3
- package/type.7acc67fc.js.map +0 -1
- package/type.7ada1774.js +0 -3
- package/type.7ada1774.js.map +0 -1
- package/type.7d56cd6c.js +0 -3
- package/type.7d56cd6c.js.map +0 -1
- package/type.7f19db84.js +0 -3
- package/type.7f19db84.js.map +0 -1
- package/type.84004b42.js +0 -3
- package/type.84004b42.js.map +0 -1
- package/type.86c4b2e4.js +0 -3
- package/type.86c4b2e4.js.map +0 -1
- package/type.87d406bc.js +0 -15
- package/type.87d406bc.js.map +0 -1
- package/type.8bd914f4.js +0 -30
- package/type.8bd914f4.js.map +0 -1
- package/type.8d87138b.js +0 -3
- package/type.8d87138b.js.map +0 -1
- package/type.8dd3c2a6.js +0 -9
- package/type.8dd3c2a6.js.map +0 -1
- package/type.917529de.js +0 -3
- package/type.917529de.js.map +0 -1
- package/type.95b00953.js +0 -3
- package/type.95b00953.js.map +0 -1
- package/type.95ea64e6.js +0 -3
- package/type.95ea64e6.js.map +0 -1
- package/type.987d1b3f.js +0 -3
- package/type.987d1b3f.js.map +0 -1
- package/type.9a829397.js +0 -3
- package/type.9a829397.js.map +0 -1
- package/type.9a8b18fc.js +0 -3
- package/type.9a8b18fc.js.map +0 -1
- package/type.9df3e814.js +0 -3
- package/type.9df3e814.js.map +0 -1
- package/type.a48ad06b.js +0 -3
- package/type.a48ad06b.js.map +0 -1
- package/type.a711ae73.js +0 -3
- package/type.a711ae73.js.map +0 -1
- package/type.a8044de2.js +0 -3
- package/type.a8044de2.js.map +0 -1
- package/type.b065d080.js +0 -3
- package/type.b065d080.js.map +0 -1
- package/type.b1550812.js +0 -3
- package/type.b1550812.js.map +0 -1
- package/type.b686e6f4.js +0 -3
- package/type.b686e6f4.js.map +0 -1
- package/type.b8da9622.js +0 -3
- package/type.b8da9622.js.map +0 -1
- package/type.b995acef.js +0 -3
- package/type.b995acef.js.map +0 -1
- package/type.bd3939c7.js +0 -3
- package/type.bd3939c7.js.map +0 -1
- package/type.bdec6da0.js +0 -3
- package/type.bdec6da0.js.map +0 -1
- package/type.c9d8fa27.js +0 -3
- package/type.c9d8fa27.js.map +0 -1
- package/type.cca7d104.js +0 -25
- package/type.cca7d104.js.map +0 -1
- package/type.d2861447.js +0 -3
- package/type.d2861447.js.map +0 -1
- package/type.d7e1b75d.js +0 -14
- package/type.d7e1b75d.js.map +0 -1
- package/type.d8e0e6fc.js +0 -3
- package/type.d8e0e6fc.js.map +0 -1
- package/type.d8ee1b17.js +0 -14
- package/type.d8ee1b17.js.map +0 -1
- package/type.de929450.js +0 -3
- package/type.de929450.js.map +0 -1
- package/type.dfcc6df7.js +0 -3
- package/type.dfcc6df7.js.map +0 -1
- package/type.e9adae1a.js +0 -3
- package/type.e9adae1a.js.map +0 -1
- package/type.eef8259b.js +0 -3
- package/type.eef8259b.js.map +0 -1
- package/type.f7f8c69e.js +0 -3
- package/type.f7f8c69e.js.map +0 -1
- package/type.fa085bea.js +0 -3
- package/type.fa085bea.js.map +0 -1
- package/type.fab32c4d.js +0 -3
- package/type.fab32c4d.js.map +0 -1
- package/type.fb3768ab.js +0 -3
- package/type.fb3768ab.js.map +0 -1
- package/type.fe8fbc9e.js +0 -21
- package/type.fe8fbc9e.js.map +0 -1
- package/type.fef24441.js +0 -23
- package/type.fef24441.js.map +0 -1
- package/types.d.ts +0 -612
- package/types.d.ts.map +0 -1
- package/typography.31bcd6f1.js +0 -37
- package/typography.31bcd6f1.js.map +0 -1
- package/typography.760fac60.js +0 -9
- package/typography.760fac60.js.map +0 -1
- package/typography.7db9ac89.js +0 -42
- package/typography.7db9ac89.js.map +0 -1
- package/typography.9f907467.js +0 -27
- package/typography.9f907467.js.map +0 -1
- package/use-isvisibile-hook.83f8c7c0.js +0 -39
- package/use-isvisibile-hook.83f8c7c0.js.map +0 -1
- package/use-isvisibile-hook.bb008f5e.js +0 -44
- package/use-isvisibile-hook.bb008f5e.js.map +0 -1
- package/user-card.1813401b.js +0 -146
- package/user-card.1813401b.js.map +0 -1
- package/user-card.9e8ecc1f.js +0 -27
- package/user-card.9e8ecc1f.js.map +0 -1
- package/user-card.9fcfb1a5.js +0 -9
- package/user-card.9fcfb1a5.js.map +0 -1
- package/user-card.d7160930.js +0 -155
- package/user-card.d7160930.js.map +0 -1
- package/user-cards-grid.4e543bcb.js +0 -32
- package/user-cards-grid.4e543bcb.js.map +0 -1
- package/user-cards-grid.5bb27c48.js +0 -9
- package/user-cards-grid.5bb27c48.js.map +0 -1
- package/user-cards-grid.82d75f35.js +0 -37
- package/user-cards-grid.82d75f35.js.map +0 -1
- package/user-cards-grid.dbb4174b.js +0 -27
- package/user-cards-grid.dbb4174b.js.map +0 -1
- package/user-detail-banner.728ede73.js +0 -9
- package/user-detail-banner.728ede73.js.map +0 -1
- package/user-detail-banner.a8f7e59d.js +0 -38
- package/user-detail-banner.a8f7e59d.js.map +0 -1
- package/user-detail-banner.c0050336.js +0 -27
- package/user-detail-banner.c0050336.js.map +0 -1
- package/user-detail-banner.d065792f.js +0 -43
- package/user-detail-banner.d065792f.js.map +0 -1
- package/user-details.0b97e0ca.js +0 -116
- package/user-details.0b97e0ca.js.map +0 -1
- package/user-details.1d16961a.js +0 -111
- package/user-details.1d16961a.js.map +0 -1
- package/user-details.650f9959.js +0 -9
- package/user-details.650f9959.js.map +0 -1
- package/user-details.78b3c71c.js +0 -27
- package/user-details.78b3c71c.js.map +0 -1
- package/user-lists.1e9234d5.js +0 -27
- package/user-lists.1e9234d5.js.map +0 -1
- package/user-lists.b3b07c30.js +0 -35
- package/user-lists.b3b07c30.js.map +0 -1
- package/user-lists.f332d17d.js +0 -40
- package/user-lists.f332d17d.js.map +0 -1
- package/user-lists.fc190a30.js +0 -9
- package/user-lists.fc190a30.js.map +0 -1
- package/users-list-explore.158252b3.js +0 -65
- package/users-list-explore.158252b3.js.map +0 -1
- package/users-list-explore.c753c531.js +0 -9
- package/users-list-explore.c753c531.js.map +0 -1
- package/users-list-explore.df7a1275.js +0 -60
- package/users-list-explore.df7a1275.js.map +0 -1
- package/users-list-explore.f5f66ea6.js +0 -27
- package/users-list-explore.f5f66ea6.js.map +0 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";
|
|
3
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5
|
+
};
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.BreadCrumbs = void 0;
|
|
8
|
+
var react_1 = __importDefault(require("react"));
|
|
9
|
+
var link_1 = __importDefault(require("next/link"));
|
|
10
|
+
var navigation_1 = require("next/navigation");
|
|
11
|
+
var solid_1 = require("@heroicons/react/24/solid");
|
|
12
|
+
var home_icon_1 = require("../../atoms/home-icon");
|
|
13
|
+
var formatCrumb = function (crumb) {
|
|
14
|
+
return crumb
|
|
15
|
+
.split('-')
|
|
16
|
+
.map(function (word) { return word.charAt(0).toUpperCase() + word.slice(1); })
|
|
17
|
+
.join(' ');
|
|
18
|
+
};
|
|
19
|
+
var BreadCrumbs = function (_a) {
|
|
20
|
+
var pathname = _a.pathname;
|
|
21
|
+
var currentPathname = (0, navigation_1.usePathname)();
|
|
22
|
+
var breadcrumbs = pathname === null || pathname === void 0 ? void 0 : pathname.split('/').filter(Boolean);
|
|
23
|
+
return (react_1.default.createElement("nav", { "aria-label": "Breadcrumb", className: "text-xs lg:text-sm" },
|
|
24
|
+
react_1.default.createElement("ol", { className: "flex flex-wrap items-center" },
|
|
25
|
+
react_1.default.createElement("li", { className: "flex items-center" },
|
|
26
|
+
react_1.default.createElement(link_1.default, { href: "/", className: "flex items-center gap-2 text-gray-500 hover:text-gray-700 hover:underline" },
|
|
27
|
+
react_1.default.createElement(home_icon_1.HomeIcon, { className: "size-6", "aria-hidden": "true" }),
|
|
28
|
+
react_1.default.createElement("span", { className: "text-xs text-primary lg:text-sm" }, "Home"))), breadcrumbs === null || breadcrumbs === void 0 ? void 0 :
|
|
29
|
+
breadcrumbs.map(function (crumb, index) {
|
|
30
|
+
var href = "/".concat(breadcrumbs.slice(0, index + 1).join('/'));
|
|
31
|
+
var isLast = index === breadcrumbs.length - 1;
|
|
32
|
+
var isActive = currentPathname === href;
|
|
33
|
+
return (react_1.default.createElement("li", { key: href, className: "flex items-center text-xs lg:text-sm" },
|
|
34
|
+
react_1.default.createElement(solid_1.ChevronRightIcon, { className: "mx-1 h-4 w-4 flex-shrink-0 text-gray-400 lg:mx-2", "aria-hidden": "true" }),
|
|
35
|
+
isLast || isActive ? (react_1.default.createElement("span", { className: "font-normal text-slate-500", "aria-current": "page" }, formatCrumb(crumb))) : (react_1.default.createElement(link_1.default, { href: href, className: "text-primary hover:text-gray-700 hover:underline" }, formatCrumb(crumb)))));
|
|
36
|
+
}))));
|
|
37
|
+
};
|
|
38
|
+
exports.BreadCrumbs = BreadCrumbs;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./breadcrumbs"), exports);
|
|
18
|
+
__exportStar(require("./type"), exports);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AppStoreButton = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var app_store_icon_1 = require("../../atoms/app-store-icon");
|
|
9
|
+
var AppStoreButton = function (_a) {
|
|
10
|
+
var handleOnClick = _a.handleOnClick;
|
|
11
|
+
return (react_1.default.createElement("button", { onClick: handleOnClick, className: "h-fit rounded-sm bg-slate-800 bg-opacity-95 px-4 py-2 transition-all duration-300 ease-in-out hover:scale-105 lg:px-7 lg:py-3" },
|
|
12
|
+
react_1.default.createElement(app_store_icon_1.AppStoreIcon, null)));
|
|
13
|
+
};
|
|
14
|
+
exports.AppStoreButton = AppStoreButton;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
var _a, _b, _c, _d;
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.Button = void 0;
|
|
8
|
+
var react_1 = __importDefault(require("react"));
|
|
9
|
+
var solid_1 = require("@heroicons/react/24/solid");
|
|
10
|
+
var type_1 = require("./type");
|
|
11
|
+
var colorMap = (_a = {},
|
|
12
|
+
_a[type_1.BUTTON_TYPES.PRIMARY] = 'bg-primary text-white transition-all ease-in-out duration-300',
|
|
13
|
+
_a[type_1.BUTTON_TYPES.SECONDARY] = 'bg-secondary text-white transition-all ease-in-out duration-300',
|
|
14
|
+
_a[type_1.BUTTON_TYPES.TERTIARY] = 'border-[1px] border-gray-300 text-tertiary bg-transparent transition-all ease-in-out duration-300',
|
|
15
|
+
_a[type_1.BUTTON_TYPES.QUATERNARY] = 'bg-[#7F9ED6] text-white transition-all ease-in-out duration-300',
|
|
16
|
+
_a[type_1.BUTTON_TYPES.LOADING] = 'bg-gray-400 text-white',
|
|
17
|
+
_a[type_1.BUTTON_TYPES.SUCCESS] = 'bg-green-500 text-white',
|
|
18
|
+
_a[type_1.BUTTON_TYPES.ERROR] = 'bg-red-500 text-white',
|
|
19
|
+
_a[type_1.BUTTON_TYPES.ICON] = 'bg-red-500 text-white',
|
|
20
|
+
_a[type_1.BUTTON_TYPES.TEXT] = 'bg-transparent text-slate-900/90 lg:px-0 lg:py-0',
|
|
21
|
+
_a);
|
|
22
|
+
var outlinedColorMap = (_b = {},
|
|
23
|
+
_b[type_1.BUTTON_TYPES.PRIMARY] = 'border-[1px] border-primary text-primary bg-transparent hover:bg-primary hover:text-secondary',
|
|
24
|
+
_b[type_1.BUTTON_TYPES.SECONDARY] = 'border-[1px] border-secondary text-secondary bg-transparent hover:bg-secondary hover:text-white',
|
|
25
|
+
_b[type_1.BUTTON_TYPES.QUATERNARY] = 'border-[1px] border-[#7F9ED6] text-[#7F9ED6] bg-transparent hover:bg-[#7F9ED6] hover:text-white',
|
|
26
|
+
_b[type_1.BUTTON_TYPES.TERTIARY] = 'border-[1px] border-gray-300 text-tertiary ',
|
|
27
|
+
_b[type_1.BUTTON_TYPES.SUCCESS] = '',
|
|
28
|
+
_b[type_1.BUTTON_TYPES.ERROR] = '',
|
|
29
|
+
_b[type_1.BUTTON_TYPES.LOADING] = '',
|
|
30
|
+
_b[type_1.BUTTON_TYPES.ICON] = '',
|
|
31
|
+
_b[type_1.BUTTON_TYPES.TEXT] = '',
|
|
32
|
+
_b);
|
|
33
|
+
var hoverMap = (_c = {},
|
|
34
|
+
_c[type_1.BUTTON_TYPES.PRIMARY] = 'hover:bg-transparent border-[1px] border-primary hover:border-primary hover:text-primary',
|
|
35
|
+
_c[type_1.BUTTON_TYPES.SECONDARY] = 'hover:bg-transparent border-[1px] border-secondary hover:border-secondary hover:text-secondary',
|
|
36
|
+
_c[type_1.BUTTON_TYPES.QUATERNARY] = 'hover:bg-transparent border-[1px] border-[#7F9ED6] hover:border-[#7F9ED6] hover:text-[#7F9ED6]',
|
|
37
|
+
_c[type_1.BUTTON_TYPES.TERTIARY] = 'hover:bg-tertiary hover:text-white',
|
|
38
|
+
_c[type_1.BUTTON_TYPES.ERROR] = '',
|
|
39
|
+
_c[type_1.BUTTON_TYPES.SUCCESS] = '',
|
|
40
|
+
_c[type_1.BUTTON_TYPES.LOADING] = '',
|
|
41
|
+
_c[type_1.BUTTON_TYPES.ICON] = '',
|
|
42
|
+
_c[type_1.BUTTON_TYPES.TEXT] = 'hover:text-primary',
|
|
43
|
+
_c);
|
|
44
|
+
var sizeMap = (_d = {},
|
|
45
|
+
_d[type_1.BUTTON_SIZES.SM] = 'text-base font-medium lg:px-6 lg:py-2 px-4 py-1',
|
|
46
|
+
_d[type_1.BUTTON_SIZES.MD] = 'text-md lg:px-8 lg:py-4 px-6 py-2',
|
|
47
|
+
_d[type_1.BUTTON_SIZES.LG] = 'text-lg lg:px-10 lg:py-5 px-8 py-3',
|
|
48
|
+
_d[type_1.BUTTON_SIZES.XL] = 'text-xl font-medium lg:px-10 lg:py-5 px-8 py-3',
|
|
49
|
+
_d);
|
|
50
|
+
var Button = function (_a) {
|
|
51
|
+
var _b = _a.disabled, disabled = _b === void 0 ? false : _b, handleOnClick = _a.handleOnClick, iconPrefix = _a.iconPrefix, iconSuffix = _a.iconSuffix, label = _a.label, _c = _a.outlined, outlined = _c === void 0 ? false : _c, _d = _a.size, size = _d === void 0 ? type_1.BUTTON_SIZES.MD : _d, type = _a.type;
|
|
52
|
+
var disabledStyles = 'opacity-50 cursor-not-allowed';
|
|
53
|
+
var buttonClasses = "flex items-center justify-center gap-2 rounded-md w-[100%] ".concat(outlined ? outlinedColorMap[type] : colorMap[type], " ").concat(disabled || type === type_1.BUTTON_TYPES.LOADING
|
|
54
|
+
? disabledStyles
|
|
55
|
+
: type === type_1.BUTTON_TYPES.SUCCESS || type === type_1.BUTTON_TYPES.ERROR
|
|
56
|
+
? ''
|
|
57
|
+
: hoverMap[type], " ").concat(sizeMap[size]);
|
|
58
|
+
var renderContent = function () {
|
|
59
|
+
if (type === type_1.BUTTON_TYPES.LOADING) {
|
|
60
|
+
return (react_1.default.createElement("div", { className: "flex min-w-32 items-center justify-center gap-2" },
|
|
61
|
+
react_1.default.createElement(solid_1.ArrowPathIcon, { className: "size-6 animate-spin" })));
|
|
62
|
+
}
|
|
63
|
+
if (type === type_1.BUTTON_TYPES.SUCCESS) {
|
|
64
|
+
return (react_1.default.createElement("div", { className: "flex min-w-32 items-center justify-center gap-2" },
|
|
65
|
+
react_1.default.createElement(solid_1.CheckIcon, { className: "size-6" })));
|
|
66
|
+
}
|
|
67
|
+
if (type === type_1.BUTTON_TYPES.ERROR) {
|
|
68
|
+
return (react_1.default.createElement("div", { className: "flex min-w-32 items-center justify-center gap-2" },
|
|
69
|
+
react_1.default.createElement(solid_1.XMarkIcon, { className: "size-6" })));
|
|
70
|
+
}
|
|
71
|
+
return (react_1.default.createElement("div", { className: "flex w-[100%] items-center justify-center gap-2" },
|
|
72
|
+
iconPrefix,
|
|
73
|
+
type === type_1.BUTTON_TYPES.ICON ? null : label,
|
|
74
|
+
iconSuffix));
|
|
75
|
+
};
|
|
76
|
+
return (react_1.default.createElement("button", { className: buttonClasses, onClick: !disabled && type !== type_1.BUTTON_TYPES.LOADING ? handleOnClick : undefined, disabled: disabled || type === type_1.BUTTON_TYPES.LOADING }, renderContent()));
|
|
77
|
+
};
|
|
78
|
+
exports.Button = Button;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./button"), exports);
|
|
18
|
+
__exportStar(require("./type"), exports);
|
|
19
|
+
__exportStar(require("./app-store-btn"), exports);
|
|
20
|
+
__exportStar(require("./play-store-btn"), exports);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.PlayStoreButton = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var google_play_icon_1 = require("../../atoms/google-play-icon");
|
|
9
|
+
var PlayStoreButton = function (_a) {
|
|
10
|
+
var handleOnClick = _a.handleOnClick;
|
|
11
|
+
return (react_1.default.createElement("button", { onClick: handleOnClick, className: "h-fit rounded-sm bg-slate-800 bg-opacity-95 px-4 py-2 transition-all duration-300 ease-in-out hover:scale-105 lg:px-7 lg:py-3" },
|
|
12
|
+
react_1.default.createElement(google_play_icon_1.GooglePlayIcon, null)));
|
|
13
|
+
};
|
|
14
|
+
exports.PlayStoreButton = PlayStoreButton;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.PlayStoreBtnProps = exports.buttonProps = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var type_1 = require("./type");
|
|
9
|
+
exports.buttonProps = {
|
|
10
|
+
disabled: false,
|
|
11
|
+
handleOnClick: function () { return console.log('handleOnClick'); },
|
|
12
|
+
iconPrefix: (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", className: "size-6" },
|
|
13
|
+
react_1.default.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" }))),
|
|
14
|
+
iconSuffix: (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", className: "size-6" },
|
|
15
|
+
react_1.default.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" }))),
|
|
16
|
+
label: 'Send',
|
|
17
|
+
size: type_1.BUTTON_SIZES.SM,
|
|
18
|
+
type: type_1.BUTTON_TYPES.PRIMARY,
|
|
19
|
+
outlined: true,
|
|
20
|
+
};
|
|
21
|
+
exports.PlayStoreBtnProps = {
|
|
22
|
+
handleOnClick: function () { return void 0; },
|
|
23
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
export declare enum BUTTON_TYPES {
|
|
3
|
+
PRIMARY = "PRIMARY",
|
|
4
|
+
SECONDARY = "SECONDARY",
|
|
5
|
+
TERTIARY = "TERTIARY",
|
|
6
|
+
QUATERNARY = "QUATERNARY",
|
|
7
|
+
LOADING = "LOADING",
|
|
8
|
+
SUCCESS = "SUCCESS",
|
|
9
|
+
ERROR = "ERROR",
|
|
10
|
+
ICON = "ICON",
|
|
11
|
+
TEXT = "TEXT"
|
|
12
|
+
}
|
|
13
|
+
export declare enum BUTTON_SIZES {
|
|
14
|
+
SM = "SM",
|
|
15
|
+
MD = "MD",
|
|
16
|
+
LG = "LG",
|
|
17
|
+
XL = "XL"
|
|
18
|
+
}
|
|
19
|
+
export interface ButtonProps {
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
handleOnClick: () => void;
|
|
22
|
+
iconPrefix?: ReactElement;
|
|
23
|
+
iconSuffix?: ReactElement;
|
|
24
|
+
label?: string;
|
|
25
|
+
size?: BUTTON_SIZES;
|
|
26
|
+
type: BUTTON_TYPES;
|
|
27
|
+
outlined?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export interface AppButtonProps {
|
|
30
|
+
handleOnClick: () => void;
|
|
31
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BUTTON_SIZES = exports.BUTTON_TYPES = void 0;
|
|
4
|
+
var BUTTON_TYPES;
|
|
5
|
+
(function (BUTTON_TYPES) {
|
|
6
|
+
BUTTON_TYPES["PRIMARY"] = "PRIMARY";
|
|
7
|
+
BUTTON_TYPES["SECONDARY"] = "SECONDARY";
|
|
8
|
+
BUTTON_TYPES["TERTIARY"] = "TERTIARY";
|
|
9
|
+
BUTTON_TYPES["QUATERNARY"] = "QUATERNARY";
|
|
10
|
+
BUTTON_TYPES["LOADING"] = "LOADING";
|
|
11
|
+
BUTTON_TYPES["SUCCESS"] = "SUCCESS";
|
|
12
|
+
BUTTON_TYPES["ERROR"] = "ERROR";
|
|
13
|
+
BUTTON_TYPES["ICON"] = "ICON";
|
|
14
|
+
BUTTON_TYPES["TEXT"] = "TEXT";
|
|
15
|
+
})(BUTTON_TYPES || (exports.BUTTON_TYPES = BUTTON_TYPES = {}));
|
|
16
|
+
var BUTTON_SIZES;
|
|
17
|
+
(function (BUTTON_SIZES) {
|
|
18
|
+
BUTTON_SIZES["SM"] = "SM";
|
|
19
|
+
BUTTON_SIZES["MD"] = "MD";
|
|
20
|
+
BUTTON_SIZES["LG"] = "LG";
|
|
21
|
+
BUTTON_SIZES["XL"] = "XL";
|
|
22
|
+
})(BUTTON_SIZES || (exports.BUTTON_SIZES = BUTTON_SIZES = {}));
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
3
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
4
|
+
if (ar || !(i in from)) {
|
|
5
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
6
|
+
ar[i] = from[i];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
10
|
+
};
|
|
11
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ButtonGroup = void 0;
|
|
16
|
+
var react_1 = __importDefault(require("react"));
|
|
17
|
+
var filter_icon_1 = require("../../atoms/filter-icon");
|
|
18
|
+
var typography_1 = require("../typography");
|
|
19
|
+
var ButtonGroup = function (_a) {
|
|
20
|
+
var buttonsList = _a.buttonsList, activeIndex = _a.activeIndex, onFilterBtnClick = _a.onFilterBtnClick, _b = _a.numberOfFilters, numberOfFilters = _b === void 0 ? 0 : _b;
|
|
21
|
+
var activeStyles = 'text-primary bg-primary/20';
|
|
22
|
+
var nonActiveStyles = 'text-gray-700';
|
|
23
|
+
var maxButtonsLimit = 10;
|
|
24
|
+
var filterButton = {
|
|
25
|
+
label: 'Filter',
|
|
26
|
+
handleOnClick: function () { return onFilterBtnClick(); },
|
|
27
|
+
borderColor: numberOfFilters !== 0 ? '#B880F1' : '#D9D9D9',
|
|
28
|
+
iconPrefix: react_1.default.createElement(filter_icon_1.FilterIcon, { className: "size-4" }),
|
|
29
|
+
iconSuffix: numberOfFilters === 0 ? (react_1.default.createElement(react_1.default.Fragment, null)) : (react_1.default.createElement("div", { className: "flex size-9 items-center justify-center rounded-full bg-primary/80 text-white" },
|
|
30
|
+
react_1.default.createElement(typography_1.Typography, { variant: typography_1.TYPOGRAPHY_VARIANTS.P1 }, numberOfFilters))),
|
|
31
|
+
};
|
|
32
|
+
var visibleButtons = buttonsList.slice(0, maxButtonsLimit - 1);
|
|
33
|
+
if (buttonsList.length >= maxButtonsLimit) {
|
|
34
|
+
visibleButtons = buttonsList.slice(0, maxButtonsLimit - 1);
|
|
35
|
+
}
|
|
36
|
+
var extendedButtonsList = __spreadArray(__spreadArray([], visibleButtons, true), [filterButton], false);
|
|
37
|
+
return (react_1.default.createElement("div", { className: "flex w-fit flex-wrap gap-3" }, extendedButtonsList.slice(0, maxButtonsLimit).map(function (button, index) {
|
|
38
|
+
var isActive = index === activeIndex;
|
|
39
|
+
return (react_1.default.createElement("button", { key: index, onClick: function () { return button.handleOnClick(index); }, className: "flex max-h-16 items-center justify-center gap-3 rounded-full px-5 py-3 text-base font-medium transition-all duration-300 ease-in-out hover:text-primary lg:px-10 lg:py-5 ".concat(isActive ? activeStyles : nonActiveStyles), style: {
|
|
40
|
+
border: "1px solid ".concat(isActive ? '#B880F1' : button.borderColor || '#D9D9D9'),
|
|
41
|
+
} },
|
|
42
|
+
button.iconPrefix,
|
|
43
|
+
button.label,
|
|
44
|
+
button.iconSuffix));
|
|
45
|
+
})));
|
|
46
|
+
};
|
|
47
|
+
exports.ButtonGroup = ButtonGroup;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./button-group"), exports);
|
|
18
|
+
__exportStar(require("./type"), exports);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.buttonGroupProps = void 0;
|
|
4
|
+
exports.buttonGroupProps = {
|
|
5
|
+
buttonsList: [
|
|
6
|
+
{
|
|
7
|
+
handleOnClick: function () { return console.log('handleOnClick'); },
|
|
8
|
+
label: 'Career and Work',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
handleOnClick: function () { return console.log('handleOnClick'); },
|
|
12
|
+
label: 'Career and Work',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
handleOnClick: function () { return console.log('handleOnClick'); },
|
|
16
|
+
label: 'Career and Work',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
handleOnClick: function () { return console.log('handleOnClick'); },
|
|
20
|
+
label: 'Career and Work',
|
|
21
|
+
},
|
|
22
|
+
],
|
|
23
|
+
activeIndex: 1,
|
|
24
|
+
onFilterBtnClick: function () { return void 0; },
|
|
25
|
+
numberOfFilters: 3,
|
|
26
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
export interface ButtonGroupItem {
|
|
3
|
+
handleOnClick: (index: number) => void;
|
|
4
|
+
iconPrefix?: ReactElement;
|
|
5
|
+
iconSuffix?: ReactElement;
|
|
6
|
+
label?: string;
|
|
7
|
+
borderColor?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface ButtonGroupProps {
|
|
10
|
+
buttonsList: ButtonGroupItem[];
|
|
11
|
+
activeIndex: number;
|
|
12
|
+
onFilterBtnClick: () => void;
|
|
13
|
+
numberOfFilters?: number;
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CoreValuesCard = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var typography_1 = require("../typography");
|
|
9
|
+
var CoreValuesCard = function (_a) {
|
|
10
|
+
var icon = _a.icon, heading = _a.heading, description = _a.description;
|
|
11
|
+
return (react_1.default.createElement("div", { className: "w-fit rounded-sm bg-white p-12 transition-all duration-300 ease-in-out hover:scale-105" },
|
|
12
|
+
react_1.default.createElement("div", { className: "relative" },
|
|
13
|
+
react_1.default.createElement("div", { className: "absolute -left-2 -top-4 size-10 rounded-full bg-[#B689E51A]" }),
|
|
14
|
+
react_1.default.createElement("div", { className: "ml-1" }, icon)),
|
|
15
|
+
react_1.default.createElement("div", { className: "mt-7" },
|
|
16
|
+
react_1.default.createElement("div", { className: "" },
|
|
17
|
+
react_1.default.createElement(typography_1.Typography, { variant: typography_1.TYPOGRAPHY_VARIANTS.H3 }, heading)),
|
|
18
|
+
react_1.default.createElement("div", { className: "mt-4 text-slate-400" },
|
|
19
|
+
react_1.default.createElement(typography_1.Typography, { variant: typography_1.TYPOGRAPHY_VARIANTS.H6 }, description)))));
|
|
20
|
+
};
|
|
21
|
+
exports.CoreValuesCard = CoreValuesCard;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./core-values-card"), exports);
|
|
18
|
+
__exportStar(require("./type"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.coreValuesCardData = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var brief_case_icon_1 = require("../../atoms/brief-case-icon");
|
|
9
|
+
exports.coreValuesCardData = {
|
|
10
|
+
icon: react_1.default.createElement(brief_case_icon_1.BriefCaseIcon, { className: 'size-10' }),
|
|
11
|
+
heading: 'Team work',
|
|
12
|
+
description: 'Lorem ipsum dolor sit amet, consectetu adipiscing elit eque dolor.',
|
|
13
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.HorizontalDivider = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var HorizontalDivider = function () {
|
|
9
|
+
return react_1.default.createElement("hr", { className: "border-[0.5px] border-[#DADADA]" });
|
|
10
|
+
};
|
|
11
|
+
exports.HorizontalDivider = HorizontalDivider;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './horizontal-divider';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./horizontal-divider"), exports);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
var _a;
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.HoroscopeCard = void 0;
|
|
8
|
+
var react_1 = __importDefault(require("react"));
|
|
9
|
+
var typography_1 = require("../typography");
|
|
10
|
+
var type_1 = require("./type");
|
|
11
|
+
var sizeMap = (_a = {},
|
|
12
|
+
_a[type_1.HOROSCOPE_CARD_SIZES.MD] = 'mb-8 mt-5',
|
|
13
|
+
_a[type_1.HOROSCOPE_CARD_SIZES.SM] = 'my-3',
|
|
14
|
+
_a);
|
|
15
|
+
var HoroscopeCard = function (_a) {
|
|
16
|
+
var cardHeading = _a.cardHeading, cardIcon = _a.cardIcon, handleCardOnClick = _a.handleCardOnClick, _b = _a.cardSize, cardSize = _b === void 0 ? type_1.HOROSCOPE_CARD_SIZES.MD : _b;
|
|
17
|
+
return (react_1.default.createElement("div", { className: "group w-full cursor-pointer overflow-hidden rounded-xl border-[1px] border-gray-300 transition-all duration-300 ease-in-out hover:scale-[1.01] hover:border-purple-400/70", onClick: handleCardOnClick },
|
|
18
|
+
react_1.default.createElement("div", { className: "flex justify-center rounded-xl bg-purple-300/50 p-4 transition-colors group-hover:bg-purple-400/70 ".concat(cardSize === type_1.HOROSCOPE_CARD_SIZES.SM ? 'lg:4 p-2' : 'md:p-8 lg:p-12', " ") }, cardIcon),
|
|
19
|
+
react_1.default.createElement("div", { className: "text-center ".concat(sizeMap[cardSize]) },
|
|
20
|
+
react_1.default.createElement(typography_1.Typography, { variant: typography_1.TYPOGRAPHY_VARIANTS.H5 }, cardHeading))));
|
|
21
|
+
};
|
|
22
|
+
exports.HoroscopeCard = HoroscopeCard;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./horoscope-card"), exports);
|
|
18
|
+
__exportStar(require("./type"), exports);
|