@asd20/ui 3.2.831 → 3.2.833

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.831",
8
+ "version": "3.2.833",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -1,14 +1,6 @@
1
1
  <template>
2
2
  <section class="asd20-widgets-section">
3
3
  <slot name="before" />
4
- <asd20-link-list
5
- v-if="relatedLinks.length > 5"
6
- class="related-links-wide"
7
- :links="relatedLinks"
8
- v-bind="relatedLinksProps"
9
- :multi-column="full"
10
- max-height="1500px"
11
- />
12
4
 
13
5
  <div class="widgets-wrapper">
14
6
  <asd20-department-contact-card
@@ -25,14 +17,23 @@
25
17
  max-height="400px"
26
18
  />
27
19
  <asd20-link-list
28
- class="relatedPages"
29
20
  v-if="relatedPages"
21
+ class="relatedPages"
30
22
  :links="relatedPages"
31
23
  v-bind="relatedPagesProps"
24
+ :multi-column="full"
32
25
  max-height="400px"
33
26
  />
27
+ <!-- <asd20-link-list
28
+ v-if="relatedLinks.length > 5"
29
+ class="related-links-wide"
30
+ :links="relatedLinks"
31
+ v-bind="relatedLinksProps"
32
+ :multi-column="full"
33
+ max-height="1500px"
34
+ /> -->
34
35
  <asd20-link-list
35
- v-if="relatedLinks.length <= 5"
36
+ v-if="relatedLinks"
36
37
  class="relatedLinks"
37
38
  :links="relatedLinks"
38
39
  v-bind="relatedLinksProps"
@@ -592,6 +592,9 @@ export default {
592
592
  flex-basis: 30%;
593
593
  padding: 0 space(2) 0 0;
594
594
  background: none;
595
+ .asd20-viewport {
596
+ max-height: 100% !important;
597
+ }
595
598
  }
596
599
  }
597
600
  .search-header {
@@ -241,6 +241,9 @@ export default {
241
241
  flex-basis: 30%;
242
242
  padding: space(2) space(2) 0 0;
243
243
  background: none;
244
+ .asd20-viewport {
245
+ max-height: 100% !important;
246
+ }
244
247
  }
245
248
  .primary-messaging-section {
246
249
  display: block;
@@ -281,6 +281,9 @@ export default {
281
281
  flex-basis: 30%;
282
282
  padding: space(2) space(2) 0 0;
283
283
  background: none;
284
+ .asd20-viewport {
285
+ max-height: 100% !important;
286
+ }
284
287
  }
285
288
  .primary-messaging-section {
286
289
  display: block;
@@ -254,6 +254,9 @@ export default {
254
254
  flex-basis: 30%;
255
255
  padding: space(2) space(2) 0 0;
256
256
  background: none;
257
+ .asd20-viewport {
258
+ max-height: 100% !important;
259
+ }
257
260
  }
258
261
  .primary-messaging-section {
259
262
  display: block;
@@ -238,13 +238,18 @@ export default {
238
238
  align-items: stretch;
239
239
  flex-wrap: wrap;
240
240
  .asd20-widgets-section {
241
- flex-basis: 30%;
242
- padding: space(2) space(2) 0 0;
241
+ // flex-basis: 30%;
242
+ flex: 0 0 30%;
243
+ padding: space(1) space(2) space(2) space(1);
243
244
  background: none;
245
+ .asd20-viewport {
246
+ max-height: 100% !important;
247
+ }
244
248
  }
245
249
  .primary-messaging-section {
246
250
  display: block;
247
- max-width: 50vw;
251
+ flex: 1;
252
+ // max-width: 50vw;
248
253
  }
249
254
  }
250
255
 
@@ -282,6 +282,9 @@ export default {
282
282
  flex-basis: 30%;
283
283
  padding: space(2) space(2) 0 0;
284
284
  background: none;
285
+ .asd20-viewport {
286
+ max-height: 100% !important;
287
+ }
285
288
  }
286
289
  }
287
290
  .primary-messaging-section {
@@ -743,6 +743,9 @@ export default {
743
743
  flex-basis: 30%;
744
744
  padding: space(2) space(2) 0 0;
745
745
  background: none;
746
+ .asd20-viewport {
747
+ max-height: 100% !important;
748
+ }
746
749
  }
747
750
  }
748
751
  .salary-calculator {