@structyl/data-table 1.0.0 → 1.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +17 -6
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 your-lib contributors
3
+ Copyright (c) 2026 Mohammed Irfanul Alam Tanveer
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -135,7 +135,7 @@ Key exported types include `DataTableProps`, `DataTableColumnDef`, `DataTableCol
135
135
 
136
136
  ## Part of structyl
137
137
 
138
- This package is part of [structyl](https://github.com/imirfanul/structyl) — see the full documentation at [structyl.dev](https://structyl.dev).
138
+ This package is part of [structyl](https://github.com/imirfanul/structyl) — see the full documentation at [www.structyl.com](https://www.structyl.com).
139
139
 
140
140
  ## License
141
141
 
package/package.json CHANGED
@@ -1,6 +1,17 @@
1
1
  {
2
2
  "name": "@structyl/data-table",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "git+https://github.com/imirfanul/structyl.git",
7
+ "directory": "packages/data-table"
8
+ },
9
+ "homepage": "https://www.structyl.com",
10
+ "bugs": "https://github.com/imirfanul/structyl/issues",
11
+ "author": {
12
+ "name": "Mohammed Irfanul Alam Tanveer",
13
+ "url": "https://www.imirfanul.com"
14
+ },
4
15
  "publishConfig": {
5
16
  "access": "public"
6
17
  },
@@ -40,11 +51,11 @@
40
51
  "@tanstack/react-table": "^8.20.5",
41
52
  "@tanstack/react-virtual": "^3.10.8",
42
53
  "xlsx": "^0.18.5",
43
- "@structyl/hooks": "1.0.0",
44
- "@structyl/icons": "1.0.0",
45
- "@structyl/primitives": "1.0.0",
46
- "@structyl/styled": "1.0.0",
47
- "@structyl/utils": "1.0.0"
54
+ "@structyl/hooks": "1.0.1",
55
+ "@structyl/icons": "1.0.1",
56
+ "@structyl/primitives": "1.1.0",
57
+ "@structyl/styled": "1.1.0",
58
+ "@structyl/utils": "1.0.1"
48
59
  },
49
60
  "peerDependencies": {
50
61
  "react": "^18.0.0 || ^19.0.0",