@asd20/ui 3.2.643 → 3.2.645

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.643",
8
+ "version": "3.2.645",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -215,11 +215,12 @@ export default {
215
215
  bottom: auto;
216
216
  left: 0;
217
217
  width: 100%;
218
- height: 40%;
218
+ height: 50%;
219
219
  background: linear-gradient(
220
220
  170deg,
221
- rgba(6, 11, 31, 0.7) 10%,
222
- transparent 60%
221
+ rgba(6, 11, 31, 0.6) 10%,
222
+ rgba(6, 11, 31, 0) 50%,
223
+ transparent 100%
223
224
  );
224
225
  }
225
226
 
@@ -163,14 +163,6 @@
163
163
  />
164
164
  </asd20-list>
165
165
 
166
- <asd20-list
167
- v-if="organization.feederOrganizations.length > 0"
168
- :items="organization.feederOrganizations.map(l => ({ label: l }))"
169
- class="asd20-school-details__feeder-schools"
170
- headline="Feeder Schools"
171
- icon="school"
172
- />
173
-
174
166
  <asd20-list
175
167
  v-if="organization.awardsHonors.length > 0"
176
168
  :items="
@@ -190,6 +182,14 @@
190
182
  headline="Awards &amp; Honors"
191
183
  />
192
184
 
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
193
  <asd20-list
194
194
  v-if="organization.uniqueOfferings.length > 0"
195
195
  :items="