@asd20/ui 3.2.911 → 3.2.913

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.911",
8
+ "version": "3.2.913",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -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,
@@ -24,7 +24,7 @@
24
24
  :links="relatedLinks"
25
25
  v-bind="relatedLinksProps"
26
26
  :multi-column="full"
27
- max-height="400px"
27
+ :max-height="relatedLinks.length > 20 ? '800px' : '400px'"
28
28
  />
29
29
 
30
30
  <asd20-people-list
@@ -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": [{