@wizishop/angular-components 15.1.58 → 15.1.59

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.
@@ -7041,6 +7041,9 @@ wac-optional-disable-container {
7041
7041
  color: $wac-main-text;
7042
7042
  font-weight: 500;
7043
7043
  margin-bottom: 30px;
7044
+ padding: 5px 10px;
7045
+ border: 1px solid $wac-border-light;
7046
+ border-radius: 3px;
7044
7047
 
7045
7048
  &:after {
7046
7049
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.58",
3
+ "version": "15.1.59",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",