@wizishop/angular-components 14.4.38 → 14.4.40

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.
@@ -7,7 +7,7 @@ $wac-table-background-color: #fafafa!default;
7
7
  $wac-bleu-color: #52aecd!default;
8
8
  $wac-red-color: #ff1800!default;
9
9
  $wac-border-color: #cfd4e4!default;
10
- $wac-border-form: #DEE2ED!default;
10
+ $wac-border-form: #C9D2D9!default;
11
11
  $wac-border-light: #cfd4e4!default;
12
12
  $wac-color-loader2: #a2c739!default;
13
13
  $wac-color-loader: #4baed0!default;
@@ -112,7 +112,7 @@ $wac-button-tab-background: #EAEDF5!default;
112
112
 
113
113
  $wac-color-success-popup-alert: #6DCC95!default;
114
114
 
115
- $wac-background-indication: #EDEFF2!default;
115
+ $wac-background-indication: #DEE2ED!default;
116
116
 
117
117
  $wac-grey: #F5F8FA!default;
118
118
  $wac-round-breadcrumbs: #DEE2ED!default;
@@ -123,6 +123,7 @@ $wac-google-preview-url: #202124!default;
123
123
  $wac-google-preview-title: #1A0DAB!default;
124
124
  $wac-google-preview-description: #4D5156!default;
125
125
  $wac-charging-bar-background: #E1E6EA!default;
126
+ $wac-link-active: #38A3F1!default;
126
127
  .zindexToggle {
127
128
  z-index: 9!important;
128
129
  position: relative;
@@ -3902,7 +3903,7 @@ wac-calendar {
3902
3903
  justify-content: center;
3903
3904
  align-items: center;
3904
3905
  i {
3905
- font-size: rem(12);
3906
+ font-size: rem(14);
3906
3907
  font-weight: 400;
3907
3908
  color: $wac-second-color;
3908
3909
  }
@@ -5823,19 +5824,27 @@ wac-optional-disable-container {
5823
5824
  .wac-summary {
5824
5825
  p {
5825
5826
  font-size: rem(14);
5826
- line-height: rem(23);
5827
5827
  color: $wac-main-text;
5828
- margin: 15px 0;
5829
- transition: color .3s ease-in-out;
5828
+ display: flex;
5829
+ margin: 0;
5830
+ min-height: 40px;
5831
+ align-items: center;
5832
+ line-height: 1.4;
5833
+ padding: 5px 20px;
5834
+ transition: .3s ease-in-out;
5830
5835
 
5831
5836
  &.item-link {
5832
5837
  color: $wac-second-color;
5833
5838
  cursor: pointer;
5834
5839
 
5835
5840
  &.active {
5836
- color: $wac-main-text;
5841
+ color: $wac-link-active;
5842
+ background-color: transparentize($wac-link-active, .9);
5837
5843
  transition: color .3s ease-in-out;
5838
5844
  }
5845
+ &:hover, &:focus {
5846
+ background-color: $wac-grey;
5847
+ }
5839
5848
  }
5840
5849
 
5841
5850
  &:first-child {
@@ -7026,7 +7035,7 @@ span.wac-tooltip {
7026
7035
  h1.wac-h1 {
7027
7036
  font-size: rem(30);
7028
7037
  line-height: rem(35);
7029
- font-weight: 500;
7038
+ font-weight: 600;
7030
7039
  color: $wac-main-text;
7031
7040
  @include media('<desktop') {
7032
7041
  font-size: rem(22);
@@ -7470,15 +7479,15 @@ h4.wac-h4 {
7470
7479
  right: 0;
7471
7480
  top: 0;
7472
7481
  height: 40px;
7473
- color: $wac-main-text;
7482
+ color: $wac-second-color;
7474
7483
  font-size: rem(14);
7475
- padding: 7.5px 15px;
7484
+ padding: 7.5px 20px;
7476
7485
  background-color: $wac-background-indication;
7477
7486
  border: none;
7478
7487
  border-radius: 3px 3px 0 0;
7479
7488
  white-space: nowrap;
7480
7489
  transition: .3s ease;
7481
- font-weight: 500;
7490
+ font-weight: 400;
7482
7491
  display: flex;
7483
7492
  align-items: center;
7484
7493
  z-index: 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.38",
3
+ "version": "14.4.40",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",