From dff1337ebe754756fd855e1a2f07bc60ce84acef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:15:04 +0000 Subject: [PATCH] chore: release (next) --- .changeset/pre.json | 2 + .storybook/CHANGELOG.md | 9 + .storybook/package.json | 6 +- bundle/CHANGELOG.md | 19 ++ bundle/package.json | 26 +- components/accordion/package.json | 2 +- components/actionbar/package.json | 2 +- components/actionbutton/package.json | 2 +- components/actiongroup/package.json | 2 +- components/actionmenu/package.json | 2 +- components/alertbanner/package.json | 4 +- components/alertdialog/CHANGELOG.md | 16 ++ components/alertdialog/package.json | 6 +- components/asset/CHANGELOG.md | 16 ++ components/asset/package.json | 4 +- components/assetcard/CHANGELOG.md | 16 ++ components/assetcard/package.json | 4 +- components/assetlist/CHANGELOG.md | 16 ++ components/assetlist/package.json | 4 +- components/avatar/CHANGELOG.md | 16 ++ components/avatar/package.json | 4 +- components/badge/CHANGELOG.md | 16 ++ components/badge/package.json | 4 +- components/breadcrumb/CHANGELOG.md | 16 ++ components/breadcrumb/package.json | 4 +- components/button/package.json | 2 +- components/buttongroup/package.json | 2 +- components/calendar/package.json | 2 +- components/card/package.json | 4 +- components/checkbox/package.json | 2 +- components/clearbutton/package.json | 2 +- components/closebutton/package.json | 2 +- components/coachindicator/package.json | 2 +- components/coachmark/package.json | 2 +- components/colorarea/package.json | 2 +- components/colorhandle/package.json | 2 +- components/colorloupe/package.json | 2 +- components/colorslider/package.json | 2 +- components/colorwheel/package.json | 2 +- components/combobox/package.json | 2 +- components/contextualhelp/package.json | 2 +- components/datepicker/package.json | 2 +- components/dial/package.json | 2 +- components/dialog/package.json | 4 +- components/divider/CHANGELOG.md | 16 ++ components/divider/package.json | 4 +- components/dropindicator/package.json | 2 +- components/dropzone/package.json | 2 +- components/fieldgroup/package.json | 2 +- components/fieldlabel/package.json | 2 +- components/floatingactionbutton/package.json | 2 +- components/form/package.json | 2 +- components/helptext/package.json | 2 +- components/icon/package.json | 2 +- components/illustratedmessage/package.json | 2 +- components/infieldbutton/package.json | 2 +- components/infieldprogresscircle/package.json | 2 +- components/inlinealert/package.json | 2 +- components/link/package.json | 2 +- components/logicbutton/package.json | 2 +- components/menu/package.json | 4 +- components/meter/package.json | 2 +- components/miller/CHANGELOG.md | 16 ++ components/miller/package.json | 6 +- components/modal/package.json | 2 +- components/opacitycheckerboard/package.json | 2 +- components/page/CHANGELOG.md | 16 ++ components/page/package.json | 4 +- components/pagination/package.json | 2 +- components/picker/package.json | 2 +- components/pickerbutton/package.json | 2 +- components/popover/package.json | 6 +- components/progressbar/package.json | 2 +- components/progresscircle/package.json | 2 +- components/radio/package.json | 2 +- components/rating/package.json | 2 +- components/search/package.json | 2 +- components/sidenav/package.json | 2 +- components/slider/package.json | 2 +- components/splitview/package.json | 2 +- components/statuslight/package.json | 2 +- components/steplist/package.json | 2 +- components/stepper/package.json | 2 +- components/swatch/package.json | 2 +- components/swatchgroup/package.json | 2 +- components/switch/package.json | 2 +- components/table/package.json | 2 +- components/tabs/package.json | 2 +- components/tag/package.json | 4 +- components/taggroup/package.json | 2 +- components/textfield/package.json | 2 +- components/thumbnail/package.json | 2 +- components/toast/package.json | 2 +- components/tooltip/package.json | 2 +- components/tray/package.json | 4 +- components/treeview/package.json | 2 +- components/typography/package.json | 2 +- components/underlay/package.json | 2 +- components/well/CHANGELOG.md | 16 ++ components/well/package.json | 4 +- tokens/CHANGELOG.md | 48 ++++ tokens/package.json | 2 +- yarn.lock | 242 +++++++++--------- 103 files changed, 497 insertions(+), 243 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index e73cc92543..9b83a2e6e8 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -164,6 +164,7 @@ "olive-tools-hang", "open-squids-refuse", "petite-toys-greet", + "plain-papayas-wish", "polite-apes-think", "polite-moments-stay", "proud-jokes-rule", @@ -208,6 +209,7 @@ "twenty-tables-know", "upset-roses-live", "warm-loops-guess", + "weak-colts-divide", "wild-lemons-spend" ] } diff --git a/.storybook/CHANGELOG.md b/.storybook/CHANGELOG.md index 0c9c669830..aa1099c181 100644 --- a/.storybook/CHANGELOG.md +++ b/.storybook/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 12.1.0-next.22 + +### Patch Changes + +Updated dependencies [[`ec16396`](https://github.com/adobe/spectrum-css/commit/ec16396fa134d066add2ecd553e2cb9a2b81e3eb)]: + +- @spectrum-css/tokens@16.1.0-next.11 +- @spectrum-css/bundle@2.0.0-next.18 + ## 12.1.0-next.21 ### Patch Changes diff --git a/.storybook/package.json b/.storybook/package.json index 7241855e3b..0461326528 100644 --- a/.storybook/package.json +++ b/.storybook/package.json @@ -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", @@ -40,8 +40,8 @@ }, "dependencies": { "@adobe/spectrum-css-workflow-icons": "5.0.0", - "@spectrum-css/bundle": "2.0.0-next.17", - "@spectrum-css/tokens": "16.1.0-next.10", + "@spectrum-css/bundle": "2.0.0-next.18", + "@spectrum-css/tokens": "16.1.0-next.11", "@spectrum-css/ui-icons": "2.0.0-next.2" }, "devDependencies": { diff --git a/bundle/CHANGELOG.md b/bundle/CHANGELOG.md index 699e77f08f..2fb72dbaec 100644 --- a/bundle/CHANGELOG.md +++ b/bundle/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 2.0.0-next.18 + +### Patch Changes + +Updated dependencies [[`ec16396`](https://github.com/adobe/spectrum-css/commit/ec16396fa134d066add2ecd553e2cb9a2b81e3eb), [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e)]: + +- @spectrum-css/tokens@16.1.0-next.11 +- @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.4 +- @spectrum-css/divider@6.0.0-next.2 +- @spectrum-css/miller@9.0.0-next.2 +- @spectrum-css/page@10.0.0-next.2 +- @spectrum-css/well@8.0.0-next.2 + ## 2.0.0-next.17 ### Patch Changes diff --git a/bundle/package.json b/bundle/package.json index 8b07d2985a..0b4878c20a 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -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", @@ -36,13 +36,13 @@ "@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/breadcrumb": "12.0.0-next.3", + "@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.4", "@spectrum-css/button": "15.0.0-next.2", "@spectrum-css/buttongroup": "10.0.0-next.1", "@spectrum-css/calendar": "8.0.0-next.3", @@ -62,7 +62,7 @@ "@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/divider": "6.0.0-next.2", "@spectrum-css/dropindicator": "8.0.0-next.1", "@spectrum-css/dropzone": "9.0.0-next.4", "@spectrum-css/fieldgroup": "8.0.0-next.1", @@ -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", @@ -107,13 +107,13 @@ "@spectrum-css/textfield": "9.0.0-next.1", "@spectrum-css/thumbnail": "9.0.0-next.1", "@spectrum-css/toast": "12.0.0-next.2", - "@spectrum-css/tokens": "16.1.0-next.10", + "@spectrum-css/tokens": "16.1.0-next.11", "@spectrum-css/tooltip": "8.0.0-next.4", "@spectrum-css/tray": "6.0.0-next.3", "@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" diff --git a/components/accordion/package.json b/components/accordion/package.json index 151a1fd411..53c377becb 100644 --- a/components/accordion/package.json +++ b/components/accordion/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/actionbar/package.json b/components/actionbar/package.json index 639f40ab57..625f22e61a 100644 --- a/components/actionbar/package.json +++ b/components/actionbar/package.json @@ -52,7 +52,7 @@ "@spectrum-css/closebutton": "7.0.0-next.1", "@spectrum-css/fieldlabel": "11.0.0-next.2", "@spectrum-css/popover": "9.0.0-next.5", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/actionbutton/package.json b/components/actionbutton/package.json index 09f5a7dfaf..8eefe773a2 100644 --- a/components/actionbutton/package.json +++ b/components/actionbutton/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/actiongroup/package.json b/components/actiongroup/package.json index 4ac00486f7..3968a628c9 100644 --- a/components/actiongroup/package.json +++ b/components/actiongroup/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/actionbutton": "8.0.0-next.4", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/actionmenu/package.json b/components/actionmenu/package.json index 8412a69b1d..cf51b80cfa 100644 --- a/components/actionmenu/package.json +++ b/components/actionmenu/package.json @@ -52,7 +52,7 @@ "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/menu": "10.0.0-next.6", "@spectrum-css/popover": "9.0.0-next.5", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json index 38b3e7f082..989ba52f8e 100644 --- a/components/alertbanner/package.json +++ b/components/alertbanner/package.json @@ -50,9 +50,9 @@ "devDependencies": { "@spectrum-css/button": "15.0.0-next.2", "@spectrum-css/closebutton": "7.0.0-next.1", - "@spectrum-css/divider": "6.0.0-next.1", + "@spectrum-css/divider": "6.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/alertdialog/CHANGELOG.md b/components/alertdialog/CHANGELOG.md index c052ad9c35..8c4d8f3850 100644 --- a/components/alertdialog/CHANGELOG.md +++ b/components/alertdialog/CHANGELOG.md @@ -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 diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json index 596bc4c7ee..d5217ebcbc 100644 --- a/components/alertdialog/package.json +++ b/components/alertdialog/package.json @@ -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", @@ -53,10 +53,10 @@ }, "devDependencies": { "@spectrum-css/buttongroup": "10.0.0-next.1", - "@spectrum-css/divider": "6.0.0-next.1", + "@spectrum-css/divider": "6.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/modal": "8.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10", + "@spectrum-css/tokens": "16.1.0-next.11", "@spectrum-css/underlay": "7.0.0-next.1" }, "keywords": [ diff --git a/components/asset/CHANGELOG.md b/components/asset/CHANGELOG.md index b68e82c60e..c2d2e68d31 100644 --- a/components/asset/CHANGELOG.md +++ b/components/asset/CHANGELOG.md @@ -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 diff --git a/components/asset/package.json b/components/asset/package.json index d1e54ab615..ca9f050459 100644 --- a/components/asset/package.json +++ b/components/asset/package.json @@ -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", @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/assetcard/CHANGELOG.md b/components/assetcard/CHANGELOG.md index 273b735f02..3d2349c976 100644 --- a/components/assetcard/CHANGELOG.md +++ b/components/assetcard/CHANGELOG.md @@ -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 diff --git a/components/assetcard/package.json b/components/assetcard/package.json index 40f0fac63b..2466db60c0 100644 --- a/components/assetcard/package.json +++ b/components/assetcard/package.json @@ -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", @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/checkbox": "11.0.0-next.2", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/assetlist/CHANGELOG.md b/components/assetlist/CHANGELOG.md index bcfdb831ff..63777073f2 100644 --- a/components/assetlist/CHANGELOG.md +++ b/components/assetlist/CHANGELOG.md @@ -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 diff --git a/components/assetlist/package.json b/components/assetlist/package.json index 4dd940cc5d..52e7cf5491 100644 --- a/components/assetlist/package.json +++ b/components/assetlist/package.json @@ -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", @@ -42,7 +42,7 @@ "devDependencies": { "@spectrum-css/checkbox": "11.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/avatar/CHANGELOG.md b/components/avatar/CHANGELOG.md index f67615d2ac..d4516e4655 100644 --- a/components/avatar/CHANGELOG.md +++ b/components/avatar/CHANGELOG.md @@ -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 diff --git a/components/avatar/package.json b/components/avatar/package.json index 1b1326b7a2..e039184b26 100644 --- a/components/avatar/package.json +++ b/components/avatar/package.json @@ -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", @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/badge/CHANGELOG.md b/components/badge/CHANGELOG.md index 716193c846..e2886792fa 100644 --- a/components/badge/CHANGELOG.md +++ b/components/badge/CHANGELOG.md @@ -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 diff --git a/components/badge/package.json b/components/badge/package.json index d0bf88e284..5a537b72ea 100644 --- a/components/badge/package.json +++ b/components/badge/package.json @@ -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", @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/breadcrumb/CHANGELOG.md b/components/breadcrumb/CHANGELOG.md index c7deeb5318..bfd4da3c55 100644 --- a/components/breadcrumb/CHANGELOG.md +++ b/components/breadcrumb/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 12.0.0-next.4 + +### 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. + ## 12.0.0-next.3 ### Patch Changes diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json index 5fee7b38c6..44aa44dcd2 100644 --- a/components/breadcrumb/package.json +++ b/components/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/breadcrumb", - "version": "12.0.0-next.3", + "version": "12.0.0-next.4", "description": "The Spectrum CSS breadcrumb component", "license": "Apache-2.0", "author": "Adobe", @@ -42,7 +42,7 @@ "devDependencies": { "@spectrum-css/actionbutton": "8.0.0-next.4", "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/button/package.json b/components/button/package.json index c16bee1301..a2b86c7c6f 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/progresscircle": "6.0.0-next.0", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/buttongroup/package.json b/components/buttongroup/package.json index f4e0d27c51..e2261c9c74 100644 --- a/components/buttongroup/package.json +++ b/components/buttongroup/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/button": "15.0.0-next.2", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/calendar/package.json b/components/calendar/package.json index 7c025d0998..73018d7100 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/actionbutton": "8.0.0-next.4", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/card/package.json b/components/card/package.json index 90c6910a0f..b79a83b869 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -57,10 +57,10 @@ }, "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", + "@spectrum-css/tokens": "16.1.0-next.11", "@spectrum-css/typography": "9.0.0-next.0" }, "keywords": [ diff --git a/components/checkbox/package.json b/components/checkbox/package.json index cbaf62bd53..647d89c235 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/clearbutton/package.json b/components/clearbutton/package.json index fa44122d6e..07f2f71165 100644 --- a/components/clearbutton/package.json +++ b/components/clearbutton/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/closebutton/package.json b/components/closebutton/package.json index 146ff08a57..2a3f10fbc1 100644 --- a/components/closebutton/package.json +++ b/components/closebutton/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/coachindicator/package.json b/components/coachindicator/package.json index 778523998b..83a1ed78a7 100644 --- a/components/coachindicator/package.json +++ b/components/coachindicator/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/coachmark/package.json b/components/coachmark/package.json index af849a2eda..0caa122c0a 100644 --- a/components/coachmark/package.json +++ b/components/coachmark/package.json @@ -62,7 +62,7 @@ "@spectrum-css/buttongroup": "10.0.0-next.1", "@spectrum-css/menu": "10.0.0-next.6", "@spectrum-css/popover": "9.0.0-next.5", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/colorarea/package.json b/components/colorarea/package.json index f3137e2c42..2f5eaab59f 100644 --- a/components/colorarea/package.json +++ b/components/colorarea/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/colorhandle": "11.0.0-next.2", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/colorhandle/package.json b/components/colorhandle/package.json index e472ef29c2..6b26e7dee0 100644 --- a/components/colorhandle/package.json +++ b/components/colorhandle/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@spectrum-css/colorloupe": "8.0.0-next.1", "@spectrum-css/opacitycheckerboard": "5.0.0-next.0", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/colorloupe/package.json b/components/colorloupe/package.json index 8a5533c89a..408990af78 100644 --- a/components/colorloupe/package.json +++ b/components/colorloupe/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/colorslider/package.json b/components/colorslider/package.json index 8cc3fcf00e..68fd641835 100644 --- a/components/colorslider/package.json +++ b/components/colorslider/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@spectrum-css/colorhandle": "11.0.0-next.2", "@spectrum-css/opacitycheckerboard": "5.0.0-next.0", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/colorwheel/package.json b/components/colorwheel/package.json index d74a81b081..8772b913d1 100644 --- a/components/colorwheel/package.json +++ b/components/colorwheel/package.json @@ -47,7 +47,7 @@ "@spectrum-css/colorarea": "8.0.0-next.2", "@spectrum-css/colorhandle": "11.0.0-next.2", "@spectrum-css/colorloupe": "8.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/combobox/package.json b/components/combobox/package.json index 4a59a58674..3f74eb5470 100644 --- a/components/combobox/package.json +++ b/components/combobox/package.json @@ -57,7 +57,7 @@ "@spectrum-css/popover": "9.0.0-next.5", "@spectrum-css/progresscircle": "6.0.0-next.0", "@spectrum-css/textfield": "9.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/contextualhelp/package.json b/components/contextualhelp/package.json index 58f21b859a..e4b9779391 100644 --- a/components/contextualhelp/package.json +++ b/components/contextualhelp/package.json @@ -47,7 +47,7 @@ "@spectrum-css/actionbutton": "8.0.0-next.4", "@spectrum-css/link": "8.0.0-next.2", "@spectrum-css/popover": "9.0.0-next.5", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/datepicker/package.json b/components/datepicker/package.json index d4593a127e..d0f879d05e 100644 --- a/components/datepicker/package.json +++ b/components/datepicker/package.json @@ -52,7 +52,7 @@ "@spectrum-css/pickerbutton": "7.0.0-next.2", "@spectrum-css/popover": "9.0.0-next.5", "@spectrum-css/textfield": "9.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/dial/package.json b/components/dial/package.json index a12868872b..873e427edc 100644 --- a/components/dial/package.json +++ b/components/dial/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/dialog/package.json b/components/dialog/package.json index 85f9d9b491..e0cff43955 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -59,9 +59,9 @@ "@spectrum-css/button": "15.0.0-next.2", "@spectrum-css/buttongroup": "10.0.0-next.1", "@spectrum-css/closebutton": "7.0.0-next.1", - "@spectrum-css/divider": "6.0.0-next.1", + "@spectrum-css/divider": "6.0.0-next.2", "@spectrum-css/modal": "8.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10", + "@spectrum-css/tokens": "16.1.0-next.11", "@spectrum-css/typography": "9.0.0-next.0", "@spectrum-css/underlay": "7.0.0-next.1" }, diff --git a/components/divider/CHANGELOG.md b/components/divider/CHANGELOG.md index a42904b1f6..d39b865059 100644 --- a/components/divider/CHANGELOG.md +++ b/components/divider/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 6.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. + ## 6.0.0-next.1 ### Patch Changes diff --git a/components/divider/package.json b/components/divider/package.json index 94c41fb8f8..3f979c8089 100644 --- a/components/divider/package.json +++ b/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/divider", - "version": "6.0.0-next.1", + "version": "6.0.0-next.2", "description": "The Spectrum CSS divider component", "license": "Apache-2.0", "author": "Adobe", @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/dropindicator/package.json b/components/dropindicator/package.json index 692533282c..4d4f6fdad3 100644 --- a/components/dropindicator/package.json +++ b/components/dropindicator/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/dropzone/package.json b/components/dropzone/package.json index 942565b244..77beb44980 100644 --- a/components/dropzone/package.json +++ b/components/dropzone/package.json @@ -47,7 +47,7 @@ "@spectrum-css/actionbutton": "8.0.0-next.4", "@spectrum-css/illustratedmessage": "10.0.0-next.0", "@spectrum-css/link": "8.0.0-next.2", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/fieldgroup/package.json b/components/fieldgroup/package.json index 2aab6c035d..4ab92e0905 100644 --- a/components/fieldgroup/package.json +++ b/components/fieldgroup/package.json @@ -47,7 +47,7 @@ "@spectrum-css/checkbox": "11.0.0-next.2", "@spectrum-css/helptext": "8.0.0-next.2", "@spectrum-css/radio": "11.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/fieldlabel/package.json b/components/fieldlabel/package.json index 87644b4ef6..fe828b7d65 100644 --- a/components/fieldlabel/package.json +++ b/components/fieldlabel/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/floatingactionbutton/package.json b/components/floatingactionbutton/package.json index fb967afe97..337dbe40cd 100644 --- a/components/floatingactionbutton/package.json +++ b/components/floatingactionbutton/package.json @@ -33,7 +33,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/form/package.json b/components/form/package.json index 3789068c86..91fefc8d90 100644 --- a/components/form/package.json +++ b/components/form/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/helptext/package.json b/components/helptext/package.json index 0669bab6bd..b6f188d65d 100644 --- a/components/helptext/package.json +++ b/components/helptext/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/icon/package.json b/components/icon/package.json index c5ca3b595e..a622a19016 100644 --- a/components/icon/package.json +++ b/components/icon/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/illustratedmessage/package.json b/components/illustratedmessage/package.json index 0bef8f134a..22d38343fe 100644 --- a/components/illustratedmessage/package.json +++ b/components/illustratedmessage/package.json @@ -36,7 +36,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10", + "@spectrum-css/tokens": "16.1.0-next.11", "@spectrum-css/typography": "9.0.0-next.0" }, "keywords": [ diff --git a/components/infieldbutton/package.json b/components/infieldbutton/package.json index 6c017cc9aa..d01406bc3d 100644 --- a/components/infieldbutton/package.json +++ b/components/infieldbutton/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/infieldprogresscircle/package.json b/components/infieldprogresscircle/package.json index 02e5272e58..5c232ff701 100644 --- a/components/infieldprogresscircle/package.json +++ b/components/infieldprogresscircle/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json index 09503b23ef..404d5572df 100644 --- a/components/inlinealert/package.json +++ b/components/inlinealert/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@spectrum-css/button": "15.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/link/package.json b/components/link/package.json index 2eefc3107a..10ade16d48 100644 --- a/components/link/package.json +++ b/components/link/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/logicbutton/package.json b/components/logicbutton/package.json index 24f7e748ca..5317c75217 100644 --- a/components/logicbutton/package.json +++ b/components/logicbutton/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/menu/package.json b/components/menu/package.json index 49adeaaa1e..c244943914 100644 --- a/components/menu/package.json +++ b/components/menu/package.json @@ -53,10 +53,10 @@ }, "devDependencies": { "@spectrum-css/checkbox": "11.0.0-next.2", - "@spectrum-css/divider": "6.0.0-next.1", + "@spectrum-css/divider": "6.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/switch": "7.0.0-next.2", - "@spectrum-css/tokens": "16.1.0-next.10", + "@spectrum-css/tokens": "16.1.0-next.11", "@spectrum-css/tray": "6.0.0-next.3" }, "keywords": [ diff --git a/components/meter/package.json b/components/meter/package.json index 50c65a5747..fc156bc2fb 100644 --- a/components/meter/package.json +++ b/components/meter/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/progressbar": "7.0.0-next.4", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/miller/CHANGELOG.md b/components/miller/CHANGELOG.md index 1a9d79d90c..dacd968777 100644 --- a/components/miller/CHANGELOG.md +++ b/components/miller/CHANGELOG.md @@ -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 diff --git a/components/miller/package.json b/components/miller/package.json index 5a7a10f550..fa03c8a6b6 100644 --- a/components/miller/package.json +++ b/components/miller/package.json @@ -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", @@ -44,10 +44,10 @@ } }, "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" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/modal/package.json b/components/modal/package.json index 6997cd5ed0..cd8252a191 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/opacitycheckerboard/package.json b/components/opacitycheckerboard/package.json index 60b8e0f024..fba814033f 100644 --- a/components/opacitycheckerboard/package.json +++ b/components/opacitycheckerboard/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/page/CHANGELOG.md b/components/page/CHANGELOG.md index 7af4ad7e79..ed5b4be913 100644 --- a/components/page/CHANGELOG.md +++ b/components/page/CHANGELOG.md @@ -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 diff --git a/components/page/package.json b/components/page/package.json index 357c5eff26..bff3ffeffe 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -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", @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/pagination/package.json b/components/pagination/package.json index 7d651e582d..96ba11faaa 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -52,7 +52,7 @@ "@spectrum-css/button": "15.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/textfield": "9.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/picker/package.json b/components/picker/package.json index d3c65950f6..a189d2de37 100644 --- a/components/picker/package.json +++ b/components/picker/package.json @@ -57,7 +57,7 @@ "@spectrum-css/menu": "10.0.0-next.6", "@spectrum-css/popover": "9.0.0-next.5", "@spectrum-css/progresscircle": "6.0.0-next.0", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/pickerbutton/package.json b/components/pickerbutton/package.json index 2741b6f914..362965c558 100644 --- a/components/pickerbutton/package.json +++ b/components/pickerbutton/package.json @@ -47,7 +47,7 @@ "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/menu": "10.0.0-next.6", "@spectrum-css/popover": "9.0.0-next.5", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/popover/package.json b/components/popover/package.json index c2f887b6c7..e34a8c7b50 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -48,11 +48,11 @@ } }, "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/divider": "6.0.0-next.2", "@spectrum-css/menu": "10.0.0-next.6", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/progressbar/package.json b/components/progressbar/package.json index 0a4f67aef8..4774904d43 100644 --- a/components/progressbar/package.json +++ b/components/progressbar/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/fieldlabel": "11.0.0-next.2", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/progresscircle/package.json b/components/progresscircle/package.json index 17cdaee563..824fe73a71 100644 --- a/components/progresscircle/package.json +++ b/components/progresscircle/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/radio/package.json b/components/radio/package.json index 9d78530487..1be92604c5 100644 --- a/components/radio/package.json +++ b/components/radio/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/rating/package.json b/components/rating/package.json index 239991ff1a..c020988898 100644 --- a/components/rating/package.json +++ b/components/rating/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/search/package.json b/components/search/package.json index 580ef18f22..8612f1b68e 100644 --- a/components/search/package.json +++ b/components/search/package.json @@ -47,7 +47,7 @@ "@spectrum-css/clearbutton": "8.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/textfield": "9.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/sidenav/package.json b/components/sidenav/package.json index dd7ea369d6..7e60517187 100644 --- a/components/sidenav/package.json +++ b/components/sidenav/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/slider/package.json b/components/slider/package.json index b60b9ecb83..00ae10defa 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/stepper": "8.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/splitview/package.json b/components/splitview/package.json index 4cc1411109..26f8bfb348 100644 --- a/components/splitview/package.json +++ b/components/splitview/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/statuslight/package.json b/components/statuslight/package.json index 64b6801182..5bb0c7a787 100644 --- a/components/statuslight/package.json +++ b/components/statuslight/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/steplist/package.json b/components/steplist/package.json index 5f0a7db199..86a1cae1d1 100644 --- a/components/steplist/package.json +++ b/components/steplist/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10", + "@spectrum-css/tokens": "16.1.0-next.11", "@spectrum-css/tooltip": "8.0.0-next.4" }, "keywords": [ diff --git a/components/stepper/package.json b/components/stepper/package.json index 34a3e52b82..60d1ae515a 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -52,7 +52,7 @@ "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/infieldbutton": "7.0.0-next.3", "@spectrum-css/textfield": "9.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/swatch/package.json b/components/swatch/package.json index 7ce58dc24a..c3332439cc 100644 --- a/components/swatch/package.json +++ b/components/swatch/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/opacitycheckerboard": "5.0.0-next.0", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/swatchgroup/package.json b/components/swatchgroup/package.json index 7493855cc6..d5561c815b 100644 --- a/components/swatchgroup/package.json +++ b/components/swatchgroup/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/swatch": "9.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/switch/package.json b/components/switch/package.json index 1177c0c652..e81faffc6d 100644 --- a/components/switch/package.json +++ b/components/switch/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/table/package.json b/components/table/package.json index 0a632d7249..955186bda9 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -52,7 +52,7 @@ "@spectrum-css/checkbox": "11.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/thumbnail": "9.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/tabs/package.json b/components/tabs/package.json index c9ac2234b6..e5a233d755 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -47,7 +47,7 @@ "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/menu": "10.0.0-next.6", "@spectrum-css/picker": "10.0.0-next.4", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/tag/package.json b/components/tag/package.json index 4c232b3802..623d88ffae 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -44,10 +44,10 @@ } }, "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" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/taggroup/package.json b/components/taggroup/package.json index 924b241e77..9ad2417ce8 100644 --- a/components/taggroup/package.json +++ b/components/taggroup/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/tag": "11.0.0-next.2", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/textfield/package.json b/components/textfield/package.json index a1b1d1d70d..5c8a699099 100644 --- a/components/textfield/package.json +++ b/components/textfield/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/helptext": "8.0.0-next.2", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/thumbnail/package.json b/components/thumbnail/package.json index 112d964cfb..8b52426cad 100644 --- a/components/thumbnail/package.json +++ b/components/thumbnail/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/opacitycheckerboard": "5.0.0-next.0", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/toast/package.json b/components/toast/package.json index b6e6c28665..9e295c8260 100644 --- a/components/toast/package.json +++ b/components/toast/package.json @@ -47,7 +47,7 @@ "@spectrum-css/button": "15.0.0-next.2", "@spectrum-css/closebutton": "7.0.0-next.1", "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/tooltip/package.json b/components/tooltip/package.json index 56b804cf17..9094647d9b 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/tray/package.json b/components/tray/package.json index ebc8550f37..8365f095f5 100644 --- a/components/tray/package.json +++ b/components/tray/package.json @@ -54,10 +54,10 @@ "devDependencies": { "@spectrum-css/button": "15.0.0-next.2", "@spectrum-css/dialog": "13.0.0-next.4", - "@spectrum-css/divider": "6.0.0-next.1", + "@spectrum-css/divider": "6.0.0-next.2", "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/modal": "8.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/treeview/package.json b/components/treeview/package.json index 00f4160212..162ae771df 100644 --- a/components/treeview/package.json +++ b/components/treeview/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@spectrum-css/icon": "10.0.0-next.3", "@spectrum-css/thumbnail": "9.0.0-next.1", - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/typography/package.json b/components/typography/package.json index ac68741f21..6cfe96e7dd 100644 --- a/components/typography/package.json +++ b/components/typography/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/underlay/package.json b/components/underlay/package.json index 8599d0a29e..72d5588512 100644 --- a/components/underlay/package.json +++ b/components/underlay/package.json @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/components/well/CHANGELOG.md b/components/well/CHANGELOG.md index 1cdd46a8f4..36652e0836 100644 --- a/components/well/CHANGELOG.md +++ b/components/well/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 8.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. + ## 8.0.0-next.1 ### Patch Changes diff --git a/components/well/package.json b/components/well/package.json index dbfa52b67c..f603f54b9e 100644 --- a/components/well/package.json +++ b/components/well/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/well", - "version": "8.0.0-next.1", + "version": "8.0.0-next.2", "description": "The Spectrum CSS well component", "license": "Apache-2.0", "author": "Adobe", @@ -32,7 +32,7 @@ } }, "devDependencies": { - "@spectrum-css/tokens": "16.1.0-next.10" + "@spectrum-css/tokens": "16.1.0-next.11" }, "keywords": [ "design-system", diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index facf05955f..7c7cf0dd7c 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,53 @@ # Change log +## 16.1.0-next.11 + +### Minor Changes + +📝 [#4295](https://github.com/adobe/spectrum-css/pull/4295) [`ec16396`](https://github.com/adobe/spectrum-css/commit/ec16396fa134d066add2ecd553e2cb9a2b81e3eb) Thanks [@renovate](https://github.com/apps/renovate)! + +Updated from [@adobe/spectrum-tokens](https://github.com/adobe/spectrum-tokens) [13.15.1](https://github.com/adobe/spectrum-tokens/releases/tag/%40adobe/spectrum-tokens%4013.15.1) -> [13.16.0](https://github.com/adobe/spectrum-tokens/releases/tag/%40adobe/spectrum-tokens%4013.16.0). + +### Deprecated + +- `--spectrum-side-navigation-maximum-width` +- `--spectrum-side-navigation-with-icon-second-level-edge-to-text` +- `--spectrum-side-navigation-with-icon-third-level-edge-to-text` + +### Added + +- `--spectrum-side-navigation-counter-to-disclosure` +- `--spectrum-side-navigation-edge-to-indicator` +- `--spectrum-side-navigation-indicator-to-content` +- `--spectrum-side-navigation-second-level-edge-to-indicator` +- `--spectrum-side-navigation-second-level-with-icon-edge-to-text` +- `--spectrum-side-navigation-second-level-with-icon-edge-to-indicator` +- `--spectrum-side-navigation-third-level-edge-to-indicator` +- `--spectrum-side-navigation-third-level-with-icon-edge-to-text` +- `--spectrum-side-navigation-third-level-with-icon-edge-to-indicator` +- `--spectrum-side-navigation-trailing-accessory-area-to-edge` +- `--spectrum-side-navigation-indicator-height` +- `--spectrum-side-navigation-indicator-thickness` +- `--spectrum-side-navigation-edge-to-indicator` +- `--spectrum-side-navigation-indicator-to-content` +- `--spectrum-side-navigation-second-level-edge-to-indicator` +- `--spectrum-side-navigation-second-level-with-icon-edge-to-text` +- `--spectrum-side-navigation-second-level-with-icon-edge-to-indicator` +- `--spectrum-side-navigation-third-level-edge-to-indicator` +- `--spectrum-side-navigation-third-level-with-icon-edge-to-text` +- `--spectrum-side-navigation-third-level-with-icon-edge-to-indicator` +- `--spectrum-side-navigation-trailing-accessory-area-to-edge` +- `--spectrum-side-navigation-indicator-height` +- `--spectrum-side-navigation-indicator-thickness` + +### Updated + +- `--spectrum-side-navigation-minimum-width`: Updated from `160px` to `144px` (desktop) and `200px` to `180px` (mobile). +- `--spectrum-side-navigation-second-level-edge-to-text`: Updated from `24px` to `38px` (desktop) and `30px` to `44px` (mobile). +- `--spectrum-side-navigation-third-level-edge-to-text`: Updated from `36px` to `64px` (desktop) and `45px` to `70px` (mobile). +- `--spectrum-side-navigation-with-icon-second-level-edge-to-text`: Updated from `50px` to `--spectrum-side-navigation-second-level-with-icon-edge-to-text` (desktop) and `62px` to `side-navigation-second-level-with-icon-edge-to-text` (mobile). +- `--spectrum-side-navigation-with-icon-third-level-edge-to-text`: Updated from `62px` to `--spectrum-side-navigation-third-level-with-icon-edge-to-text` (desktop) and `77px` to `--spectrum-side-navigation-third-level-with-icon-edge-to-text` (mobile). + ## 16.1.0-next.10 ### Patch Changes diff --git a/tokens/package.json b/tokens/package.json index ff560e0953..329a9909e5 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tokens", - "version": "16.1.0-next.10", + "version": "16.1.0-next.11", "description": "The Spectrum CSS tokens package", "license": "Apache-2.0", "author": "Adobe", diff --git a/yarn.lock b/yarn.lock index afeb6aad9a..8aa0191360 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3191,7 +3191,7 @@ __metadata: resolution: "@spectrum-css/accordion@workspace:components/accordion" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3211,7 +3211,7 @@ __metadata: "@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" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actiongroup": ">=7.0.0-next.0" "@spectrum-css/closebutton": ">=7.0.0-next.0" @@ -3237,7 +3237,7 @@ __metadata: resolution: "@spectrum-css/actionbutton@workspace:components/actionbutton" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3254,7 +3254,7 @@ __metadata: resolution: "@spectrum-css/actiongroup@workspace:components/actiongroup" dependencies: "@spectrum-css/actionbutton": "npm:8.0.0-next.4" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3274,7 +3274,7 @@ __metadata: "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/menu": "npm:10.0.0-next.6" "@spectrum-css/popover": "npm:9.0.0-next.5" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" "@spectrum-css/icon": ">=10.0.0-next.0" @@ -3301,9 +3301,9 @@ __metadata: dependencies: "@spectrum-css/button": "npm:15.0.0-next.2" "@spectrum-css/closebutton": "npm:7.0.0-next.1" - "@spectrum-css/divider": "npm:6.0.0-next.1" + "@spectrum-css/divider": "npm:6.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/button": ">=15.0.0-next.0" "@spectrum-css/closebutton": ">=7.0.0-next.0" @@ -3324,15 +3324,15 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/alertdialog@npm:5.0.0-next.4, @spectrum-css/alertdialog@workspace:components/alertdialog": +"@spectrum-css/alertdialog@npm:5.0.0-next.5, @spectrum-css/alertdialog@workspace:components/alertdialog": version: 0.0.0-use.local resolution: "@spectrum-css/alertdialog@workspace:components/alertdialog" dependencies: "@spectrum-css/buttongroup": "npm:10.0.0-next.1" - "@spectrum-css/divider": "npm:6.0.0-next.1" + "@spectrum-css/divider": "npm:6.0.0-next.2" "@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.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" "@spectrum-css/underlay": "npm:7.0.0-next.1" peerDependencies: "@spectrum-css/buttongroup": ">=10.0.0-next.0" @@ -3357,11 +3357,11 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/asset@npm:8.0.0-next.0, @spectrum-css/asset@workspace:components/asset": +"@spectrum-css/asset@npm:8.0.0-next.1, @spectrum-css/asset@workspace:components/asset": version: 0.0.0-use.local resolution: "@spectrum-css/asset@workspace:components/asset" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -3370,12 +3370,12 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/assetcard@npm:6.0.0-next.2, @spectrum-css/assetcard@workspace:components/assetcard": +"@spectrum-css/assetcard@npm:6.0.0-next.3, @spectrum-css/assetcard@workspace:components/assetcard": version: 0.0.0-use.local resolution: "@spectrum-css/assetcard@workspace:components/assetcard" dependencies: "@spectrum-css/checkbox": "npm:11.0.0-next.2" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/checkbox": ">=11.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3387,13 +3387,13 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/assetlist@npm:9.0.0-next.2, @spectrum-css/assetlist@workspace:components/assetlist": +"@spectrum-css/assetlist@npm:9.0.0-next.3, @spectrum-css/assetlist@workspace:components/assetlist": version: 0.0.0-use.local resolution: "@spectrum-css/assetlist@workspace:components/assetlist" dependencies: "@spectrum-css/checkbox": "npm:11.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/checkbox": ">=11.0.0-next.0" "@spectrum-css/icon": ">=10.0.0-next.0" @@ -3408,11 +3408,11 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/avatar@npm:10.0.0-next.0, @spectrum-css/avatar@workspace:components/avatar": +"@spectrum-css/avatar@npm:10.0.0-next.1, @spectrum-css/avatar@workspace:components/avatar": version: 0.0.0-use.local resolution: "@spectrum-css/avatar@workspace:components/avatar" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -3421,12 +3421,12 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/badge@npm:7.0.0-next.2, @spectrum-css/badge@workspace:components/badge": +"@spectrum-css/badge@npm:7.0.0-next.3, @spectrum-css/badge@workspace:components/badge": version: 0.0.0-use.local resolution: "@spectrum-css/badge@workspace:components/badge" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3438,13 +3438,13 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/breadcrumb@npm:12.0.0-next.3, @spectrum-css/breadcrumb@workspace:components/breadcrumb": +"@spectrum-css/breadcrumb@npm:12.0.0-next.4, @spectrum-css/breadcrumb@workspace:components/breadcrumb": version: 0.0.0-use.local resolution: "@spectrum-css/breadcrumb@workspace:components/breadcrumb" dependencies: "@spectrum-css/actionbutton": "npm:8.0.0-next.4" "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" "@spectrum-css/icon": ">=10.0.0-next.0" @@ -3459,7 +3459,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/bundle@npm:2.0.0-next.17, @spectrum-css/bundle@workspace:bundle": +"@spectrum-css/bundle@npm:2.0.0-next.18, @spectrum-css/bundle@workspace:bundle": version: 0.0.0-use.local resolution: "@spectrum-css/bundle@workspace:bundle" dependencies: @@ -3469,13 +3469,13 @@ __metadata: "@spectrum-css/actiongroup": "npm:7.0.0-next.3" "@spectrum-css/actionmenu": "npm:8.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.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.3" + "@spectrum-css/alertdialog": "npm:5.0.0-next.5" + "@spectrum-css/asset": "npm:8.0.0-next.1" + "@spectrum-css/assetcard": "npm:6.0.0-next.3" + "@spectrum-css/assetlist": "npm:9.0.0-next.3" + "@spectrum-css/avatar": "npm:10.0.0-next.1" + "@spectrum-css/badge": "npm:7.0.0-next.3" + "@spectrum-css/breadcrumb": "npm:12.0.0-next.4" "@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.3" @@ -3495,7 +3495,7 @@ __metadata: "@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/divider": "npm:6.0.0-next.2" "@spectrum-css/dropindicator": "npm:8.0.0-next.1" "@spectrum-css/dropzone": "npm:9.0.0-next.4" "@spectrum-css/fieldgroup": "npm:8.0.0-next.1" @@ -3511,10 +3511,10 @@ __metadata: "@spectrum-css/logicbutton": "npm:7.0.0-next.1" "@spectrum-css/menu": "npm:10.0.0-next.6" "@spectrum-css/meter": "npm:2.0.0-next.3" - "@spectrum-css/miller": "npm:9.0.0-next.1" + "@spectrum-css/miller": "npm:9.0.0-next.2" "@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.1" + "@spectrum-css/page": "npm:10.0.0-next.2" "@spectrum-css/pagination": "npm:11.0.0-next.2" "@spectrum-css/picker": "npm:10.0.0-next.4" "@spectrum-css/pickerbutton": "npm:7.0.0-next.2" @@ -3540,13 +3540,13 @@ __metadata: "@spectrum-css/textfield": "npm:9.0.0-next.1" "@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.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" "@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.3" "@spectrum-css/typography": "npm:9.0.0-next.0" "@spectrum-css/underlay": "npm:7.0.0-next.1" - "@spectrum-css/well": "npm:8.0.0-next.1" + "@spectrum-css/well": "npm:8.0.0-next.2" colors: "npm:1.4.0" postcss: "npm:8.5.6" postcss-licensing: "npm:3.0.0" @@ -3559,7 +3559,7 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/progresscircle": "npm:6.0.0-next.0" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/progresscircle": ">=6.0.0-next.0" @@ -3579,7 +3579,7 @@ __metadata: resolution: "@spectrum-css/buttongroup@workspace:components/buttongroup" dependencies: "@spectrum-css/button": "npm:15.0.0-next.2" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/button": ">=15.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3596,7 +3596,7 @@ __metadata: resolution: "@spectrum-css/calendar@workspace:components/calendar" dependencies: "@spectrum-css/actionbutton": "npm:8.0.0-next.4" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3613,10 +3613,10 @@ __metadata: resolution: "@spectrum-css/card@workspace:components/card" dependencies: "@spectrum-css/actionbutton": "npm:8.0.0-next.4" - "@spectrum-css/asset": "npm:8.0.0-next.0" + "@spectrum-css/asset": "npm:8.0.0-next.1" "@spectrum-css/checkbox": "npm:11.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" "@spectrum-css/typography": "npm:9.0.0-next.0" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" @@ -3649,7 +3649,7 @@ __metadata: resolution: "@spectrum-css/checkbox@workspace:components/checkbox" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3666,7 +3666,7 @@ __metadata: resolution: "@spectrum-css/clearbutton@workspace:components/clearbutton" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3683,7 +3683,7 @@ __metadata: resolution: "@spectrum-css/closebutton@workspace:components/closebutton" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3699,7 +3699,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/coachindicator@workspace:components/coachindicator" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -3718,7 +3718,7 @@ __metadata: "@spectrum-css/buttongroup": "npm:10.0.0-next.1" "@spectrum-css/menu": "npm:10.0.0-next.6" "@spectrum-css/popover": "npm:9.0.0-next.5" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" "@spectrum-css/actionmenu": ">=8.0.0-next.0" @@ -3750,7 +3750,7 @@ __metadata: resolution: "@spectrum-css/colorarea@workspace:components/colorarea" dependencies: "@spectrum-css/colorhandle": "npm:11.0.0-next.2" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/colorhandle": ">=11.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -3768,7 +3768,7 @@ __metadata: dependencies: "@spectrum-css/colorloupe": "npm:8.0.0-next.1" "@spectrum-css/opacitycheckerboard": "npm:5.0.0-next.0" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/colorloupe": ">=8.0.0-next.0" "@spectrum-css/opacitycheckerboard": ">=5.0.0-next.0" @@ -3787,7 +3787,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/colorloupe@workspace:components/colorloupe" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -3802,7 +3802,7 @@ __metadata: dependencies: "@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.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/colorhandle": ">=11.0.0-next.0" "@spectrum-css/opacitycheckerboard": ">=5.0.0-next.0" @@ -3824,7 +3824,7 @@ __metadata: "@spectrum-css/colorarea": "npm:8.0.0-next.2" "@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.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/colorarea": ">=8.0.0-next.0" "@spectrum-css/colorhandle": ">=11.0.0-next.0" @@ -3851,7 +3851,7 @@ __metadata: "@spectrum-css/popover": "npm:9.0.0-next.5" "@spectrum-css/progresscircle": "npm:6.0.0-next.0" "@spectrum-css/textfield": "npm:9.0.0-next.1" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/menu": ">=10.0.0-next.0" "@spectrum-css/pickerbutton": ">=7.0.0-next.0" @@ -3882,7 +3882,7 @@ __metadata: "@spectrum-css/actionbutton": "npm:8.0.0-next.4" "@spectrum-css/link": "npm:8.0.0-next.2" "@spectrum-css/popover": "npm:9.0.0-next.5" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" "@spectrum-css/link": ">=8.0.0-next.0" @@ -3908,7 +3908,7 @@ __metadata: "@spectrum-css/pickerbutton": "npm:7.0.0-next.2" "@spectrum-css/popover": "npm:9.0.0-next.5" "@spectrum-css/textfield": "npm:9.0.0-next.1" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/calendar": ">=8.0.0-next.0" "@spectrum-css/pickerbutton": ">=7.0.0-next.0" @@ -3933,7 +3933,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/dial@workspace:components/dial" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -3949,9 +3949,9 @@ __metadata: "@spectrum-css/button": "npm:15.0.0-next.2" "@spectrum-css/buttongroup": "npm:10.0.0-next.1" "@spectrum-css/closebutton": "npm:7.0.0-next.1" - "@spectrum-css/divider": "npm:6.0.0-next.1" + "@spectrum-css/divider": "npm:6.0.0-next.2" "@spectrum-css/modal": "npm:8.0.0-next.1" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" "@spectrum-css/typography": "npm:9.0.0-next.0" "@spectrum-css/underlay": "npm:7.0.0-next.1" peerDependencies: @@ -3980,11 +3980,11 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/divider@npm:6.0.0-next.1, @spectrum-css/divider@workspace:components/divider": +"@spectrum-css/divider@npm:6.0.0-next.2, @spectrum-css/divider@workspace:components/divider": version: 0.0.0-use.local resolution: "@spectrum-css/divider@workspace:components/divider" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -3998,7 +3998,7 @@ __metadata: resolution: "@spectrum-css/dropindicator@workspace:components/dropindicator" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4017,7 +4017,7 @@ __metadata: "@spectrum-css/actionbutton": "npm:8.0.0-next.4" "@spectrum-css/illustratedmessage": "npm:10.0.0-next.0" "@spectrum-css/link": "npm:8.0.0-next.2" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" "@spectrum-css/illustratedmessage": ">=10.0.0-next.0" @@ -4042,7 +4042,7 @@ __metadata: "@spectrum-css/checkbox": "npm:11.0.0-next.2" "@spectrum-css/helptext": "npm:8.0.0-next.2" "@spectrum-css/radio": "npm:11.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/checkbox": ">=11.0.0-next.0" "@spectrum-css/helptext": ">=8.0.0-next.0" @@ -4065,7 +4065,7 @@ __metadata: resolution: "@spectrum-css/fieldlabel@workspace:components/fieldlabel" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4081,7 +4081,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/floatingactionbutton@workspace:components/floatingactionbutton" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4094,7 +4094,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/form@workspace:components/form" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4108,7 +4108,7 @@ __metadata: resolution: "@spectrum-css/helptext@workspace:components/helptext" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4124,7 +4124,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/icon@workspace:components/icon" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4137,7 +4137,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/illustratedmessage@workspace:components/illustratedmessage" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" "@spectrum-css/typography": "npm:9.0.0-next.0" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4155,7 +4155,7 @@ __metadata: resolution: "@spectrum-css/infieldbutton@workspace:components/infieldbutton" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4171,7 +4171,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/infieldprogresscircle@workspace:components/infieldprogresscircle" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4186,7 +4186,7 @@ __metadata: dependencies: "@spectrum-css/button": "npm:15.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/button": ">=15.0.0-next.0" "@spectrum-css/icon": ">=10.0.0-next.0" @@ -4205,7 +4205,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/link@workspace:components/link" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4218,7 +4218,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/logicbutton@workspace:components/logicbutton" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4232,10 +4232,10 @@ __metadata: resolution: "@spectrum-css/menu@workspace:components/menu" dependencies: "@spectrum-css/checkbox": "npm:11.0.0-next.2" - "@spectrum-css/divider": "npm:6.0.0-next.1" + "@spectrum-css/divider": "npm:6.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/switch": "npm:7.0.0-next.2" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" "@spectrum-css/tray": "npm:6.0.0-next.3" peerDependencies: "@spectrum-css/checkbox": ">=11.0.0-next.0" @@ -4265,7 +4265,7 @@ __metadata: resolution: "@spectrum-css/meter@workspace:components/meter" dependencies: "@spectrum-css/progressbar": "npm:7.0.0-next.4" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/progressbar": ">=7.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4277,14 +4277,14 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/miller@npm:9.0.0-next.1, @spectrum-css/miller@workspace:components/miller": +"@spectrum-css/miller@npm:9.0.0-next.2, @spectrum-css/miller@workspace:components/miller": version: 0.0.0-use.local resolution: "@spectrum-css/miller@workspace:components/miller" dependencies: - "@spectrum-css/assetlist": "npm:9.0.0-next.2" + "@spectrum-css/assetlist": "npm:9.0.0-next.3" "@spectrum-css/checkbox": "npm:11.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/assetlist": ">=9.0.0-next.0" "@spectrum-css/checkbox": ">=11.0.0-next.0" @@ -4306,7 +4306,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/modal@workspace:components/modal" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4319,7 +4319,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/opacitycheckerboard@workspace:components/opacitycheckerboard" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4328,11 +4328,11 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/page@npm:10.0.0-next.1, @spectrum-css/page@workspace:components/page": +"@spectrum-css/page@npm:10.0.0-next.2, @spectrum-css/page@workspace:components/page": version: 0.0.0-use.local resolution: "@spectrum-css/page@workspace:components/page" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4349,7 +4349,7 @@ __metadata: "@spectrum-css/button": "npm:15.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/textfield": "npm:9.0.0-next.1" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" "@spectrum-css/button": ">=15.0.0-next.0" @@ -4379,7 +4379,7 @@ __metadata: "@spectrum-css/menu": "npm:10.0.0-next.6" "@spectrum-css/popover": "npm:9.0.0-next.5" "@spectrum-css/progresscircle": "npm:6.0.0-next.0" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/helptext": ">=8.0.0-next.0" "@spectrum-css/icon": ">=10.0.0-next.0" @@ -4410,7 +4410,7 @@ __metadata: "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/menu": "npm:10.0.0-next.6" "@spectrum-css/popover": "npm:9.0.0-next.5" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/menu": ">=10.0.0-next.0" @@ -4432,11 +4432,11 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/popover@workspace:components/popover" dependencies: - "@spectrum-css/alertdialog": "npm:5.0.0-next.4" + "@spectrum-css/alertdialog": "npm:5.0.0-next.5" "@spectrum-css/dialog": "npm:13.0.0-next.4" - "@spectrum-css/divider": "npm:6.0.0-next.1" + "@spectrum-css/divider": "npm:6.0.0-next.2" "@spectrum-css/menu": "npm:10.0.0-next.6" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/alertdialog": ">=5.0.0-next.0" "@spectrum-css/dialog": ">=13.0.0-next.0" @@ -4465,8 +4465,8 @@ __metadata: "@babel/core": "npm:7.28.5" "@chromatic-com/storybook": "npm:3.2.7" "@etchteam/storybook-addon-status": "npm:5.0.0" - "@spectrum-css/bundle": "npm:2.0.0-next.17" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/bundle": "npm:2.0.0-next.18" + "@spectrum-css/tokens": "npm:16.1.0-next.11" "@spectrum-css/ui-icons": "npm:2.0.0-next.2" "@storybook/addon-a11y": "npm:8.4.7" "@storybook/addon-actions": "npm:8.4.7" @@ -4503,7 +4503,7 @@ __metadata: resolution: "@spectrum-css/progressbar@workspace:components/progressbar" dependencies: "@spectrum-css/fieldlabel": "npm:11.0.0-next.2" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/fieldlabel": ">=11.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4519,7 +4519,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/progresscircle@workspace:components/progresscircle" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4533,7 +4533,7 @@ __metadata: resolution: "@spectrum-css/radio@workspace:components/radio" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4550,7 +4550,7 @@ __metadata: resolution: "@spectrum-css/rating@workspace:components/rating" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4569,7 +4569,7 @@ __metadata: "@spectrum-css/clearbutton": "npm:8.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/textfield": "npm:9.0.0-next.1" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/clearbutton": ">=8.0.0-next.0" "@spectrum-css/icon": ">=10.0.0-next.0" @@ -4592,7 +4592,7 @@ __metadata: resolution: "@spectrum-css/sidenav@workspace:components/sidenav" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4609,7 +4609,7 @@ __metadata: resolution: "@spectrum-css/slider@workspace:components/slider" dependencies: "@spectrum-css/stepper": "npm:8.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/stepper": ">=8.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4625,7 +4625,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/splitview@workspace:components/splitview" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4638,7 +4638,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/statuslight@workspace:components/statuslight" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4652,7 +4652,7 @@ __metadata: resolution: "@spectrum-css/steplist@workspace:components/steplist" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" "@spectrum-css/tooltip": "npm:8.0.0-next.4" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" @@ -4676,7 +4676,7 @@ __metadata: "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/infieldbutton": "npm:7.0.0-next.3" "@spectrum-css/textfield": "npm:9.0.0-next.1" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/actionbutton": ">=8.0.0-next.0" "@spectrum-css/icon": ">=10.0.0-next.0" @@ -4702,7 +4702,7 @@ __metadata: resolution: "@spectrum-css/swatch@workspace:components/swatch" dependencies: "@spectrum-css/opacitycheckerboard": "npm:5.0.0-next.0" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/opacitycheckerboard": ">=5.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4719,7 +4719,7 @@ __metadata: resolution: "@spectrum-css/swatchgroup@workspace:components/swatchgroup" dependencies: "@spectrum-css/swatch": "npm:9.0.0-next.1" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/swatch": ">=9.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4735,7 +4735,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/switch@workspace:components/switch" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -4752,7 +4752,7 @@ __metadata: "@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.1" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/button": ">=15.0.0-next.0" "@spectrum-css/checkbox": ">=11.0.0-next.0" @@ -4780,7 +4780,7 @@ __metadata: "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/menu": "npm:10.0.0-next.6" "@spectrum-css/picker": "npm:10.0.0-next.4" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/menu": ">=10.0.0-next.0" @@ -4802,10 +4802,10 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/tag@workspace:components/tag" dependencies: - "@spectrum-css/avatar": "npm:10.0.0-next.0" + "@spectrum-css/avatar": "npm:10.0.0-next.1" "@spectrum-css/clearbutton": "npm:8.0.0-next.2" "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/avatar": ">=10.0.0-next.0" "@spectrum-css/clearbutton": ">=8.0.0-next.0" @@ -4828,7 +4828,7 @@ __metadata: resolution: "@spectrum-css/taggroup@workspace:components/taggroup" dependencies: "@spectrum-css/tag": "npm:11.0.0-next.2" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tag": ">=11.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4845,7 +4845,7 @@ __metadata: resolution: "@spectrum-css/textfield@workspace:components/textfield" dependencies: "@spectrum-css/helptext": "npm:8.0.0-next.2" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/helptext": ">=8.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4862,7 +4862,7 @@ __metadata: resolution: "@spectrum-css/thumbnail@workspace:components/thumbnail" dependencies: "@spectrum-css/opacitycheckerboard": "npm:5.0.0-next.0" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/opacitycheckerboard": ">=5.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4881,7 +4881,7 @@ __metadata: "@spectrum-css/button": "npm:15.0.0-next.2" "@spectrum-css/closebutton": "npm:7.0.0-next.1" "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/button": ">=15.0.0-next.0" "@spectrum-css/closebutton": ">=7.0.0-next.0" @@ -4899,7 +4899,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/tokens@npm:16.1.0-next.10, @spectrum-css/tokens@workspace:tokens": +"@spectrum-css/tokens@npm:16.1.0-next.11, @spectrum-css/tokens@workspace:tokens": version: 0.0.0-use.local resolution: "@spectrum-css/tokens@workspace:tokens" dependencies: @@ -4920,7 +4920,7 @@ __metadata: resolution: "@spectrum-css/tooltip@workspace:components/tooltip" dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/tokens": ">=16.1.0-next.0" @@ -4938,10 +4938,10 @@ __metadata: dependencies: "@spectrum-css/button": "npm:15.0.0-next.2" "@spectrum-css/dialog": "npm:13.0.0-next.4" - "@spectrum-css/divider": "npm:6.0.0-next.1" + "@spectrum-css/divider": "npm:6.0.0-next.2" "@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.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/button": ">=15.0.0-next.0" "@spectrum-css/dialog": ">=13.0.0-next.0" @@ -4971,7 +4971,7 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:10.0.0-next.3" "@spectrum-css/thumbnail": "npm:9.0.0-next.1" - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/icon": ">=10.0.0-next.0" "@spectrum-css/thumbnail": ">=9.0.0-next.0" @@ -4990,7 +4990,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/typography@workspace:components/typography" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -5013,7 +5013,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/underlay@workspace:components/underlay" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: @@ -5022,11 +5022,11 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/well@npm:8.0.0-next.1, @spectrum-css/well@workspace:components/well": +"@spectrum-css/well@npm:8.0.0-next.2, @spectrum-css/well@workspace:components/well": version: 0.0.0-use.local resolution: "@spectrum-css/well@workspace:components/well" dependencies: - "@spectrum-css/tokens": "npm:16.1.0-next.10" + "@spectrum-css/tokens": "npm:16.1.0-next.11" peerDependencies: "@spectrum-css/tokens": ">=16.1.0-next.0" peerDependenciesMeta: