@testgorilla/tgo-ui 1.13.22 → 1.13.24

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "1.13.22",
3
+ "version": "1.13.24",
4
4
  "lint-staged": {
5
5
  "src/**/*.ts": [
6
6
  "eslint --fix",
@@ -115,7 +115,7 @@
115
115
  }
116
116
  }
117
117
 
118
- .mat-mdc-form-field {
118
+ .mat-mdc-form-field, .autocomplete-wrapper .mat-mdc-form-field {
119
119
  &.mat-form-field-appearance-outline {
120
120
 
121
121
  input {
@@ -130,7 +130,7 @@
130
130
  }
131
131
  }
132
132
 
133
- .mat-mdc-text-field-wrapper:not(.mat-warn) {
133
+ .mat-mdc-text-field-wrapper {
134
134
  height: 48px;
135
135
 
136
136
  &:hover {