@wizishop/angular-components 14.4.34 → 14.4.35

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.
@@ -8165,9 +8165,8 @@ div.wac-field-input-search {
8165
8165
  bottom: -3px;
8166
8166
  left: 0;
8167
8167
  width: 100%;
8168
- height: 1.5px;
8169
- background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e95656' stroke-width='1' stroke-dasharray='3%2c 6' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e");
8170
- background-position: left top;
8168
+ height: 0;
8169
+ border-bottom: 1px dashed $wac-primary-button;
8171
8170
  }
8172
8171
  &:after {
8173
8172
  content: '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.34",
3
+ "version": "14.4.35",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",