@availity/mui-accordion 2.2.0 → 2.2.2
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.
- package/CHANGELOG.md +9 -12
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,24 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
## [2.2.
|
|
5
|
+
## [2.2.2](https://github.com/Availity/element/compare/@availity/mui-accordion@2.2.1...@availity/mui-accordion@2.2.2) (2026-02-02)
|
|
6
6
|
|
|
7
|
+
### Dependency Updates
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
* `mui-icon` updated to version `2.2.1`
|
|
10
|
+
* `mui-button` updated to version `2.2.1`
|
|
11
|
+
* `mui-chip` updated to version `2.2.1`
|
|
12
|
+
## [2.2.1](https://github.com/Availity/element/compare/@availity/mui-accordion@2.2.0...@availity/mui-accordion@2.2.1) (2026-01-22)
|
|
9
13
|
|
|
10
|
-
|
|
11
|
-
* added flush variant for accordion component, UXDS-999 ([fd0dd25](https://github.com/Availity/element/commit/fd0dd25cb9d976d1858100bd5a664e3a9100e4ce))
|
|
12
|
-
* rounded the corners of nested accordions to 4px, UXDS-999 ([b203a99](https://github.com/Availity/element/commit/b203a99be83b29bc9e5d439b0eb3f87dcc4f4ec4))
|
|
14
|
+
## [2.2.0](https://github.com/Availity/element/compare/@availity/mui-accordion@2.1.0...@availity/mui-accordion@2.2.0) (2026-01-21)
|
|
13
15
|
|
|
14
16
|
|
|
15
|
-
###
|
|
17
|
+
### Miscellaneous Chores
|
|
16
18
|
|
|
17
|
-
*
|
|
18
|
-
* fixed accidental paste, UXDS-999 ([55653f8](https://github.com/Availity/element/commit/55653f8711c39b9a64dec5ffd843d920203e33a8))
|
|
19
|
-
* fixed another naming issue, UXDS-999 ([46a8cf0](https://github.com/Availity/element/commit/46a8cf02d12fe35fc4cd1e8cb679df1f552567b3))
|
|
20
|
-
* fixed naming issue, UXDS-999 ([c8972ca](https://github.com/Availity/element/commit/c8972ca60698e6363e5f064d3b396600e3d30aec))
|
|
21
|
-
* fixed spacing between button and header, UXDS-999 ([1aae3dc](https://github.com/Availity/element/commit/1aae3dc81b2d0ca28b98db6cd3ae5df3977523f0))
|
|
22
|
-
* removed shared styles, UXDS-999 ([a98a0ee](https://github.com/Availity/element/commit/a98a0ee4648a2a5b8d9d7cf3af6ba0b4de7c743b))
|
|
19
|
+
* Rerelease of 2.1.0
|
|
23
20
|
|
|
24
21
|
## [2.1.0](https://github.com/Availity/element/compare/@availity/mui-accordion@2.0.2...@availity/mui-accordion@2.1.0) (2025-12-31)
|
|
25
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/mui-accordion",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "Availity MUI Accordion Component - part of the @availity/element design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"publish:canary": "yarn npm publish --access public --tag canary"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@availity/mui-button": "^2.0.
|
|
44
|
-
"@availity/mui-chip": "^2.0.
|
|
43
|
+
"@availity/mui-button": "^2.0.2",
|
|
44
|
+
"@availity/mui-chip": "^2.0.3",
|
|
45
45
|
"@availity/mui-layout": "^2.0.1",
|
|
46
46
|
"@availity/mui-typography": "^2.0.1",
|
|
47
47
|
"@mui/material": "^7.3.4",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"typescript": "^5.4.5"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@availity/mui-icon": "^2.0
|
|
54
|
+
"@availity/mui-icon": "^2.1.0",
|
|
55
55
|
"@mui/material": "^7.0.0",
|
|
56
56
|
"react": ">=17.0.0"
|
|
57
57
|
},
|