@availity/mui-disclaimer 0.2.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,20 @@
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-disclaimer@0.2.0...@availity/mui-disclaimer@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
+
5
19
  ## [0.2.0](https://github.com/Availity/element/compare/@availity/mui-disclaimer@0.1.10...@availity/mui-disclaimer@0.2.0) (2025-02-04)
6
20
 
7
21
  ### Dependency Updates
package/dist/index.js CHANGED
@@ -47,11 +47,11 @@ var __copyProps = (to, from, except, desc) => {
47
47
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
48
48
 
49
49
  // src/index.ts
50
- var src_exports = {};
51
- __export(src_exports, {
50
+ var index_exports = {};
51
+ __export(index_exports, {
52
52
  Disclaimer: () => Disclaimer
53
53
  });
54
- module.exports = __toCommonJS(src_exports);
54
+ module.exports = __toCommonJS(index_exports);
55
55
 
56
56
  // src/lib/Disclaimer.tsx
57
57
  var import_mui_typography = require("@availity/mui-typography");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-disclaimer",
3
- "version": "0.2.0",
3
+ "version": "1.0.0-alpha.0",
4
4
  "description": "Availity MUI Disclaimer Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -40,21 +40,21 @@
40
40
  "publish:canary": "yarn npm publish --access public --tag canary"
41
41
  },
42
42
  "devDependencies": {
43
- "@mui/material": "^5.15.15",
43
+ "@mui/material": "^6.4.5",
44
44
  "react": "18.2.0",
45
45
  "react-dom": "18.2.0",
46
- "tsup": "^8.0.2",
46
+ "tsup": "^8.3.6",
47
47
  "typescript": "^5.4.5"
48
48
  },
49
49
  "peerDependencies": {
50
- "@mui/material": "^5.11.9",
50
+ "@mui/material": "^6.4.5",
51
51
  "react": ">=16.3.0"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
56
  "dependencies": {
57
- "@availity/mui-link": "^0.5.0",
58
- "@availity/mui-typography": "^0.3.0"
57
+ "@availity/mui-link": "^1.0.0-alpha.0",
58
+ "@availity/mui-typography": "^1.0.0-alpha.0"
59
59
  }
60
60
  }
File without changes