Skip to content

Commit

Permalink
Merge 811b650 into a33d6c2
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank authored Sep 6, 2024
2 parents a33d6c2 + 811b650 commit a2556ec
Show file tree
Hide file tree
Showing 19 changed files with 740 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-guests-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": minor
---

Refactor ButtonBase component to use CSS modules behine flag
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[postcss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
},
"json.schemas": [
{
"fileMatch": ["*.docs.json"],
Expand Down
3 changes: 0 additions & 3 deletions packages/react/src/Button/Button.dev.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ export const TestSxProp = () => {
<Button size="small" block variant="invisible" sx={{width: 320}}>
Overriden Block
</Button>
<Button sx={{fontSize: 32}} count={count}>
Watch
</Button>
</div>
)
}
Loading

0 comments on commit a2556ec

Please sign in to comment.