nest-filter 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nest-filter",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Reusable Nest Filter UI components for React",
5
5
  "author": "Arijit Barik",
6
6
  "license": "ISC",
@@ -24,16 +24,17 @@
24
24
  "test": "echo \"No tests yet\""
25
25
  },
26
26
  "dependencies": {
27
+ "@radix-ui/react-dialog": "^1.1.0",
28
+ "@radix-ui/react-select": "^2.2.0",
29
+ "@radix-ui/react-slot": "^1.2.0",
27
30
  "@tanstack/react-table": "^8.21.3",
31
+ "@types/node": "^22.14.0",
28
32
  "class-variance-authority": "^0.7.1",
29
33
  "clsx": "^2.1.1",
30
34
  "lucide-react": "^0.562.0",
31
- "tailwind-merge": "^3.4.0",
32
- "@radix-ui/react-dialog": "^1.1.0",
33
- "@radix-ui/react-select": "^2.2.0",
34
- "@radix-ui/react-slot": "^1.2.0",
35
35
  "react": "^19.2.3",
36
36
  "react-dom": "^19.2.3",
37
+ "tailwind-merge": "^3.4.0",
37
38
  "tailwindcss": "^4.1.18",
38
39
  "tw-animate-css": "^1.4.0"
39
40
  },
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { TableData, ColumnDefinition } from '../types';
3
- interface DataTableProps {
4
- data: TableData[];
5
- columnsDef: ColumnDefinition[];
6
- }
7
- declare const DataTable: React.FC<DataTableProps>;
8
- export default DataTable;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes