@worksafevictoria/wcl7.5 1.7.2 → 1.7.3-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.7.2",
3
+ "version": "1.7.3-beta.1",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -56,7 +56,7 @@
56
56
  @pagechanged="pageChanged($event)"
57
57
  />
58
58
  </div>
59
- <h2 v-if="filteredRecords.length === 0">No records found</h2>
59
+ <h4 v-if="filteredRecords.length === 0">No records found</h4>
60
60
 
61
61
  </section-group>
62
62
 
@@ -262,6 +262,7 @@ export default {
262
262
  // don't set focus
263
263
  } else {
264
264
  // set focus to top element - used instead of scrollTo
265
+ console.log('setting focus.')
265
266
  linksArr[0].focus()
266
267
  }
267
268
  }