You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@spectrum-css/accordion

Package Overview
Dependencies
Maintainers
4
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/accordion - npm Package Compare versions

Comparing version

to
8.0.0-next.1

dist/index.min.css

377

CHANGELOG.md

@@ -1,3 +0,10 @@

# Change Log
# Change log
## 8.0.0-next.1
### Patch Changes
- Updated dependencies [[`60a156d`](https://github.com/adobe/spectrum-css/commit/60a156d7c0efcc999bc440274bbbbf586beb274b)]:
- @spectrum-css/tokens@16.1.0-next.0
## 8.0.0-next.0

@@ -14,3 +21,3 @@

- [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)!
📝 [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)!

@@ -23,3 +30,3 @@ ## New feature

- [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!

@@ -38,8 +45,10 @@ Dependency alignment across the project.

- [#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.
📝 [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)!
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.
Fixes a bug in the content of the `dist/index-theme.css` file.
Expected output example for the index-theme.css:
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:
```css

@@ -58,26 +67,28 @@ .spectrum-ActionButton {

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`6c19fcf`](https://github.com/adobe/spectrum-css/commit/6c19fcf3f0eda76987f338981ae20f9999febce6) Thanks [@pfulton](https://github.com/pfulton)! - ## Breaking change
📝 [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`6c19fcf`](https://github.com/adobe/spectrum-css/commit/6c19fcf3f0eda76987f338981ae20f9999febce6) Thanks [@pfulton](https://github.com/pfulton)!
This major update creates a bridge between the Spectrum 1 (S1) and Spectrum 2 (S2) designs, dubbed "Spectrum 2 Foundations". These do _NOT_ reflect a fully migrated S2 component. This approach allows consumers to swap the appearance of their components between S1, Express, and S2 by leveraging a "system" layer that remaps the necessary component-level tokens to the appropriate token dataset.
## Breaking change
For these components to appear S2, you must load the assets with the `@spectrum-css/tokens` at `v16` or higher.
This major update creates a bridge between the Spectrum 1 (S1) and Spectrum 2 (S2) designs, dubbed "Spectrum 2 Foundations". These do _NOT_ reflect a fully migrated S2 component. This approach allows consumers to swap the appearance of their components between S1, Express, and S2 by leveraging a "system" layer that remaps the necessary component-level tokens to the appropriate token dataset.
For S1 or Express, load assets with the `@spectrum-css/tokens` at `v14.x` or `v15.x`.
For these components to appear S2, you must load the assets with the `@spectrum-css/tokens` at `v16` or higher.
If you are looking to implement a fully S2 design, please explore the `next` tag releases instead of using this foundations release. **This release is used in Spectrum Web Components 1.x**.
For S1 or Express, load assets with the `@spectrum-css/tokens` at `v14.x` or `v15.x`.
### Deprecations
If you are looking to implement a fully S2 design, please explore the `next` tag releases instead of using this foundations release. **This release is used in Spectrum Web Components 1.x**.
The `metadata` folder containing the `mods.md` and `metadata.json` assets has been removed from source. To find information about the components including what selectors, modifiers, and passthroughs are used, please see the `dist/metadata.json` asset shipped with every component containing CSS.
### Deprecations
The `index-vars.css` asset has been removed in this release as it was previously deprecated and is no longer maintained. Please use the `index.css` or `index-base.css`
The `metadata` folder containing the `mods.md` and `metadata.json` assets has been removed from source. To find information about the components including what selectors, modifiers, and passthroughs are used, please see the `dist/metadata.json` asset shipped with every component containing CSS.
### File usage
The `index-vars.css` asset has been removed in this release as it was previously deprecated and is no longer maintained. Please use the `index.css` or `index-base.css`
If you are rendering components and need **only** the S2 Foundations styles, you can make use of the `index.css` asset which contains all the base styles plus the system mappings for S2 Foundations.
### File usage
If you are using this version to publish **only** an S1 or Express component, you can use the `index-base.css` plus the desired `themes/(spectrum|express).css` file.
If you are rendering components and need **only** the S2 Foundations styles, you can make use of the `index.css` asset which contains all the base styles plus the system mappings for S2 Foundations.
To render a component that can be easily swapped between the S2 Foundations, S1, or Express contexts, load `index-base.css` with the `index-theme.css` file and leverage the appropriate context classes (`.spectrum--legacy` for S1 and `.spectrum--express` for Express).
If you are using this version to publish **only** an S1 or Express component, you can use the `index-base.css` plus the desired `themes/(spectrum|express).css` file.
To render a component that can be easily swapped between the S2 Foundations, S1, or Express contexts, load `index-base.css` with the `index-theme.css` file and leverage the appropriate context classes (`.spectrum--legacy` for S1 and `.spectrum--express` for Express).
### Patch Changes

@@ -93,4 +104,6 @@

- [#3522](https://github.com/adobe/spectrum-css/pull/3522) [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39) Thanks [@castastrophe](https://github.com/castastrophe)! - Peer dependency for @spectrum-css/tokens updated to include v15 as well as v14.
📝 [#3522](https://github.com/adobe/spectrum-css/pull/3522) [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39) Thanks [@castastrophe](https://github.com/castastrophe)!
- Peer dependency for @spectrum-css/tokens updated to include v15 as well as v14.
- Updated dependencies [[`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39), [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39)]:

@@ -104,4 +117,6 @@ - @spectrum-css/tokens@15.2.0

- [#3502](https://github.com/adobe/spectrum-css/pull/3502) [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove empty theme references to reduce complexity for components that don't need to define any mappings. This involves removing the source `themes` directories with the empty `spectrum.css` and `express.com` files as well as removing the following empty or unnecessary exports:
📝 [#3502](https://github.com/adobe/spectrum-css/pull/3502) [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b) Thanks [@castastrophe](https://github.com/castastrophe)!
- Remove empty theme references to reduce complexity for components that don't need to define any mappings. This involves removing the source `themes` directories with the empty `spectrum.css` and `express.com` files as well as removing the following empty or unnecessary exports:
- `index-base.css`

@@ -122,4 +137,6 @@ - `index-theme.css`

- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components
📝 [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)!
- Remove the storybook assets from the shipped output for components
### Patch Changes

@@ -134,6 +151,8 @@

- [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)! - Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs).
📝 [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)!
Sort keys in the package.json assets.
- Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs).
Sort keys in the package.json assets.
- Updated dependencies [[`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2)]:

@@ -146,4 +165,6 @@ - @spectrum-css/icon@7.1.4

- [#3045](https://github.com/adobe/spectrum-css/pull/3045) [`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277) Thanks [@castastrophe](https://github.com/castastrophe)! - Improve changeset suggestions by using exports instead of files in component packages
📝 [#3045](https://github.com/adobe/spectrum-css/pull/3045) [`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277) Thanks [@castastrophe](https://github.com/castastrophe)!
- Improve changeset suggestions by using exports instead of files in component packages
- Updated dependencies [[`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277)]:

@@ -156,4 +177,6 @@ - @spectrum-css/icon@7.1.3

- [#2771](https://github.com/adobe/spectrum-css/pull/2771) [`81e86b1`](https://github.com/adobe/spectrum-css/commit/81e86b1adc442c891948281f1f66efea795c0447) Thanks [@jawinn](https://github.com/jawinn)! - Removes some legacy vendor prefixes that are no longer necessary, including some that were for older browsers that are no longer in browser support list for Spectrum CSS. Such as Microsoft Edge before version 79. Includes some cleanup around some of the related normalization styles in the Text field component and the Commons `%spectrum-BaseButton` (used for multiple button components).
📝 [#2771](https://github.com/adobe/spectrum-css/pull/2771) [`81e86b1`](https://github.com/adobe/spectrum-css/commit/81e86b1adc442c891948281f1f66efea795c0447) Thanks [@jawinn](https://github.com/jawinn)!
- Removes some legacy vendor prefixes that are no longer necessary, including some that were for older browsers that are no longer in browser support list for Spectrum CSS. Such as Microsoft Edge before version 79. Includes some cleanup around some of the related normalization styles in the Text field component and the Commons `%spectrum-BaseButton` (used for multiple button components).
## 5.1.2

@@ -163,4 +186,6 @@

- [#2677](https://github.com/adobe/spectrum-css/pull/2677) [`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855) Thanks [@castastrophe](https://github.com/castastrophe)! - Leveral local workspace versioning to prevent misalignment
📝 [#2677](https://github.com/adobe/spectrum-css/pull/2677) [`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855) Thanks [@castastrophe](https://github.com/castastrophe)!
- Leverage local workspace versioning to prevent misalignment
- Updated dependencies [[`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855)]:

@@ -173,4 +198,6 @@ - @spectrum-css/icon@7.1.1

- [#2759](https://github.com/adobe/spectrum-css/pull/2759) [`9652981`](https://github.com/adobe/spectrum-css/commit/965298128a39ec40543f659480559053b33394e2) Thanks [@castastrophe](https://github.com/castastrophe)! - fix: when whitespace normalization is done before stylelint fixes, a few selector optimizations were uncovered.
📝 [#2759](https://github.com/adobe/spectrum-css/pull/2759) [`9652981`](https://github.com/adobe/spectrum-css/commit/965298128a39ec40543f659480559053b33394e2) Thanks [@castastrophe](https://github.com/castastrophe)!
- fix: when whitespace normalization is done before stylelint fixes, a few selector optimizations were uncovered.
## 5.1.0

@@ -180,3 +207,3 @@

- [#2616](https://github.com/adobe/spectrum-css/pull/2616) [`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d) Thanks [@castastrophe](https://github.com/castastrophe)!
📝 [#2616](https://github.com/adobe/spectrum-css/pull/2616) [`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d) Thanks [@castastrophe](https://github.com/castastrophe)!

@@ -193,7 +220,2 @@ #### Build optmizations to support minification

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="5.0.0"></a>
## 5.0.0

@@ -209,3 +231,3 @@

### 🛑 BREAKING CHANGES
### 🛑 BREAKING CHANGE

@@ -215,4 +237,2 @@ - Removes component-builder & component-builder-simple for script leveraging postcss

<a name="4.2.6"></a>
## 4.2.6

@@ -224,4 +244,2 @@

<a name="4.2.5"></a>
## 4.2.5

@@ -231,6 +249,2 @@

**Note:** Version bump only for package @spectrum-css/accordion
<a name="4.2.4"></a>
## 4.2.4

@@ -242,4 +256,2 @@

<a name="4.2.3"></a>
## 4.2.3

@@ -251,4 +263,2 @@

<a name="4.2.2"></a>
## 4.2.2

@@ -260,12 +270,8 @@

<a name="4.2.1"></a>
## 4.2.1
🗓 2024-02-06
🗓 2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@4.2.0...@spectrum-css/preview@4.2.1)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="4.2.0"></a>
## 4.2.0

@@ -277,4 +283,2 @@

<a name="4.1.1"></a>
## 4.1.1

@@ -288,4 +292,2 @@

<a name="4.1.0"></a>
## 4.1.0

@@ -299,4 +301,2 @@

<a name="4.0.27"></a>
## 4.0.27

@@ -308,4 +308,2 @@

<a name="4.0.26"></a>
## 4.0.26

@@ -317,4 +315,2 @@

<a name="4.0.25"></a>
## 4.0.25

@@ -326,4 +322,2 @@

<a name="4.0.24"></a>
## 4.0.24

@@ -335,4 +329,2 @@

<a name="4.0.23"></a>
## 4.0.23

@@ -344,4 +336,2 @@

<a name="4.0.22"></a>
## 4.0.22

@@ -353,4 +343,2 @@

<a name="4.0.21"></a>
## 4.0.21

@@ -362,4 +350,2 @@

<a name="4.0.20"></a>
## 4.0.20

@@ -371,4 +357,2 @@

<a name="4.0.19"></a>
## 4.0.19

@@ -380,4 +364,2 @@

<a name="4.0.18"></a>
## 4.0.18

@@ -389,4 +371,2 @@

<a name="4.0.17"></a>
## 4.0.17

@@ -398,4 +378,2 @@

<a name="4.0.16"></a>
## 4.0.16

@@ -407,4 +385,2 @@

<a name="4.0.15"></a>
## 4.0.15

@@ -416,4 +392,2 @@

<a name="4.0.14"></a>
## 4.0.14

@@ -427,4 +401,2 @@

<a name="4.0.13"></a>
## 4.0.13

@@ -436,4 +408,2 @@

<a name="4.0.12"></a>
## 4.0.12

@@ -445,4 +415,2 @@

<a name="4.0.11"></a>
## 4.0.11

@@ -454,12 +422,6 @@

<a name="4.0.10"></a>
## 4.0.10
🗓 2023-08-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.0.9...@spectrum-css/accordion@4.0.10)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="4.0.9"></a>
## 4.0.9

@@ -471,4 +433,2 @@

<a name="4.0.8"></a>
## 4.0.8

@@ -480,4 +440,2 @@

<a name="4.0.7"></a>
## 4.0.7

@@ -489,4 +447,2 @@

<a name="4.0.6"></a>
## 4.0.6

@@ -500,4 +456,2 @@

<a name="4.0.5"></a>
## 4.0.5

@@ -509,4 +463,2 @@

<a name="4.0.4"></a>
## 4.0.4

@@ -518,4 +470,2 @@

<a name="4.0.3"></a>
## 4.0.3

@@ -527,4 +477,2 @@

<a name="4.0.2"></a>
## 4.0.2

@@ -536,4 +484,2 @@

<a name="4.0.1"></a>
## 4.0.1

@@ -545,4 +491,2 @@

<a name="4.0.0"></a>
## 4.0.0

@@ -554,3 +498,3 @@

### 🛑 BREAKING CHANGES
### 🛑 BREAKING CHANGE

@@ -563,4 +507,2 @@ - migrates the Accordion component to use `@adobe/spectrum-tokens`.

<a name="3.0.50"></a>
## 3.0.50

@@ -572,4 +514,2 @@

<a name="3.0.49"></a>
## 3.0.49

@@ -581,4 +521,2 @@

<a name="3.0.48"></a>
## 3.0.48

@@ -592,4 +530,2 @@

<a name="3.0.47"></a>
## 3.0.47

@@ -601,4 +537,2 @@

<a name="3.0.46"></a>
## 3.0.46

@@ -610,4 +544,2 @@

<a name="3.0.45"></a>
## 3.0.45

@@ -619,4 +551,2 @@

<a name="3.0.44"></a>
## 3.0.44

@@ -628,4 +558,2 @@

<a name="3.0.43"></a>
## 3.0.43

@@ -637,4 +565,2 @@

<a name="3.0.42"></a>
## 3.0.42

@@ -646,4 +572,2 @@

<a name="3.0.41"></a>
## 3.0.41

@@ -655,4 +579,2 @@

<a name="3.0.40"></a>
## 3.0.40

@@ -664,4 +586,2 @@

<a name="3.0.39"></a>
## 3.0.39

@@ -673,4 +593,2 @@

<a name="3.0.38"></a>
## 3.0.38

@@ -682,4 +600,2 @@

<a name="3.0.37"></a>
## 3.0.37

@@ -691,4 +607,2 @@

<a name="3.0.36"></a>
## 3.0.36

@@ -700,4 +614,2 @@

<a name="3.0.35"></a>
## 3.0.35

@@ -709,4 +621,2 @@

<a name="3.0.34"></a>
## 3.0.34

@@ -718,4 +628,2 @@

<a name="3.0.33"></a>
## 3.0.33

@@ -727,4 +635,2 @@

<a name="3.0.32"></a>
## 3.0.32

@@ -736,4 +642,2 @@

<a name="3.0.31"></a>
## 3.0.31

@@ -745,4 +649,2 @@

<a name="3.0.30"></a>
## 3.0.30

@@ -754,4 +656,2 @@

<a name="3.0.29"></a>
## 3.0.29

@@ -763,4 +663,2 @@

<a name="3.0.28"></a>
## 3.0.28

@@ -772,4 +670,2 @@

<a name="3.0.27"></a>
## 3.0.27

@@ -781,4 +677,2 @@

<a name="3.0.26"></a>
## 3.0.26

@@ -790,4 +684,2 @@

<a name="3.0.25"></a>
## 3.0.25

@@ -799,4 +691,2 @@

<a name="3.0.24"></a>
## 3.0.24

@@ -808,4 +698,2 @@

<a name="3.0.23"></a>
## 3.0.23

@@ -817,4 +705,2 @@

<a name="3.0.22"></a>
## 3.0.22

@@ -828,4 +714,2 @@

<a name="3.0.21"></a>
## 3.0.21

@@ -837,4 +721,2 @@

<a name="3.0.20"></a>
## 3.0.20

@@ -846,4 +728,2 @@

<a name="3.0.19"></a>
## 3.0.19

@@ -855,4 +735,2 @@

<a name="3.0.18"></a>
## 3.0.18

@@ -864,4 +742,2 @@

<a name="3.0.17"></a>
## 3.0.17

@@ -873,4 +749,2 @@

<a name="3.0.16"></a>
## 3.0.16

@@ -882,4 +756,2 @@

<a name="3.0.15"></a>
## 3.0.15

@@ -891,4 +763,2 @@

<a name="3.0.14"></a>
## 3.0.14

@@ -900,4 +770,2 @@

<a name="3.0.13"></a>
## 3.0.13

@@ -909,4 +777,2 @@

<a name="3.0.12"></a>
## 3.0.12

@@ -920,20 +786,8 @@

<a name="3.0.11"></a>
## 3.0.11
🗓 2022-01-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.11-beta.0...@spectrum-css/accordion@3.0.11)
🗓 2022-01-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.10...@spectrum-css/accordion@3.0.11)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.11-beta.0"></a>
## 3.0.11-beta.0
🗓 2021-12-14 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.10...@spectrum-css/accordion@3.0.11-beta.0)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.10"></a>
## 3.0.10

@@ -945,4 +799,2 @@

<a name="3.0.9"></a>
## 3.0.9

@@ -954,4 +806,2 @@

<a name="3.0.8"></a>
## 3.0.8

@@ -963,4 +813,2 @@

<a name="3.0.7"></a>
## 3.0.7

@@ -972,4 +820,2 @@

<a name="3.0.6"></a>
## 3.0.6

@@ -981,4 +827,2 @@

<a name="3.0.5"></a>
## 3.0.5

@@ -990,7 +834,5 @@

<a name="3.0.3"></a>
## 3.0.3
🗓 2021-09-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.3-alpha.3...@spectrum-css/accordion@3.0.3)
🗓 2021-09-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.2...@spectrum-css/accordion@3.0.3)

@@ -1001,36 +843,2 @@ ### 🐛 Bug fixes

<a name="3.0.3-alpha.3"></a>
## 3.0.3-alpha.3
🗓 2021-08-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.3-alpha.2...@spectrum-css/accordion@3.0.3-alpha.3)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.3-alpha.2"></a>
## 3.0.3-alpha.2
🗓 2021-06-17 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.3-alpha.1...@spectrum-css/accordion@3.0.3-alpha.2)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.3-alpha.1"></a>
## 3.0.3-alpha.1
🗓 2021-05-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.3-alpha.0...@spectrum-css/accordion@3.0.3-alpha.1)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.3-alpha.0"></a>
## 3.0.3-alpha.0
🗓 2021-04-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.2...@spectrum-css/accordion@3.0.3-alpha.0)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.2"></a>
## 3.0.2

@@ -1042,4 +850,2 @@

<a name="3.0.1"></a>
## 3.0.1

@@ -1051,16 +857,6 @@

<a name="3.0.0"></a>
## 3.0.0
🗓 2021-02-02 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.0-beta.5...@spectrum-css/accordion@3.0.0)
🗓 2021-02-02 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@2.0.5...@spectrum-css/accordion@3.0.0)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.0-beta.5"></a>
## 3.0.0-beta.5
🗓 2020-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.0-beta.4...@spectrum-css/accordion@3.0.0-beta.5)
### 🐛 Bug fixes

@@ -1070,43 +866,4 @@

- update main, resolved conflicts ([d7880a2](https://github.com/adobe/spectrum-css/commit/d7880a2))
<a name="3.0.0-beta.4"></a>
## 3.0.0-beta.4
🗓 2020-10-20 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.0-beta.3...@spectrum-css/accordion@3.0.0-beta.4)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.0-beta.3"></a>
## 3.0.0-beta.3
🗓 2020-09-23 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.0-beta.2...@spectrum-css/accordion@3.0.0-beta.3)
### 🐛 Bug fixes
- updated deprecated tokens ([1286203](https://github.com/adobe/spectrum-css/commit/1286203))
<a name="3.0.0-beta.2"></a>
## 3.0.0-beta.2
🗓 2020-05-14 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.0-beta.1...@spectrum-css/accordion@3.0.0-beta.2)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.0-beta.1"></a>
## 3.0.0-beta.1
🗓 2020-03-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.0-beta.0...@spectrum-css/accordion@3.0.0-beta.1)
**Note:** Version bump only for package @spectrum-css/accordion
<a name="3.0.0-beta.0"></a>
## 3.0.0-beta.0
🗓 2020-03-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@2.0.5...@spectrum-css/accordion@3.0.0-beta.0)
### ✨ Features

@@ -1116,4 +873,2 @@

<a name="2.0.5"></a>
## 2.0.5

@@ -1125,4 +880,2 @@

<a name="2.0.4"></a>
## 2.0.4

@@ -1134,4 +887,2 @@

<a name="2.0.3"></a>
## 2.0.3

@@ -1143,4 +894,2 @@

<a name="2.0.2"></a>
## 2.0.2

@@ -1152,4 +901,2 @@

<a name="2.0.1"></a>
## 2.0.1

@@ -1161,4 +908,2 @@

<a name="2.0.0"></a>
## 2.0.0

@@ -1165,0 +910,0 @@

{
"name": "@spectrum-css/accordion",
"version": "8.0.0-next.0",
"version": "8.0.0-next.1",
"description": "The Spectrum CSS accordion component",

@@ -29,3 +29,3 @@ "license": "Apache-2.0",

"@spectrum-css/icon": ">=10.0.0-next.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
"@spectrum-css/tokens": ">=16.1.0-next.0"
},

@@ -41,4 +41,4 @@ "peerDependenciesMeta": {

"devDependencies": {
"@spectrum-css/icon": "10.0.0-next.0",
"@spectrum-css/tokens": "16.0.1"
"@spectrum-css/icon": "10.0.0-next.1",
"@spectrum-css/tokens": "16.1.0-next.0"
},

@@ -45,0 +45,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet