@bloom-housing/ui-components 7.1.0 → 7.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.storybook/constants.d.ts +3 -0
- package/dist/.storybook/constants.js +8 -0
- package/dist/.storybook/constants.js.map +1 -0
- package/dist/__tests__/actions/Button.test.d.ts +1 -0
- package/dist/__tests__/actions/Button.test.js +57 -0
- package/dist/__tests__/actions/Button.test.js.map +1 -0
- package/dist/__tests__/actions/ButtonGroup.test.d.ts +1 -0
- package/dist/__tests__/actions/ButtonGroup.test.js +23 -0
- package/dist/__tests__/actions/ButtonGroup.test.js.map +1 -0
- package/dist/__tests__/actions/ExpandableContent.test.d.ts +1 -0
- package/dist/__tests__/actions/ExpandableContent.test.js +36 -0
- package/dist/__tests__/actions/ExpandableContent.test.js.map +1 -0
- package/dist/__tests__/actions/ExpandableText.test.d.ts +1 -0
- package/dist/__tests__/actions/ExpandableText.test.js +56 -0
- package/dist/__tests__/actions/ExpandableText.test.js.map +1 -0
- package/dist/__tests__/actions/LinkButton.test.d.ts +1 -0
- package/dist/__tests__/actions/LinkButton.test.js +27 -0
- package/dist/__tests__/actions/LinkButton.test.js.map +1 -0
- package/dist/__tests__/blocks/ActionBlock.test.d.ts +1 -0
- package/dist/__tests__/blocks/ActionBlock.test.js +30 -0
- package/dist/__tests__/blocks/ActionBlock.test.js.map +1 -0
- package/dist/__tests__/blocks/Card.test.d.ts +1 -0
- package/dist/__tests__/blocks/Card.test.js +47 -0
- package/dist/__tests__/blocks/Card.test.js.map +1 -0
- package/dist/__tests__/blocks/DashBlock.test.d.ts +1 -0
- package/dist/__tests__/blocks/DashBlock.test.js +22 -0
- package/dist/__tests__/blocks/DashBlock.test.js.map +1 -0
- package/dist/__tests__/blocks/DashBlocks.test.d.ts +1 -0
- package/dist/__tests__/blocks/DashBlocks.test.js +16 -0
- package/dist/__tests__/blocks/DashBlocks.test.js.map +1 -0
- package/dist/__tests__/blocks/FormCard.test.d.ts +1 -0
- package/dist/__tests__/blocks/FormCard.test.js +23 -0
- package/dist/__tests__/blocks/FormCard.test.js.map +1 -0
- package/dist/__tests__/blocks/HousingCounselor.test.d.ts +1 -0
- package/dist/__tests__/blocks/HousingCounselor.test.js +29 -0
- package/dist/__tests__/blocks/HousingCounselor.test.js.map +1 -0
- package/dist/__tests__/blocks/ImageCard.test.d.ts +1 -0
- package/dist/__tests__/blocks/ImageCard.test.js +65 -0
- package/dist/__tests__/blocks/ImageCard.test.js.map +1 -0
- package/dist/__tests__/blocks/InfoCard.test.d.ts +1 -0
- package/dist/__tests__/blocks/InfoCard.test.js +30 -0
- package/dist/__tests__/blocks/InfoCard.test.js.map +1 -0
- package/dist/__tests__/blocks/StandardCard.test.d.ts +1 -0
- package/dist/__tests__/blocks/StandardCard.test.js +23 -0
- package/dist/__tests__/blocks/StandardCard.test.js.map +1 -0
- package/dist/__tests__/blocks/StatusBar.test.d.ts +1 -0
- package/dist/__tests__/blocks/StatusBar.test.js +27 -0
- package/dist/__tests__/blocks/StatusBar.test.js.map +1 -0
- package/dist/__tests__/blocks/StatusItem.test.d.ts +1 -0
- package/dist/__tests__/blocks/StatusItem.test.js +25 -0
- package/dist/__tests__/blocks/StatusItem.test.js.map +1 -0
- package/dist/__tests__/blocks/ViewItem.test.d.ts +1 -0
- package/dist/__tests__/blocks/ViewItem.test.js +18 -0
- package/dist/__tests__/blocks/ViewItem.test.js.map +1 -0
- package/dist/__tests__/fixtures/archer.json +1142 -0
- package/dist/__tests__/footers/ExygyFooter.test.d.ts +1 -0
- package/dist/__tests__/footers/ExygyFooter.test.js +16 -0
- package/dist/__tests__/footers/ExygyFooter.test.js.map +1 -0
- package/dist/__tests__/footers/SiteFooter.test.d.ts +1 -0
- package/dist/__tests__/footers/SiteFooter.test.js +16 -0
- package/dist/__tests__/footers/SiteFooter.test.js.map +1 -0
- package/dist/__tests__/forms/DOBField.test.d.ts +1 -0
- package/dist/__tests__/forms/DOBField.test.js +30 -0
- package/dist/__tests__/forms/DOBField.test.js.map +1 -0
- package/dist/__tests__/forms/DateField.test.d.ts +1 -0
- package/dist/__tests__/forms/DateField.test.js +29 -0
- package/dist/__tests__/forms/DateField.test.js.map +1 -0
- package/dist/__tests__/forms/Field.test.d.ts +1 -0
- package/dist/__tests__/forms/Field.test.js +52 -0
- package/dist/__tests__/forms/Field.test.js.map +1 -0
- package/dist/__tests__/forms/FieldGroup.test.d.ts +1 -0
- package/dist/__tests__/forms/FieldGroup.test.js +141 -0
- package/dist/__tests__/forms/FieldGroup.test.js.map +1 -0
- package/dist/__tests__/forms/Form.test.d.ts +1 -0
- package/dist/__tests__/forms/Form.test.js +16 -0
- package/dist/__tests__/forms/Form.test.js.map +1 -0
- package/dist/__tests__/forms/HouseholdMemberForm.test.d.ts +1 -0
- package/dist/__tests__/forms/HouseholdMemberForm.test.js +31 -0
- package/dist/__tests__/forms/HouseholdMemberForm.test.js.map +1 -0
- package/dist/__tests__/forms/HouseholdSizeField.test.d.ts +1 -0
- package/dist/__tests__/forms/HouseholdSizeField.test.js +39 -0
- package/dist/__tests__/forms/HouseholdSizeField.test.js.map +1 -0
- package/dist/__tests__/forms/MultiSelectField.test.d.ts +1 -0
- package/dist/__tests__/forms/MultiSelectField.test.js +91 -0
- package/dist/__tests__/forms/MultiSelectField.test.js.map +1 -0
- package/dist/__tests__/forms/PhoneField.test.d.ts +1 -0
- package/dist/__tests__/forms/PhoneField.test.js +32 -0
- package/dist/__tests__/forms/PhoneField.test.js.map +1 -0
- package/dist/__tests__/forms/Select.test.d.ts +1 -0
- package/dist/__tests__/forms/Select.test.js +39 -0
- package/dist/__tests__/forms/Select.test.js.map +1 -0
- package/dist/__tests__/forms/Textarea.test.d.ts +1 -0
- package/dist/__tests__/forms/Textarea.test.js +33 -0
- package/dist/__tests__/forms/Textarea.test.js.map +1 -0
- package/dist/__tests__/forms/TimeField.test.d.ts +1 -0
- package/dist/__tests__/forms/TimeField.test.js +25 -0
- package/dist/__tests__/forms/TimeField.test.js.map +1 -0
- package/dist/__tests__/headers/Hero.test.d.ts +1 -0
- package/dist/__tests__/headers/Hero.test.js +35 -0
- package/dist/__tests__/headers/Hero.test.js.map +1 -0
- package/dist/__tests__/headers/PageHeader.test.d.ts +1 -0
- package/dist/__tests__/headers/PageHeader.test.js +23 -0
- package/dist/__tests__/headers/PageHeader.test.js.map +1 -0
- package/dist/__tests__/headers/SiteHeader.test.d.ts +1 -0
- package/dist/__tests__/headers/SiteHeader.test.js +62 -0
- package/dist/__tests__/headers/SiteHeader.test.js.map +1 -0
- package/dist/__tests__/helpers/capitalize.test.d.ts +1 -0
- package/dist/__tests__/helpers/capitalize.test.js +17 -0
- package/dist/__tests__/helpers/capitalize.test.js.map +1 -0
- package/dist/__tests__/helpers/formatYesNoLabel.test.d.ts +1 -0
- package/dist/__tests__/helpers/formatYesNoLabel.test.js +14 -0
- package/dist/__tests__/helpers/formatYesNoLabel.test.js.map +1 -0
- package/dist/__tests__/helpers/getTranslationWithArguments.test.d.ts +1 -0
- package/dist/__tests__/helpers/getTranslationWithArguments.test.js +17 -0
- package/dist/__tests__/helpers/getTranslationWithArguments.test.js.map +1 -0
- package/dist/__tests__/helpers/links.test.d.ts +1 -0
- package/dist/__tests__/helpers/links.test.js +30 -0
- package/dist/__tests__/helpers/links.test.js.map +1 -0
- package/dist/__tests__/helpers/mergeDeep.test.d.ts +1 -0
- package/dist/__tests__/helpers/mergeDeep.test.js +20 -0
- package/dist/__tests__/helpers/mergeDeep.test.js.map +1 -0
- package/dist/__tests__/helpers/numberOrdinal.test.d.ts +1 -0
- package/dist/__tests__/helpers/numberOrdinal.test.js +20 -0
- package/dist/__tests__/helpers/numberOrdinal.test.js.map +1 -0
- package/dist/__tests__/icons/HeaderBadge.test.d.ts +1 -0
- package/dist/__tests__/icons/HeaderBadge.test.js +15 -0
- package/dist/__tests__/icons/HeaderBadge.test.js.map +1 -0
- package/dist/__tests__/icons/Icon.test.d.ts +1 -0
- package/dist/__tests__/icons/Icon.test.js +23 -0
- package/dist/__tests__/icons/Icon.test.js.map +1 -0
- package/dist/__tests__/lists/PreferencesList.test.d.ts +1 -0
- package/dist/__tests__/lists/PreferencesList.test.js +53 -0
- package/dist/__tests__/lists/PreferencesList.test.js.map +1 -0
- package/dist/__tests__/navigation/Breadcrumbs.test.d.ts +1 -0
- package/dist/__tests__/navigation/Breadcrumbs.test.js +25 -0
- package/dist/__tests__/navigation/Breadcrumbs.test.js.map +1 -0
- package/dist/__tests__/navigation/FooterNav.test.d.ts +1 -0
- package/dist/__tests__/navigation/FooterNav.test.js +16 -0
- package/dist/__tests__/navigation/FooterNav.test.js.map +1 -0
- package/dist/__tests__/navigation/LanguageNav.test.d.ts +1 -0
- package/dist/__tests__/navigation/LanguageNav.test.js +29 -0
- package/dist/__tests__/navigation/LanguageNav.test.js.map +1 -0
- package/dist/__tests__/navigation/ProgressNav.test.d.ts +1 -0
- package/dist/__tests__/navigation/ProgressNav.test.js +20 -0
- package/dist/__tests__/navigation/ProgressNav.test.js.map +1 -0
- package/dist/__tests__/navigation/SideNav.test.d.ts +1 -0
- package/dist/__tests__/navigation/SideNav.test.js +46 -0
- package/dist/__tests__/navigation/SideNav.test.js.map +1 -0
- package/dist/__tests__/navigation/TabNav.test.d.ts +1 -0
- package/dist/__tests__/navigation/TabNav.test.js +29 -0
- package/dist/__tests__/navigation/TabNav.test.js.map +1 -0
- package/dist/__tests__/navigation/Tabs.test.d.ts +1 -0
- package/dist/__tests__/navigation/Tabs.test.js +28 -0
- package/dist/__tests__/navigation/Tabs.test.js.map +1 -0
- package/dist/__tests__/notifications/AlertBox.test.d.ts +1 -0
- package/dist/__tests__/notifications/AlertBox.test.js +69 -0
- package/dist/__tests__/notifications/AlertBox.test.js.map +1 -0
- package/dist/__tests__/notifications/AlertNotice.test.d.ts +1 -0
- package/dist/__tests__/notifications/AlertNotice.test.js +54 -0
- package/dist/__tests__/notifications/AlertNotice.test.js.map +1 -0
- package/dist/__tests__/notifications/ApplicationStatus.test.d.ts +1 -0
- package/dist/__tests__/notifications/ApplicationStatus.test.js +40 -0
- package/dist/__tests__/notifications/ApplicationStatus.test.js.map +1 -0
- package/dist/__tests__/notifications/ErrorMessage.test.d.ts +1 -0
- package/dist/__tests__/notifications/ErrorMessage.test.js +16 -0
- package/dist/__tests__/notifications/ErrorMessage.test.js.map +1 -0
- package/dist/__tests__/notifications/SiteAlert.test.d.ts +1 -0
- package/dist/__tests__/notifications/SiteAlert.test.js +48 -0
- package/dist/__tests__/notifications/SiteAlert.test.js.map +1 -0
- package/dist/__tests__/notifications/StatusAside.test.d.ts +1 -0
- package/dist/__tests__/notifications/StatusAside.test.js +23 -0
- package/dist/__tests__/notifications/StatusAside.test.js.map +1 -0
- package/dist/__tests__/notifications/StatusMessage.test.d.ts +1 -0
- package/dist/__tests__/notifications/StatusMessage.test.js +28 -0
- package/dist/__tests__/notifications/StatusMessage.test.js.map +1 -0
- package/dist/__tests__/overlays/Drawer.test.d.ts +1 -0
- package/dist/__tests__/overlays/Drawer.test.js +29 -0
- package/dist/__tests__/overlays/Drawer.test.js.map +1 -0
- package/dist/__tests__/overlays/LoadingOverlay.test.d.ts +1 -0
- package/dist/__tests__/overlays/LoadingOverlay.test.js +23 -0
- package/dist/__tests__/overlays/LoadingOverlay.test.js.map +1 -0
- package/dist/__tests__/overlays/Modal.test.d.ts +1 -0
- package/dist/__tests__/overlays/Modal.test.js +43 -0
- package/dist/__tests__/overlays/Modal.test.js.map +1 -0
- package/dist/__tests__/page_components/AdditionalFees.test.d.ts +1 -0
- package/dist/__tests__/page_components/AdditionalFees.test.js +37 -0
- package/dist/__tests__/page_components/AdditionalFees.test.js.map +1 -0
- package/dist/__tests__/page_components/Contact.test.d.ts +1 -0
- package/dist/__tests__/page_components/Contact.test.js +41 -0
- package/dist/__tests__/page_components/Contact.test.js.map +1 -0
- package/dist/__tests__/page_components/ContactAddress.test.d.ts +1 -0
- package/dist/__tests__/page_components/ContactAddress.test.js +20 -0
- package/dist/__tests__/page_components/ContactAddress.test.js.map +1 -0
- package/dist/__tests__/page_components/ContentAccordion.test.d.ts +1 -0
- package/dist/__tests__/page_components/ContentAccordion.test.js +26 -0
- package/dist/__tests__/page_components/ContentAccordion.test.js.map +1 -0
- package/dist/__tests__/page_components/DownloadLotteryResults.test.d.ts +1 -0
- package/dist/__tests__/page_components/DownloadLotteryResults.test.js +18 -0
- package/dist/__tests__/page_components/DownloadLotteryResults.test.js.map +1 -0
- package/dist/__tests__/page_components/EventSection.test.d.ts +1 -0
- package/dist/__tests__/page_components/EventSection.test.js +28 -0
- package/dist/__tests__/page_components/EventSection.test.js.map +1 -0
- package/dist/__tests__/page_components/ExpandableSection.test.d.ts +1 -0
- package/dist/__tests__/page_components/ExpandableSection.test.js +23 -0
- package/dist/__tests__/page_components/ExpandableSection.test.js.map +1 -0
- package/dist/__tests__/page_components/GetApplication.test.d.ts +1 -0
- package/dist/__tests__/page_components/GetApplication.test.js +41 -0
- package/dist/__tests__/page_components/GetApplication.test.js.map +1 -0
- package/dist/__tests__/page_components/ListingCard.test.d.ts +1 -0
- package/dist/__tests__/page_components/ListingCard.test.js +66 -0
- package/dist/__tests__/page_components/ListingCard.test.js.map +1 -0
- package/dist/__tests__/page_components/ListingDetailHeader.test.d.ts +1 -0
- package/dist/__tests__/page_components/ListingDetailHeader.test.js +17 -0
- package/dist/__tests__/page_components/ListingDetailHeader.test.js.map +1 -0
- package/dist/__tests__/page_components/ListingMap.test.d.ts +1 -0
- package/dist/__tests__/page_components/ListingMap.test.js +19 -0
- package/dist/__tests__/page_components/ListingMap.test.js.map +1 -0
- package/dist/__tests__/page_components/ListingsGroup.test.d.ts +1 -0
- package/dist/__tests__/page_components/ListingsGroup.test.js +28 -0
- package/dist/__tests__/page_components/ListingsGroup.test.js.map +1 -0
- package/dist/__tests__/page_components/QuantityRowSection.test.d.ts +1 -0
- package/dist/__tests__/page_components/QuantityRowSection.test.js +50 -0
- package/dist/__tests__/page_components/QuantityRowSection.test.js.map +1 -0
- package/dist/__tests__/page_components/ReferralApplication.test.d.ts +1 -0
- package/dist/__tests__/page_components/ReferralApplication.test.js +20 -0
- package/dist/__tests__/page_components/ReferralApplication.test.js.map +1 -0
- package/dist/__tests__/page_components/SubmitApplication.test.d.ts +1 -0
- package/dist/__tests__/page_components/SubmitApplication.test.js +23 -0
- package/dist/__tests__/page_components/SubmitApplication.test.js.map +1 -0
- package/dist/__tests__/prototypes/FieldSection.test.d.ts +1 -0
- package/dist/__tests__/prototypes/FieldSection.test.js +24 -0
- package/dist/__tests__/prototypes/FieldSection.test.js.map +1 -0
- package/dist/__tests__/prototypes/GridItem.test.d.ts +1 -0
- package/dist/__tests__/prototypes/GridItem.test.js +23 -0
- package/dist/__tests__/prototypes/GridItem.test.js.map +1 -0
- package/dist/__tests__/prototypes/Message.test.d.ts +1 -0
- package/dist/__tests__/prototypes/Message.test.js +23 -0
- package/dist/__tests__/prototypes/Message.test.js.map +1 -0
- package/dist/__tests__/sections/ContentSection.test.d.ts +1 -0
- package/dist/__tests__/sections/ContentSection.test.js +22 -0
- package/dist/__tests__/sections/ContentSection.test.js.map +1 -0
- package/dist/__tests__/sections/FooterSection.test.d.ts +1 -0
- package/dist/__tests__/sections/FooterSection.test.js +21 -0
- package/dist/__tests__/sections/FooterSection.test.js.map +1 -0
- package/dist/__tests__/sections/GridSection.test.d.ts +1 -0
- package/dist/__tests__/sections/GridSection.test.js +29 -0
- package/dist/__tests__/sections/GridSection.test.js.map +1 -0
- package/dist/__tests__/sections/InfoCardGrid.test.d.ts +1 -0
- package/dist/__tests__/sections/InfoCardGrid.test.js +23 -0
- package/dist/__tests__/sections/InfoCardGrid.test.js.map +1 -0
- package/dist/__tests__/sections/ListSection.test.d.ts +1 -0
- package/dist/__tests__/sections/ListSection.test.js +18 -0
- package/dist/__tests__/sections/ListSection.test.js.map +1 -0
- package/dist/__tests__/sections/MarkdownSection.test.d.ts +1 -0
- package/dist/__tests__/sections/MarkdownSection.test.js +20 -0
- package/dist/__tests__/sections/MarkdownSection.test.js.map +1 -0
- package/dist/__tests__/storyshots.spec.d.ts +1 -0
- package/dist/__tests__/storyshots.spec.js +39 -0
- package/dist/__tests__/storyshots.spec.js.map +1 -0
- package/dist/__tests__/tables/AgTable.test.d.ts +1 -0
- package/dist/__tests__/tables/AgTable.test.js +197 -0
- package/dist/__tests__/tables/AgTable.test.js.map +1 -0
- package/dist/__tests__/tables/CategoryTable.test.d.ts +1 -0
- package/dist/__tests__/tables/CategoryTable.test.js +55 -0
- package/dist/__tests__/tables/CategoryTable.test.js.map +1 -0
- package/dist/__tests__/tables/GroupedTable.test.d.ts +5 -0
- package/dist/__tests__/tables/GroupedTable.test.js +69 -0
- package/dist/__tests__/tables/GroupedTable.test.js.map +1 -0
- package/dist/__tests__/tables/MinimalTable.test.d.ts +1 -0
- package/dist/__tests__/tables/MinimalTable.test.js +43 -0
- package/dist/__tests__/tables/MinimalTable.test.js.map +1 -0
- package/dist/__tests__/tables/StackedTable.test.d.ts +1 -0
- package/dist/__tests__/tables/StackedTable.test.js +47 -0
- package/dist/__tests__/tables/StackedTable.test.js.map +1 -0
- package/dist/__tests__/tables/StandardTable.test.d.ts +1 -0
- package/dist/__tests__/tables/StandardTable.test.js +83 -0
- package/dist/__tests__/tables/StandardTable.test.js.map +1 -0
- package/dist/__tests__/text/Description.test.d.ts +1 -0
- package/dist/__tests__/text/Description.test.js +29 -0
- package/dist/__tests__/text/Description.test.js.map +1 -0
- package/dist/__tests__/text/Tag.test.d.ts +1 -0
- package/dist/__tests__/text/Tag.test.js +22 -0
- package/dist/__tests__/text/Tag.test.js.map +1 -0
- package/dist/index.d.ts +133 -0
- package/dist/index.js +168 -0
- package/dist/index.js.map +1 -0
- package/dist/src/actions/Button.d.ts +29 -0
- package/dist/src/actions/Button.js +78 -0
- package/dist/src/actions/Button.js.map +1 -0
- package/dist/src/actions/Button.stories.d.ts +41 -0
- package/dist/src/actions/Button.stories.js +148 -0
- package/dist/src/actions/Button.stories.js.map +1 -0
- package/dist/src/actions/ButtonGroup.d.ts +18 -0
- package/dist/src/actions/ButtonGroup.js +26 -0
- package/dist/src/actions/ButtonGroup.js.map +1 -0
- package/dist/src/actions/ButtonGroup.stories.d.ts +20 -0
- package/dist/src/actions/ButtonGroup.stories.js +86 -0
- package/dist/src/actions/ButtonGroup.stories.js.map +1 -0
- package/dist/src/actions/ExpandableContent.d.ts +11 -0
- package/dist/src/actions/ExpandableContent.js +40 -0
- package/dist/src/actions/ExpandableContent.js.map +1 -0
- package/dist/src/actions/ExpandableContent.stories.d.ts +5 -0
- package/dist/src/actions/ExpandableContent.stories.js +35 -0
- package/dist/src/actions/ExpandableContent.stories.js.map +1 -0
- package/dist/src/actions/ExpandableText.d.ts +16 -0
- package/dist/src/actions/ExpandableText.js +66 -0
- package/dist/src/actions/ExpandableText.js.map +1 -0
- package/dist/src/actions/ExpandableText.stories.d.ts +10 -0
- package/dist/src/actions/ExpandableText.stories.js +57 -0
- package/dist/src/actions/ExpandableText.stories.js.map +1 -0
- package/dist/src/actions/LinkButton.d.ts +10 -0
- package/dist/src/actions/LinkButton.js +50 -0
- package/dist/src/actions/LinkButton.js.map +1 -0
- package/dist/src/actions/LinkButton.stories.d.ts +12 -0
- package/dist/src/actions/LinkButton.stories.js +49 -0
- package/dist/src/actions/LinkButton.stories.js.map +1 -0
- package/dist/src/actions/LocalizedLink.d.ts +4 -0
- package/dist/src/actions/LocalizedLink.js +47 -0
- package/dist/src/actions/LocalizedLink.js.map +1 -0
- package/dist/src/actions/Video.d.ts +13 -0
- package/dist/src/actions/Video.js +23 -0
- package/dist/src/actions/Video.js.map +1 -0
- package/dist/src/blocks/ActionBlock.d.ts +22 -0
- package/dist/src/blocks/ActionBlock.js +40 -0
- package/dist/src/blocks/ActionBlock.js.map +1 -0
- package/dist/src/blocks/ActionBlock.stories.d.ts +11 -0
- package/dist/src/blocks/ActionBlock.stories.js +67 -0
- package/dist/src/blocks/ActionBlock.stories.js.map +1 -0
- package/dist/src/blocks/Card.d.ts +39 -0
- package/dist/src/blocks/Card.js +47 -0
- package/dist/src/blocks/Card.js.map +1 -0
- package/dist/src/blocks/Card.stories.d.ts +18 -0
- package/dist/src/blocks/Card.stories.js +88 -0
- package/dist/src/blocks/Card.stories.js.map +1 -0
- package/dist/src/blocks/DashBlock.d.ts +12 -0
- package/dist/src/blocks/DashBlock.js +54 -0
- package/dist/src/blocks/DashBlock.js.map +1 -0
- package/dist/src/blocks/DashBlocks.d.ts +6 -0
- package/dist/src/blocks/DashBlocks.js +12 -0
- package/dist/src/blocks/DashBlocks.js.map +1 -0
- package/dist/src/blocks/DashBlocks.stories.d.ts +5 -0
- package/dist/src/blocks/DashBlocks.stories.js +22 -0
- package/dist/src/blocks/DashBlocks.stories.js.map +1 -0
- package/dist/src/blocks/FormCard.d.ts +13 -0
- package/dist/src/blocks/FormCard.js +42 -0
- package/dist/src/blocks/FormCard.js.map +1 -0
- package/dist/src/blocks/HousingCounselor.d.ts +15 -0
- package/dist/src/blocks/HousingCounselor.js +52 -0
- package/dist/src/blocks/HousingCounselor.js.map +1 -0
- package/dist/src/blocks/HousingCounselor.stories.d.ts +7 -0
- package/dist/src/blocks/HousingCounselor.stories.js +38 -0
- package/dist/src/blocks/HousingCounselor.stories.js.map +1 -0
- package/dist/src/blocks/ImageCard.d.ts +55 -0
- package/dist/src/blocks/ImageCard.js +108 -0
- package/dist/src/blocks/ImageCard.js.map +1 -0
- package/dist/src/blocks/ImageCard.stories.d.ts +29 -0
- package/dist/src/blocks/ImageCard.stories.js +136 -0
- package/dist/src/blocks/ImageCard.stories.js.map +1 -0
- package/dist/src/blocks/InfoCard.d.ts +11 -0
- package/dist/src/blocks/InfoCard.js +48 -0
- package/dist/src/blocks/InfoCard.js.map +1 -0
- package/dist/src/blocks/InfoCard.stories.d.ts +18 -0
- package/dist/src/blocks/InfoCard.stories.js +31 -0
- package/dist/src/blocks/InfoCard.stories.js.map +1 -0
- package/dist/src/blocks/MediaCard.d.ts +11 -0
- package/dist/src/blocks/MediaCard.js +47 -0
- package/dist/src/blocks/MediaCard.js.map +1 -0
- package/dist/src/blocks/MediaCard.stories.d.ts +18 -0
- package/dist/src/blocks/MediaCard.stories.js +52 -0
- package/dist/src/blocks/MediaCard.stories.js.map +1 -0
- package/dist/src/blocks/StandardCard.d.ts +11 -0
- package/dist/src/blocks/StandardCard.js +20 -0
- package/dist/src/blocks/StandardCard.js.map +1 -0
- package/dist/src/blocks/StandardCard.stories.d.ts +19 -0
- package/dist/src/blocks/StandardCard.stories.js +42 -0
- package/dist/src/blocks/StandardCard.stories.js.map +1 -0
- package/dist/src/blocks/StatusBar.d.ts +10 -0
- package/dist/src/blocks/StatusBar.js +42 -0
- package/dist/src/blocks/StatusBar.js.map +1 -0
- package/dist/src/blocks/StatusBar.stories.d.ts +7 -0
- package/dist/src/blocks/StatusBar.stories.js +22 -0
- package/dist/src/blocks/StatusBar.stories.js.map +1 -0
- package/dist/src/blocks/StatusItem.d.ts +20 -0
- package/dist/src/blocks/StatusItem.js +64 -0
- package/dist/src/blocks/StatusItem.js.map +1 -0
- package/dist/src/blocks/StatusItem.stories.d.ts +6 -0
- package/dist/src/blocks/StatusItem.stories.js +16 -0
- package/dist/src/blocks/StatusItem.stories.js.map +1 -0
- package/dist/src/blocks/ViewItem.d.ts +15 -0
- package/dist/src/blocks/ViewItem.js +47 -0
- package/dist/src/blocks/ViewItem.js.map +1 -0
- package/dist/src/blocks/ViewItem.stories.d.ts +8 -0
- package/dist/src/blocks/ViewItem.stories.js +19 -0
- package/dist/src/blocks/ViewItem.stories.js.map +1 -0
- package/dist/src/config/NavigationContext.d.ts +24 -0
- package/dist/src/config/NavigationContext.js +53 -0
- package/dist/src/config/NavigationContext.js.map +1 -0
- package/dist/src/config/index.d.ts +1 -0
- package/dist/src/config/index.js +18 -0
- package/dist/src/config/index.js.map +1 -0
- package/dist/src/documentation/Utilities.d.ts +2 -0
- package/dist/src/documentation/Utilities.js +71 -0
- package/dist/src/documentation/Utilities.js.map +1 -0
- package/dist/src/footers/ExygyFooter.d.ts +2 -0
- package/dist/src/footers/ExygyFooter.js +34 -0
- package/dist/src/footers/ExygyFooter.js.map +1 -0
- package/dist/src/footers/SiteFooter.d.ts +7 -0
- package/dist/src/footers/SiteFooter.js +32 -0
- package/dist/src/footers/SiteFooter.js.map +1 -0
- package/dist/src/footers/SiteFooter.stories.d.ts +13 -0
- package/dist/src/footers/SiteFooter.stories.js +83 -0
- package/dist/src/footers/SiteFooter.stories.js.map +1 -0
- package/dist/src/forms/CloudinaryUpload.d.ts +12 -0
- package/dist/src/forms/CloudinaryUpload.js +82 -0
- package/dist/src/forms/CloudinaryUpload.js.map +1 -0
- package/dist/src/forms/DOBField.d.ts +32 -0
- package/dist/src/forms/DOBField.js +76 -0
- package/dist/src/forms/DOBField.js.map +1 -0
- package/dist/src/forms/DOBField.stories.d.ts +6 -0
- package/dist/src/forms/DOBField.stories.js +19 -0
- package/dist/src/forms/DOBField.stories.js.map +1 -0
- package/dist/src/forms/DateField.d.ts +34 -0
- package/dist/src/forms/DateField.js +64 -0
- package/dist/src/forms/DateField.js.map +1 -0
- package/dist/src/forms/DateField.stories.d.ts +6 -0
- package/dist/src/forms/DateField.stories.js +19 -0
- package/dist/src/forms/DateField.stories.js.map +1 -0
- package/dist/src/forms/Dropzone.d.ts +19 -0
- package/dist/src/forms/Dropzone.js +77 -0
- package/dist/src/forms/Dropzone.js.map +1 -0
- package/dist/src/forms/Dropzone.stories.d.ts +6 -0
- package/dist/src/forms/Dropzone.stories.js +60 -0
- package/dist/src/forms/Dropzone.stories.js.map +1 -0
- package/dist/src/forms/Field.d.ts +35 -0
- package/dist/src/forms/Field.js +116 -0
- package/dist/src/forms/Field.js.map +1 -0
- package/dist/src/forms/Field.stories.d.ts +13 -0
- package/dist/src/forms/Field.stories.js +54 -0
- package/dist/src/forms/Field.stories.js.map +1 -0
- package/dist/src/forms/FieldGroup.d.ts +41 -0
- package/dist/src/forms/FieldGroup.js +121 -0
- package/dist/src/forms/FieldGroup.js.map +1 -0
- package/dist/src/forms/FieldGroup.stories.d.ts +8 -0
- package/dist/src/forms/FieldGroup.stories.js +47 -0
- package/dist/src/forms/FieldGroup.stories.js.map +1 -0
- package/dist/src/forms/Form.d.ts +9 -0
- package/dist/src/forms/Form.js +19 -0
- package/dist/src/forms/Form.js.map +1 -0
- package/dist/src/forms/HouseholdMemberForm.d.ts +13 -0
- package/dist/src/forms/HouseholdMemberForm.js +22 -0
- package/dist/src/forms/HouseholdMemberForm.js.map +1 -0
- package/dist/src/forms/HouseholdMemberForm.stories.d.ts +7 -0
- package/dist/src/forms/HouseholdMemberForm.stories.js +40 -0
- package/dist/src/forms/HouseholdMemberForm.stories.js.map +1 -0
- package/dist/src/forms/HouseholdSizeField.d.ts +20 -0
- package/dist/src/forms/HouseholdSizeField.js +41 -0
- package/dist/src/forms/HouseholdSizeField.js.map +1 -0
- package/dist/src/forms/HouseholdSizeField.stories.d.ts +6 -0
- package/dist/src/forms/HouseholdSizeField.stories.js +44 -0
- package/dist/src/forms/HouseholdSizeField.stories.js.map +1 -0
- package/dist/src/forms/MultiSelectField.d.ts +21 -0
- package/dist/src/forms/MultiSelectField.js +117 -0
- package/dist/src/forms/MultiSelectField.js.map +1 -0
- package/dist/src/forms/MultiSelectField.stories.d.ts +18 -0
- package/dist/src/forms/MultiSelectField.stories.js +170 -0
- package/dist/src/forms/MultiSelectField.stories.js.map +1 -0
- package/dist/src/forms/PhoneField.d.ts +18 -0
- package/dist/src/forms/PhoneField.js +63 -0
- package/dist/src/forms/PhoneField.js.map +1 -0
- package/dist/src/forms/PhoneMask.d.ts +2 -0
- package/dist/src/forms/PhoneMask.js +16 -0
- package/dist/src/forms/PhoneMask.js.map +1 -0
- package/dist/src/forms/Select.d.ts +28 -0
- package/dist/src/forms/Select.js +33 -0
- package/dist/src/forms/Select.js.map +1 -0
- package/dist/src/forms/Textarea.d.ts +25 -0
- package/dist/src/forms/Textarea.js +65 -0
- package/dist/src/forms/Textarea.js.map +1 -0
- package/dist/src/forms/Textarea.stories.d.ts +12 -0
- package/dist/src/forms/Textarea.stories.js +47 -0
- package/dist/src/forms/Textarea.stories.js.map +1 -0
- package/dist/src/forms/TimeField.d.ts +39 -0
- package/dist/src/forms/TimeField.js +103 -0
- package/dist/src/forms/TimeField.js.map +1 -0
- package/dist/src/forms/TimeField.stories.d.ts +6 -0
- package/dist/src/forms/TimeField.stories.js +19 -0
- package/dist/src/forms/TimeField.stories.js.map +1 -0
- package/dist/src/forms/checkbox.stories.d.ts +6 -0
- package/dist/src/forms/checkbox.stories.js +36 -0
- package/dist/src/forms/checkbox.stories.js.map +1 -0
- package/dist/src/forms/radio.stories.d.ts +6 -0
- package/dist/src/forms/radio.stories.js +40 -0
- package/dist/src/forms/radio.stories.js.map +1 -0
- package/dist/src/global/AppearanceTypes.d.ts +33 -0
- package/dist/src/global/AppearanceTypes.js +48 -0
- package/dist/src/global/AppearanceTypes.js.map +1 -0
- package/dist/src/global/ApplicationStatusType.d.ts +7 -0
- package/dist/src/global/ApplicationStatusType.js +12 -0
- package/dist/src/global/ApplicationStatusType.js.map +1 -0
- package/dist/src/headers/HeadingGroup.d.ts +17 -0
- package/dist/src/headers/HeadingGroup.js +21 -0
- package/dist/src/headers/HeadingGroup.js.map +1 -0
- package/dist/src/headers/HeadingGroup.stories.d.ts +16 -0
- package/dist/src/headers/HeadingGroup.stories.js +33 -0
- package/dist/src/headers/HeadingGroup.stories.js.map +1 -0
- package/dist/src/headers/Hero.d.ts +19 -0
- package/dist/src/headers/Hero.js +58 -0
- package/dist/src/headers/Hero.js.map +1 -0
- package/dist/src/headers/Hero.stories.d.ts +9 -0
- package/dist/src/headers/Hero.stories.js +42 -0
- package/dist/src/headers/Hero.stories.js.map +1 -0
- package/dist/src/headers/PageHeader.d.ts +13 -0
- package/dist/src/headers/PageHeader.js +47 -0
- package/dist/src/headers/PageHeader.js.map +1 -0
- package/dist/src/headers/PageHeader.stories.d.ts +19 -0
- package/dist/src/headers/PageHeader.stories.js +62 -0
- package/dist/src/headers/PageHeader.stories.js.map +1 -0
- package/dist/src/headers/SiteHeader.d.ts +39 -0
- package/dist/src/headers/SiteHeader.js +258 -0
- package/dist/src/headers/SiteHeader.js.map +1 -0
- package/dist/src/headers/SiteHeader.stories.d.ts +19 -0
- package/dist/src/headers/SiteHeader.stories.js +273 -0
- package/dist/src/headers/SiteHeader.stories.js.map +1 -0
- package/dist/src/headers/StepHeader.d.ts +10 -0
- package/dist/src/headers/StepHeader.js +38 -0
- package/dist/src/headers/StepHeader.js.map +1 -0
- package/dist/src/headers/StepHeader.stories.d.ts +18 -0
- package/dist/src/headers/StepHeader.stories.js +63 -0
- package/dist/src/headers/StepHeader.stories.js.map +1 -0
- package/dist/src/helpers/DateFormat.d.ts +2 -0
- package/dist/src/helpers/DateFormat.js +15 -0
- package/dist/src/helpers/DateFormat.js.map +1 -0
- package/dist/src/helpers/MultiLineAddress.d.ts +15 -0
- package/dist/src/helpers/MultiLineAddress.js +53 -0
- package/dist/src/helpers/MultiLineAddress.js.map +1 -0
- package/dist/src/helpers/MultiLineAddress.stories.d.ts +9 -0
- package/dist/src/helpers/MultiLineAddress.stories.js +72 -0
- package/dist/src/helpers/MultiLineAddress.stories.js.map +1 -0
- package/dist/src/helpers/OneLineAddress.d.ts +6 -0
- package/dist/src/helpers/OneLineAddress.js +46 -0
- package/dist/src/helpers/OneLineAddress.js.map +1 -0
- package/dist/src/helpers/OneLineAddress.stories.d.ts +9 -0
- package/dist/src/helpers/OneLineAddress.stories.js +72 -0
- package/dist/src/helpers/OneLineAddress.stories.js.map +1 -0
- package/dist/src/helpers/capitalize.d.ts +1 -0
- package/dist/src/helpers/capitalize.js +13 -0
- package/dist/src/helpers/capitalize.js.map +1 -0
- package/dist/src/helpers/dateToString.d.ts +1 -0
- package/dist/src/helpers/dateToString.js +20 -0
- package/dist/src/helpers/dateToString.js.map +1 -0
- package/dist/src/helpers/debounce.d.ts +1 -0
- package/dist/src/helpers/debounce.js +21 -0
- package/dist/src/helpers/debounce.js.map +1 -0
- package/dist/src/helpers/formOptions.d.ts +10 -0
- package/dist/src/helpers/formOptions.js +51 -0
- package/dist/src/helpers/formOptions.js.map +1 -0
- package/dist/src/helpers/formatYesNoLabel.d.ts +5 -0
- package/dist/src/helpers/formatYesNoLabel.js +14 -0
- package/dist/src/helpers/formatYesNoLabel.js.map +1 -0
- package/dist/src/helpers/getTranslationWithArguments.d.ts +1 -0
- package/dist/src/helpers/getTranslationWithArguments.js +32 -0
- package/dist/src/helpers/getTranslationWithArguments.js.map +1 -0
- package/dist/src/helpers/links.d.ts +2 -0
- package/dist/src/helpers/links.js +12 -0
- package/dist/src/helpers/links.js.map +1 -0
- package/dist/src/helpers/mergeDeep.d.ts +1 -0
- package/dist/src/helpers/mergeDeep.js +17 -0
- package/dist/src/helpers/mergeDeep.js.map +1 -0
- package/dist/src/helpers/numberOrdinal.d.ts +1 -0
- package/dist/src/helpers/numberOrdinal.js +20 -0
- package/dist/src/helpers/numberOrdinal.js.map +1 -0
- package/dist/src/helpers/preferences.d.ts +12 -0
- package/dist/src/helpers/preferences.js +31 -0
- package/dist/src/helpers/preferences.js.map +1 -0
- package/dist/src/helpers/resolveObject.d.ts +1 -0
- package/dist/src/helpers/resolveObject.js +11 -0
- package/dist/src/helpers/resolveObject.js.map +1 -0
- package/dist/src/helpers/translator.d.ts +4 -0
- package/dist/src/helpers/translator.js +41 -0
- package/dist/src/helpers/translator.js.map +1 -0
- package/dist/src/helpers/useIntersect.d.ts +15 -0
- package/dist/src/helpers/useIntersect.js +37 -0
- package/dist/src/helpers/useIntersect.js.map +1 -0
- package/dist/src/helpers/useKeyPress.d.ts +2 -0
- package/dist/src/helpers/useKeyPress.js +17 -0
- package/dist/src/helpers/useKeyPress.js.map +1 -0
- package/dist/src/helpers/useMutate.d.ts +13 -0
- package/dist/src/helpers/useMutate.js +93 -0
- package/dist/src/helpers/useMutate.js.map +1 -0
- package/dist/src/helpers/useOutsideClick.d.ts +7 -0
- package/dist/src/helpers/useOutsideClick.js +20 -0
- package/dist/src/helpers/useOutsideClick.js.map +1 -0
- package/dist/src/helpers/validators.d.ts +3 -0
- package/dist/src/helpers/validators.js +7 -0
- package/dist/src/helpers/validators.js.map +1 -0
- package/dist/src/icons/FontAwesome.stories.d.ts +8 -0
- package/dist/src/icons/FontAwesome.stories.js +20 -0
- package/dist/src/icons/FontAwesome.stories.js.map +1 -0
- package/dist/src/icons/HeaderBadge.d.ts +3 -0
- package/dist/src/icons/HeaderBadge.js +42 -0
- package/dist/src/icons/HeaderBadge.js.map +1 -0
- package/dist/src/icons/HeaderBadge.stories.d.ts +5 -0
- package/dist/src/icons/HeaderBadge.stories.js +14 -0
- package/dist/src/icons/HeaderBadge.stories.js.map +1 -0
- package/dist/src/icons/Icon.d.ts +85 -0
- package/dist/src/icons/Icon.js +114 -0
- package/dist/src/icons/Icon.js.map +1 -0
- package/dist/src/icons/Icon.stories.d.ts +64 -0
- package/dist/src/icons/Icon.stories.js +132 -0
- package/dist/src/icons/Icon.stories.js.map +1 -0
- package/dist/src/icons/Icons.d.ts +64 -0
- package/dist/src/icons/Icons.js +457 -0
- package/dist/src/icons/Icons.js.map +1 -0
- package/dist/src/lists/NumberedList.stories.d.ts +5 -0
- package/dist/src/lists/NumberedList.stories.js +38 -0
- package/dist/src/lists/NumberedList.stories.js.map +1 -0
- package/dist/src/lists/PreferencesList.d.ts +17 -0
- package/dist/src/lists/PreferencesList.js +61 -0
- package/dist/src/lists/PreferencesList.js.map +1 -0
- package/dist/src/lists/PreferencesList.stories.d.ts +16 -0
- package/dist/src/lists/PreferencesList.stories.js +76 -0
- package/dist/src/lists/PreferencesList.stories.js.map +1 -0
- package/dist/src/navigation/Breadcrumbs.d.ts +12 -0
- package/dist/src/navigation/Breadcrumbs.js +17 -0
- package/dist/src/navigation/Breadcrumbs.js.map +1 -0
- package/dist/src/navigation/Breadcrumbs.stories.d.ts +6 -0
- package/dist/src/navigation/Breadcrumbs.stories.js +18 -0
- package/dist/src/navigation/Breadcrumbs.stories.js.map +1 -0
- package/dist/src/navigation/FooterNav.d.ts +8 -0
- package/dist/src/navigation/FooterNav.js +35 -0
- package/dist/src/navigation/FooterNav.js.map +1 -0
- package/dist/src/navigation/LanguageNav.d.ts +12 -0
- package/dist/src/navigation/LanguageNav.js +34 -0
- package/dist/src/navigation/LanguageNav.js.map +1 -0
- package/dist/src/navigation/LanguageNav.stories.d.ts +6 -0
- package/dist/src/navigation/LanguageNav.stories.js +27 -0
- package/dist/src/navigation/LanguageNav.stories.js.map +1 -0
- package/dist/src/navigation/ProgressNav.d.ts +13 -0
- package/dist/src/navigation/ProgressNav.js +52 -0
- package/dist/src/navigation/ProgressNav.js.map +1 -0
- package/dist/src/navigation/ProgressNav.stories.d.ts +16 -0
- package/dist/src/navigation/ProgressNav.stories.js +25 -0
- package/dist/src/navigation/ProgressNav.stories.js.map +1 -0
- package/dist/src/navigation/SideNav.d.ts +14 -0
- package/dist/src/navigation/SideNav.js +63 -0
- package/dist/src/navigation/SideNav.js.map +1 -0
- package/dist/src/navigation/SideNav.stories.d.ts +19 -0
- package/dist/src/navigation/SideNav.stories.js +60 -0
- package/dist/src/navigation/SideNav.stories.js.map +1 -0
- package/dist/src/navigation/TabNav.d.ts +16 -0
- package/dist/src/navigation/TabNav.js +41 -0
- package/dist/src/navigation/TabNav.js.map +1 -0
- package/dist/src/navigation/TabNav.stories.d.ts +36 -0
- package/dist/src/navigation/TabNav.stories.js +60 -0
- package/dist/src/navigation/TabNav.stories.js.map +1 -0
- package/dist/src/navigation/Tabs.d.ts +39 -0
- package/dist/src/navigation/Tabs.js +70 -0
- package/dist/src/navigation/Tabs.js.map +1 -0
- package/dist/src/navigation/Tabs.stories.d.ts +6 -0
- package/dist/src/navigation/Tabs.stories.js +42 -0
- package/dist/src/navigation/Tabs.stories.js.map +1 -0
- package/dist/src/notifications/AlertBox.d.ts +18 -0
- package/dist/src/notifications/AlertBox.js +76 -0
- package/dist/src/notifications/AlertBox.js.map +1 -0
- package/dist/src/notifications/AlertBox.stories.d.ts +28 -0
- package/dist/src/notifications/AlertBox.stories.js +61 -0
- package/dist/src/notifications/AlertBox.stories.js.map +1 -0
- package/dist/src/notifications/AlertNotice.d.ts +12 -0
- package/dist/src/notifications/AlertNotice.js +32 -0
- package/dist/src/notifications/AlertNotice.js.map +1 -0
- package/dist/src/notifications/AlertNotice.stories.d.ts +11 -0
- package/dist/src/notifications/AlertNotice.stories.js +37 -0
- package/dist/src/notifications/AlertNotice.stories.js.map +1 -0
- package/dist/src/notifications/ApplicationStatus.d.ts +15 -0
- package/dist/src/notifications/ApplicationStatus.js +70 -0
- package/dist/src/notifications/ApplicationStatus.js.map +1 -0
- package/dist/src/notifications/ApplicationStatus.stories.d.ts +20 -0
- package/dist/src/notifications/ApplicationStatus.stories.js +103 -0
- package/dist/src/notifications/ApplicationStatus.stories.js.map +1 -0
- package/dist/src/notifications/ErrorMessage.d.ts +8 -0
- package/dist/src/notifications/ErrorMessage.js +22 -0
- package/dist/src/notifications/ErrorMessage.js.map +1 -0
- package/dist/src/notifications/SiteAlert.d.ts +19 -0
- package/dist/src/notifications/SiteAlert.js +80 -0
- package/dist/src/notifications/SiteAlert.js.map +1 -0
- package/dist/src/notifications/StatusAside.d.ts +8 -0
- package/dist/src/notifications/StatusAside.js +15 -0
- package/dist/src/notifications/StatusAside.js.map +1 -0
- package/dist/src/notifications/StatusAside.stories.d.ts +7 -0
- package/dist/src/notifications/StatusAside.stories.js +37 -0
- package/dist/src/notifications/StatusAside.stories.js.map +1 -0
- package/dist/src/notifications/StatusMessage.d.ts +20 -0
- package/dist/src/notifications/StatusMessage.js +36 -0
- package/dist/src/notifications/StatusMessage.js.map +1 -0
- package/dist/src/notifications/StatusMessage.stories.d.ts +7 -0
- package/dist/src/notifications/StatusMessage.stories.js +20 -0
- package/dist/src/notifications/StatusMessage.stories.js.map +1 -0
- package/dist/src/notifications/alertTypes.d.ts +7 -0
- package/dist/src/notifications/alertTypes.js +10 -0
- package/dist/src/notifications/alertTypes.js.map +1 -0
- package/dist/src/overlays/Drawer.d.ts +21 -0
- package/dist/src/overlays/Drawer.js +59 -0
- package/dist/src/overlays/Drawer.js.map +1 -0
- package/dist/src/overlays/Drawer.stories.d.ts +9 -0
- package/dist/src/overlays/Drawer.stories.js +97 -0
- package/dist/src/overlays/Drawer.stories.js.map +1 -0
- package/dist/src/overlays/LoadingOverlay.d.ts +8 -0
- package/dist/src/overlays/LoadingOverlay.js +43 -0
- package/dist/src/overlays/LoadingOverlay.js.map +1 -0
- package/dist/src/overlays/LoadingOverlay.stories.d.ts +6 -0
- package/dist/src/overlays/LoadingOverlay.stories.js +21 -0
- package/dist/src/overlays/LoadingOverlay.stories.js.map +1 -0
- package/dist/src/overlays/Modal.d.ts +18 -0
- package/dist/src/overlays/Modal.js +64 -0
- package/dist/src/overlays/Modal.js.map +1 -0
- package/dist/src/overlays/Modal.stories.d.ts +24 -0
- package/dist/src/overlays/Modal.stories.js +141 -0
- package/dist/src/overlays/Modal.stories.js.map +1 -0
- package/dist/src/overlays/Overlay.d.ts +16 -0
- package/dist/src/overlays/Overlay.js +89 -0
- package/dist/src/overlays/Overlay.js.map +1 -0
- package/dist/src/page_components/ApplicationTimeline.d.ts +10 -0
- package/dist/src/page_components/ApplicationTimeline.js +25 -0
- package/dist/src/page_components/ApplicationTimeline.js.map +1 -0
- package/dist/src/page_components/NavigationHeader.d.ts +18 -0
- package/dist/src/page_components/NavigationHeader.js +65 -0
- package/dist/src/page_components/NavigationHeader.js.map +1 -0
- package/dist/src/page_components/forgot-password/FormForgotPassword.d.ts +21 -0
- package/dist/src/page_components/forgot-password/FormForgotPassword.js +59 -0
- package/dist/src/page_components/forgot-password/FormForgotPassword.js.map +1 -0
- package/dist/src/page_components/listing/AdditionalFees.d.ts +18 -0
- package/dist/src/page_components/listing/AdditionalFees.js +48 -0
- package/dist/src/page_components/listing/AdditionalFees.js.map +1 -0
- package/dist/src/page_components/listing/AdditionalFees.stories.d.ts +12 -0
- package/dist/src/page_components/listing/AdditionalFees.stories.js +100 -0
- package/dist/src/page_components/listing/AdditionalFees.stories.js.map +1 -0
- package/dist/src/page_components/listing/ContentAccordion.d.ts +16 -0
- package/dist/src/page_components/listing/ContentAccordion.js +53 -0
- package/dist/src/page_components/listing/ContentAccordion.js.map +1 -0
- package/dist/src/page_components/listing/ContentAccordion.stories.d.ts +9 -0
- package/dist/src/page_components/listing/ContentAccordion.stories.js +86 -0
- package/dist/src/page_components/listing/ContentAccordion.stories.js.map +1 -0
- package/dist/src/page_components/listing/ListingCard.d.ts +54 -0
- package/dist/src/page_components/listing/ListingCard.js +106 -0
- package/dist/src/page_components/listing/ListingCard.js.map +1 -0
- package/dist/src/page_components/listing/ListingCard.stories.d.ts +28 -0
- package/dist/src/page_components/listing/ListingCard.stories.js +286 -0
- package/dist/src/page_components/listing/ListingCard.stories.js.map +1 -0
- package/dist/src/page_components/listing/ListingDetailHeader.d.ts +12 -0
- package/dist/src/page_components/listing/ListingDetailHeader.js +37 -0
- package/dist/src/page_components/listing/ListingDetailHeader.js.map +1 -0
- package/dist/src/page_components/listing/ListingDetails.d.ts +3 -0
- package/dist/src/page_components/listing/ListingDetails.js +38 -0
- package/dist/src/page_components/listing/ListingDetails.js.map +1 -0
- package/dist/src/page_components/listing/ListingMap.d.ts +23 -0
- package/dist/src/page_components/listing/ListingMap.js +123 -0
- package/dist/src/page_components/listing/ListingMap.js.map +1 -0
- package/dist/src/page_components/listing/ListingMap.stories.d.ts +5 -0
- package/dist/src/page_components/listing/ListingMap.stories.js +41 -0
- package/dist/src/page_components/listing/ListingMap.stories.js.map +1 -0
- package/dist/src/page_components/listing/ListingsGroup.d.ts +14 -0
- package/dist/src/page_components/listing/ListingsGroup.js +52 -0
- package/dist/src/page_components/listing/ListingsGroup.js.map +1 -0
- package/dist/src/page_components/listing/ListingsGroup.stories.d.ts +8 -0
- package/dist/src/page_components/listing/ListingsGroup.stories.js +48 -0
- package/dist/src/page_components/listing/ListingsGroup.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/Contact.d.ts +36 -0
- package/dist/src/page_components/listing/listing_sidebar/Contact.js +68 -0
- package/dist/src/page_components/listing/listing_sidebar/Contact.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/Contact.stories.d.ts +9 -0
- package/dist/src/page_components/listing/listing_sidebar/Contact.stories.js +74 -0
- package/dist/src/page_components/listing/listing_sidebar/Contact.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/ContactAddress.d.ts +10 -0
- package/dist/src/page_components/listing/listing_sidebar/ContactAddress.js +52 -0
- package/dist/src/page_components/listing/listing_sidebar/ContactAddress.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/ContactAddress.stories.d.ts +6 -0
- package/dist/src/page_components/listing/listing_sidebar/ContactAddress.stories.js +46 -0
- package/dist/src/page_components/listing/listing_sidebar/ContactAddress.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.d.ts +12 -0
- package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.js +50 -0
- package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.stories.d.ts +7 -0
- package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.stories.js +49 -0
- package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/GetApplication.d.ts +38 -0
- package/dist/src/page_components/listing/listing_sidebar/GetApplication.js +75 -0
- package/dist/src/page_components/listing/listing_sidebar/GetApplication.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/GetApplication.stories.d.ts +13 -0
- package/dist/src/page_components/listing/listing_sidebar/GetApplication.stories.js +116 -0
- package/dist/src/page_components/listing/listing_sidebar/GetApplication.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/ListingUpdated.d.ts +8 -0
- package/dist/src/page_components/listing/listing_sidebar/ListingUpdated.js +41 -0
- package/dist/src/page_components/listing/listing_sidebar/ListingUpdated.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/NumberedHeader.d.ts +5 -0
- package/dist/src/page_components/listing/listing_sidebar/NumberedHeader.js +33 -0
- package/dist/src/page_components/listing/listing_sidebar/NumberedHeader.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/OrDivider.d.ts +7 -0
- package/dist/src/page_components/listing/listing_sidebar/OrDivider.js +36 -0
- package/dist/src/page_components/listing/listing_sidebar/OrDivider.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.d.ts +16 -0
- package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.js +46 -0
- package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.stories.d.ts +11 -0
- package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.stories.js +96 -0
- package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.d.ts +10 -0
- package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.js +46 -0
- package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.stories.d.ts +5 -0
- package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.stories.js +41 -0
- package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.d.ts +9 -0
- package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.js +37 -0
- package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.stories.d.ts +7 -0
- package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.stories.js +47 -0
- package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.d.ts +22 -0
- package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.js +58 -0
- package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.stories.d.ts +9 -0
- package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.stories.js +107 -0
- package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.d.ts +10 -0
- package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.js +40 -0
- package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.stories.d.ts +6 -0
- package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.stories.js +43 -0
- package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.stories.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/events/EventSection.d.ts +16 -0
- package/dist/src/page_components/listing/listing_sidebar/events/EventSection.js +48 -0
- package/dist/src/page_components/listing/listing_sidebar/events/EventSection.js.map +1 -0
- package/dist/src/page_components/listing/listing_sidebar/events/EventSection.stories.d.ts +16 -0
- package/dist/src/page_components/listing/listing_sidebar/events/EventSection.stories.js +160 -0
- package/dist/src/page_components/listing/listing_sidebar/events/EventSection.stories.js.map +1 -0
- package/dist/src/page_components/sign-in/FormSignIn.d.ts +33 -0
- package/dist/src/page_components/sign-in/FormSignIn.js +55 -0
- package/dist/src/page_components/sign-in/FormSignIn.js.map +1 -0
- package/dist/src/page_components/sign-in/FormSignInAddPhone.d.ts +18 -0
- package/dist/src/page_components/sign-in/FormSignInAddPhone.js +30 -0
- package/dist/src/page_components/sign-in/FormSignInAddPhone.js.map +1 -0
- package/dist/src/page_components/sign-in/FormSignInErrorBox.d.ts +13 -0
- package/dist/src/page_components/sign-in/FormSignInErrorBox.js +26 -0
- package/dist/src/page_components/sign-in/FormSignInErrorBox.js.map +1 -0
- package/dist/src/page_components/sign-in/FormSignInMFACode.d.ts +19 -0
- package/dist/src/page_components/sign-in/FormSignInMFACode.js +46 -0
- package/dist/src/page_components/sign-in/FormSignInMFACode.js.map +1 -0
- package/dist/src/page_components/sign-in/FormSignInMFAType.d.ts +17 -0
- package/dist/src/page_components/sign-in/FormSignInMFAType.js +31 -0
- package/dist/src/page_components/sign-in/FormSignInMFAType.js.map +1 -0
- package/dist/src/page_components/sign-in/FormTerms.d.ts +6 -0
- package/dist/src/page_components/sign-in/FormTerms.js +31 -0
- package/dist/src/page_components/sign-in/FormTerms.js.map +1 -0
- package/dist/src/page_components/sign-in/ResendConfirmationModal.d.ts +12 -0
- package/dist/src/page_components/sign-in/ResendConfirmationModal.js +113 -0
- package/dist/src/page_components/sign-in/ResendConfirmationModal.js.map +1 -0
- package/dist/src/prototypes/AppCard.stories.d.ts +8 -0
- package/dist/src/prototypes/AppCard.stories.js +48 -0
- package/dist/src/prototypes/AppCard.stories.js.map +1 -0
- package/dist/src/prototypes/Back.stories.d.ts +7 -0
- package/dist/src/prototypes/Back.stories.js +16 -0
- package/dist/src/prototypes/Back.stories.js.map +1 -0
- package/dist/src/prototypes/ButtonGroup.stories.d.ts +8 -0
- package/dist/src/prototypes/ButtonGroup.stories.js +32 -0
- package/dist/src/prototypes/ButtonGroup.stories.js.map +1 -0
- package/dist/src/prototypes/ButtonPager.stories.d.ts +7 -0
- package/dist/src/prototypes/ButtonPager.stories.js +19 -0
- package/dist/src/prototypes/ButtonPager.stories.js.map +1 -0
- package/dist/src/prototypes/FieldSection.d.ts +11 -0
- package/dist/src/prototypes/FieldSection.js +44 -0
- package/dist/src/prototypes/FieldSection.js.map +1 -0
- package/dist/src/prototypes/FieldSection.stories.d.ts +8 -0
- package/dist/src/prototypes/FieldSection.stories.js +48 -0
- package/dist/src/prototypes/FieldSection.stories.js.map +1 -0
- package/dist/src/prototypes/GridItem.d.ts +7 -0
- package/dist/src/prototypes/GridItem.js +36 -0
- package/dist/src/prototypes/GridItem.js.map +1 -0
- package/dist/src/prototypes/GridItem.stories.d.ts +7 -0
- package/dist/src/prototypes/GridItem.stories.js +27 -0
- package/dist/src/prototypes/GridItem.stories.js.map +1 -0
- package/dist/src/prototypes/SummaryCard.stories.d.ts +8 -0
- package/dist/src/prototypes/SummaryCard.stories.js +30 -0
- package/dist/src/prototypes/SummaryCard.stories.js.map +1 -0
- package/dist/src/prototypes/Swatch.d.ts +3 -0
- package/dist/src/prototypes/Swatch.js +30 -0
- package/dist/src/prototypes/Swatch.js.map +1 -0
- package/dist/src/sections/ContentSection.d.ts +9 -0
- package/dist/src/sections/ContentSection.js +37 -0
- package/dist/src/sections/ContentSection.js.map +1 -0
- package/dist/src/sections/FooterSection.d.ts +9 -0
- package/dist/src/sections/FooterSection.js +33 -0
- package/dist/src/sections/FooterSection.js.map +1 -0
- package/dist/src/sections/GridSection.d.ts +25 -0
- package/dist/src/sections/GridSection.js +78 -0
- package/dist/src/sections/GridSection.js.map +1 -0
- package/dist/src/sections/GridSection.stories.d.ts +15 -0
- package/dist/src/sections/GridSection.stories.js +177 -0
- package/dist/src/sections/GridSection.stories.js.map +1 -0
- package/dist/src/sections/InfoCardGrid.d.ts +9 -0
- package/dist/src/sections/InfoCardGrid.js +37 -0
- package/dist/src/sections/InfoCardGrid.js.map +1 -0
- package/dist/src/sections/InfoCardGrid.stories.d.ts +6 -0
- package/dist/src/sections/InfoCardGrid.stories.js +21 -0
- package/dist/src/sections/InfoCardGrid.stories.js.map +1 -0
- package/dist/src/sections/ListSection.d.ts +9 -0
- package/dist/src/sections/ListSection.js +37 -0
- package/dist/src/sections/ListSection.js.map +1 -0
- package/dist/src/sections/MarkdownSection.d.ts +9 -0
- package/dist/src/sections/MarkdownSection.js +41 -0
- package/dist/src/sections/MarkdownSection.js.map +1 -0
- package/dist/src/sections/ResponsiveContentList.d.ts +10 -0
- package/dist/src/sections/ResponsiveContentList.js +53 -0
- package/dist/src/sections/ResponsiveContentList.js.map +1 -0
- package/dist/src/sections/ResponsiveContentList.stories.d.ts +5 -0
- package/dist/src/sections/ResponsiveContentList.stories.js +44 -0
- package/dist/src/sections/ResponsiveContentList.stories.js.map +1 -0
- package/dist/src/sections/ResponsiveWrappers.d.ts +7 -0
- package/dist/src/sections/ResponsiveWrappers.js +38 -0
- package/dist/src/sections/ResponsiveWrappers.js.map +1 -0
- package/dist/src/tables/AgPagination.d.ts +15 -0
- package/dist/src/tables/AgPagination.js +56 -0
- package/dist/src/tables/AgPagination.js.map +1 -0
- package/dist/src/tables/AgTable.d.ts +70 -0
- package/dist/src/tables/AgTable.js +156 -0
- package/dist/src/tables/AgTable.js.map +1 -0
- package/dist/src/tables/AgTable.stories.d.ts +7 -0
- package/dist/src/tables/AgTable.stories.js +62 -0
- package/dist/src/tables/AgTable.stories.js.map +1 -0
- package/dist/src/tables/CategoryTable.d.ts +13 -0
- package/dist/src/tables/CategoryTable.js +52 -0
- package/dist/src/tables/CategoryTable.js.map +1 -0
- package/dist/src/tables/CategoryTable.stories.d.ts +8 -0
- package/dist/src/tables/CategoryTable.stories.js +70 -0
- package/dist/src/tables/CategoryTable.stories.js.map +1 -0
- package/dist/src/tables/GroupedTable.d.ts +11 -0
- package/dist/src/tables/GroupedTable.js +73 -0
- package/dist/src/tables/GroupedTable.js.map +1 -0
- package/dist/src/tables/GroupedTable.stories.d.ts +6 -0
- package/dist/src/tables/GroupedTable.stories.js +32 -0
- package/dist/src/tables/GroupedTable.stories.js.map +1 -0
- package/dist/src/tables/MinimalTable.d.ts +25 -0
- package/dist/src/tables/MinimalTable.js +39 -0
- package/dist/src/tables/MinimalTable.js.map +1 -0
- package/dist/src/tables/MinimalTable.stories.d.ts +29 -0
- package/dist/src/tables/MinimalTable.stories.js +136 -0
- package/dist/src/tables/MinimalTable.stories.js.map +1 -0
- package/dist/src/tables/StackedTable.d.ts +23 -0
- package/dist/src/tables/StackedTable.js +71 -0
- package/dist/src/tables/StackedTable.js.map +1 -0
- package/dist/src/tables/StackedTable.stories.d.ts +10 -0
- package/dist/src/tables/StackedTable.stories.js +128 -0
- package/dist/src/tables/StackedTable.stories.js.map +1 -0
- package/dist/src/tables/StandardTable.d.ts +62 -0
- package/dist/src/tables/StandardTable.js +158 -0
- package/dist/src/tables/StandardTable.js.map +1 -0
- package/dist/src/tables/StandardTable.stories.d.ts +38 -0
- package/dist/src/tables/StandardTable.stories.js +111 -0
- package/dist/src/tables/StandardTable.stories.js.map +1 -0
- package/dist/src/text/Description.d.ts +10 -0
- package/dist/src/text/Description.js +54 -0
- package/dist/src/text/Description.js.map +1 -0
- package/dist/src/text/Heading.d.ts +19 -0
- package/dist/src/text/Heading.js +49 -0
- package/dist/src/text/Heading.js.map +1 -0
- package/dist/src/text/Heading.stories.d.ts +28 -0
- package/dist/src/text/Heading.stories.js +71 -0
- package/dist/src/text/Heading.stories.js.map +1 -0
- package/dist/src/text/Message.d.ts +8 -0
- package/dist/src/text/Message.js +37 -0
- package/dist/src/text/Message.js.map +1 -0
- package/dist/src/text/Message.stories.d.ts +7 -0
- package/dist/src/text/Message.stories.js +37 -0
- package/dist/src/text/Message.stories.js.map +1 -0
- package/dist/src/text/Tag.d.ts +11 -0
- package/dist/src/text/Tag.js +43 -0
- package/dist/src/text/Tag.js.map +1 -0
- package/dist/src/text/Tag.stories.d.ts +24 -0
- package/dist/src/text/Tag.stories.js +92 -0
- package/dist/src/text/Tag.stories.js.map +1 -0
- package/dist/tailwind.config.d.ts +122 -0
- package/dist/tailwind.config.js +124 -0
- package/dist/tailwind.config.js.map +1 -0
- package/package.json +37 -12
- package/src/actions/Button.stories.tsx +234 -0
- package/src/actions/ButtonGroup.stories.tsx +85 -0
- package/src/actions/ExpandableContent.stories.tsx +15 -0
- package/src/actions/ExpandableText.stories.tsx +71 -0
- package/src/actions/LinkButton.stories.tsx +54 -0
- package/src/blocks/ActionBlock.stories.tsx +121 -0
- package/src/blocks/Card.docs.mdx +3 -3
- package/src/blocks/Card.stories.tsx +182 -0
- package/src/blocks/DashBlocks.stories.tsx +39 -0
- package/src/blocks/HousingCounselor.stories.tsx +26 -0
- package/src/blocks/ImageCard.stories.tsx +179 -0
- package/src/blocks/InfoCard.stories.tsx +56 -0
- package/src/blocks/MediaCard.stories.tsx +36 -0
- package/src/blocks/StandardCard.stories.tsx +74 -0
- package/src/blocks/StatusBar.stories.tsx +29 -0
- package/src/blocks/StatusItem.stories.tsx +26 -0
- package/src/blocks/ViewItem.stories.tsx +16 -0
- package/src/footers/SiteFooter.stories.tsx +91 -0
- package/src/forms/DOBField.stories.tsx +25 -0
- package/src/forms/DateField.stories.tsx +24 -0
- package/src/forms/Dropzone.stories.tsx +53 -0
- package/src/forms/Dropzone.tsx +1 -1
- package/src/forms/Field.stories.tsx +119 -0
- package/src/forms/FieldGroup.stories.tsx +78 -0
- package/src/forms/HouseholdMemberForm.stories.tsx +27 -0
- package/src/forms/HouseholdSizeField.stories.tsx +26 -0
- package/src/forms/MultiSelectField.stories.tsx +150 -0
- package/src/forms/Textarea.stories.tsx +29 -0
- package/src/forms/TimeField.stories.tsx +24 -0
- package/src/forms/checkbox.stories.tsx +13 -0
- package/src/forms/radio.stories.tsx +19 -0
- package/src/headers/HeadingGroup.stories.tsx +49 -0
- package/src/headers/Hero.stories.tsx +52 -0
- package/src/headers/PageHeader.stories.tsx +55 -0
- package/src/headers/SiteHeader.stories.tsx +394 -0
- package/src/headers/StepHeader.stories.tsx +54 -0
- package/src/helpers/DateFormat.ts +11 -0
- package/src/helpers/MultiLineAddress.stories.tsx +59 -0
- package/src/helpers/OneLineAddress.stories.tsx +59 -0
- package/src/helpers/preferences.tsx +13 -13
- package/src/helpers/useOutsideClick.ts +1 -1
- package/src/icons/FontAwesome.stories.tsx +12 -0
- package/src/icons/HeaderBadge.stories.tsx +8 -0
- package/src/icons/Icon.stories.tsx +67 -0
- package/src/lists/NumberedList.stories.tsx +15 -0
- package/src/lists/PreferencesList.stories.tsx +48 -0
- package/src/locales/es.json +2 -4
- package/src/locales/general.json +1 -3
- package/src/locales/tl.json +1 -3
- package/src/locales/vi.json +2 -4
- package/src/locales/zh.json +3 -5
- package/src/navigation/Breadcrumbs.stories.tsx +18 -0
- package/src/navigation/LanguageNav.stories.tsx +27 -0
- package/src/navigation/ProgressNav.stories.tsx +34 -0
- package/src/navigation/ProgressNav.tsx +1 -1
- package/src/navigation/SideNav.stories.tsx +77 -0
- package/src/navigation/TabNav.stories.tsx +68 -0
- package/src/navigation/Tabs.stories.tsx +60 -0
- package/src/notifications/AlertBox.stories.tsx +112 -0
- package/src/notifications/AlertNotice.stories.tsx +86 -0
- package/src/notifications/ApplicationStatus.stories.tsx +176 -0
- package/src/notifications/StatusAside.stories.tsx +75 -0
- package/src/notifications/StatusMessage.stories.tsx +22 -0
- package/src/overlays/Drawer.stories.tsx +154 -0
- package/src/overlays/LoadingOverlay.stories.tsx +22 -0
- package/src/overlays/Modal.stories.tsx +339 -0
- package/src/overlays/Overlay.tsx +1 -1
- package/src/page_components/NavigationHeader.tsx +31 -31
- package/src/page_components/forgot-password/FormForgotPassword.tsx +42 -29
- package/src/page_components/listing/AdditionalFees.stories.tsx +113 -0
- package/src/page_components/listing/ContentAccordion.stories.tsx +102 -0
- package/src/page_components/listing/ListingCard.stories.tsx +410 -0
- package/src/page_components/listing/ListingMap.stories.tsx +14 -0
- package/src/page_components/listing/ListingMap.tsx +1 -1
- package/src/page_components/listing/ListingsGroup.stories.tsx +62 -0
- package/src/page_components/listing/listing_sidebar/Contact.stories.tsx +91 -0
- package/src/page_components/listing/listing_sidebar/ContactAddress.stories.tsx +22 -0
- package/src/page_components/listing/listing_sidebar/ExpandableSection.stories.tsx +36 -0
- package/src/page_components/listing/listing_sidebar/GetApplication.stories.tsx +178 -0
- package/src/page_components/listing/listing_sidebar/QuantityRowSection.stories.tsx +91 -0
- package/src/page_components/listing/listing_sidebar/ReferralApplication.stories.tsx +21 -0
- package/src/page_components/listing/listing_sidebar/SidebarBlock.stories.tsx +29 -0
- package/src/page_components/listing/listing_sidebar/SubmitApplication.stories.tsx +105 -0
- package/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.stories.tsx +22 -0
- package/src/page_components/listing/listing_sidebar/events/EventSection.stories.tsx +139 -0
- package/src/page_components/sign-in/FormSignIn.tsx +50 -39
- package/src/page_components/sign-in/FormSignInAddPhone.tsx +32 -24
- package/src/page_components/sign-in/FormSignInErrorBox.tsx +32 -18
- package/src/page_components/sign-in/FormSignInMFACode.tsx +32 -23
- package/src/page_components/sign-in/FormSignInMFAType.tsx +25 -21
- package/src/page_components/sign-in/FormTerms.tsx +23 -16
- package/src/page_components/sign-in/ResendConfirmationModal.tsx +30 -28
- package/src/prototypes/AppCard.stories.tsx +81 -0
- package/src/prototypes/Back.stories.tsx +14 -0
- package/src/prototypes/ButtonGroup.stories.tsx +53 -0
- package/src/prototypes/ButtonPager.stories.tsx +19 -0
- package/src/prototypes/FieldSection.stories.tsx +73 -0
- package/src/prototypes/GridItem.stories.tsx +27 -0
- package/src/prototypes/SummaryCard.stories.tsx +36 -0
- package/src/sections/GridSection.stories.tsx +337 -0
- package/src/sections/InfoCardGrid.stories.tsx +55 -0
- package/src/sections/ResponsiveContentList.stories.tsx +38 -0
- package/src/tables/AgPagination.tsx +30 -28
- package/src/tables/AgTable.stories.tsx +75 -0
- package/src/tables/CategoryTable.stories.tsx +78 -0
- package/src/tables/GroupedTable.stories.tsx +29 -0
- package/src/tables/GroupedTable.tsx +1 -1
- package/src/tables/MinimalTable.stories.tsx +122 -0
- package/src/tables/StackedTable.stories.tsx +142 -0
- package/src/tables/StandardTable.stories.tsx +109 -0
- package/src/text/Heading.stories.tsx +31 -0
- package/src/text/Message.stories.tsx +11 -0
- package/src/text/Tag.stories.tsx +146 -0
- package/.jest/setup-tests.js +0 -31
- package/CHANGELOG.md +0 -6242
- package/LICENSE.txt +0 -201
- package/index.ts +0 -168
- package/jest.config.js +0 -40
- package/netlify.toml +0 -4
- package/public/images/alameda-logo-white.svg +0 -1
- package/public/images/arrow-down.png +0 -0
- package/public/images/arrow-down.svg +0 -1
- package/public/images/check.png +0 -0
- package/public/images/check.svg +0 -11
- package/public/images/eho-logo-white.svg +0 -1
- package/public/images/eho-logo.svg +0 -1
- package/public/images/logo_glyph.svg +0 -11
- package/scripts/duplicate-translations.ts +0 -50
- package/scripts/generate-translations.ts +0 -60
- package/scripts/missing-translations.ts +0 -52
- package/scripts/reformat-strings.ts +0 -68
- package/scripts/unused-foreign-keys.ts +0 -50
- package/tsconfig.json +0 -30
|
@@ -0,0 +1,457 @@
|
|
|
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.Polygon = exports.Plus = exports.Phone = exports.Oval = exports.Messages = exports.Menu = exports.MapThin = exports.Map = exports.MailThin = exports.Mail = exports.Lock = exports.List = exports.Link = exports.LikeFill = exports.Like = exports.Lightbulb = exports.Left = exports.Info = exports.House = exports.Hamburger = exports.Globe = exports.FrontDoor = exports.Forward = exports.File = exports.Favorite = exports.Eye = exports.Envelope = exports.Eligibility = exports.Edit = exports.Draggable = exports.Download = exports.Down = exports.DoubleHouse = exports.Document = exports.Cross = exports.CloseSmall = exports.CloseRound = exports.Close = exports.Clock = exports.Check = exports.Calendar = exports.Building = exports.Browse = exports.Bed = exports.Asterisk = exports.Assistance = exports.ArrowDown = exports.ArrowForward = exports.ArrowBack = exports.Application = void 0;
|
|
27
|
+
exports.Warning = exports.Trash = exports.Ticket = exports.Star = exports.Spinner = exports.Settings = exports.Search = exports.Right = exports.Result = exports.Question = exports.Profile = void 0;
|
|
28
|
+
var React = __importStar(require("react"));
|
|
29
|
+
var Application = function (props) {
|
|
30
|
+
var _a;
|
|
31
|
+
return (React.createElement("svg", { viewBox: "0 0 24 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
32
|
+
React.createElement("path", { fill: "#edebda", d: "M24.51 7.626l-7.626-7.626h-16.885v31.592h24.51v-23.966z" }),
|
|
33
|
+
React.createElement("path", { fill: "#cec9ae", d: "M16.885 0v7.626h7.626l-7.626-7.626z" }),
|
|
34
|
+
React.createElement("path", { fill: "#cec9ae", d: "M19.064 11.982h-8.715c-0.301 0-0.544-0.243-0.544-0.544s0.245-0.544 0.544-0.544h8.715c0.301 0 0.544 0.245 0.544 0.544s-0.245 0.544-0.544 0.544z" }),
|
|
35
|
+
React.createElement("path", { fill: "#13a085", d: "M5.992 12.528c-0.139 0-0.28-0.054-0.386-0.16l-1.090-1.090c-0.213-0.213-0.213-0.557 0-0.77s0.557-0.213 0.77 0l0.744 0.744 2.342-1.874c0.235-0.187 0.578-0.15 0.766 0.085s0.15 0.578-0.085 0.766l-2.723 2.179c-0.101 0.080-0.221 0.12-0.341 0.12z" }),
|
|
36
|
+
React.createElement("path", { fill: "#cec9ae", d: "M19.064 17.974h-8.715c-0.301 0-0.544-0.243-0.544-0.544s0.245-0.544 0.544-0.544h8.715c0.301 0 0.544 0.243 0.544 0.544s-0.245 0.544-0.544 0.544z" }),
|
|
37
|
+
React.createElement("path", { fill: "#13a085", d: "M5.992 18.518c-0.139 0-0.28-0.053-0.386-0.16l-1.090-1.090c-0.213-0.213-0.213-0.557 0-0.77s0.557-0.213 0.77 0l0.744 0.744 2.342-1.874c0.235-0.187 0.578-0.15 0.766 0.085s0.15 0.578-0.085 0.766l-2.723 2.179c-0.101 0.080-0.221 0.12-0.341 0.12z" }),
|
|
38
|
+
React.createElement("path", { fill: "#cec9ae", d: "M19.064 23.966h-8.715c-0.301 0-0.544-0.243-0.544-0.544s0.245-0.544 0.544-0.544h8.715c0.301 0 0.544 0.243 0.544 0.544s-0.245 0.544-0.544 0.544z" }),
|
|
39
|
+
React.createElement("path", { fill: "#13a085", d: "M5.992 24.51c-0.139 0-0.28-0.053-0.386-0.16l-1.090-1.090c-0.213-0.213-0.213-0.557 0-0.77s0.557-0.213 0.77 0l0.744 0.744 2.342-1.874c0.235-0.187 0.578-0.15 0.766 0.085s0.15 0.578-0.085 0.766l-2.723 2.179c-0.101 0.080-0.221 0.12-0.341 0.12z" })));
|
|
40
|
+
};
|
|
41
|
+
exports.Application = Application;
|
|
42
|
+
var ArrowBack = function (props) {
|
|
43
|
+
var _a;
|
|
44
|
+
return (React.createElement("svg", { viewBox: "0 0 5 8", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
45
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.205 3.483L3.35.105c.136-.14.359-.14.496 0l.496.508a.366.366 0 0 1 0 .508l-2.4 2.616a.366.366 0 0 0 0 .508l2.4 2.634a.366.366 0 0 1 0 .508l-.496.508a.345.345 0 0 1-.496 0L.205 4.499a.73.73 0 0 1 0-1.016z" })));
|
|
46
|
+
};
|
|
47
|
+
exports.ArrowBack = ArrowBack;
|
|
48
|
+
var ArrowForward = function (props) {
|
|
49
|
+
var _a;
|
|
50
|
+
return (React.createElement("svg", { viewBox: "0 0 5 8", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
51
|
+
React.createElement("g", { transform: "matrix(-1,0,0,1,5.00051,-1.33926e-12)" },
|
|
52
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.205,3.483L3.35,0.105C3.486,-0.035 3.709,-0.035 3.846,0.105L4.342,0.613C4.478,0.754 4.478,0.98 4.342,1.121L1.942,3.737C1.806,3.878 1.806,4.104 1.942,4.245L4.342,6.879C4.478,7.02 4.478,7.246 4.342,7.387L3.846,7.895C3.781,7.962 3.691,8 3.598,8C3.505,8 3.415,7.962 3.35,7.895L0.205,4.499C-0.068,4.218 -0.068,3.764 0.205,3.483Z" }))));
|
|
53
|
+
};
|
|
54
|
+
exports.ArrowForward = ArrowForward;
|
|
55
|
+
var ArrowDown = function (props) {
|
|
56
|
+
var _a;
|
|
57
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
58
|
+
React.createElement("path", { d: "M28.267 6.133l-12.267 12.267-12.267-12.267-3.733 3.733 16 16 16-16z" })));
|
|
59
|
+
};
|
|
60
|
+
exports.ArrowDown = ArrowDown;
|
|
61
|
+
var Assistance = function (props) {
|
|
62
|
+
var _a;
|
|
63
|
+
return (React.createElement("svg", { viewBox: "0 0 34 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
64
|
+
React.createElement("path", { fill: "#ecba16", d: "M0 17.714c0 2.606 0.87 5.030 2.363 7.053-0.197 2.338-0.76 5.629-2.363 7.232 0 0 4.898-0.688 8.216-2.691 1.843 0.776 3.899 1.213 6.070 1.213 7.89 0 14.286-5.734 14.286-12.808s-6.397-12.808-14.286-12.808c-7.89 0-14.286 5.734-14.286 12.808z" }),
|
|
65
|
+
React.createElement("path", { fill: "#dd691d", d: "M33.142 12.808c0-7.074-6.397-12.808-14.286-12.808-5.698 0-10.614 2.99-12.907 7.317 2.347-1.515 5.224-2.41 8.336-2.41 7.89 0 14.286 5.734 14.286 12.808 0 2.706-0.938 5.214-2.536 7.282 3.2 1.546 7.107 2.098 7.107 2.098-1.603-1.603-2.166-4.896-2.363-7.232 1.491-2.022 2.363-4.446 2.363-7.053z" })));
|
|
66
|
+
};
|
|
67
|
+
exports.Assistance = Assistance;
|
|
68
|
+
var Asterisk = function (props) {
|
|
69
|
+
var _a;
|
|
70
|
+
return (React.createElement("svg", { viewBox: "0 0 30 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
71
|
+
React.createElement("path", { d: "M26.464 18.75q0.821 0.464 1.062 1.384t-0.224 1.741l-1.142 1.965q-0.464 0.821-1.384 1.062t-1.741-0.224l-4.75-2.733v5.482q0 0.928-0.678 1.606t-1.606 0.678h-2.286q-0.928 0-1.606-0.678t-0.678-1.606v-5.482l-4.75 2.733q-0.821 0.464-1.741 0.224t-1.384-1.062l-1.142-1.965q-0.464-0.821-0.224-1.741t1.062-1.384l4.75-2.75-4.75-2.75q-0.821-0.464-1.062-1.384t0.224-1.741l1.142-1.965q0.464-0.821 1.384-1.062t1.741 0.224l4.75 2.733v-5.482q0-0.928 0.678-1.606t1.606-0.678h2.286q0.928 0 1.606 0.678t0.678 1.606v5.482l4.75-2.733q0.821-0.464 1.741-0.224t1.384 1.062l1.142 1.965q0.464 0.821 0.224 1.741t-1.062 1.384l-4.75 2.75z" })));
|
|
72
|
+
};
|
|
73
|
+
exports.Asterisk = Asterisk;
|
|
74
|
+
var Bed = function (props) {
|
|
75
|
+
var _a;
|
|
76
|
+
return (React.createElement("svg", { viewBox: "0 0 37 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
77
|
+
React.createElement("path", { d: "M4.571 18.286h30.858q0.464 0 0.803 0.339t0.339 0.803v8h-4.571v-4.571h-27.429v4.571h-4.571v-21.714q0-0.464 0.339-0.803t0.803-0.339h2.286q0.464 0 0.803 0.339t0.339 0.803v12.571zM14.858 12.571q0-1.893-1.339-3.232t-3.232-1.339-3.232 1.339-1.339 3.232 1.339 3.232 3.232 1.339 3.232-1.339 1.339-3.232zM36.571 17.142v-1.142q0-2.84-2.010-4.848t-4.848-2.010h-12.571q-0.464 0-0.803 0.339t-0.339 0.803v6.858h20.571z" })));
|
|
78
|
+
};
|
|
79
|
+
exports.Bed = Bed;
|
|
80
|
+
var Browse = function (props) {
|
|
81
|
+
var _a;
|
|
82
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
83
|
+
React.createElement("path", { fill: "#556080", d: "M23.080 11.531c0 6.37-5.163 11.531-11.531 11.531s-11.531-5.163-11.531-11.531 5.163-11.531 11.531-11.531c6.37 0 11.531 5.163 11.531 11.531z" }),
|
|
84
|
+
React.createElement("path", { fill: "#8697cb", d: "M31.035 27.322l-6.045-6.045-0.816 0.816-3.565-3.443c-0.477 0.606-1.010 1.165-1.597 1.664l3.531 3.41-0.816 0.816 6.046 6.046c0.901 0.901 2.36 0.901 3.261 0s0.901-2.362 0-3.262z" }),
|
|
85
|
+
React.createElement("path", { fill: "#b0d3f0", d: "M20.773 11.531c0 5.096-4.13 9.226-9.226 9.226s-9.226-4.13-9.226-9.226 4.131-9.226 9.226-9.226c5.096 0 9.226 4.13 9.226 9.226z" })));
|
|
86
|
+
};
|
|
87
|
+
exports.Browse = Browse;
|
|
88
|
+
var Building = function (props) {
|
|
89
|
+
var _a;
|
|
90
|
+
return (React.createElement("svg", { width: "81", height: "47", viewBox: "0 0 81 47", xmlns: "http://www.w3.org/2000/svg", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "white" },
|
|
91
|
+
React.createElement("path", { d: "M65.83 29.603V63.0002H17.396V29.603", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
92
|
+
React.createElement("path", { d: "M35.2405 41.2188H27.593V48.479H35.2405V41.2188Z", stroke: "currentColor", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
93
|
+
React.createElement("path", { d: "M55.6338 41.2188H42.6331V62.9995H55.6338V41.2188Z", stroke: "currentColor", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
94
|
+
React.createElement("path", { d: "M12.2981 33.4748L41.6134 10L70.9287 33.4748", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
95
|
+
};
|
|
96
|
+
exports.Building = Building;
|
|
97
|
+
var Calendar = function (props) {
|
|
98
|
+
var _a;
|
|
99
|
+
return (React.createElement("svg", { viewBox: "0 0 30 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
100
|
+
React.createElement("path", { d: "M2.286 29.714h5.142v-5.142h-5.142v5.142zM8.571 29.714h5.714v-5.142h-5.714v5.142zM2.286 23.429h5.142v-5.714h-5.142v5.714zM8.571 23.429h5.714v-5.714h-5.714v5.714zM2.286 16.571h5.142v-5.142h-5.142v5.142zM15.429 29.714h5.714v-5.142h-5.714v5.142zM8.571 16.571h5.714v-5.142h-5.714v5.142zM22.286 29.714h5.142v-5.142h-5.142v5.142zM15.429 23.429h5.714v-5.714h-5.714v5.714zM9.142 8v-5.142q0-0.232-0.17-0.402t-0.402-0.17h-1.142q-0.232 0-0.402 0.17t-0.17 0.402v5.142q0 0.232 0.17 0.402t0.402 0.17h1.142q0.232 0 0.402-0.17t0.17-0.402zM22.286 23.429h5.142v-5.714h-5.142v5.714zM15.429 16.571h5.714v-5.142h-5.714v5.142zM22.286 16.571h5.142v-5.142h-5.142v5.142zM22.858 8v-5.142q0-0.232-0.17-0.402t-0.402-0.17h-1.142q-0.232 0-0.402 0.17t-0.17 0.402v5.142q0 0.232 0.17 0.402t0.402 0.17h1.142q0.232 0 0.402-0.17t0.17-0.402zM29.714 6.858v22.858q0 0.928-0.678 1.606t-1.606 0.678h-25.142q-0.928 0-1.606-0.678t-0.678-1.606v-22.858q0-0.928 0.678-1.606t1.606-0.678h2.286v-1.714q0-1.179 0.84-2.018t2.018-0.84h1.142q1.179 0 2.018 0.84t0.84 2.018v1.714h6.858v-1.714q0-1.179 0.84-2.018t2.018-0.84h1.142q1.179 0 2.018 0.84t0.84 2.018v1.714h2.286q0.928 0 1.606 0.678t0.678 1.606z" })));
|
|
101
|
+
};
|
|
102
|
+
exports.Calendar = Calendar;
|
|
103
|
+
var Check = function (props) {
|
|
104
|
+
var _a;
|
|
105
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
106
|
+
React.createElement("path", { d: "M31.733 5.733c-0.4-0.4-1.067-0.4-1.467 0l-19.333 19.333-9.2-9.2c-0.133-0.133-0.267-0.133-0.4-0.267 0 0-0.133 0-0.133 0-0.133 0-0.133 0-0.267 0 0 0 0 0 0 0-0.267 0-0.533 0.133-0.667 0.267 0 0 0 0 0 0-0.133 0.133-0.267 0.4-0.267 0.667s0.133 0.533 0.267 0.667c0 0 0 0 0 0v0c0 0 0 0 0 0l9.867 9.867c0 0 0 0 0 0s0 0 0 0c0.4 0.4 1.067 0.4 1.467 0l20-20c0.533-0.267 0.533-0.933 0.133-1.333z" })));
|
|
107
|
+
};
|
|
108
|
+
exports.Check = Check;
|
|
109
|
+
var Clock = function (props) {
|
|
110
|
+
var _a;
|
|
111
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
112
|
+
React.createElement("path", { d: "M23.258 15.994h-7.251v-11.266c0-0.368-0.299-0.667-0.667-0.667s-0.667 0.299-0.667 0.667v11.931c0 0.368 0.299 0.667 0.667 0.667h7.917c0.368 0 0.667-0.299 0.667-0.667s-0.298-0.667-0.667-0.667z" }),
|
|
113
|
+
React.createElement("path", { d: "M16 0.333c-8.64 0-15.669 7.029-15.669 15.669s7.029 15.669 15.669 15.669c8.64 0 15.669-7.027 15.669-15.667s-7.029-15.67-15.669-15.67zM16 30.338c-7.906 0-14.336-6.43-14.336-14.334s6.43-14.338 14.336-14.338 14.336 6.43 14.336 14.336c0 7.904-6.43 14.336-14.336 14.336z" })));
|
|
114
|
+
};
|
|
115
|
+
exports.Clock = Clock;
|
|
116
|
+
var Close = function (props) {
|
|
117
|
+
var _a;
|
|
118
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
119
|
+
React.createElement("path", { d: "M1.867 0.4c0-0.133 0-0.133 0 0-0.4-0.4-1.2-0.4-1.6 0 0 0 0 0 0 0-0.4 0.4-0.4 1.2 0 1.6l14.133 14 1.6-1.6-14.133-14z" }),
|
|
120
|
+
React.createElement("path", { d: "M31.733 1.867c0.4-0.4 0.4-1.2 0-1.6 0 0 0 0 0 0v0c-0.4-0.4-1.2-0.4-1.6 0 0 0 0 0 0 0l-14.133 14.133 1.6 1.6 14.133-14.133z" }),
|
|
121
|
+
React.createElement("path", { d: "M31.733 30.133l-15.733-15.733-15.733 15.733c-0.4 0.4-0.4 1.2 0 1.6s1.2 0.4 1.6 0l14.133-14.133 14 14c0.4 0.4 1.2 0.4 1.6 0 0.533-0.4 0.533-1.067 0.133-1.467z" })));
|
|
122
|
+
};
|
|
123
|
+
exports.Close = Close;
|
|
124
|
+
var CloseRound = function (props) {
|
|
125
|
+
var _a;
|
|
126
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
127
|
+
React.createElement("path", { d: "M16 0c-8.835 0-16 7.165-16 16s7.165 16 16 16 16-7.165 16-16-7.165-16-16-16zM23.914 21.086l-2.829 2.829-5.086-5.086-5.086 5.086-2.829-2.827 5.086-5.086-5.086-5.086 2.829-2.827 5.086 5.086 5.086-5.086 2.829 2.827-5.086 5.086 5.086 5.086z" })));
|
|
128
|
+
};
|
|
129
|
+
exports.CloseRound = CloseRound;
|
|
130
|
+
var CloseSmall = function (props) {
|
|
131
|
+
var _a;
|
|
132
|
+
return (React.createElement("svg", { width: "11", height: "11", viewBox: "0 0 11 11", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor", xmlns: "http://www.w3.org/2000/svg" },
|
|
133
|
+
React.createElement("mask", { id: "mask0", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "11", height: "11" },
|
|
134
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.9158 1.53328C10.0281 1.42101 10.0281 1.19647 9.9158 1.0842C9.80353 0.971933 9.57899 0.971933 9.46672 1.0842L5.5 5.05093L1.53328 1.12153C1.42101 1.00926 1.19647 1.00926 1.0842 1.12153C0.971933 1.2338 0.971933 1.45834 1.0842 1.5706L5.05093 5.5L1.0842 9.46673C0.971933 9.57899 0.971933 9.80353 1.0842 9.9158C1.19647 10.0281 1.42101 10.0281 1.53328 9.9158L5.5 5.94907L9.4294 9.87847C9.54166 9.99074 9.7662 9.99074 9.87847 9.87847C10.0281 9.7662 10.0281 9.57899 9.9158 9.46673L5.94907 5.5L9.9158 1.53328Z", fill: "white" }),
|
|
135
|
+
React.createElement("path", { d: "M9.9158 1.0842L10.2694 0.730648L10.2694 0.730648L9.9158 1.0842ZM9.9158 1.53328L10.2694 1.88683L10.2694 1.88683L9.9158 1.53328ZM9.46672 1.0842L9.11317 0.730648L9.11317 0.730648L9.46672 1.0842ZM5.5 5.05093L5.14812 5.40615L5.50167 5.75637L5.85355 5.40448L5.5 5.05093ZM1.53328 1.12153L1.17972 1.47509L1.1814 1.47675L1.53328 1.12153ZM1.0842 1.12153L0.730648 0.767977L0.730648 0.767977L1.0842 1.12153ZM1.0842 1.5706L0.730644 1.92416L0.732323 1.92583L1.0842 1.5706ZM5.05093 5.5L5.40448 5.85355L5.75971 5.49832L5.4028 5.14478L5.05093 5.5ZM1.0842 9.46673L1.43775 9.82028L1.43775 9.82028L1.0842 9.46673ZM1.0842 9.9158L0.730648 10.2694L0.730648 10.2694L1.0842 9.9158ZM1.53328 9.9158L1.88683 10.2694L1.88683 10.2694L1.53328 9.9158ZM5.5 5.94907L5.85355 5.59552L5.5 5.24197L5.14645 5.59552L5.5 5.94907ZM9.87847 9.87847L9.57835 9.47856L9.54999 9.49984L9.52492 9.52492L9.87847 9.87847ZM9.9158 9.46673L9.56224 9.82028L9.56224 9.82028L9.9158 9.46673ZM5.94907 5.5L5.59552 5.14645L5.24197 5.5L5.59552 5.85355L5.94907 5.5ZM9.56225 1.43775C9.50339 1.3789 9.5 1.32378 9.5 1.30874C9.5 1.2937 9.50339 1.23857 9.56225 1.17972L10.2694 1.88683C10.4405 1.71571 10.5 1.49218 10.5 1.30874C10.5 1.1253 10.4405 0.901769 10.2694 0.730648L9.56225 1.43775ZM9.82028 1.43775C9.76142 1.49661 9.7063 1.5 9.69126 1.5C9.67622 1.5 9.6211 1.49661 9.56225 1.43775L10.2694 0.730648C10.0982 0.559527 9.8747 0.5 9.69126 0.5C9.50782 0.5 9.28429 0.559527 9.11317 0.730648L9.82028 1.43775ZM5.85355 5.40448L9.82028 1.43775L9.11317 0.730648L5.14645 4.69737L5.85355 5.40448ZM1.1814 1.47675L5.14812 5.40615L5.85188 4.69571L1.88515 0.76631L1.1814 1.47675ZM1.43775 1.47508C1.3789 1.53394 1.32378 1.53733 1.30874 1.53733C1.2937 1.53733 1.23857 1.53394 1.17972 1.47508L1.88683 0.767977C1.71571 0.596856 1.49218 0.537329 1.30874 0.537329C1.1253 0.537329 0.901769 0.596856 0.730648 0.767977L1.43775 1.47508ZM1.43775 1.21705C1.49661 1.2759 1.5 1.33103 1.5 1.34607C1.5 1.36111 1.49661 1.41623 1.43775 1.47508L0.730648 0.767977C0.559527 0.939098 0.5 1.16263 0.5 1.34607C0.5 1.52951 0.559527 1.75304 0.730648 1.92416L1.43775 1.21705ZM5.4028 5.14478L1.43608 1.21538L0.732323 1.92583L4.69905 5.85522L5.4028 5.14478ZM4.69737 5.14645L0.730648 9.11317L1.43775 9.82028L5.40448 5.85355L4.69737 5.14645ZM0.730648 9.11317C0.559527 9.28429 0.5 9.50782 0.5 9.69126C0.5 9.8747 0.559527 10.0982 0.730648 10.2694L1.43775 9.56225C1.49661 9.6211 1.5 9.67622 1.5 9.69126C1.5 9.7063 1.49661 9.76143 1.43775 9.82028L0.730648 9.11317ZM0.730648 10.2694C0.901769 10.4405 1.1253 10.5 1.30874 10.5C1.49218 10.5 1.71571 10.4405 1.88683 10.2694L1.17972 9.56225C1.23857 9.50339 1.2937 9.5 1.30874 9.5C1.32378 9.5 1.3789 9.50339 1.43775 9.56225L0.730648 10.2694ZM1.88683 10.2694L5.85355 6.30263L5.14645 5.59552L1.17972 9.56225L1.88683 10.2694ZM5.14645 6.30263L9.07584 10.232L9.78295 9.52492L5.85355 5.59552L5.14645 6.30263ZM9.07584 10.232C9.24696 10.4031 9.47049 10.4627 9.65393 10.4627C9.83737 10.4627 10.0609 10.4031 10.232 10.232L9.52492 9.52492C9.58377 9.46606 9.63889 9.46267 9.65393 9.46267C9.66897 9.46267 9.7241 9.46606 9.78295 9.52492L9.07584 10.232ZM10.1786 10.2784C10.5784 9.9783 10.5906 9.43437 10.2694 9.11317L9.56224 9.82028C9.51927 9.7773 9.49185 9.713 9.4963 9.6415C9.5011 9.56455 9.54068 9.50683 9.57835 9.47856L10.1786 10.2784ZM10.2694 9.11317L6.30263 5.14645L5.59552 5.85355L9.56224 9.82028L10.2694 9.11317ZM9.56225 1.17972L5.59552 5.14645L6.30263 5.85355L10.2694 1.88683L9.56225 1.17972Z", fill: "white" })),
|
|
136
|
+
React.createElement("g", { mask: "url(#mask0)" },
|
|
137
|
+
React.createElement("rect", { x: "-2.46191", y: "0.177887", width: "14.5385", height: "11.0769" }))));
|
|
138
|
+
};
|
|
139
|
+
exports.CloseSmall = CloseSmall;
|
|
140
|
+
var Cross = function (props) {
|
|
141
|
+
var _a;
|
|
142
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
143
|
+
React.createElement("path", { d: "M19.2 12.8v-9.8h-6.5v9.8h-9.7v6.5h9.8v9.7h6.5v-9.8h9.7v-6.5h-9.8z" })));
|
|
144
|
+
};
|
|
145
|
+
exports.Cross = Cross;
|
|
146
|
+
var Document = function (props) {
|
|
147
|
+
var _a;
|
|
148
|
+
return (React.createElement("svg", { viewBox: "0 0 38 51", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
149
|
+
React.createElement("path", { d: "M36.1495 12.6898L25.6104 2.28944C24.413 1.1119 22.8099 0.453501 21.1276 0.453501L6.33333 0.453491C2.83516 0.453491 0 3.25134 0 6.70349L0.000643229 44.2035C0.000643229 47.6556 2.8358 50.4535 6.33398 50.4535H31.6667C35.1648 50.4535 38 47.6556 38 44.2035V17.1039C38 15.4437 37.337 13.8617 36.1495 12.6898ZM22.1667 3.78163C22.6097 3.93456 23.0242 4.15721 23.366 4.49442L33.9051 14.8948C34.2495 15.2289 34.4771 15.639 34.6255 16.0785H23.75C22.8792 16.0785 22.1667 15.3754 22.1667 14.516V3.78163ZM34.8333 44.2035C34.8333 45.9262 33.4123 47.3285 31.6667 47.3285H6.33333C4.58771 47.3285 3.16667 45.9262 3.16667 44.2035V6.7035C3.16667 4.98084 4.58771 3.5785 6.33333 3.5785H19V14.516C19 17.1039 21.1276 19.2035 23.75 19.2035H34.8333V44.2035ZM9.5 27.016C9.5 27.8754 10.2125 28.5785 11.0833 28.5785H26.9167C27.7875 28.5785 28.5 27.8754 28.5 27.016C28.5 26.1566 27.7875 25.4535 26.9167 25.4535H11.0833C10.2125 25.4535 9.5 26.1566 9.5 27.016ZM26.9167 31.7035H11.0833C10.2125 31.7035 9.5 32.4066 9.5 33.266C9.5 34.1254 10.2125 34.8285 11.0833 34.8285H26.9167C27.7913 34.8285 28.5 34.1289 28.5 33.266C28.5 32.4031 27.7875 31.7035 26.9167 31.7035ZM26.9167 37.9535H11.0833C10.2125 37.9535 9.5 38.6566 9.5 39.516C9.5 40.3754 10.2125 41.0785 11.0833 41.0785H26.9167C27.7913 41.0785 28.5 40.3789 28.5 39.516C28.5 38.6531 27.7875 37.9535 26.9167 37.9535Z" })));
|
|
150
|
+
};
|
|
151
|
+
exports.Document = Document;
|
|
152
|
+
var DoubleHouse = function (props) {
|
|
153
|
+
var _a;
|
|
154
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
155
|
+
React.createElement("path", { d: "M8.68 24.053c0.173 0 0.347-0.080 0.48-0.213 0.12-0.12 0.187-0.28 0.187-0.467 0-0.16-0.067-0.333-0.187-0.469-0.253-0.251-0.707-0.24-0.947 0-0.12 0.122-0.2 0.294-0.2 0.469 0 0.187 0.080 0.347 0.2 0.478 0.12 0.122 0.293 0.202 0.467 0.202z" }),
|
|
156
|
+
React.createElement("path", { d: "M18.019 22.714h1.384c0.368 0 0.667-0.299 0.667-0.667s-0.299-0.667-0.667-0.667h-1.384c-0.368 0-0.667 0.299-0.667 0.667s0.298 0.667 0.667 0.667z" }),
|
|
157
|
+
React.createElement("path", { d: "M18.019 18.714h1.384c0.368 0 0.667-0.299 0.667-0.667s-0.299-0.667-0.667-0.667h-1.384c-0.368 0-0.667 0.299-0.667 0.667s0.298 0.667 0.667 0.667z" }),
|
|
158
|
+
React.createElement("path", { d: "M23.354 22.714h1.333c0.368 0 0.667-0.299 0.667-0.667s-0.299-0.667-0.667-0.667h-1.333c-0.368 0-0.667 0.299-0.667 0.667s0.298 0.667 0.667 0.667z" }),
|
|
159
|
+
React.createElement("path", { d: "M23.354 26.715h1.333c0.368 0 0.667-0.299 0.667-0.667s-0.299-0.667-0.667-0.667h-1.333c-0.368 0-0.667 0.299-0.667 0.667s0.298 0.667 0.667 0.667z" }),
|
|
160
|
+
React.createElement("path", { d: "M23.354 18.714h1.333c0.368 0 0.667-0.299 0.667-0.667s-0.299-0.667-0.667-0.667h-1.333c-0.368 0-0.667 0.299-0.667 0.667s0.298 0.667 0.667 0.667z" }),
|
|
161
|
+
React.createElement("path", { d: "M31.51 15.406l-19.499-7.253c-0.342-0.128-0.728 0.046-0.858 0.392s0.048 0.73 0.394 0.858l1.805 0.672v6.784l-10.166 2.629c0 0 0 0-0.002 0l-2.618 0.675c-0.357 0.091-0.571 0.456-0.478 0.813 0.077 0.301 0.347 0.501 0.643 0.501 0.056 0 0.11-0.006 0.166-0.021l1.784-0.461v10.387c0 0.368 0.299 0.667 0.667 0.667h25.333c0.368 0 0.667-0.299 0.667-0.667v-15.354l1.693 0.629c0.077 0.027 0.157 0.042 0.234 0.042 0.27 0 0.525-0.166 0.626-0.435 0.128-0.344-0.045-0.728-0.39-0.856zM4.019 20.65l9.333-2.414v12.478h-1.333v-4.667c0-0.368-0.299-0.667-0.667-0.667h-5.333c-0.368 0-0.667 0.299-0.667 0.667v4.667h-1.333v-10.064zM6.685 30.715v-4h4v4h-4zM18.686 30.715v-4h1.333v4h-1.333zM28.019 30.715h-6.667v-4.667c0-0.368-0.299-0.667-0.667-0.667h-2.667c-0.368 0-0.667 0.299-0.667 0.667v4.667h-2.667v-20.144l13.333 4.962v15.182z" })));
|
|
162
|
+
};
|
|
163
|
+
exports.DoubleHouse = DoubleHouse;
|
|
164
|
+
var Down = function (props) {
|
|
165
|
+
var _a;
|
|
166
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
167
|
+
React.createElement("path", { d: "M1.867 7.467c-0.4-0.4-1.2-0.4-1.6 0 0 0 0 0 0 0v0c-0.4 0.4-0.4 1.2 0 1.6 0 0 0 0 0 0l14 14 1.6-1.6-14-14z" }),
|
|
168
|
+
React.createElement("path", { d: "M30.133 7.467l-15.733 15.733 1.6 1.6 15.733-15.733c0.4-0.4 0.4-1.2 0-1.6-0.533-0.4-1.2-0.4-1.6 0z" }),
|
|
169
|
+
React.createElement("path", { d: "M16 24.8v0 0z" })));
|
|
170
|
+
};
|
|
171
|
+
exports.Down = Down;
|
|
172
|
+
var Download = function (props) {
|
|
173
|
+
var _a;
|
|
174
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
175
|
+
React.createElement("path", { d: "M6.688 24h18.626v2.688h-18.626v-2.688zM25.312 12l-9.312 9.312-9.312-9.312h5.312v-8h8v8h5.312z" })));
|
|
176
|
+
};
|
|
177
|
+
exports.Download = Download;
|
|
178
|
+
var Draggable = function (props) {
|
|
179
|
+
var _a;
|
|
180
|
+
return (React.createElement("svg", { viewBox: "0 0 16 8", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
181
|
+
React.createElement("path", { d: "M1.14286 4.96428H14.8571C15.4857 4.96428 16 5.4625 16 6.04029C16 6.68036 15.4857 7.17857 14.8571 7.17857H1.14286C0.514288 7.17857 2.86102e-06 6.68036 2.86102e-06 6.10257C2.86102e-06 5.4625 0.514288 4.96428 1.14286 4.96428ZM1.14286 0.535713H14.8571C15.4857 0.535713 16 1.03393 16 1.61172C16 2.18951 15.4857 2.75 14.8571 2.75H1.14286C0.514288 2.75 2.86102e-06 2.25178 2.86102e-06 1.67399C2.86102e-06 1.0962 0.514288 0.535713 1.14286 0.535713Z", fill: "#999999" })));
|
|
182
|
+
};
|
|
183
|
+
exports.Draggable = Draggable;
|
|
184
|
+
var Edit = function (props) {
|
|
185
|
+
var _a;
|
|
186
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
187
|
+
React.createElement("path", { d: "M15.858 21.142l2.072-2.072-2.714-2.714-2.072 2.072v1h1.714v1.714h1zM23.714 8.286q-0.286-0.286-0.589 0.018l-6.25 6.25q-0.304 0.304-0.018 0.589t0.589-0.018l6.25-6.25q0.304-0.304 0.018-0.589zM25.142 18.893v3.394q0 2.125-1.509 3.634t-3.634 1.509h-14.858q-2.125 0-3.634-1.509t-1.509-3.634v-14.858q0-2.125 1.509-3.634t3.634-1.509h14.858q1.125 0 2.090 0.446 0.267 0.125 0.322 0.411 0.053 0.304-0.16 0.518l-0.875 0.875q-0.25 0.25-0.571 0.142-0.411-0.107-0.803-0.107h-14.858q-1.179 0-2.018 0.84t-0.84 2.018v14.858q0 1.179 0.84 2.018t2.018 0.84h14.858q1.179 0 2.018-0.84t0.84-2.018v-2.25q0-0.232 0.16-0.394l1.142-1.142q0.267-0.267 0.626-0.125t0.357 0.518zM23.429 5.714l5.142 5.142-12 12h-5.142v-5.142zM31.357 8.072l-1.643 1.643-5.142-5.142 1.643-1.643q0.501-0.501 1.214-0.501t1.214 0.501l2.714 2.714q0.501 0.501 0.501 1.214t-0.501 1.214z" })));
|
|
188
|
+
};
|
|
189
|
+
exports.Edit = Edit;
|
|
190
|
+
var Eligibility = function (props) {
|
|
191
|
+
var _a;
|
|
192
|
+
return (React.createElement("svg", { viewBox: "0 0 24 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
193
|
+
React.createElement("path", { fill: "#edebda", d: "M21.622 6.746l-6.746-6.746h-14.875v27.848h21.622v-21.102z" }),
|
|
194
|
+
React.createElement("path", { fill: "#cec9ae", d: "M4.843 11.070h12.022c0.259 0 0.518-0.173 0.518-0.518s-0.173-0.518-0.518-0.518h-12.022c-0.259 0-0.518 0.173-0.518 0.518s0.173 0.518 0.518 0.518z" }),
|
|
195
|
+
React.createElement("path", { fill: "#cec9ae", d: "M4.843 7.178h4.843c0.259 0 0.518-0.173 0.518-0.518 0-0.259-0.173-0.518-0.518-0.518h-4.843c-0.346 0.086-0.518 0.346-0.518 0.605s0.173 0.432 0.518 0.432z" }),
|
|
196
|
+
React.createElement("path", { fill: "#cec9ae", d: "M16.778 13.925h-11.934c-0.259 0-0.518 0.173-0.518 0.518 0 0.259 0.173 0.518 0.518 0.518h12.022c0.259 0 0.518-0.173 0.518-0.518-0.086-0.259-0.259-0.518-0.605-0.518z" }),
|
|
197
|
+
React.createElement("path", { fill: "#cec9ae", d: "M16.778 17.816h-11.934c-0.259 0-0.518 0.173-0.518 0.518s0.173 0.518 0.518 0.518h12.022c0.259 0 0.518-0.173 0.518-0.518s-0.259-0.518-0.605-0.518z" }),
|
|
198
|
+
React.createElement("path", { fill: "#cec9ae", d: "M16.778 21.622h-11.934c-0.346 0-0.518 0.173-0.518 0.518s0.173 0.518 0.518 0.518h12.022c0.259 0 0.518-0.173 0.518-0.518s-0.259-0.518-0.605-0.518z" }),
|
|
199
|
+
React.createElement("path", { fill: "#cec9ae", d: "M14.875 0v6.746h6.746l-6.746-6.746z" }),
|
|
200
|
+
React.createElement("path", { fill: "#c7cbc7", d: "M22.573 24.734c-1.125-0.259-1.73-1.557-0.952-2.509l0.518-0.691-1.038-1.038-0.691 0.432c-1.038 0.691-2.334 0.086-2.509-1.125l-0.173-0.778h-1.47l-0.173 1.038c-0.259 1.125-1.557 1.643-2.509 1.038l-0.866-0.605-1.038 1.038 0.432 0.691c0.691 0.952 0.173 2.334-0.952 2.509l-0.778 0.173v1.47l0.778 0.086c1.125 0.173 1.73 1.47 1.125 2.509l-0.432 0.691 1.038 1.038 0.691-0.432c0.952-0.691 2.334-0.173 2.509 0.952l0.173 0.778h1.47l0.086-0.605c0.173-1.211 1.557-1.73 2.509-1.038l0.432 0.346 1.038-1.038-0.432-0.691c-0.691-0.952-0.086-2.334 1.125-2.509l0.866-0.086v-1.47l-0.778-0.173zM16.952 26.725c-0.605 0-1.125-0.518-1.125-1.125s0.518-1.125 1.125-1.125 1.125 0.518 1.125 1.125c0 0.691-0.432 1.125-1.125 1.125v0 0z" }),
|
|
201
|
+
React.createElement("path", { fill: "#556080", d: "M16.952 23.266c-1.298 0-2.334 1.038-2.334 2.334s1.038 2.334 2.334 2.334 2.334-1.038 2.334-2.334c0.086-1.298-0.952-2.334-2.334-2.334v0 0zM16.952 26.725c-0.605 0-1.125-0.518-1.125-1.125s0.518-1.125 1.125-1.125 1.125 0.518 1.125 1.125c0 0.691-0.432 1.125-1.125 1.125v0 0z" })));
|
|
202
|
+
};
|
|
203
|
+
exports.Eligibility = Eligibility;
|
|
204
|
+
var Envelope = function (props) {
|
|
205
|
+
var _a;
|
|
206
|
+
return (React.createElement("svg", { viewBox: "0 0 51 39", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
207
|
+
React.createElement("path", { d: "M44.6431 0.564941H7.14307C3.69092 0.564941 0.893066 3.36279 0.893066 6.81494V31.8149C0.893066 35.2671 3.69092 38.0649 7.14307 38.0649H44.6431C48.0952 38.0649 50.8931 35.2671 50.8931 31.8149V6.81494C50.8931 3.36279 48.0903 0.564941 44.6431 0.564941ZM7.14307 3.68994H44.6431C46.3657 3.68994 47.7681 5.09229 47.7681 6.81494V10.3315L28.7056 24.6284C27.0454 25.8706 24.7378 25.8706 23.0776 24.6284L4.01807 10.3306V6.81494C4.01807 5.09619 5.42041 3.68994 7.14307 3.68994ZM47.7681 31.8149C47.7681 33.5376 46.3657 34.9399 44.6431 34.9399H7.14307C5.42041 34.9399 4.01807 33.5376 4.01807 31.8149V14.1489L21.2056 27.1274C22.5845 28.1636 24.2388 28.6919 25.8931 28.6919C27.5474 28.6919 29.2036 28.1626 30.5806 27.1274L47.7681 14.1489V31.8149Z" })));
|
|
208
|
+
};
|
|
209
|
+
exports.Envelope = Envelope;
|
|
210
|
+
var Eye = function (props) {
|
|
211
|
+
var _a;
|
|
212
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
213
|
+
React.createElement("path", { d: "M29.714 17.142q-2.714-4.214-6.803-6.304 1.090 1.858 1.090 4.018 0 3.304-2.349 5.651t-5.651 2.349-5.651-2.349-2.349-5.651q0-2.16 1.090-4.018-4.090 2.090-6.803 6.304 2.374 3.661 5.955 5.83t7.758 2.17 7.758-2.17 5.955-5.83zM16.858 10.286q0-0.357-0.25-0.606t-0.606-0.25q-2.232 0-3.83 1.598t-1.598 3.83q0 0.357 0.25 0.606t0.606 0.25 0.606-0.25 0.25-0.606q0-1.536 1.090-2.626t2.626-1.090q0.357 0 0.606-0.25t0.25-0.606zM32 17.142q0 0.606-0.357 1.232-2.501 4.107-6.723 6.581t-8.92 2.474-8.92-2.482-6.723-6.571q-0.357-0.626-0.357-1.232t0.357-1.232q2.501-4.090 6.723-6.571t8.92-2.482 8.92 2.482 6.723 6.571q0.357 0.626 0.357 1.232z" })));
|
|
214
|
+
};
|
|
215
|
+
exports.Eye = Eye;
|
|
216
|
+
var Favorite = function (props) {
|
|
217
|
+
var _a;
|
|
218
|
+
return (React.createElement("svg", { viewBox: "0 0 35 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
219
|
+
React.createElement("path", { d: "M17.229 5.883c1.4-3.291 4.595-5.592 8.314-5.592 5.008 0 8.614 4.253 9.069 9.32 0 0 0.245 1.259-0.294 3.523-0.733 3.085-2.458 5.824-4.782 7.915l-12.306 10.896-12.098-10.898c-2.325-2.091-4.050-4.83-4.782-7.915-0.539-2.264-0.294-3.523-0.294-3.523 0.453-5.067 4.061-9.32 9.069-9.32 3.718 0 6.707 2.301 8.106 5.592z" })));
|
|
220
|
+
};
|
|
221
|
+
exports.Favorite = Favorite;
|
|
222
|
+
var File = function (props) {
|
|
223
|
+
var _a;
|
|
224
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
225
|
+
React.createElement("path", { d: "M27.84 9.12c0.16 0.16 0.32 0.32 0.48 0.64h-7.68v-7.68c0.32 0.16 0.48 0.32 0.64 0.48l6.56 6.56zM20 11.84h8.96v17.28c0 0.48-0.16 0.8-0.48 1.12s-0.64 0.48-1.12 0.48h-22.080c-0.48 0-0.8-0.16-1.12-0.48s-0.48-0.64-0.48-1.12v-26.24c0-0.48 0.16-0.8 0.48-1.12s0.64-0.48 1.12-0.48h13.12v8.96c0 0.48 0.16 0.8 0.48 1.12s0.64 0.48 1.12 0.48zM22.56 23.84v-1.12c0-0.16 0-0.32-0.16-0.32s-0.16-0.16-0.32-0.16h-11.52c-0.16 0-0.32 0-0.32 0.16-0.16 0.16-0.16 0.16-0.16 0.32v1.12c0 0.16 0 0.32 0.16 0.32 0.16 0.16 0.16 0.16 0.32 0.16h11.52c0.16 0 0.32 0 0.32-0.16s0.16-0.16 0.16-0.32zM22.56 19.68v-1.12c0-0.16 0-0.32-0.16-0.32s-0.16-0.16-0.32-0.16h-11.52c-0.16 0-0.32 0-0.32 0.16-0.16 0.16-0.16 0.16-0.16 0.32v1.12c0 0.16 0 0.32 0.16 0.32 0.16 0.16 0.16 0.16 0.32 0.16h11.52c0.16 0 0.32 0 0.32-0.16s0.16-0.16 0.16-0.32zM22.56 15.52v-1.12c0-0.16 0-0.32-0.16-0.32s-0.16-0.16-0.32-0.16h-11.52c-0.16 0-0.32 0-0.32 0.16-0.16 0-0.16 0.16-0.16 0.32v1.12c0 0.16 0 0.32 0.16 0.32 0 0.16 0.16 0.16 0.32 0.16h11.52c0.16 0 0.32 0 0.32-0.16 0.16-0.16 0.16-0.16 0.16-0.32z" })));
|
|
226
|
+
};
|
|
227
|
+
exports.File = File;
|
|
228
|
+
var Forward = function (props) {
|
|
229
|
+
var _a;
|
|
230
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
231
|
+
React.createElement("path", { d: "M25.467 17.867v0c0 0 0 0 0 0-2.267 0-4.133 1.333-5.067 3.2v0l-8.267-3.733c0.133-0.533 0.267-1.067 0.133-1.733 0-0.267-0.133-0.533-0.133-0.8l8.267-3.867c1.067 1.733 3.067 2.933 5.333 2.933 3.333-0.133 6-2.933 5.867-6.267s-2.933-6-6.267-5.867c-3.333 0-5.867 2.8-5.867 6 0 0.133 0 0.133 0 0.267 0 0.4 0.133 0.667 0.133 1.067l-8 3.867c-1.2-2-3.2-3.2-5.467-3.067v0c0 0 0 0 0 0-3.333 0-5.867 2.8-5.867 6 0 0.133 0 0.133 0 0.267 0.133 3.333 2.933 6 6.267 5.867 2-0.133 3.733-1.2 4.8-2.667v0l8.4 3.867c0 0.267-0.133 0.533-0.133 0.8 0 0.133 0 0.133 0 0.267 0.133 3.333 2.933 6 6.267 5.867s6-2.933 5.867-6.267-2.933-6.133-6.267-6zM25.467 3.733c0 0 0 0 0 0v0c2.267-0.133 4.133 1.6 4.133 3.867 0.133 2.267-1.6 4.133-3.867 4.133-2.267 0.133-4.133-1.6-4.133-3.867 0 0 0-0.133 0-0.133-0.133-2.133 1.6-3.867 3.867-4zM6.4 19.867c-2.267 0.133-4.133-1.6-4.133-3.867 0 0 0-0.133 0-0.133 0-2.133 1.733-4 3.867-4v0c2.267-0.133 4.133 1.6 4.133 3.867 0.133 2.133-1.6 4-3.867 4.133zM25.733 27.867c-2.267 0.133-4.133-1.6-4.133-3.867 0 0 0-0.133 0-0.133 0-2.133 1.733-4 3.867-4 0 0 0 0 0 0v0c2.267-0.133 4.133 1.6 4.133 3.867 0.133 2.267-1.6 4.133-3.867 4.133z" })));
|
|
232
|
+
};
|
|
233
|
+
exports.Forward = Forward;
|
|
234
|
+
var FrontDoor = function (props) {
|
|
235
|
+
var _a;
|
|
236
|
+
return (React.createElement("svg", { viewBox: "0 0 51 46", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
237
|
+
React.createElement("path", { d: "M20.2854 20.1611C19.1352 20.1611 18.202 21.4023 18.202 22.8547C18.202 24.3072 19.1309 25.7043 20.2854 25.7043C21.4399 25.7043 22.3687 24.4657 22.3687 22.9327C22.3687 21.3997 21.4399 20.1611 20.2854 20.1611ZM22.7506 0.88506L8.86176 4.34953C6.926 4.81265 5.70204 6.39851 5.70204 8.38452V42.3337H1.53537C0.768359 42.3337 0.146484 42.9573 0.146484 43.7195C0.146484 44.4817 0.768359 45.1053 1.53537 45.1053H25.1465C26.6803 45.1053 27.9243 43.8642 27.9243 42.3337V5.01705C27.9243 4.13881 27.6976 3.25537 27.1844 2.54082C26.1361 1.08115 24.3913 0.476079 22.7506 0.88506ZM25.1465 42.3337H8.47982V8.38538C8.47982 7.74679 8.91385 7.19447 9.5319 7.0403L23.4208 3.57583C23.8357 3.4641 24.2697 3.56457 24.6083 3.827C24.9555 4.09204 25.1465 4.49045 25.1465 4.92091V42.3337ZM48.7576 42.3337H44.5909V13.2322C44.5909 9.40567 41.4816 6.38119 37.7246 6.38119H32.0909C31.3239 6.38119 30.702 7.0015 30.702 7.68902C30.702 8.37655 31.3239 9.07481 32.0909 9.07481H37.6465C39.9477 9.07481 41.8131 10.9361 41.8131 13.2322V42.3337C41.8131 43.8642 43.0571 45.1053 44.5909 45.1053H48.7576C49.5246 45.1053 50.1465 44.4848 50.1465 43.7975C50.1465 42.9573 49.5215 42.3337 48.7576 42.3337Z" })));
|
|
238
|
+
};
|
|
239
|
+
exports.FrontDoor = FrontDoor;
|
|
240
|
+
var Globe = function (props) {
|
|
241
|
+
var _a;
|
|
242
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
243
|
+
React.createElement("path", { d: "M16 0.64c-8.472 0-15.362 6.891-15.362 15.36s6.89 15.36 15.362 15.36c8.469 0 15.36-6.891 15.36-15.36s-6.891-15.36-15.36-15.36zM29.101 16c0 2.997-1.018 5.76-2.714 7.968-0.48-0.374-0.99-1.387-0.51-2.437 0.485-1.056 0.611-3.501 0.499-4.453-0.106-0.95-0.6-3.24-1.942-3.262-1.341-0.019-2.261-0.462-3.058-2.053-1.653-3.309 3.102-3.944 1.45-5.774-0.462-0.515-2.853 2.115-3.203-1.39-0.022-0.251 0.216-0.627 0.538-1.018 5.19 1.744 8.941 6.651 8.941 12.419zM14.2 3.029c-0.314 0.611-1.141 0.859-1.643 1.318-1.094 0.99-1.565 0.853-2.154 1.803-0.594 0.95-2.507 2.318-2.507 3.006s0.966 1.498 1.45 1.341c0.483-0.16 1.758-0.15 2.507 0.112 0.75 0.266 6.262 0.531 4.506 5.19-0.557 1.482-2.997 1.232-3.646 3.685-0.098 0.36-0.435 1.898-0.456 2.4-0.040 0.778 0.55 3.709-0.2 3.709-0.754 0-2.781-2.622-2.781-3.098s-0.525-2.141-0.525-3.568c0-1.426-2.429-1.403-2.429-3.299 0-1.709 1.317-2.56 1.021-3.381-0.29-0.816-2.603-0.843-3.568-0.944 1.685-4.37 5.648-7.613 10.426-8.275zM11.878 28.432c0.787-0.416 0.867-0.954 1.581-0.981 0.816-0.037 1.48-0.318 2.4-0.522 0.816-0.178 2.277-1.006 3.562-1.112 1.085-0.088 3.224 0.056 3.8 1.102-2.072 1.378-4.557 2.181-7.222 2.181-1.438 0-2.824-0.238-4.12-0.669z" })));
|
|
244
|
+
};
|
|
245
|
+
exports.Globe = Globe;
|
|
246
|
+
var Hamburger = function (props) {
|
|
247
|
+
var _a;
|
|
248
|
+
return (React.createElement("svg", { width: "9", height: "9", viewBox: "0 0 9 9", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor", xmlns: "http://www.w3.org/2000/svg" },
|
|
249
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.61429 2.3625H0.385714C0.0309375 2.3625 0 2.086 0 1.74375C0 1.4015 0.0309375 1.125 0.385714 1.125H8.61429C8.96906 1.125 9 1.4015 9 1.74375C9 2.086 8.96906 2.3625 8.61429 2.3625ZM8.61429 3.6H0.385714C0.0309375 3.6 0 3.8765 0 4.21875C0 4.561 0.0309375 4.8375 0.385714 4.8375H8.61429C8.96906 4.8375 9 4.561 9 4.21875C9 3.8765 8.96906 3.6 8.61429 3.6ZM8.61429 6.075H0.385714C0.0309375 6.075 0 6.3515 0 6.69375C0 7.036 0.0309375 7.3125 0.385714 7.3125H8.61429C8.96906 7.3125 9 7.036 9 6.69375C9 6.3515 8.96906 6.075 8.61429 6.075Z", fill: "black" }),
|
|
250
|
+
React.createElement("mask", { id: "mask0", maskUnits: "userSpaceOnUse", x: "0", y: "1", width: "9", height: "7" },
|
|
251
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.61429 2.3625H0.385714C0.0309375 2.3625 0 2.086 0 1.74375C0 1.4015 0.0309375 1.125 0.385714 1.125H8.61429C8.96906 1.125 9 1.4015 9 1.74375C9 2.086 8.96906 2.3625 8.61429 2.3625ZM8.61429 3.6H0.385714C0.0309375 3.6 0 3.8765 0 4.21875C0 4.561 0.0309375 4.8375 0.385714 4.8375H8.61429C8.96906 4.8375 9 4.561 9 4.21875C9 3.8765 8.96906 3.6 8.61429 3.6ZM8.61429 6.075H0.385714C0.0309375 6.075 0 6.3515 0 6.69375C0 7.036 0.0309375 7.3125 0.385714 7.3125H8.61429C8.96906 7.3125 9 7.036 9 6.69375C9 6.3515 8.96906 6.075 8.61429 6.075Z", fill: "white" })),
|
|
252
|
+
React.createElement("g", { mask: "url(#mask0)" },
|
|
253
|
+
React.createElement("rect", { x: "-1.6875", width: "11.8125", height: "9", fill: "#0077DA" }))));
|
|
254
|
+
};
|
|
255
|
+
exports.Hamburger = Hamburger;
|
|
256
|
+
var House = function (props) {
|
|
257
|
+
var _a;
|
|
258
|
+
return (React.createElement("svg", { viewBox: "0 0 51 45", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
259
|
+
React.createElement("path", { d: "M49.7173 21.1504C50.2904 21.6532 50.3425 22.4593 49.7608 23.1094C49.3353 23.6815 48.4496 23.7335 47.8766 23.1528L44.6292 20.2923V37.4466C44.6292 41.278 41.5207 44.3812 37.6829 44.3812H12.6762C8.84011 44.3812 5.72991 41.278 5.72991 37.4466V20.2923L2.48165 23.1528C1.90597 23.7335 1.02805 23.6815 0.520446 23.1094C0.0127579 22.4593 0.0676337 21.6532 0.642961 21.1504L24.2592 0.346902C24.7888 -0.115634 25.5703 -0.115634 26.0999 0.346902L49.7173 21.1504ZM12.6762 41.6074H18.2332V27.7383C18.2332 26.204 19.4749 24.9644 21.0118 24.9644H29.3473C30.8842 24.9644 32.1258 26.204 32.1258 27.7383V41.6074H37.6829C39.9838 41.6074 41.8507 39.7437 41.8507 37.4466V17.9172L25.1795 3.23671L8.50843 17.9172V37.4466C8.50843 39.7437 10.3752 41.6074 12.6762 41.6074ZM21.0118 41.6074H29.3473V27.7383H21.0118V41.6074Z" })));
|
|
260
|
+
};
|
|
261
|
+
exports.House = House;
|
|
262
|
+
var Info = function (props) {
|
|
263
|
+
var _a;
|
|
264
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
265
|
+
React.createElement("path", { d: "M14.688 12v-2.688h2.625v2.688h-2.625zM16 26.688c5.875 0 10.688-4.813 10.688-10.688s-4.813-10.688-10.688-10.688-10.688 4.813-10.688 10.688 4.813 10.688 10.688 10.688zM16 2.688c7.375 0 13.313 5.938 13.313 13.313s-5.938 13.313-13.313 13.313-13.313-5.938-13.313-13.313 5.938-13.313 13.313-13.313zM14.688 22.688v-8h2.625v8h-2.625z" })));
|
|
266
|
+
};
|
|
267
|
+
exports.Info = Info;
|
|
268
|
+
var Left = function (props) {
|
|
269
|
+
var _a;
|
|
270
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
271
|
+
React.createElement("path", { d: "M24.533 1.867c0.4-0.4 0.4-1.2 0-1.6 0 0 0 0 0 0v0c-0.4-0.4-1.2-0.4-1.6 0 0 0 0 0 0 0l-14.133 14.133 1.6 1.6 14.133-14.133z" }),
|
|
272
|
+
React.createElement("path", { d: "M24.533 30.133l-15.733-15.733-1.6 1.6 15.6 15.6c0.4 0.4 1.2 0.4 1.6 0 0.533-0.4 0.533-1.067 0.133-1.467z" }),
|
|
273
|
+
React.createElement("path", { d: "M7.2 16v0 0z" }),
|
|
274
|
+
" "));
|
|
275
|
+
};
|
|
276
|
+
exports.Left = Left;
|
|
277
|
+
var Lightbulb = function (props) {
|
|
278
|
+
var _a;
|
|
279
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
280
|
+
React.createElement("path", { d: "M11.498 30.675c1.262 0.816 2.722 1.368 4.502 1.325 1.778 0.043 3.24-0.509 4.502-1.325l-0.027-3.475h-8.95l-0.027 3.475zM20.315 25.6c0-6.971 7.408-9.357 6.853-16.301-0.349-4.381-3.317-9.296-11.168-9.296s-10.819 4.915-11.17 9.298c-0.555 6.942 6.854 9.328 6.854 16.299h8.63zM8 9.6c0.331-4.157 3.381-6.4 8-6.4s7.446 2.194 7.778 6.35c0.181 2.278-1.128 3.797-2.894 6.282-1.302 1.834-2.565 3.749-3.283 6.568h-3.2c-0.718-2.819-1.981-4.734-3.285-6.57-1.765-2.483-3.298-3.952-3.115-6.23z" })));
|
|
281
|
+
};
|
|
282
|
+
exports.Lightbulb = Lightbulb;
|
|
283
|
+
var Like = function (props) {
|
|
284
|
+
var _a;
|
|
285
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
286
|
+
React.createElement("path", { d: "M15.867 30.933c-0.267 0-0.267-0.133-0.533-0.133-0.133 0-0.133-0.133-0.267-0.133 0-0.133-0.4-0.4-0.933-1.067l-0.667-0.8c-3.2-3.733-9.733-11.6-12-15.2-0.667-1.333-1.067-2.667-1.067-4 0.133-4.533 3.867-8.267 8.267-8.267 2.933 0 5.467 1.467 6.933 4l0.4 0.533 0.4-0.533c1.6-2.533 4.133-4 6.933-4 4.4 0 8.133 3.733 8.133 8.133 0 1.333-0.4 2.8-1.067 4.133-2.8 4.533-13.067 16.533-13.6 17.067-0.4 0.267-0.533 0.267-0.933 0.267zM8.667 3.067c-3.6 0-6.4 2.8-6.4 6.4 0 1.2 0.267 2.267 0.933 3.2 1.333 2.267 4.933 6.8 10.8 13.867 0.667 0.8 1.2 1.467 1.6 2l0.267 0.4 0.267-0.4c7.067-8.267 11.067-13.333 12.4-15.733 0.533-0.933 0.8-2.133 0.8-3.2 0-3.467-2.933-6.4-6.4-6.4s-6.4 2.933-6.4 6.4c0 0.4-0.533 0.933-0.933 0.933s-0.933-0.533-0.933-0.933c0.133-1.733-0.533-3.467-1.733-4.667-1.067-1.2-2.533-1.867-4.267-1.867z" })));
|
|
287
|
+
};
|
|
288
|
+
exports.Like = Like;
|
|
289
|
+
var LikeFill = function (props) {
|
|
290
|
+
var _a;
|
|
291
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
292
|
+
React.createElement("path", { d: "M15.867 30.933c-0.267 0-0.267-0.133-0.533-0.133-0.133 0-0.133-0.133-0.267-0.133 0-0.133-0.4-0.4-0.933-1.067l-0.667-0.8c-3.2-3.733-9.733-11.6-12-15.2-0.667-1.333-1.067-2.667-1.067-4 0.133-4.533 3.867-8.267 8.267-8.267 2.933 0 5.467 1.467 6.933 4l0.4 0.533 0.4-0.533c1.6-2.533 4.133-4 6.933-4 4.4 0 8.133 3.733 8.133 8.133 0 1.333-0.4 2.8-1.067 4.133-2.8 4.533-13.067 16.533-13.6 17.067-0.4 0.267-0.533 0.267-0.933 0.267z" })));
|
|
293
|
+
};
|
|
294
|
+
exports.LikeFill = LikeFill;
|
|
295
|
+
var Link = function (props) {
|
|
296
|
+
var _a;
|
|
297
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
298
|
+
React.createElement("path", { d: "M12.574 23.506l-1.296 1.288c-1.122 1.112-2.949 1.112-4.072 0-0.538-0.534-0.834-1.246-0.834-2.003s0.298-1.466 0.834-2.003l4.768-4.728c0.987-0.981 2.846-2.424 4.202-1.080 0.622 0.618 1.626 0.614 2.245-0.008 0.616-0.622 0.613-1.627-0.010-2.243-2.301-2.285-5.706-1.862-8.67 1.080l-4.768 4.73c-1.144 1.134-1.773 2.646-1.773 4.253 0 1.61 0.63 3.118 1.773 4.253 1.178 1.168 2.723 1.754 4.27 1.754s3.094-0.584 4.27-1.754l1.298-1.288c0.622-0.616 0.626-1.619 0.008-2.24s-1.622-0.624-2.245-0.010zM27.026 5.131c-2.475-2.454-5.934-2.587-8.222-0.315l-1.614 1.603c-0.622 0.618-0.627 1.621-0.010 2.242 0.618 0.622 1.621 0.626 2.243 0.008l1.616-1.602c1.184-1.178 2.738-0.69 3.754 0.315 0.538 0.536 0.835 1.246 0.835 2.003s-0.298 1.467-0.835 2.002l-5.088 5.046c-2.326 2.306-3.418 1.226-3.883 0.763-0.622-0.618-1.626-0.613-2.242 0.008s-0.614 1.627 0.008 2.242c1.069 1.059 2.288 1.584 3.565 1.584 1.563 0 3.216-0.787 4.789-2.347l5.088-5.045c1.139-1.136 1.771-2.646 1.771-4.253s-0.632-3.118-1.774-4.254z" })));
|
|
299
|
+
};
|
|
300
|
+
exports.Link = Link;
|
|
301
|
+
var List = function (props) {
|
|
302
|
+
var _a;
|
|
303
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
304
|
+
React.createElement("path", { d: "M6.803 28.928q0 1.429-0.973 2.25t-2.419 0.821q-1.893 0-3.072-1.179l1.018-1.571q0.875 0.803 1.893 0.803 0.518 0 0.902-0.259t0.384-0.758q0-1.142-1.875-1l-0.464-1q0.142-0.179 0.581-0.776t0.758-0.965 0.661-0.688v-0.018q-0.286 0-0.866 0.018t-0.866 0.018v0.947h-1.893v-2.714h5.947v1.571l-1.696 2.053q0.91 0.214 1.446 0.875t0.536 1.571zM6.84 17.733v2.84h-6.464q-0.107-0.643-0.107-0.965 0-0.91 0.419-1.661t1.010-1.214 1.179-0.848 1.010-0.776 0.419-0.803q0-0.446-0.259-0.688t-0.706-0.242q-0.821 0-1.446 1.035l-1.518-1.053q0.429-0.91 1.277-1.419t1.883-0.509q1.304 0 2.197 0.741t0.893 2.010q0 0.893-0.606 1.634t-1.339 1.152-1.349 0.902-0.634 0.938h2.267v-1.072h1.875zM32 23.429v3.429q0 0.232-0.17 0.402t-0.402 0.17h-21.714q-0.232 0-0.402-0.17t-0.17-0.402v-3.429q0-0.25 0.16-0.411t0.411-0.16h21.714q0.232 0 0.402 0.17t0.17 0.402zM6.858 7.374v1.768h-5.982v-1.768h1.91q0-0.733 0.010-2.179t0.010-2.16v-0.214h-0.035q-0.142 0.304-0.893 0.965l-1.267-1.357 2.429-2.267h1.893v7.214h1.928zM32 14.286v3.429q0 0.232-0.17 0.402t-0.402 0.17h-21.714q-0.232 0-0.402-0.17t-0.17-0.402v-3.429q0-0.25 0.16-0.411t0.411-0.16h21.714q0.232 0 0.402 0.17t0.17 0.402zM32 5.142v3.429q0 0.232-0.17 0.402t-0.402 0.17h-21.714q-0.232 0-0.402-0.17t-0.17-0.402v-3.429q0-0.232 0.17-0.402t0.402-0.17h21.714q0.232 0 0.402 0.17t0.17 0.402z" })));
|
|
305
|
+
};
|
|
306
|
+
exports.List = List;
|
|
307
|
+
var Lock = function (props) {
|
|
308
|
+
var _a;
|
|
309
|
+
return (React.createElement("svg", { viewBox: "0 0 21 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
310
|
+
React.createElement("path", { d: "M5.714 13.714h9.142v-3.429q0-1.893-1.339-3.232t-3.232-1.339-3.232 1.339-1.339 3.232v3.429zM20.571 15.429v10.286q0 0.714-0.501 1.214t-1.214 0.501h-17.142q-0.714 0-1.214-0.501t-0.501-1.214v-10.286q0-0.714 0.501-1.214t1.214-0.501h0.571v-3.429q0-3.286 2.357-5.643t5.643-2.357 5.643 2.357 2.357 5.643v3.429h0.571q0.714 0 1.214 0.501t0.501 1.214z" })));
|
|
311
|
+
};
|
|
312
|
+
exports.Lock = Lock;
|
|
313
|
+
var Mail = function (props) {
|
|
314
|
+
var _a;
|
|
315
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
316
|
+
React.createElement("path", { d: "M29.091 27.637h-26.182c-1.606 0-2.909-1.304-2.909-2.909v-17.454c0-1.606 1.304-2.909 2.909-2.909h26.182c1.606 0 2.909 1.304 2.909 2.909v17.454c0 1.606-1.304 2.909-2.909 2.909zM27.637 24.728l-8.338-7.296-3.299 2.933-3.299-2.933-8.338 7.296h23.272zM2.909 23.272l8.182-7.272-8.182-7.272v14.546zM4.363 7.272l11.637 10.182 11.637-10.182h-23.272zM29.091 8.728l-8.182 7.272 8.182 7.272v-14.546z" })));
|
|
317
|
+
};
|
|
318
|
+
exports.Mail = Mail;
|
|
319
|
+
var MailThin = function (props) {
|
|
320
|
+
var _a, _b, _c;
|
|
321
|
+
return (React.createElement("svg", { width: "80", height: "35", viewBox: "0 0 80 35", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
322
|
+
React.createElement("rect", { width: "80", height: "75", fill: (_b = props.fill) !== null && _b !== void 0 ? _b : "none" }),
|
|
323
|
+
React.createElement("g", { clipPath: "url(#clip0)" },
|
|
324
|
+
React.createElement("rect", { width: "1280", height: "1390", transform: "translate(-284 -530)", fill: (_c = props.fill) !== null && _c !== void 0 ? _c : "none" }),
|
|
325
|
+
React.createElement("path", { d: "M61.3749 24.2402L43.2061 39.7424C41.8262 40.8341 39.7563 40.8341 38.3764 39.7424L19.9775 24.2402", stroke: "black", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
326
|
+
React.createElement("path", { d: "M49.1858 41.271L61.375 50.878", stroke: "black", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
327
|
+
React.createElement("path", { d: "M32.1668 41.271L19.9775 50.878", stroke: "black", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
328
|
+
React.createElement("path", { d: "M14.458 24.0218V51.0961C14.458 53.9345 16.7579 56.1179 19.7477 56.1179H61.835C64.8248 56.1179 67.1247 53.9345 67.1247 51.0961V24.0218C67.1247 21.1834 64.8248 19 61.835 19H19.7477C16.7579 19 14.458 21.1834 14.458 24.0218Z", stroke: "black", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })),
|
|
329
|
+
React.createElement("defs", null,
|
|
330
|
+
React.createElement("clipPath", { id: "clip0" },
|
|
331
|
+
React.createElement("rect", { width: "1280", height: "1390", fill: "white", transform: "translate(-284 -530)" })))));
|
|
332
|
+
};
|
|
333
|
+
exports.MailThin = MailThin;
|
|
334
|
+
var Map = function (props) {
|
|
335
|
+
var _a;
|
|
336
|
+
return (React.createElement("svg", { viewBox: "0 0 18 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
337
|
+
React.createElement("path", { d: "M13.714 11.429q0-1.893-1.339-3.232t-3.232-1.339-3.232 1.339-1.339 3.232 1.339 3.232 3.232 1.339 3.232-1.339 1.339-3.232zM18.286 11.429q0 1.947-0.589 3.197l-6.501 13.821q-0.286 0.589-0.848 0.928t-1.205 0.339-1.205-0.339-0.83-0.928l-6.518-13.821q-0.589-1.25-0.589-3.197 0-3.786 2.678-6.464t6.464-2.678 6.464 2.678 2.678 6.464z" })));
|
|
338
|
+
};
|
|
339
|
+
exports.Map = Map;
|
|
340
|
+
var MapThin = function (props) {
|
|
341
|
+
var _a;
|
|
342
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
343
|
+
React.createElement("path", { d: "M15.981 0.251c-5.787 0-10.493 4.709-10.493 10.494 0 5.563 9.531 20.11 9.938 20.726 0.123 0.187 0.331 0.301 0.557 0.301s0.434-0.114 0.557-0.301c0.406-0.616 9.938-15.165 9.938-20.726 0-5.787-4.707-10.494-10.493-10.494zM15.981 29.875c-2.066-3.24-9.16-14.693-9.16-19.131 0-5.053 4.109-9.162 9.16-9.162s9.16 4.109 9.16 9.162c0 4.435-7.094 15.89-9.16 19.131z" }),
|
|
344
|
+
React.createElement("path", { d: "M15.981 5.275c-2.237 0-4.059 1.821-4.059 4.058s1.821 4.059 4.059 4.059c2.238 0 4.059-1.821 4.059-4.059s-1.819-4.058-4.059-4.058zM15.981 12.061c-1.502 0-2.725-1.222-2.725-2.725s1.222-2.725 2.725-2.725 2.725 1.222 2.725 2.725-1.222 2.725-2.725 2.725z" })));
|
|
345
|
+
};
|
|
346
|
+
exports.MapThin = MapThin;
|
|
347
|
+
var Menu = function (props) {
|
|
348
|
+
var _a;
|
|
349
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
350
|
+
React.createElement("path", { d: "M26.24 14.4h-20.48c-0.883 0-0.96 0.715-0.96 1.6s0.077 1.6 0.96 1.6h20.48c0.883 0 0.96-0.715 0.96-1.6s-0.077-1.6-0.96-1.6zM26.24 20.8h-20.48c-0.883 0-0.96 0.715-0.96 1.6s0.077 1.6 0.96 1.6h20.48c0.883 0 0.96-0.715 0.96-1.6s-0.077-1.6-0.96-1.6zM5.76 11.2h20.48c0.883 0 0.96-0.715 0.96-1.6s-0.077-1.6-0.96-1.6h-20.48c-0.883 0-0.96 0.715-0.96 1.6s0.077 1.6 0.96 1.6z" })));
|
|
351
|
+
};
|
|
352
|
+
exports.Menu = Menu;
|
|
353
|
+
var Messages = function (props) {
|
|
354
|
+
var _a;
|
|
355
|
+
return (React.createElement("svg", { viewBox: "0 0 50 41", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
356
|
+
React.createElement("path", { d: "M32.4996 14.3369C32.4996 6.74316 25.2261 0.586914 16.2496 0.586914C7.27299 0.586914 -0.000448038 6.74316 -0.000448038 14.3369C-0.000448038 17.5775 1.33315 20.551 3.54955 22.8994C2.3644 25.426 0.530021 27.4361 0.506583 27.4604C-0.00232307 27.9944 -0.142557 28.7814 0.149708 29.4658C0.449083 30.1494 1.11361 30.5869 1.84799 30.5869C6.08158 30.5869 9.48549 28.9674 11.6839 27.5268C13.1324 27.8838 14.6636 28.0869 16.2496 28.0869C25.2261 28.0869 32.4996 21.9307 32.4996 14.3369ZM16.2496 25.5869C14.9246 25.5869 13.5902 25.423 12.2847 25.1L11.2261 24.8369L10.3121 25.4385C8.71596 26.4838 6.28237 27.7033 3.29252 28.0143C4.0251 27.0682 5.03471 25.6213 5.81127 23.9658L6.5333 22.426L5.3683 21.1885C3.49174 19.1963 2.49955 16.8291 2.49955 14.3369C2.49955 8.13379 8.60112 3.08691 16.2496 3.08691C23.898 3.08691 29.9996 8.13379 29.9996 14.3369C29.9996 20.54 23.8277 25.5869 16.2496 25.5869ZM47.3746 34.6025C49.0308 32.3916 49.9996 29.7197 49.9996 26.8369C49.9996 19.2432 43.2808 13.0869 34.9996 13.0869C34.975 13.0869 34.9512 13.0901 34.9266 13.0903C34.9605 13.501 34.9996 13.915 34.9996 14.3369C34.9996 14.7611 34.9631 15.1775 34.926 15.5939C34.9527 15.5947 34.9761 15.5869 34.9996 15.5869C41.8918 15.5869 47.4996 20.6338 47.4996 26.8369C47.4996 29.0783 46.7633 31.2471 45.3707 33.1072L44.3488 34.4721L45.2464 35.9213C45.7596 36.7502 46.2761 37.4635 46.7003 38.0103C45.2738 37.8611 43.8527 37.4928 42.4582 36.9096L41.4668 36.4951L40.4839 36.9293C38.7418 37.6963 36.898 38.0869 34.9996 38.0869C29.1363 38.0869 24.2417 34.4221 22.898 29.5166C22.1089 29.7772 21.2964 29.9957 20.4605 30.1628C22.0855 36.1416 27.898 40.5869 34.9996 40.5869C37.3293 40.5869 39.5261 40.0858 41.4933 39.2166C43.3589 40.001 45.6011 40.5869 48.148 40.5869C48.8822 40.5869 49.5472 40.1518 49.8457 39.4682C50.1379 38.7839 49.9976 37.9963 49.4888 37.4627C49.4761 37.4463 48.4058 36.2744 47.3746 34.6025Z" })));
|
|
357
|
+
};
|
|
358
|
+
exports.Messages = Messages;
|
|
359
|
+
var Oval = function (props) {
|
|
360
|
+
var _a;
|
|
361
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
362
|
+
React.createElement("path", { d: "M29 16c0 7.18-5.82 13-13 13s-13-5.82-13-13c0-7.18 5.82-13 13-13s13 5.82 13 13z" })));
|
|
363
|
+
};
|
|
364
|
+
exports.Oval = Oval;
|
|
365
|
+
var Phone = function (props) {
|
|
366
|
+
var _a;
|
|
367
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
368
|
+
React.createElement("path", { d: "M22 20c-2 2-2 4-4 4s-4-2-6-4-4-4-4-6 2-2 4-4-4-8-6-8-6 6-6 6c0 4 4.109 12.109 8 16s12 8 16 8c0 0 6-4 6-6s-6-8-8-6z" })));
|
|
369
|
+
};
|
|
370
|
+
exports.Phone = Phone;
|
|
371
|
+
var Plus = function (props) {
|
|
372
|
+
var _a;
|
|
373
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
374
|
+
React.createElement("path", { d: "M25.6 16c0 0.885-0.077 1.6-0.962 1.6h-7.038v7.038c0 0.883-0.715 0.962-1.6 0.962s-1.6-0.078-1.6-0.962v-7.038h-7.038c-0.883 0-0.962-0.715-0.962-1.6s0.078-1.6 0.962-1.6h7.038v-7.038c0-0.885 0.715-0.962 1.6-0.962s1.6 0.077 1.6 0.962v7.038h7.038c0.885 0 0.962 0.715 0.962 1.6z" })));
|
|
375
|
+
};
|
|
376
|
+
exports.Plus = Plus;
|
|
377
|
+
var Polygon = function (props) {
|
|
378
|
+
var _a;
|
|
379
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
380
|
+
React.createElement("path", { d: "M16 1.2l15.2 11.1-5.8 17.9h-18.8l-5.9-17.9z" })));
|
|
381
|
+
};
|
|
382
|
+
exports.Polygon = Polygon;
|
|
383
|
+
var Profile = function (props) {
|
|
384
|
+
var _a;
|
|
385
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
386
|
+
React.createElement("path", { fill: "#e7eced", d: "M11.23 25.117l-4.77 2.597c-0.302 0.181-0.544 0.362-0.786 0.544 2.778 2.355 6.4 3.744 10.325 3.744s7.486-1.389 10.264-3.683c-0.242-0.242-0.544-0.422-0.845-0.544l-5.133-2.536c-0.664-0.302-1.086-1.027-1.086-1.75v-1.992c0.12-0.181 0.302-0.362 0.483-0.603 0.725-0.966 1.208-2.053 1.57-3.2 0.664-0.181 1.147-0.786 1.147-1.509v-2.114c0-0.483-0.181-0.906-0.544-1.208v-3.2c0 0 0.664-4.83-5.917-4.83s-5.917 4.83-5.917 4.83v3.080c-0.302 0.302-0.544 0.725-0.544 1.208v2.114c0 0.544 0.302 1.086 0.725 1.328 0.544 2.355 1.933 3.986 1.933 3.986v1.933c0.12 0.786-0.302 1.45-0.906 1.811z" }),
|
|
387
|
+
React.createElement("path", { fill: "#556080", d: "M16.302 0c-8.875-0.12-16.12 6.883-16.302 15.698-0.061 5.011 2.173 9.539 5.675 12.498 0.242-0.181 0.483-0.362 0.786-0.544l4.77-2.597c0.603-0.362 1.027-1.027 1.027-1.691v-1.933c0 0-1.389-1.691-1.933-3.986-0.422-0.302-0.725-0.786-0.725-1.328v-2.114c0-0.483 0.181-0.906 0.544-1.208v-3.139c0 0-0.664-4.83 5.917-4.83s5.917 4.83 5.917 4.83v3.080c0.302 0.302 0.544 0.725 0.544 1.208v2.114c0 0.725-0.483 1.328-1.147 1.509-0.362 1.147-0.906 2.234-1.57 3.2-0.181 0.242-0.362 0.483-0.483 0.603v1.992c0 0.725 0.422 1.389 1.086 1.75l5.133 2.536c0.302 0.181 0.603 0.362 0.845 0.544 3.32-2.778 5.555-7.064 5.614-11.894 0.12-8.875-6.883-16.12-15.698-16.302z" })));
|
|
388
|
+
};
|
|
389
|
+
exports.Profile = Profile;
|
|
390
|
+
var Question = function (props) {
|
|
391
|
+
var _a;
|
|
392
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
393
|
+
React.createElement("path", { d: "M16 0.64c-8.483 0-15.36 6.877-15.36 15.36s6.877 15.36 15.36 15.36c8.482 0 15.36-6.877 15.36-15.362 0-8.482-6.878-15.358-15.36-15.358zM15.758 24.958h-0.082c-1.251-0.037-2.134-0.96-2.098-2.194 0.035-1.213 0.939-2.094 2.149-2.094l0.074 0.003c1.286 0.037 2.16 0.95 2.123 2.219-0.037 1.216-0.925 2.066-2.166 2.066zM21.024 14.509c-0.294 0.416-0.941 0.938-1.757 1.573l-0.899 0.619c-0.493 0.384-0.79 0.747-0.901 1.101-0.090 0.278-0.131 0.354-0.139 0.922v0.144h-3.432l0.010-0.291c0.043-1.19 0.072-1.894 0.566-2.475 0.776-0.909 2.488-2.013 2.56-2.059 0.246-0.184 0.453-0.394 0.606-0.619 0.36-0.498 0.518-0.888 0.518-1.269 0-0.534-0.157-1.029-0.469-1.466-0.301-0.426-0.872-0.637-1.698-0.637-0.819 0-1.381 0.259-1.715 0.794-0.346 0.546-0.52 1.12-0.52 1.707v0.147h-3.538l0.006-0.154c0.091-2.165 0.866-3.725 2.296-4.635 0.901-0.578 2.022-0.87 3.33-0.87 1.709 0 3.155 0.416 4.291 1.235 1.154 0.83 1.738 2.075 1.738 3.698-0.002 0.907-0.288 1.76-0.854 2.536z" })));
|
|
394
|
+
};
|
|
395
|
+
exports.Question = Question;
|
|
396
|
+
var Result = function (props) {
|
|
397
|
+
var _a;
|
|
398
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
399
|
+
React.createElement("path", { d: "M22.754 22.68h-13.387c-0.368 0-0.667 0.299-0.667 0.667s0.299 0.667 0.667 0.667h13.389c0.368 0 0.667-0.299 0.667-0.667s-0.299-0.667-0.667-0.667z" }),
|
|
400
|
+
React.createElement("path", { d: "M22.754 18.68h-13.387c-0.368 0-0.667 0.299-0.667 0.667s0.299 0.667 0.667 0.667h13.389c0.368 0 0.667-0.299 0.667-0.667s-0.299-0.667-0.667-0.667z" }),
|
|
401
|
+
React.createElement("path", { d: "M22.754 14.68h-13.387c-0.368 0-0.667 0.299-0.667 0.667s0.299 0.667 0.667 0.667h13.389c0.368 0 0.667-0.299 0.667-0.667s-0.299-0.667-0.667-0.667z" }),
|
|
402
|
+
React.createElement("path", { d: "M9.365 12.013h7.438c0.368 0 0.667-0.299 0.667-0.667s-0.299-0.667-0.667-0.667h-7.438c-0.368 0-0.667 0.299-0.667 0.667s0.299 0.667 0.667 0.667z" }),
|
|
403
|
+
React.createElement("path", { d: "M27.526 4.877l-4.416-4.358c-0.216-0.213-0.514-0.506-1.072-0.506h-16.285c-0.947 0-1.717 0.781-1.717 1.741v26.014c0 0.205 0.098 0.387 0.246 0.51l3.142 3.36c0.126 0.134 0.302 0.211 0.486 0.211s0.362-0.077 0.486-0.211l3.506-3.747 3.629 3.875c0.251 0.269 0.722 0.269 0.973 0l3.629-3.875 3.629 3.875c0.126 0.134 0.301 0.21 0.483 0.211 0.002 0 0.002 0 0.003 0 0.182 0 0.357-0.075 0.483-0.206l3.117-3.27c0.117-0.123 0.184-0.29 0.184-0.459v-22.029c0.002-0.562-0.274-0.902-0.509-1.138zM26.102 5.347h-3.398v-3.355l3.398 3.355zM24.259 30.341l-3.634-3.88c-0.126-0.134-0.302-0.211-0.486-0.211s-0.362 0.077-0.486 0.211l-3.629 3.875-3.629-3.875c-0.251-0.269-0.722-0.269-0.973 0l-3.506 3.747-2.544-2.718v-25.736c0-0.221 0.174-0.408 0.382-0.408l15.616-0.010v4.677c0 0.368 0.299 0.667 0.667 0.667h4.667v21.094l-2.445 2.566z" })));
|
|
404
|
+
};
|
|
405
|
+
exports.Result = Result;
|
|
406
|
+
var Right = function (props) {
|
|
407
|
+
var _a;
|
|
408
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
409
|
+
React.createElement("path", { d: "M7.467 30.133c-0.4 0.4-0.4 1.2 0 1.6 0 0 0 0 0 0v0c0.4 0.4 1.2 0.4 1.6 0 0 0 0 0 0 0l14-14-1.467-1.733-14.133 14.133z" }),
|
|
410
|
+
React.createElement("path", { d: "M7.467 1.867l15.733 15.6 1.6-1.6-1.6-1.6-14.133-14c-0.4-0.4-1.067-0.4-1.6 0-0.4 0.533-0.4 1.2 0 1.6z" }),
|
|
411
|
+
React.createElement("path", { d: "M24.8 16v0 0z" })));
|
|
412
|
+
};
|
|
413
|
+
exports.Right = Right;
|
|
414
|
+
var Search = function (props) {
|
|
415
|
+
var _a;
|
|
416
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
417
|
+
React.createElement("path", { d: "M13.333 1.333q2.438 0 4.661 0.953t3.828 2.557 2.557 3.828 0.953 4.661q0 2.094-0.682 4.010t-1.943 3.479l7.573 7.563q0.385 0.385 0.385 0.948 0 0.573-0.38 0.953t-0.953 0.38q-0.563 0-0.948-0.385l-7.563-7.573q-1.563 1.26-3.479 1.943t-4.010 0.682q-2.438 0-4.661-0.953t-3.828-2.557-2.557-3.828-0.953-4.661 0.953-4.661 2.557-3.828 3.828-2.557 4.661-0.953zM13.333 4q-1.896 0-3.625 0.74t-2.979 1.99-1.99 2.979-0.74 3.625 0.74 3.625 1.99 2.979 2.979 1.99 3.625 0.74 3.625-0.74 2.979-1.99 1.99-2.979 0.74-3.625-0.74-3.625-1.99-2.979-2.979-1.99-3.625-0.74z" })));
|
|
418
|
+
};
|
|
419
|
+
exports.Search = Search;
|
|
420
|
+
var Settings = function (props) {
|
|
421
|
+
var _a;
|
|
422
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
423
|
+
React.createElement("path", { fill: "#c7cbc7", d: "M30.075 14.091c-2.858-0.549-4.168-3.888-2.446-6.234l1.208-1.648-2.611-2.611-1.624 1.099c-2.408 1.632-5.696 0.197-6.138-2.677l-0.31-2.021h-3.693l-0.478 2.486c-0.538 2.794-3.757 4.128-6.114 2.531l-2.096-1.419-2.611 2.611 1.208 1.648c1.72 2.346 0.411 5.685-2.446 6.234l-1.925 0.37v3.693l2.021 0.31c2.875 0.443 4.309 3.73 2.677 6.139l-1.099 1.622 2.611 2.611 1.648-1.208c2.347-1.72 5.685-0.411 6.234 2.446l0.371 1.925h3.693l0.219-1.421c0.453-2.939 3.861-4.35 6.259-2.592l1.16 0.851 2.611-2.611-1.099-1.622c-1.632-2.408-0.197-5.696 2.677-6.139l2.021-0.31v-3.693l-1.925-0.37zM16.307 19.077c-1.53 0-2.77-1.24-2.77-2.77s1.24-2.77 2.77-2.77 2.77 1.24 2.77 2.77c0 1.53-1.24 2.77-2.77 2.77v0 0z" }),
|
|
424
|
+
React.createElement("path", { fill: "#556080", d: "M16.307 10.461c-3.229 0-5.846 2.618-5.846 5.846s2.618 5.846 5.846 5.846 5.846-2.618 5.846-5.846c0-3.229-2.618-5.846-5.846-5.846v0 0zM16.307 19.077c-1.53 0-2.77-1.24-2.77-2.77s1.24-2.77 2.77-2.77 2.77 1.24 2.77 2.77c0 1.53-1.24 2.77-2.77 2.77v0 0z" })));
|
|
425
|
+
};
|
|
426
|
+
exports.Settings = Settings;
|
|
427
|
+
var Spinner = function (props) {
|
|
428
|
+
var _a;
|
|
429
|
+
return (React.createElement("svg", { viewBox: "0 0 100 100", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
430
|
+
React.createElement("circle", { cx: "50", cy: "50", fill: "none", stroke: "currentColor", strokeWidth: "9", r: "32", strokeDasharray: "150.79644737231007 52.26548245743669" })));
|
|
431
|
+
};
|
|
432
|
+
exports.Spinner = Spinner;
|
|
433
|
+
var Star = function (props) {
|
|
434
|
+
var _a;
|
|
435
|
+
return (React.createElement("svg", { viewBox: "0 0 28 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
436
|
+
React.createElement("path", { d: "M28 12l-9.797-1.274-4.203-8.726-4.204 8.726-9.796 1.274 7.202 6.527-1.858 9.471 8.656-4.65 8.658 4.65-1.861-9.471 7.203-6.527z" })));
|
|
437
|
+
};
|
|
438
|
+
exports.Star = Star;
|
|
439
|
+
var Ticket = function (props) {
|
|
440
|
+
var _a;
|
|
441
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
442
|
+
React.createElement("path", { d: "M18.286 8.072l5.643 5.643-10.214 10.214-5.643-5.643zM14.518 25.554l11.035-11.035q0.339-0.339 0.339-0.803t-0.339-0.803l-6.464-6.464q-0.322-0.322-0.803-0.322t-0.803 0.322l-11.035 11.035q-0.339 0.339-0.339 0.803t0.339 0.803l6.464 6.464q0.322 0.322 0.803 0.322t0.803-0.322zM30.394 14.179l-16.197 16.214q-0.661 0.661-1.616 0.661t-1.616-0.661l-2.25-2.25q1-1 1-2.429t-1-2.429-2.429-1-2.429 1l-2.232-2.25q-0.661-0.661-0.661-1.616t0.661-1.616l16.197-16.179q0.661-0.661 1.616-0.661t1.616 0.661l2.232 2.232q-1 1-1 2.429t1 2.429 2.429 1 2.429-1l2.25 2.232q0.661 0.661 0.661 1.616t-0.661 1.616z" })));
|
|
443
|
+
};
|
|
444
|
+
exports.Ticket = Ticket;
|
|
445
|
+
var Trash = function (props) {
|
|
446
|
+
var _a;
|
|
447
|
+
return (React.createElement("svg", { viewBox: "0 0 26 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
448
|
+
React.createElement("path", { d: "M9.142 24.571v-12.571q0-0.25-0.16-0.411t-0.411-0.16h-1.142q-0.25 0-0.411 0.16t-0.16 0.411v12.571q0 0.25 0.16 0.411t0.411 0.16h1.142q0.25 0 0.411-0.16t0.16-0.411zM13.714 24.571v-12.571q0-0.25-0.16-0.411t-0.411-0.16h-1.142q-0.25 0-0.411 0.16t-0.16 0.411v12.571q0 0.25 0.16 0.411t0.411 0.16h1.142q0.25 0 0.411-0.16t0.16-0.411zM18.286 24.571v-12.571q0-0.25-0.16-0.411t-0.411-0.16h-1.142q-0.25 0-0.411 0.16t-0.16 0.411v12.571q0 0.25 0.16 0.411t0.411 0.16h1.142q0.25 0 0.411-0.16t0.16-0.411zM8.571 6.858h8l-0.858-2.090q-0.125-0.16-0.304-0.197h-5.661q-0.179 0.035-0.304 0.197zM25.142 7.429v1.142q0 0.25-0.16 0.411t-0.411 0.16h-1.714v16.928q0 1.482-0.84 2.563t-2.018 1.080h-14.858q-1.179 0-2.018-1.045t-0.84-2.526v-17h-1.714q-0.25 0-0.411-0.16t-0.16-0.411v-1.142q0-0.25 0.16-0.411t0.411-0.16h5.518l1.25-2.982q0.267-0.661 0.965-1.125t1.411-0.464h5.714q0.714 0 1.411 0.464t0.965 1.125l1.25 2.982h5.518q0.25 0 0.411 0.16t0.16 0.411z" })));
|
|
449
|
+
};
|
|
450
|
+
exports.Trash = Trash;
|
|
451
|
+
var Warning = function (props) {
|
|
452
|
+
var _a;
|
|
453
|
+
return (React.createElement("svg", { viewBox: "0 0 32 32", fill: (_a = props.fill) !== null && _a !== void 0 ? _a : "currentColor" },
|
|
454
|
+
React.createElement("path", { d: "M31.218 28.768l-14.251-26.611c-0.198-0.344-0.566-0.557-0.966-0.557s-0.77 0.213-0.966 0.557l-14.25 26.611c-0.194 0.338-0.19 0.754 0.008 1.088 0.2 0.338 0.563 0.544 0.957 0.544h28.502c0.392 0 0.758-0.206 0.957-0.544 0.198-0.334 0.202-0.75 0.010-1.088zM17.6 27.2h-3.2v-3.2h3.2v3.2zM17.6 21.6h-3.2v-10.4h3.2v10.4z" })));
|
|
455
|
+
};
|
|
456
|
+
exports.Warning = Warning;
|
|
457
|
+
//# sourceMappingURL=Icons.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icons.js","sourceRoot":"","sources":["../../../src/icons/Icons.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.list = void 0;
|
|
27
|
+
var React = __importStar(require("react"));
|
|
28
|
+
exports.default = {
|
|
29
|
+
title: "Lists/Numbered List",
|
|
30
|
+
};
|
|
31
|
+
var list = function () {
|
|
32
|
+
return (React.createElement("ol", { className: "numbered-list" },
|
|
33
|
+
React.createElement("li", null, "Item One"),
|
|
34
|
+
React.createElement("li", null, "Item Two"),
|
|
35
|
+
React.createElement("li", null, "Item Three")));
|
|
36
|
+
};
|
|
37
|
+
exports.list = list;
|
|
38
|
+
//# sourceMappingURL=NumberedList.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NumberedList.stories.js","sourceRoot":"","sources":["../../../src/lists/NumberedList.stories.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA8B;AAE9B,kBAAe;IACb,KAAK,EAAE,qBAAqB;CAC7B,CAAA;AAEM,IAAM,IAAI,GAAG;IAClB,OAAO,CACL,4BAAI,SAAS,EAAC,eAAe;QAC3B,2CAAiB;QACjB,2CAAiB;QACjB,6CAAmB,CAChB,CACN,CAAA;AACH,CAAC,CAAA;AARY,QAAA,IAAI,QAQhB"}
|