@wizishop/angular-components 14.2.2 → 14.2.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.
@@ -6530,6 +6530,10 @@ span.wac-tooltip {
6530
6530
  width: 33%;
6531
6531
  min-width: 33%;
6532
6532
  }
6533
+
6534
+ &.transparent {
6535
+ background-color: transparent;
6536
+ }
6533
6537
  }
6534
6538
 
6535
6539
  &:nth-child(2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.2.2",
3
+ "version": "14.2.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",