@cryptlex/web-components 6.6.50 → 6.6.51
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.
|
@@ -752,6 +752,10 @@ export declare const DataTableContext: React.Context<{
|
|
|
752
752
|
id: string;
|
|
753
753
|
} | {
|
|
754
754
|
id: string;
|
|
755
|
+
} | {
|
|
756
|
+
id: string;
|
|
757
|
+
} | {
|
|
758
|
+
id: string;
|
|
755
759
|
} | {
|
|
756
760
|
accountAlias: string;
|
|
757
761
|
} | {
|
|
@@ -1557,6 +1561,10 @@ export declare function useDataTable(): {
|
|
|
1557
1561
|
id: string;
|
|
1558
1562
|
} | {
|
|
1559
1563
|
id: string;
|
|
1564
|
+
} | {
|
|
1565
|
+
id: string;
|
|
1566
|
+
} | {
|
|
1567
|
+
id: string;
|
|
1560
1568
|
} | {
|
|
1561
1569
|
accountAlias: string;
|
|
1562
1570
|
} | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptlex/web-components",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.51",
|
|
4
4
|
"description": "React component library for Cryptlex web applications",
|
|
5
5
|
"author": "Cryptlex",
|
|
6
6
|
"type": "module",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"*.{ts,tsx,css,scss,json}": "prettier --write"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@cryptlex/web-api-types": "2.
|
|
51
|
+
"@cryptlex/web-api-types": "2.149.0",
|
|
52
52
|
"@dnd-kit/core": "6.3.1",
|
|
53
53
|
"@dnd-kit/sortable": "10.0.0",
|
|
54
54
|
"@dnd-kit/utilities": "3.2.2",
|