@onemrvapublic/design-system-theme 17.8.6 → 17.8.7

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.
@@ -6,8 +6,15 @@
6
6
  @include mat.form-field-base($theme);
7
7
  @include mat.form-field-theme($theme);
8
8
  mat-form-field {
9
+ --mdc-outlined-text-field-focus-outline-width: 1px;
10
+
9
11
  .mat-mdc-text-field-wrapper {
10
- height: 44px;
12
+ min-height: 46px;
13
+ .mdc-text-field--outlined {
14
+ .mat-mdc-form-field-infix {
15
+ padding: 10px 0 6px 0;
16
+ }
17
+ }
11
18
  }
12
19
  }
13
20
  }
@@ -175,10 +175,12 @@
175
175
  ) {
176
176
  &.mat-focused,
177
177
  &:hover {
178
- .mat-mdc-text-field-wrapper
179
- .mat-mdc-form-field-flex
180
- .mat-mdc-floating-label {
181
- left: 3px;
178
+ .mat-mdc-text-field-wrapper {
179
+ .mat-mdc-form-field-flex {
180
+ .mat-mdc-floating-label {
181
+ left: 3px;
182
+ }
183
+ }
182
184
  }
183
185
  }
184
186
 
@@ -256,7 +258,7 @@
256
258
 
257
259
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined {
258
260
  .mat-mdc-form-field-infix {
259
- padding: 8px 0;
261
+ padding: 10px 0 6px 0;
260
262
  display: flex;
261
263
  align-items: center;
262
264
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v17.8.6",
3
+ "version": "v17.8.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },