@lesterarte/sefin-ui 0.0.20-dev.15 → 0.0.20-dev.16
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/package.json
CHANGED
|
@@ -950,10 +950,9 @@ declare class TypographyComponent {
|
|
|
950
950
|
color: TypographyColor;
|
|
951
951
|
lineHeight?: TypographyLineHeight;
|
|
952
952
|
class: string;
|
|
953
|
-
text?: string;
|
|
954
953
|
get typographyClasses(): string;
|
|
955
954
|
static ɵfac: i0.ɵɵFactoryDeclaration<TypographyComponent, never>;
|
|
956
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TypographyComponent, "sefin-typography", never, { "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; "color": { "alias": "color"; "required": false; }; "lineHeight": { "alias": "lineHeight"; "required": false; }; "class": { "alias": "class"; "required": false; };
|
|
955
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TypographyComponent, "sefin-typography", never, { "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; "color": { "alias": "color"; "required": false; }; "lineHeight": { "alias": "lineHeight"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*", "*", "*", "*", "*", "*", "*", "*"], true, never>;
|
|
957
956
|
}
|
|
958
957
|
|
|
959
958
|
type DividerOrientation = 'horizontal' | 'vertical';
|