[ic-top-navigation] allow icon only
Summary of the bug
Currently top-nav only allows a slotted icon along with a required app-title, could we de-couple these elements to allow an icon only variant of top-nav application name?
Consider use-case where the name of the application is included in the brand/icon.
Work on this at the same time: https://github.com/mi6/ic-ui-kit/issues/1508
referred to design to make title not required in figma first
Simple addition of a boolean properties;
- Show title with default=true if set to false, the title text is not displayed
- Show icon with default=true if set to false, the title icon is not displayed
Should this also apply to side navigation (for consistency)? If so, we should raise separate ticket to manage this.
Changes have been made in Figma branch here, ready for dev.
Changes made to Atoms/Application title and Atoms/Application title-DarkVariant