diff --git a/.changeset/pre.json b/.changeset/pre.json index 35ed14294ac..48ef48339df 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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", diff --git a/.storybook/CHANGELOG.md b/.storybook/CHANGELOG.md index 155759398ef..9c9cc47e5c9 100644 --- a/.storybook/CHANGELOG.md +++ b/.storybook/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 12.0.5-next.12 + +### Patch Changes + +Updated dependencies []: + +- @spectrum-css/bundle@2.0.0-next.9 + ## 12.0.5-next.11 ### Patch Changes diff --git a/.storybook/package.json b/.storybook/package.json index 7cce6166fb2..0b445a6175a 100644 --- a/.storybook/package.json +++ b/.storybook/package.json @@ -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", @@ -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" }, diff --git a/components/alertbanner/CHANGELOG.md b/components/alertbanner/CHANGELOG.md index 12bb1936d02..3f8b62d11e3 100644 --- a/components/alertbanner/CHANGELOG.md +++ b/components/alertbanner/CHANGELOG.md @@ -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 diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json index 907001192ee..586dc2e5dbc 100644 --- a/components/alertbanner/package.json +++ b/components/alertbanner/package.json @@ -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", diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json index fea8dd7b256..a29b74811d4 100644 --- a/components/alertdialog/package.json +++ b/components/alertdialog/package.json @@ -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", diff --git a/components/assetcard/CHANGELOG.md b/components/assetcard/CHANGELOG.md index f2c5a86060a..c13e1bc8979 100644 --- a/components/assetcard/CHANGELOG.md +++ b/components/assetcard/CHANGELOG.md @@ -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 diff --git a/components/assetcard/package.json b/components/assetcard/package.json index d2dba94663b..cff7ba1484b 100644 --- a/components/assetcard/package.json +++ b/components/assetcard/package.json @@ -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", diff --git a/components/breadcrumb/CHANGELOG.md b/components/breadcrumb/CHANGELOG.md index 9dee94b13d9..86970bf3359 100644 --- a/components/breadcrumb/CHANGELOG.md +++ b/components/breadcrumb/CHANGELOG.md @@ -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 diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json index 55009af8dab..ffd4f81b883 100644 --- a/components/breadcrumb/package.json +++ b/components/breadcrumb/package.json @@ -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", diff --git a/components/calendar/CHANGELOG.md b/components/calendar/CHANGELOG.md index 71fc3177ccc..4fa0198cff2 100644 --- a/components/calendar/CHANGELOG.md +++ b/components/calendar/CHANGELOG.md @@ -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 diff --git a/components/calendar/package.json b/components/calendar/package.json index a125432fa99..5b82ae29cbf 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -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", diff --git a/components/card/CHANGELOG.md b/components/card/CHANGELOG.md index a9fe3c258dd..b0353633c8c 100644 --- a/components/card/CHANGELOG.md +++ b/components/card/CHANGELOG.md @@ -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 diff --git a/components/card/package.json b/components/card/package.json index 9affcfdc326..88e025b6bdd 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -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", diff --git a/components/coachindicator/CHANGELOG.md b/components/coachindicator/CHANGELOG.md index d86a4285e55..1fe5aa195df 100644 --- a/components/coachindicator/CHANGELOG.md +++ b/components/coachindicator/CHANGELOG.md @@ -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 diff --git a/components/coachindicator/package.json b/components/coachindicator/package.json index 3f364ecf9a9..3da8bc9a2d3 100644 --- a/components/coachindicator/package.json +++ b/components/coachindicator/package.json @@ -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", diff --git a/components/colorarea/package.json b/components/colorarea/package.json index ce83e587d65..24767b22167 100644 --- a/components/colorarea/package.json +++ b/components/colorarea/package.json @@ -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": [ diff --git a/components/colorhandle/CHANGELOG.md b/components/colorhandle/CHANGELOG.md index 1db8fbe0bc4..39d9a36bcdc 100644 --- a/components/colorhandle/CHANGELOG.md +++ b/components/colorhandle/CHANGELOG.md @@ -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 diff --git a/components/colorhandle/package.json b/components/colorhandle/package.json index 143821fda98..d0c855415b0 100644 --- a/components/colorhandle/package.json +++ b/components/colorhandle/package.json @@ -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", diff --git a/components/colorslider/CHANGELOG.md b/components/colorslider/CHANGELOG.md index 5306b5bec49..86ea77b13d1 100644 --- a/components/colorslider/CHANGELOG.md +++ b/components/colorslider/CHANGELOG.md @@ -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 diff --git a/components/colorslider/package.json b/components/colorslider/package.json index 309c32ee3dc..cf67da77ca5 100644 --- a/components/colorslider/package.json +++ b/components/colorslider/package.json @@ -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", @@ -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" }, diff --git a/components/colorwheel/CHANGELOG.md b/components/colorwheel/CHANGELOG.md index 9c2596b44be..4cedb559712 100644 --- a/components/colorwheel/CHANGELOG.md +++ b/components/colorwheel/CHANGELOG.md @@ -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 diff --git a/components/colorwheel/package.json b/components/colorwheel/package.json index 771adb5f005..abf3751cad4 100644 --- a/components/colorwheel/package.json +++ b/components/colorwheel/package.json @@ -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", @@ -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" }, diff --git a/components/combobox/CHANGELOG.md b/components/combobox/CHANGELOG.md index a4ff52af793..8e558e17cd0 100644 --- a/components/combobox/CHANGELOG.md +++ b/components/combobox/CHANGELOG.md @@ -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 diff --git a/components/combobox/package.json b/components/combobox/package.json index 1121e2f62de..8bb3eecdb32 100644 --- a/components/combobox/package.json +++ b/components/combobox/package.json @@ -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", diff --git a/components/datepicker/CHANGELOG.md b/components/datepicker/CHANGELOG.md index 8b211a3f930..a4f22faa053 100644 --- a/components/datepicker/CHANGELOG.md +++ b/components/datepicker/CHANGELOG.md @@ -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 diff --git a/components/datepicker/package.json b/components/datepicker/package.json index 4ba02fe9505..aa104a84e89 100644 --- a/components/datepicker/package.json +++ b/components/datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/datepicker", - "version": "5.0.0-next.1", + "version": "5.0.0-next.2", "description": "The Spectrum CSS datepicker component", "license": "Apache-2.0", "author": "Adobe", @@ -49,7 +49,7 @@ } }, "devDependencies": { - "@spectrum-css/calendar": "8.0.0-next.2", + "@spectrum-css/calendar": "8.0.0-next.3", "@spectrum-css/pickerbutton": "7.0.0-next.1", "@spectrum-css/popover": "9.0.0-next.4", "@spectrum-css/textfield": "9.0.0-next.1", diff --git a/components/dial/CHANGELOG.md b/components/dial/CHANGELOG.md index 01be6f1a125..052e329d03f 100644 --- a/components/dial/CHANGELOG.md +++ b/components/dial/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 6.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._ + ## 6.0.0-next.0 ### Patch Changes diff --git a/components/dial/package.json b/components/dial/package.json index 581b1b8f7d9..315ffa1471d 100644 --- a/components/dial/package.json +++ b/components/dial/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dial", - "version": "6.0.0-next.0", + "version": "6.0.0-next.1", "description": "The Spectrum CSS dial component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/dialog/package.json b/components/dialog/package.json index 889a4787f2f..e800b35bcae 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -64,7 +64,7 @@ "@spectrum-css/modal": "8.0.0-next.1", "@spectrum-css/tokens": "16.1.0-next.7", "@spectrum-css/typography": "9.0.0-next.0", - "@spectrum-css/underlay": "7.0.0-next.0" + "@spectrum-css/underlay": "7.0.0-next.1" }, "keywords": [ "design-system", diff --git a/components/dropzone/CHANGELOG.md b/components/dropzone/CHANGELOG.md index a72c396f730..e6e23c43cc6 100644 --- a/components/dropzone/CHANGELOG.md +++ b/components/dropzone/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 9.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._ + ## 9.0.0-next.3 ### Patch Changes diff --git a/components/dropzone/package.json b/components/dropzone/package.json index aac6008503a..66203afceba 100644 --- a/components/dropzone/package.json +++ b/components/dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dropzone", - "version": "9.0.0-next.3", + "version": "9.0.0-next.4", "description": "The Spectrum CSS dropzone component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/inlinealert/CHANGELOG.md b/components/inlinealert/CHANGELOG.md index b8439cf9e96..5ec417ab962 100644 --- a/components/inlinealert/CHANGELOG.md +++ b/components/inlinealert/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 11.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._ + ## 11.0.0-next.2 ### Major Changes diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json index ee70291a1d6..f9d78faaf29 100644 --- a/components/inlinealert/package.json +++ b/components/inlinealert/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/inlinealert", - "version": "11.0.0-next.2", + "version": "11.0.0-next.3", "description": "The Spectrum CSS in-line alert component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/page/CHANGELOG.md b/components/page/CHANGELOG.md index 12db241ef52..399acfdcb66 100644 --- a/components/page/CHANGELOG.md +++ b/components/page/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 10.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._ + ## 10.0.0-next.0 ### Patch Changes diff --git a/components/page/package.json b/components/page/package.json index b592231466d..da710df0125 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/page", - "version": "10.0.0-next.0", + "version": "10.0.0-next.1", "description": "The Spectrum CSS page component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/sidenav/CHANGELOG.md b/components/sidenav/CHANGELOG.md index c038b6f3ec4..b4f736ad680 100644 --- a/components/sidenav/CHANGELOG.md +++ b/components/sidenav/CHANGELOG.md @@ -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 ### Patch Changes diff --git a/components/sidenav/package.json b/components/sidenav/package.json index ff9afdaa50a..3424ba572ab 100644 --- a/components/sidenav/package.json +++ b/components/sidenav/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/sidenav", - "version": "8.0.0-next.2", + "version": "8.0.0-next.3", "description": "The Spectrum CSS sidenav component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/slider/package.json b/components/slider/package.json index 2b81baca90b..43c6560ce7d 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -37,7 +37,7 @@ } }, "devDependencies": { - "@spectrum-css/stepper": "8.0.0-next.2", + "@spectrum-css/stepper": "8.0.0-next.3", "@spectrum-css/tokens": "16.1.0-next.7" }, "keywords": [ diff --git a/components/stepper/CHANGELOG.md b/components/stepper/CHANGELOG.md index 44a4df87475..d9dde01de3d 100644 --- a/components/stepper/CHANGELOG.md +++ b/components/stepper/CHANGELOG.md @@ -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 diff --git a/components/stepper/package.json b/components/stepper/package.json index f8d8f122ce2..44743fd0f6c 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/stepper", - "version": "8.0.0-next.2", + "version": "8.0.0-next.3", "description": "The Spectrum CSS stepper component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/table/package.json b/components/table/package.json index da5710313b7..6709b83107e 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -52,7 +52,7 @@ "@spectrum-css/button": "15.0.0-next.2", "@spectrum-css/checkbox": "11.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/thumbnail": "9.0.0-next.0", + "@spectrum-css/thumbnail": "9.0.0-next.1", "@spectrum-css/tokens": "16.1.0-next.7" }, "keywords": [ diff --git a/components/thumbnail/CHANGELOG.md b/components/thumbnail/CHANGELOG.md index 9bfa22be422..e2013fe7da7 100644 --- a/components/thumbnail/CHANGELOG.md +++ b/components/thumbnail/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 9.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._ + ## 9.0.0-next.0 ### Patch Changes diff --git a/components/thumbnail/package.json b/components/thumbnail/package.json index 7d757861859..c3962512062 100644 --- a/components/thumbnail/package.json +++ b/components/thumbnail/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/thumbnail", - "version": "9.0.0-next.0", + "version": "9.0.0-next.1", "description": "The Spectrum CSS thumbnail component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/treeview/CHANGELOG.md b/components/treeview/CHANGELOG.md index 588f85d9837..663ed16e196 100644 --- a/components/treeview/CHANGELOG.md +++ b/components/treeview/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 13.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._ + ## 13.0.0-next.2 ### Major Changes diff --git a/components/treeview/package.json b/components/treeview/package.json index d8beaed31f9..767e9c2c892 100644 --- a/components/treeview/package.json +++ b/components/treeview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/treeview", - "version": "13.0.0-next.2", + "version": "13.0.0-next.3", "description": "The Spectrum CSS Tree view component", "license": "Apache-2.0", "author": "Adobe", @@ -42,7 +42,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/thumbnail": "9.0.0-next.0", + "@spectrum-css/thumbnail": "9.0.0-next.1", "@spectrum-css/tokens": "16.1.0-next.7" }, "keywords": [ diff --git a/components/underlay/CHANGELOG.md b/components/underlay/CHANGELOG.md index b07e76b155d..70754cfe53f 100644 --- a/components/underlay/CHANGELOG.md +++ b/components/underlay/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 7.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._ + ## 7.0.0-next.0 ### Patch Changes diff --git a/components/underlay/package.json b/components/underlay/package.json index 07bc5629f5f..b22ee87f0f7 100644 --- a/components/underlay/package.json +++ b/components/underlay/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/underlay", - "version": "7.0.0-next.0", + "version": "7.0.0-next.1", "description": "The Spectrum CSS underlay component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/well/CHANGELOG.md b/components/well/CHANGELOG.md index 6b3a6ecfe7a..181f4b142d0 100644 --- a/components/well/CHANGELOG.md +++ b/components/well/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 8.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._ + ## 8.0.0-next.0 ### Patch Changes diff --git a/components/well/package.json b/components/well/package.json index ecc0ce7ec30..625e9446399 100644 --- a/components/well/package.json +++ b/components/well/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/well", - "version": "8.0.0-next.0", + "version": "8.0.0-next.1", "description": "The Spectrum CSS well component", "license": "Apache-2.0", "author": "Adobe", diff --git a/tools/bundle/CHANGELOG.md b/tools/bundle/CHANGELOG.md index 761234debdc..67975524a9d 100644 --- a/tools/bundle/CHANGELOG.md +++ b/tools/bundle/CHANGELOG.md @@ -1,5 +1,33 @@ # Change Log +## 2.0.0-next.9 + +### Patch Changes + +Updated dependencies [[`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1)]: + +- @spectrum-css/coachindicator@5.0.0-next.1 +- @spectrum-css/alertbanner@4.0.0-next.3 +- @spectrum-css/colorhandle@11.0.0-next.2 +- @spectrum-css/colorslider@9.0.0-next.3 +- @spectrum-css/inlinealert@11.0.0-next.3 +- @spectrum-css/breadcrumb@12.0.0-next.3 +- @spectrum-css/colorwheel@7.0.0-next.4 +- @spectrum-css/datepicker@5.0.0-next.2 +- @spectrum-css/assetcard@6.0.0-next.2 +- @spectrum-css/thumbnail@9.0.0-next.1 +- @spectrum-css/calendar@8.0.0-next.3 +- @spectrum-css/combobox@5.0.0-next.4 +- @spectrum-css/dropzone@9.0.0-next.4 +- @spectrum-css/treeview@13.0.0-next.3 +- @spectrum-css/underlay@7.0.0-next.1 +- @spectrum-css/sidenav@8.0.0-next.3 +- @spectrum-css/stepper@8.0.0-next.3 +- @spectrum-css/card@12.0.0-next.3 +- @spectrum-css/dial@6.0.0-next.1 +- @spectrum-css/page@10.0.0-next.1 +- @spectrum-css/well@8.0.0-next.1 + ## 2.0.0-next.8 ### Patch Changes diff --git a/tools/bundle/package.json b/tools/bundle/package.json index 5c5f5b7a0ce..9fbeb1bd821 100644 --- a/tools/bundle/package.json +++ b/tools/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/bundle", - "version": "2.0.0-next.8", + "version": "2.0.0-next.9", "description": "A demo-ready bundle of the components in the Spectrum CSS library.", "license": "Apache-2.0", "author": "Adobe", @@ -35,37 +35,37 @@ "@spectrum-css/actionbutton": "8.0.0-next.3", "@spectrum-css/actiongroup": "7.0.0-next.1", "@spectrum-css/actionmenu": "8.0.0-next.1", - "@spectrum-css/alertbanner": "4.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.1", + "@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/breadcrumb": "12.0.0-next.2", + "@spectrum-css/breadcrumb": "12.0.0-next.3", "@spectrum-css/button": "15.0.0-next.2", "@spectrum-css/buttongroup": "10.0.0-next.1", - "@spectrum-css/calendar": "8.0.0-next.2", - "@spectrum-css/card": "12.0.0-next.2", + "@spectrum-css/calendar": "8.0.0-next.3", + "@spectrum-css/card": "12.0.0-next.3", "@spectrum-css/checkbox": "11.0.0-next.2", "@spectrum-css/clearbutton": "8.0.0-next.2", "@spectrum-css/closebutton": "7.0.0-next.1", - "@spectrum-css/coachindicator": "5.0.0-next.0", + "@spectrum-css/coachindicator": "5.0.0-next.1", "@spectrum-css/coachmark": "10.0.0-next.1", "@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/colorslider": "9.0.0-next.2", - "@spectrum-css/colorwheel": "7.0.0-next.3", - "@spectrum-css/combobox": "5.0.0-next.3", + "@spectrum-css/colorslider": "9.0.0-next.3", + "@spectrum-css/colorwheel": "7.0.0-next.4", + "@spectrum-css/combobox": "5.0.0-next.4", "@spectrum-css/commons": "12.0.0-next.0", "@spectrum-css/contextualhelp": "6.0.0-next.3", - "@spectrum-css/datepicker": "5.0.0-next.1", - "@spectrum-css/dial": "6.0.0-next.0", + "@spectrum-css/datepicker": "5.0.0-next.2", + "@spectrum-css/dial": "6.0.0-next.1", "@spectrum-css/dialog": "13.0.0-next.4", "@spectrum-css/divider": "6.0.0-next.1", "@spectrum-css/dropindicator": "8.0.0-next.1", - "@spectrum-css/dropzone": "9.0.0-next.3", + "@spectrum-css/dropzone": "9.0.0-next.4", "@spectrum-css/fieldgroup": "8.0.0-next.1", "@spectrum-css/fieldlabel": "11.0.0-next.2", "@spectrum-css/floatingactionbutton": "5.0.0-next.1", @@ -74,7 +74,7 @@ "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/illustratedmessage": "10.0.0-next.0", "@spectrum-css/infieldbutton": "7.0.0-next.2", - "@spectrum-css/inlinealert": "11.0.0-next.2", + "@spectrum-css/inlinealert": "11.0.0-next.3", "@spectrum-css/link": "8.0.0-next.2", "@spectrum-css/logicbutton": "7.0.0-next.1", "@spectrum-css/menu": "10.0.0-next.5", @@ -82,7 +82,7 @@ "@spectrum-css/miller": "9.0.0-next.1", "@spectrum-css/modal": "8.0.0-next.1", "@spectrum-css/opacitycheckerboard": "5.0.0-next.0", - "@spectrum-css/page": "10.0.0-next.0", + "@spectrum-css/page": "10.0.0-next.1", "@spectrum-css/pagination": "11.0.0-next.2", "@spectrum-css/picker": "10.0.0-next.3", "@spectrum-css/pickerbutton": "7.0.0-next.1", @@ -92,12 +92,12 @@ "@spectrum-css/radio": "11.0.0-next.3", "@spectrum-css/rating": "7.0.0-next.2", "@spectrum-css/search": "9.0.0-next.2", - "@spectrum-css/sidenav": "8.0.0-next.2", + "@spectrum-css/sidenav": "8.0.0-next.3", "@spectrum-css/slider": "7.0.0-next.4", "@spectrum-css/splitview": "8.0.0-next.0", "@spectrum-css/statuslight": "10.0.0-next.2", "@spectrum-css/steplist": "8.0.0-next.2", - "@spectrum-css/stepper": "8.0.0-next.2", + "@spectrum-css/stepper": "8.0.0-next.3", "@spectrum-css/swatch": "9.0.0-next.1", "@spectrum-css/swatchgroup": "6.0.0-next.1", "@spectrum-css/switch": "7.0.0-next.2", @@ -106,15 +106,15 @@ "@spectrum-css/tag": "11.0.0-next.2", "@spectrum-css/taggroup": "8.0.0-next.2", "@spectrum-css/textfield": "9.0.0-next.1", - "@spectrum-css/thumbnail": "9.0.0-next.0", + "@spectrum-css/thumbnail": "9.0.0-next.1", "@spectrum-css/toast": "12.0.0-next.2", "@spectrum-css/tokens": "16.1.0-next.7", "@spectrum-css/tooltip": "8.0.0-next.4", "@spectrum-css/tray": "6.0.0-next.3", - "@spectrum-css/treeview": "13.0.0-next.2", + "@spectrum-css/treeview": "13.0.0-next.3", "@spectrum-css/typography": "9.0.0-next.0", - "@spectrum-css/underlay": "7.0.0-next.0", - "@spectrum-css/well": "8.0.0-next.0", + "@spectrum-css/underlay": "7.0.0-next.1", + "@spectrum-css/well": "8.0.0-next.1", "colors": "^1.4.0", "postcss": "^8.5.6", "postcss-licensing": "^3.0.0" diff --git a/yarn.lock b/yarn.lock index 5426d6880c3..94c095d5e16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4149,7 +4149,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/alertbanner@npm:4.0.0-next.2, @spectrum-css/alertbanner@workspace:components/alertbanner": +"@spectrum-css/alertbanner@npm:4.0.0-next.3, @spectrum-css/alertbanner@workspace:components/alertbanner": version: 0.0.0-use.local resolution: "@spectrum-css/alertbanner@workspace:components/alertbanner" dependencies: @@ -4187,7 +4187,7 @@ __metadata: "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/modal": "npm:8.0.0-next.1" "@spectrum-css/tokens": "npm:16.1.0-next.7" - "@spectrum-css/underlay": "npm:7.0.0-next.0" + "@spectrum-css/underlay": "npm:7.0.0-next.1" peerDependencies: "@spectrum-css/buttongroup": ">=10.0.0-next.0" "@spectrum-css/divider": ">=6.0.0-next.0" @@ -4224,7 +4224,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/assetcard@npm:6.0.0-next.1, @spectrum-css/assetcard@workspace:components/assetcard": +"@spectrum-css/assetcard@npm:6.0.0-next.2, @spectrum-css/assetcard@workspace:components/assetcard": version: 0.0.0-use.local resolution: "@spectrum-css/assetcard@workspace:components/assetcard" dependencies: @@ -4292,7 +4292,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/breadcrumb@npm:12.0.0-next.2, @spectrum-css/breadcrumb@workspace:components/breadcrumb": +"@spectrum-css/breadcrumb@npm:12.0.0-next.3, @spectrum-css/breadcrumb@workspace:components/breadcrumb": version: 0.0.0-use.local resolution: "@spectrum-css/breadcrumb@workspace:components/breadcrumb" dependencies: @@ -4313,7 +4313,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/bundle@npm:2.0.0-next.8, @spectrum-css/bundle@workspace:tools/bundle": +"@spectrum-css/bundle@npm:2.0.0-next.9, @spectrum-css/bundle@workspace:tools/bundle": version: 0.0.0-use.local resolution: "@spectrum-css/bundle@workspace:tools/bundle" dependencies: @@ -4322,37 +4322,37 @@ __metadata: "@spectrum-css/actionbutton": "npm:8.0.0-next.3" "@spectrum-css/actiongroup": "npm:7.0.0-next.1" "@spectrum-css/actionmenu": "npm:8.0.0-next.1" - "@spectrum-css/alertbanner": "npm:4.0.0-next.2" + "@spectrum-css/alertbanner": "npm:4.0.0-next.3" "@spectrum-css/alertdialog": "npm:5.0.0-next.4" "@spectrum-css/asset": "npm:8.0.0-next.0" - "@spectrum-css/assetcard": "npm:6.0.0-next.1" + "@spectrum-css/assetcard": "npm:6.0.0-next.2" "@spectrum-css/assetlist": "npm:9.0.0-next.2" "@spectrum-css/avatar": "npm:10.0.0-next.0" "@spectrum-css/badge": "npm:7.0.0-next.2" - "@spectrum-css/breadcrumb": "npm:12.0.0-next.2" + "@spectrum-css/breadcrumb": "npm:12.0.0-next.3" "@spectrum-css/button": "npm:15.0.0-next.2" "@spectrum-css/buttongroup": "npm:10.0.0-next.1" - "@spectrum-css/calendar": "npm:8.0.0-next.2" - "@spectrum-css/card": "npm:12.0.0-next.2" + "@spectrum-css/calendar": "npm:8.0.0-next.3" + "@spectrum-css/card": "npm:12.0.0-next.3" "@spectrum-css/checkbox": "npm:11.0.0-next.2" "@spectrum-css/clearbutton": "npm:8.0.0-next.2" "@spectrum-css/closebutton": "npm:7.0.0-next.1" - "@spectrum-css/coachindicator": "npm:5.0.0-next.0" + "@spectrum-css/coachindicator": "npm:5.0.0-next.1" "@spectrum-css/coachmark": "npm:10.0.0-next.1" "@spectrum-css/colorarea": "npm:8.0.0-next.2" - "@spectrum-css/colorhandle": "npm:11.0.0-next.1" + "@spectrum-css/colorhandle": "npm:11.0.0-next.2" "@spectrum-css/colorloupe": "npm:8.0.0-next.1" - "@spectrum-css/colorslider": "npm:9.0.0-next.2" - "@spectrum-css/colorwheel": "npm:7.0.0-next.3" - "@spectrum-css/combobox": "npm:5.0.0-next.3" + "@spectrum-css/colorslider": "npm:9.0.0-next.3" + "@spectrum-css/colorwheel": "npm:7.0.0-next.4" + "@spectrum-css/combobox": "npm:5.0.0-next.4" "@spectrum-css/commons": "npm:12.0.0-next.0" "@spectrum-css/contextualhelp": "npm:6.0.0-next.3" - "@spectrum-css/datepicker": "npm:5.0.0-next.1" - "@spectrum-css/dial": "npm:6.0.0-next.0" + "@spectrum-css/datepicker": "npm:5.0.0-next.2" + "@spectrum-css/dial": "npm:6.0.0-next.1" "@spectrum-css/dialog": "npm:13.0.0-next.4" "@spectrum-css/divider": "npm:6.0.0-next.1" "@spectrum-css/dropindicator": "npm:8.0.0-next.1" - "@spectrum-css/dropzone": "npm:9.0.0-next.3" + "@spectrum-css/dropzone": "npm:9.0.0-next.4" "@spectrum-css/fieldgroup": "npm:8.0.0-next.1" "@spectrum-css/fieldlabel": "npm:11.0.0-next.2" "@spectrum-css/floatingactionbutton": "npm:5.0.0-next.1" @@ -4361,7 +4361,7 @@ __metadata: "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/illustratedmessage": "npm:10.0.0-next.0" "@spectrum-css/infieldbutton": "npm:7.0.0-next.2" - "@spectrum-css/inlinealert": "npm:11.0.0-next.2" + "@spectrum-css/inlinealert": "npm:11.0.0-next.3" "@spectrum-css/link": "npm:8.0.0-next.2" "@spectrum-css/logicbutton": "npm:7.0.0-next.1" "@spectrum-css/menu": "npm:10.0.0-next.5" @@ -4369,7 +4369,7 @@ __metadata: "@spectrum-css/miller": "npm:9.0.0-next.1" "@spectrum-css/modal": "npm:8.0.0-next.1" "@spectrum-css/opacitycheckerboard": "npm:5.0.0-next.0" - "@spectrum-css/page": "npm:10.0.0-next.0" + "@spectrum-css/page": "npm:10.0.0-next.1" "@spectrum-css/pagination": "npm:11.0.0-next.2" "@spectrum-css/picker": "npm:10.0.0-next.3" "@spectrum-css/pickerbutton": "npm:7.0.0-next.1" @@ -4379,12 +4379,12 @@ __metadata: "@spectrum-css/radio": "npm:11.0.0-next.3" "@spectrum-css/rating": "npm:7.0.0-next.2" "@spectrum-css/search": "npm:9.0.0-next.2" - "@spectrum-css/sidenav": "npm:8.0.0-next.2" + "@spectrum-css/sidenav": "npm:8.0.0-next.3" "@spectrum-css/slider": "npm:7.0.0-next.4" "@spectrum-css/splitview": "npm:8.0.0-next.0" "@spectrum-css/statuslight": "npm:10.0.0-next.2" "@spectrum-css/steplist": "npm:8.0.0-next.2" - "@spectrum-css/stepper": "npm:8.0.0-next.2" + "@spectrum-css/stepper": "npm:8.0.0-next.3" "@spectrum-css/swatch": "npm:9.0.0-next.1" "@spectrum-css/swatchgroup": "npm:6.0.0-next.1" "@spectrum-css/switch": "npm:7.0.0-next.2" @@ -4393,15 +4393,15 @@ __metadata: "@spectrum-css/tag": "npm:11.0.0-next.2" "@spectrum-css/taggroup": "npm:8.0.0-next.2" "@spectrum-css/textfield": "npm:9.0.0-next.1" - "@spectrum-css/thumbnail": "npm:9.0.0-next.0" + "@spectrum-css/thumbnail": "npm:9.0.0-next.1" "@spectrum-css/toast": "npm:12.0.0-next.2" "@spectrum-css/tokens": "npm:16.1.0-next.7" "@spectrum-css/tooltip": "npm:8.0.0-next.4" "@spectrum-css/tray": "npm:6.0.0-next.3" - "@spectrum-css/treeview": "npm:13.0.0-next.2" + "@spectrum-css/treeview": "npm:13.0.0-next.3" "@spectrum-css/typography": "npm:9.0.0-next.0" - "@spectrum-css/underlay": "npm:7.0.0-next.0" - "@spectrum-css/well": "npm:8.0.0-next.0" + "@spectrum-css/underlay": "npm:7.0.0-next.1" + "@spectrum-css/well": "npm:8.0.0-next.1" colors: "npm:^1.4.0" postcss: "npm:^8.5.6" postcss-licensing: "npm:^3.0.0" @@ -4447,7 +4447,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/calendar@npm:8.0.0-next.2, @spectrum-css/calendar@workspace:components/calendar": +"@spectrum-css/calendar@npm:8.0.0-next.3, @spectrum-css/calendar@workspace:components/calendar": version: 0.0.0-use.local resolution: "@spectrum-css/calendar@workspace:components/calendar" dependencies: @@ -4464,7 +4464,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/card@npm:12.0.0-next.2, @spectrum-css/card@workspace:components/card": +"@spectrum-css/card@npm:12.0.0-next.3, @spectrum-css/card@workspace:components/card": version: 0.0.0-use.local resolution: "@spectrum-css/card@workspace:components/card" dependencies: @@ -4552,7 +4552,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/coachindicator@npm:5.0.0-next.0, @spectrum-css/coachindicator@workspace:components/coachindicator": +"@spectrum-css/coachindicator@npm:5.0.0-next.1, @spectrum-css/coachindicator@workspace:components/coachindicator": version: 0.0.0-use.local resolution: "@spectrum-css/coachindicator@workspace:components/coachindicator" dependencies: @@ -4606,7 +4606,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/colorarea@workspace:components/colorarea" dependencies: - "@spectrum-css/colorhandle": "npm:11.0.0-next.1" + "@spectrum-css/colorhandle": "npm:11.0.0-next.2" "@spectrum-css/tokens": "npm:16.1.0-next.7" peerDependencies: "@spectrum-css/colorhandle": ">=11.0.0-next.0" @@ -4619,7 +4619,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/colorhandle@npm:11.0.0-next.1, @spectrum-css/colorhandle@workspace:components/colorhandle": +"@spectrum-css/colorhandle@npm:11.0.0-next.2, @spectrum-css/colorhandle@workspace:components/colorhandle": version: 0.0.0-use.local resolution: "@spectrum-css/colorhandle@workspace:components/colorhandle" dependencies: @@ -4653,11 +4653,11 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/colorslider@npm:9.0.0-next.2, @spectrum-css/colorslider@workspace:components/colorslider": +"@spectrum-css/colorslider@npm:9.0.0-next.3, @spectrum-css/colorslider@workspace:components/colorslider": version: 0.0.0-use.local resolution: "@spectrum-css/colorslider@workspace:components/colorslider" dependencies: - "@spectrum-css/colorhandle": "npm:11.0.0-next.1" + "@spectrum-css/colorhandle": "npm:11.0.0-next.2" "@spectrum-css/opacitycheckerboard": "npm:5.0.0-next.0" "@spectrum-css/tokens": "npm:16.1.0-next.7" peerDependencies: @@ -4674,12 +4674,12 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/colorwheel@npm:7.0.0-next.3, @spectrum-css/colorwheel@workspace:components/colorwheel": +"@spectrum-css/colorwheel@npm:7.0.0-next.4, @spectrum-css/colorwheel@workspace:components/colorwheel": version: 0.0.0-use.local resolution: "@spectrum-css/colorwheel@workspace:components/colorwheel" dependencies: "@spectrum-css/colorarea": "npm:8.0.0-next.2" - "@spectrum-css/colorhandle": "npm:11.0.0-next.1" + "@spectrum-css/colorhandle": "npm:11.0.0-next.2" "@spectrum-css/colorloupe": "npm:8.0.0-next.1" "@spectrum-css/tokens": "npm:16.1.0-next.7" peerDependencies: @@ -4699,7 +4699,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/combobox@npm:5.0.0-next.3, @spectrum-css/combobox@workspace:components/combobox": +"@spectrum-css/combobox@npm:5.0.0-next.4, @spectrum-css/combobox@workspace:components/combobox": version: 0.0.0-use.local resolution: "@spectrum-css/combobox@workspace:components/combobox" dependencies: @@ -4767,11 +4767,11 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/datepicker@npm:5.0.0-next.1, @spectrum-css/datepicker@workspace:components/datepicker": +"@spectrum-css/datepicker@npm:5.0.0-next.2, @spectrum-css/datepicker@workspace:components/datepicker": version: 0.0.0-use.local resolution: "@spectrum-css/datepicker@workspace:components/datepicker" dependencies: - "@spectrum-css/calendar": "npm:8.0.0-next.2" + "@spectrum-css/calendar": "npm:8.0.0-next.3" "@spectrum-css/pickerbutton": "npm:7.0.0-next.1" "@spectrum-css/popover": "npm:9.0.0-next.4" "@spectrum-css/textfield": "npm:9.0.0-next.1" @@ -4796,7 +4796,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/dial@npm:6.0.0-next.0, @spectrum-css/dial@workspace:components/dial": +"@spectrum-css/dial@npm:6.0.0-next.1, @spectrum-css/dial@workspace:components/dial": version: 0.0.0-use.local resolution: "@spectrum-css/dial@workspace:components/dial" dependencies: @@ -4820,7 +4820,7 @@ __metadata: "@spectrum-css/modal": "npm:8.0.0-next.1" "@spectrum-css/tokens": "npm:16.1.0-next.7" "@spectrum-css/typography": "npm:9.0.0-next.0" - "@spectrum-css/underlay": "npm:7.0.0-next.0" + "@spectrum-css/underlay": "npm:7.0.0-next.1" peerDependencies: "@spectrum-css/button": ">=15.0.0-next.0" "@spectrum-css/buttongroup": ">=10.0.0-next.0" @@ -4877,7 +4877,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/dropzone@npm:9.0.0-next.3, @spectrum-css/dropzone@workspace:components/dropzone": +"@spectrum-css/dropzone@npm:9.0.0-next.4, @spectrum-css/dropzone@workspace:components/dropzone": version: 0.0.0-use.local resolution: "@spectrum-css/dropzone@workspace:components/dropzone" dependencies: @@ -5058,7 +5058,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/inlinealert@npm:11.0.0-next.2, @spectrum-css/inlinealert@workspace:components/inlinealert": +"@spectrum-css/inlinealert@npm:11.0.0-next.3, @spectrum-css/inlinealert@workspace:components/inlinealert": version: 0.0.0-use.local resolution: "@spectrum-css/inlinealert@workspace:components/inlinealert" dependencies: @@ -5207,7 +5207,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/page@npm:10.0.0-next.0, @spectrum-css/page@workspace:components/page": +"@spectrum-css/page@npm:10.0.0-next.1, @spectrum-css/page@workspace:components/page": version: 0.0.0-use.local resolution: "@spectrum-css/page@workspace:components/page" dependencies: @@ -5346,7 +5346,7 @@ __metadata: "@babel/core": "npm:^7.28.0" "@chromatic-com/storybook": "npm:^3.2.7" "@etchteam/storybook-addon-status": "npm:^5.0.0" - "@spectrum-css/bundle": "npm:2.0.0-next.8" + "@spectrum-css/bundle": "npm:2.0.0-next.9" "@spectrum-css/tokens": "npm:16.1.0-next.7" "@spectrum-css/ui-icons": "npm:2.0.0-next.2" "@storybook/addon-a11y": "npm:8.4.7" @@ -5469,7 +5469,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/sidenav@npm:8.0.0-next.2, @spectrum-css/sidenav@workspace:components/sidenav": +"@spectrum-css/sidenav@npm:8.0.0-next.3, @spectrum-css/sidenav@workspace:components/sidenav": version: 0.0.0-use.local resolution: "@spectrum-css/sidenav@workspace:components/sidenav" dependencies: @@ -5490,7 +5490,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/slider@workspace:components/slider" dependencies: - "@spectrum-css/stepper": "npm:8.0.0-next.2" + "@spectrum-css/stepper": "npm:8.0.0-next.3" "@spectrum-css/tokens": "npm:16.1.0-next.7" peerDependencies: "@spectrum-css/stepper": ">=8.0.0-next.0" @@ -5550,7 +5550,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/stepper@npm:8.0.0-next.2, @spectrum-css/stepper@workspace:components/stepper": +"@spectrum-css/stepper@npm:8.0.0-next.3, @spectrum-css/stepper@workspace:components/stepper": version: 0.0.0-use.local resolution: "@spectrum-css/stepper@workspace:components/stepper" dependencies: @@ -5633,7 +5633,7 @@ __metadata: "@spectrum-css/button": "npm:15.0.0-next.2" "@spectrum-css/checkbox": "npm:11.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/thumbnail": "npm:9.0.0-next.0" + "@spectrum-css/thumbnail": "npm:9.0.0-next.1" "@spectrum-css/tokens": "npm:16.1.0-next.7" peerDependencies: "@spectrum-css/button": ">=15.0.0-next.0" @@ -5739,7 +5739,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/thumbnail@npm:9.0.0-next.0, @spectrum-css/thumbnail@workspace:components/thumbnail": +"@spectrum-css/thumbnail@npm:9.0.0-next.1, @spectrum-css/thumbnail@workspace:components/thumbnail": version: 0.0.0-use.local resolution: "@spectrum-css/thumbnail@workspace:components/thumbnail" dependencies: @@ -5848,12 +5848,12 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/treeview@npm:13.0.0-next.2, @spectrum-css/treeview@workspace:components/treeview": +"@spectrum-css/treeview@npm:13.0.0-next.3, @spectrum-css/treeview@workspace:components/treeview": version: 0.0.0-use.local resolution: "@spectrum-css/treeview@workspace:components/treeview" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/thumbnail": "npm:9.0.0-next.0" + "@spectrum-css/thumbnail": "npm:9.0.0-next.1" "@spectrum-css/tokens": "npm:16.1.0-next.7" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" @@ -5892,7 +5892,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/underlay@npm:7.0.0-next.0, @spectrum-css/underlay@workspace:components/underlay": +"@spectrum-css/underlay@npm:7.0.0-next.1, @spectrum-css/underlay@workspace:components/underlay": version: 0.0.0-use.local resolution: "@spectrum-css/underlay@workspace:components/underlay" dependencies: @@ -5906,7 +5906,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/well@npm:8.0.0-next.0, @spectrum-css/well@workspace:components/well": +"@spectrum-css/well@npm:8.0.0-next.1, @spectrum-css/well@workspace:components/well": version: 0.0.0-use.local resolution: "@spectrum-css/well@workspace:components/well" dependencies: