@onemrvapublic/design-system 17.6.0-develop.6 → 17.6.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.
- package/README.md +2 -5
- package/esm2022/layout/src/components/layout/layout.component.mjs +8 -8
- package/esm2022/layout/src/layout.module.mjs +5 -2
- package/esm2022/mat-selectable-box/src/onemrva-mat-selectable-box.component.mjs +80 -6
- package/fesm2022/onemrvapublic-design-system-layout.mjs +13 -10
- package/fesm2022/onemrvapublic-design-system-layout.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs +79 -5
- package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs.map +1 -1
- package/layout/src/components/layout/_layout-mixin.component.scss +1 -2
- package/layout/src/components/layout/layout.component.d.ts +1 -1
- package/layout/src/layout.module.d.ts +2 -1
- package/mat-selectable-box/src/onemrva-mat-selectable-box.component.d.ts +1 -2
- package/mat-selectable-box/src/onemrva-mat-selectable-box.component.scss +3 -17
- package/package.json +3 -2
|
@@ -6,7 +6,6 @@ export declare class OnemrvaMatSelectableBoxComponent implements AfterViewInit {
|
|
|
6
6
|
radioButton: MatRadioButton | undefined;
|
|
7
7
|
value: string;
|
|
8
8
|
disabled: boolean;
|
|
9
|
-
mode: 'primary' | 'white';
|
|
10
9
|
checked: boolean;
|
|
11
10
|
change: EventEmitter<MatRadioChange>;
|
|
12
11
|
valueChanged(event: MatRadioChange): void;
|
|
@@ -15,5 +14,5 @@ export declare class OnemrvaMatSelectableBoxComponent implements AfterViewInit {
|
|
|
15
14
|
isChecked(): boolean;
|
|
16
15
|
triggerRadioClick(): void;
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSelectableBoxComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatSelectableBoxComponent, "onemrva-mat-selectable-box", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatSelectableBoxComponent, "onemrva-mat-selectable-box", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "change": "change"; }, never, ["[title]", "[icon]", "[sticker]", "*"], false, never>;
|
|
19
18
|
}
|
|
@@ -19,15 +19,6 @@
|
|
|
19
19
|
background-color: $color;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
&.white {
|
|
23
|
-
background-color: white;
|
|
24
|
-
font-weight: bold;
|
|
25
|
-
|
|
26
|
-
.subtitle {
|
|
27
|
-
font-weight: normal;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
22
|
&.selected {
|
|
32
23
|
$color: utils.palette($theme, 'accent', 050);
|
|
33
24
|
background-color: $color;
|
|
@@ -85,20 +76,15 @@
|
|
|
85
76
|
height: 10px !important;
|
|
86
77
|
padding: 0 !important;
|
|
87
78
|
border-radius: 0 0 10px 10px;
|
|
88
|
-
|
|
89
|
-
&.primary {
|
|
90
|
-
background-color: utils.palette($theme, 'primary', 050);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
&.white {
|
|
94
|
-
background-color: white;
|
|
95
|
-
}
|
|
79
|
+
background-color: utils.palette($theme, 'primary', 050);
|
|
96
80
|
|
|
97
81
|
&.selected {
|
|
98
82
|
$color: utils.palette($theme, 'error', 050);
|
|
99
83
|
background-color: $color;
|
|
100
84
|
}
|
|
101
85
|
}
|
|
86
|
+
|
|
87
|
+
background-color: transparent;
|
|
102
88
|
}
|
|
103
89
|
|
|
104
90
|
&.primary {
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onemrvapublic/design-system",
|
|
3
|
-
"version": "17.6.
|
|
4
|
-
"description": "Design System Onem/Rva without theme included",
|
|
3
|
+
"version": "17.6.2",
|
|
5
4
|
"publishConfig": {
|
|
6
5
|
"access": "public"
|
|
7
6
|
},
|
|
@@ -14,6 +13,8 @@
|
|
|
14
13
|
"@angular/platform-browser": "^17.1.1",
|
|
15
14
|
"@angular/platform-browser-dynamic": "^17.1.1",
|
|
16
15
|
"@ngx-translate/core": "^15.0.0",
|
|
16
|
+
"flag-icons": "^7.2.1",
|
|
17
|
+
"google-libphonenumber": "^3.2.34",
|
|
17
18
|
"rxjs": "~7.8.1",
|
|
18
19
|
"mime": "^3.0.0",
|
|
19
20
|
"mime-wrapper": "^2.0.0",
|