@availity/mui-card 0.3.2 → 1.0.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,39 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.0.0](https://github.com/Availity/element/compare/@availity/mui-card@1.0.0-alpha.0...@availity/mui-card@1.0.0) (2025-02-25)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-button` updated to version `0.3.2`
10
+ * `mui-icon` updated to version `0.3.2`
11
+ * `mui-form-utils` updated to version `0.3.2`
12
+ * `mui-layout` updated to version `0.3.2`
13
+ * `mui-avatar` updated to version `0.3.2`
14
+ * `mui-chip` updated to version `0.3.2`
15
+
16
+ ### ⚠ BREAKING CHANGES
17
+
18
+ * upgrade to @mui/material v6
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * element v1 release ([a6e3567](https://github.com/Availity/element/commit/a6e35671185b9f13d25c7a39c4488ecb8774633e))
23
+
24
+ ## [1.0.0-alpha.0](https://github.com/Availity/element/compare/@availity/mui-card@0.3.2...@availity/mui-card@1.0.0-alpha.0) (2025-02-24)
25
+
26
+
27
+ ### ⚠ BREAKING CHANGES
28
+
29
+ * upgraded to @mui/material v6
30
+ * **element:** upgraded to @mui/material v6
31
+
32
+ ### Features
33
+
34
+ * **element:** upgrade to @mui/material v6 ([cb958bb](https://github.com/Availity/element/commit/cb958bba99a4f1ee6dab323f0ff54b69e6fd3493))
35
+ * upgrade @mui/material ([571453a](https://github.com/Availity/element/commit/571453a34b21c344594ab4c03bc497d19aba942b))
36
+ * upgrade to MUI v6 ([7febd6f](https://github.com/Availity/element/commit/7febd6fd4fd58e87e1c97a832cea3b4595a35d58))
37
+
5
38
  ## [0.3.2](https://github.com/Availity/element/compare/@availity/mui-card@0.3.1...@availity/mui-card@0.3.2) (2025-02-18)
6
39
 
7
40
  ### Dependency Updates
package/dist/index.js CHANGED
@@ -57,8 +57,8 @@ 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 src_exports = {};
61
- __export(src_exports, {
60
+ var index_exports = {};
61
+ __export(index_exports, {
62
62
  Card: () => Card,
63
63
  CardActionArea: () => CardActionArea,
64
64
  CardActions: () => CardActions,
@@ -66,7 +66,7 @@ __export(src_exports, {
66
66
  CardHeader: () => CardHeader,
67
67
  CardMedia: () => CardMedia
68
68
  });
69
- module.exports = __toCommonJS(src_exports);
69
+ module.exports = __toCommonJS(index_exports);
70
70
 
71
71
  // src/lib/Card.tsx
72
72
  var import_Card = __toESM(require("@mui/material/Card"));
@@ -1,7 +1,10 @@
1
1
  import { Markdown } from '@storybook/blocks';
2
2
  import { Meta } from '@storybook/addon-docs';
3
3
  import ReadMe from './README.md?raw';
4
+ import CHANGELOG from './CHANGELOG.md?raw';
4
5
 
5
6
  <Meta title="Components/Card/Introduction" />
6
7
 
7
8
  <Markdown>{ReadMe}</Markdown>
9
+
10
+ <Markdown>{CHANGELOG}</Markdown>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-card",
3
- "version": "0.3.2",
3
+ "version": "1.0.0",
4
4
  "description": "Availity MUI Card Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -40,16 +40,16 @@
40
40
  "publish:canary": "yarn npm publish --access public --tag canary"
41
41
  },
42
42
  "devDependencies": {
43
- "@availity/mui-button": "^0.7.0",
44
- "@availity/mui-icon": "^0.14.0",
45
- "@mui/material": "^5.15.15",
43
+ "@availity/mui-button": "^1.0.0",
44
+ "@availity/mui-icon": "^1.0.0",
45
+ "@mui/material": "^6.4.5",
46
46
  "react": "18.2.0",
47
47
  "react-dom": "18.2.0",
48
- "tsup": "^8.0.2",
48
+ "tsup": "^8.3.6",
49
49
  "typescript": "^5.4.5"
50
50
  },
51
51
  "peerDependencies": {
52
- "@mui/material": "^5.11.9",
52
+ "@mui/material": "^6.4.5",
53
53
  "react": ">=16.3.0"
54
54
  },
55
55
  "publishConfig": {