-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Alignment
and add new TextAlignment
type
#7194
base: develop
Are you sure you want to change the base?
Conversation
Generate changelog in
|
Ignore test coverage for src/common/alignment.ts typings moduleBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
4b70f68
to
ea75bd4
Compare
Add alignment typings file to ignored test coverageBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Add additional context for RTL support under existing typography sectionBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
LTR/RTL capitalization consistencyBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Part of #7193
Proposed changes:
Adds
"start"
and"end"
string literal values toAlignment
as part of the proposal to include logical property values in representing alignment inside of components. Also adds aTextAlignment
type to (optionally) be used on thealignText
prop of<Button>
and<ButtonGroup>
components.