@onemrvapublic/design-system-theme 20.2.1-develop.5 → 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.
@@ -88,4 +88,53 @@
88
88
  );
89
89
  }
90
90
  }
91
+
92
+ /* BEGINNING - HERE TO FORCE READONLY STATE */
93
+ mat-form-field.onemrva-readonly,
94
+ .onemrva-readonly {
95
+ input,
96
+ textarea {
97
+ font-weight: 700;
98
+ }
99
+
100
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled)
101
+ .mat-mdc-notch-piece {
102
+ border: 0;
103
+ }
104
+
105
+ .mat-mdc-text-field-wrapper.mdc-text-field mdc-text-field--outlined {
106
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
107
+ .mdc-text-field--focused
108
+ ):hover
109
+ .mat-mdc-notch-piece {
110
+ border: 0;
111
+ }
112
+ }
113
+
114
+ .mdc-text-field--outlined:not(
115
+ .mdc-text-field--disabled
116
+ ).mdc-text-field--focused
117
+ .mdc-notched-outline
118
+ .mat-mdc-notch-piece {
119
+ border-width: 0;
120
+ }
121
+
122
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
123
+ .mdc-text-field--focused
124
+ ):hover
125
+ .mat-mdc-notch-piece {
126
+ border-color: var(--mat-form-field-outlined-outline-color);
127
+ }
128
+
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 {
136
+ display: none;
137
+ }
138
+ }
139
+ /* END - HERE TO FORCE READONLY STATE */
91
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v20.2.1-develop.5",
3
+ "version": "v20.3.0-develop.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },