-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 react-button for preview release #17060
Merged
layershifter
merged 62 commits into
microsoft:master
from
levithomason:feat/converged-button-preview
Feb 25, 2021
Merged
Changes from 17 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
a1e550f
scaffold stories from figma
levithomason ad3f46d
begin adding react-button converged tokens
levithomason a1e3060
add more button tokens to makestyles call
levithomason 99e9bd9
merge master
levithomason 62c34ac
continue adding variants and their tokens
levithomason 027bf7b
continue adding variants and their tokens
levithomason bb7d6cc
fix icon spacing update button token dump
levithomason db35d53
rework component token table
levithomason 8f493bc
more button tokens
levithomason e10faa7
merge master, use makeStaticStyles
levithomason 34178f7
fix statics and tokens
levithomason ebd0839
add more todo for static styles, need to wire hook
levithomason 34d4e16
used tokens storybook addon
miroslavstastny a808420
start resolving token panel values
levithomason a6a12e6
FluentTokens addon: debug theme encapsulated
miroslavstastny 7613fea
initial cleanup for button prerelease and storybook
levithomason 8818220
initial cleanup for button prerelease and storybook
levithomason 00c122b
clean up cruft
levithomason df335f6
more cleanup
levithomason b49dd1c
you guessed it, more clean up
levithomason 8bab9f3
...
levithomason ec76154
...
levithomason 2e43a45
delete bunch of stuff
levithomason ca0bd1b
delete bunch of stuff
levithomason 35bae47
add todo
levithomason 6fc1722
remove data-is-focusable
levithomason 7e782f8
merge master, fix issues
levithomason 3637751
stub disabled tokens, fix issues
levithomason 514bf73
Disabled styles
miroslavstastny a1d10d6
move todos to proper line
levithomason cb37d4e
merge master, again, fix conflicts
levithomason e4c2eb0
comment out unsupported props
levithomason 3f815a8
clean up todos
levithomason 69597b0
revert react-provider changes
levithomason 53b52e8
remove todo
levithomason fbad0d9
remove static styles
levithomason 86e1994
fix typings
levithomason 8847843
make react-button build
levithomason 182a165
merge master
levithomason cdc8e3d
fix tests
levithomason ffb6d45
restore web components from master
levithomason ec87823
restore react-utilities from master
levithomason 8907084
fix props typing, sync tsconfig with react-link
levithomason fdbc88c
miro fixes levi
levithomason a4650ca
api changes
levithomason bb23a02
Change files
levithomason bc9c7af
merge master
levithomason 63ab023
remove duplicate packages in storybook preview.js
levithomason e16fa3c
remove unused style matchers
levithomason b810c40
fix button props, add vr-tests
levithomason 37a58d4
fix vr-test typings
levithomason 7d5d81a
merge master
levithomason ce1c139
merge master, fix conflicts
levithomason 373e33b
fix icon package name merge issue
levithomason 7d26248
rename useButtonClasses to useButtonStyles
levithomason e01e900
remove unused css variables
levithomason b95fcfa
add todo for gap and fix remaining useClasses names
levithomason bb7d85b
Merge branch 'master' of https://github.com/microsoft/fluentui into f…
layershifter 1f7901d
fix versions
layershifter dbf403b
fix API
layershifter 6de7d16
fix typings
layershifter 5ef0ab3
delete stories for compat Provider
layershifter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is also adding static styles for normalize.css, box-sizing, and font faces. This change is required to allow those to render.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was revert in 69597b0, correct?