-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ButtonBase): To use CSS modules behind the feature flag (#4940)
* copy * setting * Create olive-donkeys-exercise.md * test(vrt): update snapshots * update tests * we got this * vrt dont lie * test(vrt): update snapshots * more fixes * fix focus outline * where where where * fix nesting * fix nesting i think * test vrt * cleanup * important... * try reverting this change? * try resetting stories * reset from main * fix classname on iconbutton * try no calc * more digits?? * test(vrt): update snapshots * lets goooooo * oops * reset * Revert "reset" This reverts commit b82f00c. * reset * test(vrt): update snapshots --------- Co-authored-by: langermank <langermank@users.noreply.github.com>
- @primer/react@37.13.0
- @primer/react@37.12.0
- @primer/react@37.11.2
- @primer/react@37.11.1
- @primer/react@37.11.0
- @primer/react@37.10.0
- @primer/react@37.9.1
- @primer/react@37.9.0
- @primer/react@37.8.0
- @primer/react@37.7.2
- @primer/react@37.7.1
- @primer/react@37.7.0
- @primer/react@37.6.0
- @primer/react@37.5.0
- @primer/react@37.4.0
- @primer/react@37.3.0
- @primer/react@37.2.0
- @primer/react@37.1.0
- @primer/react@37.0.1
- @primer/react@37.0.0
- @primer/react@37.0.0-rc.11
- @primer/react@37.0.0-rc.10
- @primer/react@37.0.0-rc.9
- @primer/react@37.0.0-rc.8
- @primer/react@37.0.0-rc.7
- @primer/react@37.0.0-rc.6
- @primer/react@37.0.0-rc.5
1 parent
6e294e8
commit 4d3b504
Showing
14 changed files
with
1,670 additions
and
716 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@primer/react": major | ||
--- | ||
|
||
Refactor ButtonBase component to use CSS modules behine flag |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -54,3 +54,7 @@ | |
font: var(--text-caption-shorthand); | ||
margin: 0; | ||
} | ||
|
||
.testCustomClassname { | ||
color: var(--fgColor-sponsors); | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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