@purpurds/accordion 5.21.1 → 5.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/LICENSE.txt +3 -3
  2. package/package.json +5 -5
package/dist/LICENSE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  Name: @purpurds/heading
2
- Version: 5.21.0
2
+ Version: 5.22.0
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
@@ -202,13 +202,13 @@ SOFTWARE.
202
202
  ---
203
203
 
204
204
  Name: @purpurds/icon
205
- Version: 5.21.0
205
+ Version: 5.22.0
206
206
  License: AGPL-3.0-only
207
207
  Private: false
208
208
 
209
209
  ---
210
210
 
211
211
  Name: @purpurds/paragraph
212
- Version: 5.21.0
212
+ Version: 5.22.0
213
213
  License: AGPL-3.0-only
214
214
  Private: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/accordion",
3
- "version": "5.21.1",
3
+ "version": "5.23.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/accordion.cjs.js",
6
6
  "types": "./dist/accordion.d.ts",
@@ -16,10 +16,10 @@
16
16
  "dependencies": {
17
17
  "classnames": "~2.5.0",
18
18
  "@radix-ui/react-accordion": "~1.1.2",
19
- "@purpurds/tokens": "5.21.1",
20
- "@purpurds/heading": "5.21.1",
21
- "@purpurds/paragraph": "5.21.1",
22
- "@purpurds/icon": "5.21.1"
19
+ "@purpurds/tokens": "5.23.0",
20
+ "@purpurds/icon": "5.23.0",
21
+ "@purpurds/paragraph": "5.23.0",
22
+ "@purpurds/heading": "5.23.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@rushstack/eslint-patch": "~1.10.0",