@onemrvapublic/design-system-theme 17.2.37 → 17.2.39

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.
@@ -10,7 +10,6 @@
10
10
  $accent-gradient: transparent
11
11
  linear-gradient(90deg, $accent400 0%, $accent500 100%) 0% 0% no-repeat
12
12
  padding-box;
13
-
14
13
  mat-button-toggle-group {
15
14
  border-radius: $onemrva-button-border-radius;
16
15
  border-color: µ.grayscale($theme, 300);
@@ -18,12 +17,10 @@
18
17
  // padding: $spacer 2 * $spacer;
19
18
  font-weight: 600;
20
19
  color: µ.grayscale($theme, 900);
21
-
22
20
  .mat-button-toggle-button {
23
21
  padding: $spacer 2 * $spacer;
24
22
  width: auto;
25
23
  }
26
-
27
24
  .mat-button-toggle-label-content {
28
25
  line-height: 21px !important;
29
26
  font-size: 14px;
@@ -174,7 +171,6 @@
174
171
 
175
172
  &:hover:not(:disabled):not(.choice-btn) {
176
173
  box-shadow: $box-shadow;
177
-
178
174
  .mat-button-focus-overlay {
179
175
  background: transparent;
180
176
  opacity: 0;
@@ -10,10 +10,98 @@
10
10
  background: none;
11
11
  }
12
12
 
13
- mat-chip,
14
- mat-chip-row {
13
+ mat-chip-option {
15
14
  transition: none;
16
15
  box-shadow: none;
16
+ opacity: 1;
17
+ background: #f1f0fc 0% 0% no-repeat padding-box !important;
18
+ color: $color;
19
+ border: 2px solid $color;
20
+ height: 22px;
21
+ border-radius: 500px;
22
+ padding: 8px 16px;
23
+ font-family: Poppins, sans-serif;
24
+ font-size: 16px;
25
+ font-style: normal;
26
+ font-weight: 500;
27
+ line-height: 21px; /* 131.25% */
28
+ .mat-icon {
29
+ line-height: 14px;
30
+ }
31
+ &.mat-primary {
32
+ background: µ.primary($theme, 50) !important;
33
+ border: 1px solid µ.primary($theme, 300);
34
+ .mat-mdc-chip-action-label {
35
+ color: $primary;
36
+ }
37
+ }
38
+ &.mat-accent {
39
+ $color: µ.accent($theme, "500-contrast");
40
+ background: $onemrva-accent-gradient-vertical !important;
41
+ border: none;
42
+ .mat-mdc-chip-action-label {
43
+ color: $color;
44
+ }
45
+ }
46
+ &.mat-error {
47
+ background: µ.error($theme, 50) !important;
48
+ border: 1px solid µ.error($theme, 500);
49
+ .mat-mdc-chip-action-label {
50
+ color: µ.error($theme, 500);
51
+ }
52
+ }
53
+ &.mat-warn {
54
+ background: µ.warn($theme, 50) !important;
55
+ border: 1px solid µ.warn($theme, 200);
56
+ .mat-mdc-chip-action-label {
57
+ color: µ.warn($theme, 600);
58
+ }
59
+ }
60
+ &.mat-success {
61
+ background: µ.success($theme, 50) !important;
62
+ border: 1px solid µ.success($theme, 200);
63
+ .mat-mdc-chip-action-label {
64
+ color: µ.success($theme);
65
+ }
66
+ }
67
+ &.mat-error {
68
+ background: µ.error($theme, 50) !important;
69
+ border: 1px solid µ.error($theme, 500);
70
+ display: inline-flex;
71
+ .mat-mdc-chip-action-label {
72
+ color: µ.error($theme);
73
+ }
74
+ }
75
+ &.mat-info {
76
+ background: µ.info($theme, 50) !important;
77
+ border: 1px solid µ.info($theme, 200);
78
+ .mat-mdc-chip-action-label {
79
+ color: µ.info($theme);
80
+ }
81
+ }
82
+ &.mat-mdc-chip-disabled {
83
+ opacity: 1;
84
+ background: µ.grayscale($theme, 50) !important;
85
+ border: 1px solid µ.grayscale($theme, 400);
86
+ .mat-mdc-chip-action-label {
87
+ color: µ.grayscale($theme, 700);
88
+ }
89
+ }
90
+ &.mdc-evolution-chip--selected {
91
+ background: µ.primary($theme, 500) !important;
92
+ }
93
+ .mat-mdc-chip-remove {
94
+ margin-top: 6px;
95
+ }
96
+ }
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+ #NO {
17
105
  &.mat-mdc-standard-chip {
18
106
  &:active {
19
107
  box-shadow: none !important;
@@ -27,14 +115,6 @@
27
115
  }
28
116
  }
29
117
 
30
- opacity: 1;
31
- background: #f1f0fc 0% 0% no-repeat padding-box !important;
32
- color: $color;
33
- border: 2px solid $color;
34
- padding: 4px 16px;
35
- height: 22px;
36
- font: normal normal 400 14px Poppins;
37
-
38
118
  .mat-mdc-chip-action-label {
39
119
  display: flex;
40
120
  align-items: center;
@@ -47,109 +127,7 @@
47
127
  width: 22px;
48
128
  }
49
129
  }
50
- &.mat-primary {
51
- background: µ.primary($theme, 50) !important;
52
- border: 1px solid µ.primary($theme, 300);
53
- .mat-mdc-chip-action-label {
54
- color: $primary;
55
- }
56
- }
57
- &.mat-accent {
58
- $color: µ.accent($theme, "500-contrast");
59
- background: $onemrva-accent-gradient-vertical !important;
60
- border: none;
61
- .mat-mdc-chip-action-label {
62
- color: $color;
63
- }
64
- }
65
- &.mat-warn {
66
- background: µ.warn($theme, 50) !important;
67
- border: 1px solid µ.warn($theme, 200);
68
- .mat-mdc-chip-action-label {
69
- color: µ.warn($theme, 600);
70
- }
71
- }
72
- &.mat-success {
73
- background: µ.success($theme, 50) !important;
74
- border: 1px solid µ.success($theme, 200);
75
- .mat-mdc-chip-action-label {
76
- color: µ.success($theme);
77
- }
78
- }
79
- &.mat-error {
80
- background: µ.error($theme, 50) !important;
81
- border: 1px solid µ.error($theme, 500);
82
- display: inline-flex;
83
- .mat-mdc-chip-action-label {
84
- color: µ.error($theme);
85
- }
86
- }
87
- &.mat-info {
88
- background: µ.info($theme, 50) !important;
89
- border: 1px solid µ.info($theme, 200);
90
- .mat-mdc-chip-action-label {
91
- color: µ.info($theme);
92
- }
93
- }
94
- &.mat-mdc-chip-disabled {
95
- background: µ.grayscale($theme, 50) !important;
96
- border: 1px solid µ.grayscale($theme, 400);
97
- .mat-mdc-chip-action-label {
98
- color: µ.grayscale($theme);
99
- }
100
- }
101
- &.sticker {
102
- height: 18px;
103
- overflow: hidden;
104
- text-overflow: ellipsis;
105
- white-space: nowrap;
106
- display: inline-flex;
107
- align-items: center;
108
- cursor: default;
109
- background: #ffffff !important;
110
- opacity: 1;
111
- border-radius: 4px;
112
- padding: 4px 16px;
113
- font-size: 12px;
114
- font-weight: 500;
115
- &.mat-primary {
116
- border: 2px solid $primary;
117
- color: $primary;
118
- }
119
- &.mat-accent {
120
- $color: µ.accent($theme, "500-contrast");
121
- background: $onemrva-accent-gradient-vertical !important;
122
- height: 22px;
123
- border: none;
124
- color: $color;
125
- }
126
- &.mat-warn {
127
- $color: µ.warn($theme, 600);
128
- border: 2px solid $color;
129
- color: $color;
130
- }
131
- &.mat-success {
132
- $color: µ.success($theme);
133
- border: 2px solid $color;
134
- color: $color;
135
- }
136
- &.mat-error {
137
- $color: µ.error($theme);
138
- border: 2px solid $color;
139
- color: $color;
140
- display: inline-flex;
141
- }
142
- &.mat-info {
143
- $color: µ.info($theme);
144
- border: 2px solid $color;
145
- color: $color;
146
- }
147
- &.mat-grayscale {
148
- $color: µ.grayscale($theme);
149
- border: 2px solid $color;
150
- color: $color;
151
- }
152
- }
130
+
153
131
 
154
132
  .mat-mdc-chip-action {
155
133
  padding: 0;
@@ -164,13 +142,8 @@
164
142
  &:hover {
165
143
  opacity: 0.54;
166
144
  }
167
- .mat-icon {
168
- color: $primary;
169
- opacity: 1;
170
- font-weight: bold;
171
- font-size: 16px;
172
- }
145
+
173
146
  }
174
147
  }
175
148
  }
176
- }
149
+ }
@@ -34,7 +34,7 @@
34
34
  }
35
35
  }
36
36
 
37
- .mat-option {
37
+ .mat-mdc-option {
38
38
  mark {
39
39
  background-color: inherit;
40
40
  font-weight: 700;
@@ -17,15 +17,6 @@
17
17
  }
18
18
  }
19
19
 
20
- td.mat-mdc-cell {
21
- border: none;
22
- line-height: 22px;
23
- padding-top: 8px;
24
- padding-bottom: 8px;
25
- &:not(:last-child) {
26
- padding-right: 12px;
27
- }
28
- }
29
20
  &.mat-card-table {
30
21
  border-spacing: 0 8px !important;
31
22
  .mat-divider {
@@ -38,9 +29,29 @@
38
29
  }
39
30
  tr {
40
31
  transition: background-color 400ms ease-out;
32
+ padding: 16px;
33
+ line-height: 23px;
41
34
 
42
- &:not([mat-header-row]):hover {
43
- background-color: µ.grayscale($theme, 50);
35
+ &:nth-child(even) {
36
+ background-color: µ.primary($theme, 50);
37
+ }
38
+ td.mat-mdc-cell {
39
+ line-height: 22px;
40
+ padding-top: 8px;
41
+ padding-bottom: 8px;
42
+ &:not(:last-child) {
43
+ padding-right: 12px;
44
+ }
45
+ border-bottom: 1px solid µ.primary($theme, 100);
46
+ mat-error {
47
+ line-height: 48px;
48
+ color: µ.error($theme, 500);
49
+ mat-icon {
50
+ float: left;
51
+ margin-top: 12px;
52
+ color: µ.error($theme, 500);
53
+ }
54
+ }
44
55
  }
45
56
 
46
57
  &.onemrva-clickable-row {
@@ -56,8 +67,6 @@
56
67
  padding-right: 10px;
57
68
  }
58
69
 
59
- padding: 24px;
60
- line-height: 22px;
61
70
  &:hover,
62
71
  &:active {
63
72
  box-shadow: $box-shadow;
@@ -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.1", ngImport: i0, type: OnemrvaThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.1", ngImport: i0, type: OnemrvaThemeModule }); }
7
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: OnemrvaThemeModule, providers: [
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: OnemrvaThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: OnemrvaThemeModule }); }
7
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.2", 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.1", ngImport: i0, type: OnemrvaThemeModule, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: OnemrvaThemeModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  providers: [
@@ -26,6 +26,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
26
26
  },
27
27
  },
28
28
  ],
29
+ imports: []
29
30
  }]
30
31
  }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlbWUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvb25lbXJ2YS90aGVtZS9zcmMvbGliL3RoZW1lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFFTCw4QkFBOEIsR0FDL0IsTUFBTSw4QkFBOEIsQ0FBQzs7QUFhdEMsTUFBTSxPQUFPLGtCQUFrQjs4R0FBbEIsa0JBQWtCOytHQUFsQixrQkFBa0I7K0dBQWxCLGtCQUFrQixhQVZsQjtZQUNUO2dCQUNFLE9BQU8sRUFBRSw4QkFBOEI7Z0JBQ3ZDLFFBQVEsRUFBRTtvQkFDUixVQUFVLEVBQUUsU0FBUztvQkFDckIsVUFBVSxFQUFFLFFBQVE7aUJBQ1M7YUFDaEM7U0FDRjs7MkZBRVUsa0JBQWtCO2tCQVg5QixRQUFRO21CQUFDO29CQUNSLFNBQVMsRUFBRTt3QkFDVDs0QkFDRSxPQUFPLEVBQUUsOEJBQThCOzRCQUN2QyxRQUFRLEVBQUU7Z0NBQ1IsVUFBVSxFQUFFLFNBQVM7Z0NBQ3JCLFVBQVUsRUFBRSxRQUFROzZCQUNTO3lCQUNoQztxQkFDRjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBNYXRGb3JtRmllbGREZWZhdWx0T3B0aW9ucyxcbiAgTUFUX0ZPUk1fRklFTERfREVGQVVMVF9PUFRJT05TLFxufSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9mb3JtLWZpZWxkJztcblxuQE5nTW9kdWxlKHtcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogTUFUX0ZPUk1fRklFTERfREVGQVVMVF9PUFRJT05TLFxuICAgICAgdXNlVmFsdWU6IHtcbiAgICAgICAgYXBwZWFyYW5jZTogJ291dGxpbmUnLFxuICAgICAgICBmbG9hdExhYmVsOiAnYWx3YXlzJyxcbiAgICAgIH0gYXMgTWF0Rm9ybUZpZWxkRGVmYXVsdE9wdGlvbnMsXG4gICAgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgT25lbXJ2YVRoZW1lTW9kdWxlIHt9XG4iXX0=
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlbWUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvb25lbXJ2YS90aGVtZS9zcmMvbGliL3RoZW1lLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFFTCw4QkFBOEIsR0FDL0IsTUFBTSw4QkFBOEIsQ0FBQzs7QUFnQnRDLE1BQU0sT0FBTyxrQkFBa0I7OEdBQWxCLGtCQUFrQjsrR0FBbEIsa0JBQWtCOytHQUFsQixrQkFBa0IsYUFibEI7WUFDVDtnQkFDRSxPQUFPLEVBQUUsOEJBQThCO2dCQUN2QyxRQUFRLEVBQUU7b0JBQ1IsVUFBVSxFQUFFLFNBQVM7b0JBQ3JCLFVBQVUsRUFBRSxRQUFRO2lCQUNTO2FBQ2hDO1NBQ0Y7OzJGQUtVLGtCQUFrQjtrQkFkOUIsUUFBUTttQkFBQztvQkFDUixTQUFTLEVBQUU7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLDhCQUE4Qjs0QkFDdkMsUUFBUSxFQUFFO2dDQUNSLFVBQVUsRUFBRSxTQUFTO2dDQUNyQixVQUFVLEVBQUUsUUFBUTs2QkFDUzt5QkFDaEM7cUJBQ0Y7b0JBQ0QsT0FBTyxFQUFFLEVBRVI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgTWF0Rm9ybUZpZWxkRGVmYXVsdE9wdGlvbnMsXG4gIE1BVF9GT1JNX0ZJRUxEX0RFRkFVTFRfT1BUSU9OUyxcbn0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCc7XG5cbkBOZ01vZHVsZSh7XG4gIHByb3ZpZGVyczogW1xuICAgIHtcbiAgICAgIHByb3ZpZGU6IE1BVF9GT1JNX0ZJRUxEX0RFRkFVTFRfT1BUSU9OUyxcbiAgICAgIHVzZVZhbHVlOiB7XG4gICAgICAgIGFwcGVhcmFuY2U6ICdvdXRsaW5lJyxcbiAgICAgICAgZmxvYXRMYWJlbDogJ2Fsd2F5cycsXG4gICAgICB9IGFzIE1hdEZvcm1GaWVsZERlZmF1bHRPcHRpb25zLFxuICAgIH0sXG4gIF0sXG4gIGltcG9ydHM6IFtcblxuICBdXG59KVxuZXhwb3J0IGNsYXNzIE9uZW1ydmFUaGVtZU1vZHVsZSB7fVxuIl19
@@ -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.1", ngImport: i0, type: OnemrvaThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.1", ngImport: i0, type: OnemrvaThemeModule }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: OnemrvaThemeModule, providers: [
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: OnemrvaThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: OnemrvaThemeModule }); }
8
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.2", 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.1", ngImport: i0, type: OnemrvaThemeModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: OnemrvaThemeModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  providers: [
@@ -27,6 +27,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
27
27
  },
28
28
  },
29
29
  ],
30
+ imports: []
30
31
  }]
31
32
  }] });
32
33
 
@@ -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})\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":";;;;MAiBa,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,EAVlB,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;;2FAEU,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAX9B,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;AACF,iBAAA,CAAA;;;AChBD;;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';\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;;;;"}
@@ -6,8 +6,7 @@
6
6
  font-weight: 400;
7
7
  //src: url(/assets/fonts/material/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
8
8
  //src: url(/assets/fonts/material/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2)
9
-
10
- src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v164/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
9
+ src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v164/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
11
10
  }
12
11
  }
13
12
 
@@ -1 +1,486 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
1
+ /* devanagari */
2
+ @font-face {
3
+ font-family: 'Poppins';
4
+ font-style: italic;
5
+ font-weight: 100;
6
+ font-display: swap;
7
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tDMPKzSQ.woff2) format('woff2');
8
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
9
+ }
10
+ /* latin-ext */
11
+ @font-face {
12
+ font-family: 'Poppins';
13
+ font-style: italic;
14
+ font-weight: 100;
15
+ font-display: swap;
16
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.woff2) format('woff2');
17
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
18
+ }
19
+ /* latin */
20
+ @font-face {
21
+ font-family: 'Poppins';
22
+ font-style: italic;
23
+ font-weight: 100;
24
+ font-display: swap;
25
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format('woff2');
26
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
27
+ }
28
+ /* devanagari */
29
+ @font-face {
30
+ font-family: 'Poppins';
31
+ font-style: italic;
32
+ font-weight: 200;
33
+ font-display: swap;
34
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVFteOcEg.woff2) format('woff2');
35
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
36
+ }
37
+ /* latin-ext */
38
+ @font-face {
39
+ font-family: 'Poppins';
40
+ font-style: italic;
41
+ font-weight: 200;
42
+ font-display: swap;
43
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.woff2) format('woff2');
44
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
45
+ }
46
+ /* latin */
47
+ @font-face {
48
+ font-family: 'Poppins';
49
+ font-style: italic;
50
+ font-weight: 200;
51
+ font-display: swap;
52
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format('woff2');
53
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
54
+ }
55
+ /* devanagari */
56
+ @font-face {
57
+ font-family: 'Poppins';
58
+ font-style: italic;
59
+ font-weight: 300;
60
+ font-display: swap;
61
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVFteOcEg.woff2) format('woff2');
62
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
63
+ }
64
+ /* latin-ext */
65
+ @font-face {
66
+ font-family: 'Poppins';
67
+ font-style: italic;
68
+ font-weight: 300;
69
+ font-display: swap;
70
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2');
71
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
72
+ }
73
+ /* latin */
74
+ @font-face {
75
+ font-family: 'Poppins';
76
+ font-style: italic;
77
+ font-weight: 300;
78
+ font-display: swap;
79
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');
80
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
81
+ }
82
+ /* devanagari */
83
+ @font-face {
84
+ font-family: 'Poppins';
85
+ font-style: italic;
86
+ font-weight: 400;
87
+ font-display: swap;
88
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucXtAKPY.woff2) format('woff2');
89
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
90
+ }
91
+ /* latin-ext */
92
+ @font-face {
93
+ font-family: 'Poppins';
94
+ font-style: italic;
95
+ font-weight: 400;
96
+ font-display: swap;
97
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');
98
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
99
+ }
100
+ /* latin */
101
+ @font-face {
102
+ font-family: 'Poppins';
103
+ font-style: italic;
104
+ font-weight: 400;
105
+ font-display: swap;
106
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
107
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
108
+ }
109
+ /* devanagari */
110
+ @font-face {
111
+ font-family: 'Poppins';
112
+ font-style: italic;
113
+ font-weight: 500;
114
+ font-display: swap;
115
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');
116
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
117
+ }
118
+ /* latin-ext */
119
+ @font-face {
120
+ font-family: 'Poppins';
121
+ font-style: italic;
122
+ font-weight: 500;
123
+ font-display: swap;
124
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');
125
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
126
+ }
127
+ /* latin */
128
+ @font-face {
129
+ font-family: 'Poppins';
130
+ font-style: italic;
131
+ font-weight: 500;
132
+ font-display: swap;
133
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
134
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
135
+ }
136
+ /* devanagari */
137
+ @font-face {
138
+ font-family: 'Poppins';
139
+ font-style: italic;
140
+ font-weight: 600;
141
+ font-display: swap;
142
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format('woff2');
143
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
144
+ }
145
+ /* latin-ext */
146
+ @font-face {
147
+ font-family: 'Poppins';
148
+ font-style: italic;
149
+ font-weight: 600;
150
+ font-display: swap;
151
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');
152
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
153
+ }
154
+ /* latin */
155
+ @font-face {
156
+ font-family: 'Poppins';
157
+ font-style: italic;
158
+ font-weight: 600;
159
+ font-display: swap;
160
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
161
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
162
+ }
163
+ /* devanagari */
164
+ @font-face {
165
+ font-family: 'Poppins';
166
+ font-style: italic;
167
+ font-weight: 700;
168
+ font-display: swap;
169
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');
170
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
171
+ }
172
+ /* latin-ext */
173
+ @font-face {
174
+ font-family: 'Poppins';
175
+ font-style: italic;
176
+ font-weight: 700;
177
+ font-display: swap;
178
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');
179
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
180
+ }
181
+ /* latin */
182
+ @font-face {
183
+ font-family: 'Poppins';
184
+ font-style: italic;
185
+ font-weight: 700;
186
+ font-display: swap;
187
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');
188
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
189
+ }
190
+ /* devanagari */
191
+ @font-face {
192
+ font-family: 'Poppins';
193
+ font-style: italic;
194
+ font-weight: 800;
195
+ font-display: swap;
196
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111VFteOcEg.woff2) format('woff2');
197
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
198
+ }
199
+ /* latin-ext */
200
+ @font-face {
201
+ font-family: 'Poppins';
202
+ font-style: italic;
203
+ font-weight: 800;
204
+ font-display: swap;
205
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format('woff2');
206
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
207
+ }
208
+ /* latin */
209
+ @font-face {
210
+ font-family: 'Poppins';
211
+ font-style: italic;
212
+ font-weight: 800;
213
+ font-display: swap;
214
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2');
215
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
216
+ }
217
+ /* devanagari */
218
+ @font-face {
219
+ font-family: 'Poppins';
220
+ font-style: italic;
221
+ font-weight: 900;
222
+ font-display: swap;
223
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVFteOcEg.woff2) format('woff2');
224
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
225
+ }
226
+ /* latin-ext */
227
+ @font-face {
228
+ font-family: 'Poppins';
229
+ font-style: italic;
230
+ font-weight: 900;
231
+ font-display: swap;
232
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVGdeOcEg.woff2) format('woff2');
233
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
234
+ }
235
+ /* latin */
236
+ @font-face {
237
+ font-family: 'Poppins';
238
+ font-style: italic;
239
+ font-weight: 900;
240
+ font-display: swap;
241
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format('woff2');
242
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
243
+ }
244
+ /* devanagari */
245
+ @font-face {
246
+ font-family: 'Poppins';
247
+ font-style: normal;
248
+ font-weight: 100;
249
+ font-display: swap;
250
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format('woff2');
251
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
252
+ }
253
+ /* latin-ext */
254
+ @font-face {
255
+ font-family: 'Poppins';
256
+ font-style: normal;
257
+ font-weight: 100;
258
+ font-display: swap;
259
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');
260
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
261
+ }
262
+ /* latin */
263
+ @font-face {
264
+ font-family: 'Poppins';
265
+ font-style: normal;
266
+ font-weight: 100;
267
+ font-display: swap;
268
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
269
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
270
+ }
271
+ /* devanagari */
272
+ @font-face {
273
+ font-family: 'Poppins';
274
+ font-style: normal;
275
+ font-weight: 200;
276
+ font-display: swap;
277
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z11lFc-K.woff2) format('woff2');
278
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
279
+ }
280
+ /* latin-ext */
281
+ @font-face {
282
+ font-family: 'Poppins';
283
+ font-style: normal;
284
+ font-weight: 200;
285
+ font-display: swap;
286
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
287
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
288
+ }
289
+ /* latin */
290
+ @font-face {
291
+ font-family: 'Poppins';
292
+ font-style: normal;
293
+ font-weight: 200;
294
+ font-display: swap;
295
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
296
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
297
+ }
298
+ /* devanagari */
299
+ @font-face {
300
+ font-family: 'Poppins';
301
+ font-style: normal;
302
+ font-weight: 300;
303
+ font-display: swap;
304
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
305
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
306
+ }
307
+ /* latin-ext */
308
+ @font-face {
309
+ font-family: 'Poppins';
310
+ font-style: normal;
311
+ font-weight: 300;
312
+ font-display: swap;
313
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
314
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
315
+ }
316
+ /* latin */
317
+ @font-face {
318
+ font-family: 'Poppins';
319
+ font-style: normal;
320
+ font-weight: 300;
321
+ font-display: swap;
322
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
323
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
324
+ }
325
+ /* devanagari */
326
+ @font-face {
327
+ font-family: 'Poppins';
328
+ font-style: normal;
329
+ font-weight: 400;
330
+ font-display: swap;
331
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
332
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
333
+ }
334
+ /* latin-ext */
335
+ @font-face {
336
+ font-family: 'Poppins';
337
+ font-style: normal;
338
+ font-weight: 400;
339
+ font-display: swap;
340
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
341
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
342
+ }
343
+ /* latin */
344
+ @font-face {
345
+ font-family: 'Poppins';
346
+ font-style: normal;
347
+ font-weight: 400;
348
+ font-display: swap;
349
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
350
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
351
+ }
352
+ /* devanagari */
353
+ @font-face {
354
+ font-family: 'Poppins';
355
+ font-style: normal;
356
+ font-weight: 500;
357
+ font-display: swap;
358
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
359
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
360
+ }
361
+ /* latin-ext */
362
+ @font-face {
363
+ font-family: 'Poppins';
364
+ font-style: normal;
365
+ font-weight: 500;
366
+ font-display: swap;
367
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
368
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
369
+ }
370
+ /* latin */
371
+ @font-face {
372
+ font-family: 'Poppins';
373
+ font-style: normal;
374
+ font-weight: 500;
375
+ font-display: swap;
376
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
377
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
378
+ }
379
+ /* devanagari */
380
+ @font-face {
381
+ font-family: 'Poppins';
382
+ font-style: normal;
383
+ font-weight: 600;
384
+ font-display: swap;
385
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
386
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
387
+ }
388
+ /* latin-ext */
389
+ @font-face {
390
+ font-family: 'Poppins';
391
+ font-style: normal;
392
+ font-weight: 600;
393
+ font-display: swap;
394
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
395
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
396
+ }
397
+ /* latin */
398
+ @font-face {
399
+ font-family: 'Poppins';
400
+ font-style: normal;
401
+ font-weight: 600;
402
+ font-display: swap;
403
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
404
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
405
+ }
406
+ /* devanagari */
407
+ @font-face {
408
+ font-family: 'Poppins';
409
+ font-style: normal;
410
+ font-weight: 700;
411
+ font-display: swap;
412
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
413
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
414
+ }
415
+ /* latin-ext */
416
+ @font-face {
417
+ font-family: 'Poppins';
418
+ font-style: normal;
419
+ font-weight: 700;
420
+ font-display: swap;
421
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
422
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
423
+ }
424
+ /* latin */
425
+ @font-face {
426
+ font-family: 'Poppins';
427
+ font-style: normal;
428
+ font-weight: 700;
429
+ font-display: swap;
430
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
431
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
432
+ }
433
+ /* devanagari */
434
+ @font-face {
435
+ font-family: 'Poppins';
436
+ font-style: normal;
437
+ font-weight: 800;
438
+ font-display: swap;
439
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');
440
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
441
+ }
442
+ /* latin-ext */
443
+ @font-face {
444
+ font-family: 'Poppins';
445
+ font-style: normal;
446
+ font-weight: 800;
447
+ font-display: swap;
448
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
449
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
450
+ }
451
+ /* latin */
452
+ @font-face {
453
+ font-family: 'Poppins';
454
+ font-style: normal;
455
+ font-weight: 800;
456
+ font-display: swap;
457
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
458
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
459
+ }
460
+ /* devanagari */
461
+ @font-face {
462
+ font-family: 'Poppins';
463
+ font-style: normal;
464
+ font-weight: 900;
465
+ font-display: swap;
466
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2');
467
+ unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
468
+ }
469
+ /* latin-ext */
470
+ @font-face {
471
+ font-family: 'Poppins';
472
+ font-style: normal;
473
+ font-weight: 900;
474
+ font-display: swap;
475
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
476
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
477
+ }
478
+ /* latin */
479
+ @font-face {
480
+ font-family: 'Poppins';
481
+ font-style: normal;
482
+ font-weight: 900;
483
+ font-display: swap;
484
+ src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
485
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
486
+ }
@@ -1 +1,126 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
1
+ /* cyrillic-ext */
2
+ @font-face {
3
+ font-family: 'Source Sans Pro';
4
+ font-style: italic;
5
+ font-weight: 200 900;
6
+ font-display: swap;
7
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqauLY1HY.woff2) format('woff2');
8
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
9
+ }
10
+ /* cyrillic */
11
+ @font-face {
12
+ font-family: 'Source Sans Pro';
13
+ font-style: italic;
14
+ font-weight: 200 900;
15
+ font-display: swap;
16
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqY-LY1HY.woff2) format('woff2');
17
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
18
+ }
19
+ /* greek-ext */
20
+ @font-face {
21
+ font-family: 'Source Sans Pro';
22
+ font-style: italic;
23
+ font-weight: 200 900;
24
+ font-display: swap;
25
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqa-LY1HY.woff2) format('woff2');
26
+ unicode-range: U+1F00-1FFF;
27
+ }
28
+ /* greek */
29
+ @font-face {
30
+ font-family: 'Source Sans Pro';
31
+ font-style: italic;
32
+ font-weight: 200 900;
33
+ font-display: swap;
34
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZOLY1HY.woff2) format('woff2');
35
+ unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
36
+ }
37
+ /* vietnamese */
38
+ @font-face {
39
+ font-family: 'Source Sans Pro';
40
+ font-style: italic;
41
+ font-weight: 200 900;
42
+ font-display: swap;
43
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaOLY1HY.woff2) format('woff2');
44
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
45
+ }
46
+ /* latin-ext */
47
+ @font-face {
48
+ font-family: 'Source Sans Pro';
49
+ font-style: italic;
50
+ font-weight: 200 900;
51
+ font-display: swap;
52
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLY1HY.woff2) format('woff2');
53
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
54
+ }
55
+ /* latin */
56
+ @font-face {
57
+ font-family: 'Source Sans Pro';
58
+ font-style: italic;
59
+ font-weight: 200 900;
60
+ font-display: swap;
61
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LY.woff2) format('woff2');
62
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
63
+ }
64
+ /* cyrillic-ext */
65
+ @font-face {
66
+ font-family: 'Source Sans Pro';
67
+ font-style: normal;
68
+ font-weight: 200 900;
69
+ font-display: swap;
70
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wIaZfrc.woff2) format('woff2');
71
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
72
+ }
73
+ /* cyrillic */
74
+ @font-face {
75
+ font-family: 'Source Sans Pro';
76
+ font-style: normal;
77
+ font-weight: 200 900;
78
+ font-display: swap;
79
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wsaZfrc.woff2) format('woff2');
80
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
81
+ }
82
+ /* greek-ext */
83
+ @font-face {
84
+ font-family: 'Source Sans Pro';
85
+ font-style: normal;
86
+ font-weight: 200 900;
87
+ font-display: swap;
88
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wMaZfrc.woff2) format('woff2');
89
+ unicode-range: U+1F00-1FFF;
90
+ }
91
+ /* greek */
92
+ @font-face {
93
+ font-family: 'Source Sans Pro';
94
+ font-style: normal;
95
+ font-weight: 200 900;
96
+ font-display: swap;
97
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wwaZfrc.woff2) format('woff2');
98
+ unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
99
+ }
100
+ /* vietnamese */
101
+ @font-face {
102
+ font-family: 'Source Sans Pro';
103
+ font-style: normal;
104
+ font-weight: 200 900;
105
+ font-display: swap;
106
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wAaZfrc.woff2) format('woff2');
107
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
108
+ }
109
+ /* latin-ext */
110
+ @font-face {
111
+ font-family: 'Source Sans Pro';
112
+ font-style: normal;
113
+ font-weight: 200 900;
114
+ font-display: swap;
115
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wEaZfrc.woff2) format('woff2');
116
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
117
+ }
118
+ /* latin */
119
+ @font-face {
120
+ font-family: 'Source Sans Pro';
121
+ font-style: normal;
122
+ font-weight: 200 900;
123
+ font-display: swap;
124
+ src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3w8aZQ.woff2) format('woff2');
125
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
126
+ }
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "17.2.37",
3
+ "version": "17.2.39",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "peerDependencies": {
8
8
  "@angular/common": "^17.0.4",
9
- "@angular/core": "^17.0.4"
9
+ "@angular/core": "^17.0.4",
10
+ "@angular/material": "^17.2.0"
10
11
  },
11
12
  "dependencies": {
12
13
  "tslib": "^2.3.0"