@qhealth-design-system/core 1.7.2 → 1.7.3

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/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 1.7.3 - 2024-06-26
11
+
10
12
  ## 1.7.2 - 2024-06-24
11
13
 
12
14
  ## 1.7.1 - 2024-06-20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qhealth-design-system/core",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "",
5
5
  "licence": "MIT",
6
6
  "main": "index.js",
@@ -480,13 +480,22 @@
480
480
  }
481
481
  }
482
482
 
483
- &__footer{
483
+ &__footer {
484
484
  display: flex;
485
- justify-content: end;
485
+ justify-content: space-between;
486
+ flex-direction: row-reverse;
486
487
  @include QLD-space(padding-left, 1unit);
487
488
  @include QLD-space(padding-right, 1unit);
488
489
  @include QLD-space(margin-top, 2unit);
489
490
 
491
+ .qld__slick-controls {
492
+ order: 1;
493
+ }
494
+
495
+ a {
496
+ order: 0;
497
+ }
498
+
490
499
  &.centered {
491
500
  justify-content: center;
492
501
  }
@@ -671,11 +680,3 @@
671
680
  }
672
681
  }
673
682
  }
674
-
675
- .qld__body, .qld__banner {
676
- .qld__card-list__footer {
677
- justify-content: space-between;
678
- align-items: centre;
679
- }
680
- }
681
-
@@ -123,7 +123,7 @@ $QLD-header-md: 72px;
123
123
 
124
124
  &.qld__main-nav__item-link--open {
125
125
  &:visited {
126
- color: var(--QLD-color-light__heading);
126
+ color: var(--QLD-color-light__link);
127
127
  }
128
128
  }
129
129
  }
@@ -381,6 +381,15 @@
381
381
  border-left: none;
382
382
  }
383
383
  }
384
+
385
+ span {
386
+ color: var(--QLD-color-light__heading);
387
+ border-left: solid 4px transparent;
388
+
389
+ @include QLD-media(lg) {
390
+ border-left: none;
391
+ }
392
+ }
384
393
  }
385
394
 
386
395
  &:not(.active) {
@@ -525,6 +534,10 @@
525
534
  color: var(--QLD-color-dark__heading);
526
535
 
527
536
  }
537
+
538
+ span {
539
+ color: var(--QLD-color-dark__heading);
540
+ }
528
541
  }
529
542
 
530
543
  .qld__main-nav__sub-item-text{