-
Notifications
You must be signed in to change notification settings - Fork 64
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
LG-4620: ChartCard
and Header
components
#2550
Merged
Merged
Changes from 28 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e690783
Add BaseHeader
tsck 3758bbd
Change package name to BaseHeader
tsck ead54a1
Fix BaseHeader names
tsck 9887996
Add BaseHeader tests
tsck 69750a4
Add Header component
tsck b11645e
Add Header tests
tsck 2e4ca63
Add collapsible state
tsck 4ebe6c5
Updating
tsck 3427bc1
Working state
tsck ff8d20a
Remove all inputs for slot prop
tsck 215c193
WIP
tsck 8a977d7
Revert "WIP"
tsck eac05d0
Add context around animation choice
tsck 91efd2a
Bring props more inline w/ ExpandableCard
tsck 7df0a8a
Fix BaseHeader test
tsck 01715bc
Remove base dep from Header
tsck fb116ec
Remove base dep from ChartCard
tsck 2a4b3cc
Remove BaseHeader completely
tsck 46525bd
Accessibility and tests
tsck 44ff882
Update READMEs
tsck 82d60a6
Changeset
tsck 2715b66
Remove card removal option from storybook
tsck 34d098f
Remove forgotten default
tsck 9aa3101
Correct deps
tsck ce8968a
Correct deps take 2
tsck 51fc083
Merge branch 'main' of github.com:mongodb/leafygreen-ui into LG-4620/…
tsck e0b9ce1
CR changes
tsck a61d79d
Merge branch 'main' of github.com:mongodb/leafygreen-ui into LG-4620/…
tsck fd0bb1f
Utilize cx
tsck 78c8b34
Merge branch 'main' of github.com:mongodb/leafygreen-ui into LG-4620/…
tsck 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@lg-charts/core': minor | ||
--- | ||
|
||
Adds both `Header` and `ChartCard` components. |
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.
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.
Made some drive-by style changes in the README, mostly to use backticks on some code that wasn't previously formatted