@availity/mui-empty-state 0.4.0 → 1.0.0-alpha.0
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,25 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.0.0-alpha.0](https://github.com/Availity/element/compare/@availity/mui-empty-state@0.4.0...@availity/mui-empty-state@1.0.0-alpha.0) (2025-02-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* upgraded to @mui/material v6
|
|
11
|
+
* **element:** upgraded to @mui/material v6
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **element:** upgrade to @mui/material v6 ([cb958bb](https://github.com/Availity/element/commit/cb958bba99a4f1ee6dab323f0ff54b69e6fd3493))
|
|
16
|
+
* upgrade @mui/material ([571453a](https://github.com/Availity/element/commit/571453a34b21c344594ab4c03bc497d19aba942b))
|
|
17
|
+
* upgrade to MUI v6 ([7febd6f](https://github.com/Availity/element/commit/7febd6fd4fd58e87e1c97a832cea3b4595a35d58))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **mui-textfield:** remove slotProps and use custom props to ease prop merging ([4543505](https://github.com/Availity/element/commit/45435056abcca6de9538f0f6fd29f58a5b5f26d3))
|
|
23
|
+
|
|
5
24
|
## [0.4.0](https://github.com/Availity/element/compare/@availity/mui-empty-state@0.3.3...@availity/mui-empty-state@0.4.0) (2025-02-04)
|
|
6
25
|
|
|
7
26
|
### Dependency Updates
|
package/dist/index.js
CHANGED
|
@@ -57,13 +57,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
57
57
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
58
58
|
|
|
59
59
|
// src/index.ts
|
|
60
|
-
var
|
|
61
|
-
__export(
|
|
60
|
+
var index_exports = {};
|
|
61
|
+
__export(index_exports, {
|
|
62
62
|
EmptyState: () => EmptyState,
|
|
63
63
|
EmptyStateImage: () => EmptyStateImage,
|
|
64
64
|
EmptyStateImages: () => EmptyStateImages
|
|
65
65
|
});
|
|
66
|
-
module.exports = __toCommonJS(
|
|
66
|
+
module.exports = __toCommonJS(index_exports);
|
|
67
67
|
|
|
68
68
|
// src/lib/EmptyState.tsx
|
|
69
69
|
var React = __toESM(require("react"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/mui-empty-state",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-alpha.0",
|
|
4
4
|
"description": "Availity MUI EmptyState Component - part of the @availity/element design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"publish:canary": "yarn npm publish --access public --tag canary"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@availity/mui-layout": "0.
|
|
43
|
+
"@availity/mui-layout": "1.0.0-alpha.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@availity/mui-utils": "0.
|
|
47
|
-
"@mui/material": "^
|
|
46
|
+
"@availity/mui-utils": "1.0.0-alpha.0",
|
|
47
|
+
"@mui/material": "^6.4.5",
|
|
48
48
|
"react": "18.2.0",
|
|
49
49
|
"react-dom": "18.2.0",
|
|
50
|
-
"tsup": "^8.
|
|
50
|
+
"tsup": "^8.3.6",
|
|
51
51
|
"typescript": "^5.4.5"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@mui/material": "^
|
|
54
|
+
"@mui/material": "^6.4.5",
|
|
55
55
|
"react": ">=16.3.0"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
File without changes
|