@bloom-housing/ui-components 3.0.1-alpha.6 → 3.0.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.
Files changed (39) hide show
  1. package/.jest/setup-tests.js +3 -0
  2. package/CHANGELOG.md +366 -0
  3. package/package.json +4 -4
  4. package/src/actions/Button.tsx +6 -0
  5. package/src/actions/LinkButton.tsx +7 -2
  6. package/src/blocks/DashBlock.tsx +6 -1
  7. package/src/blocks/ViewItem.tsx +2 -1
  8. package/src/forms/DOBField.tsx +3 -0
  9. package/src/forms/DateField.tsx +4 -0
  10. package/src/forms/Field.tsx +3 -0
  11. package/src/forms/FieldGroup.tsx +100 -16
  12. package/src/forms/HouseholdMemberForm.tsx +2 -1
  13. package/src/forms/PhoneField.tsx +2 -1
  14. package/src/forms/Select.tsx +4 -0
  15. package/src/forms/TimeField.tsx +6 -0
  16. package/src/global/forms.scss +1 -0
  17. package/src/headers/Hero.tsx +1 -1
  18. package/src/headers/SiteHeader.scss +6 -5
  19. package/src/helpers/blankApplication.ts +3 -1
  20. package/src/helpers/unitTypes.ts +1 -1
  21. package/src/icons/Icon.tsx +2 -1
  22. package/src/locales/es.json +53 -6
  23. package/src/locales/general.json +202 -18
  24. package/src/locales/general_OLD.json +1 -1
  25. package/src/locales/missing-translations.ts +2 -0
  26. package/src/locales/tl.json +5 -0
  27. package/src/locales/vi.json +51 -5
  28. package/src/locales/zh.json +53 -7
  29. package/src/notifications/AlertBox.tsx +1 -1
  30. package/src/notifications/ErrorMessage.tsx +6 -1
  31. package/src/overlays/Modal.scss +4 -1
  32. package/src/overlays/Modal.tsx +5 -7
  33. package/src/page_components/listing/AdditionalFees.tsx +2 -1
  34. package/src/page_components/listing/ListingCard.tsx +1 -1
  35. package/src/page_components/listing/listing_sidebar/GetApplication.tsx +2 -1
  36. package/src/page_components/listing/listing_sidebar/SubmitApplication.tsx +7 -3
  37. package/src/page_components/listing/listing_sidebar/Waitlist.tsx +31 -62
  38. package/src/tables/MinimalTable.tsx +2 -0
  39. package/src/tables/StandardTable.tsx +2 -1
@@ -1,4 +1,5 @@
1
1
  import "@testing-library/jest-dom/extend-expect"
2
+ import { configure } from "@testing-library/dom"
2
3
 
3
4
  import { addTranslation } from "../src/helpers/translator"
4
5
  import general from "../src/locales/general.json"
@@ -18,3 +19,5 @@ window.matchMedia = jest.fn().mockImplementation((query) => {
18
19
  })
19
20
 
20
21
  addTranslation(general)
22
+
23
+ configure({ testIdAttribute: "data-test-id" })
package/CHANGELOG.md CHANGED
@@ -3,6 +3,372 @@
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
+ ## [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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * account translations ([d85997d](https://github.com/seanmalbert/bloom/commit/d85997dfb50d47c3e4cd42ed4cae759985036c88))
12
+ * fix modal styles on mobile ([9cdc8e6](https://github.com/seanmalbert/bloom/commit/9cdc8e63217da345e3101866c8e9a1fd83a0d6ae))
13
+ * mobile notice text wrap issue ([#2308](https://github.com/seanmalbert/bloom/issues/2308)) ([8cbe3cf](https://github.com/seanmalbert/bloom/commit/8cbe3cf25b34362ef7ebceb865bf8b97a3838f20))
14
+ * versioning issues ([#2311](https://github.com/seanmalbert/bloom/issues/2311)) ([c274a29](https://github.com/seanmalbert/bloom/commit/c274a2985061b389c2cae6386137a4caacd7f7c0))
15
+
16
+
17
+ ### Features
18
+
19
+ * 2165/rosefield preference updates ([#2386](https://github.com/seanmalbert/bloom/issues/2386)) ([54177cb](https://github.com/seanmalbert/bloom/commit/54177cbaf137cd8e5acb1ad9c770e659c89054d6))
20
+ * add SRO unit type ([a4c1403](https://github.com/seanmalbert/bloom/commit/a4c140350a84a5bacfa65fb6714aa594e406945d))
21
+ * adds updating open listing modal ([#2288](https://github.com/seanmalbert/bloom/issues/2288)) ([d184326](https://github.com/seanmalbert/bloom/commit/d18432610a55a5e54f567ff6157bb863ed61cb21))
22
+ * overrides fallback to english, tagalog support ([b79fd10](https://github.com/seanmalbert/bloom/commit/b79fd1018619f618bd9be8e870d35c1180b81dfb))
23
+ * postmark date time fields partners ([#2239](https://github.com/seanmalbert/bloom/issues/2239)) ([cf20b88](https://github.com/seanmalbert/bloom/commit/cf20b88cb613b815c641cad34a38908e22722a4a))
24
+ * simplify Waitlist component and use more flexible schema ([aa8e006](https://github.com/seanmalbert/bloom/commit/aa8e00616d886e8d57316b2362d35c0c550007c6))
25
+
26
+
27
+ ### Reverts
28
+
29
+ * Revert "chore(release): version" ([47a2c67](https://github.com/seanmalbert/bloom/commit/47a2c67af5c7c41f360fafc6c5386476866ea403))
30
+ * Revert "chore: removes application program partners" ([91e22d8](https://github.com/seanmalbert/bloom/commit/91e22d891104e8d4fc024d709a6a14cec1400733))
31
+ * Revert "chore: removes application program display" ([740cf00](https://github.com/seanmalbert/bloom/commit/740cf00dc3a729eed037d56a8dfc5988decd2651))
32
+
33
+
34
+
35
+
36
+
37
+ ## [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)
38
+
39
+ **Note:** Version bump only for package @bloom-housing/ui-components
40
+
41
+
42
+
43
+
44
+
45
+ ## [3.0.1-alpha.42](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.40...@bloom-housing/ui-components@3.0.1-alpha.42) (2021-12-13)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * fix hero button width with secondary button ([#2306](https://github.com/bloom-housing/bloom/issues/2306)) ([929ac8e](https://github.com/bloom-housing/bloom/commit/929ac8e7fd30718a77a10277323abf1604a45a19))
51
+ * mobile notice text wrap issue ([#2308](https://github.com/bloom-housing/bloom/issues/2308)) ([47fdd7e](https://github.com/bloom-housing/bloom/commit/47fdd7ea0e15ec50888cb00f1caa11df269c9e84))
52
+ * versioning issues ([#2311](https://github.com/bloom-housing/bloom/issues/2311)) ([0b1d143](https://github.com/bloom-housing/bloom/commit/0b1d143ab8b17add9d52533560f28d7a1f6dfd3d))
53
+
54
+
55
+
56
+
57
+
58
+ ## [3.0.1-alpha.40](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.39...@bloom-housing/ui-components@3.0.1-alpha.40) (2021-12-10)
59
+
60
+ **Note:** Version bump only for package @bloom-housing/ui-components
61
+
62
+
63
+
64
+
65
+
66
+ ## [3.0.1-alpha.39](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.38...@bloom-housing/ui-components@3.0.1-alpha.39) (2021-12-09)
67
+
68
+ **Note:** Version bump only for package @bloom-housing/ui-components
69
+
70
+
71
+
72
+
73
+
74
+ ## [3.0.1-alpha.38](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.37...@bloom-housing/ui-components@3.0.1-alpha.38) (2021-12-09)
75
+
76
+ **Note:** Version bump only for package @bloom-housing/ui-components
77
+
78
+
79
+
80
+
81
+
82
+ ## [3.0.1-alpha.37](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.36...@bloom-housing/ui-components@3.0.1-alpha.37) (2021-12-09)
83
+
84
+ **Note:** Version bump only for package @bloom-housing/ui-components
85
+
86
+
87
+
88
+
89
+
90
+ ## [3.0.1-alpha.36](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.35...@bloom-housing/ui-components@3.0.1-alpha.36) (2021-12-09)
91
+
92
+ **Note:** Version bump only for package @bloom-housing/ui-components
93
+
94
+
95
+
96
+
97
+
98
+ ## [3.0.1-alpha.35](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.34...@bloom-housing/ui-components@3.0.1-alpha.35) (2021-12-08)
99
+
100
+ **Note:** Version bump only for package @bloom-housing/ui-components
101
+
102
+
103
+
104
+
105
+
106
+ ## [3.0.1-alpha.34](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.33...@bloom-housing/ui-components@3.0.1-alpha.34) (2021-12-07)
107
+
108
+
109
+ ### Bug Fixes
110
+
111
+ * account translations ([#2278](https://github.com/bloom-housing/bloom/issues/2278)) ([1420282](https://github.com/bloom-housing/bloom/commit/1420282ec0de17b8629f2a7dd6c1149f7a1f8894))
112
+
113
+
114
+
115
+
116
+
117
+ ## [3.0.1-alpha.33](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.32...@bloom-housing/ui-components@3.0.1-alpha.33) (2021-12-07)
118
+
119
+
120
+ ### Features
121
+
122
+ * overrides fallback to english, tagalog support ([#2262](https://github.com/bloom-housing/bloom/issues/2262)) ([679ab9b](https://github.com/bloom-housing/bloom/commit/679ab9b1816d5934f48f02ca5f5696952ef88ae7))
123
+
124
+
125
+
126
+
127
+
128
+ ## [3.0.1-alpha.32](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.31...@bloom-housing/ui-components@3.0.1-alpha.32) (2021-12-07)
129
+
130
+
131
+ ### Bug Fixes
132
+
133
+ * Fix modal styles on mobile ([#2280](https://github.com/bloom-housing/bloom/issues/2280)) ([95f45e5](https://github.com/bloom-housing/bloom/commit/95f45e5a6d2c38c512f59d8cb35847cab59dc8bb)), closes [#2253](https://github.com/bloom-housing/bloom/issues/2253)
134
+
135
+
136
+
137
+
138
+
139
+ ## [3.0.1-alpha.31](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.30...@bloom-housing/ui-components@3.0.1-alpha.31) (2021-12-06)
140
+
141
+ **Note:** Version bump only for package @bloom-housing/ui-components
142
+
143
+
144
+
145
+
146
+
147
+ ## [3.0.1-alpha.30](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.29...@bloom-housing/ui-components@3.0.1-alpha.30) (2021-12-03)
148
+
149
+ **Note:** Version bump only for package @bloom-housing/ui-components
150
+
151
+
152
+
153
+
154
+
155
+ ## [3.0.1-alpha.29](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.28...@bloom-housing/ui-components@3.0.1-alpha.29) (2021-12-03)
156
+
157
+ **Note:** Version bump only for package @bloom-housing/ui-components
158
+
159
+
160
+
161
+
162
+
163
+ ## [3.0.1-alpha.28](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.27...@bloom-housing/ui-components@3.0.1-alpha.28) (2021-12-03)
164
+
165
+ **Note:** Version bump only for package @bloom-housing/ui-components
166
+
167
+
168
+
169
+
170
+
171
+ ## [3.0.1-alpha.27](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.26...@bloom-housing/ui-components@3.0.1-alpha.27) (2021-12-01)
172
+
173
+ **Note:** Version bump only for package @bloom-housing/ui-components
174
+
175
+
176
+
177
+
178
+
179
+ ## [3.0.1-alpha.26](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.25...@bloom-housing/ui-components@3.0.1-alpha.26) (2021-12-01)
180
+
181
+ **Note:** Version bump only for package @bloom-housing/ui-components
182
+
183
+
184
+
185
+
186
+
187
+ ## [3.0.1-alpha.25](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.24...@bloom-housing/ui-components@3.0.1-alpha.25) (2021-11-30)
188
+
189
+ **Note:** Version bump only for package @bloom-housing/ui-components
190
+
191
+
192
+
193
+
194
+
195
+ ## [3.0.1-alpha.24](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.23...@bloom-housing/ui-components@3.0.1-alpha.24) (2021-11-29)
196
+
197
+
198
+ ### Bug Fixes
199
+
200
+ * guard against 0 output ([0ea9012](https://github.com/bloom-housing/bloom/commit/0ea9012fdac02fb1cb4357abec2ec69633902654))
201
+ * remove bold style from current waitlist size ([2e2f414](https://github.com/bloom-housing/bloom/commit/2e2f4141e62c8544c0828b29de0b99bb97abb201))
202
+ * show waitlist values even if they're zero ([6a35e67](https://github.com/bloom-housing/bloom/commit/6a35e679f142105e40719e89bda3d957e3200e1d))
203
+ * simpler conditionals ([f3e588d](https://github.com/bloom-housing/bloom/commit/f3e588d5e6dd0a39d1aed99ef6eba0054540ed14))
204
+ * waitlist: handle both null and undefined ([90fd369](https://github.com/bloom-housing/bloom/commit/90fd369b471c7f9baa0a1d58f452159449fe6fcf))
205
+
206
+
207
+ ### Features
208
+
209
+ * simplify Waitlist component and use more flexible schema ([96df149](https://github.com/bloom-housing/bloom/commit/96df1496f377ddfa6f0e6c016c84954b6a43ff4a))
210
+
211
+
212
+
213
+
214
+
215
+ ## [3.0.1-alpha.23](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.22...@bloom-housing/ui-components@3.0.1-alpha.23) (2021-11-29)
216
+
217
+ **Note:** Version bump only for package @bloom-housing/ui-components
218
+
219
+
220
+
221
+
222
+
223
+ ## [3.0.1-alpha.22](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.21...@bloom-housing/ui-components@3.0.1-alpha.22) (2021-11-23)
224
+
225
+
226
+ ### Bug Fixes
227
+
228
+ * remove alameda reference in demographics ([#2209](https://github.com/bloom-housing/bloom/issues/2209)) ([7d5991c](https://github.com/bloom-housing/bloom/commit/7d5991cbf6dbe0b61f2b14d265e87ce3687f743d))
229
+
230
+
231
+
232
+
233
+
234
+ ## [3.0.1-alpha.21](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.20...@bloom-housing/ui-components@3.0.1-alpha.21) (2021-11-23)
235
+
236
+
237
+ ### Bug Fixes
238
+
239
+ * change the yes/no radio text to be more descriptive ([#2208](https://github.com/bloom-housing/bloom/issues/2208)) ([0c46054](https://github.com/bloom-housing/bloom/commit/0c46054574535523d6f217bb0677bbe732b8945f))
240
+
241
+
242
+
243
+
244
+
245
+ ## [3.0.1-alpha.20](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.19...@bloom-housing/ui-components@3.0.1-alpha.20) (2021-11-23)
246
+
247
+
248
+ ### Bug Fixes
249
+
250
+ * add ariaLabel prop to Button component ([509ddc8](https://github.com/bloom-housing/bloom/commit/509ddc898ba44c05e26f8ed8c777f1ba456eeee5))
251
+
252
+
253
+
254
+
255
+
256
+ ## [3.0.1-alpha.19](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.18...@bloom-housing/ui-components@3.0.1-alpha.19) (2021-11-23)
257
+
258
+
259
+ ### Bug Fixes
260
+
261
+ * add ariaHidden to Icon component ([c7bb86a](https://github.com/bloom-housing/bloom/commit/c7bb86aec6fd5ad386c7ca50087d0113b14503be))
262
+
263
+
264
+
265
+
266
+
267
+ ## [3.0.1-alpha.18](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.17...@bloom-housing/ui-components@3.0.1-alpha.18) (2021-11-23)
268
+
269
+
270
+ ### Features
271
+
272
+ * new demographics sub-race questions ([#2109](https://github.com/bloom-housing/bloom/issues/2109)) ([9ab8926](https://github.com/bloom-housing/bloom/commit/9ab892694c1ad2fa8890b411b3b32af68ade1fc3))
273
+
274
+
275
+
276
+
277
+
278
+ ## [3.0.1-alpha.17](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.16...@bloom-housing/ui-components@3.0.1-alpha.17) (2021-11-22)
279
+
280
+ **Note:** Version bump only for package @bloom-housing/ui-components
281
+
282
+
283
+
284
+
285
+
286
+ ## [3.0.1-alpha.16](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.15...@bloom-housing/ui-components@3.0.1-alpha.16) (2021-11-22)
287
+
288
+ **Note:** Version bump only for package @bloom-housing/ui-components
289
+
290
+
291
+
292
+
293
+
294
+ ## [3.0.1-alpha.15](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.14...@bloom-housing/ui-components@3.0.1-alpha.15) (2021-11-16)
295
+
296
+ **Note:** Version bump only for package @bloom-housing/ui-components
297
+
298
+
299
+
300
+
301
+
302
+ ## [3.0.1-alpha.14](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.13...@bloom-housing/ui-components@3.0.1-alpha.14) (2021-11-16)
303
+
304
+
305
+ ### Bug Fixes
306
+
307
+ * preference cleanup for avance ([d0aebbc](https://github.com/bloom-housing/bloom/commit/d0aebbcd334dfffc4a7a1a39e9964c90155c5bfb))
308
+
309
+
310
+
311
+
312
+
313
+ ## [3.0.1-alpha.13](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.12...@bloom-housing/ui-components@3.0.1-alpha.13) (2021-11-16)
314
+
315
+ **Note:** Version bump only for package @bloom-housing/ui-components
316
+
317
+
318
+
319
+
320
+
321
+ ## [3.0.1-alpha.12](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.11...@bloom-housing/ui-components@3.0.1-alpha.12) (2021-11-16)
322
+
323
+ **Note:** Version bump only for package @bloom-housing/ui-components
324
+
325
+
326
+
327
+
328
+
329
+ ## [3.0.1-alpha.11](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.10...@bloom-housing/ui-components@3.0.1-alpha.11) (2021-11-15)
330
+
331
+ **Note:** Version bump only for package @bloom-housing/ui-components
332
+
333
+
334
+
335
+
336
+
337
+ ## [3.0.1-alpha.10](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.9...@bloom-housing/ui-components@3.0.1-alpha.10) (2021-11-12)
338
+
339
+
340
+ ### Features
341
+
342
+ * refactor and add public site application flow cypress tests ([#2118](https://github.com/bloom-housing/bloom/issues/2118)) ([9ec0e8d](https://github.com/bloom-housing/bloom/commit/9ec0e8d05f9570773110754e7fdaf49254d1eab8))
343
+
344
+
345
+
346
+
347
+
348
+ ## [3.0.1-alpha.9](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.8...@bloom-housing/ui-components@3.0.1-alpha.9) (2021-11-12)
349
+
350
+ **Note:** Version bump only for package @bloom-housing/ui-components
351
+
352
+
353
+
354
+
355
+
356
+ ## [3.0.1-alpha.8](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.7...@bloom-housing/ui-components@3.0.1-alpha.8) (2021-11-09)
357
+
358
+ **Note:** Version bump only for package @bloom-housing/ui-components
359
+
360
+
361
+
362
+
363
+
364
+ ## [3.0.1-alpha.7](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.6...@bloom-housing/ui-components@3.0.1-alpha.7) (2021-11-09)
365
+
366
+ **Note:** Version bump only for package @bloom-housing/ui-components
367
+
368
+
369
+
370
+
371
+
6
372
  ## [3.0.1-alpha.6](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@3.0.1-alpha.5...@bloom-housing/ui-components@3.0.1-alpha.6) (2021-11-09)
7
373
 
8
374
  **Note:** Version bump only for package @bloom-housing/ui-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloom-housing/ui-components",
3
- "version": "3.0.1-alpha.6",
3
+ "version": "3.0.1",
4
4
  "author": "Sean Albert <sean.albert@exygy.com>",
5
5
  "description": "Shared user interface components for Bloom affordable housing system",
6
6
  "homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/ui-components",
@@ -69,7 +69,7 @@
69
69
  "webpack": "^4.44.2"
70
70
  },
71
71
  "dependencies": {
72
- "@bloom-housing/backend-core": "^3.0.1-alpha.6",
72
+ "@bloom-housing/backend-core": "^3.0.1",
73
73
  "@mapbox/mapbox-sdk": "^0.13.0",
74
74
  "@types/body-scroll-lock": "^2.6.1",
75
75
  "@types/jwt-decode": "^2.2.1",
@@ -80,7 +80,7 @@
80
80
  "@types/react-dom": "^16.9.5",
81
81
  "@types/react-text-mask": "^5.4.6",
82
82
  "@types/react-transition-group": "^4.4.0",
83
- "axios": "^0.21.1",
83
+ "axios": "0.21.1",
84
84
  "body-scroll-lock": "^3.1.5",
85
85
  "jwt-decode": "^2.2.0",
86
86
  "markdown-to-jsx": "^6.11.4",
@@ -100,5 +100,5 @@
100
100
  "tailwindcss": "2.2.10",
101
101
  "typesafe-actions": "^5.1.0"
102
102
  },
103
- "gitHead": "96edc3b83b5ed9502caf662d7b858c2ac1bd0470"
103
+ "gitHead": "9ff5f4910b0177b2d28184c345d4c991e3eb056f"
104
104
  }
@@ -19,6 +19,9 @@ export interface ButtonProps extends AppearanceProps {
19
19
  className?: string
20
20
  disabled?: boolean
21
21
  loading?: boolean
22
+ ariaLabel?: string
23
+ dataTestId?: string
24
+ "data-test-id"?: string
22
25
  }
23
26
 
24
27
  export const buttonClassesForProps = (props: Omit<ButtonProps, "onClick">) => {
@@ -67,11 +70,14 @@ const Button = (props: ButtonProps) => {
67
70
 
68
71
  return (
69
72
  <button
73
+ {...props}
70
74
  id={props.id}
71
75
  type={props.type}
72
76
  className={buttonClasses.join(" ")}
73
77
  onClick={props.onClick}
74
78
  disabled={props.disabled || props.loading}
79
+ aria-label={props.ariaLabel}
80
+ data-test-id={props.dataTestId || props["data-test-id"]}
75
81
  >
76
82
  {buttonInner(props)}
77
83
  </button>
@@ -6,6 +6,7 @@ import { isExternalLink } from "../helpers/links"
6
6
 
7
7
  export interface LinkButtonProps extends Omit<ButtonProps, "onClick"> {
8
8
  href: string
9
+ dataTestId?: string
9
10
  }
10
11
 
11
12
  const LinkButton = (props: LinkButtonProps) => {
@@ -14,13 +15,17 @@ const LinkButton = (props: LinkButtonProps) => {
14
15
 
15
16
  if (isExternalLink(props.href)) {
16
17
  return (
17
- <a href={props.href} className={buttonClasses.join(" ")}>
18
+ <a href={props.href} className={buttonClasses.join(" ")} data-test-id={props.dataTestId}>
18
19
  {buttonInner(props)}
19
20
  </a>
20
21
  )
21
22
  } else {
22
23
  return (
23
- <LinkComponent href={props.href} className={buttonClasses.join(" ")}>
24
+ <LinkComponent
25
+ href={props.href}
26
+ className={buttonClasses.join(" ")}
27
+ data-test-id={props.dataTestId}
28
+ >
24
29
  {buttonInner(props)}
25
30
  </LinkComponent>
26
31
  )
@@ -7,6 +7,7 @@ interface DashBlockProps {
7
7
  subtitle?: string
8
8
  icon: React.ReactNode
9
9
  children?: React.ReactNode
10
+ dataTestId?: string
10
11
  }
11
12
  const DashBlock = (props: DashBlockProps) => {
12
13
  const { href, title, subtitle, icon, children } = props
@@ -37,6 +38,10 @@ const DashBlock = (props: DashBlockProps) => {
37
38
  </>
38
39
  )
39
40
  }
40
- return <div className="dash-block">{wrapper}</div>
41
+ return (
42
+ <div className="dash-block" data-test-id={props.dataTestId}>
43
+ {wrapper}
44
+ </div>
45
+ )
41
46
  }
42
47
  export { DashBlock as default, DashBlock }
@@ -10,6 +10,7 @@ export interface ViewItemProps {
10
10
  className?: string
11
11
  truncated?: boolean
12
12
  error?: boolean
13
+ dataTestId?: string
13
14
  }
14
15
 
15
16
  const ViewItem = (props: ViewItemProps) => {
@@ -22,7 +23,7 @@ const ViewItem = (props: ViewItemProps) => {
22
23
  if (props.truncated) valueClassName += " is-truncated"
23
24
 
24
25
  return (
25
- <div id={props.id} className={viewItemClasses.join(" ")}>
26
+ <div id={props.id} className={viewItemClasses.join(" ")} data-test-id={props.dataTestId}>
26
27
  {props.label && (
27
28
  <span className={`view-item__label ${props.error ? "text-alert text-tiny" : ""}`}>
28
29
  {props.label}
@@ -71,6 +71,7 @@ const DOBField = (props: DOBFieldProps) => {
71
71
  }}
72
72
  inputProps={{ maxLength: 2 }}
73
73
  register={register}
74
+ dataTestId={"dob-field-month"}
74
75
  />
75
76
  <Field
76
77
  name={getFieldName("birthDay")}
@@ -92,6 +93,7 @@ const DOBField = (props: DOBFieldProps) => {
92
93
  }}
93
94
  inputProps={{ maxLength: 2 }}
94
95
  register={register}
96
+ dataTestId={"dob-field-day"}
95
97
  />
96
98
  <Field
97
99
  name={getFieldName("birthYear")}
@@ -115,6 +117,7 @@ const DOBField = (props: DOBFieldProps) => {
115
117
  }}
116
118
  inputProps={{ maxLength: 4 }}
117
119
  register={register}
120
+ dataTestId={"dob-field-year"}
118
121
  />
119
122
  </div>
120
123
 
@@ -24,6 +24,7 @@ export interface DateFieldProps {
24
24
  register: UseFormMethods["register"]
25
25
  required?: boolean
26
26
  watch: UseFormMethods["watch"]
27
+ dataTestId?: string
27
28
  }
28
29
 
29
30
  const DateField = (props: DateFieldProps) => {
@@ -60,6 +61,7 @@ const DateField = (props: DateFieldProps) => {
60
61
  }}
61
62
  inputProps={{ maxLength: 2 }}
62
63
  register={register}
64
+ dataTestId={props.dataTestId ? `${props.dataTestId}-month` : undefined}
63
65
  />
64
66
  <Field
65
67
  name={getFieldName("day")}
@@ -80,6 +82,7 @@ const DateField = (props: DateFieldProps) => {
80
82
  }}
81
83
  inputProps={{ maxLength: 2 }}
82
84
  register={register}
85
+ dataTestId={props.dataTestId ? `${props.dataTestId}-day` : undefined}
83
86
  />
84
87
  <Field
85
88
  name={getFieldName("year")}
@@ -102,6 +105,7 @@ const DateField = (props: DateFieldProps) => {
102
105
  }}
103
106
  inputProps={{ maxLength: 4 }}
104
107
  register={register}
108
+ dataTestId={props.dataTestId ? `${props.dataTestId}-year` : undefined}
105
109
  />
106
110
  </div>
107
111
  {props.note && <p className="field-note mb-2 mt-4">{props.note}</p>}
@@ -29,6 +29,7 @@ export interface FieldProps {
29
29
  describedBy?: string
30
30
  getValues?: UseFormMethods["getValues"]
31
31
  setValue?: UseFormMethods["setValue"]
32
+ dataTestId?: string
32
33
  }
33
34
 
34
35
  const Field = (props: FieldProps) => {
@@ -94,6 +95,7 @@ const Field = (props: FieldProps) => {
94
95
  <div className={controlClasses.join(" ")}>
95
96
  {props.prepend && <span className="prepend">{props.prepend}</span>}
96
97
  <input
98
+ {...props}
97
99
  aria-describedby={props.describedBy ? props.describedBy : `${idOrName}`}
98
100
  aria-invalid={!!props.error || false}
99
101
  className="input"
@@ -107,6 +109,7 @@ const Field = (props: FieldProps) => {
107
109
  onPaste={props.onPaste}
108
110
  onDrop={props.onDrop}
109
111
  onChange={props.onChange}
112
+ data-test-id={props.dataTestId}
110
113
  {...inputProps}
111
114
  />
112
115
  {isRadioOrCheckbox && label}