@mycause/ui 0.0.0-c9beb99b → 0.0.0-c9cc3b00
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/README.md +17 -0
- package/dist/components/anchor/anchor.d.ts +1 -1
- package/dist/components/anchor/anchor.stories.d.ts +2 -2
- package/dist/components/anchor/bold-anchor.d.ts +1 -1
- package/dist/components/anchor/bold-anchor.stories.d.ts +2 -2
- package/dist/components/avatar/avatar.d.ts +3 -3
- package/dist/components/avatar/avatar.stories.d.ts +3 -3
- package/dist/components/avatar/image-avatar.d.ts +1 -1
- package/dist/components/avatar/ipet-photo-CfDAo3C3bvQ-unsplash.jpg +0 -0
- package/dist/components/avatar/text-avatar.d.ts +1 -1
- package/dist/components/button/button.d.ts +2 -2
- package/dist/components/button/button.stories.d.ts +10 -10
- package/dist/components/button-select/button-select.d.ts +1 -1
- package/dist/components/button-select/button-select.stories.d.ts +2 -2
- package/dist/components/campaign-card/campaign-card.d.ts +2 -2
- package/dist/components/campaign-card/campaign-card.stories.d.ts +3 -3
- package/dist/components/campaign-card/test-image.svg +10 -0
- package/dist/components/campaign-of-month/campaign-of-month.d.ts +1 -1
- package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +3 -3
- package/dist/components/campaign-of-month/image.png +0 -0
- package/dist/components/charity-card/arrow.svg +3 -0
- package/dist/components/charity-card/charity-card.d.ts +2 -2
- package/dist/components/charity-card/charity-card.stories.d.ts +3 -3
- package/dist/components/charity-tags-filter-button/FilterIcon.d.ts +6 -0
- package/dist/components/charity-tags-filter-button/charity-tags-filter-button.d.ts +36 -0
- package/dist/components/charity-tags-filter-button/charity-tags-filter-button.stories.d.ts +12 -0
- package/dist/components/charity-tags-filter-button/index.d.ts +1 -0
- package/dist/components/checkbox/checkbox.d.ts +1 -1
- package/dist/components/checkbox/checkbox.stories.d.ts +4 -4
- package/dist/components/chips/chip.d.ts +2 -2
- package/dist/components/chips/chips.d.ts +2 -2
- package/dist/components/chips/chips.stories.d.ts +4 -4
- package/dist/components/chips/input-chips.d.ts +1 -1
- package/dist/components/chips/input-chips.stories.d.ts +2 -2
- package/dist/components/collapse/collapse.d.ts +21 -0
- package/dist/components/collapse/collapse.stories.d.ts +19 -0
- package/dist/components/collapse/icons.d.ts +5 -0
- package/dist/components/collapse/index.d.ts +1 -0
- package/dist/components/combo-field/combo-field-expander.d.ts +1 -1
- package/dist/components/combo-field/combo-field.d.ts +1 -1
- package/dist/components/combo-field/combo-field.stories.d.ts +3 -3
- package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +3 -3
- package/dist/components/comment-section/comment-section-v2/icons/add-feel-icon.svg +8 -0
- package/dist/components/comment-section/comment-section-v2/icons/expand-icon.svg +3 -0
- package/dist/components/comment-section/comment-section-v2/icons/heart-icon.svg +9 -0
- package/dist/components/comment-section/comment-section-v2/icons/like-icon.svg +9 -0
- package/dist/components/comment-section/comment-section-v2/icons/reply-icon.svg +8 -0
- package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +4 -4
- package/dist/components/comment-section/comment-section.d.ts +2 -11
- package/dist/components/comment-section/comment-section.stories.d.ts +3 -3
- package/dist/components/comment-section/comment-type.d.ts +10 -0
- package/dist/components/comment-section/index.d.ts +1 -1
- package/dist/components/comment-section/sub-comments.d.ts +4 -4
- package/dist/components/cropper/cat.jpeg +0 -0
- package/dist/components/cropper/cropper.d.ts +1 -1
- package/dist/components/cropper/cropper.stories.d.ts +2 -2
- package/dist/components/date-picker/date-picker.d.ts +1 -1
- package/dist/components/date-picker/date-picker.stories.d.ts +6 -6
- package/dist/components/date-picker/index.d.ts +1 -1
- package/dist/components/date-picker/single-date-picker-custom-header.d.ts +2 -2
- package/dist/components/date-picker/single-date-picker.d.ts +3 -2
- package/dist/components/donate-card/donate-card.d.ts +2 -2
- package/dist/components/donate-card/donate-card.stories.d.ts +3 -3
- package/dist/components/donation-form/donation-details.d.ts +1 -1
- package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +2 -2
- package/dist/components/donation-form/donation-form-v2/icon/share.svg +10 -0
- package/dist/components/donation-form/donation-form.d.ts +2 -2
- package/dist/components/donation-form/donation-form.stories.d.ts +3 -3
- package/dist/components/donation-form/donation-payment.d.ts +2 -2
- package/dist/components/donation-form/donation-select.d.ts +2 -2
- package/dist/components/elevation/elevation.d.ts +1 -1
- package/dist/components/elevation/elevation.stories.d.ts +2 -2
- package/dist/components/favorite-charity-item/charitytest.png +0 -0
- package/dist/components/favorite-charity-item/favorite-charity-item.stories.d.ts +3 -3
- package/dist/components/favorite-charity-item/mycause-logo-icon.svg +1 -0
- package/dist/components/favorite-charity-item/showmorecharity.png +0 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +2 -2
- package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +3 -3
- package/dist/components/featured-campaign-card/test-image.svg +9 -0
- package/dist/components/field-helpers/field-helper-text.d.ts +2 -2
- package/dist/components/field-helpers/field-label.d.ts +1 -1
- package/dist/components/footerV2/footerV2.d.ts +2 -2
- package/dist/components/footerV2/footerV2.stories.d.ts +2 -2
- package/dist/components/footerV2/icon/arrow-right-white.svg +1 -0
- package/dist/components/footerV2/icon/icon-bigger.svg +3 -0
- package/dist/components/footerV2/icon/icon-facebook.svg +3 -0
- package/dist/components/footerV2/icon/icon-instagram.svg +3 -0
- package/dist/components/footerV2/icon/icon-linkedin.svg +3 -0
- package/dist/components/footerV2/icon/icon-smaller.svg +3 -0
- package/dist/components/footerV2/icon/mycause-logo-hand.svg +3 -0
- package/dist/components/footerV2/icon/mycause-logo-heart.svg +3 -0
- package/dist/components/footerV2/icon/mycause-logo-on-light.svg +1 -0
- package/dist/components/footerV2/icon/mycause-logo-people.svg +3 -0
- package/dist/components/fundraising-section/fundraising-section.d.ts +2 -2
- package/dist/components/fundraising-section/fundraising-section.stories.d.ts +3 -3
- package/dist/components/fundraising-section/image.png +0 -0
- package/dist/components/hero-banner/hero-banner.d.ts +2 -2
- package/dist/components/hero-banner/hero-banner.stories.d.ts +3 -3
- package/dist/components/hero-banner/hero.png +0 -0
- package/dist/components/horizontalbar/horizontalbar.d.ts +2 -2
- package/dist/components/horizontalbar/horizontalbar.stories.d.ts +5 -5
- package/dist/components/icon/btn_google_light_normal_ios.svg.d.ts +1 -1
- package/dist/components/icon/facebook_6.svg.d.ts +1 -1
- package/dist/components/icon/heart-toggle.d.ts +1 -1
- package/dist/components/icon/heart-toggle.stories.d.ts +2 -2
- package/dist/components/icon/icon-button-group.d.ts +1 -1
- package/dist/components/icon/icon-button-group.stories.d.ts +2 -2
- package/dist/components/icon/icon-button.d.ts +1 -1
- package/dist/components/icon/icon-button.stories.d.ts +3 -3
- package/dist/components/icon/icon.d.ts +1 -1
- package/dist/components/icon/icon.stories.d.ts +4 -4
- package/dist/components/icon/material-icon.d.ts +2 -2
- package/dist/components/index.d.ts +4 -3
- package/dist/components/info-represent-campaign/icon/causes-icon.svg +1 -0
- package/dist/components/info-represent-campaign/icon/follow-icon.svg +10 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +2 -2
- package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +2 -2
- package/dist/components/input/InputDefault.d.ts +1 -1
- package/dist/components/input/input.stories.d.ts +4 -4
- package/dist/components/input-social/Icons.d.ts +2 -2
- package/dist/components/input-social/InputSocial.d.ts +1 -1
- package/dist/components/input-social/input-social.stories.d.ts +2 -2
- package/dist/components/layout/box.d.ts +232 -224
- package/dist/components/layout/flex.d.ts +4 -4
- package/dist/components/layout/flex.stories.d.ts +2 -2
- package/dist/components/layout/grid.d.ts +2 -2
- package/dist/components/layout/grid.stories.d.ts +2 -2
- package/dist/components/layout/stack.d.ts +2 -2
- package/dist/components/layout/stack.stories.d.ts +4 -4
- package/dist/components/list/causes-icon.svg +1 -0
- package/dist/components/list/charity_icon.jpg +0 -0
- package/dist/components/list/item-image.jpg +0 -0
- package/dist/components/list/list.d.ts +3 -3
- package/dist/components/list/list.stories.d.ts +7 -7
- package/dist/components/login/login.d.ts +2 -2
- package/dist/components/login/login.stories.d.ts +3 -3
- package/dist/components/logo/logo-type.d.ts +3 -3
- package/dist/components/menu/menu-list-item.d.ts +2 -2
- package/dist/components/menu/menu-list.d.ts +2 -2
- package/dist/components/menu/menu.stories.d.ts +2 -2
- package/dist/components/modal/image.png +0 -0
- package/dist/components/modal/modal-image.d.ts +2 -2
- package/dist/components/modal/modal.d.ts +1 -1
- package/dist/components/modal/modal.stories.d.ts +9 -9
- package/dist/components/my-account-choose-charity-card/choose-charity.svg +9 -0
- package/dist/components/my-account-choose-charity-card/index.d.ts +1 -1
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.d.ts +2 -2
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.stories.d.ts +3 -3
- package/dist/components/my-account-frp-closed/Icon.d.ts +2 -2
- package/dist/components/my-account-frp-closed/background.png +0 -0
- package/dist/components/my-account-frp-closed/complete.svg +4 -0
- package/dist/components/my-account-frp-closed/error_size.jpg +0 -0
- package/dist/components/my-account-frp-closed/frp-closed-img.d.ts +2 -2
- package/dist/components/my-account-frp-closed/frp-information.d.ts +3 -1
- package/dist/components/my-account-frp-closed/frp_image.jpeg +0 -0
- package/dist/components/my-account-frp-closed/img.jpeg +0 -0
- package/dist/components/my-account-frp-closed/my-account-frp-closed.d.ts +3 -1
- package/dist/components/my-account-frp-closed/my-account-frp-closed.stories.d.ts +4 -4
- package/dist/components/my-account-frp-preview/Icon.d.ts +2 -2
- package/dist/components/my-account-frp-preview/background.png +0 -0
- package/dist/components/my-account-frp-preview/error_size.jpg +0 -0
- package/dist/components/my-account-frp-preview/frp-information.d.ts +2 -2
- package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +2 -2
- package/dist/components/my-account-frp-preview/frp_image.jpeg +0 -0
- package/dist/components/my-account-frp-preview/img.jpeg +0 -0
- package/dist/components/my-account-frp-preview/my-account-frp-preview.d.ts +2 -2
- package/dist/components/my-account-frp-preview/my-account-frp-preview.stories.d.ts +4 -4
- package/dist/components/my-account-frp-preview/picture.jpeg +0 -0
- package/dist/components/my-account-sidebar/Icon.d.ts +12 -12
- package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +3 -3
- package/dist/components/my-account-sidebar/my-account-sidebar.stories.d.ts +2 -2
- package/dist/components/my-account-start-fundraise-card/index.d.ts +1 -1
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.d.ts +2 -2
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.stories.d.ts +4 -4
- package/dist/components/my-account-start-fundraise-card/start-fundraise-card.svg +26 -0
- package/dist/components/my-account-stats-donated/icon.svg +4 -0
- package/dist/components/my-account-stats-donated/my-account-stats-donated.d.ts +2 -2
- package/dist/components/my-account-stats-donated/my-account-stats-donated.stories.d.ts +2 -2
- package/dist/components/my-account-stats-donated/picture.svg +26 -0
- package/dist/components/my-account-stats-raised/icon.svg +10 -0
- package/dist/components/my-account-stats-raised/my-account-stats-raised.d.ts +2 -2
- package/dist/components/my-account-stats-raised/my-account-stats-raised.stories.d.ts +2 -2
- package/dist/components/my-account-stats-raised/picture.png +0 -0
- package/dist/components/nav/icons/IconBigger.d.ts +2 -2
- package/dist/components/nav/icons/IconSmaller.d.ts +2 -2
- package/dist/components/nav/icons/abstain_detox.svg +48 -0
- package/dist/components/nav/icons/accident_emergency.svg +34 -0
- package/dist/components/nav/icons/adventure.svg +19 -0
- package/dist/components/nav/icons/assistance_dog.svg +27 -0
- package/dist/components/nav/icons/bike_ride.svg +20 -0
- package/dist/components/nav/icons/bucket_list.svg +27 -0
- package/dist/components/nav/icons/cancer.svg +15 -0
- package/dist/components/nav/icons/celebrations.svg +31 -0
- package/dist/components/nav/icons/challenges.svg +27 -0
- package/dist/components/nav/icons/compete_represent.svg +25 -0
- package/dist/components/nav/icons/cut_shave.svg +41 -0
- package/dist/components/nav/icons/disaster_relief.svg +16 -0
- package/dist/components/nav/icons/health_&_medical.svg +22 -0
- package/dist/components/nav/icons/help_a_friend.svg +26 -0
- package/dist/components/nav/icons/in_memory.svg +18 -0
- package/dist/components/nav/icons/marathon_run.svg +20 -0
- package/dist/components/nav/icons/pets_&_animals.svg +22 -0
- package/dist/components/nav/icons/project.svg +28 -0
- package/dist/components/nav/icons/schools.svg +19 -0
- package/dist/components/nav/icons/volunteer.svg +55 -0
- package/dist/components/nav/nav-actions.d.ts +1 -1
- package/dist/components/nav/nav-bar.d.ts +2 -2
- package/dist/components/nav/nav-call-to-action.d.ts +3 -3
- package/dist/components/nav/nav-expanded-charity.d.ts +2 -2
- package/dist/components/nav/nav-expanded.d.ts +2 -2
- package/dist/components/nav/nav-list.d.ts +6 -6
- package/dist/components/nav/nav-menu-control.d.ts +1 -1
- package/dist/components/nav/nav-menu.d.ts +3 -3
- package/dist/components/nav/nav-myaccount.d.ts +3 -3
- package/dist/components/nav/nav-search-control.d.ts +2 -2
- package/dist/components/nav/nav-search.d.ts +2 -2
- package/dist/components/nav/nav-sign-in-control.d.ts +1 -1
- package/dist/components/nav/nav-user-menu-items.d.ts +6 -6
- package/dist/components/nav/nav-user-menu.d.ts +4 -4
- package/dist/components/nav/nav.d.ts +8 -8
- package/dist/components/nav/nav.stories.d.ts +3 -3
- package/dist/components/navigation/icons/abstain_detox.svg +48 -0
- package/dist/components/navigation/icons/accident_emergency.svg +34 -0
- package/dist/components/navigation/icons/adventure.svg +19 -0
- package/dist/components/navigation/icons/assistance_dog.svg +27 -0
- package/dist/components/navigation/icons/bike_ride.svg +20 -0
- package/dist/components/navigation/icons/bucket_list.svg +27 -0
- package/dist/components/navigation/icons/cancer.svg +15 -0
- package/dist/components/navigation/icons/celebrations.svg +31 -0
- package/dist/components/navigation/icons/challenges.svg +27 -0
- package/dist/components/navigation/icons/compete_represent.svg +25 -0
- package/dist/components/navigation/icons/cut_shave.svg +41 -0
- package/dist/components/navigation/icons/disaster_relief.svg +16 -0
- package/dist/components/navigation/icons/health_&_medical.svg +22 -0
- package/dist/components/navigation/icons/help_a_friend.svg +26 -0
- package/dist/components/navigation/icons/in_memory.svg +18 -0
- package/dist/components/navigation/icons/marathon_run.svg +20 -0
- package/dist/components/navigation/icons/pets_&_animals.svg +22 -0
- package/dist/components/navigation/icons/project.svg +28 -0
- package/dist/components/navigation/icons/schools.svg +19 -0
- package/dist/components/navigation/icons/volunteer.svg +55 -0
- package/dist/components/navigation/navigation-actions.d.ts +1 -1
- package/dist/components/navigation/navigation-bar.d.ts +2 -2
- package/dist/components/navigation/navigation-call-to-action.d.ts +3 -3
- package/dist/components/navigation/navigation-expanded.d.ts +2 -2
- package/dist/components/navigation/navigation-list.d.ts +6 -6
- package/dist/components/navigation/navigation-menu-control.d.ts +1 -1
- package/dist/components/navigation/navigation-menu.d.ts +3 -3
- package/dist/components/navigation/navigation-search-control.d.ts +2 -2
- package/dist/components/navigation/navigation-search.d.ts +2 -2
- package/dist/components/navigation/navigation-sign-in-control.d.ts +1 -1
- package/dist/components/navigation/navigation-user-menu-items.d.ts +6 -6
- package/dist/components/navigation/navigation-user-menu.d.ts +4 -4
- package/dist/components/navigation/navigation.d.ts +8 -8
- package/dist/components/navigation/navigation.stories.d.ts +4 -4
- package/dist/components/partner-chart-stats/partner-chart-stats.d.ts +2 -2
- package/dist/components/partner-chart-stats/partner-chart-stats.stories.d.ts +3 -3
- package/dist/components/partner-monthly-donations/index.d.ts +1 -1
- package/dist/components/partner-monthly-donations/partner-monthly-donations.d.ts +2 -2
- package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +2 -2
- package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +2 -2
- package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +2 -2
- package/dist/components/partner-toggle-button/index.d.ts +1 -1
- package/dist/components/partner-toggle-button/partner-toggle-button-block.d.ts +2 -2
- package/dist/components/partner-toggle-button/partner-toggle-button-block.stories.d.ts +2 -2
- package/dist/components/partner-toggle-button/partner-toggle-button.d.ts +2 -2
- package/dist/components/phone-number-input/phone-number-input-v1.d.ts +5 -3
- package/dist/components/phone-number-input/phone-number-input-v2.d.ts +2 -2
- package/dist/components/phone-number-input/phone-number-input.d.ts +2 -2
- package/dist/components/phone-number-input/phone-number-input.stories.d.ts +12 -6
- package/dist/components/popup/popup.d.ts +2 -2
- package/dist/components/popup/popup.stories.d.ts +3 -3
- package/dist/components/progressbar/progress-bar-circle.d.ts +2 -2
- package/dist/components/progressbar/progressbar.d.ts +2 -2
- package/dist/components/progressbar/progressbar.stories.d.ts +4 -4
- package/dist/components/radio/radio-group.d.ts +1 -1
- package/dist/components/radio/radio-group.stories.d.ts +2 -2
- package/dist/components/radio/radio.d.ts +1 -1
- package/dist/components/radio/radio.stories.d.ts +4 -4
- package/dist/components/select/select-enhanced.d.ts +3 -2
- package/dist/components/select/select-helper-text.d.ts +1 -1
- package/dist/components/select/select-v2.d.ts +3 -2
- package/dist/components/select/select.d.ts +2 -2
- package/dist/components/select/select.stories.d.ts +4 -4
- package/dist/components/spinner/spinner-orange.svg +47 -0
- package/dist/components/spinner/spinner.d.ts +3 -2
- package/dist/components/spinner/spinner.stories.d.ts +8 -2
- package/dist/components/spinner/spinner.svg +47 -0
- package/dist/components/statistics/circle.svg +3 -0
- package/dist/components/statistics/statistics.d.ts +1 -1
- package/dist/components/statistics/statistics.stories.d.ts +2 -2
- package/dist/components/switch/switch-v2.d.ts +1 -1
- package/dist/components/switch/switch.d.ts +1 -1
- package/dist/components/switch/switch.stories.d.ts +5 -5
- package/dist/components/table/partner-monthly-table.d.ts +5 -3
- package/dist/components/table/partner-monthly-table.stories.d.ts +3 -3
- package/dist/components/table/question-circle.svg +4 -0
- package/dist/components/tabs/nav-tabs.d.ts +1 -1
- package/dist/components/tabs/tab-text-label.d.ts +1 -1
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/components/tabs/tabs.stories.d.ts +2 -2
- package/dist/components/text/text.d.ts +4 -5
- package/dist/components/text/text.stories.d.ts +7 -7
- package/dist/components/text-field/text-field-helper-text.d.ts +1 -1
- package/dist/components/text-field/text-field-search.d.ts +3 -2
- package/dist/components/text-field/text-field.d.ts +1 -0
- package/dist/components/text-field/text-field.stories.d.ts +3 -3
- package/dist/components/this-month-card/this-month-card.d.ts +2 -2
- package/dist/components/this-month-card/this-month-card.stories.d.ts +2 -2
- package/dist/components/this-month-card/thismonth-pic.svg +35 -0
- package/dist/components/toast/Icons.d.ts +4 -4
- package/dist/components/toast/toast.d.ts +2 -2
- package/dist/components/toast/toast.stories.d.ts +2 -2
- package/dist/components/transaction-card/Dot.d.ts +2 -2
- package/dist/components/transaction-card/transaction-card.d.ts +10 -8
- package/dist/components/transaction-card/transaction-card.stories.d.ts +9 -3
- package/dist/components/uploader/placeholder.png +0 -0
- package/dist/components/uploader/uploader.d.ts +1 -1
- package/dist/index.css +2 -0
- package/dist/index.css.map +1 -0
- package/dist/index.esm.css +2 -0
- package/dist/index.esm.css.map +1 -0
- package/dist/index.esm.js +27154 -33356
- package/dist/index.js +27153 -33355
- package/dist/theme/theme.d.ts +5 -5
- package/dist/utils/center-decorator.d.ts +1 -1
- package/dist/utils/component-matrix.d.ts +1 -1
- package/dist/utils/grid-decorator.d.ts +1 -1
- package/package.json +30 -18
- package/styles/index.css +5 -6887
- package/styles/index.css.map +1 -0
- package/styles/reset.css +2 -315
- package/styles/reset.css.map +1 -0
- package/CHANGELOG.md +0 -668
- package/dist/components/select/SelectV2.d.ts +0 -24
- package/dist/components/start-campaign-card/index.d.ts +0 -1
- package/dist/components/start-campaign-card/start-campaign-card.d.ts +0 -8
- package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +0 -14
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
5
|
+
viewBox="112.5 0 270 270" enable-background="new 112.5 0 270 270" xml:space="preserve">
|
|
6
|
+
<g>
|
|
7
|
+
<circle fill="#55C1A9" cx="247.8" cy="135.6" r="131.3"/>
|
|
8
|
+
<path opacity="0.2" fill="#231F20" d="M177,185.6v-6.9c0,0,46.7-15.7,61.5-2.8l11.2,0.9c0,0,18.6-17.1,59.3,1.4l4.7-85.1l64.3,63.4
|
|
9
|
+
c0,0-10.5,92.5-116.5,110.1L177,185.6z"/>
|
|
10
|
+
<g>
|
|
11
|
+
<path fill="none" stroke="#FFFFFF" stroke-width="3" stroke-miterlimit="10" d="M251,178.3c2.8-7.6,18.7-8.5,18.7-8.5
|
|
12
|
+
c10.4-0.7,39.6,8.2,39.6,8.2l3.5-83.3c-9.7,0-21.9-5.6-21.9-5.6c-33.7-16.7-43.2,9-43.2,9s-13.2-22.2-38.1-11.8c0,0-21,6.2-29,6.2
|
|
13
|
+
v86.1l22.1-4.9c0,0,29.9-9.9,38.8,4.9"/>
|
|
14
|
+
<line fill="none" stroke="#FFFFFF" stroke-width="3" stroke-miterlimit="10" x1="245.5" y1="108" x2="245.5" y2="172"/>
|
|
15
|
+
<path fill="none" stroke="#FFFFFF" stroke-width="3" stroke-miterlimit="10" d="M183,187.3l13.2-2.2c0,0,37.5-12.6,44.4,3.4h11.1
|
|
16
|
+
c0,0,8.3-14.8,31.9-8.6c0,0,16.7,4.1,26.4,7.2"/>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
5
|
+
viewBox="0 0 252 252" enable-background="new 0 0 252 252" xml:space="preserve">
|
|
6
|
+
<g>
|
|
7
|
+
<g id="Layer_1_6_">
|
|
8
|
+
<circle fill="#55C1A9" cx="127" cy="125.4" r="113.5"/>
|
|
9
|
+
<path opacity="0.2" fill="#231F20" enable-background="new " d="M96.4,234.5c0,0,51.2,17.2,99.6-18.8c0,0,38-27.2,43.6-78.8
|
|
10
|
+
l-87.2-88.8l-24.8,59.2l-18.8,44L87.7,129l-22.1,46.7l-14-11.2L35.2,164l35.6,38.9L96.4,234.5z"/>
|
|
11
|
+
<path fill="#FFFFFF" d="M172.4,93.1c-3.9-0.4-11.1,1.4-15.9,4.6c-4.8,3.2-6.1,3.5-8.2,2.9c-2.1-0.6-3.2-3.9-3.7-8.2
|
|
12
|
+
c-0.6-4.3-0.3-9.7,0.4-11.6c0.7-1.9,3.3-10.8,4.7-14.1c1.4-3.3,3-7.5,3.9-11.2c0.8-3.7,1.2-6.2-1.2-7.3c-2.5-1.2-5.4,2.6-7.1,7.3
|
|
13
|
+
c-1.7,4.7-3.7,8.6-5,11.3c-1.2,2.8-4.4,11.3-6.5,11.2c-2.1-0.1-1.8-4.8-1.5-10.9c0.3-6.1,0.8-14.7,1-18.4c0.1-3.7,1-9-3.5-9
|
|
14
|
+
c-4.4,0-4.7,5.7-4.7,9c0,3.3-0.6,10.2-0.8,12.9c-0.3,3.5-0.6,8.4-0.6,11.5c0,3.2-0.6,5.3-2.2,5.6c-1.7,0.3-1.8-1.5-2.5-6
|
|
15
|
+
c-0.7-4.4-2.1-16.7-2.5-19c-0.4-2.2-1.1-8.3-5.1-7.9c-4,0.4-3.3,4.4-2.5,10.1c0.7,4.9,1.7,10.9,2.2,14.9c0.6,4,1.2,10.7-0.7,12
|
|
16
|
+
c-1.9,1.4-5.3-1.7-7.3-4.8C101,75,99,72.3,97.3,69c-1.7-3.3-4.3-8.2-7.2-6.2c-2.9,1.9-0.6,6.9,1.8,11.5c2.4,4.6,5.1,10.2,6.4,13
|
|
17
|
+
c0.6,1.3,1.1,2.5,1.6,4c0.1,0.2,0.1,0.4,0.2,0.6c0,0,0,0,0,0.1c0.1,0.2,0.1,0.4,0.2,0.6c0,0,0,0.1,0,0.1c0,0.2,0.1,0.4,0.1,0.6
|
|
18
|
+
c0,0,0,0.1,0,0.1c0,0.2,0.1,0.4,0.1,0.7c0,0.1,0,0.1,0,0.2c0,0.2,0.1,0.4,0.1,0.7c0,0.1,0,0.2,0,0.2c0,0.2,0.1,0.5,0.1,0.7
|
|
19
|
+
c0,0.1,0,0.2,0,0.3c0,0.2,0.1,0.5,0.1,0.8c0,0.1,0,0.2,0,0.3c0,0.4,0.1,0.8,0.1,1.2c0.4,6.2,2.5,12.5,4.7,17.6
|
|
20
|
+
c2.2,5.1,3.3,7.9,3.2,13.1c0,1.5,0,5.9,0,12.5c0,4.3,0,9.5,0,15.5c0,0,0,0.6,0,0.6c0,14.3,0.1,60.9,0.1,81.3h28.7
|
|
21
|
+
c-0.1-42-0.4-106.4,2.9-110.5c0.1-0.1,0.2-0.6,0.4-0.8l0,0c1.8-1.9,6.1-5.6,9.4-8.5c0,0,0.1-0.1,0.1-0.2c0.3-0.2,0.5-0.5,0.8-0.7
|
|
22
|
+
c0.1-0.1,0.1-0.1,0.2-0.2c0.2-0.2,0.4-0.4,0.6-0.6c0.1-0.1,0.2-0.2,0.2-0.2c0.2-0.2,0.4-0.4,0.5-0.5c0.1-0.1,0.2-0.2,0.2-0.2
|
|
23
|
+
c0.2-0.2,0.3-0.3,0.4-0.5c0.1-0.1,0.1-0.1,0.2-0.2c0.2-0.2,0.3-0.4,0.5-0.6c2.2-2.9,6.1-8,11.9-10.9c0.1-0.1,0.2,0.2,0.3,0.2h0
|
|
24
|
+
c5.7-2.4,11-4.2,11.4-6.5C178.2,95.6,176.3,93.5,172.4,93.1z"/>
|
|
25
|
+
<path fill="#EEEDE8" d="M216.5,159.8c-2.5-0.8-7.4-0.6-11,0.8c-3.6,1.4-4.4,1.4-5.7,0.8c-1.3-0.6-1.6-3-1.3-5.8
|
|
26
|
+
c0.2-2.9,1.1-6.4,1.8-7.5c0.7-1.2,3.6-6.6,5-8.6c1.3-2,3-4.5,4-6.8c1-2.3,1.6-3.9,0.2-5c-1.5-1.1-3.9,1-5.6,3.8
|
|
27
|
+
c-1.7,2.8-3.6,5.1-4.8,6.7c-1.2,1.6-4.4,6.8-5.8,6.4c-1.3-0.4-0.5-3.4,0.5-7.3c1-3.9,2.5-9.5,3.1-11.9c0.6-2.4,1.8-5.7-1-6.3
|
|
28
|
+
c-2.9-0.6-3.8,3.1-4.3,5.2c-0.5,2.2-1.7,6.6-2.3,8.3c-0.7,2.2-1.5,5.4-1.9,7.5c-0.4,2.1-1.1,3.4-2.2,3.4c-1.1,0-1-1.2-0.8-4.2
|
|
29
|
+
c0.1-3,0.9-11.2,0.9-12.7s0.4-5.6-2.3-5.8c-2.7-0.3-2.8,2.4-3,6.3c-0.2,3.3-0.4,7.4-0.6,10c-0.2,2.7-0.6,7.1-2.1,7.8
|
|
30
|
+
c-1.4,0.6-3.2-1.8-4.1-4.1c-0.9-2.4-1.9-4.3-2.6-6.7c-0.6-2.4-1.7-5.9-3.9-5c-2.2,0.9-1.3,4.4-0.4,7.7c0.9,3.3,2,7.4,2.4,9.3
|
|
31
|
+
c0.2,0.9,0.4,1.8,0.5,2.8c0,0.1,0,0.3,0,0.4c0,0-0.5,0-0.5,0c0,0.1-0.5,0.3-0.5,0.4c0,0,0,0,0,0.1c0,0.1,0,0.3,0,0.4
|
|
32
|
+
c0,0,0,0.1,0,0.1c0,0.1,0.5,0.3,0.5,0.4c0,0,0.3,0.1,0.3,0.1c0,0.1,0.1,0.3,0.1,0.5c0,0.1,0.1,0.1,0.1,0.2c0,0.2,0,0.3,0,0.5
|
|
33
|
+
c0,0.1,0,0.1,0,0.2c0,0.2,0,0.3,0,0.5c0,0.1,0,0.1,0,0.2c0,0.2-0.1,0.5-0.1,0.8c-0.6,4.1,0,8.5,0.7,12.1c0.8,3.6,1.1,5.6,0.3,9
|
|
34
|
+
c-0.2,1-0.8,3.8-1.7,8.1c-0.6,2.8-1.3,6.2-2.1,10.1c0,0,0,0.1,0,0.1c-1.9,9.3-6.3,29.3-8.9,41.8l20.3-8
|
|
35
|
+
c5.4-26.4,10.5-46.4,13.2-48.6c0.1-0.1,0.2-0.2,0.3-0.3l0,0c1.4-1,4.7-2.7,7.2-4.2c0,0,0.1,0,0.1-0.1c0.2-0.1,0.4-0.2,0.6-0.3
|
|
36
|
+
c0.1,0,0.1-0.1,0.2-0.1c0.2-0.1,0.3-0.2,0.5-0.3c0.1,0,0.1-0.1,0.2-0.1c0.1-0.1,0.3-0.2,0.4-0.3c0.1,0,0.1-0.1,0.2-0.1
|
|
37
|
+
c0.1-0.1,0.2-0.2,0.4-0.2c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.3-0.2,0.4-0.3c1.8-1.6,5-4.2,9.2-5.3c0.1,0,0.1,0.4,0.1,0.4c0,0,0,0,0,0
|
|
38
|
+
c4.2-2.4,7.8-1.5,8.4-2.9C219.9,162.5,219,160.6,216.5,159.8z"/>
|
|
39
|
+
<path fill="#EEEDE8" d="M38,159.8c2.5-0.8,7.4-0.6,11,0.8c3.6,1.4,4.4,1.4,5.7,0.8c1.3-0.6,1.6-3,1.3-5.8
|
|
40
|
+
c-0.2-2.9-1.1-6.4-1.8-7.5c-0.7-1.2-3.6-6.6-5-8.6c-1.4-2-3-4.5-4-6.8c-1-2.3-1.6-3.9-0.2-5c1.5-1.1,3.9,1,5.6,3.8
|
|
41
|
+
c1.7,2.8,3.6,5.1,4.8,6.7s4.4,6.8,5.8,6.4c1.3-0.4,0.5-3.4-0.5-7.3c-1-3.9-2.5-9.5-3.1-11.9c-0.6-2.4-1.8-5.7,1-6.3
|
|
42
|
+
c2.9-0.6,3.8,3.1,4.3,5.2c0.5,2.2,1.7,6.6,2.3,8.3c0.7,2.2,1.5,5.4,1.9,7.5c0.4,2.1,1.1,3.4,2.2,3.4c1.1,0,1-1.2,0.8-4.2
|
|
43
|
+
c-0.1-3-0.9-11.2-0.9-12.7c0-1.5-0.4-5.6,2.3-5.8c2.7-0.3,2.8,2.4,3,6.3c0.2,3.3,0.4,7.4,0.6,10c0.2,2.7,0.6,7.1,2.1,7.8
|
|
44
|
+
c1.4,0.6,3.2-1.8,4.1-4.1c0.9-2.4,1.9-4.3,2.6-6.7c0.6-2.4,1.7-5.9,3.9-5c2.2,0.9,1.3,4.4,0.4,7.7c-0.9,3.3-2,7.4-2.4,9.3
|
|
45
|
+
c-0.2,0.9-0.4,1.8-0.5,2.8c0,0.1,0,0.3,0,0.4c0,0-0.3,0-0.3,0c0,0.1-0.3,0.3-0.3,0.4c0,0,0,0,0,0.1c0,0.1,0,0.3,0,0.4
|
|
46
|
+
c0,0,0,0.1,0,0.1c0,0.1,0.3,0.3,0.3,0.4c0,0,0.1,0.1,0.1,0.1c0,0.1,0.1,0.3,0.1,0.5c0,0.1,0,0.1,0,0.2c0,0.2,0,0.3,0.1,0.5
|
|
47
|
+
c0,0.1,0,0.1,0,0.2c0,0.2,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.2c0,0.2,0.1,0.5,0.1,0.8c0.6,4.1,0.1,8.5-0.7,12.1
|
|
48
|
+
c-0.8,3.6-1.1,5.6-0.3,9c0.2,1,0.8,3.8,1.7,8.1c0.6,2.8,1.3,6.2,2.1,10.1c0,0,0,0.1,0,0.1c1.9,9.3,5.7,28.9,8.3,41.4L77,227.3
|
|
49
|
+
c-5.4-26.4-10.8-46.8-13.5-49c-0.1-0.1-0.2-0.2-0.3-0.3l0,0c-1.4-1-4.7-2.7-7.2-4.2c0,0-0.1,0-0.1-0.1c-0.2-0.1-0.4-0.2-0.6-0.3
|
|
50
|
+
c-0.1,0-0.1-0.1-0.2-0.1c-0.2-0.1-0.3-0.2-0.5-0.3c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.3-0.2-0.4-0.3c-0.1,0-0.1-0.1-0.2-0.1
|
|
51
|
+
c-0.1-0.1-0.2-0.2-0.4-0.2c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3-0.2-0.4-0.3c-1.8-1.6-5-4.2-9.2-5.3c-0.1,0-0.1,0.4-0.2,0.4h0
|
|
52
|
+
c-4.2-2.4-7.8-1.5-8.4-2.9C34.6,162.5,35.6,160.6,38,159.8z"/>
|
|
53
|
+
</g>
|
|
54
|
+
</g>
|
|
55
|
+
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
2
|
+
export type NavigationBarProps = {
|
|
3
3
|
children?: React.ReactNode;
|
|
4
4
|
isCompactHeight?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare function NavigationBar({ isCompactHeight, children }: NavigationBarProps): JSX.Element;
|
|
6
|
+
declare function NavigationBar({ isCompactHeight, children }: NavigationBarProps): React.JSX.Element;
|
|
7
7
|
export default NavigationBar;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { ButtonProps } from "../button/button";
|
|
3
|
-
|
|
4
|
-
declare function NavigationCallToAction(props: NavigationCallToActionProps): JSX.Element;
|
|
3
|
+
type NavigationCallToActionProps = Omit<ButtonProps, "color">;
|
|
4
|
+
declare function NavigationCallToAction(props: NavigationCallToActionProps): React.JSX.Element;
|
|
5
5
|
export default NavigationCallToAction;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { HybridNavigationLink } from "./navigation-list";
|
|
3
|
-
export
|
|
3
|
+
export type NavigationExpandedProps = {
|
|
4
4
|
links?: Array<HybridNavigationLink>;
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
banner?: React.ReactNode;
|
|
7
7
|
onRequestClose: () => void;
|
|
8
8
|
className?: string;
|
|
9
9
|
};
|
|
10
|
-
declare function NavigationExpanded({ links, children, onRequestClose, className, banner, }: NavigationExpandedProps): JSX.Element;
|
|
10
|
+
declare function NavigationExpanded({ links, children, onRequestClose, className, banner, }: NavigationExpandedProps): React.JSX.Element;
|
|
11
11
|
export default NavigationExpanded;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export
|
|
2
|
+
export type HrefNavigationLink = {
|
|
3
3
|
href: string;
|
|
4
4
|
label: React.ReactNode;
|
|
5
5
|
analyticsId?: string;
|
|
6
6
|
icon?: string;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type ClickNavigationLink = {
|
|
9
9
|
onClick?: () => void;
|
|
10
10
|
id: string;
|
|
11
11
|
label: React.ReactNode;
|
|
@@ -13,15 +13,15 @@ export declare type ClickNavigationLink = {
|
|
|
13
13
|
analyticsId?: string;
|
|
14
14
|
icon?: string;
|
|
15
15
|
};
|
|
16
|
-
export
|
|
17
|
-
export
|
|
16
|
+
export type HybridNavigationLink = HrefNavigationLink | ClickNavigationLink;
|
|
17
|
+
export type NavigationListItem = HybridNavigationLink & {
|
|
18
18
|
children?: React.ReactNode;
|
|
19
19
|
};
|
|
20
|
-
export
|
|
20
|
+
export type NavigationMenuListProps = {
|
|
21
21
|
items: Array<NavigationListItem>;
|
|
22
22
|
onClickItem?: (id: string) => void;
|
|
23
23
|
size?: "normal" | "large" | "long";
|
|
24
24
|
active?: string | null;
|
|
25
25
|
};
|
|
26
|
-
declare function NavigationList({ items, onClickItem, active, size, }: NavigationMenuListProps): JSX.Element;
|
|
26
|
+
declare function NavigationList({ items, onClickItem, active, size, }: NavigationMenuListProps): React.JSX.Element;
|
|
27
27
|
export default NavigationList;
|
|
@@ -3,5 +3,5 @@ interface NavigationMenuControlProps extends React.HTMLProps<HTMLDivElement> {
|
|
|
3
3
|
isMenuOpen: boolean;
|
|
4
4
|
onChangeMenuOpen: (isOpen: boolean) => void;
|
|
5
5
|
}
|
|
6
|
-
declare function NavigationMenuControl({ isMenuOpen, onChangeMenuOpen, className, ...rest }: NavigationMenuControlProps): JSX.Element;
|
|
6
|
+
declare function NavigationMenuControl({ isMenuOpen, onChangeMenuOpen, className, ...rest }: NavigationMenuControlProps): React.JSX.Element;
|
|
7
7
|
export default NavigationMenuControl;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { HybridNavigationLink } from "./navigation-list";
|
|
3
|
-
export
|
|
3
|
+
export type NavigationMenuProps = {
|
|
4
4
|
links: Array<HybridNavigationLink>;
|
|
5
5
|
onClickItem: (id: string) => void;
|
|
6
6
|
sublinks: Array<HybridNavigationLink> | null;
|
|
@@ -8,5 +8,5 @@ export declare type NavigationMenuProps = {
|
|
|
8
8
|
actionRaised?: HybridNavigationLink | null;
|
|
9
9
|
active: string | null;
|
|
10
10
|
};
|
|
11
|
-
export declare function NavigationMenu({ links, sublinks, action, actionRaised, active, onClickItem, }: NavigationMenuProps): JSX.Element;
|
|
11
|
+
export declare function NavigationMenu({ links, sublinks, action, actionRaised, active, onClickItem, }: NavigationMenuProps): React.JSX.Element;
|
|
12
12
|
export default NavigationMenu;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
interface NavigationSearchControlProps {
|
|
3
3
|
onChangeSearchOpen: (isOpen: boolean) => void;
|
|
4
4
|
analyticsId?: string;
|
|
5
5
|
}
|
|
6
|
-
declare function NavigationSearchControl({ onChangeSearchOpen, analyticsId, }: NavigationSearchControlProps): JSX.Element;
|
|
6
|
+
declare function NavigationSearchControl({ onChangeSearchOpen, analyticsId, }: NavigationSearchControlProps): React.JSX.Element;
|
|
7
7
|
export default NavigationSearchControl;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
interface NavigationSearchProps {
|
|
3
3
|
value: string;
|
|
4
4
|
onChange: (value: string) => void;
|
|
5
5
|
onSubmit: () => void;
|
|
6
6
|
onCancel: () => void;
|
|
7
7
|
}
|
|
8
|
-
declare function NavigationSearch({ value, onChange, onSubmit, onCancel, }: NavigationSearchProps): JSX.Element;
|
|
8
|
+
declare function NavigationSearch({ value, onChange, onSubmit, onCancel, }: NavigationSearchProps): React.JSX.Element;
|
|
9
9
|
export default NavigationSearch;
|
|
@@ -7,5 +7,5 @@ interface NavigationSignInControlProps extends Omit<React.HTMLProps<HTMLDivEleme
|
|
|
7
7
|
color?: ColorSpecifier;
|
|
8
8
|
noIcon?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare function NavigationSignInControl({ analyticsId, handleonRequestSignIn, compact, className, color, noIcon, ...rest }: NavigationSignInControlProps): JSX.Element;
|
|
10
|
+
declare function NavigationSignInControl({ analyticsId, handleonRequestSignIn, compact, className, color, noIcon, ...rest }: NavigationSignInControlProps): React.JSX.Element;
|
|
11
11
|
export default NavigationSignInControl;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { IconProps } from "../icon/icon";
|
|
3
|
-
export
|
|
3
|
+
export type UserMenuItem = {
|
|
4
4
|
icon: IconProps;
|
|
5
5
|
label: string;
|
|
6
6
|
onClick?: () => void;
|
|
7
7
|
href?: string;
|
|
8
8
|
id?: string;
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type UserMenuItemWithSubmenu = UserMenuItem & {
|
|
11
11
|
submenu?: Array<Omit<UserMenuItem, "icon">>;
|
|
12
12
|
};
|
|
13
|
-
export
|
|
13
|
+
export type NavigationUserMenuItemProps = UserMenuItemWithSubmenu & {
|
|
14
14
|
isSubmenuOpen?: boolean;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
type NavigationUserMenuItemsProps = {
|
|
17
17
|
items: Array<UserMenuItemWithSubmenu>;
|
|
18
18
|
};
|
|
19
|
-
declare function NavigationUserMenuItems({ items }: NavigationUserMenuItemsProps): JSX.Element;
|
|
19
|
+
declare function NavigationUserMenuItems({ items }: NavigationUserMenuItemsProps): React.JSX.Element;
|
|
20
20
|
export default NavigationUserMenuItems;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { UserMenuItemWithSubmenu } from "./navigation-user-menu-items";
|
|
3
|
-
export
|
|
3
|
+
export type UserData = {
|
|
4
4
|
name: string;
|
|
5
5
|
avatar?: {
|
|
6
6
|
src: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type UserMenuItems = Array<UserMenuItemWithSubmenu>;
|
|
10
10
|
interface NavigationUserMenuProps {
|
|
11
11
|
user: UserData;
|
|
12
12
|
items?: UserMenuItems;
|
|
@@ -14,5 +14,5 @@ interface NavigationUserMenuProps {
|
|
|
14
14
|
onChangeOpen: (isOpen: boolean) => void;
|
|
15
15
|
isCompact?: boolean;
|
|
16
16
|
}
|
|
17
|
-
declare function NavigationUserMenu({ user, items, isOpen, onChangeOpen, }: NavigationUserMenuProps): JSX.Element;
|
|
17
|
+
declare function NavigationUserMenu({ user, items, isOpen, onChangeOpen, }: NavigationUserMenuProps): React.JSX.Element;
|
|
18
18
|
export default NavigationUserMenu;
|
|
@@ -5,7 +5,7 @@ import NavigationMenu from "./navigation-menu";
|
|
|
5
5
|
import { HybridNavigationLink } from "./navigation-list";
|
|
6
6
|
import { UserData } from "./navigation-user-menu";
|
|
7
7
|
import { UserMenuItemWithSubmenu } from "./navigation-user-menu-items";
|
|
8
|
-
|
|
8
|
+
type NavigationMenu = {
|
|
9
9
|
id: string;
|
|
10
10
|
label: React.ReactNode;
|
|
11
11
|
analyticsId?: string;
|
|
@@ -17,31 +17,31 @@ declare type NavigationMenu = {
|
|
|
17
17
|
actionRaised?: HybridNavigationLink;
|
|
18
18
|
onClick?: () => void;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
type SearchAction = {
|
|
21
21
|
analyticsId?: string;
|
|
22
22
|
onSearch: (query: string) => void;
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
type LoginAction = {
|
|
25
25
|
analyticsId?: string;
|
|
26
26
|
onLogin: () => void;
|
|
27
27
|
color?: ColorSpecifier;
|
|
28
28
|
noIcon?: boolean;
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
type StatsItemProps = {
|
|
31
31
|
id: string;
|
|
32
32
|
label: string;
|
|
33
33
|
value: string;
|
|
34
34
|
logo: string;
|
|
35
35
|
};
|
|
36
|
-
export
|
|
36
|
+
export type NavigationProps = {
|
|
37
37
|
logo?: React.ReactNode;
|
|
38
38
|
menus?: Array<NavigationMenu>;
|
|
39
39
|
links?: Array<HybridNavigationLink>;
|
|
40
40
|
stats?: Array<StatsItemProps>;
|
|
41
41
|
cta?: ButtonProps | null;
|
|
42
|
-
cta2?: ButtonProps & {
|
|
42
|
+
cta2?: (ButtonProps & {
|
|
43
43
|
targetTab?: string;
|
|
44
|
-
} | null;
|
|
44
|
+
}) | null;
|
|
45
45
|
user?: UserData | null;
|
|
46
46
|
login?: LoginAction | null;
|
|
47
47
|
userMenu?: Array<UserMenuItemWithSubmenu>;
|
|
@@ -51,5 +51,5 @@ export declare type NavigationProps = {
|
|
|
51
51
|
setSearchToLeft?: boolean;
|
|
52
52
|
menuReverse?: boolean;
|
|
53
53
|
};
|
|
54
|
-
declare function Navigation({ logo, menus, links, stats, cta, cta2, user, userMenu, search, login, isSticky, isCompactHeight, setSearchToLeft, menuReverse, }: NavigationProps): JSX.Element;
|
|
54
|
+
declare function Navigation({ logo, menus, links, stats, cta, cta2, user, userMenu, search, login, isSticky, isCompactHeight, setSearchToLeft, menuReverse, }: NavigationProps): React.JSX.Element;
|
|
55
55
|
export default Navigation;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
6
6
|
export declare const NavigationDemo: {
|
|
7
|
-
(): JSX.Element;
|
|
7
|
+
(): React.JSX.Element;
|
|
8
8
|
story: {
|
|
9
9
|
name: string;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
export declare const NavigationDemo2: {
|
|
13
|
-
(): JSX.Element;
|
|
13
|
+
(): React.JSX.Element;
|
|
14
14
|
story: {
|
|
15
15
|
name: string;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
export declare const NavigationDemo2SupportLink: {
|
|
19
|
-
(): JSX.Element;
|
|
19
|
+
(): React.JSX.Element;
|
|
20
20
|
story: {
|
|
21
21
|
name: string;
|
|
22
22
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
export interface PartnerChartStatsProps {
|
|
3
3
|
currentYearData?: Array<number>;
|
|
4
4
|
totalDonation?: string;
|
|
@@ -7,5 +7,5 @@ export interface PartnerChartStatsProps {
|
|
|
7
7
|
active?: boolean;
|
|
8
8
|
className?: string;
|
|
9
9
|
}
|
|
10
|
-
declare const PartnerChartStats: ({ currentYearData, totalDonation, amount, title, active, className, }: PartnerChartStatsProps) => JSX.Element;
|
|
10
|
+
declare const PartnerChartStats: ({ currentYearData, totalDonation, amount, title, active, className, }: PartnerChartStatsProps) => React.JSX.Element;
|
|
11
11
|
export default PartnerChartStats;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
decorators: ((...args: any) => any)[];
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const PartnerChartStatsActive: {
|
|
8
|
-
(): JSX.Element;
|
|
8
|
+
(): React.JSX.Element;
|
|
9
9
|
story: {
|
|
10
10
|
name: string;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
export declare const PartnerChartStatsStories: {
|
|
14
|
-
(): JSX.Element;
|
|
14
|
+
(): React.JSX.Element;
|
|
15
15
|
story: {
|
|
16
16
|
name: string;
|
|
17
17
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as PartnerMonthlyDonations
|
|
1
|
+
export { default as PartnerMonthlyDonations } from "./partner-monthly-donations";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
export interface PartnerMonthlyDonationsProps {
|
|
3
3
|
totalAmount?: number;
|
|
4
4
|
numberOfDonations?: number;
|
|
5
5
|
donationsLink?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const PartnerMonthlyDonations: ({ totalAmount, numberOfDonations, donationsLink, }: PartnerMonthlyDonationsProps) => JSX.Element;
|
|
7
|
+
declare const PartnerMonthlyDonations: ({ totalAmount, numberOfDonations, donationsLink, }: PartnerMonthlyDonationsProps) => React.JSX.Element;
|
|
8
8
|
export default PartnerMonthlyDonations;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
decorators: ((...args: any) => any)[];
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const PartnerMonthlyStatsStories: {
|
|
8
|
-
(): JSX.Element;
|
|
8
|
+
(): React.JSX.Element;
|
|
9
9
|
story: {
|
|
10
10
|
name: string;
|
|
11
11
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
export interface PartnerMonthlyStatsProps {
|
|
3
3
|
numeric?: number;
|
|
4
4
|
title: string;
|
|
5
5
|
}
|
|
6
|
-
declare const PartnerMonthlyStats: ({ numeric, title }: PartnerMonthlyStatsProps) => JSX.Element;
|
|
6
|
+
declare const PartnerMonthlyStats: ({ numeric, title }: PartnerMonthlyStatsProps) => React.JSX.Element;
|
|
7
7
|
export default PartnerMonthlyStats;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
decorators: ((...args: any) => any)[];
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const PartnerMonthlyStatsStories: {
|
|
8
|
-
(): JSX.Element;
|
|
8
|
+
(): React.JSX.Element;
|
|
9
9
|
story: {
|
|
10
10
|
name: string;
|
|
11
11
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as PartnerToggleButton } from "./partner-toggle-button";
|
|
2
|
-
export { default as PartnerToggleButtonBlock
|
|
2
|
+
export { default as PartnerToggleButtonBlock } from "./partner-toggle-button-block";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
interface PartnerToggleButtonBlockProps {
|
|
3
3
|
labelLeft: string;
|
|
4
4
|
labelRight: string;
|
|
@@ -7,5 +7,5 @@ interface PartnerToggleButtonBlockProps {
|
|
|
7
7
|
className?: string;
|
|
8
8
|
isActive?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare const PartnerToggleButtonBlock: ({ labelLeft, labelRight, onClickLeft, onClickRight, className, isActive, }: PartnerToggleButtonBlockProps) => JSX.Element;
|
|
10
|
+
declare const PartnerToggleButtonBlock: ({ labelLeft, labelRight, onClickLeft, onClickRight, className, isActive, }: PartnerToggleButtonBlockProps) => React.JSX.Element;
|
|
11
11
|
export default PartnerToggleButtonBlock;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
decorators: ((...args: any) => any)[];
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const PartnerToggleButtonBlockStory: {
|
|
8
|
-
(): JSX.Element;
|
|
8
|
+
(): React.JSX.Element;
|
|
9
9
|
story: {
|
|
10
10
|
name: string;
|
|
11
11
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
interface PartnerToggleButtonProps {
|
|
3
3
|
label: string;
|
|
4
4
|
active: boolean;
|
|
5
5
|
onClick: () => void;
|
|
6
6
|
}
|
|
7
|
-
declare const PartnerToggleButton: ({ label, active, onClick, }: PartnerToggleButtonProps) => JSX.Element;
|
|
7
|
+
declare const PartnerToggleButton: ({ label, active, onClick, }: PartnerToggleButtonProps) => React.JSX.Element;
|
|
8
8
|
export default PartnerToggleButton;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { CountryCode } from "libphonenumber-js";
|
|
3
|
-
|
|
3
|
+
type PhoneNumberInputProps = {
|
|
4
4
|
values: {
|
|
5
5
|
number: string;
|
|
6
6
|
countryCallingCode: string;
|
|
@@ -12,7 +12,7 @@ declare type PhoneNumberInputProps = {
|
|
|
12
12
|
country: string;
|
|
13
13
|
};
|
|
14
14
|
onChange: (value: string, name: string) => void;
|
|
15
|
-
label?:
|
|
15
|
+
label?: string;
|
|
16
16
|
error?: string | null;
|
|
17
17
|
onBlur?: (e: React.FocusEvent) => void;
|
|
18
18
|
helperText?: React.ReactNode;
|
|
@@ -20,6 +20,8 @@ declare type PhoneNumberInputProps = {
|
|
|
20
20
|
defaultCountry?: CountryCode;
|
|
21
21
|
placeholder?: string;
|
|
22
22
|
color?: string;
|
|
23
|
+
isDisableCountries?: boolean;
|
|
24
|
+
showCallingCode?: boolean;
|
|
23
25
|
};
|
|
24
|
-
declare function PhoneNumberInputV1({ onChange, values, names, error, onBlur, helperText, label, required, defaultCountry, placeholder, color, }: PhoneNumberInputProps): JSX.Element;
|
|
26
|
+
declare function PhoneNumberInputV1({ onChange, values, names, error, onBlur, helperText, label, required, defaultCountry, placeholder, color, isDisableCountries, showCallingCode, }: PhoneNumberInputProps): React.JSX.Element;
|
|
25
27
|
export default PhoneNumberInputV1;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { CountryCode } from "libphonenumber-js";
|
|
3
|
-
|
|
3
|
+
type PhoneInputProps = {
|
|
4
4
|
values: {
|
|
5
5
|
number: string;
|
|
6
6
|
countryCallingCode: string;
|
|
@@ -15,5 +15,5 @@ declare type PhoneInputProps = {
|
|
|
15
15
|
color?: string;
|
|
16
16
|
name?: string;
|
|
17
17
|
};
|
|
18
|
-
declare function PhoneInput({ values, onChange, defaultCountry, label, required, placeholder, error, name, }: PhoneInputProps): JSX.Element;
|
|
18
|
+
declare function PhoneInput({ values, onChange, defaultCountry, label, required, placeholder, error, name, }: PhoneInputProps): React.JSX.Element;
|
|
19
19
|
export default PhoneInput;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { CountryCode } from "libphonenumber-js";
|
|
3
|
-
|
|
3
|
+
type PhoneNumberInputProps = {
|
|
4
4
|
values: {
|
|
5
5
|
number: string;
|
|
6
6
|
countryCallingCode: string;
|
|
@@ -22,5 +22,5 @@ declare type PhoneNumberInputProps = {
|
|
|
22
22
|
color?: string;
|
|
23
23
|
disabled?: boolean;
|
|
24
24
|
};
|
|
25
|
-
declare function PhoneNumberInput({ onChange, values, names, error, onBlur, helperText, label, required, defaultCountry, placeholder, color, disabled, }: PhoneNumberInputProps): JSX.Element;
|
|
25
|
+
declare function PhoneNumberInput({ onChange, values, names, error, onBlur, helperText, label, required, defaultCountry, placeholder, color, disabled, }: PhoneNumberInputProps): React.JSX.Element;
|
|
26
26
|
export default PhoneNumberInput;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import CenterDecorator from "../../utils/center-decorator";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
@@ -6,31 +6,37 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const PhoneNumberInputStory: {
|
|
9
|
-
(): JSX.Element;
|
|
9
|
+
(): React.JSX.Element;
|
|
10
10
|
story: {
|
|
11
11
|
name: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare const PhoneNumberInputDisableStory: {
|
|
15
|
-
(): JSX.Element;
|
|
15
|
+
(): React.JSX.Element;
|
|
16
16
|
story: {
|
|
17
17
|
name: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
export declare const PhoneInputStory: {
|
|
21
|
-
(): JSX.Element;
|
|
21
|
+
(): React.JSX.Element;
|
|
22
22
|
story: {
|
|
23
23
|
name: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
export declare const PhoneNumberInputV2: {
|
|
27
|
-
(): JSX.Element;
|
|
27
|
+
(): React.JSX.Element;
|
|
28
28
|
story: {
|
|
29
29
|
name: string;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
export declare const PhoneNumberInputStoryV1: {
|
|
33
|
-
(): JSX.Element;
|
|
33
|
+
(): React.JSX.Element;
|
|
34
|
+
story: {
|
|
35
|
+
name: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export declare const PhoneNumberInputIsDisableCountriesStoryV1: {
|
|
39
|
+
(): React.JSX.Element;
|
|
34
40
|
story: {
|
|
35
41
|
name: string;
|
|
36
42
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
export interface CampaignCardProps {
|
|
3
3
|
className?: string;
|
|
4
4
|
title?: string;
|
|
5
5
|
description?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const Popup: ({ className, title, description, }: CampaignCardProps) => JSX.Element;
|
|
7
|
+
declare const Popup: ({ className, title, description, }: CampaignCardProps) => React.JSX.Element;
|
|
8
8
|
export default Popup;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import CenterDecorator from "../../utils/center-decorator";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
5
|
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, title, description, }: import("./popup").CampaignCardProps) => JSX.Element;
|
|
6
|
+
component: ({ className, title, description, }: import("./popup").CampaignCardProps) => React.JSX.Element;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
export declare const popup: {
|
|
10
|
-
(): JSX.Element;
|
|
10
|
+
(): React.JSX.Element;
|
|
11
11
|
story: {
|
|
12
12
|
name: string;
|
|
13
13
|
};
|