@arcblock/ux 2.11.25 → 2.11.26

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.
@@ -40,3 +40,6 @@ export type DataTableProps = {
40
40
  durable?: string;
41
41
  durableKeys?: "page" | "rowsPerPage" | "searchText" | "sortOrder";
42
42
  } & ModifiedMUIDataTableProps;
43
+ import { TableFilterList } from 'mui-datatables';
44
+ import { TableFooter } from 'mui-datatables';
45
+ export { TableFilterList, TableFooter };
@@ -627,4 +627,5 @@ const FooterContainer = styled('div')`
627
627
  margin-left: 10px;
628
628
  }
629
629
  }
630
- `;
630
+ `;
631
+ export { TableFilterList, TableFooter };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.11.25",
3
+ "version": "2.11.26",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -68,12 +68,12 @@
68
68
  "react": ">=18.2.0",
69
69
  "react-router-dom": ">=6.22.3"
70
70
  },
71
- "gitHead": "1efa61a0f43a73a0b90654ff2db7d116782952a1",
71
+ "gitHead": "dd3fb68464c75bec6e91b2539919264c3cd68ab7",
72
72
  "dependencies": {
73
73
  "@arcblock/did-motif": "^1.1.13",
74
- "@arcblock/icons": "^2.11.25",
75
- "@arcblock/nft-display": "^2.11.25",
76
- "@arcblock/react-hooks": "^2.11.25",
74
+ "@arcblock/icons": "^2.11.26",
75
+ "@arcblock/nft-display": "^2.11.26",
76
+ "@arcblock/react-hooks": "^2.11.26",
77
77
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
78
78
  "@fontsource/inter": "^5.0.16",
79
79
  "@fontsource/ubuntu-mono": "^5.0.18",
@@ -616,3 +616,5 @@ const FooterContainer = styled('div')`
616
616
  }
617
617
  }
618
618
  `;
619
+
620
+ export { TableFilterList, TableFooter };