@mdspl/mds-shared-ui 0.1.6 → 0.1.8
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/dist/index.cjs +3 -3
- package/dist/index.d.ts +6 -1
- package/dist/index.js +1004 -987
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdspl/mds-shared-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Chakra UI v3 DataTable with sorting, pagination, column visibility & drag reorder",
|
|
5
5
|
"author": "magadh",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,7 +29,9 @@
|
|
|
29
29
|
"@dnd-kit/utilities": "^3.2.2",
|
|
30
30
|
"@tanstack/react-store": "^0.8.0",
|
|
31
31
|
"@tanstack/store": "^0.8.0",
|
|
32
|
+
"@types/uuid": "^11.0.0",
|
|
32
33
|
"lucide-react": "^0.561.0",
|
|
34
|
+
"uuid": "^13.0.0",
|
|
33
35
|
"vite-plugin-dts": "^4.5.4"
|
|
34
36
|
},
|
|
35
37
|
"devDependencies": {
|