-
Notifications
You must be signed in to change notification settings - Fork 210
feat(combobox): adding new s2 migration #3683
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
aramos-adobe
merged 44 commits into
spectrum-two
from
aramos-adobe/css769-combox-s2-migration
Jun 2, 2025
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
ff02395
feat(combobox): adding new s2 migration
aramos-adobe 2949dc4
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe d541906
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 75ce502
feat(combobox): refactoring field label and helptext
aramos-adobe 428d391
feat(combobox): add metadata files
aramos-adobe 93117b2
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe fb54e14
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 15fa122
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 2488a03
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe acd4c20
feat(combobox): add changeset, more test cases and metadata
aramos-adobe 5c273ba
chore(combobox): add new s2 branch changes
aramos-adobe 055803f
chore(combobox): adding helptext metadata
aramos-adobe edebd14
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 611b313
feat(combobox): add aria label, adjust story copy, and changeset
aramos-adobe d2b3cab
Merge branch 'aramos-adobe/css769-combox-s2-migration' of https://git…
aramos-adobe fd0d9b6
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe e009840
chore(combobox): updating metadata files
aramos-adobe 00e7311
feat(combobox): add help text docs
aramos-adobe 844b4dd
chore(combobox): restore some metadata files
aramos-adobe bbc25f0
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe fb00afc
feat(combobox): adding new tests, fixing css and template
aramos-adobe 3ffa66d
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 0019491
feat(combobox): updating css classes, adding role to ifb, autocomplete
aramos-adobe e055d9d
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 976e3c2
Merge branch 'aramos-adobe/css769-combox-s2-migration' of https://git…
aramos-adobe 85e0bf2
chore(combobox): adding combobox metadata files
aramos-adobe 0e31748
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 65f0b55
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe f93eedb
feat(combobox): removing empty args for default combobox
aramos-adobe f30be07
feat(combobox): refactor template, passing mods, adding more tests
aramos-adobe 3303ba3
chore(combobox): restore helptext metadata
aramos-adobe 2e9ccb3
feat(combobox): update template
aramos-adobe cfd51d2
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 817d5cf
chore(combobox): adding metadata files
aramos-adobe 558bf00
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 8befe00
feat(combobox): fix spacing issues
aramos-adobe f23e502
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 1e0aa2e
feat(combobox): adjusting diacritics line height
aramos-adobe 53f352d
fix(combobox): restore border width subtraction
aramos-adobe b2874ad
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe f443181
feat(combobox): fixing autocomplete
aramos-adobe bfad7aa
feat(combobox): adjusting WHCM autocomplete mode
aramos-adobe 3daface
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe e1bf05b
Merge branch 'spectrum-two' into aramos-adobe/css769-combox-s2-migration
aramos-adobe 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| --- | ||
| "@spectrum-css/combobox": major | ||
| "@spectrum-css/helptext": minor | ||
| --- | ||
|
|
||
| ### Combobox S2 Migration | ||
|
|
||
| #### New Changes | ||
|
|
||
| - Removed quiet styling variant | ||
| - Updated corner radius to match S2 specifications | ||
| - Changed outline thickness for better visibility | ||
| - Replaced picker button with in-field button component | ||
| - Added help text along with invalid state | ||
| - Modified the WHCM invalid/error state in help text | ||
|
|
||
| ### New tokens | ||
|
|
||
| `--spectrum-combobox-font-weight` | ||
| `--spectrum-combobox-line-height-cjk` | ||
| `--spectrum-combobox-spacing-alert-icon-to-text` | ||
| `--spectrum-combobox-spacing-to-help-text` | ||
|
|
||
| ### New mods | ||
|
|
||
| `--mod-combobox-line-height-cjk` | ||
| `--mod-combobox-popover-animation-distance` | ||
| `--mod-combobox-spacing-alert-icon-to-text` | ||
| `--mod-combobox-spacing-to-help-text` | ||
| `--mod-combobox-textfield-background-color` | ||
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.
This question is for future me, @castastrophe had mentioned to me that we were discontinuing use of mods. Are certain there scenarios like this that we will continue to support them?
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.
@saashapina @castastrophe I'm not entirely sure - I think that might be a web component related thing. But mods are still helpful for passthroughs between each component.