Skip to content

feat(slider): S2 migration, new precision variant, embedded textfield #3945

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
wants to merge 26 commits into
base: spectrum-two
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5e3894c
feat(slider): wip track height and gap
aramos-adobe Jun 11, 2025
9975e73
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jun 11, 2025
4384a5f
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jun 11, 2025
af0af60
feat(slider): adding precision variant
aramos-adobe Jun 12, 2025
750cf36
feat(slider): added emphasized mode, updated ticks
aramos-adobe Jun 17, 2025
5f0b436
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jun 17, 2025
dacccde
feat(slider): adding changeset description
aramos-adobe Jun 17, 2025
1f0f24f
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jun 18, 2025
31cf9f1
feat(slider): adjust WHCM and typography
aramos-adobe Jun 18, 2025
b96ddfa
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jun 20, 2025
f061fd4
feat(slider): adding more test cases for emphasized range
aramos-adobe Jun 20, 2025
b998c67
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jun 27, 2025
48ae945
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jul 7, 2025
b3d3403
feat(slider): updating pr
aramos-adobe Jul 7, 2025
3bf6d0b
Merge branch 'aramos-adobe/css1201-s2-slider-handle-variant' of https…
aramos-adobe Jul 7, 2025
d2f9540
feat(slider): cleaning custom tokens, textfield focus state
aramos-adobe Jul 7, 2025
4d8db3b
feat(slider): update whcm, using dist tokens
aramos-adobe Jul 8, 2025
8178919
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jul 8, 2025
7d9ea7f
feat(slider): new reviews update focus states and tokens
aramos-adobe Jul 8, 2025
f80415b
feat(slider): update metadata
aramos-adobe Jul 8, 2025
e30230a
feat(slider): restoring base project files
aramos-adobe Jul 8, 2025
5c7b2b5
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jul 8, 2025
dde14d1
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jul 10, 2025
b7a3393
feat(slider): use field label passthrough for top padding
aramos-adobe Jul 10, 2025
7694835
Merge branch 'spectrum-two' into aramos-adobe/css1201-s2-slider-handl…
aramos-adobe Jul 11, 2025
cde957b
feat(slider): adding new changes and updates to story and css
aramos-adobe Jul 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions .changeset/shy-actors-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
@spectrum-css/slider: major
---

### S2 Slider Migration

#### New features

- Emphasized track fill color
- Precision control handle
- Large and thin track heights
- Embedded editable text field component

#### Visual changes

- No longer a gap between slider handle and the track
- Updated dimensions of slider handles for each size variant
- Updated WHCM for all variants


#### New tokens

`--spectrum-slider-control-to-field-label-editable-extra-large`
`--spectrum-slider-control-to-field-label-editable-large`
`--spectrum-slider-control-to-field-label-editable-medium`
`--spectrum-slider-control-to-field-label-editable-small`
`--spectrum-slider-control-to-side-field-label-extra-large`
`--spectrum-slider-control-to-side-field-label-large`
`--spectrum-slider-control-to-side-field-label-medium`
`--spectrum-slider-control-to-side-field-label-small`
`--spectrum-slider-control-to-text-field-extra-large`
`--spectrum-slider-control-to-text-field-large`
`--spectrum-slider-control-to-text-field-medium`
`--spectrum-slider-control-to-text-field-small`
`--spectrum-slider-editable-control-to-field-label`
`--spectrum-slider-editable-control-to-text-field`
`--spectrum-slider-editable-field-inline-size-extra-large`
`--spectrum-slider-editable-field-inline-size-large`
`--spectrum-slider-editable-field-inline-size-medium`
`--spectrum-slider-editable-field-inline-size-small`
`--spectrum-slider-emphasized-track-fill-color`
`--spectrum-slider-precision-handle-height`
`--spectrum-slider-precision-handle-height-extra-large`
`--spectrum-slider-precision-handle-height-large`
`--spectrum-slider-precision-handle-height-medium`
`--spectrum-slider-precision-handle-height-small`
`--spectrum-slider-precision-handle-width`
`--spectrum-slider-handle-extra-large`
`--spectrum-slider-handle-large`
`--spectrum-slider-handle-medium`
`--spectrum-slider-handle-small`

#### New mods

`--mod-slider-editable-control-to-text-field`
`--mod-slider-editable-field-inline-size`
`--mod-slider-disabled-border-color`
`--mod-slider-emphasized-tick-mark-color`
`--mod-slider-emphasized-track-fill-color`
`--mod-slider-inline-size`
`--mod-slider-label-font-style`
`--mod-slider-label-font-weight`
`--mod-slider-ramp-track-fill-color`
`--mod-slider-tick-mark-color-filled-track`
`--mod-slider-track-height-medium`

#### Removed mods

`--mod-disabled-border-color`
`--mod-sectrum-slider-ramp-handle-border-color-active`
`--mod-slider-handle-border-width-down`
`--mod-slider-handle-gap`
`--mod-slider-ramp-handle-background-color`
`--mod-slider-tick-handle-background-color`
`--mod-slider-tick-mark-color-disabled`
`--mod-slider-track-handleoffset`
`--mod-slider-track-margin-offset`
`--mod-slider-track-middle-handleoffset`
Loading
Loading