@softheon/armature 17.2.0 → 17.4.0
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/assets/styles/sof-styles.scss +15 -16
- package/esm2022/lib/base-components/sof-alert/sof-alert.component.mjs +8 -11
- package/esm2022/lib/base-components/sof-simple-alert/sof-simple-alert.component.mjs +4 -7
- package/fesm2022/softheon-armature.mjs +10 -16
- package/fesm2022/softheon-armature.mjs.map +1 -1
- package/lib/base-components/sof-alert/sof-alert.component.d.ts +0 -4
- package/lib/base-components/sof-simple-alert/sof-simple-alert.component.d.ts +0 -4
- package/package.json +1 -1
|
@@ -29,10 +29,6 @@ export declare class SofAlertComponent implements OnInit {
|
|
|
29
29
|
error: string;
|
|
30
30
|
theme: string;
|
|
31
31
|
};
|
|
32
|
-
/**
|
|
33
|
-
* The constructor
|
|
34
|
-
*/
|
|
35
|
-
constructor();
|
|
36
32
|
/** Implements on init */
|
|
37
33
|
ngOnInit(): void;
|
|
38
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SofAlertComponent, never>;
|
|
@@ -18,10 +18,6 @@ export declare class SofSimpleAlertComponent implements OnInit {
|
|
|
18
18
|
error: string;
|
|
19
19
|
theme: string;
|
|
20
20
|
};
|
|
21
|
-
/**
|
|
22
|
-
* The constructor
|
|
23
|
-
*/
|
|
24
|
-
constructor();
|
|
25
21
|
/** Implements on init */
|
|
26
22
|
ngOnInit(): void;
|
|
27
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<SofSimpleAlertComponent, never>;
|