@asd20/ui 3.2.602 → 3.2.604
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 +1 -1
- package/src/assets/icons/single-color/twitter.svg +10 -1
- package/src/components/atoms/icons/Asd20TwitterSvg.vue +1 -1
- package/src/components/molecules/Asd20Share/index.vue +1 -1
- package/src/components/organisms/Asd20PageContent/index.vue +23 -2
- package/src/components/templates/Asd20WayfindingAlternateTemplate/index.vue +4 -9
- package/src/components/templates/Asd20WayfindingImageTemplate/index.vue +4 -10
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +3 -3
- package/src/data/page-queries/campus-page-query-result.json +1 -1
- package/src/data/page-queries/digest-page-query-result.json +1 -1
- package/src/data/page-queries/filelist-page-query-result.json +1 -1
- package/src/data/page-queries/home-page-query-result.json +1 -1
- package/src/data/page-queries/landing-page-query-result.json +1 -1
- package/src/data/page-queries/page-not-found.json +1 -1
- package/src/data/page-queries/profile-page-query-result.json +1 -1
- package/src/data/page-queries/salary-calculator-page-result.json +1 -1
- package/src/data/page-queries/story-index-page-query-result.json +1 -1
- package/src/data/page-queries/sublanding-page-query-result.json +1 -1
- package/src/data/page-queries/video-page-query-result.json +1 -1
- package/src/data/social-links.json +1 -1
- package/src/mixins/pageTemplateMixin.js +1 -1
package/package.json
CHANGED
|
@@ -1 +1,10 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>twitter</title
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><title>twitter</title>
|
|
2
|
+
<g id="line">
|
|
3
|
+
<path
|
|
4
|
+
class="line"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
d="m13.59,9.67L22.09,0h-2.01l-7.38,8.4L6.8,0H0l8.92,12.7L0,22.84h2.01l7.8-8.87,6.23,8.87h6.8l-9.25-13.17h0Zm-2.76,3.14l-.9-1.26L2.74,1.48h3.09l5.8,8.12.9,1.26,7.54,10.55h-3.09l-6.15-8.61h0Z"
|
|
7
|
+
/>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<path
|
|
4
4
|
class="line"
|
|
5
5
|
fill="currentColor"
|
|
6
|
-
d="
|
|
6
|
+
d="m18.19,14.28l8.51-9.71h-2.02l-7.39,8.43-5.9-8.43h-6.81l8.92,12.75-8.92,10.19h2.02l7.8-8.91,6.23,8.91h6.81l-9.26-13.23h0Zm-2.76,3.15l-.9-1.27L7.33,6.05h3.1l5.81,8.16.9,1.27,7.55,10.6h-3.1l-6.16-8.65h0Z"
|
|
7
7
|
/>
|
|
8
8
|
</g>
|
|
9
9
|
</template>
|
|
@@ -127,6 +127,11 @@ export default {
|
|
|
127
127
|
background: var(--color__tertiary);
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
+
.asd20-messaging {
|
|
131
|
+
padding-bottom: space(1);
|
|
132
|
+
border-bottom: 10px solid var(--color__tertiary);
|
|
133
|
+
}
|
|
134
|
+
|
|
130
135
|
.asd20-messaging:not(:last-child) {
|
|
131
136
|
margin-bottom: space(2);
|
|
132
137
|
}
|
|
@@ -175,7 +180,7 @@ export default {
|
|
|
175
180
|
.primary-messaging-section,
|
|
176
181
|
.secondary-messaging-section {
|
|
177
182
|
display: block;
|
|
178
|
-
padding: space(2) space(
|
|
183
|
+
padding: space(2) space(2) space(2) space(2);
|
|
179
184
|
&::v-deep > * {
|
|
180
185
|
// flex: 1 1 var(--minimum-column-width);
|
|
181
186
|
// margin: space(1) !important;
|
|
@@ -199,7 +204,7 @@ export default {
|
|
|
199
204
|
.asd20-page-content {
|
|
200
205
|
.primary-messaging-section,
|
|
201
206
|
.secondary-messaging-section {
|
|
202
|
-
padding: space(2) space(
|
|
207
|
+
padding: space(2) space(2) space(2) space(2);
|
|
203
208
|
&::v-deep > * {
|
|
204
209
|
// flex: 1 1 var(--minimum-column-width);
|
|
205
210
|
margin: space(1) !important;
|
|
@@ -243,4 +248,20 @@ export default {
|
|
|
243
248
|
}
|
|
244
249
|
}
|
|
245
250
|
}
|
|
251
|
+
|
|
252
|
+
@media (min-width: 1790px) {
|
|
253
|
+
.asd20-page-content {
|
|
254
|
+
&--grid {
|
|
255
|
+
.primary-messaging-section,
|
|
256
|
+
.secondary-messaging-section {
|
|
257
|
+
|
|
258
|
+
&::v-deep > * {
|
|
259
|
+
flex: 1 1 var(--minimum-column-width);
|
|
260
|
+
margin: var(--gutter) !important;
|
|
261
|
+
max-width: 30%;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
}
|
|
246
267
|
</style>
|
|
@@ -179,12 +179,7 @@ export default {
|
|
|
179
179
|
},
|
|
180
180
|
primaryMessage() {
|
|
181
181
|
const introMessage = this.primaryMessages.slice(0, 1)
|
|
182
|
-
if (
|
|
183
|
-
introMessage[0].bodyHtml === '' ||
|
|
184
|
-
null ||
|
|
185
|
-
introMessage[0].detailLink !== '' || null
|
|
186
|
-
)
|
|
187
|
-
return
|
|
182
|
+
if (introMessage[0].bodyHtml === '' || null) return
|
|
188
183
|
return introMessage
|
|
189
184
|
},
|
|
190
185
|
},
|
|
@@ -295,9 +290,9 @@ export default {
|
|
|
295
290
|
.asd20-page-content {
|
|
296
291
|
margin-top: space(0);
|
|
297
292
|
}
|
|
298
|
-
.intro-message {
|
|
299
|
-
|
|
300
|
-
}
|
|
293
|
+
// .intro-message {
|
|
294
|
+
// width: 90%;
|
|
295
|
+
// }
|
|
301
296
|
}
|
|
302
297
|
}
|
|
303
298
|
</style>
|
|
@@ -183,13 +183,7 @@ export default {
|
|
|
183
183
|
},
|
|
184
184
|
primaryMessage() {
|
|
185
185
|
const introMessage = this.primaryMessages.slice(0, 1)
|
|
186
|
-
if (
|
|
187
|
-
introMessage[0].bodyHtml === '' ||
|
|
188
|
-
null ||
|
|
189
|
-
introMessage[0].detailLink !== '' ||
|
|
190
|
-
null
|
|
191
|
-
)
|
|
192
|
-
return
|
|
186
|
+
if (introMessage[0].bodyHtml === '' || null) return
|
|
193
187
|
return introMessage
|
|
194
188
|
},
|
|
195
189
|
},
|
|
@@ -317,9 +311,9 @@ export default {
|
|
|
317
311
|
}
|
|
318
312
|
}
|
|
319
313
|
}
|
|
320
|
-
.intro-message {
|
|
321
|
-
|
|
322
|
-
}
|
|
314
|
+
// .intro-message {
|
|
315
|
+
// width: 90%;
|
|
316
|
+
// }
|
|
323
317
|
}
|
|
324
318
|
}
|
|
325
319
|
</style>
|
|
@@ -1044,7 +1044,7 @@
|
|
|
1044
1044
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
1045
1045
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
1046
1046
|
"order": null,
|
|
1047
|
-
"title": "
|
|
1047
|
+
"title": "X",
|
|
1048
1048
|
"url": "https://twitter.com/AcademyD20",
|
|
1049
1049
|
"icon": "twitter",
|
|
1050
1050
|
"childrenMenuItems": []
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
766
766
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
767
767
|
"order": null,
|
|
768
|
-
"title": "
|
|
768
|
+
"title": "X",
|
|
769
769
|
"url": "https://twitter.com/AcademyD20",
|
|
770
770
|
"icon": "twitter",
|
|
771
771
|
"childrenMenuItems": []
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
680
680
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
681
681
|
"order": null,
|
|
682
|
-
"title": "
|
|
682
|
+
"title": "X",
|
|
683
683
|
"url": "https://twitter.com/AcademyD20",
|
|
684
684
|
"icon": "twitter",
|
|
685
685
|
"childrenMenuItems": []
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
1188
1188
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
1189
1189
|
"order": null,
|
|
1190
|
-
"title": "
|
|
1190
|
+
"title": "X",
|
|
1191
1191
|
"url": "https://twitter.com/AcademyD20",
|
|
1192
1192
|
"icon": "twitter",
|
|
1193
1193
|
"childrenMenuItems": []
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
1391
1391
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
1392
1392
|
"order": null,
|
|
1393
|
-
"title": "
|
|
1393
|
+
"title": "X",
|
|
1394
1394
|
"url": "https://twitter.com/AcademyD20",
|
|
1395
1395
|
"icon": "twitter",
|
|
1396
1396
|
"childrenMenuItems": []
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
657
657
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
658
658
|
"order": null,
|
|
659
|
-
"title": "
|
|
659
|
+
"title": "X",
|
|
660
660
|
"url": "https://twitter.com/AcademyD20",
|
|
661
661
|
"icon": "twitter",
|
|
662
662
|
"childrenMenuItems": []
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
1279
1279
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
1280
1280
|
"order": null,
|
|
1281
|
-
"title": "
|
|
1281
|
+
"title": "X",
|
|
1282
1282
|
"url": "https://twitter.com/AcademyD20",
|
|
1283
1283
|
"icon": "twitter",
|
|
1284
1284
|
"childrenMenuItems": []
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
781
781
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
782
782
|
"order": null,
|
|
783
|
-
"title": "
|
|
783
|
+
"title": "X",
|
|
784
784
|
"url": "https://twitter.com/AcademyD20",
|
|
785
785
|
"icon": "twitter",
|
|
786
786
|
"childrenMenuItems": []
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
710
710
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
711
711
|
"order": null,
|
|
712
|
-
"title": "
|
|
712
|
+
"title": "X",
|
|
713
713
|
"url": "https://twitter.com/AcademyD20",
|
|
714
714
|
"icon": "twitter",
|
|
715
715
|
"childrenMenuItems": []
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
776
776
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
777
777
|
"order": null,
|
|
778
|
-
"title": "
|
|
778
|
+
"title": "X",
|
|
779
779
|
"url": "https://twitter.com/AcademyD20",
|
|
780
780
|
"icon": "twitter",
|
|
781
781
|
"childrenMenuItems": []
|
|
@@ -1045,7 +1045,7 @@
|
|
|
1045
1045
|
"id": "c19b9991-6654-4ff0-bf0a-16ecb8444515",
|
|
1046
1046
|
"parentMenuItemId": "99ba73ae-a349-4225-a6de-4907567fc527",
|
|
1047
1047
|
"order": null,
|
|
1048
|
-
"title": "
|
|
1048
|
+
"title": "X",
|
|
1049
1049
|
"url": "https://twitter.com/AcademyD20",
|
|
1050
1050
|
"icon": "twitter",
|
|
1051
1051
|
"childrenMenuItems": []
|
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
|
|
23
23
|
// Page content
|
|
24
24
|
messages: { type: Array, default: () => [] },
|
|
25
|
-
primaryMessageLimit: { type: Number, default:
|
|
25
|
+
primaryMessageLimit: { type: Number, default: 12 },
|
|
26
26
|
// factoids: { type: Array, default: () => [] },
|
|
27
27
|
websiteLogoProps: { type: Object, default: null },
|
|
28
28
|
|