generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): pageheader custom logo (#363)
* feat(ui): add logo prop * update styles to target universal child of container * feat(ui): PageHeader: update logo logic * feat(ui): PageHeader: add custom logo stories * feat(ui): PageHeader: use grid layout * feat(ui): paheader custom logo: update test * feat(ui): add tests for custom logo * feat(ui): PageHeader: add and update documentation * Create changeset-pageheader-custom-logo.md * chore(ui): fix tests for PageHeader * chore(ui): fix lint in greenhouse * chore(ui): updates PageHeader description * chore(ui): fix PageHeader stories * chore(ui): fix PageHeader types --------- Co-authored-by: Franz Heidl <[email protected]> Co-authored-by: Esther Schmitz <[email protected]>
- Loading branch information
1 parent
fbe014f
commit 68e3984
Showing
17 changed files
with
1,271 additions
and
1,175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@cloudoperators/juno-ui-components": minor | ||
--- | ||
|
||
feat(ui): add pageheader custom logo | ||
|
||
* add `logo` prop that accepts a custom logo as a component to be rendered in a slot | ||
* move grid layout for pageheader for robust logo placement and sizing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.