@availity/mui-avatar 0.3.4 → 0.3.6

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,16 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.3.6](https://github.com/Availity/element/compare/@availity/mui-avatar@0.3.5...@availity/mui-avatar@0.3.6) (2025-01-27)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-icon` updated to version `0.3.5`
10
+ ## [0.3.5](https://github.com/Availity/element/compare/@availity/mui-avatar@0.3.4...@availity/mui-avatar@0.3.5) (2025-01-22)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `mui-icon` updated to version `0.3.4`
5
15
  ## [0.3.4](https://github.com/Availity/element/compare/@availity/mui-avatar@0.3.3...@availity/mui-avatar@0.3.4) (2025-01-08)
6
16
 
7
17
  ## [0.3.3](https://github.com/Availity/element/compare/@availity/mui-avatar@0.3.2...@availity/mui-avatar@0.3.3) (2025-01-06)
package/README.md CHANGED
@@ -12,7 +12,7 @@ This package extends the MUI Avatar component: [MUI Avatar Docs](https://mui.com
12
12
 
13
13
  Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-avatar-introduction--docs)
14
14
 
15
- Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7)
15
+ Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7)
16
16
 
17
17
  ## Installation
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-avatar",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "Availity MUI Avatar Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -32,7 +32,7 @@
32
32
  "publish:canary": "yarn npm publish --access public --tag canary"
33
33
  },
34
34
  "devDependencies": {
35
- "@availity/mui-icon": "^0.12.1",
35
+ "@availity/mui-icon": "^0.13.1",
36
36
  "@mui/material": "^5.15.15",
37
37
  "react": "18.2.0",
38
38
  "react-dom": "18.2.0",
@@ -40,7 +40,7 @@
40
40
  "typescript": "^5.4.5"
41
41
  },
42
42
  "peerDependencies": {
43
- "@availity/mui-icon": "^0.12.1",
43
+ "@availity/mui-icon": "^0.13.1",
44
44
  "@mui/material": "^5.11.9",
45
45
  "react": ">=16.3.0"
46
46
  },
@@ -48,6 +48,6 @@
48
48
  "access": "public"
49
49
  },
50
50
  "dependencies": {
51
- "@availity/api-axios": "^9.0.4"
51
+ "@availity/api-axios": "^9.0.6"
52
52
  }
53
53
  }