@bloom-housing/ui-components 5.1.1-alpha.6 → 5.1.1-alpha.7

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,17 @@
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.1.1-alpha.7](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.1.1-alpha.6...@bloom-housing/ui-components@5.1.1-alpha.7) (2022-08-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * image width fix for tablet screen sizes ([#2970](https://github.com/bloom-housing/bloom/issues/2970)) ([feac019](https://github.com/bloom-housing/bloom/commit/feac019b25a476221a7ad77518d1fa185a75b27f))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [5.1.1-alpha.6](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.1.1-alpha.5...@bloom-housing/ui-components@5.1.1-alpha.6) (2022-08-16)
7
18
 
8
19
  **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": "5.1.1-alpha.6",
3
+ "version": "5.1.1-alpha.7",
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",
@@ -110,5 +110,5 @@
110
110
  "ts-jest": "^26.4.1",
111
111
  "typesafe-actions": "^5.1.0"
112
112
  },
113
- "gitHead": "c01076eb2c02bc0bb5b3c5b3928424d34112b98e"
113
+ "gitHead": "fd80654f0c4e2b3449734cb6ac7927a078304f47"
114
114
  }
@@ -142,7 +142,7 @@
142
142
  .image-card--leader {
143
143
  width: 100%;
144
144
 
145
- @media (min-width: $screen-sm) {
145
+ @media (min-width: $screen-md) {
146
146
  width: var(--bloom-width-2-3rd);
147
147
  padding-block-start: var(--bloom-s8);
148
148
  padding-inline-end: var(--bloom-s8);