-
Notifications
You must be signed in to change notification settings - Fork 201
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
Open
aramos-adobe
wants to merge
29
commits into
spectrum-two
Choose a base branch
from
aramos-adobe/css769-combox-s2-migration
base: spectrum-two
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+434
−291
Open
Changes from all commits
Commits
Show all changes
29 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 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,28 @@ | ||
--- | ||
"@spectrum-css/combobox": major | ||
--- | ||
|
||
### 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 | ||
|
||
### 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.