@asd20/ui 3.2.684 → 3.2.685

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.684",
8
+ "version": "3.2.685",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <section class="asd20-feeds-section">
2
+ <section class="asd20-feeds-section" role="feed">
3
3
  <slot name="before" />
4
4
 
5
5
  <intersect @enter="$emit('announcements-in-view')">
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <section class="asd20-primary-header">
2
+ <section class="asd20-primary-header" aria-label="Primary message">
3
3
  <asd20-messaging id="main" v-bind="firstMessage"></asd20-messaging>
4
4
  <div class="image-container">
5
5
  <img class="background-image" :src="pageHeaderContent.imageUrl" alt="" />
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <section class="asd20-secondary-header">
2
+ <section class="asd20-secondary-header" aria-label="Secondary message">
3
3
  <asd20-messaging v-bind="messages[1]" fullscreen></asd20-messaging>
4
4
  </section>
5
5
  </template>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <section class="asd20-tertiary-header" role="banner">
2
+ <section class="asd20-tertiary-header" aria-label="Tertiary message">
3
3
  <asd20-messaging v-bind="messages[2]"></asd20-messaging>
4
4
  </section>
5
5
  </template>
@@ -2,7 +2,7 @@
2
2
  <component :is="tag" class="asd20-video-header-content">
3
3
  <slot name="before"></slot>
4
4
 
5
- <section class="header-messaging-section">
5
+ <section class="header-messaging-section" aria-label="Primary message">
6
6
  <!-- <asd20-messaging
7
7
  v-for="(messaging, index) in messages"
8
8
  :key="index"