@availity/mui-table 2.0.0 → 2.0.2
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 +25 -0
- package/introduction.mdx +1 -2
- package/package.json +15 -15
- package/src/lib/Patterns.stories.tsx +1 -1
- package/src/lib/Table.stories.tsx +1 -1
- package/src/lib/TableBody.stories.tsx +1 -1
- package/src/lib/TableCell.stories.tsx +1 -1
- package/src/lib/TableContainer.stories.tsx +1 -1
- package/src/lib/TableFooter.stories.tsx +1 -1
- package/src/lib/TableHead.stories.tsx +1 -1
- package/src/lib/TablePagination.stories.tsx +1 -1
- package/src/lib/TableRow.stories.tsx +1 -1
- package/src/lib/TableSortLabel.stories.tsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [2.0.2](https://github.com/Availity/element/compare/@availity/mui-table@2.0.1...@availity/mui-table@2.0.2) (2025-12-09)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `mui-chip` updated to version `2.0.1`
|
|
10
|
+
* `mui-form-utils` updated to version `2.0.1`
|
|
11
|
+
* `mui-textfield` updated to version `2.0.1`
|
|
12
|
+
* `mui-pagination` updated to version `2.0.1`
|
|
13
|
+
## [2.0.1](https://github.com/Availity/element/compare/@availity/mui-table@2.0.0...@availity/mui-table@2.0.1) (2025-12-03)
|
|
14
|
+
|
|
15
|
+
### Dependency Updates
|
|
16
|
+
|
|
17
|
+
* `mui-button` updated to version `2.0.0`
|
|
18
|
+
* `mui-chip` updated to version `2.0.0`
|
|
19
|
+
* `mui-form-utils` updated to version `2.0.0`
|
|
20
|
+
* `mui-icon` updated to version `2.0.0`
|
|
21
|
+
* `mui-layout` updated to version `2.0.0`
|
|
22
|
+
* `mui-link` updated to version `2.0.0`
|
|
23
|
+
* `mui-menu` updated to version `2.0.0`
|
|
24
|
+
* `mui-paper` updated to version `2.0.0`
|
|
25
|
+
* `mui-textfield` updated to version `2.0.0`
|
|
26
|
+
* `mui-typography` updated to version `2.0.0`
|
|
27
|
+
* `mui-pagination` updated to version `2.0.0`
|
|
28
|
+
* `mui-utils` updated to version `2.0.0`
|
|
29
|
+
* `mui-transitions` updated to version `2.0.0`
|
|
5
30
|
## [2.0.0](https://github.com/Availity/element/compare/@availity/mui-table@1.0.21...@availity/mui-table@2.0.0) (2025-11-17)
|
|
6
31
|
|
|
7
32
|
### Dependency Updates
|
package/introduction.mdx
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/mui-table",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Availity MUI Table Component - part of the @availity/element design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -41,22 +41,22 @@
|
|
|
41
41
|
"publish:canary": "yarn npm publish --access public --tag canary"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@availity/mui-form-utils": "2.0.
|
|
45
|
-
"@availity/mui-icon": "2.0.
|
|
46
|
-
"@availity/mui-pagination": "2.0.
|
|
47
|
-
"@availity/mui-utils": "2.0.
|
|
44
|
+
"@availity/mui-form-utils": "2.0.2",
|
|
45
|
+
"@availity/mui-icon": "2.0.1",
|
|
46
|
+
"@availity/mui-pagination": "2.0.2",
|
|
47
|
+
"@availity/mui-utils": "2.0.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@availity/mui-button": "2.0.
|
|
51
|
-
"@availity/mui-chip": "2.0.
|
|
52
|
-
"@availity/mui-form-utils": "2.0.
|
|
53
|
-
"@availity/mui-icon": "2.0.
|
|
54
|
-
"@availity/mui-layout": "^2.0.
|
|
55
|
-
"@availity/mui-link": "2.0.
|
|
56
|
-
"@availity/mui-menu": "2.0.
|
|
57
|
-
"@availity/mui-paper": "2.0.
|
|
58
|
-
"@availity/mui-textfield": "2.0.
|
|
59
|
-
"@availity/mui-typography": "2.0.
|
|
50
|
+
"@availity/mui-button": "2.0.1",
|
|
51
|
+
"@availity/mui-chip": "2.0.2",
|
|
52
|
+
"@availity/mui-form-utils": "2.0.2",
|
|
53
|
+
"@availity/mui-icon": "2.0.1",
|
|
54
|
+
"@availity/mui-layout": "^2.0.1",
|
|
55
|
+
"@availity/mui-link": "2.0.1",
|
|
56
|
+
"@availity/mui-menu": "2.0.1",
|
|
57
|
+
"@availity/mui-paper": "2.0.1",
|
|
58
|
+
"@availity/mui-textfield": "2.0.2",
|
|
59
|
+
"@availity/mui-typography": "2.0.1",
|
|
60
60
|
"@mui/material": "^7.3.4",
|
|
61
61
|
"react": "19.2.0",
|
|
62
62
|
"react-dom": "19.2.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { useState } from 'react';
|
|
2
|
-
import { StoryObj, Decorator } from '@storybook/react';
|
|
2
|
+
import { StoryObj, Decorator } from '@storybook/react-vite';
|
|
3
3
|
import FormControl from '@mui/material/FormControl';
|
|
4
4
|
import FormGroup from '@mui/material/FormGroup';
|
|
5
5
|
import Popover from '@mui/material/Popover';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable @nx/enforce-module-boundaries */
|
|
2
2
|
// Each exported component in the package should have its own stories file
|
|
3
3
|
|
|
4
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
4
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
5
5
|
import { useMemo, useState } from 'react';
|
|
6
6
|
import Checkbox from '@mui/material/Checkbox';
|
|
7
7
|
import { IconButton } from '@availity/mui-button';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Each exported component in the package should have its own stories file
|
|
2
2
|
|
|
3
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
4
4
|
import { TableBody, TableBodyProps } from './TableBody';
|
|
5
5
|
import { TableRow } from './TableRow';
|
|
6
6
|
import { TableCell } from './TableCell';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Each exported component in the package should have its own stories file
|
|
2
2
|
|
|
3
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
4
4
|
import { TableCell, TableCellProps } from './TableCell';
|
|
5
5
|
|
|
6
6
|
const meta: Meta<typeof TableCell> = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Each exported component in the package should have its own stories file
|
|
2
2
|
|
|
3
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
4
4
|
import { TableContainer, TableContainerProps } from './TableContainer';
|
|
5
5
|
|
|
6
6
|
const meta: Meta<typeof TableContainer> = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Each exported component in the package should have its own stories file
|
|
2
2
|
|
|
3
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
4
4
|
import { TableFooter, TableFooterProps } from './TableFooter';
|
|
5
5
|
import { Table, TableCell, TablePagination, TableRow } from '..';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Each exported component in the package should have its own stories file
|
|
2
2
|
|
|
3
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
4
4
|
import { TableHead, TableHeadProps } from './TableHead';
|
|
5
5
|
import { TableCell, TableRow } from '..';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Each exported component in the package should have its own stories file
|
|
2
2
|
import { useEffect, useState } from 'react';
|
|
3
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
4
4
|
|
|
5
5
|
import { Table, TableFooter, TableRow, TablePagination, TablePaginationProps } from '..';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Each exported component in the package should have its own stories file
|
|
2
2
|
|
|
3
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
4
4
|
import { TableRow, TableRowProps } from './TableRow';
|
|
5
5
|
import { TableBody, TableCell } from '..';
|
|
6
6
|
import { useState } from 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Each exported component in the package should have its own stories file
|
|
2
2
|
|
|
3
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
4
4
|
import { TableSortLabel, TableSortLabelProps } from './TableSortLabel';
|
|
5
5
|
import { Grid } from '@availity/mui-layout';
|
|
6
6
|
import { useState } from 'react';
|