@asd20/ui 3.2.912 → 3.2.914
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
|
@@ -75,6 +75,17 @@ export default {
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
+
if (!this.expanded) {
|
|
79
|
+
if (this.group.contactName) {
|
|
80
|
+
items.push({
|
|
81
|
+
...baseItemProps,
|
|
82
|
+
icon: 'group',
|
|
83
|
+
label: 'Contact',
|
|
84
|
+
description: this.group.contactName,
|
|
85
|
+
})
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
78
89
|
if (this.group.contactPhone) {
|
|
79
90
|
items.push({
|
|
80
91
|
...baseItemProps,
|
|
@@ -219,11 +219,11 @@ export default {
|
|
|
219
219
|
// }
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.notification-group--inline {
|
|
223
|
-
|
|
224
|
-
}
|
|
222
|
+
// .notification-group--inline {
|
|
223
|
+
// margin-bottom: space(3);
|
|
224
|
+
// }
|
|
225
225
|
.asd20-feeds-section--top {
|
|
226
|
-
margin-top: space(1);
|
|
226
|
+
// margin-top: space(1);
|
|
227
227
|
.asd20-swiper-feed:first-child {
|
|
228
228
|
padding-top: space(2);
|
|
229
229
|
padding-bottom: space(1);
|
|
@@ -265,7 +265,7 @@ export default {
|
|
|
265
265
|
margin: space(2) space(3) space(0) space(3);
|
|
266
266
|
|
|
267
267
|
.notification:last-child {
|
|
268
|
-
margin-bottom: space(
|
|
268
|
+
margin-bottom: space(1);
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
|
|
@@ -1430,7 +1430,8 @@
|
|
|
1430
1430
|
"id": "fa744764-9468-828f-c9ef-4a194f5058ee",
|
|
1431
1431
|
"description": "Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla.",
|
|
1432
1432
|
"contactPhone": "719-234-1200",
|
|
1433
|
-
"contactEmail": "mailto:communication@asd20.org"
|
|
1433
|
+
"contactEmail": "mailto:communication@asd20.org",
|
|
1434
|
+
"contactName": "Krystal Story"
|
|
1434
1435
|
}
|
|
1435
1436
|
}],
|
|
1436
1437
|
"organizationOptions": [{
|