@asd20/ui 3.2.428 → 3.2.429
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
|
@@ -52,13 +52,6 @@
|
|
|
52
52
|
</template>
|
|
53
53
|
<!-- <asd20-breadcrumb slot="top" :links="breadcrumbLinks"></asd20-breadcrumb> -->
|
|
54
54
|
</asd20-image-header>
|
|
55
|
-
|
|
56
|
-
<asd20-feeds-section
|
|
57
|
-
:announcements="announcements"
|
|
58
|
-
:announcements-feed-props="announcementsFeedProps"
|
|
59
|
-
@announcements-in-view="$emit('announcements-in-view')"
|
|
60
|
-
></asd20-feeds-section>
|
|
61
|
-
|
|
62
55
|
<!-- Page Content -->
|
|
63
56
|
<asd20-page-content
|
|
64
57
|
:primary-messages="wayFindingPrimaryMessages"
|
|
@@ -77,19 +70,23 @@
|
|
|
77
70
|
></asd20-notification-group>
|
|
78
71
|
</client-only>
|
|
79
72
|
</template>
|
|
73
|
+
<template slot="before">
|
|
74
|
+
<asd20-feeds-section
|
|
75
|
+
:announcements="announcements"
|
|
76
|
+
:announcements-feed-props="announcementsFeedProps"
|
|
77
|
+
@announcements-in-view="$emit('announcements-in-view')"
|
|
78
|
+
:stories="stories"
|
|
79
|
+
:stories-feed-props="storiesFeedProps"
|
|
80
|
+
@stories-in-view="$emit('stories-in-view')"
|
|
81
|
+
:events="events"
|
|
82
|
+
:events-feed-props="eventsFeedProps"
|
|
83
|
+
@events-in-view="$emit('events-in-view')"
|
|
84
|
+
></asd20-feeds-section>
|
|
85
|
+
</template>
|
|
80
86
|
|
|
81
87
|
<slot></slot>
|
|
82
88
|
</asd20-page-content>
|
|
83
89
|
|
|
84
|
-
<asd20-feeds-section
|
|
85
|
-
:stories="stories"
|
|
86
|
-
:stories-feed-props="storiesFeedProps"
|
|
87
|
-
@stories-in-view="$emit('stories-in-view')"
|
|
88
|
-
:events="events"
|
|
89
|
-
:events-feed-props="eventsFeedProps"
|
|
90
|
-
@events-in-view="$emit('events-in-view')"
|
|
91
|
-
></asd20-feeds-section>
|
|
92
|
-
|
|
93
90
|
<!-- Bottom Widgets -->
|
|
94
91
|
<asd20-widgets-section
|
|
95
92
|
v-if="
|
|
@@ -211,10 +208,35 @@ export default {
|
|
|
211
208
|
}
|
|
212
209
|
}
|
|
213
210
|
}
|
|
211
|
+
.asd20-page-content {
|
|
212
|
+
.notification-group--inline {
|
|
213
|
+
margin-bottom: space(1);
|
|
214
|
+
}
|
|
215
|
+
.asd20-feeds-section {
|
|
216
|
+
margin-top: space(1);
|
|
217
|
+
.asd20-swiper-feed:first-child {
|
|
218
|
+
padding-top: space(2);
|
|
219
|
+
padding-bottom: space(1);
|
|
220
|
+
&::after {
|
|
221
|
+
top: space(1);
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
.asd20-swiper-feed:last-child {
|
|
225
|
+
// margin-top: space(-1);
|
|
226
|
+
padding-bottom: space(2);
|
|
227
|
+
&::after {
|
|
228
|
+
bottom: space(1);
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
214
233
|
}
|
|
215
234
|
|
|
216
235
|
@media (min-width: 1024px) {
|
|
217
236
|
.asd20-template-wayfinding-image {
|
|
237
|
+
@include template-desktop;
|
|
238
|
+
margin-left: space(3);
|
|
239
|
+
margin-top: space(0);
|
|
218
240
|
.asd20-notification-group--floating {
|
|
219
241
|
position: absolute;
|
|
220
242
|
top: space(1);
|
|
@@ -226,11 +248,15 @@ export default {
|
|
|
226
248
|
// }
|
|
227
249
|
// }
|
|
228
250
|
}
|
|
229
|
-
@include template-desktop;
|
|
230
|
-
margin-left: space(3);
|
|
231
|
-
margin-top: 0;
|
|
232
251
|
.asd20-page-content {
|
|
233
|
-
|
|
252
|
+
.notification-group--inline {
|
|
253
|
+
flex-basis: 100%;
|
|
254
|
+
margin: space(2) space(3) space(0) space(3);
|
|
255
|
+
|
|
256
|
+
.notification:last-child {
|
|
257
|
+
margin-bottom: space(1);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
234
260
|
}
|
|
235
261
|
}
|
|
236
262
|
}
|
|
@@ -2292,7 +2292,7 @@
|
|
|
2292
2292
|
"id": "f42b1984-29f1-419b-a23a-3245c6647b3e",
|
|
2293
2293
|
"title": "Announcement Feed",
|
|
2294
2294
|
"type": "text",
|
|
2295
|
-
"value":
|
|
2295
|
+
"value": "[{\"title\":\"District Announcements\",\"link\":\"/district-announcements\",\"keywords\":\"\",\"categories\":[],\"tags\":[\"District Homepage\"],\"organizations\":[\"26eaf390-d8ab-11e9-a3a8-5de5bba4f125\"]}]",
|
|
2296
2296
|
"validationPattern": null,
|
|
2297
2297
|
"required": false
|
|
2298
2298
|
},
|