@asd20/ui 3.2.618 → 3.2.620

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.618",
8
+ "version": "3.2.620",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -372,8 +372,6 @@ export default {
372
372
  // },
373
373
  mounted() {
374
374
  this.$nextTick(() => {
375
- this.$emit('announcements-in-view')
376
- this.$emit('events-in-view')
377
375
  this.$emit('stories-in-view')
378
376
  })
379
377
  },
@@ -442,10 +440,8 @@ export default {
442
440
  .asd20-page-content {
443
441
  display: block;
444
442
  .primary-messaging-section {
445
- padding-top: 0;
446
- padding-bottom: 0;
447
- // border-top: 5px solid lightgray;
448
- // border-bottom: 5px solid lightgray;
443
+ padding: 0;
444
+ margin: 0 space(1);
449
445
  }
450
446
  }
451
447
  .asd20-feeds-section {
@@ -456,51 +452,58 @@ export default {
456
452
  .feed-title {
457
453
  margin: space(1) 0 0 space(1);
458
454
  }
459
- .asd20-card {
460
- margin-bottom: space(0.5);
461
- // border-bottom: 1px solid gray;
462
- .asd20-card__content:hover {
463
- background: rgba(200, 200, 200, 0.2);
464
- }
465
- .asd20-card__meta {
466
- padding-bottom: space(1);
467
- border-bottom: 1px solid gray;
455
+ .article-digest {
456
+ .asd20-card {
457
+ margin-bottom: space(0.5);
458
+ // border-bottom: 1px solid gray;
459
+ .asd20-card__content:hover {
460
+ background: rgba(200, 200, 200, 0.2);
461
+ }
462
+ .asd20-card__meta {
463
+ padding-bottom: space(1);
464
+ border-bottom: 1px solid gray;
465
+ }
466
+ // &__date-time {
467
+ // display: none;
468
+ // }
469
+ // &__description {
470
+ // display: none;
471
+ // }
468
472
  }
469
- // &__date-time {
470
- // display: none;
471
- // }
472
- // &__description {
473
- // display: none;
474
- // }
475
- }
476
- .article-pagination {
477
- display: flex;
478
- align-items: center;
479
- justify-content: space-between;
480
- margin: space(1) space(0.25) space(0) space(0.25);
481
- flex-direction: column;
482
- p {
483
- margin: 0;
473
+ .feed-items {
474
+ --website-card__border-color: transparent;
475
+ --website-card__background-color: transparent;
476
+ --website-card__background-style: none;
484
477
  }
485
- .page-selector {
478
+ .article-pagination {
486
479
  display: flex;
487
480
  align-items: center;
488
- .prev-next {
481
+ justify-content: space-between;
482
+ margin: space(1) space(0.25) space(0) space(0.25);
483
+ flex-direction: column;
484
+ p {
485
+ margin: 0;
486
+ }
487
+ .page-selector {
489
488
  display: flex;
490
489
  align-items: center;
491
- justify-content: space-between;
492
- a {
493
- text-decoration: none !important;
494
- }
495
- .asd20-button {
496
- padding: 0;
497
- > .asd20-button__label {
490
+ .prev-next {
491
+ display: flex;
492
+ align-items: center;
493
+ justify-content: space-between;
494
+ a {
495
+ text-decoration: none !important;
496
+ }
497
+ .asd20-button {
498
+ padding: 0;
499
+ > .asd20-button__label {
500
+ margin: 0;
501
+ }
502
+ }
503
+ p {
498
504
  margin: 0;
499
505
  }
500
506
  }
501
- p {
502
- margin: 0;
503
- }
504
507
  }
505
508
  }
506
509
  }
@@ -511,15 +514,9 @@ export default {
511
514
  .result-count {
512
515
  margin: space(0) space(1) space(1) space(1);
513
516
  }
514
-
515
517
  .asd20-search-field .asd20-icon {
516
518
  margin-left: 0;
517
519
  }
518
- .feed-items {
519
- --website-card__border-color: transparent;
520
- --website-card__background-color: transparent;
521
- --website-card__background-style: none;
522
- }
523
520
  }
524
521
 
525
522
  @media (min-width: 1024px) {
@@ -548,6 +545,9 @@ export default {
548
545
  justify-content: space-between;
549
546
  align-items: stretch;
550
547
  flex-wrap: wrap;
548
+ .primary-messaging-section {
549
+ margin: 0 space(3) !important;
550
+ }
551
551
  }
552
552
  .notification-group--inline {
553
553
  margin: space(2) space(3) space(1) space(3);
@@ -556,18 +556,9 @@ export default {
556
556
  .prev-next {
557
557
  margin: space(1) 0;
558
558
  }
559
- .primary-messaging-section {
560
- max-width: 100vw;
561
- }
562
- .feed-items {
563
- // display: grid;
564
- // grid-template-columns: 1fr 1fr 1fr;
565
- // grid-gap: space(1);
566
- // margin-bottom: space(1);
567
- .asd20-card {
568
- margin-bottom: 0;
569
- }
570
- }
559
+ // .primary-messaging-section {
560
+ // max-width: 100vw;
561
+ // }
571
562
  .search-header,
572
563
  .result-count {
573
564
  margin: space(0) space(0) space(1) space(0);
@@ -584,6 +575,24 @@ export default {
584
575
  // flex-basis: 100%;
585
576
  margin: space(1) space(3) space(1) space(3);
586
577
  max-width: 60%;
578
+ .feed-items {
579
+ // display: grid;
580
+ // grid-template-columns: 1fr 1fr 1fr;
581
+ // grid-gap: space(1);
582
+ // margin-bottom: space(1);
583
+ .asd20-card {
584
+ margin-bottom: 0;
585
+ }
586
+ }
587
+ }
588
+ }
589
+ }
590
+ @media (min-width: 1257px) {
591
+ .asd20-template-clubs {
592
+ .asd20-page-content {
593
+ .primary-messaging-section {
594
+ margin: 0 space(2) !important;
595
+ }
587
596
  }
588
597
  }
589
598
  }