@bloom-housing/ui-components 7.0.8-alpha.0 → 7.2.0
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 +35 -21
- 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/MultiLineAddress.stories.tsx +59 -0
- package/src/helpers/OneLineAddress.stories.tsx +59 -0
- 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/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/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/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/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 -6244
- package/index.ts +0 -168
- package/jest.config.js +0 -40
- package/lerna.json +0 -15
- 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/tailwind.config.js +0 -124
- package/tailwind.tosass.js +0 -30
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as React from "react"
|
|
2
|
+
import { BADGES } from "../../.storybook/constants"
|
|
3
|
+
import { PreferencesList } from "./PreferencesList"
|
|
4
|
+
import PreferencesListDocumentation from "./PreferencesList.docs.mdx"
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
title: "Lists/Preferences List 🚩",
|
|
8
|
+
id: "lists/preferences-list",
|
|
9
|
+
decorators: [(storyFn: any) => <div>{storyFn()}</div>],
|
|
10
|
+
parameters: {
|
|
11
|
+
docs: {
|
|
12
|
+
page: PreferencesListDocumentation,
|
|
13
|
+
},
|
|
14
|
+
badges: [BADGES.GEN2],
|
|
15
|
+
},
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
const listingPreferences = [
|
|
19
|
+
{
|
|
20
|
+
ordinal: 1,
|
|
21
|
+
links: [],
|
|
22
|
+
title: "Title 1",
|
|
23
|
+
description: "Description 1",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
ordinal: 2,
|
|
27
|
+
links: [
|
|
28
|
+
{
|
|
29
|
+
url: "http://www.google.com",
|
|
30
|
+
title: "Link Title 2",
|
|
31
|
+
},
|
|
32
|
+
],
|
|
33
|
+
title: "Title 2",
|
|
34
|
+
subtitle: "Subtitle 2",
|
|
35
|
+
description: "Description 2",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
ordinal: 3,
|
|
39
|
+
links: [],
|
|
40
|
+
title: "Title 3",
|
|
41
|
+
subtitle: "Subtitle 3",
|
|
42
|
+
description: "Description 3",
|
|
43
|
+
},
|
|
44
|
+
]
|
|
45
|
+
|
|
46
|
+
export const preferences = () => {
|
|
47
|
+
return <PreferencesList listingPreferences={listingPreferences} />
|
|
48
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
|
|
3
|
+
import { Breadcrumbs, BreadcrumbLink } from "./Breadcrumbs"
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
title: "Navigation/Breadcrumbs",
|
|
7
|
+
decorators: [(storyFn: any) => <div style={{ padding: "1rem" }}>{storyFn()}</div>],
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export const Default = () => (
|
|
11
|
+
<Breadcrumbs>
|
|
12
|
+
<BreadcrumbLink href="/One">One</BreadcrumbLink>
|
|
13
|
+
<BreadcrumbLink href="/Two">Two</BreadcrumbLink>
|
|
14
|
+
<BreadcrumbLink current={true} href="/Three">
|
|
15
|
+
Three
|
|
16
|
+
</BreadcrumbLink>
|
|
17
|
+
</Breadcrumbs>
|
|
18
|
+
)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
|
|
3
|
+
import { LanguageNav } from "./LanguageNav"
|
|
4
|
+
import { text, withKnobs } from "@storybook/addon-knobs"
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
title: "Navigation/LanguageNav",
|
|
8
|
+
decorators: [(storyFn: any) => <div style={{ padding: "1rem" }}>{storyFn()}</div>, withKnobs],
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export const Default = () => (
|
|
12
|
+
<LanguageNav
|
|
13
|
+
ariaLabel={text("ariaLabel", "")}
|
|
14
|
+
languages={[
|
|
15
|
+
{
|
|
16
|
+
label: "English",
|
|
17
|
+
active: true,
|
|
18
|
+
onClick: () => {},
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
label: "Spanish",
|
|
22
|
+
active: false,
|
|
23
|
+
onClick: () => {},
|
|
24
|
+
},
|
|
25
|
+
]}
|
|
26
|
+
/>
|
|
27
|
+
)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
import { BADGES } from "../../.storybook/constants"
|
|
3
|
+
import { ProgressNav } from "./ProgressNav"
|
|
4
|
+
import ProgressNavDocs from "./ProgressNav.docs.mdx"
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
title: "Navigation/Progress Nav 🚩",
|
|
8
|
+
decorators: [(storyFn: any) => <div style={{ padding: "1rem" }}>{storyFn()}</div>],
|
|
9
|
+
parameters: {
|
|
10
|
+
docs: {
|
|
11
|
+
page: ProgressNavDocs,
|
|
12
|
+
},
|
|
13
|
+
badges: [BADGES.GEN2],
|
|
14
|
+
},
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export const Default = () => (
|
|
18
|
+
<ProgressNav
|
|
19
|
+
currentPageSection={2}
|
|
20
|
+
completedSections={1}
|
|
21
|
+
labels={["You", "Household", "Income", "Preferences", "Review"]}
|
|
22
|
+
mounted={true}
|
|
23
|
+
/>
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
export const barStyle = () => (
|
|
27
|
+
<ProgressNav
|
|
28
|
+
currentPageSection={2}
|
|
29
|
+
completedSections={1}
|
|
30
|
+
labels={["You", "Household", "Income", "Preferences", "Review"]}
|
|
31
|
+
mounted={true}
|
|
32
|
+
style={"bar"}
|
|
33
|
+
/>
|
|
34
|
+
)
|
|
@@ -26,7 +26,7 @@ const ProgressNavItem = (props: {
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
const srTextBuilder = (): string | React.
|
|
29
|
+
const srTextBuilder = (): string | React.ReactNode => {
|
|
30
30
|
if (props.section < props.currentPageSection) {
|
|
31
31
|
return (
|
|
32
32
|
<span className="sr-only">
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
import { BADGES } from "../../.storybook/constants"
|
|
3
|
+
import { StandardTable } from "../tables/StandardTable"
|
|
4
|
+
import { SideNav } from "./SideNav"
|
|
5
|
+
import { mockHeaders, mockData } from "../tables/StandardTable.stories"
|
|
6
|
+
import SideNavDocumentation from "./SideNav.docs.mdx"
|
|
7
|
+
|
|
8
|
+
export default {
|
|
9
|
+
title: "Navigation/Side Nav 🚩",
|
|
10
|
+
id: "navigation/side-nav",
|
|
11
|
+
decorators: [(storyFn: any) => <div style={{ padding: "1rem" }}>{storyFn()}</div>],
|
|
12
|
+
parameters: {
|
|
13
|
+
docs: {
|
|
14
|
+
page: SideNavDocumentation,
|
|
15
|
+
},
|
|
16
|
+
badges: [BADGES.GEN2],
|
|
17
|
+
},
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export const Default = () => (
|
|
21
|
+
<div style={{ maxWidth: "275px" }}>
|
|
22
|
+
<SideNav
|
|
23
|
+
navItems={[
|
|
24
|
+
{ label: "Nav Item 1", url: "#", current: false },
|
|
25
|
+
{ label: "Nav Item 2", url: "#", current: false },
|
|
26
|
+
{ label: "Nav Item 3", url: "#" },
|
|
27
|
+
]}
|
|
28
|
+
/>
|
|
29
|
+
</div>
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
export const Current = () => (
|
|
33
|
+
<div style={{ maxWidth: "275px" }}>
|
|
34
|
+
<SideNav
|
|
35
|
+
navItems={[
|
|
36
|
+
{ label: "Nav Item 1", url: "#", current: true },
|
|
37
|
+
{ label: "Nav Item 2", url: "#", current: false },
|
|
38
|
+
{ label: "Nav Item 3", url: "#", current: false },
|
|
39
|
+
]}
|
|
40
|
+
/>
|
|
41
|
+
</div>
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
const MultiLevelNav = () => (
|
|
45
|
+
<SideNav
|
|
46
|
+
navItems={[
|
|
47
|
+
{ label: "Nav Item 1", url: "#", current: false },
|
|
48
|
+
{
|
|
49
|
+
label: "Nav Item 2",
|
|
50
|
+
url: "#",
|
|
51
|
+
count: 10,
|
|
52
|
+
childrenItems: [
|
|
53
|
+
{ label: "Child Item 1", url: "#", count: 7 },
|
|
54
|
+
{ label: "Child Item 2", url: "#", current: true, count: 3 },
|
|
55
|
+
],
|
|
56
|
+
},
|
|
57
|
+
{ label: "Nav Item 3", url: "#" },
|
|
58
|
+
]}
|
|
59
|
+
/>
|
|
60
|
+
)
|
|
61
|
+
|
|
62
|
+
export const ChildItems = () => (
|
|
63
|
+
<div style={{ maxWidth: "275px" }}>
|
|
64
|
+
<MultiLevelNav />
|
|
65
|
+
</div>
|
|
66
|
+
)
|
|
67
|
+
|
|
68
|
+
export const WithinLayout = () => (
|
|
69
|
+
<div className="sidebar-detail-layout">
|
|
70
|
+
<aside>
|
|
71
|
+
<MultiLevelNav />
|
|
72
|
+
</aside>
|
|
73
|
+
<div className="rounded-lg border border-gray-500 overflow-hidden">
|
|
74
|
+
<StandardTable headers={mockHeaders} data={mockData} />
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
)
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
|
|
3
|
+
import { TabNav, TabNavItem } from "./TabNav"
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
title: "Navigation/Tab-like Nav",
|
|
7
|
+
decorators: [(storyFn: any) => <div style={{ padding: "1rem" }}>{storyFn()}</div>],
|
|
8
|
+
parameters: { actions: { argTypesRegex: "^on[A-Z].*" } },
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export const Default = () => {
|
|
12
|
+
return (
|
|
13
|
+
<TabNav>
|
|
14
|
+
<TabNavItem href={"/other"}>Other</TabNavItem>
|
|
15
|
+
<TabNavItem href={"/default"} current tagContent="15">
|
|
16
|
+
Default
|
|
17
|
+
</TabNavItem>
|
|
18
|
+
</TabNav>
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
// TODO: Fix tab roles for this component in #1489
|
|
22
|
+
Default.parameters = {
|
|
23
|
+
a11y: {
|
|
24
|
+
config: {
|
|
25
|
+
rules: [
|
|
26
|
+
{
|
|
27
|
+
id: "no-focusable-content",
|
|
28
|
+
enabled: false,
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
id: "nested-interactive",
|
|
32
|
+
enabled: false,
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export const Other = () => {
|
|
40
|
+
return (
|
|
41
|
+
<TabNav>
|
|
42
|
+
<TabNavItem href={"/other"} current>
|
|
43
|
+
Other
|
|
44
|
+
</TabNavItem>
|
|
45
|
+
<TabNavItem href={"/default"} tagContent="15">
|
|
46
|
+
Default
|
|
47
|
+
</TabNavItem>
|
|
48
|
+
</TabNav>
|
|
49
|
+
)
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// TODO: Fix tab roles for this component in #1489
|
|
53
|
+
Other.parameters = {
|
|
54
|
+
a11y: {
|
|
55
|
+
config: {
|
|
56
|
+
rules: [
|
|
57
|
+
{
|
|
58
|
+
id: "no-focusable-content",
|
|
59
|
+
enabled: false,
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
id: "nested-interactive",
|
|
63
|
+
enabled: false,
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
import { Tab, Tabs, TabList, TabPanel } from "./Tabs"
|
|
3
|
+
|
|
4
|
+
export default {
|
|
5
|
+
title: "Navigation/Tabs",
|
|
6
|
+
decorators: [
|
|
7
|
+
(storyFn: any) => (
|
|
8
|
+
<div style={{ padding: "1rem" }}>
|
|
9
|
+
<style>
|
|
10
|
+
{`
|
|
11
|
+
.styled {
|
|
12
|
+
color: blue !important;
|
|
13
|
+
font-weight: bold;
|
|
14
|
+
}
|
|
15
|
+
.tabs__panel.styled {
|
|
16
|
+
display: block;
|
|
17
|
+
}
|
|
18
|
+
`}
|
|
19
|
+
</style>
|
|
20
|
+
|
|
21
|
+
{storyFn()}
|
|
22
|
+
</div>
|
|
23
|
+
),
|
|
24
|
+
],
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export const Default = () => {
|
|
28
|
+
return (
|
|
29
|
+
<Tabs>
|
|
30
|
+
<TabList>
|
|
31
|
+
<Tab>Title 1</Tab>
|
|
32
|
+
<Tab>Title 2</Tab>
|
|
33
|
+
<Tab>Long Tab Title 3</Tab>
|
|
34
|
+
<Tab disabled>Disabled Tab</Tab>
|
|
35
|
+
<Tab selectedClassName="funky">Funky Tab</Tab>
|
|
36
|
+
</TabList>
|
|
37
|
+
|
|
38
|
+
<TabPanel>
|
|
39
|
+
<h2>Any content 1</h2>
|
|
40
|
+
<p>Paragraph text 1.</p>
|
|
41
|
+
</TabPanel>
|
|
42
|
+
<TabPanel>
|
|
43
|
+
<h2>Any content 2</h2>
|
|
44
|
+
<p>Paragraph text 2.</p>
|
|
45
|
+
</TabPanel>
|
|
46
|
+
<TabPanel>
|
|
47
|
+
<h2>Any kind of content here</h2>
|
|
48
|
+
<p>Paragraph text 3.</p>
|
|
49
|
+
<p>Paragraph text 3.</p>
|
|
50
|
+
<p>Paragraph text 3.</p>
|
|
51
|
+
</TabPanel>
|
|
52
|
+
<TabPanel>
|
|
53
|
+
<p>This is disabled</p>
|
|
54
|
+
</TabPanel>
|
|
55
|
+
<TabPanel selectedClassName="styled">
|
|
56
|
+
<p>Feeling funky!</p>
|
|
57
|
+
</TabPanel>
|
|
58
|
+
</Tabs>
|
|
59
|
+
)
|
|
60
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
import { AlertBox } from "./AlertBox"
|
|
3
|
+
import AlertBoxDocumentation from "./AlertBox.docs.mdx"
|
|
4
|
+
import { BADGES } from "../../.storybook/constants"
|
|
5
|
+
import { withMenuLinks } from "../headers/SiteHeader.stories"
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: "Notifications/Alert Box 🚩",
|
|
9
|
+
id: "notifications/alert-box",
|
|
10
|
+
decorators: [(storyFn: any) => <div style={{ padding: "1rem" }}>{storyFn()}</div>],
|
|
11
|
+
component: AlertBox,
|
|
12
|
+
parameters: {
|
|
13
|
+
docs: {
|
|
14
|
+
page: AlertBoxDocumentation,
|
|
15
|
+
},
|
|
16
|
+
badges: [BADGES.GEN2],
|
|
17
|
+
},
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export const AlertBoxAlert = () => (
|
|
21
|
+
<AlertBox onClose={() => {}} type="alert">
|
|
22
|
+
Some warning
|
|
23
|
+
</AlertBox>
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
export const AlertBoxAlertInvert = () => (
|
|
27
|
+
<AlertBox onClose={() => {}} type="alert" inverted>
|
|
28
|
+
Some warning
|
|
29
|
+
</AlertBox>
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
export const AlertBoxNotice = () => (
|
|
33
|
+
<AlertBox onClose={() => {}} type="notice">
|
|
34
|
+
Some warning
|
|
35
|
+
</AlertBox>
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
export const AlertBoxNoticeInvert = () => (
|
|
39
|
+
<AlertBox onClose={() => {}} type="notice" inverted>
|
|
40
|
+
Some warning
|
|
41
|
+
</AlertBox>
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
export const AlertBoxNoticeInvertLink = () => (
|
|
45
|
+
<AlertBox onClose={() => {}} type="notice" inverted>
|
|
46
|
+
Some warning <a href={""}>with link text</a>
|
|
47
|
+
</AlertBox>
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
export const AlertBoxSuccess = () => (
|
|
51
|
+
<AlertBox onClose={() => {}} type="success">
|
|
52
|
+
Some warning
|
|
53
|
+
</AlertBox>
|
|
54
|
+
)
|
|
55
|
+
|
|
56
|
+
export const AlertBoxSuccessInvert = () => (
|
|
57
|
+
<AlertBox onClose={() => {}} type="success" inverted>
|
|
58
|
+
Some warning
|
|
59
|
+
</AlertBox>
|
|
60
|
+
)
|
|
61
|
+
|
|
62
|
+
export const AlertBoxWarn = () => (
|
|
63
|
+
<AlertBox onClose={() => {}} type="warn">
|
|
64
|
+
Some warning
|
|
65
|
+
</AlertBox>
|
|
66
|
+
)
|
|
67
|
+
|
|
68
|
+
export const AlertBoxBoundToLayoutWidth = () => (
|
|
69
|
+
<AlertBox onClose={() => {}} type="success" boundToLayoutWidth>
|
|
70
|
+
Some warning
|
|
71
|
+
</AlertBox>
|
|
72
|
+
)
|
|
73
|
+
|
|
74
|
+
export const AlertBoxNarrow = () => (
|
|
75
|
+
<AlertBox onClose={() => {}} type="success" narrow>
|
|
76
|
+
Some warning
|
|
77
|
+
</AlertBox>
|
|
78
|
+
)
|
|
79
|
+
|
|
80
|
+
export const AlertBoxSticky = () => (
|
|
81
|
+
<div style={{ height: "200rem", border: "3px solid gray" }}>
|
|
82
|
+
<div>{withMenuLinks()}</div>
|
|
83
|
+
<AlertBox onClose={() => {}} type="success" sticky={true}>
|
|
84
|
+
Some warning
|
|
85
|
+
</AlertBox>
|
|
86
|
+
<div style={{ borderTop: "1px solid gray", padding: "5rem" }}>Page Content</div>
|
|
87
|
+
</div>
|
|
88
|
+
)
|
|
89
|
+
|
|
90
|
+
export const styleOverrides = () => {
|
|
91
|
+
const cssVarsOverride = `
|
|
92
|
+
.alert-box-overrides .alert-box {
|
|
93
|
+
--background-color: var(--bloom-color-gray-400);
|
|
94
|
+
--horizontal-padding: var(--bloom-s3);
|
|
95
|
+
--font-weight: 400;
|
|
96
|
+
--close-icon-color: var(--bloom-color-gray-600);
|
|
97
|
+
}
|
|
98
|
+
`
|
|
99
|
+
|
|
100
|
+
return (
|
|
101
|
+
<>
|
|
102
|
+
<div className="alert-box-overrides">
|
|
103
|
+
<AlertBox onClose={() => {}}>Some warning</AlertBox>
|
|
104
|
+
<style>{cssVarsOverride}</style>
|
|
105
|
+
</div>
|
|
106
|
+
|
|
107
|
+
<p className="mt-12 font-semibold">Customized using the following variable overrides:</p>
|
|
108
|
+
|
|
109
|
+
<pre>{cssVarsOverride.replace(".page-header-overrides ", "")}</pre>
|
|
110
|
+
</>
|
|
111
|
+
)
|
|
112
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
|
|
3
|
+
import { AlertNotice } from "./AlertNotice"
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
title: "Notifications/Alert Notice",
|
|
7
|
+
decorators: [(storyFn: any) => <div style={{ padding: "1rem" }}>{storyFn()}</div>],
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export const AlertNoticeAlert = () => (
|
|
11
|
+
<AlertNotice title={"Your household income is too low."}>
|
|
12
|
+
<p className="mb-2">
|
|
13
|
+
Please edit your income if you believe you might have made a mistake. Be aware that if you
|
|
14
|
+
falsify any information on your application you will be disqualified.
|
|
15
|
+
</p>
|
|
16
|
+
<p>
|
|
17
|
+
If the information you entered is accurate, we encourage you to check back in the future of as
|
|
18
|
+
more properties become available.
|
|
19
|
+
</p>
|
|
20
|
+
</AlertNotice>
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
export const AlertNoticeAlertInverted = () => (
|
|
24
|
+
<AlertNotice title={"Your household income is too low."} inverted>
|
|
25
|
+
<p className="mb-2">
|
|
26
|
+
Please edit your income if you believe you might have made a mistake. Be aware that if you
|
|
27
|
+
falsify any information on your application you will be disqualified.
|
|
28
|
+
</p>
|
|
29
|
+
<p>
|
|
30
|
+
If the information you entered is accurate, we encourage you to check back in the future of as
|
|
31
|
+
more properties become available.
|
|
32
|
+
</p>
|
|
33
|
+
</AlertNotice>
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
export const AlertNoticeNotice = () => (
|
|
37
|
+
<AlertNotice title={"Your household income is too low."} type="notice">
|
|
38
|
+
<p className="mb-2">
|
|
39
|
+
Please edit your income if you believe you might have made a mistake. Be aware that if you
|
|
40
|
+
falsify any information on your application you will be disqualified.
|
|
41
|
+
</p>
|
|
42
|
+
<p>
|
|
43
|
+
If the information you entered is accurate, we encourage you to check back in the future of as
|
|
44
|
+
more properties become available.
|
|
45
|
+
</p>
|
|
46
|
+
</AlertNotice>
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
export const AlertNoticeNoticeInverted = () => (
|
|
50
|
+
<AlertNotice title={"Your household income is too low."} type="notice" inverted>
|
|
51
|
+
<p className="mb-2">
|
|
52
|
+
Please edit your income if you believe you might have made a mistake. Be aware that if you
|
|
53
|
+
falsify any information on your application you will be disqualified.
|
|
54
|
+
</p>
|
|
55
|
+
<p>
|
|
56
|
+
If the information you entered is accurate, we encourage you to check back in the future of as
|
|
57
|
+
more properties become available.
|
|
58
|
+
</p>
|
|
59
|
+
</AlertNotice>
|
|
60
|
+
)
|
|
61
|
+
|
|
62
|
+
export const AlertNoticeSuccess = () => (
|
|
63
|
+
<AlertNotice title={"Your household income is too low."} type="success">
|
|
64
|
+
<p className="mb-2">
|
|
65
|
+
Please edit your income if you believe you might have made a mistake. Be aware that if you
|
|
66
|
+
falsify any information on your application you will be disqualified.
|
|
67
|
+
</p>
|
|
68
|
+
<p>
|
|
69
|
+
If the information you entered is accurate, we encourage you to check back in the future of as
|
|
70
|
+
more properties become available.
|
|
71
|
+
</p>
|
|
72
|
+
</AlertNotice>
|
|
73
|
+
)
|
|
74
|
+
|
|
75
|
+
export const AlertNoticeSuccessInverted = () => (
|
|
76
|
+
<AlertNotice title={"Your household income is too low."} type="success" inverted>
|
|
77
|
+
<p className="mb-2">
|
|
78
|
+
Please edit your income if you believe you might have made a mistake. Be aware that if you
|
|
79
|
+
falsify any information on your application you will be disqualified.
|
|
80
|
+
</p>
|
|
81
|
+
<p>
|
|
82
|
+
If the information you entered is accurate, we encourage you to check back in the future of as
|
|
83
|
+
more properties become available.
|
|
84
|
+
</p>
|
|
85
|
+
</AlertNotice>
|
|
86
|
+
)
|