@cryptlex/web-components 6.6.7 → 6.6.9

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.
@@ -137,6 +137,13 @@ export declare const DataTableContext: import('react').Context<{
137
137
  id: string;
138
138
  } | {
139
139
  id: string;
140
+ } | {
141
+ id: {
142
+ eq?: string;
143
+ ne?: string;
144
+ in?: string;
145
+ nin?: string;
146
+ };
140
147
  } | {
141
148
  accountAlias: string;
142
149
  } | {
@@ -601,6 +608,13 @@ export declare function useDataTable(): {
601
608
  id: string;
602
609
  } | {
603
610
  id: string;
611
+ } | {
612
+ id: {
613
+ eq?: string;
614
+ ne?: string;
615
+ in?: string;
616
+ nin?: string;
617
+ };
604
618
  } | {
605
619
  accountAlias: string;
606
620
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptlex/web-components",
3
- "version": "6.6.7",
3
+ "version": "6.6.9",
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.129.0",
51
+ "@cryptlex/web-api-types": "2.135.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",