@asd20/ui 3.2.805 → 3.2.807

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.805",
8
+ "version": "3.2.807",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -132,6 +132,7 @@
132
132
  transparent
133
133
  centered
134
134
  opposite
135
+ :disabled="counter === 1"
135
136
  />
136
137
  <p>
137
138
  Page {{ Math.ceil(counter2 / numberToShow) }} of
@@ -147,6 +148,7 @@
147
148
  horizontal
148
149
  transparent
149
150
  centered
151
+ :disabled="cards.length < counter2"
150
152
  />
151
153
  </div>
152
154
  </div>
@@ -187,6 +189,7 @@
187
189
  transparent
188
190
  centered
189
191
  opposite
192
+ :disabled="counter === 1"
190
193
  />
191
194
  </a>
192
195
  <p>
@@ -204,6 +207,7 @@
204
207
  horizontal
205
208
  transparent
206
209
  centered
210
+ :disabled="cards.length < counter2"
207
211
  />
208
212
  </a>
209
213
  </div>
@@ -427,71 +431,90 @@ export default {
427
431
  // }
428
432
  // }
429
433
  }
430
- .feed-title {
431
- margin: space(1) 0 0 space(1);
432
- }
433
- .asd20-card {
434
- margin-bottom: space(0.5);
435
- // &__date-time {
436
- // display: none;
437
- // }
438
- // &__description {
439
- // display: none;
440
- // }
434
+ .notification-group--inline {
435
+ margin: space(2) space(1) space(1) space(1);
441
436
  }
442
- .article-pagination {
443
- display: flex;
444
- align-items: center;
445
- justify-content: space-between;
446
- margin: space(1) space(0.25) space(0) space(0.25);
447
- flex-direction: column;
448
- p {
449
- margin: 0;
437
+ .article-digest {
438
+ .feed-title {
439
+ margin: space(1) 0 0 space(1);
450
440
  }
451
- .page-selector {
441
+ .asd20-card {
442
+ margin: space(1) space(1) space(2) space(1);
443
+ // &__date-time {
444
+ // display: none;
445
+ // }
446
+ // &__description {
447
+ // display: none;
448
+ // }
449
+ }
450
+
451
+ .article-pagination {
452
452
  display: flex;
453
453
  align-items: center;
454
- .prev-next {
454
+ justify-content: space-between;
455
+ margin: space(1) space(0.25) space(0) space(0.25);
456
+ flex-direction: column;
457
+ p {
458
+ margin: 0;
459
+ }
460
+ .page-selector {
455
461
  display: flex;
456
462
  align-items: center;
457
- justify-content: space-between;
458
- a {
459
- text-decoration: none !important;
460
- }
461
- .asd20-button {
462
- padding: 0;
463
- > .asd20-button__label {
464
- margin: 0;
463
+ .prev-next {
464
+ display: flex;
465
+ align-items: center;
466
+ justify-content: space-between;
467
+ a {
468
+ text-decoration: none !important;
469
+ }
470
+ .asd20-button {
471
+ padding: 0;
472
+ > .asd20-button__label {
473
+ margin: 0;
474
+ padding: 0.5rem;
475
+ }
476
+ }
477
+ p {
478
+ margin: 0 space(0.25);
465
479
  }
466
- }
467
- p {
468
- margin: 0;
469
480
  }
470
481
  }
471
482
  }
472
- }
473
- .notification-group--inline {
474
- margin: space(2) space(1) space(1) space(1);
475
- }
476
- .search-header,
477
- .result-count {
478
- margin: space(0) space(1) space(1) space(1);
479
- }
483
+ .search-header,
484
+ .result-count {
485
+ margin: space(0) space(1) space(1) space(1);
486
+ }
480
487
 
481
- .asd20-search-field {
482
- border: 2px solid var(--color__accent);
483
- margin: space(0.5) 0;
484
- .asd20-icon {
485
- margin-left: space(0.5);
488
+ .asd20-search-field {
489
+ margin: space(0.5) 0;
490
+ .asd20-icon {
491
+ margin-left: space(0.5);
492
+ }
493
+ input {
494
+ border: 2px solid var(--color__accent);
495
+ font-family: var(--website-typography__font-family-headlines);
496
+ font-size: 1rem;
497
+ }
486
498
  }
487
- }
488
- .asd20-multiselect-input {
489
- .multiselect__placeholder {
490
- padding-left: 1rem;
499
+ .asd20-multiselect-input {
500
+ line-height: 1;
501
+ .multiselect__placeholder {
502
+ padding-left: space(0.5);
503
+ font-size: 1rem;
504
+ }
491
505
  }
492
506
  }
493
507
  }
494
508
 
509
+ @media (min-width: 768px) {
510
+ .asd20-template-article-digest {
511
+ .article-digest {
512
+ .asd20-card {
513
+ margin: space(1) space(1) space(2) space(1);
514
+ }
515
+ }
516
+ }
517
+ }
495
518
  @media (min-width: 1024px) {
496
519
  .asd20-template-article-digest {
497
520
  @include template-desktop;
@@ -508,62 +531,61 @@ export default {
508
531
  // }
509
532
  // }
510
533
  }
511
- .feed-title {
512
- margin-left: 0;
534
+ .notification-group--inline {
535
+ margin: space(2) space(3) space(1) space(3);
536
+ flex-basis: 100%;
513
537
  }
514
-
515
538
  .asd20-page-content {
516
- margin-top: space(1);
539
+ margin: 0 space(1);
517
540
  display: flex;
518
541
  justify-content: space-between;
519
- align-items: stretch;
520
542
  flex-wrap: wrap;
521
543
  }
522
- .notification-group--inline {
523
- margin: space(2) space(3) space(1) space(3);
524
- flex-basis: 100%;
525
- }
526
- .prev-next {
527
- margin: space(1) 0;
528
- }
529
- .primary-messaging-section {
530
- max-width: 100vw;
531
- }
532
- .feed-items {
533
- display: grid;
534
- grid-template-columns: 1fr 1fr 1fr;
535
- grid-gap: space(1);
536
- margin-bottom: space(1);
537
- .asd20-card {
538
- margin-bottom: 0;
544
+
545
+ .article-digest {
546
+ // flex-basis: 100%;
547
+ margin: space(0) space(3) space(1) space(3);
548
+ .feed-title {
549
+ margin-left: 0;
539
550
  }
540
- }
541
- .search-header,
542
- .result-count {
543
- margin: space(0) space(0) space(1) space(0);
544
- }
545
- .search-header {
546
- display: flex;
547
- flex-basis: 100%;
548
- justify-content: space-between;
549
- .asd20-search-field {
550
- border: none;
551
- flex-basis: 50%;
552
- .asd20-icon {
553
- margin-left: 0;
551
+ .prev-next {
552
+ margin: space(1) 0;
553
+ }
554
+ .primary-messaging-section {
555
+ max-width: 100vw;
556
+ }
557
+ .feed-items {
558
+ display: grid;
559
+ grid-template-columns: 1fr 1fr 1fr;
560
+ grid-gap: space(1);
561
+ margin-bottom: space(1);
562
+ .asd20-card {
563
+ margin: 0;
554
564
  }
555
565
  }
556
- .asd20-multiselect-input {
557
- margin-bottom: 0;
558
- flex-basis: 50%;
566
+ .search-header,
567
+ .result-count {
568
+ margin: space(0) space(0) space(1) space(0);
569
+ }
570
+ .search-header {
571
+ display: flex;
572
+ flex-basis: 100%;
573
+ justify-content: space-between;
574
+ .asd20-search-field {
575
+ margin: space(0.5) space(0.5);
576
+ flex-basis: 50%;
577
+ .asd20-icon {
578
+ margin-left: 0;
579
+ }
580
+ }
581
+ .asd20-multiselect-input {
582
+ margin-bottom: 0;
583
+ flex-basis: 50%;
584
+ }
585
+ }
586
+ .article-pagination {
587
+ flex-direction: row;
559
588
  }
560
- }
561
- .article-pagination {
562
- flex-direction: row;
563
- }
564
- .article-digest {
565
- // flex-basis: 100%;
566
- margin: space(1) space(3) space(1) space(3);
567
589
  }
568
590
  }
569
591
  }
@@ -170,6 +170,7 @@
170
170
  transparent
171
171
  centered
172
172
  opposite
173
+ :disabled="counter === 1"
173
174
  />
174
175
  <p>
175
176
  Page {{ Math.ceil(counter2 / numberToShow) }} of
@@ -185,6 +186,7 @@
185
186
  horizontal
186
187
  transparent
187
188
  centered
189
+ :disabled="cards.length < counter2"
188
190
  />
189
191
  </div>
190
192
  </div>
@@ -224,6 +226,7 @@
224
226
  transparent
225
227
  centered
226
228
  opposite
229
+ :disabled="counter === 1"
227
230
  />
228
231
  </a>
229
232
  <p>
@@ -241,6 +244,7 @@
241
244
  horizontal
242
245
  transparent
243
246
  centered
247
+ :disabled="cards.length < counter2"
244
248
  />
245
249
  </a>
246
250
  </div>
@@ -499,10 +503,11 @@ export default {
499
503
  padding: space(0.25);
500
504
  > .asd20-button__label {
501
505
  margin: 0;
506
+ padding: 0.5rem;
502
507
  }
503
508
  }
504
509
  p {
505
- margin: 0;
510
+ margin: 0 space(0.25);
506
511
  }
507
512
  }
508
513
  }
@@ -516,21 +521,27 @@ export default {
516
521
  // --website-icon__fill-color: #436c74;
517
522
  margin: 0 space(1);
518
523
  .asd20-card {
519
- margin-bottom: space(-0.5);
524
+ // margin-bottom: space(-0.5);
520
525
  .asd20-card__content:hover {
521
526
  background: rgba(200, 200, 200, 0.2);
522
527
  }
523
528
  }
524
529
  .asd20-search-field {
525
- border: 2px solid var(--color__accent);
526
530
  margin: space(0.5) 0;
527
531
  .asd20-icon {
528
532
  margin-left: space(0.5);
529
533
  }
534
+ input {
535
+ border: 2px solid var(--color__accent);
536
+ font-family: var(--website-typography__font-family-headlines);
537
+ font-size: 1rem;
538
+ }
530
539
  }
531
540
  .asd20-multiselect-input {
541
+ line-height: 1;
532
542
  .multiselect__placeholder {
533
- padding-left: 1rem;
543
+ padding-left: space(0.5);
544
+ font-size: 1rem;
534
545
  }
535
546
  }
536
547
  .asd20-card__content {
@@ -589,7 +600,7 @@ export default {
589
600
  flex-basis: 100%;
590
601
  justify-content: space-between;
591
602
  .asd20-search-field {
592
- border: none;
603
+ margin: space(0.5) space(0.5);
593
604
  flex-basis: 50%;
594
605
  .asd20-icon {
595
606
  margin-left: 0;