@worksafevictoria/wcl7.5 1.1.0-beta.107 → 1.1.0-beta.109

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.107",
3
+ "version": "1.1.0-beta.109",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -115,7 +115,7 @@ export default {
115
115
  border-radius: 8px;
116
116
  width: 100%;
117
117
  height: 170px;
118
- background-size: cover;
118
+ background-size: contain;
119
119
  background-position: center center;
120
120
 
121
121
  &-lg {
@@ -239,7 +239,7 @@ export default {
239
239
 
240
240
  // Home page
241
241
  if (
242
- (e?.type === 'click' || e?.key === 'Enter') &&
242
+ (e?.type === 'click' || e?.key == 'Enter') &&
243
243
  this.searchQuery &&
244
244
  this.searchQuery.length > 2 &&
245
245
  path === '/'