@asd20/ui 3.2.645 → 3.2.646

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.645",
8
+ "version": "3.2.646",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -113,10 +113,12 @@
113
113
  icon="committee"
114
114
  />
115
115
  <h4>
116
- {{ organization.administrators[0].firstName }}
117
- {{ organization.administrators[0].lastName }}
118
- <br />
119
- <small>Principal</small>
116
+ <b>
117
+ {{ organization.administrators[0].firstName }}
118
+ {{ organization.administrators[0].lastName }}
119
+ <br />
120
+ <small>Principal</small>
121
+ </b>
120
122
  </h4>
121
123
 
122
124
  <asd20-list>
@@ -163,6 +165,19 @@
163
165
  />
164
166
  </asd20-list>
165
167
 
168
+ <asd20-list
169
+ v-if="organization.feederOrganizations.length > 0"
170
+ :items="
171
+ organization.feederOrganizations.map(l => ({
172
+ label: l,
173
+ condensed: true,
174
+ }))
175
+ "
176
+ class="asd20-school-details__feeder-schools"
177
+ headline="Feeder Schools"
178
+ icon="school"
179
+ />
180
+
166
181
  <asd20-list
167
182
  v-if="organization.awardsHonors.length > 0"
168
183
  :items="
@@ -182,14 +197,6 @@
182
197
  headline="Awards &amp; Honors"
183
198
  />
184
199
 
185
- <asd20-list
186
- v-if="organization.feederOrganizations.length > 0"
187
- :items="organization.feederOrganizations.map(l => ({ label: l }))"
188
- class="asd20-school-details__feeder-schools"
189
- headline="Feeder Schools"
190
- icon="school"
191
- />
192
-
193
200
  <asd20-list
194
201
  v-if="organization.uniqueOfferings.length > 0"
195
202
  :items="