Skip to content
Open
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 @@ -208,6 +208,7 @@
"twenty-tables-know",
"upset-roses-live",
"warm-loops-guess",
"weak-colts-divide",
"wild-lemons-spend"
]
}
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.22

### Patch Changes

Updated dependencies []:

- @spectrum-css/[email protected]

## 12.1.0-next.21

### 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.21",
"version": "12.1.0-next.22",
"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.17",
"@spectrum-css/bundle": "2.0.0-next.18",
"@spectrum-css/tokens": "16.1.0-next.10",
"@spectrum-css/ui-icons": "2.0.0-next.2"
},
Expand Down
16 changes: 16 additions & 0 deletions bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 2.0.0-next.18

### Patch Changes

Updated dependencies [[`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e)]:

- @spectrum-css/[email protected]
- @spectrum-css/[email protected]
- @spectrum-css/[email protected]
- @spectrum-css/[email protected]
- @spectrum-css/[email protected]
- @spectrum-css/[email protected]
- @spectrum-css/[email protected]
- @spectrum-css/[email protected]
- @spectrum-css/[email protected]

## 2.0.0-next.17

### Patch Changes
Expand Down
20 changes: 10 additions & 10 deletions 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.17",
"version": "2.0.0-next.18",
"description": "A demo-ready bundle of the components in the Spectrum CSS library.",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -36,12 +36,12 @@
"@spectrum-css/actiongroup": "7.0.0-next.3",
"@spectrum-css/actionmenu": "8.0.0-next.2",
"@spectrum-css/alertbanner": "4.0.0-next.3",
"@spectrum-css/alertdialog": "5.0.0-next.4",
"@spectrum-css/asset": "8.0.0-next.0",
"@spectrum-css/assetcard": "6.0.0-next.2",
"@spectrum-css/assetlist": "9.0.0-next.2",
"@spectrum-css/avatar": "10.0.0-next.0",
"@spectrum-css/badge": "7.0.0-next.2",
"@spectrum-css/alertdialog": "5.0.0-next.5",
"@spectrum-css/asset": "8.0.0-next.1",
"@spectrum-css/assetcard": "6.0.0-next.3",
"@spectrum-css/assetlist": "9.0.0-next.3",
"@spectrum-css/avatar": "10.0.0-next.1",
"@spectrum-css/badge": "7.0.0-next.3",
"@spectrum-css/breadcrumb": "12.0.0-next.3",
"@spectrum-css/button": "15.0.0-next.2",
"@spectrum-css/buttongroup": "10.0.0-next.1",
Expand Down Expand Up @@ -78,10 +78,10 @@
"@spectrum-css/logicbutton": "7.0.0-next.1",
"@spectrum-css/menu": "10.0.0-next.6",
"@spectrum-css/meter": "2.0.0-next.3",
"@spectrum-css/miller": "9.0.0-next.1",
"@spectrum-css/miller": "9.0.0-next.2",
"@spectrum-css/modal": "8.0.0-next.1",
"@spectrum-css/opacitycheckerboard": "5.0.0-next.0",
"@spectrum-css/page": "10.0.0-next.1",
"@spectrum-css/page": "10.0.0-next.2",
"@spectrum-css/pagination": "11.0.0-next.2",
"@spectrum-css/picker": "10.0.0-next.4",
"@spectrum-css/pickerbutton": "7.0.0-next.2",
Expand Down Expand Up @@ -113,7 +113,7 @@
"@spectrum-css/treeview": "13.0.0-next.3",
"@spectrum-css/typography": "9.0.0-next.0",
"@spectrum-css/underlay": "7.0.0-next.1",
"@spectrum-css/well": "8.0.0-next.1",
"@spectrum-css/well": "8.0.0-next.2",
"colors": "1.4.0",
"postcss": "8.5.6",
"postcss-licensing": "3.0.0"
Expand Down
16 changes: 16 additions & 0 deletions components/alertdialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 5.0.0-next.5

### Major Changes

📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling. In addition, this update cleans up any component-level custom properties that did not rely on the CSS cascade to define the styles; this was done to reduce the number of custom properties that are defined at the component level and trim down the size of the CSS we are shipping to consumers.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.
- Remove any component-level custom properties that did not rely on the CSS cascade to define the styles.
- Remove any high contrast mode styles being used where the default styles are sufficient.

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

## 5.0.0-next.4

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

## 8.0.0-next.1

### Major Changes

📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling. In addition, this update cleans up any component-level custom properties that did not rely on the CSS cascade to define the styles; this was done to reduce the number of custom properties that are defined at the component level and trim down the size of the CSS we are shipping to consumers.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.
- Remove any component-level custom properties that did not rely on the CSS cascade to define the styles.
- Remove any high contrast mode styles being used where the default styles are sufficient.

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

## 8.0.0-next.0

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

## 6.0.0-next.3

### Major Changes

📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling. In addition, this update cleans up any component-level custom properties that did not rely on the CSS cascade to define the styles; this was done to reduce the number of custom properties that are defined at the component level and trim down the size of the CSS we are shipping to consumers.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.
- Remove any component-level custom properties that did not rely on the CSS cascade to define the styles.
- Remove any high contrast mode styles being used where the default styles are sufficient.

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

## 6.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/assetcard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetcard",
"version": "6.0.0-next.2",
"version": "6.0.0-next.3",
"description": "The Spectrum CSS asset card component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
16 changes: 16 additions & 0 deletions components/assetlist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 9.0.0-next.3

### Major Changes

📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling. In addition, this update cleans up any component-level custom properties that did not rely on the CSS cascade to define the styles; this was done to reduce the number of custom properties that are defined at the component level and trim down the size of the CSS we are shipping to consumers.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.
- Remove any component-level custom properties that did not rely on the CSS cascade to define the styles.
- Remove any high contrast mode styles being used where the default styles are sufficient.

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

## 9.0.0-next.2

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/assetlist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetlist",
"version": "9.0.0-next.2",
"version": "9.0.0-next.3",
"description": "The Spectrum CSS assetlist component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
16 changes: 16 additions & 0 deletions components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 10.0.0-next.1

### Major Changes

📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling. In addition, this update cleans up any component-level custom properties that did not rely on the CSS cascade to define the styles; this was done to reduce the number of custom properties that are defined at the component level and trim down the size of the CSS we are shipping to consumers.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.
- Remove any component-level custom properties that did not rely on the CSS cascade to define the styles.
- Remove any high contrast mode styles being used where the default styles are sufficient.

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

## 10.0.0-next.0

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

## 7.0.0-next.3

### Major Changes

📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling. In addition, this update cleans up any component-level custom properties that did not rely on the CSS cascade to define the styles; this was done to reduce the number of custom properties that are defined at the component level and trim down the size of the CSS we are shipping to consumers.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.
- Remove any component-level custom properties that did not rely on the CSS cascade to define the styles.
- Remove any high contrast mode styles being used where the default styles are sufficient.

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

## 7.0.0-next.2

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/badge",
"version": "7.0.0-next.2",
"version": "7.0.0-next.3",
"description": "The Spectrum CSS badge component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@spectrum-css/actionbutton": "8.0.0-next.4",
"@spectrum-css/asset": "8.0.0-next.0",
"@spectrum-css/asset": "8.0.0-next.1",
"@spectrum-css/checkbox": "11.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.10",
Expand Down
16 changes: 16 additions & 0 deletions components/miller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 9.0.0-next.2

### Major Changes

📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling. In addition, this update cleans up any component-level custom properties that did not rely on the CSS cascade to define the styles; this was done to reduce the number of custom properties that are defined at the component level and trim down the size of the CSS we are shipping to consumers.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.
- Remove any component-level custom properties that did not rely on the CSS cascade to define the styles.
- Remove any high contrast mode styles being used where the default styles are sufficient.

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

## 9.0.0-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions components/miller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/miller",
"version": "9.0.0-next.1",
"version": "9.0.0-next.2",
"description": "The Spectrum CSS miller component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -44,7 +44,7 @@
}
},
"devDependencies": {
"@spectrum-css/assetlist": "9.0.0-next.2",
"@spectrum-css/assetlist": "9.0.0-next.3",
"@spectrum-css/checkbox": "11.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.10"
Expand Down
16 changes: 16 additions & 0 deletions components/page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 10.0.0-next.2

### Major Changes

📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!

This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling. In addition, this update cleans up any component-level custom properties that did not rely on the CSS cascade to define the styles; this was done to reduce the number of custom properties that are defined at the component level and trim down the size of the CSS we are shipping to consumers.

- Remove all `--mod-*` custom property hooks.
- Keep existing class selectors and variants unchanged.
- Update stories to reflect the removal of the `--mod-*` override layer.
- Remove any component-level custom properties that did not rely on the CSS cascade to define the styles.
- Remove any high contrast mode styles being used where the default styles are sufficient.

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

## 10.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/page",
"version": "10.0.0-next.1",
"version": "10.0.0-next.2",
"description": "The Spectrum CSS page component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion components/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
},
"devDependencies": {
"@spectrum-css/alertdialog": "5.0.0-next.4",
"@spectrum-css/alertdialog": "5.0.0-next.5",
"@spectrum-css/dialog": "13.0.0-next.4",
"@spectrum-css/divider": "6.0.0-next.1",
"@spectrum-css/menu": "10.0.0-next.6",
Expand Down
2 changes: 1 addition & 1 deletion components/tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"devDependencies": {
"@spectrum-css/avatar": "10.0.0-next.0",
"@spectrum-css/avatar": "10.0.0-next.1",
"@spectrum-css/clearbutton": "8.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.10"
Expand Down
Loading