@availity/mui-avatar 0.2.2 → 0.2.4

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.2.4](https://github.com/Availity/element/compare/@availity/mui-avatar@0.2.3...@availity/mui-avatar@0.2.4) (2024-09-20)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `design-tokens` updated to version `0.2.3`
10
+ ## [0.2.3](https://github.com/Availity/element/compare/@availity/mui-avatar@0.2.2...@availity/mui-avatar@0.2.3) (2024-08-22)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `design-tokens` updated to version `0.2.2`
5
15
  ## [0.2.2](https://github.com/Availity/element/compare/@availity/mui-avatar@0.2.1...@availity/mui-avatar@0.2.2) (2024-08-08)
6
16
 
7
17
  ### Dependency Updates
package/README.md CHANGED
@@ -6,9 +6,6 @@
6
6
  [![NPM Downloads](https://img.shields.io/npm/dt/@availity/mui-avatar.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/mui-avatar)
7
7
  [![Dependency Status](https://img.shields.io/librariesio/release/npm/@availity/mui-avatar?style=for-the-badge)](https://github.com/Availity/element/blob/main/packages/mui-avatar/package.json)
8
8
 
9
- - ⚠️ _needs component theme added to @availity/theme_
10
- - ⚠️ _needs UI Team Verification (must conform to [Availity's Figma Design Standards](https://www.figma.com/file/bf6l79hehcKdRjb5Kzq1De/Element--MUI-%F0%9F%9A%A7?node-id=4662%3A14&t=QMqHeT6daeqXbjBR-1) - private link)_
11
-
12
9
  ## Documentation
13
10
 
14
11
  This package extends the MUI Avatar component: [MUI Avatar Docs](https://mui.com/components/avatar/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-avatar",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Availity MUI Avatar Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -49,6 +49,6 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@availity/api-axios": "^9.0.0",
52
- "@availity/design-tokens": "^0.13.2"
52
+ "@availity/design-tokens": "^0.14.0"
53
53
  }
54
54
  }