@availity/mui-button 0.6.13 → 0.6.15
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 +10 -0
- package/package.json +1 -1
- package/src/lib/bs4migration.stories.mdx +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.6.15](https://github.com/Availity/element/compare/@availity/mui-button@0.6.14...@availity/mui-button@0.6.15) (2025-01-22)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `mui-icon` updated to version `0.6.14`
|
|
10
|
+
## [0.6.14](https://github.com/Availity/element/compare/@availity/mui-button@0.6.13...@availity/mui-button@0.6.14) (2025-01-06)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
|
|
14
|
+
* `mui-icon` updated to version `0.6.13`
|
|
5
15
|
## [0.6.13](https://github.com/Availity/element/compare/@availity/mui-button@0.6.12...@availity/mui-button@0.6.13) (2025-01-03)
|
|
6
16
|
|
|
7
17
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ import { Meta, Source } from '@storybook/blocks';
|
|
|
5
5
|
# Button Migration
|
|
6
6
|
|
|
7
7
|
This migration guide is just an overview. For more in depth component information, visit:
|
|
8
|
-
- [Availity
|
|
8
|
+
- [Availity Design Documentation](https://design.availity.com/2e36e50c7/p/54f663-button)
|
|
9
9
|
- [MUI Documentation](https://mui.com/material-ui/react-button/)
|
|
10
10
|
|
|
11
11
|
|
|
@@ -16,7 +16,7 @@ This migration guide is just an overview. For more in depth component informatio
|
|
|
16
16
|
- Removed
|
|
17
17
|
- `outline` while mui moves this option into the `variant` prop, per UX this variant has also been removed going forward.
|
|
18
18
|
- Other
|
|
19
|
-
- UX has updated the guidelines for when to use which color. Refer to
|
|
19
|
+
- UX has updated the guidelines for when to use which color. Refer to design docs for more information.
|
|
20
20
|
|
|
21
21
|
## Code Examples
|
|
22
22
|
|