This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[terra-slide-panel-manager] Allow consuming teams ability to define h…
…eading levels (#1621) * Added level prop to slide-panel-manager, updated Jest snapshots, added example using level Co-authored-by: Adnan, Saad <[email protected]> Co-authored-by: Andrew Tran <[email protected]> * Added Andrew to contributors, updated changelog * Revert doc example, made default heading level 2 * Updated jest snapshots for default heading level 2 * Update slide-panel-manager changelog * Update example to include header level select * Update dev doc examples with level prop * Retrigger danger * dangerfile fix --------- Co-authored-by: Parkeenvincha,Art <[email protected]> Co-authored-by: Adnan, Saad <[email protected]> Co-authored-by: Andrew Tran <[email protected]> Co-authored-by: Andrew Tran <[email protected]>
- Loading branch information
1 parent
9075a61
commit 8b5abca
Showing
10 changed files
with
221 additions
and
19 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,9 @@ | |
background-color: #add8e6; | ||
padding: 1rem; | ||
} | ||
|
||
.form-select { | ||
margin-left: 1rem; | ||
max-width: 300px; | ||
} | ||
} |
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
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