@availity/mui-button 0.6.14 → 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 CHANGED
@@ -2,6 +2,11 @@
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`
5
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)
6
11
 
7
12
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-button",
3
- "version": "0.6.14",
3
+ "version": "0.6.15",
4
4
  "description": "Availity MUI Button Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -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 Usage Guide (Zeroheight)](https://zeroheight.com/2e36e50c7/p/54f663-button)
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 zeroheight docs for more information.
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