-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(styles): update Variant Management [ci visual] (#5017)
BREAKING CHANGE: added new modifier classes: .fd-variant-management__title--object-header, .fd-variant-management__title--snapped-object-header and .fd-variant-management__title--title to the .fd-variant-management__title base class.
- Loading branch information
1 parent
c231980
commit 6341768
Showing
6 changed files
with
268 additions
and
114 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
109 changes: 109 additions & 0 deletions
109
packages/styles/stories/Components/variant-management/sizes.example.html
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,109 @@ | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<h1 class="fd-title fd-variant-management__title fd-title--h1"> | ||
Variant Title H1 | ||
</h1> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button"> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<h2 class="fd-title fd-variant-management__title fd-title--h2"> | ||
Variant Title H2 | ||
</h2> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button"> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<h3 class="fd-title fd-variant-management__title fd-title--h3"> | ||
Variant Title H3 | ||
</h3> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button"> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<h4 class="fd-title fd-variant-management__title fd-title--h4"> | ||
Variant Title H4 | ||
</h4> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button"> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<h5 class="fd-title fd-variant-management__title fd-title--h5"> | ||
Variant Title H5 | ||
</h5> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button"> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<h6 class="fd-title fd-variant-management__title fd-title--h6"> | ||
Variant Title H6 | ||
</h6> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button"> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<div class="fd-title fd-variant-management__title fd-variant-management__title--object-header" role="heading" aria-level="4"> | ||
Object Header | ||
</div> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button"> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<div class="fd-title fd-variant-management__title fd-variant-management__title--snapped-object-header" role="heading" aria-level="4"> | ||
Snapped Object Header | ||
</div> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button"> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<div class="fd-title fd-variant-management__title fd-variant-management__title--table" role="heading" aria-level="3"> | ||
Table Header | ||
</div> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button"> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> | ||
<br> | ||
<div class="fd-variant-management"> | ||
<div class="fd-variant-management__header" tabindex="0"> | ||
<h4 class="fd-title fd-variant-management__title fd-title--h4 is-disabled"> | ||
Disabled Variant Title H4 | ||
</h4> | ||
<button aria-disabled="false" tabindex="0" aria-haspopup="true" class="fd-button fd-button--transparent fd-button--menu" type="button" disabled> | ||
<i role="presentation" class="sap-icon--slim-arrow-down"></i> | ||
</button> | ||
</div> | ||
</div> |
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.