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 @@ -162,6 +162,7 @@
"proud-schools-reply",
"public-facts-boil",
"puny-kids-rhyme",
"ready-apes-pull",
"real-jobs-flow",
"red-kiwis-flash",
"ripe-symbols-wear",
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.0.5-next.12

### Patch Changes

Updated dependencies []:

- @spectrum-css/[email protected]

## 12.0.5-next.11

### 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.0.5-next.11",
"version": "12.0.5-next.12",
"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": "^4.1.0",
"@spectrum-css/bundle": "2.0.0-next.8",
"@spectrum-css/bundle": "2.0.0-next.9",
"@spectrum-css/tokens": "16.1.0-next.7",
"@spectrum-css/ui-icons": "2.0.0-next.2"
},
Expand Down
16 changes: 16 additions & 0 deletions components/alertbanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 4.0.0-next.3

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 4.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/alertbanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/alertbanner",
"version": "4.0.0-next.2",
"version": "4.0.0-next.3",
"description": "The Spectrum CSS alertbanner component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion components/alertdialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/modal": "8.0.0-next.1",
"@spectrum-css/tokens": "16.1.0-next.7",
"@spectrum-css/underlay": "7.0.0-next.0"
"@spectrum-css/underlay": "7.0.0-next.1"
},
"keywords": [
"design-system",
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.2

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 6.0.0-next.1

### 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.1",
"version": "6.0.0-next.2",
"description": "The Spectrum CSS asset card component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
16 changes: 16 additions & 0 deletions components/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 12.0.0-next.3

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 12.0.0-next.2

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

## 8.0.0-next.3

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 8.0.0-next.2

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

## 12.0.0-next.3

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 12.0.0-next.2

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

## 5.0.0-next.1

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 5.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/coachindicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/coachindicator",
"version": "5.0.0-next.0",
"version": "5.0.0-next.1",
"description": "The Spectrum CSS Coach Indicator component ",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion components/colorarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"devDependencies": {
"@spectrum-css/colorhandle": "11.0.0-next.1",
"@spectrum-css/colorhandle": "11.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.7"
},
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions components/colorhandle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 11.0.0-next.2

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 11.0.0-next.1

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

## 9.0.0-next.3

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 9.0.0-next.2

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions components/colorslider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorslider",
"version": "9.0.0-next.2",
"version": "9.0.0-next.3",
"description": "The Spectrum CSS Color slider component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -41,7 +41,7 @@
}
},
"devDependencies": {
"@spectrum-css/colorhandle": "11.0.0-next.1",
"@spectrum-css/colorhandle": "11.0.0-next.2",
"@spectrum-css/opacitycheckerboard": "5.0.0-next.0",
"@spectrum-css/tokens": "16.1.0-next.7"
},
Expand Down
16 changes: 16 additions & 0 deletions components/colorwheel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 7.0.0-next.4

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 7.0.0-next.3

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions components/colorwheel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorwheel",
"version": "7.0.0-next.3",
"version": "7.0.0-next.4",
"description": "The Spectrum CSS Color Area component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@spectrum-css/colorarea": "8.0.0-next.2",
"@spectrum-css/colorhandle": "11.0.0-next.1",
"@spectrum-css/colorhandle": "11.0.0-next.2",
"@spectrum-css/colorloupe": "8.0.0-next.1",
"@spectrum-css/tokens": "16.1.0-next.7"
},
Expand Down
16 changes: 16 additions & 0 deletions components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## 5.0.0-next.4

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 5.0.0-next.3

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

## 5.0.0-next.2

### Patch Changes

📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!

## Minor linting fixes

- Removed unused custom properties across multiple components
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
- Removed duplicate custom property declarations
- Fixed deprecated CSS properties (e.g., `word-wrap` → `overflow-wrap`)
- Removed unnecessary stylelint-disable comments

_No visual or functional changes to components._

## 5.0.0-next.1

### Patch Changes
Expand Down
Loading
Loading