-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] - sparkle: enhance
Tree
component (#6606)
* Updating tree to accomodate to bigger tree element sizes * Changing copy * [sparkle] - feature: bump version to 0.2.196 - Increment package version for release of new features or fixes - Ensure consistency across package-lock.json and package.json files * [sparkle] - refactor: update Tree component to accept ReactNode for visuals - Changed the `visual` prop type from `ComponentType` to `React.ReactNode` to allow for direct JSX elements - Updated `Tree.stories.tsx` to pass JSX elements directly instead of as references to components * [sparkle] - refactor: remove unused ComponentType import from Tree component - Cleaned up Tree.tsx by removing an unused import to streamline the component's dependencies --------- Co-authored-by: Edouard Wautier <[email protected]> Co-authored-by: Jules <[email protected]>
- Loading branch information
1 parent
acdbd67
commit 5752de8
Showing
4 changed files
with
260 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.