@availity/mui-empty-state 0.1.13 → 0.2.1

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,21 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.2.1](https://github.com/Availity/element/compare/@availity/mui-empty-state@0.2.0...@availity/mui-empty-state@0.2.1) (2024-12-09)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-link` updated to version `0.2.0`
10
+ ## [0.2.0](https://github.com/Availity/element/compare/@availity/mui-empty-state@0.1.13...@availity/mui-empty-state@0.2.0) (2024-11-20)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `mui-utils` updated to version `0.1.13`
15
+
16
+ ### Features
17
+
18
+ * **mui-utils:** swap to element utils package ([6025a97](https://github.com/Availity/element/commit/6025a97905473a7db9e01cc47c9653febf221592))
19
+
5
20
  ## [0.1.13](https://github.com/Availity/element/compare/@availity/mui-empty-state@0.1.12...@availity/mui-empty-state@0.1.13) (2024-10-31)
6
21
 
7
22
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-empty-state",
3
- "version": "0.1.13",
3
+ "version": "0.2.1",
4
4
  "description": "Availity MUI EmptyState Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -35,6 +35,7 @@
35
35
  "@availity/mui-layout": "0.2.0"
36
36
  },
37
37
  "devDependencies": {
38
+ "@availity/mui-utils": "0.1.0",
38
39
  "@mui/material": "^5.15.15",
39
40
  "react": "18.2.0",
40
41
  "react-dom": "18.2.0",
@@ -6,8 +6,8 @@ import Button from '@mui/material/Button';
6
6
  import List from '@mui/material/List';
7
7
  import ListItem from '@mui/material/ListItem';
8
8
  import Typography from '@mui/material/Typography';
9
- import { visuallyHidden } from '@mui/utils';
10
9
  import { Link } from '@availity/mui-link';
10
+ import { visuallyHidden } from '@availity/mui-utils';
11
11
  import { EmptyState, EmptyStateProps } from './EmptyState';
12
12
  // eslint-disable-next-line @nx/enforce-module-boundaries
13
13
  import { SystemPropsList } from '../../../../data/MuiSystemProperties';