@testgorilla/tgo-ui 1.13.20 → 1.13.22

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.20",
3
+ "version": "1.13.22",
4
4
  "lint-staged": {
5
5
  "src/**/*.ts": [
6
6
  "eslint --fix",
@@ -130,7 +130,7 @@
130
130
  }
131
131
  }
132
132
 
133
- .mat-mdc-text-field-wrapper {
133
+ .mat-mdc-text-field-wrapper:not(.mat-warn) {
134
134
  height: 48px;
135
135
 
136
136
  &:hover {
@@ -241,10 +241,6 @@
241
241
  .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above {
242
242
  color: $error-50 !important;
243
243
  }
244
-
245
- .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above {
246
- color: $error-50 !important;
247
- }
248
244
  }
249
245
  }
250
246
  }