@asd20/ui 3.2.598 → 3.2.599
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/components/molecules/Asd20Card/index.vue +13 -13
- package/src/components/organisms/Asd20FeedsSection/index.vue +1 -1
- package/src/components/organisms/Asd20SwiperFeed/index.vue +2 -1
- package/src/components/templates/Asd20ArticleDigestTemplate/index.vue +2 -1
- package/src/components/templates/Asd20ArticleListTemplate/index.vue +3 -3
- package/src/data/messages/stories.json +7 -7
package/package.json
CHANGED
|
@@ -477,19 +477,19 @@ export default {
|
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
.asd20-card__header {
|
|
480
|
-
position:
|
|
481
|
-
left: 0;
|
|
482
|
-
right: 0;
|
|
483
|
-
bottom: 100%;
|
|
484
|
-
padding: space(1) space(1);
|
|
485
|
-
margin-bottom: 0;
|
|
486
|
-
color: var(--website-
|
|
480
|
+
position: relative;
|
|
481
|
+
// left: 0;
|
|
482
|
+
// right: 0;
|
|
483
|
+
// bottom: 100%;
|
|
484
|
+
// padding: space(1) space(1);
|
|
485
|
+
// margin-bottom: 0;
|
|
486
|
+
color: var(--website-card__foreground-color);
|
|
487
487
|
|
|
488
|
-
background: linear-gradient(
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
);
|
|
488
|
+
// background: linear-gradient(
|
|
489
|
+
// 0deg,
|
|
490
|
+
// rgba(0, 0, 0, 0.5) 70%,
|
|
491
|
+
// rgba(0, 0, 0, 0) 100%
|
|
492
|
+
// );
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
.asd20-card__date-time,
|
|
@@ -502,7 +502,7 @@ export default {
|
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
504
|
|
|
505
|
-
&--with-image,
|
|
505
|
+
&--with-image:not(.asd20-card--seperate-image),
|
|
506
506
|
&--without-image.asd20-card--reversed {
|
|
507
507
|
.asd20-card__title {
|
|
508
508
|
color: var(--website-card__reverse-foreground-color);
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
@click.native="$emit('select', card)"
|
|
14
14
|
@keydown.tab.exact.native="nextCard"
|
|
15
15
|
@keydown.tab.shift.native="prevCard"
|
|
16
|
+
seperateImage
|
|
16
17
|
></asd20-card>
|
|
17
18
|
</div>
|
|
18
19
|
<div class="swiper-slide">
|
|
@@ -23,7 +24,7 @@
|
|
|
23
24
|
: `Watch this space for more ${cardType}s.`
|
|
24
25
|
"
|
|
25
26
|
:link="cards.length >= 10 || cardType === 'Event' ? link : null"
|
|
26
|
-
|
|
27
|
+
expandedHeader
|
|
27
28
|
zoom
|
|
28
29
|
reversed
|
|
29
30
|
></asd20-card>
|
|
@@ -156,6 +156,7 @@
|
|
|
156
156
|
:key="index"
|
|
157
157
|
v-bind="card"
|
|
158
158
|
zoom
|
|
159
|
+
seperateImage
|
|
159
160
|
></asd20-card>
|
|
160
161
|
</div>
|
|
161
162
|
<div v-if="cards.length > numberToShow" class="article-pagination">
|
|
@@ -323,7 +324,7 @@ export default {
|
|
|
323
324
|
// reversed: true,
|
|
324
325
|
date: '',
|
|
325
326
|
time: '',
|
|
326
|
-
description: '',
|
|
327
|
+
// description: '',
|
|
327
328
|
// image: '',
|
|
328
329
|
pinned: false,
|
|
329
330
|
})
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"authorUserId": null,
|
|
33
33
|
"title": "2020 Pine Creek High School Virtual Graduation",
|
|
34
34
|
"slug": "2020-pine-creek-high-school-virtual-graduation",
|
|
35
|
-
"summary": " ",
|
|
36
|
-
"bodyHtml": "
|
|
35
|
+
"summary": "Watch our video coverage of the 2020 Pine Creek High School Graduation, this way you won't get fellow humans sick and we don't have to hear you whine.",
|
|
36
|
+
"bodyHtml": "",
|
|
37
37
|
"bodyJson": "",
|
|
38
38
|
"tags": ["District Homepage"],
|
|
39
39
|
"categories": ["Graduation 2020"],
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"authorUserId": null,
|
|
67
67
|
"title": "2020 Rampart High School Virtual Graduation",
|
|
68
68
|
"slug": "2020-rampart-high-school-virtual-graduation",
|
|
69
|
-
"summary": " ",
|
|
69
|
+
"summary": "For those of you who missed our ceremony because you were deathly ill, you can catch all the raging action of our Graduation Ceremony right here.",
|
|
70
70
|
"bodyHtml": "<p></p>",
|
|
71
71
|
"bodyJson": "",
|
|
72
72
|
"tags": ["District Homepage"],
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
"isFeatured": false,
|
|
99
99
|
"isDistrictFeatured": false,
|
|
100
100
|
"authorUserId": null,
|
|
101
|
-
"title": "2020 Liberty High School Virtual
|
|
101
|
+
"title": "2020 Liberty High School Virtual Graduation ",
|
|
102
102
|
"slug": "2020-liberty-high-school-virtualandnbspgraduation",
|
|
103
|
-
"summary": " ",
|
|
103
|
+
"summary": "Relive every missed moment of your student's epic graduation by watching our amazing video!",
|
|
104
104
|
"bodyHtml": "<p></p>",
|
|
105
105
|
"bodyJson": "",
|
|
106
106
|
"tags": ["District Homepage"],
|
|
@@ -372,8 +372,8 @@
|
|
|
372
372
|
"authorUserId": null,
|
|
373
373
|
"title": "2020 Pine Creek High School Virtual Graduation",
|
|
374
374
|
"slug": "2020-pine-creek-high-school-virtual-graduation",
|
|
375
|
-
"summary": " ",
|
|
376
|
-
"bodyHtml": "
|
|
375
|
+
"summary": "Watch our video coverage of the 2020 Pine Creek High School Graduation, this way you won't get fellow humans sick and we don't have to hear you whine.",
|
|
376
|
+
"bodyHtml": "",
|
|
377
377
|
"bodyJson": "",
|
|
378
378
|
"tags": ["District Homepage"],
|
|
379
379
|
"categories": ["Graduation 2020"],
|