@bloom-housing/ui-components 4.0.1 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/.jest/setup-tests.js +8 -0
  2. package/CHANGELOG.md +555 -35
  3. package/README.md +1 -1
  4. package/index.ts +8 -4
  5. package/package.json +4 -4
  6. package/src/authentication/AuthContext.ts +32 -3
  7. package/src/blocks/FormCard.scss +12 -0
  8. package/src/blocks/ImageCard.scss +10 -8
  9. package/src/blocks/ViewItem.tsx +5 -1
  10. package/src/config/NavigationContext.tsx +4 -0
  11. package/src/forms/DOBField.tsx +1 -1
  12. package/src/forms/Field.tsx +4 -2
  13. package/src/forms/FieldGroup.tsx +27 -14
  14. package/src/global/headers.scss +7 -3
  15. package/src/global/lists.scss +4 -5
  16. package/src/global/tables.scss +3 -1
  17. package/src/headers/PageHeader.tsx +5 -1
  18. package/src/helpers/tableSummaries.tsx +1 -1
  19. package/src/helpers/useIntersect.ts +48 -0
  20. package/src/icons/Icon.tsx +6 -1
  21. package/src/icons/Icons.tsx +1 -1
  22. package/src/locales/es.json +91 -1
  23. package/src/locales/general.json +140 -7
  24. package/src/locales/vi.json +91 -1
  25. package/src/locales/zh.json +91 -1
  26. package/src/notifications/AlertBox.scss +3 -3
  27. package/src/notifications/AlertBox.tsx +3 -1
  28. package/src/notifications/AlertNotice.tsx +6 -1
  29. package/src/notifications/ApplicationStatus.scss +2 -7
  30. package/src/notifications/ApplicationStatus.tsx +10 -13
  31. package/src/overlays/Modal.tsx +2 -0
  32. package/src/overlays/Overlay.scss +8 -0
  33. package/src/overlays/Overlay.tsx +2 -1
  34. package/src/page_components/forgot-password/FormForgotPassword.tsx +114 -0
  35. package/src/page_components/listing/ContentAccordion.scss +34 -0
  36. package/src/page_components/listing/ContentAccordion.tsx +77 -0
  37. package/src/page_components/listing/ListingMap.scss +4 -0
  38. package/src/page_components/listing/ListingMap.tsx +13 -3
  39. package/src/page_components/listing/UnitTables.tsx +37 -27
  40. package/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.tsx +21 -22
  41. package/src/page_components/listing/listing_sidebar/events/EventSection.tsx +54 -0
  42. package/src/page_components/sign-in/FormSignIn.tsx +9 -33
  43. package/src/page_components/sign-in/FormSignInAddPhone.tsx +87 -0
  44. package/src/page_components/sign-in/FormSignInErrorBox.tsx +43 -0
  45. package/src/page_components/sign-in/FormSignInMFACode.tsx +98 -0
  46. package/src/page_components/sign-in/FormSignInMFAType.tsx +95 -0
  47. package/src/tables/StackedTable.tsx +1 -1
  48. package/src/page_components/listing/listing_sidebar/events/EventDateSection.tsx +0 -25
  49. package/src/page_components/listing/listing_sidebar/events/LotteryResultsEvent.tsx +0 -26
  50. package/src/page_components/listing/listing_sidebar/events/OpenHouseEvent.tsx +0 -27
  51. package/src/page_components/listing/listing_sidebar/events/PublicLotteryEvent.tsx +0 -22
@@ -18,6 +18,14 @@ window.matchMedia = jest.fn().mockImplementation((query) => {
18
18
  }
19
19
  })
20
20
 
21
+ window.IntersectionObserver = class {
22
+ constructor(root, options) {
23
+ // no-op
24
+ }
25
+ observe = jest.fn()
26
+ disconnect = jest.fn()
27
+ }
28
+
21
29
  addTranslation(general)
22
30
 
23
31
  configure({ testIdAttribute: "data-test-id" })
package/CHANGELOG.md CHANGED
@@ -3,9 +3,394 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [4.0.1](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.22...@bloom-housing/ui-components@4.0.1) (2022-02-03)
6
+ # [4.1.0](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@4.0.3...@bloom-housing/ui-components@4.1.0) (2022-03-02)
7
+
8
+
9
+ * 2022-03-01 release (#2550) ([2f2264c](https://github.com/seanmalbert/bloom/commit/2f2264cffe41d0cc1ebb79ef5c894458694d9340)), closes [#2550](https://github.com/seanmalbert/bloom/issues/2550) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2319](https://github.com/seanmalbert/bloom/issues/2319) [#2108](https://github.com/seanmalbert/bloom/issues/2108) [#2326](https://github.com/seanmalbert/bloom/issues/2326) [#2349](https://github.com/seanmalbert/bloom/issues/2349) [#2350](https://github.com/seanmalbert/bloom/issues/2350) [#2351](https://github.com/seanmalbert/bloom/issues/2351) [#2348](https://github.com/seanmalbert/bloom/issues/2348) [#2352](https://github.com/seanmalbert/bloom/issues/2352) [#2316](https://github.com/seanmalbert/bloom/issues/2316) [#2356](https://github.com/seanmalbert/bloom/issues/2356) [#2353](https://github.com/seanmalbert/bloom/issues/2353) [#2338](https://github.com/seanmalbert/bloom/issues/2338) [#2377](https://github.com/seanmalbert/bloom/issues/2377) [#2320](https://github.com/seanmalbert/bloom/issues/2320) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2362](https://github.com/seanmalbert/bloom/issues/2362) [#2395](https://github.com/seanmalbert/bloom/issues/2395) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2407](https://github.com/seanmalbert/bloom/issues/2407) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2418](https://github.com/seanmalbert/bloom/issues/2418) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2374](https://github.com/seanmalbert/bloom/issues/2374) [#2435](https://github.com/seanmalbert/bloom/issues/2435) [#2420](https://github.com/seanmalbert/bloom/issues/2420) [#2412](https://github.com/seanmalbert/bloom/issues/2412) [#2438](https://github.com/seanmalbert/bloom/issues/2438) [#2429](https://github.com/seanmalbert/bloom/issues/2429) [#2452](https://github.com/seanmalbert/bloom/issues/2452) [#2458](https://github.com/seanmalbert/bloom/issues/2458) [#2423](https://github.com/seanmalbert/bloom/issues/2423) [#2432](https://github.com/seanmalbert/bloom/issues/2432) [#2437](https://github.com/seanmalbert/bloom/issues/2437) [#2440](https://github.com/seanmalbert/bloom/issues/2440) [#2441](https://github.com/seanmalbert/bloom/issues/2441) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2459](https://github.com/seanmalbert/bloom/issues/2459) [#2464](https://github.com/seanmalbert/bloom/issues/2464) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2466](https://github.com/seanmalbert/bloom/issues/2466) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2451](https://github.com/seanmalbert/bloom/issues/2451) [#2415](https://github.com/seanmalbert/bloom/issues/2415) [#2354](https://github.com/seanmalbert/bloom/issues/2354) [#2455](https://github.com/seanmalbert/bloom/issues/2455) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2476](https://github.com/seanmalbert/bloom/issues/2476) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2470](https://github.com/seanmalbert/bloom/issues/2470) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2487](https://github.com/seanmalbert/bloom/issues/2487) [#2496](https://github.com/seanmalbert/bloom/issues/2496) [#2498](https://github.com/seanmalbert/bloom/issues/2498) [#2499](https://github.com/seanmalbert/bloom/issues/2499) [#2291](https://github.com/seanmalbert/bloom/issues/2291) [#2461](https://github.com/seanmalbert/bloom/issues/2461) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2494](https://github.com/seanmalbert/bloom/issues/2494) [#2503](https://github.com/seanmalbert/bloom/issues/2503) [#2495](https://github.com/seanmalbert/bloom/issues/2495) [#2477](https://github.com/seanmalbert/bloom/issues/2477) [#2505](https://github.com/seanmalbert/bloom/issues/2505) [#2372](https://github.com/seanmalbert/bloom/issues/2372) [#2489](https://github.com/seanmalbert/bloom/issues/2489) [#2497](https://github.com/seanmalbert/bloom/issues/2497) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2486](https://github.com/seanmalbert/bloom/issues/2486)
10
+
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ * moved some helpers from ui-components to shared-helpers
15
+ * remove applicationDueTime field and consolidated into applicationDueDate
16
+
17
+ * chore(release): version
18
+
19
+ - @bloom-housing/backend-core@3.0.2-alpha.13
20
+ - @bloom-housing/shared-helpers@4.0.1-alpha.21
21
+ - @bloom-housing/partners@4.0.1-alpha.23
22
+ - @bloom-housing/public@4.0.1-alpha.22
23
+ - @bloom-housing/ui-components@4.0.1-alpha.21
24
+ * consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
25
+
26
+ * chore(release): version
27
+
28
+ - @bloom-housing/backend-core@3.0.2-alpha.38
29
+ - @bloom-housing/shared-helpers@4.0.1-alpha.63
30
+ - @bloom-housing/partners@4.0.1-alpha.67
31
+ - @bloom-housing/public@4.0.1-alpha.66
32
+ - @bloom-housing/ui-components@4.0.1-alpha.62
33
+
34
+
35
+
36
+
37
+
38
+ ## [4.0.1-alpha.79](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.78...@bloom-housing/ui-components@4.0.1-alpha.79) (2022-02-28)
39
+
40
+
41
+ ### Features
42
+
43
+ * updates to mfa styling ([#2532](https://github.com/bloom-housing/bloom/issues/2532)) ([7654efc](https://github.com/bloom-housing/bloom/commit/7654efc8a7c5cba0f7436fda62b886f646fe8a03))
44
+
45
+
46
+
47
+
48
+
49
+ ## [4.0.1-alpha.78](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.77...@bloom-housing/ui-components@4.0.1-alpha.78) (2022-02-28)
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * more style tweaks for AlertBox ([#2526](https://github.com/bloom-housing/bloom/issues/2526)) ([bce3920](https://github.com/bloom-housing/bloom/commit/bce3920b7638be3def05d852d0192ab0cbb2e749))
55
+
56
+
57
+
58
+
59
+
60
+ ## [4.0.1-alpha.77](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.76...@bloom-housing/ui-components@4.0.1-alpha.77) (2022-02-26)
61
+
62
+
63
+ ### Features
64
+
65
+ * adds gtm tracking to rest of pages ([#2545](https://github.com/bloom-housing/bloom/issues/2545)) ([1c96f71](https://github.com/bloom-housing/bloom/commit/1c96f7101017aefd8bca70731265f6efb1ab5cf0))
66
+
67
+
68
+
69
+
70
+
71
+ ## [4.0.3](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@4.0.2...@bloom-housing/ui-components@4.0.3) (2022-02-25)
72
+
73
+ ### Features
74
+
75
+ * adds veteran to reserved community types translations ([#2544](https://github.com/seanmalbert/bloom/issues/2544)) ([96c08bf](https://github.com/seanmalbert/bloom/commit/96c08bffd749d9c0a97d06e40808ef9d2960eaf5))
76
+
77
+
78
+
79
+
80
+
81
+ ## [4.0.1-alpha.76](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.75...@bloom-housing/ui-components@4.0.1-alpha.76) (2022-02-25)
82
+
83
+
84
+ ### Features
85
+
86
+ * adds veteran to reserved community types translations ([#2544](https://github.com/bloom-housing/bloom/issues/2544)) ([f973f1a](https://github.com/bloom-housing/bloom/commit/f973f1af71487b0e032b1a11fda35b21890060a0))
87
+
88
+
89
+
90
+
91
+
92
+ ## [4.0.1-alpha.75](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.74...@bloom-housing/ui-components@4.0.1-alpha.75) (2022-02-25)
93
+
94
+
95
+ ### Features
96
+
97
+ * accordion component cleanup ([#2528](https://github.com/bloom-housing/bloom/issues/2528)) ([704a15a](https://github.com/bloom-housing/bloom/commit/704a15af400de8958b20498feedd35942ee0b78e))
98
+
99
+
100
+
101
+
102
+
103
+ ## [4.0.1-alpha.74](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.73...@bloom-housing/ui-components@4.0.1-alpha.74) (2022-02-22)
104
+
105
+ **Note:** Version bump only for package @bloom-housing/ui-components
106
+
107
+
108
+
109
+
110
+
111
+ ## [4.0.1-alpha.73](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.72...@bloom-housing/ui-components@4.0.1-alpha.73) (2022-02-18)
112
+
113
+ **Note:** Version bump only for package @bloom-housing/ui-components
114
+
115
+
116
+
117
+
118
+
119
+ ## [4.0.1-alpha.72](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.71...@bloom-housing/ui-components@4.0.1-alpha.72) (2022-02-17)
120
+
121
+
122
+ ### Bug Fixes
123
+
124
+ * support text wrapping in ApplicationStatus ([#2504](https://github.com/bloom-housing/bloom/issues/2504)) ([d730fa9](https://github.com/bloom-housing/bloom/commit/d730fa9fc6df7d9e99bb5b7fad65b1ab743776b4))
125
+
126
+
127
+
128
+
129
+
130
+ ## [4.0.1-alpha.71](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.70...@bloom-housing/ui-components@4.0.1-alpha.71) (2022-02-17)
131
+
132
+ **Note:** Version bump only for package @bloom-housing/ui-components
133
+
134
+
135
+
136
+
137
+
138
+ ## [4.0.1-alpha.70](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.69...@bloom-housing/ui-components@4.0.1-alpha.70) (2022-02-17)
139
+
140
+ **Note:** Version bump only for package @bloom-housing/ui-components
141
+
142
+
143
+
144
+
145
+
146
+ ## [4.0.1-alpha.69](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.68...@bloom-housing/ui-components@4.0.1-alpha.69) (2022-02-16)
147
+
148
+ **Note:** Version bump only for package @bloom-housing/ui-components
149
+
150
+
151
+
152
+
153
+
154
+ ## [4.0.1-alpha.68](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.67...@bloom-housing/ui-components@4.0.1-alpha.68) (2022-02-16)
155
+
156
+ **Note:** Version bump only for package @bloom-housing/ui-components
157
+
158
+
159
+
160
+
161
+
162
+ ## [4.0.1-alpha.67](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.66...@bloom-housing/ui-components@4.0.1-alpha.67) (2022-02-16)
163
+
164
+
165
+ ### Features
166
+
167
+ * alert-box line-height ([3e8aafb](https://github.com/bloom-housing/bloom/commit/3e8aafb8272c05670c81aeef5809d88f1d1ba18e))
168
+
169
+
170
+
171
+
172
+
173
+ ## [4.0.1-alpha.66](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.65...@bloom-housing/ui-components@4.0.1-alpha.66) (2022-02-16)
174
+
175
+
176
+ ### Bug Fixes
177
+
178
+ * use the correct AlertBox component for preview listing notice ([#2497](https://github.com/bloom-housing/bloom/issues/2497)) ([f985c44](https://github.com/bloom-housing/bloom/commit/f985c444aaed31504a1e1ce7173c6e15194e2af6))
179
+
180
+
181
+
182
+
183
+
184
+ ## [4.0.1-alpha.65](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.64...@bloom-housing/ui-components@4.0.1-alpha.65) (2022-02-16)
185
+
186
+
187
+ ### Bug Fixes
188
+
189
+ * add icons to unit accordions if enabled ([#2372](https://github.com/bloom-housing/bloom/issues/2372)) ([#2489](https://github.com/bloom-housing/bloom/issues/2489)) ([55e4dc9](https://github.com/bloom-housing/bloom/commit/55e4dc9a95b9fe9125153b43556fd64d06506f24))
190
+
191
+
192
+
193
+
194
+
195
+ ## [4.0.1-alpha.64](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.63...@bloom-housing/ui-components@4.0.1-alpha.64) (2022-02-16)
196
+
197
+ **Note:** Version bump only for package @bloom-housing/ui-components
198
+
199
+
200
+
201
+
202
+
203
+ ## [4.0.1-alpha.63](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.62...@bloom-housing/ui-components@4.0.1-alpha.63) (2022-02-15)
204
+
205
+ **Note:** Version bump only for package @bloom-housing/ui-components
206
+
207
+
208
+
209
+
210
+
211
+ ## [4.0.1-alpha.62](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.61...@bloom-housing/ui-components@4.0.1-alpha.62) (2022-02-15)
212
+
213
+
214
+ ### Code Refactoring
215
+
216
+ * remove backend dependencies from events components, consolidate ([#2495](https://github.com/bloom-housing/bloom/issues/2495)) ([d884689](https://github.com/bloom-housing/bloom/commit/d88468965bc67c74b8b3eaced20c77472e90331f))
217
+
218
+
219
+ ### BREAKING CHANGES
220
+
221
+ * consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
222
+
223
+
224
+
225
+
226
+
227
+ ## [4.0.1-alpha.61](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.60...@bloom-housing/ui-components@4.0.1-alpha.61) (2022-02-15)
228
+
229
+ **Note:** Version bump only for package @bloom-housing/ui-components
230
+
231
+
232
+
233
+
234
+
235
+ ## [4.0.1-alpha.60](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.59...@bloom-housing/ui-components@4.0.1-alpha.60) (2022-02-15)
236
+
237
+ **Note:** Version bump only for package @bloom-housing/ui-components
238
+
239
+
240
+
241
+
242
+
243
+ ## [4.0.1-alpha.59](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.58...@bloom-housing/ui-components@4.0.1-alpha.59) (2022-02-15)
244
+
245
+
246
+ ### Features
247
+
248
+ * **backend:** add partners portal users multi factor authentication ([#2291](https://github.com/bloom-housing/bloom/issues/2291)) ([5b10098](https://github.com/bloom-housing/bloom/commit/5b10098d8668f9f42c60e90236db16d6cc517793)), closes [#2461](https://github.com/bloom-housing/bloom/issues/2461) [#2485](https://github.com/bloom-housing/bloom/issues/2485)
249
+
250
+
251
+
252
+
253
+
254
+ ## [4.0.1-alpha.58](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.57...@bloom-housing/ui-components@4.0.1-alpha.58) (2022-02-14)
255
+
256
+
257
+ ### Bug Fixes
258
+
259
+ * remove shared-helpers dependency from FormSignIn ([#2499](https://github.com/bloom-housing/bloom/issues/2499)) ([de4e696](https://github.com/bloom-housing/bloom/commit/de4e696957935de7f7834ef5bbe5c6edd3262a8b))
260
+
261
+
262
+
263
+
264
+
265
+ ## [4.0.1-alpha.57](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.56...@bloom-housing/ui-components@4.0.1-alpha.57) (2022-02-14)
266
+
267
+
268
+ ### Bug Fixes
269
+
270
+ * remove shared-helpers dependency from FormForgotPassword ([#2498](https://github.com/bloom-housing/bloom/issues/2498)) ([779707d](https://github.com/bloom-housing/bloom/commit/779707d9087b3330a1b4cd65d5bde31521fa7d6a))
271
+
272
+
273
+
274
+
275
+
276
+ ## [4.0.1-alpha.56](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.55...@bloom-housing/ui-components@4.0.1-alpha.56) (2022-02-12)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * allow headers in responsive mobile tables to wrap text ([#2496](https://github.com/bloom-housing/bloom/issues/2496)) ([7d5a73e](https://github.com/bloom-housing/bloom/commit/7d5a73e5ee2213fb126fced86d94a55668941ed9))
282
+
283
+
284
+
285
+
286
+
287
+ ## [4.0.1-alpha.55](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.54...@bloom-housing/ui-components@4.0.1-alpha.55) (2022-02-10)
288
+
289
+
290
+ ### Bug Fixes
291
+
292
+ * image gradient obscures image on mobile, is harsh in safari ([#2487](https://github.com/bloom-housing/bloom/issues/2487)) ([78785ff](https://github.com/bloom-housing/bloom/commit/78785ff0646e94fa751584ee090eacaec1994e36))
293
+
294
+
295
+
296
+
297
+
298
+ ## [4.0.1-alpha.54](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.53...@bloom-housing/ui-components@4.0.1-alpha.54) (2022-02-10)
299
+
300
+ **Note:** Version bump only for package @bloom-housing/ui-components
301
+
302
+
303
+
304
+
305
+
306
+ ## [4.0.1-alpha.53](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.52...@bloom-housing/ui-components@4.0.1-alpha.53) (2022-02-10)
307
+
308
+
309
+ ### Features
310
+
311
+ * only show MapBox map when it's in the viewport ([#2470](https://github.com/bloom-housing/bloom/issues/2470)) ([86f9d6c](https://github.com/bloom-housing/bloom/commit/86f9d6cccd7de7e635ae4eab5b1e1358faf834e4))
7
312
 
8
313
 
314
+
315
+
316
+
317
+ ## [4.0.1-alpha.52](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.51...@bloom-housing/ui-components@4.0.1-alpha.52) (2022-02-10)
318
+
319
+ **Note:** Version bump only for package @bloom-housing/ui-components
320
+
321
+
322
+
323
+
324
+
325
+ ## [4.0.2](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@4.0.1...@bloom-housing/ui-components@4.0.2) (2022-02-09)
326
+
327
+ ### Features
328
+
329
+ * 2419/adding SMC preferences ([#2482](https://github.com/seanmalbert/bloom/issues/2482)) ([bbb16c9](https://github.com/seanmalbert/bloom/commit/bbb16c934c956eb8f2684fc691322db8a6dfefef))
330
+ * 2468/adding dublin preferences ([#2483](https://github.com/seanmalbert/bloom/issues/2483)) ([d797ed4](https://github.com/seanmalbert/bloom/commit/d797ed4309c7bca2e577aa9adcad2350b4ef48fb))
331
+
332
+
333
+
334
+
335
+
336
+ ## [4.0.1-alpha.51](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.50...@bloom-housing/ui-components@4.0.1-alpha.51) (2022-02-09)
337
+
338
+ **Note:** Version bump only for package @bloom-housing/ui-components
339
+
340
+
341
+
342
+
343
+
344
+ ## [4.0.1-alpha.50](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.49...@bloom-housing/ui-components@4.0.1-alpha.50) (2022-02-09)
345
+
346
+ **Note:** Version bump only for package @bloom-housing/ui-components
347
+
348
+
349
+
350
+
351
+
352
+ ## [4.0.1-alpha.49](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.48...@bloom-housing/ui-components@4.0.1-alpha.49) (2022-02-09)
353
+
354
+ **Note:** Version bump only for package @bloom-housing/ui-components
355
+
356
+
357
+
358
+
359
+
360
+ ## [4.0.1-alpha.48](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.47...@bloom-housing/ui-components@4.0.1-alpha.48) (2022-02-09)
361
+
362
+ **Note:** Version bump only for package @bloom-housing/ui-components
363
+
364
+
365
+
366
+
367
+
368
+ ## [4.0.1-alpha.47](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.46...@bloom-housing/ui-components@4.0.1-alpha.47) (2022-02-09)
369
+
370
+ **Note:** Version bump only for package @bloom-housing/ui-components
371
+
372
+
373
+
374
+
375
+
376
+ ## [4.0.1-alpha.46](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.45...@bloom-housing/ui-components@4.0.1-alpha.46) (2022-02-08)
377
+
378
+ **Note:** Version bump only for package @bloom-housing/ui-components
379
+
380
+
381
+
382
+
383
+
384
+ ## [4.0.1-alpha.45](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.44...@bloom-housing/ui-components@4.0.1-alpha.45) (2022-02-07)
385
+
386
+ **Note:** Version bump only for package @bloom-housing/ui-components
387
+
388
+
389
+
390
+
391
+
392
+ ## [4.0.1](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.22...@bloom-housing/ui-components@4.0.1) (2022-02-03)
393
+
9
394
  ### Bug Fixes
10
395
 
11
396
  * account translations ([d85997d](https://github.com/seanmalbert/bloom/commit/d85997dfb50d47c3e4cd42ed4cae759985036c88))
@@ -18,7 +403,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
18
403
 
19
404
  * 2022-01-27 release (#2439) ([860f6af](https://github.com/seanmalbert/bloom/commit/860f6af6204903e4dcddf671d7ba54f3ec04f121)), closes [#2439](https://github.com/seanmalbert/bloom/issues/2439) [#2196](https://github.com/seanmalbert/bloom/issues/2196) [#2238](https://github.com/seanmalbert/bloom/issues/2238) [#2226](https://github.com/seanmalbert/bloom/issues/2226) [#2230](https://github.com/seanmalbert/bloom/issues/2230) [#2243](https://github.com/seanmalbert/bloom/issues/2243) [#2195](https://github.com/seanmalbert/bloom/issues/2195) [#2215](https://github.com/seanmalbert/bloom/issues/2215) [#2266](https://github.com/seanmalbert/bloom/issues/2266) [#2188](https://github.com/seanmalbert/bloom/issues/2188) [#2270](https://github.com/seanmalbert/bloom/issues/2270) [#2188](https://github.com/seanmalbert/bloom/issues/2188) [#2213](https://github.com/seanmalbert/bloom/issues/2213) [#2234](https://github.com/seanmalbert/bloom/issues/2234) [#1901](https://github.com/seanmalbert/bloom/issues/1901) [#2260](https://github.com/seanmalbert/bloom/issues/2260) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#2280](https://github.com/seanmalbert/bloom/issues/2280) [#2253](https://github.com/seanmalbert/bloom/issues/2253) [#2276](https://github.com/seanmalbert/bloom/issues/2276) [#2282](https://github.com/seanmalbert/bloom/issues/2282) [#2262](https://github.com/seanmalbert/bloom/issues/2262) [#2278](https://github.com/seanmalbert/bloom/issues/2278) [#2293](https://github.com/seanmalbert/bloom/issues/2293) [#2295](https://github.com/seanmalbert/bloom/issues/2295) [#2296](https://github.com/seanmalbert/bloom/issues/2296) [#2294](https://github.com/seanmalbert/bloom/issues/2294) [#2277](https://github.com/seanmalbert/bloom/issues/2277) [#2290](https://github.com/seanmalbert/bloom/issues/2290) [#2299](https://github.com/seanmalbert/bloom/issues/2299) [#2292](https://github.com/seanmalbert/bloom/issues/2292) [#2303](https://github.com/seanmalbert/bloom/issues/2303) [#2305](https://github.com/seanmalbert/bloom/issues/2305) [#2306](https://github.com/seanmalbert/bloom/issues/2306) [#2308](https://github.com/seanmalbert/bloom/issues/2308) [#2190](https://github.com/seanmalbert/bloom/issues/2190) [#2239](https://github.com/seanmalbert/bloom/issues/2239) [#2311](https://github.com/seanmalbert/bloom/issues/2311) [#2302](https://github.com/seanmalbert/bloom/issues/2302) [#2301](https://github.com/seanmalbert/bloom/issues/2301) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#2313](https://github.com/seanmalbert/bloom/issues/2313) [#2289](https://github.com/seanmalbert/bloom/issues/2289) [#2279](https://github.com/seanmalbert/bloom/issues/2279) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2319](https://github.com/seanmalbert/bloom/issues/2319) [#2108](https://github.com/seanmalbert/bloom/issues/2108) [#2326](https://github.com/seanmalbert/bloom/issues/2326) [#2349](https://github.com/seanmalbert/bloom/issues/2349) [#2350](https://github.com/seanmalbert/bloom/issues/2350) [#2351](https://github.com/seanmalbert/bloom/issues/2351) [#2348](https://github.com/seanmalbert/bloom/issues/2348) [#2352](https://github.com/seanmalbert/bloom/issues/2352) [#2316](https://github.com/seanmalbert/bloom/issues/2316) [#2356](https://github.com/seanmalbert/bloom/issues/2356) [#2353](https://github.com/seanmalbert/bloom/issues/2353) [#2338](https://github.com/seanmalbert/bloom/issues/2338) [#2377](https://github.com/seanmalbert/bloom/issues/2377) [#2320](https://github.com/seanmalbert/bloom/issues/2320) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2362](https://github.com/seanmalbert/bloom/issues/2362) [#2395](https://github.com/seanmalbert/bloom/issues/2395) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2407](https://github.com/seanmalbert/bloom/issues/2407) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2418](https://github.com/seanmalbert/bloom/issues/2418) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2374](https://github.com/seanmalbert/bloom/issues/2374) [#2435](https://github.com/seanmalbert/bloom/issues/2435) [#2420](https://github.com/seanmalbert/bloom/issues/2420) [#2412](https://github.com/seanmalbert/bloom/issues/2412) [#2434](https://github.com/seanmalbert/bloom/issues/2434)
20
405
 
21
-
22
406
  ### Features
23
407
 
24
408
  * 2165/rosefield preference updates ([#2386](https://github.com/seanmalbert/bloom/issues/2386)) ([54177cb](https://github.com/seanmalbert/bloom/commit/54177cbaf137cd8e5acb1ad9c770e659c89054d6))
@@ -35,7 +419,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
35
419
  * Revert "chore: removes application program partners" ([91e22d8](https://github.com/seanmalbert/bloom/commit/91e22d891104e8d4fc024d709a6a14cec1400733))
36
420
  * Revert "chore: removes application program display" ([740cf00](https://github.com/seanmalbert/bloom/commit/740cf00dc3a729eed037d56a8dfc5988decd2651))
37
421
 
38
-
39
422
  ### BREAKING CHANGES
40
423
 
41
424
  * sign-in pages have been updated
@@ -54,6 +437,143 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
54
437
 
55
438
 
56
439
 
440
+ ## [4.0.1-alpha.44](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.43...@bloom-housing/ui-components@4.0.1-alpha.44) (2022-02-02)
441
+
442
+
443
+ ### Bug Fixes
444
+
445
+ * unit accordion radio button not showing default value ([#2451](https://github.com/bloom-housing/bloom/issues/2451)) ([4ed8103](https://github.com/bloom-housing/bloom/commit/4ed81039b9130d0433b11df2bdabc495ce2b9f24))
446
+
447
+
448
+
449
+
450
+
451
+ ## [4.0.1-alpha.43](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.42...@bloom-housing/ui-components@4.0.1-alpha.43) (2022-02-02)
452
+
453
+ **Note:** Version bump only for package @bloom-housing/ui-components
454
+
455
+
456
+
457
+
458
+
459
+ ## [4.0.1-alpha.42](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.41...@bloom-housing/ui-components@4.0.1-alpha.42) (2022-02-02)
460
+
461
+ **Note:** Version bump only for package @bloom-housing/ui-components
462
+
463
+
464
+
465
+
466
+
467
+ ## [4.0.1-alpha.41](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.40...@bloom-housing/ui-components@4.0.1-alpha.41) (2022-02-02)
468
+
469
+ **Note:** Version bump only for package @bloom-housing/ui-components
470
+
471
+
472
+
473
+
474
+
475
+ ## [4.0.1-alpha.40](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.39...@bloom-housing/ui-components@4.0.1-alpha.40) (2022-02-01)
476
+
477
+ **Note:** Version bump only for package @bloom-housing/ui-components
478
+
479
+
480
+
481
+
482
+
483
+ ## [4.0.1-alpha.39](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.38...@bloom-housing/ui-components@4.0.1-alpha.39) (2022-02-01)
484
+
485
+ **Note:** Version bump only for package @bloom-housing/ui-components
486
+
487
+
488
+
489
+
490
+
491
+ ## [4.0.1-alpha.38](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.37...@bloom-housing/ui-components@4.0.1-alpha.38) (2022-02-01)
492
+
493
+ **Note:** Version bump only for package @bloom-housing/ui-components
494
+
495
+
496
+
497
+
498
+
499
+ ## [4.0.1-alpha.37](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.36...@bloom-housing/ui-components@4.0.1-alpha.37) (2022-02-01)
500
+
501
+ **Note:** Version bump only for package @bloom-housing/ui-components
502
+
503
+
504
+
505
+
506
+
507
+ ## [4.0.1-alpha.36](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.35...@bloom-housing/ui-components@4.0.1-alpha.36) (2022-02-01)
508
+
509
+ **Note:** Version bump only for package @bloom-housing/ui-components
510
+
511
+
512
+
513
+
514
+
515
+ ## [4.0.1-alpha.35](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.34...@bloom-housing/ui-components@4.0.1-alpha.35) (2022-02-01)
516
+
517
+
518
+ ### Features
519
+
520
+ * partners terms page ([#2440](https://github.com/bloom-housing/bloom/issues/2440)) ([63105bc](https://github.com/bloom-housing/bloom/commit/63105bcedfe371a4a9995e25b1e5aba67d06ad0c))
521
+
522
+
523
+
524
+
525
+
526
+ ## [4.0.1-alpha.34](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.33...@bloom-housing/ui-components@4.0.1-alpha.34) (2022-02-01)
527
+
528
+ **Note:** Version bump only for package @bloom-housing/ui-components
529
+
530
+
531
+
532
+
533
+
534
+ ## [4.0.1-alpha.33](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.32...@bloom-housing/ui-components@4.0.1-alpha.33) (2022-02-01)
535
+
536
+ **Note:** Version bump only for package @bloom-housing/ui-components
537
+
538
+
539
+
540
+
541
+
542
+ ## [4.0.1-alpha.32](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.31...@bloom-housing/ui-components@4.0.1-alpha.32) (2022-02-01)
543
+
544
+ **Note:** Version bump only for package @bloom-housing/ui-components
545
+
546
+
547
+
548
+
549
+
550
+ ## [4.0.1-alpha.31](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.30...@bloom-housing/ui-components@4.0.1-alpha.31) (2022-01-31)
551
+
552
+ **Note:** Version bump only for package @bloom-housing/ui-components
553
+
554
+
555
+
556
+
557
+
558
+ ## [4.0.1-alpha.30](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.29...@bloom-housing/ui-components@4.0.1-alpha.30) (2022-01-31)
559
+
560
+ **Note:** Version bump only for package @bloom-housing/ui-components
561
+
562
+
563
+
564
+
565
+
566
+ ## [4.0.1-alpha.29](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.28...@bloom-housing/ui-components@4.0.1-alpha.29) (2022-01-27)
567
+
568
+
569
+ ### Features
570
+
571
+ * outdated password messaging updates ([b14e19d](https://github.com/bloom-housing/bloom/commit/b14e19d43099af2ba721d8aaaeeb2be886d05111))
572
+
573
+
574
+
575
+
576
+
57
577
  ## [4.0.1-alpha.28](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.27...@bloom-housing/ui-components@4.0.1-alpha.28) (2022-01-26)
58
578
 
59
579
  **Note:** Version bump only for package @bloom-housing/ui-components
@@ -111,6 +631,38 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
111
631
 
112
632
 
113
633
 
634
+ ## [3.0.1](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.22...@bloom-housing/ui-components@3.0.1) (2022-01-13)
635
+
636
+
637
+
638
+ ### Bug Fixes
639
+
640
+ * account translations ([d85997d](https://github.com/seanmalbert/bloom/commit/d85997dfb50d47c3e4cd42ed4cae759985036c88))
641
+ * fix modal styles on mobile ([9cdc8e6](https://github.com/seanmalbert/bloom/commit/9cdc8e63217da345e3101866c8e9a1fd83a0d6ae))
642
+ * mobile notice text wrap issue ([#2308](https://github.com/seanmalbert/bloom/issues/2308)) ([8cbe3cf](https://github.com/seanmalbert/bloom/commit/8cbe3cf25b34362ef7ebceb865bf8b97a3838f20))
643
+ * versioning issues ([#2311](https://github.com/seanmalbert/bloom/issues/2311)) ([c274a29](https://github.com/seanmalbert/bloom/commit/c274a2985061b389c2cae6386137a4caacd7f7c0))
644
+
645
+
646
+ ### Features
647
+
648
+ * 2165/rosefield preference updates ([#2386](https://github.com/seanmalbert/bloom/issues/2386)) ([54177cb](https://github.com/seanmalbert/bloom/commit/54177cbaf137cd8e5acb1ad9c770e659c89054d6))
649
+ * add SRO unit type ([a4c1403](https://github.com/seanmalbert/bloom/commit/a4c140350a84a5bacfa65fb6714aa594e406945d))
650
+ * adds updating open listing modal ([#2288](https://github.com/seanmalbert/bloom/issues/2288)) ([d184326](https://github.com/seanmalbert/bloom/commit/d18432610a55a5e54f567ff6157bb863ed61cb21))
651
+ * overrides fallback to english, tagalog support ([b79fd10](https://github.com/seanmalbert/bloom/commit/b79fd1018619f618bd9be8e870d35c1180b81dfb))
652
+ * postmark date time fields partners ([#2239](https://github.com/seanmalbert/bloom/issues/2239)) ([cf20b88](https://github.com/seanmalbert/bloom/commit/cf20b88cb613b815c641cad34a38908e22722a4a))
653
+ * simplify Waitlist component and use more flexible schema ([aa8e006](https://github.com/seanmalbert/bloom/commit/aa8e00616d886e8d57316b2362d35c0c550007c6))
654
+
655
+
656
+ ### Reverts
657
+
658
+ * Revert "chore(release): version" ([47a2c67](https://github.com/seanmalbert/bloom/commit/47a2c67af5c7c41f360fafc6c5386476866ea403))
659
+ * Revert "chore: removes application program partners" ([91e22d8](https://github.com/seanmalbert/bloom/commit/91e22d891104e8d4fc024d709a6a14cec1400733))
660
+ * Revert "chore: removes application program display" ([740cf00](https://github.com/seanmalbert/bloom/commit/740cf00dc3a729eed037d56a8dfc5988decd2651))
661
+
662
+
663
+
664
+
665
+
114
666
  ## [4.0.1-alpha.22](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.0.1-alpha.21...@bloom-housing/ui-components@4.0.1-alpha.22) (2022-01-13)
115
667
 
116
668
  **Note:** Version bump only for package @bloom-housing/ui-components
@@ -446,38 +998,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
446
998
 
447
999
 
448
1000
 
449
- ## [3.0.1](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.22...@bloom-housing/ui-components@3.0.1) (2022-01-13)
450
-
451
-
452
-
453
- ### Bug Fixes
454
-
455
- * account translations ([d85997d](https://github.com/seanmalbert/bloom/commit/d85997dfb50d47c3e4cd42ed4cae759985036c88))
456
- * fix modal styles on mobile ([9cdc8e6](https://github.com/seanmalbert/bloom/commit/9cdc8e63217da345e3101866c8e9a1fd83a0d6ae))
457
- * mobile notice text wrap issue ([#2308](https://github.com/seanmalbert/bloom/issues/2308)) ([8cbe3cf](https://github.com/seanmalbert/bloom/commit/8cbe3cf25b34362ef7ebceb865bf8b97a3838f20))
458
- * versioning issues ([#2311](https://github.com/seanmalbert/bloom/issues/2311)) ([c274a29](https://github.com/seanmalbert/bloom/commit/c274a2985061b389c2cae6386137a4caacd7f7c0))
459
-
460
-
461
- ### Features
462
-
463
- * 2165/rosefield preference updates ([#2386](https://github.com/seanmalbert/bloom/issues/2386)) ([54177cb](https://github.com/seanmalbert/bloom/commit/54177cbaf137cd8e5acb1ad9c770e659c89054d6))
464
- * add SRO unit type ([a4c1403](https://github.com/seanmalbert/bloom/commit/a4c140350a84a5bacfa65fb6714aa594e406945d))
465
- * adds updating open listing modal ([#2288](https://github.com/seanmalbert/bloom/issues/2288)) ([d184326](https://github.com/seanmalbert/bloom/commit/d18432610a55a5e54f567ff6157bb863ed61cb21))
466
- * overrides fallback to english, tagalog support ([b79fd10](https://github.com/seanmalbert/bloom/commit/b79fd1018619f618bd9be8e870d35c1180b81dfb))
467
- * postmark date time fields partners ([#2239](https://github.com/seanmalbert/bloom/issues/2239)) ([cf20b88](https://github.com/seanmalbert/bloom/commit/cf20b88cb613b815c641cad34a38908e22722a4a))
468
- * simplify Waitlist component and use more flexible schema ([aa8e006](https://github.com/seanmalbert/bloom/commit/aa8e00616d886e8d57316b2362d35c0c550007c6))
469
-
470
-
471
- ### Reverts
472
-
473
- * Revert "chore(release): version" ([47a2c67](https://github.com/seanmalbert/bloom/commit/47a2c67af5c7c41f360fafc6c5386476866ea403))
474
- * Revert "chore: removes application program partners" ([91e22d8](https://github.com/seanmalbert/bloom/commit/91e22d891104e8d4fc024d709a6a14cec1400733))
475
- * Revert "chore: removes application program display" ([740cf00](https://github.com/seanmalbert/bloom/commit/740cf00dc3a729eed037d56a8dfc5988decd2651))
476
-
477
-
478
-
479
-
480
-
481
1001
  ## [3.0.1-alpha.43](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.42...@bloom-housing/ui-components@3.0.1-alpha.43) (2021-12-13)
482
1002
 
483
1003
  **Note:** Version bump only for package @bloom-housing/ui-components