@wizishop/angular-components 14.4.35 → 14.4.37

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.
@@ -8105,6 +8105,8 @@ div.wac-field-input-search {
8105
8105
  align-content: center;
8106
8106
  justify-content: flex-start;
8107
8107
  width: 100%;
8108
+ position: relative;
8109
+ padding-right: 100px;
8108
8110
  i {
8109
8111
  color: $wac-wizishop-blue;
8110
8112
  margin: 0 8px 0 0;
@@ -8113,12 +8115,19 @@ div.wac-field-input-search {
8113
8115
  display: inline-block;
8114
8116
  margin: 0 20px 0 0;
8115
8117
  }
8118
+ wac-button {
8119
+ position: absolute;
8120
+ top: 50%;
8121
+ right: -20px;
8122
+ transform: translateY(-50%);
8123
+ }
8116
8124
  }
8117
8125
  &:hover,
8118
8126
  &:focus {
8119
8127
  background-color: darken($wac-color-CTA-select, 10%);
8120
8128
  }
8121
- }.wac {
8129
+ }
8130
+ .wac {
8122
8131
  &-select-in-text {
8123
8132
  width: auto;
8124
8133
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.35",
3
+ "version": "14.4.37",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",