@onemrvapublic/design-system-theme 17.2.64 → 17.3.1

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.
@@ -8,33 +8,81 @@
8
8
  @include mat.checkbox-base($theme);
9
9
  @include mat.checkbox-theme($theme);
10
10
 
11
-
12
-
13
-
14
- .mat-mdc-checkbox .mdc-checkbox {
15
- .mdc-checkbox__native-control:enabled:checked,
16
- .mdc-checkbox__native-control:enabled:indeterminate {
17
- ~ .mdc-checkbox__background {
18
- background: $onemrva-accent-gradient-vertical;
19
- border: none;
20
-
21
- .mdc-checkbox__checkmark {
22
- width: calc(100% - 4px);
23
- top: 2px;
24
- left: 2px;
11
+ .mat-mdc-checkbox {
12
+ &.mat-accent {
13
+ .mdc-checkbox__native-control:enabled:checked,
14
+ .mdc-checkbox__native-control:enabled:indeterminate {
15
+ ~ .mdc-checkbox__background {
16
+ background: $onemrva-accent-gradient-vertical;
17
+ border: µ.accent($theme, 500);
25
18
  }
26
-
27
- .mdc-checkbox__mixedmark {
28
- width: calc(100% - 6px);
29
- top: 2px;
30
- left: 2px;
19
+ }
20
+ }
21
+ &.mat-primary {
22
+ .mdc-checkbox__native-control:enabled:checked,
23
+ .mdc-checkbox__native-control:enabled:indeterminate {
24
+ ~ .mdc-checkbox__background {
25
+ background: µ.primary($theme, 500);
26
+ border: µ.primary($theme, 500);
27
+ }
28
+ }
29
+ }
30
+ &.mat-warn {
31
+ .mdc-checkbox__native-control:enabled:checked,
32
+ .mdc-checkbox__native-control:enabled:indeterminate {
33
+ ~ .mdc-checkbox__background {
34
+ .mdc-checkbox__checkmark {
35
+ color: white;
36
+ }
37
+ }
38
+ }
39
+ }
40
+ &.mat-success {
41
+ .mdc-checkbox__native-control:enabled:checked,
42
+ .mdc-checkbox__native-control:enabled:indeterminate {
43
+ ~ .mdc-checkbox__background {
44
+ background: µ.success($theme, 600);
45
+ border: µ.success($theme, 600);
46
+ }
47
+ }
48
+ }
49
+ &.mat-error {
50
+ .mdc-checkbox__native-control:enabled:checked,
51
+ .mdc-checkbox__native-control:enabled:indeterminate {
52
+ ~ .mdc-checkbox__background {
53
+ background: µ.error($theme, 500);
54
+ border: µ.error($theme, 500);
55
+ }
56
+ }
57
+ }
58
+ &.mat-info {
59
+ .mdc-checkbox__native-control:enabled:checked,
60
+ .mdc-checkbox__native-control:enabled:indeterminate {
61
+ ~ .mdc-checkbox__background {
62
+ background: µ.info($theme, 500);
63
+ border: µ.info($theme, 500);
31
64
  }
32
65
  }
33
66
  }
34
- }
35
-
36
- .mat-mdc-checkbox {
37
67
  .mdc-checkbox {
68
+ .mdc-checkbox__native-control:enabled:checked,
69
+ .mdc-checkbox__native-control:enabled:indeterminate {
70
+ ~ .mdc-checkbox__background {
71
+
72
+ .mdc-checkbox__checkmark {
73
+ width: calc(100% - 4px);
74
+ top: 2px;
75
+ left: 2px;
76
+ }
77
+
78
+ .mdc-checkbox__mixedmark {
79
+ width: calc(100% - 6px);
80
+ top: 2px;
81
+ left: 2px;
82
+ }
83
+ }
84
+ }
85
+
38
86
  padding: 12px;
39
87
  .mdc-checkbox__background {
40
88
  width: 20px;
@@ -8,65 +8,65 @@
8
8
  @include mat.expansion-base($theme);
9
9
  @include mat.expansion-theme($theme);
10
10
 
11
- .mat-expansion-panel:not([class*="mat-elevation-z"]) {
12
- box-shadow: none;
13
- }
14
-
15
- .mat-expansion-indicator::after {
16
- font-family: "Material Icons";
17
- content: "\e5cf";
18
- border: none;
19
- transform: none;
20
- font-size: 30px;
21
- padding: 0;
22
- width: 23px;
23
- }
11
+ .mat-expansion-panel {
24
12
 
25
- .mat-expansion-panel:not(.mat-expanded)
26
- .mat-expansion-panel-header:hover:not([aria-disabled="true"]) {
27
- &:hover {
28
- background: none;
13
+ &:not([class*="mat-elevation-z"]) {
14
+ box-shadow: none;
29
15
  }
30
- }
31
16
 
32
- .mat-expansion-panel-header {
33
- padding: 0;
17
+ .mat-expansion-panel-header {
18
+ padding: 0;
34
19
 
35
- &.mat-expanded {
36
- height: auto;
37
- }
38
-
39
- &.mat-expanded {
40
- .mat-expansion-indicator {
41
- transform: rotate(180deg) translateY(10px);
20
+ &.mat-expanded {
21
+ height: auto;
42
22
  }
43
- }
44
23
 
45
- .mat-expansion-panel-header-title {
46
- align-items: center;
47
- display: flex;
48
- gap: 16px;
49
-
50
- h1,
51
- h2,
52
- h3,
53
- h4,
54
- h5,
55
- h6 {
56
- margin: 0;
24
+ &.mat-expanded {
25
+ .mat-expansion-indicator {
26
+ transform: rotate(180deg) translateY(10px);
27
+ }
57
28
  }
29
+ .mat-expansion-panel-header-title {
30
+ align-items: center;
31
+ display: flex;
32
+ gap: 16px;
58
33
 
59
- &:after {
60
- content: "";
61
- width: 130px;
62
- height: 1px;
63
- background: µ.grayscale($theme, 300);
64
- flex: 1000000 0 10px;
34
+ h1,
35
+ h2,
36
+ h3,
37
+ h4,
38
+ h5,
39
+ h6 {
40
+ margin: 0;
41
+ }
42
+ &:after {
43
+ content: "";
44
+ width: 130px;
45
+ height: 1px;
46
+ background: µ.grayscale($theme, 300);
47
+ flex: 1000000 0 10px;
48
+ }
49
+ }
50
+ .mat-expansion-indicator {
51
+ &::after {
52
+ font-family: "Material Icons" !important;
53
+ content: "\e5cf" !important;
54
+ border: none !important;
55
+ transform: none !important;
56
+ font-size: 30px !important;
57
+ padding: 0 !important;
58
+ width: 23px !important;
59
+ }
65
60
  }
66
61
  }
62
+ &:not(.mat-expanded)
63
+ .mat-expansion-panel-header:hover:not([aria-disabled="true"]) {
64
+ &:hover {
65
+ background: none;
66
+ }
67
+ }
68
+ .mat-expansion-panel-body {
69
+ padding: 0;
70
+ }
67
71
  }
68
-
69
- .mat-expansion-panel-body {
70
- padding: 0;
71
- }
72
- }
72
+ }
@@ -1,7 +1,7 @@
1
- @use "@angular/material" as mat;
2
- @use "./µ";
3
- @use "sass:map";
4
- @import "../utilities/variables";
1
+ @use '@angular/material' as mat;
2
+ @use './µ';
3
+ @use 'sass:map';
4
+ @import '../utilities/variables';
5
5
 
6
6
  @mixin inputStyle($color) {
7
7
  &.mat-focused,
@@ -12,6 +12,7 @@
12
12
  border-width: 2px;
13
13
  border-color: $color;
14
14
  }
15
+
15
16
  .mdc-notched-outline__notch {
16
17
  border-width: 2px;
17
18
  border-bottom-color: $color;
@@ -21,26 +22,41 @@
21
22
  }
22
23
 
23
24
  @mixin theme($theme) {
25
+ --mat-form-field-container-height: 44px;
26
+ --mat-form-field-outlined-label-text-populated-size: 12px;
24
27
 
25
28
  @include mat.input-base($theme);
26
29
  @include mat.input-theme($theme);
27
30
 
28
-
29
-
31
+ .mat-mdc-text-field-wrapper.mdc-text-field--outlined
32
+ .mdc-notched-outline--upgraded
33
+ .mdc-floating-label--float-above {
34
+ --mat-mdc-form-field-label-transform: translateY(
35
+ calc(calc(10px + var(--mat-form-field-container-height) / 2) * -1)
36
+ );
37
+ }
30
38
 
31
39
  .mat-mdc-form-field {
32
- line-height: 1.125;
40
+ line-height: 26px;
41
+ padding: 8px;
42
+ --mat-mdc-form-field-floating-label-scale: 1;
33
43
 
34
- .mat-mdc-form-field-required-marker{
44
+ .mat-mdc-form-field-required-marker {
35
45
  color: µ.error($theme, 500);
36
46
  }
37
47
 
48
+ .mat-mdc-text-field-wrapper {
49
+ padding: 0 8px;
50
+ }
51
+
38
52
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
39
53
  color: µ.grayscale($theme, 900);
40
54
  }
41
55
 
42
- .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
43
- top: 25px;
56
+ .mat-mdc-text-field-wrapper
57
+ .mat-mdc-form-field-flex
58
+ .mat-mdc-floating-label {
59
+ //top: 25px;
44
60
  }
45
61
 
46
62
  .mat-mdc-form-field-hint-spacer {
@@ -48,7 +64,7 @@
48
64
  }
49
65
 
50
66
  .mat-mdc-form-field-hint-wrapper {
51
- padding: 0;
67
+ padding: 4px 0;
52
68
  }
53
69
 
54
70
  .mat-mdc-form-field-icon-suffix {
@@ -74,7 +90,7 @@
74
90
  .mat-icon {
75
91
  float: left;
76
92
  font-size: 16px;
77
- font-variation-settings: "FILL" 1;
93
+ font-variation-settings: 'FILL' 1;
78
94
  margin-right: 8px;
79
95
  vertical-align: baseline;
80
96
  flex: 0 0 16px;
@@ -99,7 +115,9 @@
99
115
  &.mat-form-field-onemrva-warning {
100
116
  &.mat-focused,
101
117
  &:hover {
102
- .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
118
+ .mat-mdc-text-field-wrapper
119
+ .mat-mdc-form-field-flex
120
+ .mat-mdc-floating-label {
103
121
  left: 3px;
104
122
  }
105
123
  }
@@ -120,7 +138,7 @@
120
138
  .mat-icon {
121
139
  float: left;
122
140
  font-size: 16px;
123
- font-variation-settings: "FILL" 1;
141
+ font-variation-settings: 'FILL' 1;
124
142
  margin-right: 8px;
125
143
  vertical-align: baseline;
126
144
  flex: 0 0 16px;
@@ -132,6 +150,7 @@
132
150
  .mat-mdc-form-field-hint-wrapper {
133
151
  padding: 0;
134
152
  position: static;
153
+
135
154
  .mat-warn {
136
155
  margin-bottom: 8px;
137
156
  padding: 8px 1em;
@@ -144,7 +163,7 @@
144
163
  .mat-icon {
145
164
  float: left;
146
165
  font-size: 16px;
147
- font-variation-settings: "FILL" 1;
166
+ font-variation-settings: 'FILL' 1;
148
167
  margin-right: 8px;
149
168
  vertical-align: baseline;
150
169
  flex: 0 0 16px;
@@ -158,7 +177,9 @@
158
177
  ) {
159
178
  &.mat-focused,
160
179
  &:hover {
161
- .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
180
+ .mat-mdc-text-field-wrapper
181
+ .mat-mdc-form-field-flex
182
+ .mat-mdc-floating-label {
162
183
  left: 3px;
163
184
  }
164
185
  }
@@ -169,6 +190,7 @@
169
190
  border-color: µ.grayscale($theme, 200);
170
191
  outline: 1px solid transparent;
171
192
  }
193
+
172
194
  .mdc-notched-outline__notch {
173
195
  border-bottom-color: µ.grayscale($theme, 200);
174
196
  outline: 1px solid transparent;
@@ -192,6 +214,7 @@
192
214
  border-width: 2px;
193
215
  border-color: µ.error($theme);
194
216
  }
217
+
195
218
  .mdc-notched-outline__notch {
196
219
  border-width: 2px;
197
220
  border-bottom-color: µ.error($theme);
@@ -217,6 +240,7 @@
217
240
  border-width: 2px;
218
241
  border-color: µ.warn($theme, 600);
219
242
  }
243
+
220
244
  .mdc-notched-outline__notch {
221
245
  border-width: 2px;
222
246
  border-bottom-color: µ.warn($theme, 600);
@@ -232,42 +256,10 @@
232
256
  }
233
257
  }
234
258
 
235
- .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
236
- min-height: 46px;
237
- padding: 12px 0;
259
+ .mat-mdc-text-field-wrapper.mdc-text-field--outlined
260
+ .mat-mdc-form-field-infix {
261
+ padding: 8px 0;
262
+ display: flex;
263
+ align-items: center;
238
264
  }
239
265
  }
240
-
241
- // @mixin theme($theme) {
242
-
243
- // // vertical alignment of the select arrow
244
- // .mat-form-field-appearance-outline .mat-select-arrow-wrapper {
245
- // transform: translateY(20%);
246
- // }
247
-
248
- // mat-option {
249
- // .mat-pseudo-checkbox {
250
- // border: 2px solid µ.grayscale($theme);
251
- // }
252
- // .mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-indeterminate {
253
- // background: $onemrva-accent-gradient !important;
254
- // border: none !important;
255
- // }
256
- // .mat-option-text {
257
-
258
- // color: µ.grayscale($theme, 700) !important;
259
- // }
260
- // .mat-pseudo-checkbox-checked::after {
261
- // top: 4.4px;
262
- // left: 3px;
263
- // }
264
- // }
265
-
266
- // // mat-date-range-input .mat-date-range-input-separator {
267
- // // border-left: 1px solid red;
268
- // // height: 48px;
269
- // // margin: -11px 5px -15px;
270
- // // width: 0;
271
- // // overflow: hidden;
272
- // // }
273
- // }
@@ -9,7 +9,7 @@
9
9
  map.get($theme, "typography"),
10
10
  body-1
11
11
  ); // HWKTMP For some reason, the font family is not taken into account from configuration
12
- color: µ.primary($theme);
12
+ color: µ.primary($theme, 500);
13
13
  text-decoration: underline µ.primary($theme);
14
14
  font-weight: 600;
15
15
 
@@ -7,8 +7,6 @@
7
7
  @include mat.table-base($theme);
8
8
  @include mat.table-theme($theme);
9
9
 
10
-
11
-
12
10
  .mat-mdc-table {
13
11
  th.mat-mdc-header-cell {
14
12
  color: black;
@@ -33,14 +31,12 @@
33
31
  }
34
32
  }
35
33
  }
34
+
36
35
  tr {
37
36
  transition: background-color 400ms ease-out;
38
37
  padding: 16px;
39
38
  line-height: 23px;
40
39
 
41
- &:nth-child(even) {
42
- background-color: µ.primary($theme, 50);
43
- }
44
40
  td.mat-mdc-cell {
45
41
  line-height: 22px;
46
42
  padding-top: 8px;
@@ -104,5 +100,13 @@
104
100
  }
105
101
  }
106
102
  }
103
+
104
+ tbody {
105
+ tr {
106
+ &:nth-child(even) {
107
+ background-color: µ.primary($theme, 50);
108
+ }
109
+ }
110
+ }
107
111
  }
108
112
  }
@@ -7,9 +7,11 @@
7
7
  @include mat.toolbar-base($theme);
8
8
  @include mat.toolbar-theme($theme);
9
9
 
10
-
11
-
12
10
  .mat-toolbar{
11
+ --mat-toolbar-title-text-font: #{mat.get-theme-typography($theme,'button', font-family)};
12
+ --mat-toolbar-title-text-size: 16px;
13
+ --mat-toolbar-title-text-line-height: 16px;
14
+ --mat-toolbar-title-text-weight: 400;
13
15
  &.sticky {
14
16
  position: sticky !important;
15
17
  bottom: 0 !important;
@@ -2,9 +2,9 @@ import { NgModule } from '@angular/core';
2
2
  import { MAT_FORM_FIELD_DEFAULT_OPTIONS, } from '@angular/material/form-field';
3
3
  import * as i0 from "@angular/core";
4
4
  export class OnemrvaThemeModule {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: OnemrvaThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: OnemrvaThemeModule }); }
7
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: OnemrvaThemeModule, providers: [
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnemrvaThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: OnemrvaThemeModule }); }
7
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnemrvaThemeModule, providers: [
8
8
  {
9
9
  provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
10
10
  useValue: {
@@ -14,7 +14,7 @@ export class OnemrvaThemeModule {
14
14
  },
15
15
  ] }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: OnemrvaThemeModule, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnemrvaThemeModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  providers: [
@@ -29,4 +29,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
29
29
  imports: []
30
30
  }]
31
31
  }] });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlbWUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvb25lbXJ2YS90aGVtZS9zcmMvbGliL3RoZW1lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFFTCw4QkFBOEIsR0FDL0IsTUFBTSw4QkFBOEIsQ0FBQzs7QUFnQnRDLE1BQU0sT0FBTyxrQkFBa0I7OEdBQWxCLGtCQUFrQjsrR0FBbEIsa0JBQWtCOytHQUFsQixrQkFBa0IsYUFibEI7WUFDVDtnQkFDRSxPQUFPLEVBQUUsOEJBQThCO2dCQUN2QyxRQUFRLEVBQUU7b0JBQ1IsVUFBVSxFQUFFLFNBQVM7b0JBQ3JCLFVBQVUsRUFBRSxRQUFRO2lCQUNTO2FBQ2hDO1NBQ0Y7OzJGQUtVLGtCQUFrQjtrQkFkOUIsUUFBUTttQkFBQztvQkFDUixTQUFTLEVBQUU7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLDhCQUE4Qjs0QkFDdkMsUUFBUSxFQUFFO2dDQUNSLFVBQVUsRUFBRSxTQUFTO2dDQUNyQixVQUFVLEVBQUUsUUFBUTs2QkFDUzt5QkFDaEM7cUJBQ0Y7b0JBQ0QsT0FBTyxFQUFFLEVBRVI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgTWF0Rm9ybUZpZWxkRGVmYXVsdE9wdGlvbnMsXG4gIE1BVF9GT1JNX0ZJRUxEX0RFRkFVTFRfT1BUSU9OUyxcbn0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCc7XG5cbkBOZ01vZHVsZSh7XG4gIHByb3ZpZGVyczogW1xuICAgIHtcbiAgICAgIHByb3ZpZGU6IE1BVF9GT1JNX0ZJRUxEX0RFRkFVTFRfT1BUSU9OUyxcbiAgICAgIHVzZVZhbHVlOiB7XG4gICAgICAgIGFwcGVhcmFuY2U6ICdvdXRsaW5lJyxcbiAgICAgICAgZmxvYXRMYWJlbDogJ2Fsd2F5cycsXG4gICAgICB9IGFzIE1hdEZvcm1GaWVsZERlZmF1bHRPcHRpb25zLFxuICAgIH0sXG4gIF0sXG4gIGltcG9ydHM6IFtcblxuICBdXG59KVxuZXhwb3J0IGNsYXNzIE9uZW1ydmFUaGVtZU1vZHVsZSB7fVxuIl19
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlbWUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvb25lbXJ2YS90aGVtZS9zcmMvbGliL3RoZW1lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFFTCw4QkFBOEIsR0FDL0IsTUFBTSw4QkFBOEIsQ0FBQzs7QUFpQnRDLE1BQU0sT0FBTyxrQkFBa0I7OEdBQWxCLGtCQUFrQjsrR0FBbEIsa0JBQWtCOytHQUFsQixrQkFBa0IsYUFibEI7WUFDVDtnQkFDRSxPQUFPLEVBQUUsOEJBQThCO2dCQUN2QyxRQUFRLEVBQUU7b0JBQ1IsVUFBVSxFQUFFLFNBQVM7b0JBQ3JCLFVBQVUsRUFBRSxRQUFRO2lCQUNTO2FBQ2hDO1NBQ0Y7OzJGQUtVLGtCQUFrQjtrQkFkOUIsUUFBUTttQkFBQztvQkFDUixTQUFTLEVBQUU7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLDhCQUE4Qjs0QkFDdkMsUUFBUSxFQUFFO2dDQUNSLFVBQVUsRUFBRSxTQUFTO2dDQUNyQixVQUFVLEVBQUUsUUFBUTs2QkFDUzt5QkFDaEM7cUJBQ0Y7b0JBQ0QsT0FBTyxFQUFFLEVBRVI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgTWF0Rm9ybUZpZWxkRGVmYXVsdE9wdGlvbnMsXG4gIE1BVF9GT1JNX0ZJRUxEX0RFRkFVTFRfT1BUSU9OUyxcbn0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCc7XG5pbXBvcnQge01BVF9FWFBBTlNJT05fUEFORUxfREVGQVVMVF9PUFRJT05TLCBNYXRFeHBhbnNpb25QYW5lbERlZmF1bHRPcHRpb25zfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvZXhwYW5zaW9uXCI7XG5cbkBOZ01vZHVsZSh7XG4gIHByb3ZpZGVyczogW1xuICAgIHtcbiAgICAgIHByb3ZpZGU6IE1BVF9GT1JNX0ZJRUxEX0RFRkFVTFRfT1BUSU9OUyxcbiAgICAgIHVzZVZhbHVlOiB7XG4gICAgICAgIGFwcGVhcmFuY2U6ICdvdXRsaW5lJyxcbiAgICAgICAgZmxvYXRMYWJlbDogJ2Fsd2F5cycsXG4gICAgICB9IGFzIE1hdEZvcm1GaWVsZERlZmF1bHRPcHRpb25zLFxuICAgIH0sXG4gIF0sXG4gIGltcG9ydHM6IFtcblxuICBdXG59KVxuZXhwb3J0IGNsYXNzIE9uZW1ydmFUaGVtZU1vZHVsZSB7fVxuIl19
@@ -3,9 +3,9 @@ import { NgModule } from '@angular/core';
3
3
  import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
4
4
 
5
5
  class OnemrvaThemeModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: OnemrvaThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: OnemrvaThemeModule }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: OnemrvaThemeModule, providers: [
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnemrvaThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: OnemrvaThemeModule }); }
8
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnemrvaThemeModule, providers: [
9
9
  {
10
10
  provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
11
11
  useValue: {
@@ -15,7 +15,7 @@ class OnemrvaThemeModule {
15
15
  },
16
16
  ] }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: OnemrvaThemeModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: OnemrvaThemeModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  providers: [
@@ -1 +1 @@
1
- {"version":3,"file":"onemrvapublic-design-system-theme.mjs","sources":["../../../../projects/onemrva/theme/src/lib/theme.module.ts","../../../../projects/onemrva/theme/src/index.ts","../../../../projects/onemrva/theme/src/onemrvapublic-design-system-theme.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport {\n MatFormFieldDefaultOptions,\n MAT_FORM_FIELD_DEFAULT_OPTIONS,\n} from '@angular/material/form-field';\n\n@NgModule({\n providers: [\n {\n provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,\n useValue: {\n appearance: 'outline',\n floatLabel: 'always',\n } as MatFormFieldDefaultOptions,\n },\n ],\n imports: [\n\n ]\n})\nexport class OnemrvaThemeModule {}\n","/*\n * Public API Surface of theme\n */\n\nexport * from './lib/theme.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAoBa,kBAAkB,CAAA;8GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAlB,kBAAkB,EAAA,CAAA,CAAA,EAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,EAblB,SAAA,EAAA;AACT,YAAA;AACE,gBAAA,OAAO,EAAE,8BAA8B;AACvC,gBAAA,QAAQ,EAAE;AACR,oBAAA,UAAU,EAAE,SAAS;AACrB,oBAAA,UAAU,EAAE,QAAQ;AACS,iBAAA;AAChC,aAAA;AACF,SAAA,EAAA,CAAA,CAAA,EAAA;;2FAKU,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAd9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,SAAS,EAAE;AACT,wBAAA;AACE,4BAAA,OAAO,EAAE,8BAA8B;AACvC,4BAAA,QAAQ,EAAE;AACR,gCAAA,UAAU,EAAE,SAAS;AACrB,gCAAA,UAAU,EAAE,QAAQ;AACS,6BAAA;AAChC,yBAAA;AACF,qBAAA;AACD,oBAAA,OAAO,EAAE,EAER;AACF,iBAAA,CAAA;;;ACnBD;;AAEG;;ACFH;;AAEG;;;;"}
1
+ {"version":3,"file":"onemrvapublic-design-system-theme.mjs","sources":["../../../../projects/onemrva/theme/src/lib/theme.module.ts","../../../../projects/onemrva/theme/src/index.ts","../../../../projects/onemrva/theme/src/onemrvapublic-design-system-theme.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport {\n MatFormFieldDefaultOptions,\n MAT_FORM_FIELD_DEFAULT_OPTIONS,\n} from '@angular/material/form-field';\nimport {MAT_EXPANSION_PANEL_DEFAULT_OPTIONS, MatExpansionPanelDefaultOptions} from \"@angular/material/expansion\";\n\n@NgModule({\n providers: [\n {\n provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,\n useValue: {\n appearance: 'outline',\n floatLabel: 'always',\n } as MatFormFieldDefaultOptions,\n },\n ],\n imports: [\n\n ]\n})\nexport class OnemrvaThemeModule {}\n","/*\n * Public API Surface of theme\n */\n\nexport * from './lib/theme.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAqBa,kBAAkB,CAAA;8GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAlB,kBAAkB,EAAA,CAAA,CAAA,EAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,EAblB,SAAA,EAAA;AACT,YAAA;AACE,gBAAA,OAAO,EAAE,8BAA8B;AACvC,gBAAA,QAAQ,EAAE;AACR,oBAAA,UAAU,EAAE,SAAS;AACrB,oBAAA,UAAU,EAAE,QAAQ;AACS,iBAAA;AAChC,aAAA;AACF,SAAA,EAAA,CAAA,CAAA,EAAA;;2FAKU,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAd9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,SAAS,EAAE;AACT,wBAAA;AACE,4BAAA,OAAO,EAAE,8BAA8B;AACvC,4BAAA,QAAQ,EAAE;AACR,gCAAA,UAAU,EAAE,SAAS;AACrB,gCAAA,UAAU,EAAE,QAAQ;AACS,6BAAA;AAChC,yBAAA;AACF,qBAAA;AACD,oBAAA,OAAO,EAAE,EAER;AACF,iBAAA,CAAA;;;ACpBD;;AAEG;;ACFH;;AAEG;;;;"}