@asd20/ui 3.2.931 → 3.2.933

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.931",
8
+ "version": "3.2.933",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -241,7 +241,7 @@ export default {
241
241
  pageHeaderContent() {
242
242
  return {
243
243
  heading: this.title,
244
- lead: '',
244
+ lead: 'A collection of login links for families, students, and staff.',
245
245
  imageUrl: '',
246
246
  imageCaption: '',
247
247
  callsToAction: [],
@@ -96,8 +96,11 @@
96
96
  ></asd20-widgets-section>
97
97
  </asd20-page-content>
98
98
 
99
- <div class="asd20-school-details">
100
- <section class="asd20-school-details__primary-content">
99
+ <section class="asd20-school-details" aria-label="School Overview">
100
+ <section
101
+ class="asd20-school-details__primary-content"
102
+ aria-label="School Details"
103
+ >
101
104
  <!-- <asd20-open-seats
102
105
  :seats="openSeats"
103
106
  class="asd20-school-details__open-seats"/> -->
@@ -241,33 +244,12 @@
241
244
  headline="Preschool Offered"
242
245
  icon="bell"
243
246
  />
244
-
245
- <!-- <asd20-list
246
- v-if="organization.awardsHonorsListItems.length > 0"
247
- :items="organization.awardsHonorsListItems"
248
- class="asd20-school-details__awards-honors"
249
- icon="award"
250
- headline="Awards &amp; Honors"
251
- />
252
-
253
- <asd20-list
254
- v-if="organization.uniqueOfferingsListItems.length > 0"
255
- :items="organization.uniqueOfferingsListItems"
256
- class="asd20-school-details__unique-offerings"
257
- headline="Unique Offerings"
258
- icon="group"
259
- />
260
-
261
- <asd20-list
262
- v-if="organization.educationLevels.indexOf('Preschool') > -1"
263
- :items="[{ checked: true, condensed: true, description: 'Preschool may be available for families living inside school boundaries. <a href=https://www.asd20.org/preschool>Learn more and apply.</a>' }]"
264
- class="asd20-school-details__unique-offerings"
265
- headline="Preschool Offered"
266
- icon="bell"
267
- /> -->
268
247
  </section>
269
248
 
270
- <section class="asd20-school-details__secondary-content">
249
+ <section
250
+ class="asd20-school-details__secondary-content"
251
+ aria-label="Program Offerings"
252
+ >
271
253
  <asd20-list
272
254
  v-if="academicsListItems.length > 0"
273
255
  :items="academicsListItems"
@@ -292,7 +274,7 @@
292
274
  />
293
275
  </div>
294
276
  </section>
295
- </div>
277
+ </section>
296
278
 
297
279
  <!-- Feeds -->
298
280
  <!-- <asd20-feeds-section