@asd20/ui 3.2.382 → 3.2.385
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-lock.json +14 -1
- package/package.json +3 -2
- package/src/components/atoms/Asd20SkipTo/index.vue +31 -31
- package/src/components/molecules/Asd20Card/index.vue +3 -3
- package/src/components/molecules/Asd20SearchField/index.vue +3 -2
- package/src/components/molecules/Asd20Swiper/index.vue +13 -12
- package/src/components/organisms/Asd20ImageGallery/index.vue +2 -2
- package/src/components/organisms/Asd20SchoolHomepageHeader/index.vue +1 -1
- package/src/components/organisms/Asd20SchoolHomepageVideoHeader/index.vue +2 -2
- package/src/components/organisms/Asd20SiteNavigation/index.vue +13 -1
- package/src/components/organisms/Asd20SiteSearch/index.vue +1 -1
- package/src/components/organisms/Asd20SwiperFeed/index.vue +1 -1
- package/src/components/organisms/Asd20VideoHeader/index.vue +1 -1
- package/src/components/organisms/Asd20VideoHeaderContent/index.vue +2 -2
- package/src/components/templates/Asd20ArticleDigestTemplate/index.vue +14 -12
- package/src/components/templates/Asd20BasePageTemplate/index.vue +13 -13
- package/src/components/templates/Asd20CampusDetailTemplate/index.vue +1 -0
- package/src/components/templates/Asd20DetailAlternateTemplate/index.vue +14 -12
- package/src/components/templates/Asd20DetailTemplate/index.vue +13 -13
- package/src/components/templates/Asd20DistrictHomeTemplate/index.vue +14 -14
- package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +17 -15
- package/src/components/templates/Asd20FileListPageTemplate/index.vue +13 -13
- package/src/components/templates/Asd20GroupFeatureTemplate/index.vue +13 -12
- package/src/components/templates/Asd20LoginsTemplate/index.vue +13 -13
- package/src/components/templates/Asd20PeopleFeatureTemplate/index.vue +13 -13
- package/src/components/templates/Asd20ProfileTemplate/index.vue +13 -12
- package/src/components/templates/Asd20SalaryCalculatorTemplate/index.vue +13 -13
- package/src/components/templates/Asd20SchoolHomeTemplate/index.vue +13 -13
- package/src/components/templates/Asd20SchoolHomeVideoTemplate/index.vue +13 -13
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +13 -13
- package/src/design/_mixins.scss +2 -2
- package/src/design/tokens.css +38 -38
- package/src/design/tokens.json +2 -2
package/package-lock.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asd20/ui",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.383",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -6838,6 +6838,11 @@
|
|
|
6838
6838
|
}
|
|
6839
6839
|
}
|
|
6840
6840
|
},
|
|
6841
|
+
"body-scroll-lock": {
|
|
6842
|
+
"version": "2.7.1",
|
|
6843
|
+
"resolved": "https://registry.npmjs.org/body-scroll-lock/-/body-scroll-lock-2.7.1.tgz",
|
|
6844
|
+
"integrity": "sha512-hS53SQ8RhM0e4DsQ3PKz6Gr2O7Kpdh59TWU98GHjaQznL7y4dFycEPk7pFQAikqBaUSCArkc5E3pe7CWIt2fZA=="
|
|
6845
|
+
},
|
|
6841
6846
|
"bonjour": {
|
|
6842
6847
|
"version": "3.5.0",
|
|
6843
6848
|
"resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
|
|
@@ -29466,6 +29471,14 @@
|
|
|
29466
29471
|
"resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-2.1.5.tgz",
|
|
29467
29472
|
"integrity": "sha512-VPNCOTZK6WZy73lcWc+R7IW1uaBFEO3/Csrs5CzWVOdvE30V8Y1+BE/BtTlcEmeDGx0eqdE7bSCg55Jj37PMJg=="
|
|
29468
29473
|
},
|
|
29474
|
+
"v-scroll-lock": {
|
|
29475
|
+
"version": "1.3.1",
|
|
29476
|
+
"resolved": "https://registry.npmjs.org/v-scroll-lock/-/v-scroll-lock-1.3.1.tgz",
|
|
29477
|
+
"integrity": "sha512-t41gdxloJ0+5VzHPTi9+PjqjXMeXsM81nP1QUszMQCaLp4pfF0vcJ8aNh3UKK49Pc+RJdCbw3Kj/Z1HCSPQEyA==",
|
|
29478
|
+
"requires": {
|
|
29479
|
+
"body-scroll-lock": "^2.6.4"
|
|
29480
|
+
}
|
|
29481
|
+
},
|
|
29469
29482
|
"validate-npm-package-license": {
|
|
29470
29483
|
"version": "3.0.4",
|
|
29471
29484
|
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"*.scss",
|
|
6
6
|
"*.vue"
|
|
7
7
|
],
|
|
8
|
-
"version": "3.2.
|
|
8
|
+
"version": "3.2.385",
|
|
9
9
|
"private": false,
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"repository": {
|
|
@@ -35,8 +35,9 @@
|
|
|
35
35
|
"date-fns": "^1.30.1",
|
|
36
36
|
"js-cookie": "^2.2.1",
|
|
37
37
|
"lodash-es": "^4.17.15",
|
|
38
|
-
"swiper": "^5.
|
|
38
|
+
"swiper": "^5.4.5",
|
|
39
39
|
"uuid": "^3.3.2",
|
|
40
|
+
"v-scroll-lock": "^1.3.1",
|
|
40
41
|
"vue-ctk-date-time-picker": "^2.1.1",
|
|
41
42
|
"vue-intersect": "^1.1.6",
|
|
42
43
|
"vue-lazyload": "^1.2.6",
|
|
@@ -23,40 +23,40 @@ export default {
|
|
|
23
23
|
},
|
|
24
24
|
},
|
|
25
25
|
|
|
26
|
-
mounted() {
|
|
27
|
-
|
|
28
|
-
},
|
|
26
|
+
// mounted() {
|
|
27
|
+
// this.init()
|
|
28
|
+
// },
|
|
29
29
|
|
|
30
|
-
methods: {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
30
|
+
// methods: {
|
|
31
|
+
// init() {
|
|
32
|
+
// window.addEventListener(
|
|
33
|
+
// 'hashchange',
|
|
34
|
+
// () => {
|
|
35
|
+
// this.focusElement(location.hash.substring(1))
|
|
36
|
+
// },
|
|
37
|
+
// false
|
|
38
|
+
// )
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
// if (location.hash && location.hash.substring(1)) {
|
|
41
|
+
// this.focusElement(location.hash.substring(1))
|
|
42
|
+
// }
|
|
43
|
+
// },
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
},
|
|
45
|
+
// focusElement(id) {
|
|
46
|
+
// if (!id) return
|
|
47
|
+
// let element = window.document.getElementById(id)
|
|
48
|
+
// if (element) {
|
|
49
|
+
// if (
|
|
50
|
+
// !/^(a|select|input|button|textarea)/i.test(
|
|
51
|
+
// element.tagName.toLowerCase()
|
|
52
|
+
// )
|
|
53
|
+
// ) {
|
|
54
|
+
// element.setAttribute('tabindex', -1)
|
|
55
|
+
// }
|
|
56
|
+
// element.focus()
|
|
57
|
+
// }
|
|
58
|
+
// },
|
|
59
|
+
// },
|
|
60
60
|
}
|
|
61
61
|
</script>
|
|
62
62
|
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<a
|
|
45
45
|
class="asd20-card__link"
|
|
46
46
|
v-if="link"
|
|
47
|
-
:href="link"
|
|
47
|
+
:href="link ? link : ''"
|
|
48
48
|
:title="title"
|
|
49
49
|
v-html="linkLabel"
|
|
50
50
|
:tabindex="disableFocus ? -1 : 0"
|
|
@@ -254,8 +254,8 @@ export default {
|
|
|
254
254
|
border-radius: var(--website-shape__radius-m);
|
|
255
255
|
}
|
|
256
256
|
&:focus::after {
|
|
257
|
-
box-shadow: 0 0 0
|
|
258
|
-
0 0 0
|
|
257
|
+
box-shadow: 0 0 0 2px var(--color__accent-s30) inset,
|
|
258
|
+
0 0 0 4px white inset;
|
|
259
259
|
// @include asd20-focus;
|
|
260
260
|
}
|
|
261
261
|
&:active::after {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
<label for="asd20-search">Search</label>
|
|
7
7
|
<input
|
|
8
|
-
id="asd20-search"
|
|
8
|
+
:id="`asd20-search${idTag}`"
|
|
9
9
|
:value="value"
|
|
10
10
|
type="search"
|
|
11
11
|
:placeholder="placeholder"
|
|
@@ -28,6 +28,7 @@ export default {
|
|
|
28
28
|
props: {
|
|
29
29
|
value: { type: String, default: '' },
|
|
30
30
|
extra: { type: String, default: '' },
|
|
31
|
+
idTag: { type: String, default: '' },
|
|
31
32
|
large: { type: Boolean, default: false },
|
|
32
33
|
placeholder: { type: String, default: 'Search' },
|
|
33
34
|
},
|
|
@@ -84,7 +85,7 @@ export default {
|
|
|
84
85
|
// font-size: space(0.75);
|
|
85
86
|
font-size: space(0.625);
|
|
86
87
|
line-height: 1;
|
|
87
|
-
height: space(
|
|
88
|
+
height: space(1.5);
|
|
88
89
|
background: white;
|
|
89
90
|
transition: background asd20-speed(1) ease;
|
|
90
91
|
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="asd20-swiper" :style="styles">
|
|
3
|
+
<!-- <button
|
|
4
|
+
tabindex="-1"
|
|
5
|
+
ref="prev"
|
|
6
|
+
title="Previous"
|
|
7
|
+
class="asd20-swiper__prev"
|
|
8
|
+
>
|
|
9
|
+
<span>Previous</span>
|
|
10
|
+
</button> -->
|
|
3
11
|
<div ref="swiper" class="swiper-container">
|
|
4
12
|
<slot name="before-wrapper" />
|
|
5
13
|
<div class="swiper-wrapper">
|
|
@@ -8,17 +16,10 @@
|
|
|
8
16
|
<div ref="pagination" class="swiper-pagination" />
|
|
9
17
|
<slot name="after-wrapper" />
|
|
10
18
|
</div>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
ref="prev"
|
|
14
|
-
title="Previous"
|
|
15
|
-
class="asd20-swiper__prev"
|
|
16
|
-
>
|
|
17
|
-
<span>Previous</span>
|
|
18
|
-
</button>
|
|
19
|
-
<button tabindex="-1" ref="next" title="Next" class="asd20-swiper__next">
|
|
19
|
+
|
|
20
|
+
<!-- <button tabindex="-1" ref="next" title="Next" class="asd20-swiper__next">
|
|
20
21
|
<span>Next</span>
|
|
21
|
-
</button>
|
|
22
|
+
</button> -->
|
|
22
23
|
</div>
|
|
23
24
|
</template>
|
|
24
25
|
|
|
@@ -92,7 +93,7 @@ export default {
|
|
|
92
93
|
enabled: false,
|
|
93
94
|
onlyInViewport: true,
|
|
94
95
|
},
|
|
95
|
-
a11y:
|
|
96
|
+
a11y: true,
|
|
96
97
|
},
|
|
97
98
|
this.options,
|
|
98
99
|
{
|
|
@@ -104,7 +105,7 @@ export default {
|
|
|
104
105
|
},
|
|
105
106
|
pagination: {
|
|
106
107
|
el: this.$refs.pagination,
|
|
107
|
-
clickable:
|
|
108
|
+
clickable: false,
|
|
108
109
|
},
|
|
109
110
|
navigation: {
|
|
110
111
|
prevEl: this.$refs.prev,
|
|
@@ -172,7 +172,7 @@ export default {
|
|
|
172
172
|
background: rgba(50, 50, 50, 0.5);
|
|
173
173
|
bottom: 0;
|
|
174
174
|
padding: space(0.25);
|
|
175
|
-
font-size:
|
|
175
|
+
font-size: 0.8rem !important;
|
|
176
176
|
width: 100%;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
@@ -217,7 +217,7 @@ export default {
|
|
|
217
217
|
.asd20-image-gallery {
|
|
218
218
|
.image-grid {
|
|
219
219
|
.grid-overlay {
|
|
220
|
-
font-size:
|
|
220
|
+
font-size: 1rem !important;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<slot name="top" />
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
|
-
<div class="asd20-school-homepage-header__content">
|
|
12
|
+
<div id="main" class="asd20-school-homepage-header__content">
|
|
13
13
|
<h1 v-if="heading" v-html="heading" />
|
|
14
14
|
<div v-if="lead" class="asd20-school-homepage-header__lead">
|
|
15
15
|
<span v-html="lead"></span>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<source :src="videoUrl" type="video/mp4" />
|
|
26
26
|
</video>
|
|
27
27
|
<img class="background-image" :src="imageUrl" :alt="imageCaption" />
|
|
28
|
-
<div class="asd20-school-homepage-video-header__content">
|
|
28
|
+
<div id="main" class="asd20-school-homepage-video-header__content">
|
|
29
29
|
<h1 v-if="heading" v-html="heading" />
|
|
30
30
|
<div v-if="lead" class="asd20-school-homepage-video-header__lead">
|
|
31
31
|
<span v-html="lead"></span>
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
>
|
|
59
59
|
<slot name="aside" />
|
|
60
60
|
</aside>
|
|
61
|
-
<div class="scroll-down-indicator"></div>
|
|
61
|
+
<!-- <div class="scroll-down-indicator"></div> -->
|
|
62
62
|
<slot />
|
|
63
63
|
</header>
|
|
64
64
|
</template>
|
|
@@ -46,10 +46,17 @@
|
|
|
46
46
|
:active="menuOpen"
|
|
47
47
|
@update:active="$emit('update:menuOpen', $event)"
|
|
48
48
|
:sections="navigation"
|
|
49
|
+
v-scroll-lock="menuOpen"
|
|
49
50
|
/>
|
|
50
51
|
</transition>
|
|
51
52
|
<transition name="slide">
|
|
52
53
|
<asd20-action-menu
|
|
54
|
+
v-show="(mq === 'lg' || mq === 'xl') && isLoaded"
|
|
55
|
+
:items="actionItems"
|
|
56
|
+
:active="menuOpen"
|
|
57
|
+
@update:active="$emit('update:menuOpen', $event)"
|
|
58
|
+
/>
|
|
59
|
+
<!-- <asd20-action-menu
|
|
53
60
|
v-show="
|
|
54
61
|
(menuOpen && (mq === 'sm' || mq === 'md') && isLoaded) ||
|
|
55
62
|
((mq === 'lg' || mq === 'xl') && isLoaded)
|
|
@@ -57,7 +64,7 @@
|
|
|
57
64
|
:items="actionItems"
|
|
58
65
|
:active="menuOpen"
|
|
59
66
|
@update:active="$emit('update:menuOpen', $event)"
|
|
60
|
-
/>
|
|
67
|
+
/> -->
|
|
61
68
|
</transition>
|
|
62
69
|
<transition name="slide">
|
|
63
70
|
<asd20-site-search
|
|
@@ -71,6 +78,8 @@
|
|
|
71
78
|
</template>
|
|
72
79
|
|
|
73
80
|
<script>
|
|
81
|
+
import Vue from 'vue'
|
|
82
|
+
|
|
74
83
|
import Asd20ActionMenu from '../../../components/organisms/Asd20ActionMenu'
|
|
75
84
|
import Asd20SiteMenu from '../../../components/organisms/Asd20SiteMenu'
|
|
76
85
|
import Asd20SiteSearch from '../../../components/organisms/Asd20SiteSearch'
|
|
@@ -78,6 +87,9 @@ import Asd20Navbar from '../../../components/organisms/Asd20Navbar'
|
|
|
78
87
|
import Asd20DistrictLogo from '../../../components/atoms/Asd20DistrictLogo'
|
|
79
88
|
import Asd20OrganizationPicker from '../../../components/organisms/Asd20OrganizationPicker'
|
|
80
89
|
|
|
90
|
+
import VScrollLock from 'v-scroll-lock'
|
|
91
|
+
Vue.use(VScrollLock)
|
|
92
|
+
|
|
81
93
|
export default {
|
|
82
94
|
name: 'Asd20SiteNavigation',
|
|
83
95
|
components: {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
>
|
|
9
9
|
<div class="asd20-site-search__viewport">
|
|
10
10
|
<div class="asd20-site-search__options">
|
|
11
|
-
<asd20-search-field ref="search" v-model="keywords" />
|
|
11
|
+
<asd20-search-field idTag="-sitewide" ref="search" v-model="keywords" />
|
|
12
12
|
<asd20-checkbox
|
|
13
13
|
v-show="hasParentOrg"
|
|
14
14
|
v-model="_includeDistrictSearchResults"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<component :is="tag"
|
|
2
|
+
<component :is="tag" class="asd20-video-header-content">
|
|
3
3
|
<slot name="before"></slot>
|
|
4
4
|
|
|
5
5
|
<section class="header-messaging-section">
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
:key="index"
|
|
9
9
|
v-bind="messaging"
|
|
10
10
|
></asd20-messaging> -->
|
|
11
|
-
<asd20-messaging v-bind="messages[0]"></asd20-messaging>
|
|
11
|
+
<asd20-messaging id="main" v-bind="messages[0]"></asd20-messaging>
|
|
12
12
|
</section>
|
|
13
13
|
|
|
14
14
|
<slot name="default"></slot>
|
|
@@ -12,6 +12,20 @@
|
|
|
12
12
|
@toggle-all="$emit('toggle-all')"
|
|
13
13
|
/>
|
|
14
14
|
</client-only>
|
|
15
|
+
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
15
29
|
<!-- Page Header -->
|
|
16
30
|
<asd20-page-header
|
|
17
31
|
id="page-header"
|
|
@@ -39,18 +53,6 @@
|
|
|
39
53
|
<!-- <asd20-breadcrumb slot="top" :links="breadcrumbLinks"></asd20-breadcrumb> -->
|
|
40
54
|
</asd20-page-header>
|
|
41
55
|
|
|
42
|
-
<!-- Site Navigation -->
|
|
43
|
-
<asd20-site-navigation
|
|
44
|
-
:navigation="navigation"
|
|
45
|
-
:action-items="actionItems"
|
|
46
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
47
|
-
:menu-open="menuOpen"
|
|
48
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
49
|
-
:search-open="searchOpen"
|
|
50
|
-
:organization="organization"
|
|
51
|
-
:organization-options="organizationOptions"
|
|
52
|
-
>
|
|
53
|
-
</asd20-site-navigation>
|
|
54
56
|
<!-- Inline-Notifications -->
|
|
55
57
|
<client-only>
|
|
56
58
|
<asd20-notification-group
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
></asd20-notification-group>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
<asd20-page-header
|
|
18
31
|
id="page-header"
|
|
@@ -41,19 +54,6 @@
|
|
|
41
54
|
</template>
|
|
42
55
|
</asd20-page-header>
|
|
43
56
|
|
|
44
|
-
<!-- Site Navigation -->
|
|
45
|
-
<asd20-site-navigation
|
|
46
|
-
:navigation="navigation"
|
|
47
|
-
:action-items="actionItems"
|
|
48
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
49
|
-
:menu-open="menuOpen"
|
|
50
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
51
|
-
:search-open="searchOpen"
|
|
52
|
-
:organization="organization"
|
|
53
|
-
:organization-options="organizationOptions"
|
|
54
|
-
>
|
|
55
|
-
</asd20-site-navigation>
|
|
56
|
-
|
|
57
57
|
<!-- Inline-Notifications -->
|
|
58
58
|
<client-only>
|
|
59
59
|
<asd20-notification-group
|
|
@@ -12,6 +12,20 @@
|
|
|
12
12
|
@toggle-all="$emit('toggle-all')"
|
|
13
13
|
/>
|
|
14
14
|
</client-only>
|
|
15
|
+
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
15
29
|
<!-- Page Header -->
|
|
16
30
|
<asd20-page-header
|
|
17
31
|
id="page-header"
|
|
@@ -40,18 +54,6 @@
|
|
|
40
54
|
</template>
|
|
41
55
|
</asd20-page-header>
|
|
42
56
|
|
|
43
|
-
<!-- Site Navigation -->
|
|
44
|
-
<asd20-site-navigation
|
|
45
|
-
:navigation="navigation"
|
|
46
|
-
:action-items="actionItems"
|
|
47
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
48
|
-
:menu-open="menuOpen"
|
|
49
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
50
|
-
:search-open="searchOpen"
|
|
51
|
-
:organization="organization"
|
|
52
|
-
:organization-options="organizationOptions"
|
|
53
|
-
>
|
|
54
|
-
</asd20-site-navigation>
|
|
55
57
|
<!-- Inline-Notifications -->
|
|
56
58
|
<client-only>
|
|
57
59
|
<asd20-notification-group
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
/>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
<asd20-page-header
|
|
18
31
|
id="page-header"
|
|
@@ -41,19 +54,6 @@
|
|
|
41
54
|
</template>
|
|
42
55
|
</asd20-page-header>
|
|
43
56
|
|
|
44
|
-
<!-- Site Navigation -->
|
|
45
|
-
<asd20-site-navigation
|
|
46
|
-
:navigation="navigation"
|
|
47
|
-
:action-items="actionItems"
|
|
48
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
49
|
-
:menu-open="menuOpen"
|
|
50
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
51
|
-
:search-open="searchOpen"
|
|
52
|
-
:organization="organization"
|
|
53
|
-
:organization-options="organizationOptions"
|
|
54
|
-
>
|
|
55
|
-
</asd20-site-navigation>
|
|
56
|
-
|
|
57
57
|
<!-- Inline-Notifications -->
|
|
58
58
|
<client-only>
|
|
59
59
|
<asd20-notification-group
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="asd20-district-home-template">
|
|
3
3
|
<!-- Skip Nav -->
|
|
4
|
-
<asd20-skip-to
|
|
4
|
+
<asd20-skip-to />
|
|
5
5
|
|
|
6
6
|
<!-- Banner Notifications -->
|
|
7
7
|
<client-only>
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
></asd20-notification-group>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
|
|
18
31
|
<!-- <asd20-choice-header
|
|
@@ -142,19 +155,6 @@
|
|
|
142
155
|
</template>
|
|
143
156
|
</asd20-return-to-school-header> -->
|
|
144
157
|
|
|
145
|
-
<!-- Site Navigation -->
|
|
146
|
-
<asd20-site-navigation
|
|
147
|
-
:navigation="navigation"
|
|
148
|
-
:action-items="actionItems"
|
|
149
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
150
|
-
:menu-open="menuOpen"
|
|
151
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
152
|
-
:search-open="searchOpen"
|
|
153
|
-
:organization="organization"
|
|
154
|
-
:organization-options="organizationOptions"
|
|
155
|
-
>
|
|
156
|
-
</asd20-site-navigation>
|
|
157
|
-
|
|
158
158
|
<!-- <asd20-page-content
|
|
159
159
|
:primary-messages="primaryMessages"
|
|
160
160
|
:secondary-messages="secondaryMessages"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="asd20-district-video-template">
|
|
3
3
|
<!-- Skip Nav -->
|
|
4
|
-
<asd20-skip-to
|
|
4
|
+
<asd20-skip-to />
|
|
5
5
|
|
|
6
6
|
<!-- Banner Notifications -->
|
|
7
7
|
<client-only>
|
|
@@ -13,7 +13,18 @@
|
|
|
13
13
|
></asd20-notification-group>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
-
<!--
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
17
28
|
|
|
18
29
|
<!-- Video Header -->
|
|
19
30
|
|
|
@@ -51,19 +62,6 @@
|
|
|
51
62
|
</asd20-video-header>
|
|
52
63
|
<asd20-secondary-header v-if="messages.length > 1" :messages="messages" />
|
|
53
64
|
|
|
54
|
-
<!-- Site Navigation -->
|
|
55
|
-
<asd20-site-navigation
|
|
56
|
-
:navigation="navigation"
|
|
57
|
-
:action-items="actionItems"
|
|
58
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
59
|
-
:menu-open="menuOpen"
|
|
60
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
61
|
-
:search-open="searchOpen"
|
|
62
|
-
:organization="organization"
|
|
63
|
-
:organization-options="organizationOptions"
|
|
64
|
-
>
|
|
65
|
-
</asd20-site-navigation>
|
|
66
|
-
|
|
67
65
|
<asd20-feeds-section
|
|
68
66
|
:announcements="announcements"
|
|
69
67
|
:announcements-feed-props="announcementsFeedProps"
|
|
@@ -88,6 +86,10 @@
|
|
|
88
86
|
:disclosureLinks="disclosureLinks"
|
|
89
87
|
>
|
|
90
88
|
<slot name="page-footer" />
|
|
89
|
+
|
|
90
|
+
<!-- analytics requested by Kyle Blakely -->
|
|
91
|
+
<!-- <img src="https://jelly.mdhv.io/v1/star.gif?pid=ipUavA655F50RvTSoYZIJU2vFFFB&src=mh&evt=hi"> -->
|
|
92
|
+
|
|
91
93
|
</asd20-page-footer>
|
|
92
94
|
</div>
|
|
93
95
|
</template>
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
></asd20-notification-group>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
<asd20-page-header
|
|
18
31
|
id="page-header"
|
|
@@ -39,19 +52,6 @@
|
|
|
39
52
|
<!-- <asd20-breadcrumb slot="top" :links="breadcrumbLinks"></asd20-breadcrumb> -->
|
|
40
53
|
</asd20-page-header>
|
|
41
54
|
|
|
42
|
-
<!-- Site Navigation -->
|
|
43
|
-
<asd20-site-navigation
|
|
44
|
-
:navigation="navigation"
|
|
45
|
-
:action-items="actionItems"
|
|
46
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
47
|
-
:menu-open="menuOpen"
|
|
48
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
49
|
-
:search-open="searchOpen"
|
|
50
|
-
:organization="organization"
|
|
51
|
-
:organization-options="organizationOptions"
|
|
52
|
-
>
|
|
53
|
-
</asd20-site-navigation>
|
|
54
|
-
|
|
55
55
|
<!-- Page Content -->
|
|
56
56
|
<asd20-page-content
|
|
57
57
|
:primary-messages="primaryMessages"
|
|
@@ -12,6 +12,19 @@
|
|
|
12
12
|
@toggle-all="$emit('toggle-all')"
|
|
13
13
|
/>
|
|
14
14
|
</client-only>
|
|
15
|
+
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
15
28
|
<!-- Page Header -->
|
|
16
29
|
<asd20-page-header
|
|
17
30
|
id="page-header"
|
|
@@ -40,18 +53,6 @@
|
|
|
40
53
|
</template>
|
|
41
54
|
</asd20-page-header>
|
|
42
55
|
|
|
43
|
-
<!-- Site Navigation -->
|
|
44
|
-
<asd20-site-navigation
|
|
45
|
-
:navigation="navigation"
|
|
46
|
-
:action-items="actionItems"
|
|
47
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
48
|
-
:menu-open="menuOpen"
|
|
49
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
50
|
-
:search-open="searchOpen"
|
|
51
|
-
:organization="organization"
|
|
52
|
-
:organization-options="organizationOptions"
|
|
53
|
-
>
|
|
54
|
-
</asd20-site-navigation>
|
|
55
56
|
<!-- Inline-Notifications -->
|
|
56
57
|
<client-only>
|
|
57
58
|
<asd20-notification-group
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
></asd20-notification-group>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
<asd20-page-header
|
|
18
31
|
id="page-header"
|
|
@@ -37,19 +50,6 @@
|
|
|
37
50
|
</client-only>
|
|
38
51
|
</asd20-page-header>
|
|
39
52
|
|
|
40
|
-
<!-- Site Navigation -->
|
|
41
|
-
<asd20-site-navigation
|
|
42
|
-
:navigation="navigation"
|
|
43
|
-
:action-items="actionItems"
|
|
44
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
45
|
-
:menu-open="menuOpen"
|
|
46
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
47
|
-
:search-open="searchOpen"
|
|
48
|
-
:organization="organization"
|
|
49
|
-
:organization-options="organizationOptions"
|
|
50
|
-
>
|
|
51
|
-
</asd20-site-navigation>
|
|
52
|
-
|
|
53
53
|
<!-- Page Content -->
|
|
54
54
|
|
|
55
55
|
<slot></slot>
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
></asd20-notification-group>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
<asd20-page-header
|
|
18
31
|
id="page-header"
|
|
@@ -40,19 +53,6 @@
|
|
|
40
53
|
<!-- <asd20-breadcrumb slot="top" :links="breadcrumbLinks"></asd20-breadcrumb> -->
|
|
41
54
|
</asd20-page-header>
|
|
42
55
|
|
|
43
|
-
<!-- Site Navigation -->
|
|
44
|
-
<asd20-site-navigation
|
|
45
|
-
:navigation="navigation"
|
|
46
|
-
:action-items="actionItems"
|
|
47
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
48
|
-
:menu-open="menuOpen"
|
|
49
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
50
|
-
:search-open="searchOpen"
|
|
51
|
-
:organization="organization"
|
|
52
|
-
:organization-options="organizationOptions"
|
|
53
|
-
>
|
|
54
|
-
</asd20-site-navigation>
|
|
55
|
-
|
|
56
56
|
<!-- Page Content -->
|
|
57
57
|
<asd20-page-content
|
|
58
58
|
:primary-messages="primaryMessages"
|
|
@@ -12,6 +12,19 @@
|
|
|
12
12
|
@toggle-all="$emit('toggle-all')"
|
|
13
13
|
/>
|
|
14
14
|
</client-only>
|
|
15
|
+
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
15
28
|
<!-- Page Header -->
|
|
16
29
|
<asd20-page-header
|
|
17
30
|
id="profile-header"
|
|
@@ -55,18 +68,6 @@
|
|
|
55
68
|
</template>
|
|
56
69
|
</asd20-page-header>
|
|
57
70
|
|
|
58
|
-
<!-- Site Navigation -->
|
|
59
|
-
<asd20-site-navigation
|
|
60
|
-
:navigation="navigation"
|
|
61
|
-
:action-items="actionItems"
|
|
62
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
63
|
-
:menu-open="menuOpen"
|
|
64
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
65
|
-
:search-open="searchOpen"
|
|
66
|
-
:organization="organization"
|
|
67
|
-
:organization-options="organizationOptions"
|
|
68
|
-
>
|
|
69
|
-
</asd20-site-navigation>
|
|
70
71
|
<!-- Inline-Notifications -->
|
|
71
72
|
<client-only>
|
|
72
73
|
<asd20-notification-group
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
/>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
<asd20-page-header
|
|
18
31
|
id="page-header"
|
|
@@ -41,19 +54,6 @@
|
|
|
41
54
|
</template>
|
|
42
55
|
</asd20-page-header>
|
|
43
56
|
|
|
44
|
-
<!-- Site Navigation -->
|
|
45
|
-
<asd20-site-navigation
|
|
46
|
-
:navigation="navigation"
|
|
47
|
-
:action-items="actionItems"
|
|
48
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
49
|
-
:menu-open="menuOpen"
|
|
50
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
51
|
-
:search-open="searchOpen"
|
|
52
|
-
:organization="organization"
|
|
53
|
-
:organization-options="organizationOptions"
|
|
54
|
-
>
|
|
55
|
-
</asd20-site-navigation>
|
|
56
|
-
|
|
57
57
|
<!-- Inline-Notifications -->
|
|
58
58
|
<client-only>
|
|
59
59
|
<asd20-notification-group
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
></asd20-notification-group>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
<asd20-school-homepage-header
|
|
18
31
|
id="page-header"
|
|
@@ -76,19 +89,6 @@
|
|
|
76
89
|
<slot name="quicklinks-menu" />
|
|
77
90
|
</asd20-quicklinks-menu>
|
|
78
91
|
|
|
79
|
-
<!-- Site Navigation -->
|
|
80
|
-
<asd20-site-navigation
|
|
81
|
-
:navigation="navigation"
|
|
82
|
-
:action-items="actionItems"
|
|
83
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
84
|
-
:menu-open="menuOpen"
|
|
85
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
86
|
-
:search-open="searchOpen"
|
|
87
|
-
:organization="organization"
|
|
88
|
-
:organization-options="organizationOptions"
|
|
89
|
-
>
|
|
90
|
-
</asd20-site-navigation>
|
|
91
|
-
|
|
92
92
|
<!-- Page Content -->
|
|
93
93
|
<asd20-page-content> </asd20-page-content>
|
|
94
94
|
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
></asd20-notification-group>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
<asd20-school-homepage-video-header
|
|
18
31
|
id="page-header"
|
|
@@ -77,19 +90,6 @@
|
|
|
77
90
|
<slot name="quicklinks-menu" />
|
|
78
91
|
</asd20-quicklinks-menu>
|
|
79
92
|
|
|
80
|
-
<!-- Site Navigation -->
|
|
81
|
-
<asd20-site-navigation
|
|
82
|
-
:navigation="navigation"
|
|
83
|
-
:action-items="actionItems"
|
|
84
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
85
|
-
:menu-open="menuOpen"
|
|
86
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
87
|
-
:search-open="searchOpen"
|
|
88
|
-
:organization="organization"
|
|
89
|
-
:organization-options="organizationOptions"
|
|
90
|
-
>
|
|
91
|
-
</asd20-site-navigation>
|
|
92
|
-
|
|
93
93
|
<!-- Page Content -->
|
|
94
94
|
<asd20-page-content> </asd20-page-content>
|
|
95
95
|
|
|
@@ -13,6 +13,19 @@
|
|
|
13
13
|
></asd20-notification-group>
|
|
14
14
|
</client-only>
|
|
15
15
|
|
|
16
|
+
<!-- Site Navigation -->
|
|
17
|
+
<asd20-site-navigation
|
|
18
|
+
:navigation="navigation"
|
|
19
|
+
:action-items="actionItems"
|
|
20
|
+
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
21
|
+
:menu-open="menuOpen"
|
|
22
|
+
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
23
|
+
:search-open="searchOpen"
|
|
24
|
+
:organization="organization"
|
|
25
|
+
:organization-options="organizationOptions"
|
|
26
|
+
>
|
|
27
|
+
</asd20-site-navigation>
|
|
28
|
+
|
|
16
29
|
<!-- Page Header -->
|
|
17
30
|
<asd20-page-header
|
|
18
31
|
id="page-header"
|
|
@@ -40,19 +53,6 @@
|
|
|
40
53
|
<!-- <asd20-breadcrumb slot="top" :links="breadcrumbLinks"></asd20-breadcrumb> -->
|
|
41
54
|
</asd20-page-header>
|
|
42
55
|
|
|
43
|
-
<!-- Site Navigation -->
|
|
44
|
-
<asd20-site-navigation
|
|
45
|
-
:navigation="navigation"
|
|
46
|
-
:action-items="actionItems"
|
|
47
|
-
@update:menuOpen="$emit('update:menuOpen', $event)"
|
|
48
|
-
:menu-open="menuOpen"
|
|
49
|
-
@update:searchOpen="$emit('update:searchOpen', $event)"
|
|
50
|
-
:search-open="searchOpen"
|
|
51
|
-
:organization="organization"
|
|
52
|
-
:organization-options="organizationOptions"
|
|
53
|
-
>
|
|
54
|
-
</asd20-site-navigation>
|
|
55
|
-
|
|
56
56
|
<!-- Page Content -->
|
|
57
57
|
<asd20-page-content
|
|
58
58
|
:primary-messages="wayFindingPrimaryMessages"
|
package/src/design/_mixins.scss
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
@mixin asd20-focus() {
|
|
33
|
-
box-shadow: 0 0 0 3px white, 0 0 10px 0 var(--color__accent-s20);
|
|
33
|
+
box-shadow: inset 0 0 0 3px white, 0 0 10px 0 var(--color__accent-s20);
|
|
34
34
|
outline: 3px solid var(--color__accent-s20);
|
|
35
|
-
outline-offset:
|
|
35
|
+
outline-offset: -2px;
|
|
36
36
|
}
|
package/src/design/tokens.css
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color__accent-s100: #000000;
|
|
3
|
-
--color__accent-s90: #
|
|
4
|
-
--color__accent-s80: #
|
|
5
|
-
--color__accent-s70: #
|
|
6
|
-
--color__accent-s60: #
|
|
7
|
-
--color__accent-s50: #
|
|
8
|
-
--color__accent-s40: #
|
|
9
|
-
--color__accent-s30: #
|
|
10
|
-
--color__accent-s20: #
|
|
11
|
-
--color__accent-s10: #
|
|
12
|
-
--color__accent: #
|
|
13
|
-
--color__accent-t10: #
|
|
14
|
-
--color__accent-t20: #
|
|
15
|
-
--color__accent-t30: #
|
|
16
|
-
--color__accent-t40: #
|
|
17
|
-
--color__accent-t50: #
|
|
18
|
-
--color__accent-t60: #
|
|
19
|
-
--color__accent-t70: #
|
|
20
|
-
--color__accent-t80: #
|
|
21
|
-
--color__accent-t90: #
|
|
3
|
+
--color__accent-s90: #01040b;
|
|
4
|
+
--color__accent-s80: #030916;
|
|
5
|
+
--color__accent-s70: #0f1c50;
|
|
6
|
+
--color__accent-s60: #12205c;
|
|
7
|
+
--color__accent-s50: #142469;
|
|
8
|
+
--color__accent-s40: #182a7a;
|
|
9
|
+
--color__accent-s30: #1b2f87;
|
|
10
|
+
--color__accent-s20: #1e3493;
|
|
11
|
+
--color__accent-s10: #1e3493;
|
|
12
|
+
--color__accent: #225da5;
|
|
13
|
+
--color__accent-t10: #326aaf;
|
|
14
|
+
--color__accent-t20: #4479b9;
|
|
15
|
+
--color__accent-t30: #5b8bc4;
|
|
16
|
+
--color__accent-t40: #749dce;
|
|
17
|
+
--color__accent-t50: #8badd6;
|
|
18
|
+
--color__accent-t60: #a0bbdd;
|
|
19
|
+
--color__accent-t70: #b7cbe5;
|
|
20
|
+
--color__accent-t80: #cad9ec;
|
|
21
|
+
--color__accent-t90: #dce5f1;
|
|
22
22
|
--color__accent-t100: #ffffff;
|
|
23
23
|
--color__on-accent: #ffffff;
|
|
24
24
|
--color__on-primary: #ffffff;
|
|
@@ -46,25 +46,25 @@
|
|
|
46
46
|
--color__primary-t90: #e7eaf0;
|
|
47
47
|
--color__primary-t100: #ffffff;
|
|
48
48
|
--color__secondary-s100: #000000;
|
|
49
|
-
--color__secondary-s90: #
|
|
50
|
-
--color__secondary-s80: #
|
|
51
|
-
--color__secondary-s70: #
|
|
52
|
-
--color__secondary-s60: #
|
|
53
|
-
--color__secondary-s50: #
|
|
54
|
-
--color__secondary-s40: #
|
|
55
|
-
--color__secondary-s30: #
|
|
56
|
-
--color__secondary-s20: #
|
|
57
|
-
--color__secondary-s10: #
|
|
58
|
-
--color__secondary: #
|
|
59
|
-
--color__secondary-t10: #
|
|
60
|
-
--color__secondary-t20: #
|
|
61
|
-
--color__secondary-t30: #
|
|
62
|
-
--color__secondary-t40: #
|
|
63
|
-
--color__secondary-t50: #
|
|
64
|
-
--color__secondary-t60: #
|
|
65
|
-
--color__secondary-t70: #
|
|
66
|
-
--color__secondary-t80: #
|
|
67
|
-
--color__secondary-t90: #
|
|
49
|
+
--color__secondary-s90: #07090e;
|
|
50
|
+
--color__secondary-s80: #0e111b;
|
|
51
|
+
--color__secondary-s70: #151a29;
|
|
52
|
+
--color__secondary-s60: #1b2236;
|
|
53
|
+
--color__secondary-s50: #202840;
|
|
54
|
+
--color__secondary-s40: #252f4a;
|
|
55
|
+
--color__secondary-s30: #2b3655;
|
|
56
|
+
--color__secondary-s20: #313e61;
|
|
57
|
+
--color__secondary-s10: #38476e;
|
|
58
|
+
--color__secondary: #3f507b;
|
|
59
|
+
--color__secondary-t10: #465989;
|
|
60
|
+
--color__secondary-t20: #4c6196;
|
|
61
|
+
--color__secondary-t30: #5268a0;
|
|
62
|
+
--color__secondary-t40: #586fab;
|
|
63
|
+
--color__secondary-t50: #5e77b7;
|
|
64
|
+
--color__secondary-t60: #647fc3;
|
|
65
|
+
--color__secondary-t70: #839ad4;
|
|
66
|
+
--color__secondary-t80: #a0b2df;
|
|
67
|
+
--color__secondary-t90: #c5d1ee;
|
|
68
68
|
--color__secondary-t100: #ffffff;
|
|
69
69
|
--color__tertiary-s100: #000000;
|
|
70
70
|
--color__tertiary-s90: #171717;
|
package/src/design/tokens.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"color": {
|
|
3
|
-
"accent": "#
|
|
3
|
+
"accent": "#225da5",
|
|
4
4
|
"onAccent": "#ffffff",
|
|
5
5
|
"onPrimary": "#ffffff",
|
|
6
6
|
"onSecondary": "#ffffff",
|
|
7
7
|
"onTertiary": "#062137",
|
|
8
8
|
"primary": "#0e2c6c",
|
|
9
|
-
"secondary": "#
|
|
9
|
+
"secondary": "#8a8b8c",
|
|
10
10
|
"tertiary": "#e3e6e8"
|
|
11
11
|
},
|
|
12
12
|
"websiteButton": {
|