Skip to content

Commit 19a23f2

Browse files
chore: release (next) (#4084)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35c066b commit 19a23f2

File tree

115 files changed

+624
-367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+624
-367
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"fluffy-hands-appear",
125125
"four-lemons-warn",
126126
"fresh-crabs-deliver",
127+
"fresh-kings-slide",
127128
"fresh-seahorses-join",
128129
"fresh-spoons-try",
129130
"friendly-dolls-raise",
@@ -164,15 +165,18 @@
164165
"real-jobs-flow",
165166
"red-kiwis-flash",
166167
"ripe-symbols-wear",
168+
"ripe-toys-invent",
167169
"rotten-meals-share",
168170
"serious-cameras-hammer",
169171
"serious-clouds-jam",
170172
"shaggy-schools-sing",
173+
"shiny-taxis-tease",
171174
"six-donuts-march",
172175
"slow-eyes-lay",
173176
"small-impalas-search",
174177
"smart-spoons-sneeze",
175178
"sour-donuts-go",
179+
"spicy-rings-cough",
176180
"spotty-bats-deny",
177181
"spotty-onions-study",
178182
"stale-pans-carry",

.storybook/CHANGELOG.md

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

3+
## 12.0.5-next.9
4+
5+
### Patch Changes
6+
7+
Updated dependencies [[`7f48b7c`](https://github.com/adobe/spectrum-css/commit/7f48b7c6384f8c7d598637226a17aff1c8e8b61c)]:
8+
9+
- @spectrum-css/tokens@16.1.0-next.7
10+
- @spectrum-css/bundle@2.0.0-next.6
11+
312
## 12.0.5-next.8
413

514
### Patch Changes

.storybook/package.json

Lines changed: 3 additions & 3 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.8",
3+
"version": "12.0.5-next.9",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@adobe/spectrum-css-workflow-icons": "^4.1.0",
43-
"@spectrum-css/bundle": "2.0.0-next.5",
44-
"@spectrum-css/tokens": "16.1.0-next.6",
43+
"@spectrum-css/bundle": "2.0.0-next.6",
44+
"@spectrum-css/tokens": "16.1.0-next.7",
4545
"@spectrum-css/ui-icons": "2.0.0-next.2"
4646
},
4747
"devDependencies": {

components/accordion/CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change log
22

3+
## 8.0.0-next.3
4+
5+
### Major Changes
6+
7+
📝 [#4014](https://github.com/adobe/spectrum-css/pull/4014) [`35c066b`](https://github.com/adobe/spectrum-css/commit/35c066b29c311b1bfcf4507075f13b41222ffc84) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
This update removes the `dir` attribute polyfill (served via a PostCSS transform to compiled assets) as the fallback is no longer necessary. The`dir` attribute support is available in all supported browsers and has been tested to correctly inherit inside web component shadow DOMs. This is a breaking change **only** to those relying on the `dir` attribute being present for styling, however, the `:dir` pseudo will correctly inherit values from their containers. To correctly determine the `dir` value of a node using JavaScript, you can use `getComputedStyle(node).direction`.
10+
11+
### Minor Changes
12+
13+
📝 [#4020](https://github.com/adobe/spectrum-css/pull/4020) [`dc5f820`](https://github.com/adobe/spectrum-css/commit/dc5f8202a330910c0af51b7c172aca35ec99a1e7) Thanks [@rise-erpelding](https://github.com/rise-erpelding)!
14+
15+
Accordion now supports direct actions. Direct actions, which may consist of a quiet action button or a switch, or both, may be added to each accordion item's heading. Direct action items are vertically centered within the heading's first line of text for all sizes and densities, and maintain their own individual key focus states.
16+
17+
To allow the same level of customizability found in other elements within this component, the following --mod custom properties have been added:
18+
19+
- `--mod-accordion-item-direct-actions-height`
20+
- `--mod-accordion-item-direct-actions-spacing`
21+
- `--mod-accordion-item-direct-actions-vertical-spacing`
22+
323
## 8.0.0-next.2
424

525
### Major Changes
@@ -159,7 +179,6 @@ To render a component that can be easily swapped between the S2 Foundations, S1,
159179
📝 [#3502](https://github.com/adobe/spectrum-css/pull/3502) [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b) Thanks [@castastrophe](https://github.com/castastrophe)!
160180

161181
- Remove empty theme references to reduce complexity for components that don't need to define any mappings. This involves removing the source `themes` directories with the empty `spectrum.css` and `express.com` files as well as removing the following empty or unnecessary exports:
162-
163182
- `index-base.css`
164183
- `index-theme.css`
165184
- `themes/spectrum.css`

components/accordion/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/accordion",
3-
"version": "8.0.0-next.2",
3+
"version": "8.0.0-next.3",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/icon": "10.0.0-next.3",
41-
"@spectrum-css/tokens": "16.1.0-next.6"
41+
"@spectrum-css/tokens": "16.1.0-next.7"
4242
},
4343
"keywords": [
4444
"design-system",

components/actionbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@spectrum-css/actiongroup": "7.0.0-next.1",
5353
"@spectrum-css/closebutton": "7.0.0-next.1",
5454
"@spectrum-css/fieldlabel": "11.0.0-next.2",
55-
"@spectrum-css/popover": "9.0.0-next.3",
56-
"@spectrum-css/tokens": "16.1.0-next.6"
55+
"@spectrum-css/popover": "9.0.0-next.4",
56+
"@spectrum-css/tokens": "16.1.0-next.7"
5757
},
5858
"keywords": [
5959
"design-system",

components/actionbutton/CHANGELOG.md

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

3+
## 8.0.0-next.3
4+
5+
### Major Changes
6+
7+
📝 [#4014](https://github.com/adobe/spectrum-css/pull/4014) [`35c066b`](https://github.com/adobe/spectrum-css/commit/35c066b29c311b1bfcf4507075f13b41222ffc84) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
This update removes the `dir` attribute polyfill (served via a PostCSS transform to compiled assets) as the fallback is no longer necessary. The`dir` attribute support is available in all supported browsers and has been tested to correctly inherit inside web component shadow DOMs. This is a breaking change **only** to those relying on the `dir` attribute being present for styling, however, the `:dir` pseudo will correctly inherit values from their containers. To correctly determine the `dir` value of a node using JavaScript, you can use `getComputedStyle(node).direction`.
10+
311
## 8.0.0-next.2
412

513
### Patch Changes
@@ -69,7 +77,6 @@ This also includes a forced-colors/high contrast mode fix for the selected + dis
6977
📝 [#3540](https://github.com/adobe/spectrum-css/pull/3540) [`a8bb0b8`](https://github.com/adobe/spectrum-css/commit/a8bb0b89a5fe1cc9d09edf6a1d2249dde930757a) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
7078

7179
- S2 Foundations fixes
72-
7380
- Adjusts corner rounding for S2 foundations to follow S2 action button corner rounding, particularly to help give additional space to the help/corner triangle icon:
7481
- corner-radius-medium-size-extra-small
7582
- corner-radius-medium-size-small

components/actionbutton/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/actionbutton",
3-
"version": "8.0.0-next.2",
3+
"version": "8.0.0-next.3",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@spectrum-css/commons": "12.0.0-next.0",
4141
"@spectrum-css/icon": "10.0.0-next.3",
42-
"@spectrum-css/tokens": "16.1.0-next.6"
42+
"@spectrum-css/tokens": "16.1.0-next.7"
4343
},
4444
"keywords": [
4545
"design-system",

components/actiongroup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/actionbutton": "8.0.0-next.2",
41-
"@spectrum-css/tokens": "16.1.0-next.6"
40+
"@spectrum-css/actionbutton": "8.0.0-next.3",
41+
"@spectrum-css/tokens": "16.1.0-next.7"
4242
},
4343
"keywords": [
4444
"design-system",

components/actionmenu/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/actionbutton": "8.0.0-next.2",
52+
"@spectrum-css/actionbutton": "8.0.0-next.3",
5353
"@spectrum-css/icon": "10.0.0-next.3",
54-
"@spectrum-css/menu": "10.0.0-next.3",
55-
"@spectrum-css/popover": "9.0.0-next.3",
56-
"@spectrum-css/tokens": "16.1.0-next.6"
54+
"@spectrum-css/menu": "10.0.0-next.4",
55+
"@spectrum-css/popover": "9.0.0-next.4",
56+
"@spectrum-css/tokens": "16.1.0-next.7"
5757
},
5858
"keywords": [
5959
"design-system",

0 commit comments

Comments
 (0)