@availity/theme-provider 1.0.19 → 2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [2.0.0](https://github.com/Availity/element/compare/@availity/theme-provider@1.0.19...@availity/theme-provider@2.0.0) (2025-11-17)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `theme` updated to version `1.0.19`
10
+ * `mui-alert` updated to version `1.0.19`
11
+
12
+ ### ⚠ BREAKING CHANGES
13
+
14
+ * @mui/material upgraded to v7
15
+ * @mui/x-* upgraded to v8
16
+ * react upgraded to v19
17
+
18
+ ### Features
19
+
20
+ * upgrade material and react dependencies ([51602a4](https://github.com/Availity/element/commit/51602a48c5304db6f61e2c7e772c9a3a4aa3f65c))
21
+
5
22
  ## [1.0.19](https://github.com/Availity/element/compare/@availity/theme-provider@1.0.18...@availity/theme-provider@1.0.19) (2025-10-31)
6
23
 
7
24
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/theme-provider",
3
- "version": "1.0.19",
3
+ "version": "2.0.0",
4
4
  "description": "Theme provider for the Element design system",
5
5
  "browser": "./dist/index.js",
6
6
  "main": "./dist/index.js",
@@ -23,16 +23,16 @@
23
23
  "publish:canary": "yarn npm publish --access public --tag canary"
24
24
  },
25
25
  "dependencies": {
26
- "@availity/theme": "1.7.3",
26
+ "@availity/theme": "2.0.0",
27
27
  "@emotion/react": "^11.14.0",
28
28
  "@emotion/styled": "^11.14.0",
29
- "@mui/material": "^6.4.5",
30
- "@mui/x-date-pickers": "^7.26.0",
29
+ "@mui/material": "^7.3.4",
30
+ "@mui/x-date-pickers": "^8.16.0",
31
31
  "dayjs": "^1.11.13"
32
32
  },
33
33
  "devDependencies": {
34
- "react": "18.2.0",
35
- "react-dom": "18.2.0",
34
+ "react": "19.2.0",
35
+ "react-dom": "19.2.0",
36
36
  "tsup": "^8.4.0",
37
37
  "typescript": "~5.4.5"
38
38
  },