forked from microsoft/fluentui-apple
-
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.
Cbowdoin/bottom sheet supports x axis constraints (microsoft#1951)
* Add in the ability specify preferredWidth can control contraints * Cleaned up anchor description and simplified logic * Cleaned up whitespace and paranthesis * Fixed bug for leading and trailing edge not support rtl languanges. Also fixed minor formatting issuees * fixed up minor formatting issues * Adding padding to the bottom sheet constants * Changed anchoredEdge logic to use a switch * Replaced magic number with global spacing token * Avoided setting public properties internally * Swapped sheet width logic from using a closure to use a method * Fixed naming on anchored edge objective-c consumption and removed early return
- Loading branch information
Showing
2 changed files
with
95 additions
and
5 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