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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"angry-needles-behave",
"beige-dragons-tickle",
"big-beds-care",
"big-glasses-check",
"big-jars-pump",
"breezy-impalas-push",
"calm-hats-sleep",
Expand Down
8 changes: 8 additions & 0 deletions .storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 12.1.0-next.20

### Patch Changes

Updated dependencies []:

- @spectrum-css/bundle@2.0.0-next.16

## 12.1.0-next.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions .storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/preview",
"version": "12.1.0-next.19",
"version": "12.1.0-next.20",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "5.0.0",
"@spectrum-css/bundle": "2.0.0-next.15",
"@spectrum-css/bundle": "2.0.0-next.16",
"@spectrum-css/tokens": "16.1.0-next.10",
"@spectrum-css/ui-icons": "2.0.0-next.2"
},
Expand Down
14 changes: 14 additions & 0 deletions components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change log

## 8.0.0-next.5

### Major Changes

📝 [#4249](https://github.com/adobe/spectrum-css/pull/4249) [`9629fe3`](https://github.com/adobe/spectrum-css/commit/9629fe37cad996d47c827a3eabcdf39092a27b0d) Thanks [@castastrophe](https://github.com/castastrophe)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.

Breaking change: the `--mod-*` override layer is removed. Consumers should set `--spectrum-*` variables directly where customization is needed.

## 8.0.0-next.4

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/accordion",
"version": "8.0.0-next.4",
"version": "8.0.0-next.5",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
14 changes: 14 additions & 0 deletions components/actionbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change log

## 11.0.0-next.3

### Major Changes

📝 [#4249](https://github.com/adobe/spectrum-css/pull/4249) [`9629fe3`](https://github.com/adobe/spectrum-css/commit/9629fe37cad996d47c827a3eabcdf39092a27b0d) Thanks [@castastrophe](https://github.com/castastrophe)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.

Breaking change: the `--mod-*` override layer is removed. Consumers should set `--spectrum-*` variables directly where customization is needed.

## 11.0.0-next.2

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions components/actionbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbar",
"version": "11.0.0-next.2",
"version": "11.0.0-next.3",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -48,7 +48,7 @@
}
},
"devDependencies": {
"@spectrum-css/actiongroup": "7.0.0-next.1",
"@spectrum-css/actiongroup": "7.0.0-next.2",
"@spectrum-css/closebutton": "7.0.0-next.1",
"@spectrum-css/fieldlabel": "11.0.0-next.2",
"@spectrum-css/popover": "9.0.0-next.5",
Expand Down
14 changes: 14 additions & 0 deletions components/actiongroup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change log

## 7.0.0-next.2

### Major Changes

📝 [#4249](https://github.com/adobe/spectrum-css/pull/4249) [`9629fe3`](https://github.com/adobe/spectrum-css/commit/9629fe37cad996d47c827a3eabcdf39092a27b0d) Thanks [@castastrophe](https://github.com/castastrophe)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.

Breaking change: the `--mod-*` override layer is removed. Consumers should set `--spectrum-*` variables directly where customization is needed.

## 7.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/actiongroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actiongroup",
"version": "7.0.0-next.1",
"version": "7.0.0-next.2",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
10 changes: 10 additions & 0 deletions tools/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.0-next.16

### Patch Changes

Updated dependencies [[`9629fe3`](https://github.com/adobe/spectrum-css/commit/9629fe37cad996d47c827a3eabcdf39092a27b0d)]:

- @spectrum-css/accordion@8.0.0-next.5
- @spectrum-css/actionbar@11.0.0-next.3
- @spectrum-css/actiongroup@7.0.0-next.2

## 2.0.0-next.15

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions tools/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/bundle",
"version": "2.0.0-next.15",
"version": "2.0.0-next.16",
"description": "A demo-ready bundle of the components in the Spectrum CSS library.",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"main": "dist/index.css",
"dependencies": {
"@spectrum-css/accordion": "8.0.0-next.4",
"@spectrum-css/actionbar": "11.0.0-next.2",
"@spectrum-css/accordion": "8.0.0-next.5",
"@spectrum-css/actionbar": "11.0.0-next.3",
"@spectrum-css/actionbutton": "8.0.0-next.3",
"@spectrum-css/actiongroup": "7.0.0-next.1",
"@spectrum-css/actiongroup": "7.0.0-next.2",
"@spectrum-css/actionmenu": "8.0.0-next.1",
"@spectrum-css/alertbanner": "4.0.0-next.3",
"@spectrum-css/alertdialog": "5.0.0-next.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4119,7 +4119,7 @@ __metadata:
languageName: node
linkType: hard

"@spectrum-css/accordion@npm:8.0.0-next.4, @spectrum-css/accordion@workspace:components/accordion":
"@spectrum-css/accordion@npm:8.0.0-next.5, @spectrum-css/accordion@workspace:components/accordion":
version: 0.0.0-use.local
resolution: "@spectrum-css/accordion@workspace:components/accordion"
dependencies:
Expand All @@ -4136,11 +4136,11 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/actionbar@npm:11.0.0-next.2, @spectrum-css/actionbar@workspace:components/actionbar":
"@spectrum-css/actionbar@npm:11.0.0-next.3, @spectrum-css/actionbar@workspace:components/actionbar":
version: 0.0.0-use.local
resolution: "@spectrum-css/actionbar@workspace:components/actionbar"
dependencies:
"@spectrum-css/actiongroup": "npm:7.0.0-next.1"
"@spectrum-css/actiongroup": "npm:7.0.0-next.2"
"@spectrum-css/closebutton": "npm:7.0.0-next.1"
"@spectrum-css/fieldlabel": "npm:11.0.0-next.2"
"@spectrum-css/popover": "npm:9.0.0-next.5"
Expand Down Expand Up @@ -4182,7 +4182,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/actiongroup@npm:7.0.0-next.1, @spectrum-css/actiongroup@workspace:components/actiongroup":
"@spectrum-css/actiongroup@npm:7.0.0-next.2, @spectrum-css/actiongroup@workspace:components/actiongroup":
version: 0.0.0-use.local
resolution: "@spectrum-css/actiongroup@workspace:components/actiongroup"
dependencies:
Expand Down Expand Up @@ -4392,14 +4392,14 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/bundle@npm:2.0.0-next.15, @spectrum-css/bundle@workspace:tools/bundle":
"@spectrum-css/bundle@npm:2.0.0-next.16, @spectrum-css/bundle@workspace:tools/bundle":
version: 0.0.0-use.local
resolution: "@spectrum-css/bundle@workspace:tools/bundle"
dependencies:
"@spectrum-css/accordion": "npm:8.0.0-next.4"
"@spectrum-css/actionbar": "npm:11.0.0-next.2"
"@spectrum-css/accordion": "npm:8.0.0-next.5"
"@spectrum-css/actionbar": "npm:11.0.0-next.3"
"@spectrum-css/actionbutton": "npm:8.0.0-next.3"
"@spectrum-css/actiongroup": "npm:7.0.0-next.1"
"@spectrum-css/actiongroup": "npm:7.0.0-next.2"
"@spectrum-css/actionmenu": "npm:8.0.0-next.1"
"@spectrum-css/alertbanner": "npm:4.0.0-next.3"
"@spectrum-css/alertdialog": "npm:5.0.0-next.4"
Expand Down Expand Up @@ -5409,7 +5409,7 @@ __metadata:
"@babel/core": "npm:7.28.4"
"@chromatic-com/storybook": "npm:3.2.7"
"@etchteam/storybook-addon-status": "npm:5.0.0"
"@spectrum-css/bundle": "npm:2.0.0-next.15"
"@spectrum-css/bundle": "npm:2.0.0-next.16"
"@spectrum-css/tokens": "npm:16.1.0-next.10"
"@spectrum-css/ui-icons": "npm:2.0.0-next.2"
"@storybook/addon-a11y": "npm:8.4.7"
Expand Down
Loading