-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat(react): remove @charcoal/styled from checkbox #377
Merged
+1,350
−410
Merged
Changes from 13 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
64ea1c1
feat(react): replace static css
naporin0624 0412113
feat(react): replace disabled
naporin0624 6834013
feat(react): replace hover press theme
naporin0624 7e50f1c
feat(react): replace outline theme
naporin0624 9057e2a
feat(react): merge transition
naporin0624 b5c6f00
refactor(react): refactor checked styling
naporin0624 8d19bd7
refactor(react): apply nested
naporin0624 dfc1504
refactor(react): refactor selector
naporin0624 ff9dca9
refactor(react): remove comment
naporin0624 e66800e
Merge branch 'main' of ssh://github.com/pixiv/charcoal into feat/remo…
naporin0624 bb7223d
feat(react): add invalid story
naporin0624 e3775fe
feat(react): use aria-invalid
naporin0624 5260c13
feat(react): update radio version
naporin0624 d2fbbbf
chore: add invalid props description
naporin0624 9885851
chore: fix @swc/helpers version
naporin0624 0a50aab
chore: fix conflict yarn.lock
naporin0624 269aa8b
chore: fix conflict yarn.lock
naporin0624 5d83b07
Merge branch 'main' of ssh://github.com/pixiv/charcoal into feat/remo…
naporin0624 ae8c58f
chore: update yarn.lock
naporin0624 aada502
chore(react): update snapshot
naporin0624 0036b15
chore: restore yarnlock
naporin0624 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,12 +56,12 @@ | |
"@charcoal-ui/theme": "^3.3.0-beta.0", | ||
"@charcoal-ui/utils": "^3.3.0-beta.0", | ||
"@react-aria/button": "^3.7.0", | ||
"@react-aria/checkbox": "^3.8.0", | ||
"@react-aria/checkbox": "^3.11.0", | ||
"@react-aria/dialog": "^3.5.0", | ||
"@react-aria/focus": "^3.11.0", | ||
"@react-aria/listbox": "^3.8.0", | ||
"@react-aria/overlays": "^3.13.0", | ||
"@react-aria/radio": "^3.5.0", | ||
"@react-aria/radio": "^3.8.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
"@react-aria/select": "^3.9.0", | ||
"@react-aria/separator": "^3.3.0", | ||
"@react-aria/ssr": "^3.5.0", | ||
|
@@ -71,7 +71,7 @@ | |
"@react-aria/visually-hidden": "^3.7.0", | ||
"polished": "^4.1.4", | ||
"react-spring": "^9.0.0", | ||
"react-stately": "^3.19.0", | ||
"react-stately": "^3.26.0", | ||
"warning": "^4.0.3" | ||
}, | ||
"peerDependencies": { | ||
|
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.
isInvalid
を受け入れるために version up