@cryptlex/web-components 6.6.25 → 6.6.26
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.
|
@@ -141,12 +141,7 @@ export declare const DataTableContext: import('react').Context<{
|
|
|
141
141
|
} | {
|
|
142
142
|
id: string;
|
|
143
143
|
} | {
|
|
144
|
-
id:
|
|
145
|
-
eq?: string;
|
|
146
|
-
ne?: string;
|
|
147
|
-
in?: string;
|
|
148
|
-
nin?: string;
|
|
149
|
-
};
|
|
144
|
+
id: string;
|
|
150
145
|
} | {
|
|
151
146
|
id: string;
|
|
152
147
|
} | {
|
|
@@ -633,12 +628,7 @@ export declare function useDataTable(): {
|
|
|
633
628
|
} | {
|
|
634
629
|
id: string;
|
|
635
630
|
} | {
|
|
636
|
-
id:
|
|
637
|
-
eq?: string;
|
|
638
|
-
ne?: string;
|
|
639
|
-
in?: string;
|
|
640
|
-
nin?: string;
|
|
641
|
-
};
|
|
631
|
+
id: string;
|
|
642
632
|
} | {
|
|
643
633
|
id: string;
|
|
644
634
|
} | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptlex/web-components",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.26",
|
|
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.141.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",
|