@onemrvapublic/design-system-theme 20.3.0-develop.1 → 20.3.0-develop.2

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.
@@ -92,9 +92,14 @@
92
92
  /* BEGINNING - HERE TO FORCE READONLY STATE */
93
93
  mat-form-field.onemrva-readonly,
94
94
  .onemrva-readonly {
95
+ input,
96
+ textarea {
97
+ font-weight: 700;
98
+ }
99
+
95
100
  .mdc-text-field--outlined:not(.mdc-text-field--disabled)
96
101
  .mat-mdc-notch-piece {
97
- border-color: var(--mat-form-field-outlined-outline-color);
102
+ border: 0;
98
103
  }
99
104
 
100
105
  .mat-mdc-text-field-wrapper.mdc-text-field mdc-text-field--outlined {
@@ -102,7 +107,7 @@
102
107
  .mdc-text-field--focused
103
108
  ):hover
104
109
  .mat-mdc-notch-piece {
105
- border-color: var(--mat-form-field-outlined-outline-color);
110
+ border: 0;
106
111
  }
107
112
  }
108
113
 
@@ -111,7 +116,7 @@
111
116
  ).mdc-text-field--focused
112
117
  .mdc-notched-outline
113
118
  .mat-mdc-notch-piece {
114
- border-width: 1px;
119
+ border-width: 0;
115
120
  }
116
121
 
117
122
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
@@ -121,7 +126,13 @@
121
126
  border-color: var(--mat-form-field-outlined-outline-color);
122
127
  }
123
128
 
124
- .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
129
+ .onemrva-input-phone-number .onemrva-text-number {
130
+ padding-left: 0 !important;
131
+ }
132
+
133
+ .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align,
134
+ mat-timepicker-toggle,
135
+ .mat-mdc-form-field-text-prefix {
125
136
  display: none;
126
137
  }
127
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v20.3.0-develop.1",
3
+ "version": "v20.3.0-develop.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },