@wizishop/angular-components 15.1.20 → 15.1.21

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.
@@ -3100,6 +3100,9 @@ wac-calendar {
3100
3100
  width: auto;
3101
3101
  > div {
3102
3102
  margin: 0 0 0 10px;
3103
+ &:hover, &:focus {
3104
+ z-index: 2;
3105
+ }
3103
3106
  }
3104
3107
  }
3105
3108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.20",
3
+ "version": "15.1.21",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",