@availity/mui-transitions 0.4.0 → 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,36 @@
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-transitions@1.0.0-alpha.0...@availity/mui-transitions@1.0.0) (2025-02-25)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-alert` updated to version `0.4.0`
10
+ * `mui-typography` updated to version `0.4.0`
11
+ * `mui-utils` updated to version `0.4.0`
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * upgrade to @mui/material v6
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * element v1 release ([a6e3567](https://github.com/Availity/element/commit/a6e35671185b9f13d25c7a39c4488ecb8774633e))
20
+
21
+ ## [1.0.0-alpha.0](https://github.com/Availity/element/compare/@availity/mui-transitions@0.4.0...@availity/mui-transitions@1.0.0-alpha.0) (2025-02-24)
22
+
23
+
24
+ ### ⚠ BREAKING CHANGES
25
+
26
+ * upgraded to @mui/material v6
27
+ * **element:** upgraded to @mui/material v6
28
+
29
+ ### Features
30
+
31
+ * **element:** upgrade to @mui/material v6 ([cb958bb](https://github.com/Availity/element/commit/cb958bba99a4f1ee6dab323f0ff54b69e6fd3493))
32
+ * upgrade @mui/material ([571453a](https://github.com/Availity/element/commit/571453a34b21c344594ab4c03bc497d19aba942b))
33
+ * upgrade to MUI v6 ([7febd6f](https://github.com/Availity/element/commit/7febd6fd4fd58e87e1c97a832cea3b4595a35d58))
34
+
5
35
  ## [0.4.0](https://github.com/Availity/element/compare/@availity/mui-transitions@0.3.5...@availity/mui-transitions@0.4.0) (2025-02-04)
6
36
 
7
37
  ### Dependency Updates
package/dist/index.js CHANGED
@@ -42,12 +42,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
42
42
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
43
43
 
44
44
  // src/index.ts
45
- var src_exports = {};
46
- __export(src_exports, {
45
+ var index_exports = {};
46
+ __export(index_exports, {
47
47
  Collapse: () => Collapse,
48
48
  Fade: () => Fade
49
49
  });
50
- module.exports = __toCommonJS(src_exports);
50
+ module.exports = __toCommonJS(index_exports);
51
51
 
52
52
  // src/lib/Collapse.tsx
53
53
  var import_Collapse = __toESM(require("@mui/material/Collapse"));
@@ -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/Transitions/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-transitions",
3
- "version": "0.4.0",
3
+ "version": "1.0.0",
4
4
  "description": "Availity MUI Transitions Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -40,17 +40,17 @@
40
40
  "publish:canary": "yarn npm publish --access public --tag canary"
41
41
  },
42
42
  "devDependencies": {
43
- "@availity/mui-alert": "^0.8.0",
44
- "@availity/mui-typography": "^0.3.0",
45
- "@availity/mui-utils": "0.2.0",
46
- "@mui/material": "^5.15.15",
43
+ "@availity/mui-alert": "^1.0.0",
44
+ "@availity/mui-typography": "^1.0.0",
45
+ "@availity/mui-utils": "1.0.0",
46
+ "@mui/material": "^6.4.5",
47
47
  "react": "18.2.0",
48
48
  "react-dom": "18.2.0",
49
- "tsup": "^8.0.2",
49
+ "tsup": "^8.3.6",
50
50
  "typescript": "^5.4.5"
51
51
  },
52
52
  "peerDependencies": {
53
- "@mui/material": "^5.11.9",
53
+ "@mui/material": "^6.4.5",
54
54
  "react": ">=16.3.0"
55
55
  },
56
56
  "publishConfig": {