@lesterarte/sefin-ui 0.0.29 → 0.0.30
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,9 +950,10 @@ declare class TypographyComponent {
|
|
|
950
950
|
color: TypographyColor;
|
|
951
951
|
lineHeight?: TypographyLineHeight;
|
|
952
952
|
class: string;
|
|
953
|
+
text: string;
|
|
953
954
|
get typographyClasses(): string;
|
|
954
955
|
static ɵfac: i0.ɵɵFactoryDeclaration<TypographyComponent, never>;
|
|
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; };
|
|
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; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
|
|
956
957
|
}
|
|
957
958
|
|
|
958
959
|
type DividerOrientation = 'horizontal' | 'vertical';
|