rez-table-listing-mui 0.0.2 → 0.0.3

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,7 @@ rez-table-listing supports a wide range of features out of the box:
46
46
  Here’s an example of how to use rez-table-listing:
47
47
 
48
48
  ```import React from 'react';
49
- import {TableWrapper,useCraftTable,CraftTableTabs} from 'rez-table-listing';
49
+ import {TableWrapper,useCraftTable,CraftTableTabs} from 'rez-table-listing-mui';
50
50
 
51
51
  const newData = [
52
52
  { id: 1, name: 'John Doe', age: 28 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez-table-listing-mui",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "description": "A rez table listing component built on TanStack Table",
6
6
  "main": "dist/index.js",