Skip to content

Commit b3980fc

Browse files
chore: release (next) (#4094)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13cc518 commit b3980fc

File tree

8 files changed

+104
-9
lines changed

8 files changed

+104
-9
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
"serious-clouds-jam",
172172
"shaggy-schools-sing",
173173
"shiny-taxis-tease",
174+
"shy-actors-behave",
174175
"six-donuts-march",
175176
"slow-eyes-lay",
176177
"small-impalas-search",

.storybook/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 12.0.5-next.10
4+
5+
### Patch Changes
6+
7+
Updated dependencies []:
8+
9+
- @spectrum-css/bundle@2.0.0-next.7
10+
311
## 12.0.5-next.9
412

513
### Patch Changes

.storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "12.0.5-next.9",
3+
"version": "12.0.5-next.10",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@adobe/spectrum-css-workflow-icons": "^4.1.0",
43-
"@spectrum-css/bundle": "2.0.0-next.6",
43+
"@spectrum-css/bundle": "2.0.0-next.7",
4444
"@spectrum-css/tokens": "16.1.0-next.7",
4545
"@spectrum-css/ui-icons": "2.0.0-next.2"
4646
},

components/slider/CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,83 @@
11
# Change log
22

3+
## 7.0.0-next.4
4+
5+
### Major Changes
6+
7+
📝 [#3945](https://github.com/adobe/spectrum-css/pull/3945) [`8a39697`](https://github.com/adobe/spectrum-css/commit/8a3969751718d45ff1a4a0656e842cf490a8da94) Thanks [@aramos-adobe](https://github.com/aramos-adobe)!
8+
9+
#### New features
10+
11+
- Emphasized track fill color
12+
- Precision control handle
13+
- Large and thin track heights
14+
- Embedded editable text field component
15+
16+
#### Visual changes
17+
18+
- No longer a gap between slider handle and the track
19+
- Updated dimensions of slider handles for each size variant
20+
- Updated WHCM for all variants
21+
22+
#### New tokens
23+
24+
`--spectrum-slider-control-to-field-label-editable-extra-large`
25+
`--spectrum-slider-control-to-field-label-editable-large`
26+
`--spectrum-slider-control-to-field-label-editable-medium`
27+
`--spectrum-slider-control-to-field-label-editable-small`
28+
`--spectrum-slider-control-to-side-field-label-extra-large`
29+
`--spectrum-slider-control-to-side-field-label-large`
30+
`--spectrum-slider-control-to-side-field-label-medium`
31+
`--spectrum-slider-control-to-side-field-label-small`
32+
`--spectrum-slider-control-to-text-field-extra-large`
33+
`--spectrum-slider-control-to-text-field-large`
34+
`--spectrum-slider-control-to-text-field-medium`
35+
`--spectrum-slider-control-to-text-field-small`
36+
`--spectrum-slider-editable-control-to-field-label`
37+
`--spectrum-slider-editable-control-to-text-field`
38+
`--spectrum-slider-editable-field-inline-size-extra-large`
39+
`--spectrum-slider-editable-field-inline-size-large`
40+
`--spectrum-slider-editable-field-inline-size-medium`
41+
`--spectrum-slider-editable-field-inline-size-small`
42+
`--spectrum-slider-emphasized-track-fill-color`
43+
`--spectrum-slider-precision-handle-height`
44+
`--spectrum-slider-precision-handle-height-extra-large`
45+
`--spectrum-slider-precision-handle-height-large`
46+
`--spectrum-slider-precision-handle-height-medium`
47+
`--spectrum-slider-precision-handle-height-small`
48+
`--spectrum-slider-precision-handle-width`
49+
`--spectrum-slider-handle-extra-large`
50+
`--spectrum-slider-handle-large`
51+
`--spectrum-slider-handle-medium`
52+
`--spectrum-slider-handle-small`
53+
54+
#### New mods
55+
56+
`--mod-slider-editable-control-to-text-field`
57+
`--mod-slider-editable-field-inline-size`
58+
`--mod-slider-disabled-border-color`
59+
`--mod-slider-emphasized-tick-mark-color`
60+
`--mod-slider-emphasized-track-fill-color`
61+
`--mod-slider-inline-size`
62+
`--mod-slider-label-font-style`
63+
`--mod-slider-label-font-weight`
64+
`--mod-slider-ramp-track-fill-color`
65+
`--mod-slider-tick-mark-color-filled-track`
66+
`--mod-slider-track-height-medium`
67+
68+
#### Removed mods
69+
70+
`--mod-disabled-border-color`
71+
`--mod-sectrum-slider-ramp-handle-border-color-active`
72+
`--mod-slider-handle-border-width-down`
73+
`--mod-slider-handle-gap`
74+
`--mod-slider-ramp-handle-background-color`
75+
`--mod-slider-tick-handle-background-color`
76+
`--mod-slider-tick-mark-color-disabled`
77+
`--mod-slider-track-handleoffset`
78+
`--mod-slider-track-margin-offset`
79+
`--mod-slider-track-middle-handleoffset`
80+
381
## 7.0.0-next.3
482

583
### Major Changes

components/slider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/slider",
3-
"version": "7.0.0-next.3",
3+
"version": "7.0.0-next.4",
44
"description": "The Spectrum CSS slider component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tools/bundle/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.0.0-next.7
4+
5+
### Patch Changes
6+
7+
Updated dependencies [[`8a39697`](https://github.com/adobe/spectrum-css/commit/8a3969751718d45ff1a4a0656e842cf490a8da94)]:
8+
9+
- @spectrum-css/slider@7.0.0-next.4
10+
311
## 2.0.0-next.6
412

513
### Patch Changes

tools/bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/bundle",
3-
"version": "2.0.0-next.6",
3+
"version": "2.0.0-next.7",
44
"description": "A demo-ready bundle of the components in the Spectrum CSS library.",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -93,7 +93,7 @@
9393
"@spectrum-css/rating": "7.0.0-next.2",
9494
"@spectrum-css/search": "9.0.0-next.2",
9595
"@spectrum-css/sidenav": "8.0.0-next.2",
96-
"@spectrum-css/slider": "7.0.0-next.3",
96+
"@spectrum-css/slider": "7.0.0-next.4",
9797
"@spectrum-css/splitview": "8.0.0-next.0",
9898
"@spectrum-css/statuslight": "10.0.0-next.2",
9999
"@spectrum-css/steplist": "8.0.0-next.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4314,7 +4314,7 @@ __metadata:
43144314
languageName: unknown
43154315
linkType: soft
43164316

4317-
"@spectrum-css/bundle@npm:2.0.0-next.6, @spectrum-css/bundle@workspace:tools/bundle":
4317+
"@spectrum-css/bundle@npm:2.0.0-next.7, @spectrum-css/bundle@workspace:tools/bundle":
43184318
version: 0.0.0-use.local
43194319
resolution: "@spectrum-css/bundle@workspace:tools/bundle"
43204320
dependencies:
@@ -4381,7 +4381,7 @@ __metadata:
43814381
"@spectrum-css/rating": "npm:7.0.0-next.2"
43824382
"@spectrum-css/search": "npm:9.0.0-next.2"
43834383
"@spectrum-css/sidenav": "npm:8.0.0-next.2"
4384-
"@spectrum-css/slider": "npm:7.0.0-next.3"
4384+
"@spectrum-css/slider": "npm:7.0.0-next.4"
43854385
"@spectrum-css/splitview": "npm:8.0.0-next.0"
43864386
"@spectrum-css/statuslight": "npm:10.0.0-next.2"
43874387
"@spectrum-css/steplist": "npm:8.0.0-next.2"
@@ -5347,7 +5347,7 @@ __metadata:
53475347
"@babel/core": "npm:^7.28.0"
53485348
"@chromatic-com/storybook": "npm:^3.2.7"
53495349
"@etchteam/storybook-addon-status": "npm:^5.0.0"
5350-
"@spectrum-css/bundle": "npm:2.0.0-next.6"
5350+
"@spectrum-css/bundle": "npm:2.0.0-next.7"
53515351
"@spectrum-css/tokens": "npm:16.1.0-next.7"
53525352
"@spectrum-css/ui-icons": "npm:2.0.0-next.2"
53535353
"@storybook/addon-a11y": "npm:8.4.7"
@@ -5487,7 +5487,7 @@ __metadata:
54875487
languageName: unknown
54885488
linkType: soft
54895489

5490-
"@spectrum-css/slider@npm:7.0.0-next.3, @spectrum-css/slider@workspace:components/slider":
5490+
"@spectrum-css/slider@npm:7.0.0-next.4, @spectrum-css/slider@workspace:components/slider":
54915491
version: 0.0.0-use.local
54925492
resolution: "@spectrum-css/slider@workspace:components/slider"
54935493
dependencies:

0 commit comments

Comments
 (0)