Skip to content

Commit 7c4c408

Browse files
committed
chore(accordion): changeset formatting adjustment
1 parent 9a7fc91 commit 7c4c408

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.changeset/chatty-lands-attack.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"@spectrum-css/accordion": major
33
---
44

5-
#### Spectrum 2 migration
5+
### Spectrum 2 migration
66

77
Accordion now uses Spectrum 2 tokens and specifications.
88

99
New sized tokens are used for corner rounding, the spacing around the disclosure icon, and
1010
the spacing around the content area.
1111

12-
##### New features
12+
#### New features
1313

1414
- Adds the optional "quiet" style, which does not show dividers between accordion items.
1515
- Adds CSS transition to animate the rotation of the disclosure indicator when expanding and
1616
collapsing the accordion item.
1717

18-
##### Markup changes
18+
#### Markup changes
1919

2020
The HTML markup has changed slightly for the accordion header. The disclosure icon has been moved
2121
from outside the the button (`spectrum-Accordion-itemHeader`), to within the button. The extra
2222
element with class `spectrum-Accordion-itemIconContainer`, previously wrapping the icon, has
2323
been removed. A span with class `spectrum-Accordion-itemTitle` has been added around the heading
2424
text.
2525

26-
###### Mod changes
26+
#### Mod changes
2727

2828
The following `--mod` custom properties have been renamed to better reflect how they are used:
2929

0 commit comments

Comments
 (0)