@bloom-housing/ui-components 5.0.1-alpha.11 → 5.0.1-alpha.14
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
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
|
+
## [5.0.1-alpha.14](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.13...@bloom-housing/ui-components@5.0.1-alpha.14) (2022-07-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **preferencelist:** vertically align content at $md bp ([8dc7867](https://github.com/bloom-housing/bloom/commit/8dc786768fe3e2c82e8e345e418148751971a1c2)), closes [#2827](https://github.com/bloom-housing/bloom/issues/2827)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [5.0.1-alpha.13](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.12...@bloom-housing/ui-components@5.0.1-alpha.13) (2022-07-12)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [5.0.1-alpha.12](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.11...@bloom-housing/ui-components@5.0.1-alpha.12) (2022-07-11)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* resolve key warning in contact component ([fe1070a](https://github.com/bloom-housing/bloom/commit/fe1070acdbb7b927d9466f583d2f301127de114f))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
## [5.0.1-alpha.11](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.10...@bloom-housing/ui-components@5.0.1-alpha.11) (2022-07-11)
|
|
7
37
|
|
|
8
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bloom-housing/ui-components",
|
|
3
|
-
"version": "5.0.1-alpha.
|
|
3
|
+
"version": "5.0.1-alpha.14",
|
|
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",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"ts-jest": "^26.4.1",
|
|
109
109
|
"typesafe-actions": "^5.1.0"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "ff2e7121dfafb893da6f2ecf4cd7c1e38413f10b"
|
|
112
112
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
.info-card__title {
|
|
3
3
|
@apply mb-0;
|
|
4
4
|
|
|
5
|
-
@media (max-width: $screen-
|
|
5
|
+
@media (max-width: $screen-md) {
|
|
6
6
|
margin-left: 0px;
|
|
7
7
|
margin-top: var(--bloom-s3);
|
|
8
8
|
}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
margin-left: -3rem;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
@media (max-width: $screen-
|
|
43
|
+
@media (max-width: $screen-md) {
|
|
44
44
|
margin-left: 0px;
|
|
45
45
|
float: none;
|
|
46
46
|
}
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
@apply text-gray-750;
|
|
56
56
|
@apply text-tiny;
|
|
57
57
|
|
|
58
|
-
@media (max-width: $screen-
|
|
58
|
+
@media (max-width: $screen-md) {
|
|
59
59
|
margin-left: 0px;
|
|
60
60
|
}
|
|
61
61
|
}
|
package/src/locales/general.json
CHANGED
|
@@ -948,6 +948,7 @@
|
|
|
948
948
|
"users.accountConfirmed": "Account confirmed",
|
|
949
949
|
"users.confirmationSent": "Confirmation sent",
|
|
950
950
|
"users.inviteSent": "Invite sent",
|
|
951
|
+
"users.jurisdictionalAdmin": "Jurisdictional Admin",
|
|
951
952
|
"users.userDeleted": "User deleted",
|
|
952
953
|
"users.userUpdated": "User updated",
|
|
953
954
|
"welcome.allApplicationClosed": "All applications are currently closed, but you can view closed listings.",
|
|
@@ -95,12 +95,12 @@ const Contact = ({
|
|
|
95
95
|
|
|
96
96
|
{additionalInformation?.map((info) => {
|
|
97
97
|
return (
|
|
98
|
-
|
|
98
|
+
<React.Fragment key={info.title}>
|
|
99
99
|
<Heading priority={3} style={"sidebarSubHeader"}>
|
|
100
100
|
{info.title}
|
|
101
101
|
</Heading>
|
|
102
102
|
<div className="text-gray-800 text-tiny markdown">{info.content}</div>
|
|
103
|
-
|
|
103
|
+
</React.Fragment>
|
|
104
104
|
)
|
|
105
105
|
})}
|
|
106
106
|
</section>
|