@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,1142 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "Uvbk5qurpB2WI9V6WnNdH",
|
|
3
|
+
"postmarkedApplicationsReceivedByDate": "2019-12-05",
|
|
4
|
+
"accessibility": "There is a total of 5 ADA units in the complex, all others are adaptable. Exterior Wheelchair ramp (front entry)",
|
|
5
|
+
"amenities": "Community Room, Laundry Room, Assigned Parking, Bike Storage, Roof Top Garden, Part-time Resident Service Coordinator",
|
|
6
|
+
"applicationDueDate": "2019-12-31T15:22:57.000-07:00",
|
|
7
|
+
"applicationMethods": [],
|
|
8
|
+
"applicationOrganization": "98 Archer Street",
|
|
9
|
+
"applicationPhone": "(408) 217-8562",
|
|
10
|
+
"assets": [
|
|
11
|
+
{
|
|
12
|
+
"referenceType": "Listing",
|
|
13
|
+
"referenceId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
14
|
+
"label": "building",
|
|
15
|
+
"fileId": "https://regional-dahlia-staging.s3-us-west-1.amazonaws.com/listings/archer/archer-studios.jpg"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"buildingAddress": {
|
|
19
|
+
"city": "San Jose",
|
|
20
|
+
"street": "98 Archer Street",
|
|
21
|
+
"zipCode": "95112",
|
|
22
|
+
"state": "CA",
|
|
23
|
+
"latitude": 37.36537,
|
|
24
|
+
"longitude": -121.91071
|
|
25
|
+
},
|
|
26
|
+
"buildingSelectionCriteria": "Tenant Selection Criteria will be available to all applicants upon request.",
|
|
27
|
+
"costsNotIncluded": "Resident responsible for PG&E, internet and phone. Owner pays for water, trash, and sewage. Residents encouraged to obtain renter's insurance but this is not a requirement. Rent is due by the 5th of each month. Late fee $35 and returned check fee is $35 additional.",
|
|
28
|
+
"creditHistory": "Applications will be rated on a score system for housing. An applicant's score may be impacted by negative tenant peformance information provided to the credit reporting agency. All applicants are expected have a passing acore of 70 points out of 100 to be considered for housing. Applicants with no credit history will receive a maximum of 80 points to fairly outweigh positive and/or negative trades as would an applicant with established credit history. Refer to Tenant Selection Criteria or Qualification Criteria for details related to the qualification process. ",
|
|
29
|
+
"depositMin": "1140.0",
|
|
30
|
+
"developer": "Charities Housing ",
|
|
31
|
+
"programRules": "Applicants must adhere to minimum & maximum income limits. Tenant Selection Criteria applies.",
|
|
32
|
+
"externalId": null,
|
|
33
|
+
"waitlistMaxSize": 300,
|
|
34
|
+
"name": "Archer Studios",
|
|
35
|
+
"neighborhood": "Rosemary Gardens Park",
|
|
36
|
+
"waitlistCurrentSize": 300,
|
|
37
|
+
"petPolicy": "No pets allowed. Accommodation animals may be granted to persons with disabilities via a reasonable accommodation request.",
|
|
38
|
+
"prioritiesDescriptor": null,
|
|
39
|
+
"requiredDocuments": "Completed application and government issued IDs",
|
|
40
|
+
"reservedCommunityMaximumAge": null,
|
|
41
|
+
"reservedCommunityMinimumAge": null,
|
|
42
|
+
"reservedDescriptor": null,
|
|
43
|
+
"smokingPolicy": "Non-smoking building",
|
|
44
|
+
"yearBuilt": 2012,
|
|
45
|
+
"createdAt": "2019-07-08T15:37:19.565-07:00",
|
|
46
|
+
"updatedAt": "2019-07-09T14:35:11.142-07:00",
|
|
47
|
+
"groupId": 1,
|
|
48
|
+
"hideUnitFeatures": false,
|
|
49
|
+
"unitAmenities": "Dishwasher",
|
|
50
|
+
"attachments": [],
|
|
51
|
+
"applicationFee": "30.0",
|
|
52
|
+
"criminalBackground": "A criminal background investigation will be obtained on each applicant. As criminal background checks are done county by county and will be ran for all counties in which the applicant lived, Applicants will be disqualified for tenancy if they have been convicted of a felony or misdemeanor. Refer to Tenant Selection Criteria or Qualification Criteria for details related to the qualification process. ",
|
|
53
|
+
"leasingAgentAddress": {
|
|
54
|
+
"city": "San Jose",
|
|
55
|
+
"street": "98 Archer Street",
|
|
56
|
+
"zipCode": "95112",
|
|
57
|
+
"state": "CA",
|
|
58
|
+
"latitude": 37.36537,
|
|
59
|
+
"longitude": -121.91071
|
|
60
|
+
},
|
|
61
|
+
"leasingAgentEmail": "mbaca@charitieshousing.org",
|
|
62
|
+
"leasingAgentName": "Marisela Baca",
|
|
63
|
+
"leasingAgentOfficeHours": "Monday, Tuesday & Friday, 9:00AM - 5:00PM",
|
|
64
|
+
"leasingAgentPhone": "(408) 217-8562",
|
|
65
|
+
"leasingAgentTitle": "",
|
|
66
|
+
"listingPrograms": [
|
|
67
|
+
{
|
|
68
|
+
"ordinal": 1,
|
|
69
|
+
"program": {
|
|
70
|
+
"title": "Have you or anyone in your household served in the US military?",
|
|
71
|
+
"subtitle": "",
|
|
72
|
+
"description": "Should your application be chosen, be prepared to provide supporting documentation.",
|
|
73
|
+
"formMetadata": {
|
|
74
|
+
"key": "servedInMilitary",
|
|
75
|
+
"options": [
|
|
76
|
+
{ "key": "servedInMilitary", "extraData": [] },
|
|
77
|
+
{ "key": "doNotConsider", "extraData": [], "description": false, "exclusive": true }
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"id": "9659a7e2-12b0-40cf-83d5-32b7eb3f5262",
|
|
81
|
+
"createdAt": "2021-10-27T07:24:05.498Z",
|
|
82
|
+
"updatedAt": "2021-10-27T07:24:05.498Z"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"ordinal": 2,
|
|
87
|
+
"program": {
|
|
88
|
+
"title": "Are you or anyone in your household a transition age youth (TAY) aging out of foster care?",
|
|
89
|
+
"subtitle": "",
|
|
90
|
+
"description": "Should your application be chosen, be prepared to provide supporting documentation.",
|
|
91
|
+
"formMetadata": {
|
|
92
|
+
"key": "tay",
|
|
93
|
+
"options": [
|
|
94
|
+
{ "key": "tay", "extraData": [] },
|
|
95
|
+
{ "key": "doNotConsider", "extraData": [], "description": false, "exclusive": true }
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
"id": "7585cba3-f636-4f98-8479-cb9fb73eb859",
|
|
99
|
+
"createdAt": "2021-10-27T07:24:05.498Z",
|
|
100
|
+
"updatedAt": "2021-10-27T07:24:05.498Z"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"name": "Archer Studios",
|
|
105
|
+
"neighborhood": "Rosemary Gardens Park",
|
|
106
|
+
"petPolicy": "No pets allowed. Accommodation animals may be granted to persons with disabilities via a reasonable accommodation request.",
|
|
107
|
+
"postmarkedApplicationsReceivedByDate": "2019-12-05",
|
|
108
|
+
"programRules": "Applicants must adhere to minimum & maximum income limits. Tenant Selection Criteria applies.",
|
|
109
|
+
"rentalAssistance": null,
|
|
110
|
+
"rentalHistory": "Two years of rental history will be verified with all applicable landlords. Household family members and/or personal friends are not acceptable landlord references. Two professional character references may be used in lieu of rental history for applicants with no prior rental history. An unlawful detainer report will be processed thourhg the U.D. Registry, Inc. Applicants will be disqualified if they have any evictions filing within the last 7 years. Refer to Tenant Selection Criteria or Qualification Criteria for details related to the qualification process.",
|
|
111
|
+
"preferences": [],
|
|
112
|
+
"buildingTotalUnits": 35,
|
|
113
|
+
"units": [
|
|
114
|
+
{
|
|
115
|
+
"id": "sQ19KuyILEo0uuNqti2fl",
|
|
116
|
+
"amiPercentage": "45.0",
|
|
117
|
+
"annualIncomeMin": "26496.0",
|
|
118
|
+
"monthlyIncomeMin": "2208.0",
|
|
119
|
+
"floor": 2,
|
|
120
|
+
"annualIncomeMax": "46125.0",
|
|
121
|
+
"maxOccupancy": 2,
|
|
122
|
+
"minOccupancy": 1,
|
|
123
|
+
"monthlyRent": "1104.0",
|
|
124
|
+
"numBathrooms": null,
|
|
125
|
+
"numBedrooms": null,
|
|
126
|
+
"number": null,
|
|
127
|
+
"priorityType": null,
|
|
128
|
+
"sqFeet": 285,
|
|
129
|
+
"status": "occupied",
|
|
130
|
+
"unitType": {
|
|
131
|
+
"name": "studio"
|
|
132
|
+
},
|
|
133
|
+
"createdAt": "2019-07-09T21:20:05.783Z",
|
|
134
|
+
"updatedAt": "2019-08-14T23:05:43.913Z",
|
|
135
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
136
|
+
"amiChartId": 4,
|
|
137
|
+
"monthlyRentAsPercentOfIncome": null
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id": "Cq870hwYXcPxCYT4_uW_3",
|
|
141
|
+
"amiPercentage": "45.0",
|
|
142
|
+
"annualIncomeMin": "26496.0",
|
|
143
|
+
"monthlyIncomeMin": "2208.0",
|
|
144
|
+
"floor": 3,
|
|
145
|
+
"annualIncomeMax": "46125.0",
|
|
146
|
+
"maxOccupancy": 2,
|
|
147
|
+
"minOccupancy": 1,
|
|
148
|
+
"monthlyRent": "1104.0",
|
|
149
|
+
"numBathrooms": null,
|
|
150
|
+
"numBedrooms": null,
|
|
151
|
+
"number": null,
|
|
152
|
+
"priorityType": null,
|
|
153
|
+
"sqFeet": 285,
|
|
154
|
+
"status": "occupied",
|
|
155
|
+
"unitType": {
|
|
156
|
+
"name": "studio"
|
|
157
|
+
},
|
|
158
|
+
"createdAt": "2019-08-14T22:53:09.982Z",
|
|
159
|
+
"updatedAt": "2019-08-14T23:06:59.015Z",
|
|
160
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
161
|
+
"amiChartId": 4,
|
|
162
|
+
"monthlyRentAsPercentOfIncome": null
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "9XQrfuAPOn8wtD7HlhCTR",
|
|
166
|
+
"amiPercentage": "45.0",
|
|
167
|
+
"annualIncomeMin": "26496.0",
|
|
168
|
+
"monthlyIncomeMin": "2208.0",
|
|
169
|
+
"floor": 2,
|
|
170
|
+
"annualIncomeMax": "46125.0",
|
|
171
|
+
"maxOccupancy": 2,
|
|
172
|
+
"minOccupancy": 1,
|
|
173
|
+
"monthlyRent": "1104.0",
|
|
174
|
+
"numBathrooms": null,
|
|
175
|
+
"numBedrooms": null,
|
|
176
|
+
"number": null,
|
|
177
|
+
"priorityType": null,
|
|
178
|
+
"sqFeet": 285,
|
|
179
|
+
"status": "occupied",
|
|
180
|
+
"unitType": {
|
|
181
|
+
"name": "studio"
|
|
182
|
+
},
|
|
183
|
+
"createdAt": "2019-08-14T22:52:08.758Z",
|
|
184
|
+
"updatedAt": "2019-08-14T23:06:59.023Z",
|
|
185
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
186
|
+
"amiChartId": 4,
|
|
187
|
+
"monthlyRentAsPercentOfIncome": null
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "bamrJpZA9JmnLSMEbTlI4",
|
|
191
|
+
"amiPercentage": "45.0",
|
|
192
|
+
"annualIncomeMin": "26496.0",
|
|
193
|
+
"monthlyIncomeMin": "2208.0",
|
|
194
|
+
"floor": 2,
|
|
195
|
+
"annualIncomeMax": "46125.0",
|
|
196
|
+
"maxOccupancy": 2,
|
|
197
|
+
"minOccupancy": 1,
|
|
198
|
+
"monthlyRent": "1104.0",
|
|
199
|
+
"numBathrooms": null,
|
|
200
|
+
"numBedrooms": null,
|
|
201
|
+
"number": null,
|
|
202
|
+
"priorityType": null,
|
|
203
|
+
"sqFeet": 285,
|
|
204
|
+
"status": "occupied",
|
|
205
|
+
"unitType": {
|
|
206
|
+
"name": "studio"
|
|
207
|
+
},
|
|
208
|
+
"createdAt": "2019-08-14T22:52:08.766Z",
|
|
209
|
+
"updatedAt": "2019-08-14T23:06:59.031Z",
|
|
210
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
211
|
+
"amiChartId": 4,
|
|
212
|
+
"monthlyRentAsPercentOfIncome": null
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "BCwOFAHJDpyPbKcVBjIUM",
|
|
216
|
+
"amiPercentage": "45.0",
|
|
217
|
+
"annualIncomeMin": "26496.0",
|
|
218
|
+
"monthlyIncomeMin": "2208.0",
|
|
219
|
+
"floor": 2,
|
|
220
|
+
"annualIncomeMax": "46125.0",
|
|
221
|
+
"maxOccupancy": 2,
|
|
222
|
+
"minOccupancy": 1,
|
|
223
|
+
"monthlyRent": "1104.0",
|
|
224
|
+
"numBathrooms": null,
|
|
225
|
+
"numBedrooms": null,
|
|
226
|
+
"number": null,
|
|
227
|
+
"priorityType": null,
|
|
228
|
+
"sqFeet": 285,
|
|
229
|
+
"status": "occupied",
|
|
230
|
+
"unitType": {
|
|
231
|
+
"name": "studio"
|
|
232
|
+
},
|
|
233
|
+
"createdAt": "2019-08-14T22:52:08.771Z",
|
|
234
|
+
"updatedAt": "2019-08-14T23:06:59.039Z",
|
|
235
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
236
|
+
"amiChartId": 4,
|
|
237
|
+
"monthlyRentAsPercentOfIncome": null
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"id": "5t56gXJdJLZiksBuX8BtL",
|
|
241
|
+
"amiPercentage": "45.0",
|
|
242
|
+
"annualIncomeMin": "26496.0",
|
|
243
|
+
"monthlyIncomeMin": "2208.0",
|
|
244
|
+
"floor": 2,
|
|
245
|
+
"annualIncomeMax": "46125.0",
|
|
246
|
+
"maxOccupancy": 2,
|
|
247
|
+
"minOccupancy": 1,
|
|
248
|
+
"monthlyRent": "1104.0",
|
|
249
|
+
"numBathrooms": null,
|
|
250
|
+
"numBedrooms": null,
|
|
251
|
+
"number": null,
|
|
252
|
+
"priorityType": null,
|
|
253
|
+
"sqFeet": 285,
|
|
254
|
+
"status": "occupied",
|
|
255
|
+
"unitType": {
|
|
256
|
+
"name": "studio"
|
|
257
|
+
},
|
|
258
|
+
"createdAt": "2019-08-14T22:52:08.777Z",
|
|
259
|
+
"updatedAt": "2019-08-14T23:06:59.046Z",
|
|
260
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
261
|
+
"amiChartId": 4,
|
|
262
|
+
"monthlyRentAsPercentOfIncome": null
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"id": "7mmAuJ0x7l_2VxJLoSzX5",
|
|
266
|
+
"amiPercentage": "45.0",
|
|
267
|
+
"annualIncomeMin": "26496.0",
|
|
268
|
+
"monthlyIncomeMin": "2208.0",
|
|
269
|
+
"floor": 2,
|
|
270
|
+
"annualIncomeMax": "46125.0",
|
|
271
|
+
"maxOccupancy": 2,
|
|
272
|
+
"minOccupancy": 1,
|
|
273
|
+
"monthlyRent": "1104.0",
|
|
274
|
+
"numBathrooms": null,
|
|
275
|
+
"numBedrooms": null,
|
|
276
|
+
"number": null,
|
|
277
|
+
"priorityType": null,
|
|
278
|
+
"sqFeet": 285,
|
|
279
|
+
"status": "occupied",
|
|
280
|
+
"unitType": {
|
|
281
|
+
"name": "studio"
|
|
282
|
+
},
|
|
283
|
+
"createdAt": "2019-08-14T22:52:08.783Z",
|
|
284
|
+
"updatedAt": "2019-08-14T23:06:59.053Z",
|
|
285
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
286
|
+
"amiChartId": 4,
|
|
287
|
+
"monthlyRentAsPercentOfIncome": null
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"id": "LVsJ-_PYy8x2rn5V8Deo9",
|
|
291
|
+
"amiPercentage": "45.0",
|
|
292
|
+
"annualIncomeMin": "26496.0",
|
|
293
|
+
"monthlyIncomeMin": "2208.0",
|
|
294
|
+
"floor": 3,
|
|
295
|
+
"annualIncomeMax": "46125.0",
|
|
296
|
+
"maxOccupancy": 2,
|
|
297
|
+
"minOccupancy": 1,
|
|
298
|
+
"monthlyRent": "1104.0",
|
|
299
|
+
"numBathrooms": null,
|
|
300
|
+
"numBedrooms": null,
|
|
301
|
+
"number": null,
|
|
302
|
+
"priorityType": null,
|
|
303
|
+
"sqFeet": 285,
|
|
304
|
+
"status": "occupied",
|
|
305
|
+
"unitType": {
|
|
306
|
+
"name": "studio"
|
|
307
|
+
},
|
|
308
|
+
"createdAt": "2019-08-14T22:53:09.976Z",
|
|
309
|
+
"updatedAt": "2019-08-14T23:06:59.161Z",
|
|
310
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
311
|
+
"amiChartId": 4,
|
|
312
|
+
"monthlyRentAsPercentOfIncome": null
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "neDXHUzJkL2YZ2CQOZx1i",
|
|
316
|
+
"amiPercentage": "45.0",
|
|
317
|
+
"annualIncomeMin": "26496.0",
|
|
318
|
+
"monthlyIncomeMin": "2208.0",
|
|
319
|
+
"floor": 3,
|
|
320
|
+
"annualIncomeMax": "46125.0",
|
|
321
|
+
"maxOccupancy": 2,
|
|
322
|
+
"minOccupancy": 1,
|
|
323
|
+
"monthlyRent": "1104.0",
|
|
324
|
+
"numBathrooms": null,
|
|
325
|
+
"numBedrooms": null,
|
|
326
|
+
"number": null,
|
|
327
|
+
"priorityType": null,
|
|
328
|
+
"sqFeet": 285,
|
|
329
|
+
"status": "occupied",
|
|
330
|
+
"unitType": {
|
|
331
|
+
"name": "studio"
|
|
332
|
+
},
|
|
333
|
+
"createdAt": "2019-08-14T22:53:09.976Z",
|
|
334
|
+
"updatedAt": "2019-08-14T23:06:59.167Z",
|
|
335
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
336
|
+
"amiChartId": 4,
|
|
337
|
+
"monthlyRentAsPercentOfIncome": null
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"id": "3_cr3dd76rGY7tDYlvfEO",
|
|
341
|
+
"amiPercentage": "30.0",
|
|
342
|
+
"annualIncomeMin": "17256.0",
|
|
343
|
+
"monthlyIncomeMin": "1438.0",
|
|
344
|
+
"floor": 2,
|
|
345
|
+
"annualIncomeMax": "30750.0",
|
|
346
|
+
"maxOccupancy": 2,
|
|
347
|
+
"minOccupancy": 1,
|
|
348
|
+
"monthlyRent": "719.0",
|
|
349
|
+
"numBathrooms": null,
|
|
350
|
+
"numBedrooms": null,
|
|
351
|
+
"number": null,
|
|
352
|
+
"priorityType": null,
|
|
353
|
+
"sqFeet": 285,
|
|
354
|
+
"status": "occupied",
|
|
355
|
+
"unitType": {
|
|
356
|
+
"name": "studio"
|
|
357
|
+
},
|
|
358
|
+
"createdAt": "2019-07-09T21:24:14.122Z",
|
|
359
|
+
"updatedAt": "2019-08-14T23:06:59.173Z",
|
|
360
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
361
|
+
"amiChartId": 4,
|
|
362
|
+
"monthlyRentAsPercentOfIncome": null
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"id": "_38QsH2XMgHEzn_Sn4b2r",
|
|
366
|
+
"amiPercentage": "30.0",
|
|
367
|
+
"annualIncomeMin": "17256.0",
|
|
368
|
+
"monthlyIncomeMin": "1438.0",
|
|
369
|
+
"floor": 2,
|
|
370
|
+
"annualIncomeMax": "30750.0",
|
|
371
|
+
"maxOccupancy": 2,
|
|
372
|
+
"minOccupancy": 1,
|
|
373
|
+
"monthlyRent": "719.0",
|
|
374
|
+
"numBathrooms": null,
|
|
375
|
+
"numBedrooms": null,
|
|
376
|
+
"number": null,
|
|
377
|
+
"priorityType": null,
|
|
378
|
+
"sqFeet": 285,
|
|
379
|
+
"status": "occupied",
|
|
380
|
+
"unitType": {
|
|
381
|
+
"name": "studio"
|
|
382
|
+
},
|
|
383
|
+
"createdAt": "2019-08-14T22:55:22.950Z",
|
|
384
|
+
"updatedAt": "2019-08-14T23:06:59.179Z",
|
|
385
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
386
|
+
"amiChartId": 4,
|
|
387
|
+
"monthlyRentAsPercentOfIncome": null
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "gTHXtJ37uP8R8zkOp7wOt",
|
|
391
|
+
"amiPercentage": "30.0",
|
|
392
|
+
"annualIncomeMin": "17256.0",
|
|
393
|
+
"monthlyIncomeMin": "1438.0",
|
|
394
|
+
"floor": 2,
|
|
395
|
+
"annualIncomeMax": "30750.0",
|
|
396
|
+
"maxOccupancy": 2,
|
|
397
|
+
"minOccupancy": 1,
|
|
398
|
+
"monthlyRent": "719.0",
|
|
399
|
+
"numBathrooms": null,
|
|
400
|
+
"numBedrooms": null,
|
|
401
|
+
"number": null,
|
|
402
|
+
"priorityType": null,
|
|
403
|
+
"sqFeet": 285,
|
|
404
|
+
"status": "occupied",
|
|
405
|
+
"unitType": {
|
|
406
|
+
"name": "studio"
|
|
407
|
+
},
|
|
408
|
+
"createdAt": "2019-08-14T22:55:22.956Z",
|
|
409
|
+
"updatedAt": "2019-08-14T23:06:59.186Z",
|
|
410
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
411
|
+
"amiChartId": 4,
|
|
412
|
+
"monthlyRentAsPercentOfIncome": null
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"id": "me-MRbUEn6ox-OYpzosO1",
|
|
416
|
+
"amiPercentage": "30.0",
|
|
417
|
+
"annualIncomeMin": "17256.0",
|
|
418
|
+
"monthlyIncomeMin": "1438.0",
|
|
419
|
+
"floor": 2,
|
|
420
|
+
"annualIncomeMax": "30750.0",
|
|
421
|
+
"maxOccupancy": 2,
|
|
422
|
+
"minOccupancy": 1,
|
|
423
|
+
"monthlyRent": "719.0",
|
|
424
|
+
"numBathrooms": null,
|
|
425
|
+
"numBedrooms": null,
|
|
426
|
+
"number": null,
|
|
427
|
+
"priorityType": null,
|
|
428
|
+
"sqFeet": 285,
|
|
429
|
+
"status": "occupied",
|
|
430
|
+
"unitType": {
|
|
431
|
+
"name": "studio"
|
|
432
|
+
},
|
|
433
|
+
"createdAt": "2019-08-14T22:55:22.961Z",
|
|
434
|
+
"updatedAt": "2019-08-14T23:06:59.192Z",
|
|
435
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
436
|
+
"amiChartId": 4,
|
|
437
|
+
"monthlyRentAsPercentOfIncome": null
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"id": "ZOtuFSb79LX7p6CVW3H4w",
|
|
441
|
+
"amiPercentage": "30.0",
|
|
442
|
+
"annualIncomeMin": "17256.0",
|
|
443
|
+
"monthlyIncomeMin": "1438.0",
|
|
444
|
+
"floor": 2,
|
|
445
|
+
"annualIncomeMax": "30750.0",
|
|
446
|
+
"maxOccupancy": 2,
|
|
447
|
+
"minOccupancy": 1,
|
|
448
|
+
"monthlyRent": "719.0",
|
|
449
|
+
"numBathrooms": null,
|
|
450
|
+
"numBedrooms": null,
|
|
451
|
+
"number": null,
|
|
452
|
+
"priorityType": null,
|
|
453
|
+
"sqFeet": 285,
|
|
454
|
+
"status": "occupied",
|
|
455
|
+
"unitType": {
|
|
456
|
+
"name": "studio"
|
|
457
|
+
},
|
|
458
|
+
"createdAt": "2019-08-14T22:55:22.967Z",
|
|
459
|
+
"updatedAt": "2019-08-14T23:06:59.198Z",
|
|
460
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
461
|
+
"amiChartId": 4,
|
|
462
|
+
"monthlyRentAsPercentOfIncome": null
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"id": "nISGOCiWoCzQXkMZGV5bV",
|
|
466
|
+
"amiPercentage": "30.0",
|
|
467
|
+
"annualIncomeMin": "17256.0",
|
|
468
|
+
"monthlyIncomeMin": "1438.0",
|
|
469
|
+
"floor": 2,
|
|
470
|
+
"annualIncomeMax": "30750.0",
|
|
471
|
+
"maxOccupancy": 2,
|
|
472
|
+
"minOccupancy": 1,
|
|
473
|
+
"monthlyRent": "719.0",
|
|
474
|
+
"numBathrooms": null,
|
|
475
|
+
"numBedrooms": null,
|
|
476
|
+
"number": null,
|
|
477
|
+
"priorityType": null,
|
|
478
|
+
"sqFeet": 285,
|
|
479
|
+
"status": "occupied",
|
|
480
|
+
"unitType": {
|
|
481
|
+
"name": "studio"
|
|
482
|
+
},
|
|
483
|
+
"createdAt": "2019-08-14T22:55:22.972Z",
|
|
484
|
+
"updatedAt": "2019-08-14T23:06:59.204Z",
|
|
485
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
486
|
+
"amiChartId": 4,
|
|
487
|
+
"monthlyRentAsPercentOfIncome": null
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"id": "Ppne-7ChrEht1HxwfO0gc",
|
|
491
|
+
"amiPercentage": "30.0",
|
|
492
|
+
"annualIncomeMin": "17256.0",
|
|
493
|
+
"monthlyIncomeMin": "1438.0",
|
|
494
|
+
"floor": 2,
|
|
495
|
+
"annualIncomeMax": "30750.0",
|
|
496
|
+
"maxOccupancy": 2,
|
|
497
|
+
"minOccupancy": 1,
|
|
498
|
+
"monthlyRent": "719.0",
|
|
499
|
+
"numBathrooms": null,
|
|
500
|
+
"numBedrooms": null,
|
|
501
|
+
"number": null,
|
|
502
|
+
"priorityType": null,
|
|
503
|
+
"sqFeet": 285,
|
|
504
|
+
"status": "occupied",
|
|
505
|
+
"unitType": {
|
|
506
|
+
"name": "studio"
|
|
507
|
+
},
|
|
508
|
+
"createdAt": "2019-08-14T22:55:22.978Z",
|
|
509
|
+
"updatedAt": "2019-08-14T23:06:59.210Z",
|
|
510
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
511
|
+
"amiChartId": 4,
|
|
512
|
+
"monthlyRentAsPercentOfIncome": null
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"id": "78hBgnEoHw3aW5r4Mn2Jf",
|
|
516
|
+
"amiPercentage": "30.0",
|
|
517
|
+
"annualIncomeMin": "17256.0",
|
|
518
|
+
"monthlyIncomeMin": "1438.0",
|
|
519
|
+
"floor": 2,
|
|
520
|
+
"annualIncomeMax": "30750.0",
|
|
521
|
+
"maxOccupancy": 2,
|
|
522
|
+
"minOccupancy": 1,
|
|
523
|
+
"monthlyRent": "719.0",
|
|
524
|
+
"numBathrooms": null,
|
|
525
|
+
"numBedrooms": null,
|
|
526
|
+
"number": null,
|
|
527
|
+
"priorityType": null,
|
|
528
|
+
"sqFeet": 285,
|
|
529
|
+
"status": "occupied",
|
|
530
|
+
"unitType": {
|
|
531
|
+
"name": "studio"
|
|
532
|
+
},
|
|
533
|
+
"createdAt": "2019-08-14T22:55:22.984Z",
|
|
534
|
+
"updatedAt": "2019-08-14T23:06:59.216Z",
|
|
535
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
536
|
+
"amiChartId": 4,
|
|
537
|
+
"monthlyRentAsPercentOfIncome": null
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "0RtHf-Iogw3x643r46y-a",
|
|
541
|
+
"amiPercentage": "30.0",
|
|
542
|
+
"annualIncomeMin": "17256.0",
|
|
543
|
+
"monthlyIncomeMin": "1438.0",
|
|
544
|
+
"floor": 3,
|
|
545
|
+
"annualIncomeMax": "30750.0",
|
|
546
|
+
"maxOccupancy": 2,
|
|
547
|
+
"minOccupancy": 1,
|
|
548
|
+
"monthlyRent": "719.0",
|
|
549
|
+
"numBathrooms": null,
|
|
550
|
+
"numBedrooms": null,
|
|
551
|
+
"number": null,
|
|
552
|
+
"priorityType": null,
|
|
553
|
+
"sqFeet": 285,
|
|
554
|
+
"status": "occupied",
|
|
555
|
+
"unitType": {
|
|
556
|
+
"name": "studio"
|
|
557
|
+
},
|
|
558
|
+
"createdAt": "2019-08-14T22:56:06.563Z",
|
|
559
|
+
"updatedAt": "2019-08-14T23:06:59.222Z",
|
|
560
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
561
|
+
"amiChartId": 4,
|
|
562
|
+
"monthlyRentAsPercentOfIncome": null
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"id": "ENMVc3sX0kmD3G4762naM",
|
|
566
|
+
"amiPercentage": "30.0",
|
|
567
|
+
"annualIncomeMin": "17256.0",
|
|
568
|
+
"monthlyIncomeMin": "1438.0",
|
|
569
|
+
"floor": 3,
|
|
570
|
+
"annualIncomeMax": "30750.0",
|
|
571
|
+
"maxOccupancy": 2,
|
|
572
|
+
"minOccupancy": 1,
|
|
573
|
+
"monthlyRent": "719.0",
|
|
574
|
+
"numBathrooms": null,
|
|
575
|
+
"numBedrooms": null,
|
|
576
|
+
"number": null,
|
|
577
|
+
"priorityType": null,
|
|
578
|
+
"sqFeet": 285,
|
|
579
|
+
"status": "occupied",
|
|
580
|
+
"unitType": {
|
|
581
|
+
"name": "studio"
|
|
582
|
+
},
|
|
583
|
+
"createdAt": "2019-08-14T22:56:06.570Z",
|
|
584
|
+
"updatedAt": "2019-08-14T23:06:59.229Z",
|
|
585
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
586
|
+
"amiChartId": 4,
|
|
587
|
+
"monthlyRentAsPercentOfIncome": null
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"id": "O9OSAiIFTSA5SimFlCbd7",
|
|
591
|
+
"amiPercentage": "30.0",
|
|
592
|
+
"annualIncomeMin": "17256.0",
|
|
593
|
+
"monthlyIncomeMin": "1438.0",
|
|
594
|
+
"floor": 3,
|
|
595
|
+
"annualIncomeMax": "30750.0",
|
|
596
|
+
"maxOccupancy": 2,
|
|
597
|
+
"minOccupancy": 1,
|
|
598
|
+
"monthlyRent": "719.0",
|
|
599
|
+
"numBathrooms": null,
|
|
600
|
+
"numBedrooms": null,
|
|
601
|
+
"number": null,
|
|
602
|
+
"priorityType": null,
|
|
603
|
+
"sqFeet": 285,
|
|
604
|
+
"status": "occupied",
|
|
605
|
+
"unitType": {
|
|
606
|
+
"name": "studio"
|
|
607
|
+
},
|
|
608
|
+
"createdAt": "2019-08-14T22:56:06.575Z",
|
|
609
|
+
"updatedAt": "2019-08-14T23:06:59.235Z",
|
|
610
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
611
|
+
"amiChartId": 4,
|
|
612
|
+
"monthlyRentAsPercentOfIncome": null
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"id": "d_7SUFpxe1rZZ5dIgMgTG",
|
|
616
|
+
"amiPercentage": "30.0",
|
|
617
|
+
"annualIncomeMin": "17256.0",
|
|
618
|
+
"monthlyIncomeMin": "1438.0",
|
|
619
|
+
"floor": 3,
|
|
620
|
+
"annualIncomeMax": "30750.0",
|
|
621
|
+
"maxOccupancy": 2,
|
|
622
|
+
"minOccupancy": 1,
|
|
623
|
+
"monthlyRent": "719.0",
|
|
624
|
+
"numBathrooms": null,
|
|
625
|
+
"numBedrooms": null,
|
|
626
|
+
"number": null,
|
|
627
|
+
"priorityType": null,
|
|
628
|
+
"sqFeet": 285,
|
|
629
|
+
"status": "occupied",
|
|
630
|
+
"unitType": {
|
|
631
|
+
"name": "studio"
|
|
632
|
+
},
|
|
633
|
+
"createdAt": "2019-08-14T22:56:06.580Z",
|
|
634
|
+
"updatedAt": "2019-08-14T23:06:59.241Z",
|
|
635
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
636
|
+
"amiChartId": 4,
|
|
637
|
+
"monthlyRentAsPercentOfIncome": null
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"id": "bR17hir7729c22LyVbQ3m",
|
|
641
|
+
"amiPercentage": "30.0",
|
|
642
|
+
"annualIncomeMin": "17256.0",
|
|
643
|
+
"monthlyIncomeMin": "1438.0",
|
|
644
|
+
"floor": 3,
|
|
645
|
+
"annualIncomeMax": "30750.0",
|
|
646
|
+
"maxOccupancy": 2,
|
|
647
|
+
"minOccupancy": 1,
|
|
648
|
+
"monthlyRent": "719.0",
|
|
649
|
+
"numBathrooms": null,
|
|
650
|
+
"numBedrooms": null,
|
|
651
|
+
"number": null,
|
|
652
|
+
"priorityType": null,
|
|
653
|
+
"sqFeet": 285,
|
|
654
|
+
"status": "occupied",
|
|
655
|
+
"unitType": {
|
|
656
|
+
"name": "studio"
|
|
657
|
+
},
|
|
658
|
+
"createdAt": "2019-08-14T22:56:06.587Z",
|
|
659
|
+
"updatedAt": "2019-08-14T23:06:59.247Z",
|
|
660
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
661
|
+
"amiChartId": 4,
|
|
662
|
+
"monthlyRentAsPercentOfIncome": null
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"id": "B62kKSz7qwAA7aM6tzwtB",
|
|
666
|
+
"amiPercentage": "30.0",
|
|
667
|
+
"annualIncomeMin": "17256.0",
|
|
668
|
+
"monthlyIncomeMin": "1438.0",
|
|
669
|
+
"floor": 3,
|
|
670
|
+
"annualIncomeMax": "30750.0",
|
|
671
|
+
"maxOccupancy": 2,
|
|
672
|
+
"minOccupancy": 1,
|
|
673
|
+
"monthlyRent": "719.0",
|
|
674
|
+
"numBathrooms": null,
|
|
675
|
+
"numBedrooms": null,
|
|
676
|
+
"number": null,
|
|
677
|
+
"priorityType": null,
|
|
678
|
+
"sqFeet": 285,
|
|
679
|
+
"status": "occupied",
|
|
680
|
+
"unitType": {
|
|
681
|
+
"name": "studio"
|
|
682
|
+
},
|
|
683
|
+
"createdAt": "2019-08-14T22:56:06.593Z",
|
|
684
|
+
"updatedAt": "2019-08-14T23:06:59.254Z",
|
|
685
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
686
|
+
"amiChartId": 4,
|
|
687
|
+
"monthlyRentAsPercentOfIncome": null
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"id": "C3YePWy05Or9fDeVuRPTF",
|
|
691
|
+
"amiPercentage": "30.0",
|
|
692
|
+
"annualIncomeMin": "17256.0",
|
|
693
|
+
"monthlyIncomeMin": "1438.0",
|
|
694
|
+
"floor": 3,
|
|
695
|
+
"annualIncomeMax": "30750.0",
|
|
696
|
+
"maxOccupancy": 2,
|
|
697
|
+
"minOccupancy": 1,
|
|
698
|
+
"monthlyRent": "719.0",
|
|
699
|
+
"numBathrooms": null,
|
|
700
|
+
"numBedrooms": null,
|
|
701
|
+
"number": null,
|
|
702
|
+
"priorityType": null,
|
|
703
|
+
"sqFeet": 285,
|
|
704
|
+
"status": "occupied",
|
|
705
|
+
"unitType": {
|
|
706
|
+
"name": "studio"
|
|
707
|
+
},
|
|
708
|
+
"createdAt": "2019-08-14T22:56:06.606Z",
|
|
709
|
+
"updatedAt": "2019-08-14T23:06:59.260Z",
|
|
710
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
711
|
+
"amiChartId": 4,
|
|
712
|
+
"monthlyRentAsPercentOfIncome": null
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"id": "Logk3eY0iXtf3oCOctxqT",
|
|
716
|
+
"amiPercentage": "30.0",
|
|
717
|
+
"annualIncomeMin": "17256.0",
|
|
718
|
+
"monthlyIncomeMin": "1438.0",
|
|
719
|
+
"floor": 3,
|
|
720
|
+
"annualIncomeMax": "30750.0",
|
|
721
|
+
"maxOccupancy": 2,
|
|
722
|
+
"minOccupancy": 1,
|
|
723
|
+
"monthlyRent": "719.0",
|
|
724
|
+
"numBathrooms": null,
|
|
725
|
+
"numBedrooms": null,
|
|
726
|
+
"number": null,
|
|
727
|
+
"priorityType": null,
|
|
728
|
+
"sqFeet": 285,
|
|
729
|
+
"status": "occupied",
|
|
730
|
+
"unitType": {
|
|
731
|
+
"name": "studio"
|
|
732
|
+
},
|
|
733
|
+
"createdAt": "2019-08-14T22:56:06.612Z",
|
|
734
|
+
"updatedAt": "2019-08-14T23:06:59.267Z",
|
|
735
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
736
|
+
"amiChartId": 4,
|
|
737
|
+
"monthlyRentAsPercentOfIncome": null
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"id": "nIYojGurvtF7xelaeT0tN",
|
|
741
|
+
"amiPercentage": "45.0",
|
|
742
|
+
"annualIncomeMin": "26496.0",
|
|
743
|
+
"monthlyIncomeMin": "2208.0",
|
|
744
|
+
"floor": 2,
|
|
745
|
+
"annualIncomeMax": "46125.0",
|
|
746
|
+
"maxOccupancy": 2,
|
|
747
|
+
"minOccupancy": 1,
|
|
748
|
+
"monthlyRent": "1104.0",
|
|
749
|
+
"numBathrooms": null,
|
|
750
|
+
"numBedrooms": null,
|
|
751
|
+
"number": null,
|
|
752
|
+
"priorityType": null,
|
|
753
|
+
"sqFeet": 285,
|
|
754
|
+
"status": "occupied",
|
|
755
|
+
"unitType": {
|
|
756
|
+
"name": "studio"
|
|
757
|
+
},
|
|
758
|
+
"createdAt": "2019-08-14T22:52:08.790Z",
|
|
759
|
+
"updatedAt": "2019-08-14T23:06:59.060Z",
|
|
760
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
761
|
+
"amiChartId": 4,
|
|
762
|
+
"monthlyRentAsPercentOfIncome": null
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"id": "omzU7rRoirKXq8SQfaShf",
|
|
766
|
+
"amiPercentage": "45.0",
|
|
767
|
+
"annualIncomeMin": "26496.0",
|
|
768
|
+
"monthlyIncomeMin": "2208.0",
|
|
769
|
+
"floor": 2,
|
|
770
|
+
"annualIncomeMax": "46125.0",
|
|
771
|
+
"maxOccupancy": 2,
|
|
772
|
+
"minOccupancy": 1,
|
|
773
|
+
"monthlyRent": "1104.0",
|
|
774
|
+
"numBathrooms": null,
|
|
775
|
+
"numBedrooms": null,
|
|
776
|
+
"number": null,
|
|
777
|
+
"priorityType": null,
|
|
778
|
+
"sqFeet": 285,
|
|
779
|
+
"status": "occupied",
|
|
780
|
+
"unitType": {
|
|
781
|
+
"name": "studio"
|
|
782
|
+
},
|
|
783
|
+
"createdAt": "2019-08-14T22:52:08.796Z",
|
|
784
|
+
"updatedAt": "2019-08-14T23:06:59.067Z",
|
|
785
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
786
|
+
"amiChartId": 4,
|
|
787
|
+
"monthlyRentAsPercentOfIncome": null
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"id": "IzVtblU-KMTHf3wPGzx2g",
|
|
791
|
+
"amiPercentage": "45.0",
|
|
792
|
+
"annualIncomeMin": "26496.0",
|
|
793
|
+
"monthlyIncomeMin": "2208.0",
|
|
794
|
+
"floor": 2,
|
|
795
|
+
"annualIncomeMax": "46125.0",
|
|
796
|
+
"maxOccupancy": 2,
|
|
797
|
+
"minOccupancy": 1,
|
|
798
|
+
"monthlyRent": "1104.0",
|
|
799
|
+
"numBathrooms": null,
|
|
800
|
+
"numBedrooms": null,
|
|
801
|
+
"number": null,
|
|
802
|
+
"priorityType": null,
|
|
803
|
+
"sqFeet": 285,
|
|
804
|
+
"status": "occupied",
|
|
805
|
+
"unitType": {
|
|
806
|
+
"name": "studio"
|
|
807
|
+
},
|
|
808
|
+
"createdAt": "2019-08-14T22:52:08.802Z",
|
|
809
|
+
"updatedAt": "2019-08-14T23:06:59.074Z",
|
|
810
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
811
|
+
"amiChartId": 4,
|
|
812
|
+
"monthlyRentAsPercentOfIncome": null
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"id": "7g-6eFE_Q6Xi5K2xT2bE5",
|
|
816
|
+
"amiPercentage": "45.0",
|
|
817
|
+
"annualIncomeMin": "26496.0",
|
|
818
|
+
"monthlyIncomeMin": "2208.0",
|
|
819
|
+
"floor": 2,
|
|
820
|
+
"annualIncomeMax": "46125.0",
|
|
821
|
+
"maxOccupancy": 2,
|
|
822
|
+
"minOccupancy": 1,
|
|
823
|
+
"monthlyRent": "1104.0",
|
|
824
|
+
"numBathrooms": null,
|
|
825
|
+
"numBedrooms": null,
|
|
826
|
+
"number": null,
|
|
827
|
+
"priorityType": null,
|
|
828
|
+
"sqFeet": 285,
|
|
829
|
+
"status": "occupied",
|
|
830
|
+
"unitType": {
|
|
831
|
+
"name": "studio"
|
|
832
|
+
},
|
|
833
|
+
"createdAt": "2019-08-14T22:52:08.807Z",
|
|
834
|
+
"updatedAt": "2019-08-14T23:06:59.080Z",
|
|
835
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
836
|
+
"amiChartId": 4,
|
|
837
|
+
"monthlyRentAsPercentOfIncome": null
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"id": "4Br-28LII41R3pINIzLwe",
|
|
841
|
+
"amiPercentage": "45.0",
|
|
842
|
+
"annualIncomeMin": "26496.0",
|
|
843
|
+
"monthlyIncomeMin": "2208.0",
|
|
844
|
+
"floor": 2,
|
|
845
|
+
"annualIncomeMax": "46125.0",
|
|
846
|
+
"maxOccupancy": 2,
|
|
847
|
+
"minOccupancy": 1,
|
|
848
|
+
"monthlyRent": "1104.0",
|
|
849
|
+
"numBathrooms": null,
|
|
850
|
+
"numBedrooms": null,
|
|
851
|
+
"number": null,
|
|
852
|
+
"priorityType": null,
|
|
853
|
+
"sqFeet": 285,
|
|
854
|
+
"status": "occupied",
|
|
855
|
+
"unitType": {
|
|
856
|
+
"name": "studio"
|
|
857
|
+
},
|
|
858
|
+
"createdAt": "2019-08-14T22:52:08.813Z",
|
|
859
|
+
"updatedAt": "2019-08-14T23:06:59.086Z",
|
|
860
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
861
|
+
"amiChartId": 4,
|
|
862
|
+
"monthlyRentAsPercentOfIncome": null
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"id": "5bvjTW2ATEpxwsKppCh0l",
|
|
866
|
+
"amiPercentage": "45.0",
|
|
867
|
+
"annualIncomeMin": "26496.0",
|
|
868
|
+
"monthlyIncomeMin": "2208.0",
|
|
869
|
+
"floor": 2,
|
|
870
|
+
"annualIncomeMax": "46125.0",
|
|
871
|
+
"maxOccupancy": 2,
|
|
872
|
+
"minOccupancy": 1,
|
|
873
|
+
"monthlyRent": "1104.0",
|
|
874
|
+
"numBathrooms": null,
|
|
875
|
+
"numBedrooms": null,
|
|
876
|
+
"number": null,
|
|
877
|
+
"priorityType": null,
|
|
878
|
+
"sqFeet": 285,
|
|
879
|
+
"status": "occupied",
|
|
880
|
+
"unitType": {
|
|
881
|
+
"name": "studio"
|
|
882
|
+
},
|
|
883
|
+
"createdAt": "2019-08-14T22:52:08.819Z",
|
|
884
|
+
"updatedAt": "2019-08-14T23:06:59.093Z",
|
|
885
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
886
|
+
"amiChartId": 4,
|
|
887
|
+
"monthlyRentAsPercentOfIncome": null
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"id": "BZlMmnCXwT4bChrcaNUW3",
|
|
891
|
+
"amiPercentage": "45.0",
|
|
892
|
+
"annualIncomeMin": "26496.0",
|
|
893
|
+
"monthlyIncomeMin": "2208.0",
|
|
894
|
+
"floor": 3,
|
|
895
|
+
"annualIncomeMax": "46125.0",
|
|
896
|
+
"maxOccupancy": 2,
|
|
897
|
+
"minOccupancy": 1,
|
|
898
|
+
"monthlyRent": "1104.0",
|
|
899
|
+
"numBathrooms": null,
|
|
900
|
+
"numBedrooms": null,
|
|
901
|
+
"number": null,
|
|
902
|
+
"priorityType": null,
|
|
903
|
+
"sqFeet": 285,
|
|
904
|
+
"status": "occupied",
|
|
905
|
+
"unitType": {
|
|
906
|
+
"name": "studio"
|
|
907
|
+
},
|
|
908
|
+
"createdAt": "2019-08-14T22:53:09.921Z",
|
|
909
|
+
"updatedAt": "2019-08-14T23:06:59.099Z",
|
|
910
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
911
|
+
"amiChartId": 4,
|
|
912
|
+
"monthlyRentAsPercentOfIncome": null
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"id": "j2hU6Qv5ayOHMKPLQBolz",
|
|
916
|
+
"amiPercentage": "45.0",
|
|
917
|
+
"annualIncomeMin": "26496.0",
|
|
918
|
+
"monthlyIncomeMin": "2208.0",
|
|
919
|
+
"floor": 3,
|
|
920
|
+
"annualIncomeMax": "46125.0",
|
|
921
|
+
"maxOccupancy": 2,
|
|
922
|
+
"minOccupancy": 1,
|
|
923
|
+
"monthlyRent": "1104.0",
|
|
924
|
+
"numBathrooms": null,
|
|
925
|
+
"numBedrooms": null,
|
|
926
|
+
"number": null,
|
|
927
|
+
"priorityType": null,
|
|
928
|
+
"sqFeet": 285,
|
|
929
|
+
"status": "occupied",
|
|
930
|
+
"unitType": {
|
|
931
|
+
"name": "studio"
|
|
932
|
+
},
|
|
933
|
+
"createdAt": "2019-08-14T22:53:09.927Z",
|
|
934
|
+
"updatedAt": "2019-08-14T23:06:59.105Z",
|
|
935
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
936
|
+
"amiChartId": 4,
|
|
937
|
+
"monthlyRentAsPercentOfIncome": null
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"id": "w2-TtBySVELMWyL1cLTkA",
|
|
941
|
+
"amiPercentage": "45.0",
|
|
942
|
+
"annualIncomeMin": "26496.0",
|
|
943
|
+
"monthlyIncomeMin": "2208.0",
|
|
944
|
+
"floor": 3,
|
|
945
|
+
"annualIncomeMax": "46125.0",
|
|
946
|
+
"maxOccupancy": 2,
|
|
947
|
+
"minOccupancy": 1,
|
|
948
|
+
"monthlyRent": "1104.0",
|
|
949
|
+
"numBathrooms": null,
|
|
950
|
+
"numBedrooms": null,
|
|
951
|
+
"number": null,
|
|
952
|
+
"priorityType": null,
|
|
953
|
+
"sqFeet": 285,
|
|
954
|
+
"status": "occupied",
|
|
955
|
+
"unitType": {
|
|
956
|
+
"name": "studio"
|
|
957
|
+
},
|
|
958
|
+
"createdAt": "2019-08-14T22:53:09.933Z",
|
|
959
|
+
"updatedAt": "2019-08-14T23:06:59.111Z",
|
|
960
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
961
|
+
"amiChartId": 4,
|
|
962
|
+
"monthlyRentAsPercentOfIncome": null
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"id": "YhC6LoOIT6hxPfk4uKU3m",
|
|
966
|
+
"amiPercentage": "45.0",
|
|
967
|
+
"annualIncomeMin": "26496.0",
|
|
968
|
+
"monthlyIncomeMin": "2208.0",
|
|
969
|
+
"floor": 3,
|
|
970
|
+
"annualIncomeMax": "46125.0",
|
|
971
|
+
"maxOccupancy": 2,
|
|
972
|
+
"minOccupancy": 1,
|
|
973
|
+
"monthlyRent": "1104.0",
|
|
974
|
+
"numBathrooms": null,
|
|
975
|
+
"numBedrooms": null,
|
|
976
|
+
"number": null,
|
|
977
|
+
"priorityType": null,
|
|
978
|
+
"sqFeet": 285,
|
|
979
|
+
"status": "occupied",
|
|
980
|
+
"unitType": {
|
|
981
|
+
"name": "studio"
|
|
982
|
+
},
|
|
983
|
+
"createdAt": "2019-08-14T22:53:09.938Z",
|
|
984
|
+
"updatedAt": "2019-08-14T23:06:59.118Z",
|
|
985
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
986
|
+
"amiChartId": 4,
|
|
987
|
+
"monthlyRentAsPercentOfIncome": null
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"id": "5CuSFqgGgFX245JQsnG84",
|
|
991
|
+
"amiPercentage": "45.0",
|
|
992
|
+
"annualIncomeMin": "26496.0",
|
|
993
|
+
"monthlyIncomeMin": "2208.0",
|
|
994
|
+
"floor": 3,
|
|
995
|
+
"annualIncomeMax": "46125.0",
|
|
996
|
+
"maxOccupancy": 2,
|
|
997
|
+
"minOccupancy": 1,
|
|
998
|
+
"monthlyRent": "1104.0",
|
|
999
|
+
"numBathrooms": null,
|
|
1000
|
+
"numBedrooms": null,
|
|
1001
|
+
"number": null,
|
|
1002
|
+
"priorityType": null,
|
|
1003
|
+
"sqFeet": 285,
|
|
1004
|
+
"status": "occupied",
|
|
1005
|
+
"unitType": {
|
|
1006
|
+
"name": "studio"
|
|
1007
|
+
},
|
|
1008
|
+
"createdAt": "2019-08-14T22:53:09.944Z",
|
|
1009
|
+
"updatedAt": "2019-08-14T23:06:59.124Z",
|
|
1010
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
1011
|
+
"amiChartId": 4,
|
|
1012
|
+
"monthlyRentAsPercentOfIncome": null
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"id": "WoD20A8q1CZm8NmGvLHUn",
|
|
1016
|
+
"amiPercentage": "45.0",
|
|
1017
|
+
"annualIncomeMin": "26496.0",
|
|
1018
|
+
"monthlyIncomeMin": "2208.0",
|
|
1019
|
+
"floor": 3,
|
|
1020
|
+
"annualIncomeMax": "46125.0",
|
|
1021
|
+
"maxOccupancy": 2,
|
|
1022
|
+
"minOccupancy": 1,
|
|
1023
|
+
"monthlyRent": "1104.0",
|
|
1024
|
+
"numBathrooms": null,
|
|
1025
|
+
"numBedrooms": null,
|
|
1026
|
+
"number": null,
|
|
1027
|
+
"priorityType": null,
|
|
1028
|
+
"sqFeet": 285,
|
|
1029
|
+
"status": "occupied",
|
|
1030
|
+
"unitType": {
|
|
1031
|
+
"name": "studio"
|
|
1032
|
+
},
|
|
1033
|
+
"createdAt": "2019-08-14T22:53:09.950Z",
|
|
1034
|
+
"updatedAt": "2019-08-14T23:06:59.130Z",
|
|
1035
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
1036
|
+
"amiChartId": 4,
|
|
1037
|
+
"monthlyRentAsPercentOfIncome": null
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"id": "srzDhzV5HQpqR5vuyHKlQ",
|
|
1041
|
+
"amiPercentage": "45.0",
|
|
1042
|
+
"annualIncomeMin": "26496.0",
|
|
1043
|
+
"monthlyIncomeMin": "2208.0",
|
|
1044
|
+
"floor": 3,
|
|
1045
|
+
"annualIncomeMax": "46125.0",
|
|
1046
|
+
"maxOccupancy": 2,
|
|
1047
|
+
"minOccupancy": 1,
|
|
1048
|
+
"monthlyRent": "1104.0",
|
|
1049
|
+
"numBathrooms": null,
|
|
1050
|
+
"numBedrooms": null,
|
|
1051
|
+
"number": null,
|
|
1052
|
+
"priorityType": null,
|
|
1053
|
+
"sqFeet": 285,
|
|
1054
|
+
"status": "occupied",
|
|
1055
|
+
"unitType": {
|
|
1056
|
+
"name": "studio"
|
|
1057
|
+
},
|
|
1058
|
+
"createdAt": "2019-08-14T22:53:09.955Z",
|
|
1059
|
+
"updatedAt": "2019-08-14T23:06:59.136Z",
|
|
1060
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
1061
|
+
"amiChartId": 4,
|
|
1062
|
+
"monthlyRentAsPercentOfIncome": null
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"id": "b9jo7kYEOQcATHWBjwJ6r",
|
|
1066
|
+
"amiPercentage": "45.0",
|
|
1067
|
+
"annualIncomeMin": "26496.0",
|
|
1068
|
+
"monthlyIncomeMin": "2208.0",
|
|
1069
|
+
"floor": 3,
|
|
1070
|
+
"annualIncomeMax": "46125.0",
|
|
1071
|
+
"maxOccupancy": 2,
|
|
1072
|
+
"minOccupancy": 1,
|
|
1073
|
+
"monthlyRent": "1104.0",
|
|
1074
|
+
"numBathrooms": null,
|
|
1075
|
+
"numBedrooms": null,
|
|
1076
|
+
"number": null,
|
|
1077
|
+
"priorityType": null,
|
|
1078
|
+
"sqFeet": 285,
|
|
1079
|
+
"status": "occupied",
|
|
1080
|
+
"unitType": {
|
|
1081
|
+
"name": "studio"
|
|
1082
|
+
},
|
|
1083
|
+
"createdAt": "2019-08-14T22:53:09.960Z",
|
|
1084
|
+
"updatedAt": "2019-08-14T23:06:59.142Z",
|
|
1085
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
1086
|
+
"amiChartId": 4,
|
|
1087
|
+
"monthlyRentAsPercentOfIncome": null
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"id": "i5tQbXCZRrU_X3ultDSii",
|
|
1091
|
+
"amiPercentage": "45.0",
|
|
1092
|
+
"annualIncomeMin": "26496.0",
|
|
1093
|
+
"monthlyIncomeMin": "2208.0",
|
|
1094
|
+
"floor": 3,
|
|
1095
|
+
"annualIncomeMax": "46125.0",
|
|
1096
|
+
"maxOccupancy": 2,
|
|
1097
|
+
"minOccupancy": 1,
|
|
1098
|
+
"monthlyRent": "1104.0",
|
|
1099
|
+
"numBathrooms": null,
|
|
1100
|
+
"numBedrooms": null,
|
|
1101
|
+
"number": null,
|
|
1102
|
+
"priorityType": null,
|
|
1103
|
+
"sqFeet": 285,
|
|
1104
|
+
"status": "occupied",
|
|
1105
|
+
"unitType": {
|
|
1106
|
+
"name": "studio"
|
|
1107
|
+
},
|
|
1108
|
+
"createdAt": "2019-08-14T22:53:09.965Z",
|
|
1109
|
+
"updatedAt": "2019-08-14T23:06:59.148Z",
|
|
1110
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
1111
|
+
"amiChartId": 4,
|
|
1112
|
+
"monthlyRentAsPercentOfIncome": null
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "mrRtN0rArISKnE-PFomth",
|
|
1116
|
+
"amiPercentage": "45.0",
|
|
1117
|
+
"annualIncomeMin": "26496.0",
|
|
1118
|
+
"monthlyIncomeMin": "2208.0",
|
|
1119
|
+
"floor": 3,
|
|
1120
|
+
"annualIncomeMax": "46125.0",
|
|
1121
|
+
"maxOccupancy": 2,
|
|
1122
|
+
"minOccupancy": 1,
|
|
1123
|
+
"monthlyRent": "1104.0",
|
|
1124
|
+
"numBathrooms": null,
|
|
1125
|
+
"numBedrooms": null,
|
|
1126
|
+
"number": null,
|
|
1127
|
+
"priorityType": null,
|
|
1128
|
+
"sqFeet": 285,
|
|
1129
|
+
"status": "occupied",
|
|
1130
|
+
"unitType": {
|
|
1131
|
+
"name": "studio"
|
|
1132
|
+
},
|
|
1133
|
+
"createdAt": "2019-08-14T22:53:09.970Z",
|
|
1134
|
+
"updatedAt": "2019-08-14T23:06:59.155Z",
|
|
1135
|
+
"listingId": "Uvbk5qurpB2WI9V6WnNdH",
|
|
1136
|
+
"amiChartId": 4,
|
|
1137
|
+
"monthlyRentAsPercentOfIncome": null
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"totalUnits": 2,
|
|
1141
|
+
"unitsAvailable": 0
|
|
1142
|
+
}
|