@asd20/ui 3.2.871 → 3.2.873

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.871",
8
+ "version": "3.2.873",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -6,7 +6,8 @@
6
6
  :aria-label="hideLabel ? label : undefined"
7
7
  :title="hideLabel ? label : undefined"
8
8
  :target="
9
- !link || link.startsWith('/') || link.includes('asd20.org')
9
+ !link || link.startsWith('/')
10
+ // || link.includes('asd20.org')
10
11
  ? undefined
11
12
  : '_blank'
12
13
  "
@@ -63,6 +63,14 @@
63
63
  ></asd20-notification-group>
64
64
  </client-only>
65
65
 
66
+ <!-- Page Content -->
67
+ <asd20-page-content
68
+ :primary-messages="primaryMessages"
69
+ :secondary-messages="secondaryMessages"
70
+ omit-detail-links
71
+ omit-calls-to-action
72
+ ></asd20-page-content>
73
+
66
74
  <!-- Feeds -->
67
75
  <asd20-feeds-section
68
76
  class="asd20-feeds-section--top"
@@ -77,14 +85,6 @@
77
85
  @stories-in-view="$emit('stories-in-view')"
78
86
  ></asd20-feeds-section>
79
87
 
80
- <!-- Page Content -->
81
- <asd20-page-content
82
- :primary-messages="primaryMessages"
83
- :secondary-messages="secondaryMessages"
84
- omit-detail-links
85
- omit-calls-to-action
86
- ></asd20-page-content>
87
-
88
88
  <intersect @enter="$emit('stories-in-view')">
89
89
  <section aria-label="Feed Section" class="article-digest">
90
90
  <h2 class="feed-title">Current Clubs & Activities</h2>