diff --git a/shared-helpers/package.json b/shared-helpers/package.json
index 59e93c018a..4d93741b85 100644
--- a/shared-helpers/package.json
+++ b/shared-helpers/package.json
@@ -17,7 +17,7 @@
"prettier": "prettier --write \"**/*.ts\""
},
"dependencies": {
- "@bloom-housing/ui-components": "13.0.3",
+ "@bloom-housing/ui-components": "13.0.6",
"@bloom-housing/ui-seeds": "3.3.1",
"@heroicons/react": "^2.1.1",
"axios-cookiejar-support": "^5.0.5",
diff --git a/sites/partners/package.json b/sites/partners/package.json
index 7fd3237278..b0bfe4594a 100644
--- a/sites/partners/package.json
+++ b/sites/partners/package.json
@@ -30,7 +30,7 @@
},
"dependencies": {
"@bloom-housing/shared-helpers": "^7.7.1",
- "@bloom-housing/ui-components": "13.0.3",
+ "@bloom-housing/ui-components": "13.0.6",
"@bloom-housing/ui-seeds": "3.3.1",
"@heroicons/react": "^2.2.0",
"@mapbox/mapbox-sdk": "^0.13.0",
diff --git a/sites/public/package.json b/sites/public/package.json
index d7d8f96619..2bd4d2bf79 100644
--- a/sites/public/package.json
+++ b/sites/public/package.json
@@ -30,7 +30,7 @@
},
"dependencies": {
"@bloom-housing/shared-helpers": "^7.7.1",
- "@bloom-housing/ui-components": "13.0.3",
+ "@bloom-housing/ui-components": "13.0.6",
"@bloom-housing/ui-seeds": "3.3.1",
"@heroicons/react": "^2.1.1",
"@mapbox/mapbox-sdk": "^0.13.0",
diff --git a/sites/public/src/pages/applications/contact/address.tsx b/sites/public/src/pages/applications/contact/address.tsx
index 242e8e4c47..48fc485a86 100644
--- a/sites/public/src/pages/applications/contact/address.tsx
+++ b/sites/public/src/pages/applications/contact/address.tsx
@@ -177,7 +177,7 @@ const ApplicationAddress = () => {
{t("errors.errorsToResolve")}
)}
-
+
@@ -389,106 +393,111 @@ const ApplicationAddress = () => {
register={register}
inputProps={{
defaultChecked: application.sendMailToMailingAddress,
+ "aria-controls": "additional-mailing-address-fields",
+ "aria-expanded": sendMailToMailingAddress,
}}
dataTestId={"app-primary-send-to-mailing"}
/>
- {clientLoaded && (sendMailToMailingAddress || application.sendMailToMailingAddress) && (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- )}
-
-
- {!disableWorkInRegion && (
-
-
-
-
-
-
- {(workInRegion == "yes" || (!workInRegion && member.workInRegion == "yes")) && (
+
+ {(sameAddress === "no" || (!sameAddress && member.sameAddress == "no")) && (
)}
+
+
+
+ {!disableWorkInRegion && (
+
+
+
+
+
+
+
+ {(workInRegion == "yes" || (!workInRegion && member.workInRegion == "yes")) && (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )}
+
)}
diff --git a/yarn.lock b/yarn.lock
index c8eec8a0ce..a966c18f8a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1006,10 +1006,10 @@
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
-"@bloom-housing/ui-components@13.0.3":
- version "13.0.3"
- resolved "https://registry.yarnpkg.com/@bloom-housing/ui-components/-/ui-components-13.0.3.tgz#7120699d7fce6603b7f5c1636baa06bb7edafb67"
- integrity sha512-yMi1aIjWO7iNEJeX1YkRRvd1pemzJ9/Td3gpG9DiPkXh5gsnRH/CT5EATJAOzPtzq6w5VCpJ3yTOvbHraOVr0w==
+"@bloom-housing/ui-components@13.0.6":
+ version "13.0.6"
+ resolved "https://registry.yarnpkg.com/@bloom-housing/ui-components/-/ui-components-13.0.6.tgz#d9f5a75780b1a2e3280fae550396952d9c8f5735"
+ integrity sha512-1xguoeK3QmDzTxrLusCDIgP4x5ZbOTWaYFtOrm8zwI2PiGKl8yaSwlG2JDDDTtphl6x5xWWKY932tjDvTxxKSg==
dependencies:
"@fortawesome/fontawesome-svg-core" "^6.1.1"
"@fortawesome/free-regular-svg-icons" "^6.1.1"