-
Notifications
You must be signed in to change notification settings - Fork 72
[LG-5504] feat(input-box): add InputSegment
#3293
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
Merged
shaneeza
merged 39 commits into
shaneeza/time-picker-integration
from
LG-5504/input-box-segment
Nov 14, 2025
Merged
Changes from 38 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7e6e4b4
feat(input-box): implement InputBoxContext and InputBoxProvider with …
shaneeza 1c69f5d
remove segement files
shaneeza 691bde9
feat(input-box): implement InputSegment component with styles, tests,…
shaneeza b2984f3
feat(input-box): add @leafygreen-ui/a11y dependency and update InputS…
shaneeza b0d7bba
refactor(input-box): update createExplicitSegmentValidator tests to u…
shaneeza 3986897
test(input-box): refactor InputBoxContext tests for improved readabil…
shaneeza 2eda96e
refactor(input-box): update InputBoxContext types to extend SharedInp…
shaneeza fff0557
fix(input-box): correct comment formatting in testutils.mocks.ts for …
shaneeza 959c5a1
feat(input-box): add InputSegment component for modular input handling
shaneeza e97d393
feat(input-box): add placeholder for InputSegment types
shaneeza 0ab86c9
Merge branch 'LG-5504/input-box-context' of github.com:mongodb/leafyg…
shaneeza ad1f017
refactor(input-box): move InputSegmentChangeEventHandler import to sh…
shaneeza 81a943c
refactor(input-box): rename min and max props to minSegmentValue and …
shaneeza 8cfadbe
refactor(input-box): simplify placeholder logic in InputSegment stori…
shaneeza 68fc653
refactor(input-box): update InputSegment styles to use dynamic theme …
shaneeza a04d5ec
feat(input-box): extend InputSegmentProps to include hours, minutes, …
shaneeza 0101c32
refactor(input-box): rename onChange and onBlur props in InputSegment…
shaneeza 662f2dd
refactor(input-box): rename shouldSkipValidation prop to shouldValida…
shaneeza 967b33b
refactor(input-box): reorganize imports in testutils for better clari…
shaneeza a589e94
refactor(input-box): remove deprecated InputSegment types and update …
shaneeza 4a03f0b
Merge branch 'LG-5504/input-box-context' of github.com:mongodb/leafyg…
shaneeza e8a3705
refactor(input-box): update InputSegmentChangeEventHandler import to …
shaneeza 4cf138e
refactor(input-box): enhance InputSegment types and documentation, ad…
shaneeza a7062e2
refactor(input-box): streamline InputSegment exports by removing unus…
shaneeza dd132ea
test(input-box): add accessibility test for InputSegment to ensure no…
shaneeza 0e9b9bd
refactor(input-box): update InputSegment to remove size prop and enha…
shaneeza 5e73301
refactor(input-box): enhance InputSegment types by adding onChange an…
shaneeza 6db5451
refactor(input-box): update InputSegment types to extend from 'div' a…
shaneeza bf2eeda
refactor(input-box): remove InputBoxContext and related tests to stre…
shaneeza 904fb8c
refactor(input-box): simplify InputSegment types by removing Value ge…
shaneeza 7b1db76
refactor(input-box): update InputSegment types to include value prop …
shaneeza 3fe8f0b
Merge branch 'shaneeza/time-picker-integration' of github.com:mongodb…
shaneeza 2dc0134
testing
shaneeza b4dd84d
refactor(input-box): remove unused dependencies and update InputSegme…
shaneeza f2cfaa3
update lock file
shaneeza c269b96
testing
shaneeza 73ea273
testing build
shaneeza a55bf24
testing build
shaneeza af7501f
refactor(input-box): rename charsPerSegment to charsCount for consist…
shaneeza 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 hidden or 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.
might be fine to drop the palette dependency altogether at this point