Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 13 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"@spectrum-css/bundle": "1.0.0",
"@spectrum-css/generator": "4.1.0",
"@spectrum-css/ui-icons": "1.1.2",
"@spectrum-css/infieldprogresscircle": "0.0.0"
"@spectrum-css/infieldprogresscircle": "0.0.0",
"@spectrum-tools/changesets-changelog-github": "0.0.0"
},
"changesets": [
"angry-needles-behave",
Expand All @@ -108,13 +109,17 @@
"chatty-lands-attack",
"chilled-peaches-enjoy",
"chilly-peaches-sniff",
"chubby-mirrors-wish",
"clean-oranges-smell",
"cute-pillows-stand",
"cute-windows-unite",
"deep-sloths-fetch",
"dirty-melons-look",
"early-ends-fail",
"eighty-terms-lead",
"fair-coins-buy",
"few-doors-smile",
"few-tigers-say",
"flat-snails-admire",
"fluffy-hands-appear",
"four-lemons-warn",
Expand All @@ -123,6 +128,7 @@
"fresh-spoons-try",
"friendly-dolls-raise",
"giant-windows-smoke",
"gold-cats-hide",
"healthy-chicken-clap",
"hip-shoes-listen",
"honest-animals-stop",
Expand All @@ -132,6 +138,7 @@
"itchy-waves-work",
"khaki-icons-hammer",
"late-worms-reply",
"legal-lands-warn",
"lemon-flowers-poke",
"lemon-weeks-work",
"light-years-speak",
Expand All @@ -141,18 +148,22 @@
"mighty-pigs-accept",
"modern-chairs-sit",
"nasty-rats-rhyme",
"neat-schools-take",
"nice-cows-shout",
"nine-kings-repair",
"old-goats-chew",
"olive-tools-hang",
"open-squids-refuse",
"petite-toys-greet",
"polite-apes-think",
"polite-moments-stay",
"proud-jokes-rule",
"proud-schools-reply",
"public-facts-boil",
"puny-kids-rhyme",
"real-jobs-flow",
"red-kiwis-flash",
"ripe-symbols-wear",
"rotten-meals-share",
"serious-cameras-hammer",
"serious-clouds-jam",
Expand All @@ -161,6 +172,7 @@
"slow-eyes-lay",
"small-impalas-search",
"smart-spoons-sneeze",
"sour-donuts-go",
"spotty-bats-deny",
"spotty-onions-study",
"stale-pans-carry",
Expand Down
12 changes: 10 additions & 2 deletions .storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 12.0.5-next.8

### Patch Changes

Updated dependencies [[`86dd51d`](https://github.com/adobe/spectrum-css/commit/86dd51d884878a3090cb8463ca0bf44f21ee9f87), [`f6843c6`](https://github.com/adobe/spectrum-css/commit/f6843c698a2aac7c15ba949e28c56e4ff49c8c4a)]:

- @spectrum-css/ui-icons@2.0.0-next.2
- @spectrum-css/tokens@16.1.0-next.6
- @spectrum-css/bundle@2.0.0-next.5

## 12.0.5-next.7

### Patch Changes
Expand Down Expand Up @@ -170,7 +180,6 @@ This release also includes:
📝 [#3458](https://github.com/adobe/spectrum-css/pull/3458) [`e1b7102`](https://github.com/adobe/spectrum-css/commit/e1b71027f92ce18feb3a63c100d2b4871fc73b9f) Thanks [@castastrophe](https://github.com/castastrophe)!

- Update the Chromatic add-on to the currently maintained package:

- from "@chromaui/addon-visual-tests": "^1.0.0"
- to "@chromatic-com/storybook": "^3.2.3"

Expand Down Expand Up @@ -396,7 +405,6 @@ This release also includes:
📝 [#2820](https://github.com/adobe/spectrum-css/pull/2820) [`1711ef8`](https://github.com/adobe/spectrum-css/commit/1711ef8a7aa8da1858019b77ed52e1dd1b86d3bf) Thanks [@castastrophe](https://github.com/castastrophe)!

- Fixes for Storybook instance

- Bring back testing preview global toggle to toolbar after it was accidentally removed in a previous release
- Chromatic disable snapshot syntax corrected in multiple stories
- Update when token assets are loaded to correct snapshot inconsistencies
Expand Down
8 changes: 4 additions & 4 deletions .storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/preview",
"version": "12.0.5-next.7",
"version": "12.0.5-next.8",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "^4.1.0",
"@spectrum-css/bundle": "2.0.0-next.4",
"@spectrum-css/tokens": "16.1.0-next.5",
"@spectrum-css/ui-icons": "2.0.0-next.1"
"@spectrum-css/bundle": "2.0.0-next.5",
"@spectrum-css/tokens": "16.1.0-next.6",
"@spectrum-css/ui-icons": "2.0.0-next.2"
},
"devDependencies": {
"@babel/core": "^7.28.0",
Expand Down
4 changes: 2 additions & 2 deletions components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
}
},
"devDependencies": {
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/actionbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@spectrum-css/actiongroup": "7.0.0-next.1",
"@spectrum-css/closebutton": "7.0.0-next.1",
"@spectrum-css/fieldlabel": "11.0.0-next.2",
"@spectrum-css/popover": "9.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/popover": "9.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/actionbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"devDependencies": {
"@spectrum-css/commons": "12.0.0-next.0",
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
2 changes: 1 addition & 1 deletion components/actiongroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@spectrum-css/actionbutton": "8.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
6 changes: 3 additions & 3 deletions components/actionmenu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
},
"devDependencies": {
"@spectrum-css/actionbutton": "8.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/menu": "10.0.0-next.3",
"@spectrum-css/popover": "9.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/popover": "9.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/alertbanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@spectrum-css/button": "15.0.0-next.2",
"@spectrum-css/closebutton": "7.0.0-next.1",
"@spectrum-css/divider": "6.0.0-next.1",
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/alertdialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"devDependencies": {
"@spectrum-css/buttongroup": "10.0.0-next.1",
"@spectrum-css/divider": "6.0.0-next.1",
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/modal": "8.0.0-next.1",
"@spectrum-css/tokens": "16.1.0-next.5",
"@spectrum-css/tokens": "16.1.0-next.6",
"@spectrum-css/underlay": "7.0.0-next.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"devDependencies": {
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
2 changes: 1 addition & 1 deletion components/assetcard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@spectrum-css/checkbox": "11.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/assetlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@spectrum-css/checkbox": "11.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"devDependencies": {
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
}
},
"devDependencies": {
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@spectrum-css/actionbutton": "8.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"devDependencies": {
"@spectrum-css/commons": "12.0.0-next.0",
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/progresscircle": "6.0.0-next.0",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
2 changes: 1 addition & 1 deletion components/buttongroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@spectrum-css/button": "15.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
2 changes: 1 addition & 1 deletion components/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@spectrum-css/actionbutton": "8.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@spectrum-css/actionbutton": "8.0.0-next.2",
"@spectrum-css/asset": "8.0.0-next.0",
"@spectrum-css/checkbox": "11.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6",
"@spectrum-css/typography": "9.0.0-next.0"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
}
},
"devDependencies": {
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
16 changes: 15 additions & 1 deletion components/clearbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change log

## 8.0.0-next.2

### Major Changes

📝 [#4043](https://github.com/adobe/spectrum-css/pull/4043) [`0242f7f`](https://github.com/adobe/spectrum-css/commit/0242f7f69ec24ef6c6f000324a7b44106e4603fa) Thanks [@cdransf](https://github.com/cdransf)!
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 It works! Our custom changelog in action!


#### S2 migration for clear button

This migrates the clear button component to the latest Spectrum 2 designs. Custom properties have been remapped and added per the design specification.

- The quiet variant has been remove as all clear buttons have a transparent background.
- The over-background and static color variants have been removed.
- Test and stories for deprecated variants have been removed.
- The down state has been added, corresponding controls and tests have been added.

## 8.0.0-next.1

### Patch Changes
Expand Down Expand Up @@ -145,7 +160,6 @@ To render a component that can be easily swapped between the S2 Foundations, S1,
📝 [#3258](https://github.com/adobe/spectrum-css/pull/3258) [`db450d8`](https://github.com/adobe/spectrum-css/commit/db450d8679242cffced38793f8c3f4f458240612) Thanks [@cdransf](https://github.com/cdransf)!

- Improves the visibility of the clear button disabled variant on static color backgrounds by more closely aligning styles with close button.

- Adds `.spectrum-ClearButton--staticWhite` to the mod declarations associated with `.spectrum-ClearButton--overBackground` in advance of the latter being deprecated. The same class has been added to the `:focus` declaration for `spectrum-ClearButton--overBackground`.
- Adds `--spectrum-clear-button-icon-color-disabled: var(--spectrum-disabled-static-white-content-color);` custom property for `.spectrum-ClearButton--staticWhite`.
- Enables `cursor: pointer` for `.spectrum-ClearButton` when it is not disabled.
Expand Down
6 changes: 3 additions & 3 deletions components/clearbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/clearbutton",
"version": "8.0.0-next.1",
"version": "8.0.0-next.2",
"description": "The Spectrum CSS clearbutton component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -37,8 +37,8 @@
}
},
"devDependencies": {
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/closebutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"devDependencies": {
"@spectrum-css/commons": "12.0.0-next.0",
"@spectrum-css/icon": "10.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
2 changes: 1 addition & 1 deletion components/coachindicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"devDependencies": {
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
4 changes: 2 additions & 2 deletions components/coachmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@spectrum-css/button": "15.0.0-next.2",
"@spectrum-css/buttongroup": "10.0.0-next.1",
"@spectrum-css/menu": "10.0.0-next.3",
"@spectrum-css/popover": "9.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.5"
"@spectrum-css/popover": "9.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.6"
},
"keywords": [
"design-system",
Expand Down
Loading
Loading