@asd20/ui 3.2.681 → 3.2.682

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.681",
8
+ "version": "3.2.682",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -3,6 +3,7 @@
3
3
  :href="link"
4
4
  class="asd20-district-logo"
5
5
  aria-label="Academy District 20 Home"
6
+ alt="The Academy District 20 logo."
6
7
  >
7
8
  <svg viewBox="0 0 460.94 62.52">
8
9
  <path
@@ -6,7 +6,7 @@
6
6
  :aria-label="`${title} ${subtitle} An Academy District 20 School`"
7
7
  >
8
8
  <figure class="asd20-logo__image">
9
- <img v-if="image" :src="image" alt="" />
9
+ <img v-if="image" :src="image" alt="Our school logo." />
10
10
  </figure>
11
11
  <component :is="tag" class="asd20-logo__title">
12
12
  <span v-html="abbreviatedTitle"></span>
@@ -3,7 +3,7 @@
3
3
  <asd20-icon v-if="large" name="search" size="md" />
4
4
  <asd20-icon v-else name="search" size="sm" />
5
5
 
6
- <label for="asd20-search" aria-hidden="true">Search</label>
6
+ <label :for="`asd20-search${idTag}`" aria-hidden="true">Search</label>
7
7
  <input
8
8
  :id="`asd20-search${idTag}`"
9
9
  :value="value"
@@ -8,7 +8,11 @@
8
8
  :key="index"
9
9
  v-bind="messaging"
10
10
  ></asd20-messaging> -->
11
- <asd20-messaging id="main" v-bind="messages[0]"></asd20-messaging>
11
+ <asd20-messaging
12
+ id="main"
13
+ v-bind="messages[0]"
14
+ headingTagName="h1"
15
+ ></asd20-messaging>
12
16
  </section>
13
17
 
14
18
  <slot name="default"></slot>