@wizishop/angular-components 14.4.39 → 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.
@@ -5831,7 +5831,7 @@ wac-optional-disable-container {
5831
5831
  align-items: center;
5832
5832
  line-height: 1.4;
5833
5833
  padding: 5px 20px;
5834
- transition: color .3s ease-in-out;
5834
+ transition: .3s ease-in-out;
5835
5835
 
5836
5836
  &.item-link {
5837
5837
  color: $wac-second-color;
@@ -5842,6 +5842,9 @@ wac-optional-disable-container {
5842
5842
  background-color: transparentize($wac-link-active, .9);
5843
5843
  transition: color .3s ease-in-out;
5844
5844
  }
5845
+ &:hover, &:focus {
5846
+ background-color: $wac-grey;
5847
+ }
5845
5848
  }
5846
5849
 
5847
5850
  &:first-child {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.39",
3
+ "version": "14.4.40",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",