@asd20/ui 3.2.703 → 3.2.704
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
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
></asd20-page-content>
|
|
73
73
|
|
|
74
74
|
<intersect @enter="$emit('stories-in-view')">
|
|
75
|
-
<
|
|
75
|
+
<section aria-label="Feed Section" class="article-digest">
|
|
76
76
|
<h2 class="feed-title">
|
|
77
77
|
{{
|
|
78
78
|
storiesFeedProps && storiesFeedProps.title
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
</div>
|
|
209
209
|
</div>
|
|
210
210
|
</div>
|
|
211
|
-
</
|
|
211
|
+
</section>
|
|
212
212
|
</intersect>
|
|
213
213
|
|
|
214
214
|
<asd20-media-section
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
omit-calls-to-action
|
|
82
82
|
/>
|
|
83
83
|
|
|
84
|
-
<
|
|
84
|
+
<section aria-label="Feed Section" class="secondary-content">
|
|
85
85
|
<intersect @enter="$emit('announcements-in-view')">
|
|
86
86
|
<div class="article-list">
|
|
87
87
|
<h2 class="feed-title">
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
@events-in-view="$emit('events-in-view')"
|
|
255
255
|
@files-in-view="$emit('files-in-view')"
|
|
256
256
|
></asd20-widgets-section>
|
|
257
|
-
</
|
|
257
|
+
</section>
|
|
258
258
|
|
|
259
259
|
<asd20-media-section
|
|
260
260
|
v-if="combinedMessageImages.length > 1 || combinedMessageVideos.length"
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
></asd20-page-content>
|
|
84
84
|
|
|
85
85
|
<intersect @enter="$emit('stories-in-view')">
|
|
86
|
-
<
|
|
86
|
+
<section aria-label="Feed Section" class="article-digest">
|
|
87
87
|
<h2 class="feed-title">Current Clubs & Activities</h2>
|
|
88
88
|
<div class="search-header">
|
|
89
89
|
<asd20-search-field
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
</div>
|
|
213
213
|
</div>
|
|
214
214
|
</div>
|
|
215
|
-
</
|
|
215
|
+
</section>
|
|
216
216
|
</intersect>
|
|
217
217
|
|
|
218
218
|
<asd20-feeds-section
|