@cryptlex/web-components 6.6.49 → 6.6.50

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.
@@ -756,6 +756,16 @@ export declare const DataTableContext: React.Context<{
756
756
  accountAlias: string;
757
757
  } | {
758
758
  accountAlias: string;
759
+ } | {
760
+ accountAlias: string;
761
+ } | {
762
+ accountAlias: string;
763
+ } | {
764
+ accountAlias: string;
765
+ organizationAlias: string;
766
+ } | {
767
+ accountAlias: string;
768
+ organizationAlias: string;
759
769
  } | {
760
770
  id: string;
761
771
  } | {
@@ -1125,16 +1135,6 @@ export declare const DataTableContext: React.Context<{
1125
1135
  id: string;
1126
1136
  } | {
1127
1137
  id: string;
1128
- } | {
1129
- accountAlias: string;
1130
- } | {
1131
- accountAlias: string;
1132
- } | {
1133
- accountAlias: string;
1134
- organizationAlias: string;
1135
- } | {
1136
- accountAlias: string;
1137
- organizationAlias: string;
1138
1138
  } | {
1139
1139
  id: string;
1140
1140
  } | {
@@ -1561,6 +1561,16 @@ export declare function useDataTable(): {
1561
1561
  accountAlias: string;
1562
1562
  } | {
1563
1563
  accountAlias: string;
1564
+ } | {
1565
+ accountAlias: string;
1566
+ } | {
1567
+ accountAlias: string;
1568
+ } | {
1569
+ accountAlias: string;
1570
+ organizationAlias: string;
1571
+ } | {
1572
+ accountAlias: string;
1573
+ organizationAlias: string;
1564
1574
  } | {
1565
1575
  id: string;
1566
1576
  } | {
@@ -1930,16 +1940,6 @@ export declare function useDataTable(): {
1930
1940
  id: string;
1931
1941
  } | {
1932
1942
  id: string;
1933
- } | {
1934
- accountAlias: string;
1935
- } | {
1936
- accountAlias: string;
1937
- } | {
1938
- accountAlias: string;
1939
- organizationAlias: string;
1940
- } | {
1941
- accountAlias: string;
1942
- organizationAlias: string;
1943
1943
  } | {
1944
1944
  id: string;
1945
1945
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptlex/web-components",
3
- "version": "6.6.49",
3
+ "version": "6.6.50",
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.145.0",
51
+ "@cryptlex/web-api-types": "2.146.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",