@availity/mui-event-tracker 1.0.16 → 2.0.1
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 +31 -0
- package/introduction.mdx +1 -2
- package/package.json +12 -12
- package/src/lib/EventTracker.stories.tsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [2.0.1](https://github.com/Availity/element/compare/@availity/mui-event-tracker@2.0.0...@availity/mui-event-tracker@2.0.1) (2025-12-03)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `mui-button` updated to version `2.0.0`
|
|
10
|
+
* `mui-form-utils` updated to version `2.0.0`
|
|
11
|
+
* `mui-layout` updated to version `2.0.0`
|
|
12
|
+
* `mui-menu` updated to version `2.0.0`
|
|
13
|
+
* `mui-textfield` updated to version `2.0.0`
|
|
14
|
+
* `mui-typography` updated to version `2.0.0`
|
|
15
|
+
## [2.0.0](https://github.com/Availity/element/compare/@availity/mui-event-tracker@1.0.16...@availity/mui-event-tracker@2.0.0) (2025-11-17)
|
|
16
|
+
|
|
17
|
+
### Dependency Updates
|
|
18
|
+
|
|
19
|
+
* `mui-button` updated to version `1.0.16`
|
|
20
|
+
* `mui-form-utils` updated to version `1.0.16`
|
|
21
|
+
* `mui-layout` updated to version `1.0.16`
|
|
22
|
+
* `mui-menu` updated to version `1.0.16`
|
|
23
|
+
* `mui-textfield` updated to version `1.0.16`
|
|
24
|
+
* `mui-typography` updated to version `1.0.16`
|
|
25
|
+
|
|
26
|
+
### ⚠ BREAKING CHANGES
|
|
27
|
+
|
|
28
|
+
* @mui/material upgraded to v7
|
|
29
|
+
* @mui/x-* upgraded to v8
|
|
30
|
+
* react upgraded to v19
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* upgrade material and react dependencies ([51602a4](https://github.com/Availity/element/commit/51602a48c5304db6f61e2c7e772c9a3a4aa3f65c))
|
|
35
|
+
|
|
5
36
|
## [1.0.16](https://github.com/Availity/element/compare/@availity/mui-event-tracker@1.0.15...@availity/mui-event-tracker@1.0.16) (2025-10-30)
|
|
6
37
|
|
|
7
38
|
### Dependency Updates
|
package/introduction.mdx
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/mui-event-tracker",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Availity MUI EventTracker 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
|
-
"@availity/mui-button": "^
|
|
44
|
-
"@availity/mui-form-utils": "^
|
|
45
|
-
"@availity/mui-layout": "^
|
|
46
|
-
"@availity/mui-menu": "^
|
|
47
|
-
"@availity/mui-textfield": "^
|
|
48
|
-
"@availity/mui-typography": "^
|
|
49
|
-
"@mui/material": "^
|
|
50
|
-
"react": "
|
|
51
|
-
"react-dom": "
|
|
43
|
+
"@availity/mui-button": "^2.0.1",
|
|
44
|
+
"@availity/mui-form-utils": "^2.0.1",
|
|
45
|
+
"@availity/mui-layout": "^2.0.1",
|
|
46
|
+
"@availity/mui-menu": "^2.0.1",
|
|
47
|
+
"@availity/mui-textfield": "^2.0.1",
|
|
48
|
+
"@availity/mui-typography": "^2.0.1",
|
|
49
|
+
"@mui/material": "^7.3.4",
|
|
50
|
+
"react": "19.2.0",
|
|
51
|
+
"react-dom": "19.2.0",
|
|
52
52
|
"tsup": "^8.4.0",
|
|
53
53
|
"typescript": "^5.4.5"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@mui/material": "^
|
|
57
|
-
"react": ">=
|
|
56
|
+
"@mui/material": "^7.0.0",
|
|
57
|
+
"react": ">=17.0.0"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Each exported component in the package should have its own stories file
|
|
2
2
|
|
|
3
3
|
import { useState, useMemo } from 'react';
|
|
4
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
4
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
5
5
|
import { Typography } from '@availity/mui-typography';
|
|
6
6
|
import { Grid, Box } from '@availity/mui-layout';
|
|
7
7
|
import { FormControl, FormLabel, Select, Input, SelectChangeEvent } from '@availity/mui-form-utils';
|