@byu-oit/vue-decision-processing-components 9.7.9 → 9.7.11

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/Footer.vue CHANGED
@@ -46,7 +46,13 @@
46
46
  </slot>
47
47
  <slot name="bottom">
48
48
  <div class="bottom">
49
- <a href="//www.lds.org" target="_blank" data-disable-navigate="true">
49
+ <a
50
+ href="https://www.lds.org"
51
+ target="_blank"
52
+ rel="noopener"
53
+ data-disable-navigate="true"
54
+ aria-label="The Church of Jesus Christ of Latter-day Saints - visit lds.org (opens in a new window)"
55
+ >
50
56
  <svg version="1.1" class="churchlogo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="180px" height="58px" viewBox="0 0 180 58" enable-background="new 0 0 180 58" xml:space="preserve">
51
57
  <g>
52
58
  <g>
package/RoleSelector.vue CHANGED
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <select :value="role" @input="updateRole($event.target.value)" class="form-control">
2
+ <select :value="role" @input="updateRole($event.target.value)" class="form-control" aria-label="Select user role">
3
3
  <option v-for="role of roles" :key="role" :value="role">
4
4
  {{role}}
5
5
  </option>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byu-oit/vue-decision-processing-components",
3
- "version": "9.7.9",
3
+ "version": "9.7.11",
4
4
  "description": "Vue components shared between decision processing systems for the CES schools.",
5
5
  "dependencies": {
6
6
  "@fortawesome/fontawesome-free": "^5.15.4",