Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adobe/spectrum-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @spectrum-css/radio@10.0.0
Choose a base ref
...
head repository: adobe/spectrum-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @spectrum-css/radio@10.0.1
Choose a head ref
  • 2 commits
  • 170 files changed
  • 3 contributors

Commits on Feb 4, 2025

  1. fix: index-theme system mappings bug (#3534)

    Fixes a bug in the content of all component's dist/index-theme.css file.
    
    Expected index-theme.css to include the component selectors with component-level custom properties mapped to the --system prefixed ones in order to allow a component to support various contexts.
    
    Expected output example for the index-theme.css:
    
    ```
    .spectrum-ActionButton {
     --spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
     --spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
    ```
    castastrophe authored Feb 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    68e0057 View commit details
  2. chore: release (#3535)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Feb 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8f0bb0d View commit details
Showing with 1,999 additions and 418 deletions.
  1. +7 −0 .storybook/CHANGELOG.md
  2. +1 −1 .storybook/package.json
  3. +19 −0 components/accordion/CHANGELOG.md
  4. +2 −2 components/accordion/package.json
  5. +22 −0 components/actionbar/CHANGELOG.md
  6. +5 −5 components/actionbar/package.json
  7. +19 −0 components/actionbutton/CHANGELOG.md
  8. +2 −2 components/actionbutton/package.json
  9. +19 −0 components/actiongroup/CHANGELOG.md
  10. +2 −2 components/actiongroup/package.json
  11. +4 −4 components/actionmenu/package.json
  12. +22 −0 components/alertbanner/CHANGELOG.md
  13. +5 −5 components/alertbanner/package.json
  14. +23 −0 components/alertdialog/CHANGELOG.md
  15. +6 −6 components/alertdialog/package.json
  16. +16 −0 components/asset/CHANGELOG.md
  17. +1 −1 components/asset/package.json
  18. +19 −0 components/assetcard/CHANGELOG.md
  19. +2 −2 components/assetcard/package.json
  20. +20 −0 components/assetlist/CHANGELOG.md
  21. +3 −3 components/assetlist/package.json
  22. +16 −0 components/avatar/CHANGELOG.md
  23. +1 −1 components/avatar/package.json
  24. +19 −0 components/badge/CHANGELOG.md
  25. +2 −2 components/badge/package.json
  26. +20 −0 components/breadcrumb/CHANGELOG.md
  27. +3 −3 components/breadcrumb/package.json
  28. +20 −0 components/button/CHANGELOG.md
  29. +3 −3 components/button/package.json
  30. +19 −0 components/buttongroup/CHANGELOG.md
  31. +2 −2 components/buttongroup/package.json
  32. +19 −0 components/calendar/CHANGELOG.md
  33. +2 −2 components/calendar/package.json
  34. +23 −0 components/card/CHANGELOG.md
  35. +6 −6 components/card/package.json
  36. +19 −0 components/checkbox/CHANGELOG.md
  37. +2 −2 components/checkbox/package.json
  38. +19 −0 components/clearbutton/CHANGELOG.md
  39. +2 −2 components/clearbutton/package.json
  40. +19 −0 components/closebutton/CHANGELOG.md
  41. +2 −2 components/closebutton/package.json
  42. +16 −0 components/coachindicator/CHANGELOG.md
  43. +1 −1 components/coachindicator/package.json
  44. +23 −0 components/coachmark/CHANGELOG.md
  45. +6 −6 components/coachmark/package.json
  46. +19 −0 components/colorarea/CHANGELOG.md
  47. +2 −2 components/colorarea/package.json
  48. +20 −0 components/colorhandle/CHANGELOG.md
  49. +3 −3 components/colorhandle/package.json
  50. +16 −0 components/colorloupe/CHANGELOG.md
  51. +1 −1 components/colorloupe/package.json
  52. +20 −0 components/colorslider/CHANGELOG.md
  53. +3 −3 components/colorslider/package.json
  54. +21 −0 components/colorwheel/CHANGELOG.md
  55. +4 −4 components/colorwheel/package.json
  56. +23 −0 components/combobox/CHANGELOG.md
  57. +6 −6 components/combobox/package.json
  58. +21 −0 components/contextualhelp/CHANGELOG.md
  59. +4 −4 components/contextualhelp/package.json
  60. +22 −0 components/datepicker/CHANGELOG.md
  61. +5 −5 components/datepicker/package.json
  62. +16 −0 components/dial/CHANGELOG.md
  63. +1 −1 components/dial/package.json
  64. +22 −0 components/dialog/CHANGELOG.md
  65. +5 −5 components/dialog/package.json
  66. +16 −0 components/divider/CHANGELOG.md
  67. +1 −1 components/divider/package.json
  68. +19 −0 components/dropindicator/CHANGELOG.md
  69. +2 −2 components/dropindicator/package.json
  70. +21 −0 components/dropzone/CHANGELOG.md
  71. +4 −4 components/dropzone/package.json
  72. +21 −0 components/fieldgroup/CHANGELOG.md
  73. +4 −4 components/fieldgroup/package.json
  74. +19 −0 components/fieldlabel/CHANGELOG.md
  75. +2 −2 components/fieldlabel/package.json
  76. +16 −0 components/floatingactionbutton/CHANGELOG.md
  77. +1 −1 components/floatingactionbutton/package.json
  78. +16 −0 components/form/CHANGELOG.md
  79. +1 −1 components/form/package.json
  80. +19 −0 components/helptext/CHANGELOG.md
  81. +2 −2 components/helptext/package.json
  82. +16 −0 components/icon/CHANGELOG.md
  83. +1 −1 components/icon/package.json
  84. +19 −0 components/illustratedmessage/CHANGELOG.md
  85. +2 −2 components/illustratedmessage/package.json
  86. +19 −0 components/infieldbutton/CHANGELOG.md
  87. +2 −2 components/infieldbutton/package.json
  88. +20 −0 components/inlinealert/CHANGELOG.md
  89. +3 −3 components/inlinealert/package.json
  90. +16 −0 components/link/CHANGELOG.md
  91. +1 −1 components/link/package.json
  92. +16 −0 components/logicbutton/CHANGELOG.md
  93. +1 −1 components/logicbutton/package.json
  94. +23 −0 components/menu/CHANGELOG.md
  95. +6 −6 components/menu/package.json
  96. +19 −0 components/meter/CHANGELOG.md
  97. +2 −2 components/meter/package.json
  98. +21 −0 components/miller/CHANGELOG.md
  99. +4 −4 components/miller/package.json
  100. +16 −0 components/modal/CHANGELOG.md
  101. +1 −1 components/modal/package.json
  102. +16 −0 components/opacitycheckerboard/CHANGELOG.md
  103. +1 −1 components/opacitycheckerboard/package.json
  104. +16 −0 components/page/CHANGELOG.md
  105. +1 −1 components/page/package.json
  106. +22 −0 components/pagination/CHANGELOG.md
  107. +5 −5 components/pagination/package.json
  108. +23 −0 components/picker/CHANGELOG.md
  109. +6 −6 components/picker/package.json
  110. +21 −0 components/pickerbutton/CHANGELOG.md
  111. +4 −4 components/pickerbutton/package.json
  112. +22 −0 components/popover/CHANGELOG.md
  113. +5 −5 components/popover/package.json
  114. +19 −0 components/progressbar/CHANGELOG.md
  115. +2 −2 components/progressbar/package.json
  116. +16 −0 components/progresscircle/CHANGELOG.md
  117. +1 −1 components/progresscircle/package.json
  118. +19 −0 components/radio/CHANGELOG.md
  119. +2 −2 components/radio/package.json
  120. +19 −0 components/rating/CHANGELOG.md
  121. +2 −2 components/rating/package.json
  122. +21 −0 components/search/CHANGELOG.md
  123. +4 −4 components/search/package.json
  124. +19 −0 components/sidenav/CHANGELOG.md
  125. +2 −2 components/sidenav/package.json
  126. +19 −0 components/slider/CHANGELOG.md
  127. +2 −2 components/slider/package.json
  128. +16 −0 components/splitview/CHANGELOG.md
  129. +1 −1 components/splitview/package.json
  130. +16 −0 components/statuslight/CHANGELOG.md
  131. +1 −1 components/statuslight/package.json
  132. +20 −0 components/steplist/CHANGELOG.md
  133. +3 −3 components/steplist/package.json
  134. +22 −0 components/stepper/CHANGELOG.md
  135. +5 −5 components/stepper/package.json
  136. +19 −0 components/swatch/CHANGELOG.md
  137. +2 −2 components/swatch/package.json
  138. +19 −0 components/swatchgroup/CHANGELOG.md
  139. +2 −2 components/swatchgroup/package.json
  140. +16 −0 components/switch/CHANGELOG.md
  141. +1 −1 components/switch/package.json
  142. +22 −0 components/table/CHANGELOG.md
  143. +5 −5 components/table/package.json
  144. +21 −0 components/tabs/CHANGELOG.md
  145. +4 −4 components/tabs/package.json
  146. +21 −0 components/tag/CHANGELOG.md
  147. +4 −4 components/tag/package.json
  148. +19 −0 components/taggroup/CHANGELOG.md
  149. +2 −2 components/taggroup/package.json
  150. +19 −0 components/textfield/CHANGELOG.md
  151. +2 −2 components/textfield/package.json
  152. +19 −0 components/thumbnail/CHANGELOG.md
  153. +2 −2 components/thumbnail/package.json
  154. +21 −0 components/toast/CHANGELOG.md
  155. +4 −4 components/toast/package.json
  156. +19 −0 components/tooltip/CHANGELOG.md
  157. +2 −2 components/tooltip/package.json
  158. +23 −0 components/tray/CHANGELOG.md
  159. +6 −6 components/tray/package.json
  160. +20 −0 components/treeview/CHANGELOG.md
  161. +3 −3 components/treeview/package.json
  162. +16 −0 components/typography/CHANGELOG.md
  163. +1 −1 components/typography/package.json
  164. +16 −0 components/underlay/CHANGELOG.md
  165. +1 −1 components/underlay/package.json
  166. +16 −0 components/well/CHANGELOG.md
  167. +1 −1 components/well/package.json
  168. +2 −2 tasks/component-builder.js
  169. +0 −1 tasks/component-reporter.js
  170. +187 −187 yarn.lock
7 changes: 7 additions & 0 deletions .storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 12.0.1

### Patch Changes

- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/table@8.0.1

## 12.0.0

### Major Changes
2 changes: 1 addition & 1 deletion .storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/preview",
"version": "12.0.0",
"version": "12.0.1",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
19 changes: 19 additions & 0 deletions components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 7.0.1

### Patch Changes

- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.

Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```

- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/icon@9.0.1

## 7.0.0

### Major Changes
4 changes: 2 additions & 2 deletions components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/accordion",
"version": "7.0.0",
"version": "7.0.1",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -29,7 +29,7 @@
"@spectrum-css/tokens": ">=14 || >=15"
},
"devDependencies": {
"@spectrum-css/icon": "9.0.0",
"@spectrum-css/icon": "9.0.1",
"@spectrum-css/tokens": "16.0.0",
"eslint": "^8.57.0",
"npm-run-all2": "^7.0.2",
22 changes: 22 additions & 0 deletions components/actionbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 10.0.1

### Patch Changes

- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.

Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```

- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/actiongroup@6.0.1
- @spectrum-css/closebutton@6.0.1
- @spectrum-css/fieldlabel@10.0.1
- @spectrum-css/popover@8.0.1

## 10.0.0

### Major Changes
10 changes: 5 additions & 5 deletions components/actionbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbar",
"version": "10.0.0",
"version": "10.0.1",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -32,10 +32,10 @@
"@spectrum-css/tokens": ">=14 || >=15"
},
"devDependencies": {
"@spectrum-css/actiongroup": "6.0.0",
"@spectrum-css/closebutton": "6.0.0",
"@spectrum-css/fieldlabel": "10.0.0",
"@spectrum-css/popover": "8.0.0",
"@spectrum-css/actiongroup": "6.0.1",
"@spectrum-css/closebutton": "6.0.1",
"@spectrum-css/fieldlabel": "10.0.1",
"@spectrum-css/popover": "8.0.1",
"@spectrum-css/tokens": "16.0.0",
"eslint": "^8.57.0",
"npm-run-all2": "^7.0.2",
19 changes: 19 additions & 0 deletions components/actionbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 7.0.1

### Patch Changes

- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.

Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```

- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/icon@9.0.1

## 7.0.0

### Major Changes
4 changes: 2 additions & 2 deletions components/actionbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbutton",
"version": "7.0.0",
"version": "7.0.1",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -35,7 +35,7 @@
},
"devDependencies": {
"@spectrum-css/commons": "workspace:^",
"@spectrum-css/icon": "9.0.0",
"@spectrum-css/icon": "9.0.1",
"@spectrum-css/tokens": "16.0.0",
"eslint": "^8.57.0",
"npm-run-all2": "^7.0.2",
19 changes: 19 additions & 0 deletions components/actiongroup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 6.0.1

### Patch Changes

- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.

Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```

- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/actionbutton@7.0.1

## 6.0.0

### Major Changes
4 changes: 2 additions & 2 deletions components/actiongroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actiongroup",
"version": "6.0.0",
"version": "6.0.1",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -34,7 +34,7 @@
}
},
"devDependencies": {
"@spectrum-css/actionbutton": "7.0.0",
"@spectrum-css/actionbutton": "7.0.1",
"@spectrum-css/tokens": "16.0.0",
"eslint": "^8.57.0",
"npm-run-all2": "^7.0.2",
8 changes: 4 additions & 4 deletions components/actionmenu/package.json
Original file line number Diff line number Diff line change
@@ -32,10 +32,10 @@
"@spectrum-css/tokens": ">=14 || >=15"
},
"devDependencies": {
"@spectrum-css/actionbutton": "7.0.0",
"@spectrum-css/icon": "9.0.0",
"@spectrum-css/menu": "9.0.0",
"@spectrum-css/popover": "8.0.0",
"@spectrum-css/actionbutton": "7.0.1",
"@spectrum-css/icon": "9.0.1",
"@spectrum-css/menu": "9.0.1",
"@spectrum-css/popover": "8.0.1",
"@spectrum-css/tokens": "16.0.0",
"eslint": "^8.57.0",
"npm-run-all2": "^7.0.2",
22 changes: 22 additions & 0 deletions components/alertbanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 3.0.1

### Patch Changes

- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.

Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```

- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/button@14.0.1
- @spectrum-css/closebutton@6.0.1
- @spectrum-css/divider@5.0.1
- @spectrum-css/icon@9.0.1

## 3.0.0

### Major Changes
10 changes: 5 additions & 5 deletions components/alertbanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/alertbanner",
"version": "3.0.0",
"version": "3.0.1",
"description": "The Spectrum CSS alertbanner component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -37,10 +37,10 @@
}
},
"devDependencies": {
"@spectrum-css/button": "14.0.0",
"@spectrum-css/closebutton": "6.0.0",
"@spectrum-css/divider": "5.0.0",
"@spectrum-css/icon": "9.0.0",
"@spectrum-css/button": "14.0.1",
"@spectrum-css/closebutton": "6.0.1",
"@spectrum-css/divider": "5.0.1",
"@spectrum-css/icon": "9.0.1",
"@spectrum-css/tokens": "16.0.0",
"eslint": "^8.57.0",
"npm-run-all2": "^7.0.2",
23 changes: 23 additions & 0 deletions components/alertdialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 4.0.1

### Patch Changes

- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.

Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```

- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/buttongroup@9.0.1
- @spectrum-css/divider@5.0.1
- @spectrum-css/icon@9.0.1
- @spectrum-css/modal@7.0.1
- @spectrum-css/underlay@6.0.1

## 4.0.0

### Major Changes
12 changes: 6 additions & 6 deletions components/alertdialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/alertdialog",
"version": "4.0.0",
"version": "4.0.1",
"description": "The Spectrum CSS alertdialog component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -41,12 +41,12 @@
}
},
"devDependencies": {
"@spectrum-css/buttongroup": "9.0.0",
"@spectrum-css/divider": "5.0.0",
"@spectrum-css/icon": "9.0.0",
"@spectrum-css/modal": "7.0.0",
"@spectrum-css/buttongroup": "9.0.1",
"@spectrum-css/divider": "5.0.1",
"@spectrum-css/icon": "9.0.1",
"@spectrum-css/modal": "7.0.1",
"@spectrum-css/tokens": "16.0.0",
"@spectrum-css/underlay": "6.0.0",
"@spectrum-css/underlay": "6.0.1",
"eslint": "^8.57.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
16 changes: 16 additions & 0 deletions components/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 7.0.1

### Patch Changes

- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.

Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```

## 7.0.0

### Major Changes
2 changes: 1 addition & 1 deletion components/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/asset",
"version": "7.0.0",
"version": "7.0.1",
"description": "The Spectrum CSS asset component",
"license": "Apache-2.0",
"author": "Adobe",
19 changes: 19 additions & 0 deletions components/assetcard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 5.0.1

### Patch Changes

- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.

Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```

- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/checkbox@10.0.1

## 5.0.0

### Major Changes
4 changes: 2 additions & 2 deletions components/assetcard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetcard",
"version": "5.0.0",
"version": "5.0.1",
"description": "The Spectrum CSS asset card component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -34,7 +34,7 @@
}
},
"devDependencies": {
"@spectrum-css/checkbox": "10.0.0",
"@spectrum-css/checkbox": "10.0.1",
"@spectrum-css/tokens": "16.0.0",
"eslint": "^8.57.0",
"npm-run-all2": "^7.0.2",
Loading