@spothero/ui 15.5.2 → 15.5.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "15.5.2",
3
+ "version": "15.5.3",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "v2/index.js",
6
6
  "repository": "https://github.com/spothero/fe-monorepo",
@@ -25,7 +25,7 @@ const sizes = {
25
25
  // Would have preferred object syntax here and below, but wasn't working for whatever reason
26
26
  maxWidth: ['100%', '100%', '48%', '32%', '24%'],
27
27
  maxHeight: ['100%', '100%', '60%', '48%', '32%'],
28
- minHeight: ['auto', 'auto', '48%', '32%', '24%'],
28
+ minHeight: ['auto', 'auto', '32%', '32%', '24%'],
29
29
  },
30
30
  },
31
31
  md: {