@wizishop/angular-components 15.1.57 → 15.1.58

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.
@@ -7062,7 +7062,7 @@ wac-optional-disable-container {
7062
7062
 
7063
7063
  & + .wac-tabs__wrapper {
7064
7064
  position: absolute;
7065
- top: 100%;
7065
+ top: calc(100% - 30px);
7066
7066
  left: 0;
7067
7067
  background-color: white;
7068
7068
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.57",
3
+ "version": "15.1.58",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",