@softheon/armature 21.5.0 → 21.6.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/package.json
CHANGED
|
@@ -920,6 +920,8 @@ interface HeaderSettings {
|
|
|
920
920
|
displayLogoText?: boolean;
|
|
921
921
|
/** the header logo text */
|
|
922
922
|
headerLogoText?: string;
|
|
923
|
+
/** the header logo subtext */
|
|
924
|
+
subHeaderLogoText?: string;
|
|
923
925
|
/** whether or not to show the built in drop down menu, default false */
|
|
924
926
|
displayDropDownMenu?: boolean;
|
|
925
927
|
/** the drop down menu screen reader text */
|
|
@@ -3341,6 +3343,8 @@ declare class ArmatureHeaderComponent implements OnInit {
|
|
|
3341
3343
|
displayLogoText: boolean;
|
|
3342
3344
|
/** the header logo text */
|
|
3343
3345
|
headerLogoText: string;
|
|
3346
|
+
/** the header subtext for logo */
|
|
3347
|
+
subHeaderLogoText?: string;
|
|
3344
3348
|
/** whether or not to show the built in drop down menu, default false */
|
|
3345
3349
|
displayDropDownMenu: boolean;
|
|
3346
3350
|
/** the drop down menu screen reader text */
|