braid-ui 1.0.99 → 1.0.100

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 (145) hide show
  1. package/README.md +327 -44
  2. package/dist/css/braid-ui-variables.css +88 -0
  3. package/dist/css/braid-ui.css +4702 -0
  4. package/dist/css/braid-ui.min.css +1 -0
  5. package/dist/index.cjs +4 -0
  6. package/dist/index.cjs.map +1 -0
  7. package/dist/index.d.cts +2027 -0
  8. package/dist/index.d.ts +2027 -0
  9. package/dist/index.js +4 -0
  10. package/dist/index.js.map +1 -0
  11. package/package.json +115 -55
  12. package/src/styles-only.css +121 -0
  13. package/src/{index.css → styles.css} +4 -10
  14. package/components.json +0 -20
  15. package/eslint.config.js +0 -29
  16. package/index.html +0 -24
  17. package/postcss.config.js +0 -6
  18. package/public/favicon.ico +0 -0
  19. package/public/placeholder.svg +0 -1
  20. package/public/robots.txt +0 -14
  21. package/src/App.css +0 -42
  22. package/src/App.tsx +0 -94
  23. package/src/components/MainLayout.tsx +0 -15
  24. package/src/components/alerts/AlertDocuments.tsx +0 -320
  25. package/src/components/alerts/AlertNotes.tsx +0 -185
  26. package/src/components/alerts/AlertTimeline.tsx +0 -79
  27. package/src/components/alerts/ContextSection.tsx +0 -155
  28. package/src/components/app-sidebar.tsx +0 -341
  29. package/src/components/form-sections/ACHBankCard.tsx +0 -78
  30. package/src/components/form-sections/ACHBasicInfoCard.tsx +0 -100
  31. package/src/components/form-sections/ACHTransferSection.tsx +0 -64
  32. package/src/components/form-sections/AddressForm.tsx +0 -94
  33. package/src/components/form-sections/BankAddressCard.tsx +0 -95
  34. package/src/components/form-sections/BankingDetailsCard.tsx +0 -46
  35. package/src/components/form-sections/BasicInfoCard.tsx +0 -103
  36. package/src/components/form-sections/BasicInfoSection.tsx +0 -34
  37. package/src/components/form-sections/BeneficiaryAddress.tsx +0 -19
  38. package/src/components/form-sections/BeneficiaryCard.tsx +0 -41
  39. package/src/components/form-sections/BeneficiaryDomesticWire.tsx +0 -23
  40. package/src/components/form-sections/BusinessProfileCard.tsx +0 -131
  41. package/src/components/form-sections/BusinessStatusCard.tsx +0 -53
  42. package/src/components/form-sections/ContactInfoCard.tsx +0 -63
  43. package/src/components/form-sections/CounterpartyBasicInfo.tsx +0 -101
  44. package/src/components/form-sections/CounterpartyProfileCard.tsx +0 -104
  45. package/src/components/form-sections/CounterpartyRecordsCard.tsx +0 -41
  46. package/src/components/form-sections/IntermediaryCard.tsx +0 -77
  47. package/src/components/form-sections/IntermediaryFI.tsx +0 -41
  48. package/src/components/form-sections/IntermediaryFIAddress.tsx +0 -14
  49. package/src/components/form-sections/OriginatorCard.tsx +0 -49
  50. package/src/components/form-sections/OriginatorFI.tsx +0 -42
  51. package/src/components/form-sections/OriginatorFIAddress.tsx +0 -14
  52. package/src/components/form-sections/PaymentInformationSection.tsx +0 -163
  53. package/src/components/form-sections/ReceiverCard.tsx +0 -94
  54. package/src/components/form-sections/WireTransferSection.tsx +0 -75
  55. package/src/components/layouts/list-page.tsx +0 -103
  56. package/src/components/transaction/ACHDetailsSection.tsx +0 -95
  57. package/src/components/transaction/WireDetailsSection.tsx +0 -112
  58. package/src/components/ui/account-card.tsx +0 -94
  59. package/src/components/ui/badge.tsx +0 -75
  60. package/src/components/ui/breadcrumb.tsx +0 -78
  61. package/src/components/ui/business-type-badge.tsx +0 -42
  62. package/src/components/ui/button.tsx +0 -56
  63. package/src/components/ui/calendar.tsx +0 -49
  64. package/src/components/ui/card.tsx +0 -223
  65. package/src/components/ui/container.tsx +0 -45
  66. package/src/components/ui/counterparty-type-badge.tsx +0 -53
  67. package/src/components/ui/data-grid.tsx +0 -99
  68. package/src/components/ui/data-table.tsx +0 -152
  69. package/src/components/ui/detail-page-layout.tsx +0 -83
  70. package/src/components/ui/dialog.tsx +0 -120
  71. package/src/components/ui/dropdown-menu.tsx +0 -82
  72. package/src/components/ui/editable-form-card.tsx +0 -106
  73. package/src/components/ui/editable-info-field.tsx +0 -67
  74. package/src/components/ui/enhanced-input.tsx +0 -78
  75. package/src/components/ui/enhanced-select.tsx +0 -101
  76. package/src/components/ui/enhanced-textarea.tsx +0 -64
  77. package/src/components/ui/entity-card.tsx +0 -140
  78. package/src/components/ui/form-card.tsx +0 -40
  79. package/src/components/ui/form-field.tsx +0 -50
  80. package/src/components/ui/form-input.tsx +0 -29
  81. package/src/components/ui/form-provider.tsx +0 -18
  82. package/src/components/ui/form-section.tsx +0 -66
  83. package/src/components/ui/form-select.tsx +0 -35
  84. package/src/components/ui/info-field.tsx +0 -36
  85. package/src/components/ui/json-viewer.tsx +0 -146
  86. package/src/components/ui/label.tsx +0 -24
  87. package/src/components/ui/metric-card.tsx +0 -80
  88. package/src/components/ui/page-layout.tsx +0 -183
  89. package/src/components/ui/popover.tsx +0 -29
  90. package/src/components/ui/responsive-grid.tsx +0 -46
  91. package/src/components/ui/separator.tsx +0 -31
  92. package/src/components/ui/sheet.tsx +0 -140
  93. package/src/components/ui/sidebar.tsx +0 -775
  94. package/src/components/ui/sonner.tsx +0 -29
  95. package/src/components/ui/stack.tsx +0 -77
  96. package/src/components/ui/status-badge.tsx +0 -68
  97. package/src/components/ui/tabs.tsx +0 -52
  98. package/src/components/ui/toast.tsx +0 -127
  99. package/src/components/ui/toaster.tsx +0 -33
  100. package/src/components/ui/tooltip.tsx +0 -28
  101. package/src/components/ui/use-toast.ts +0 -3
  102. package/src/components/ui-kit/dashboard-demo.tsx +0 -156
  103. package/src/components/ui-kit/pattern-library.tsx +0 -248
  104. package/src/components/ui-kit/showcase.tsx +0 -211
  105. package/src/hooks/use-mobile.tsx +0 -19
  106. package/src/hooks/use-toast.ts +0 -191
  107. package/src/hooks/useEditState.ts +0 -70
  108. package/src/hooks/useFormWithEditState.ts +0 -115
  109. package/src/lib/constants.ts +0 -25
  110. package/src/lib/mock-data/alert-data.ts +0 -275
  111. package/src/lib/mock-data/banking-data.ts +0 -72
  112. package/src/lib/mock-data/business-data.ts +0 -71
  113. package/src/lib/mock-data/counterparty-data.ts +0 -70
  114. package/src/lib/mock-data/index.ts +0 -5
  115. package/src/lib/mock-data/transaction-data.ts +0 -283
  116. package/src/lib/mock-data/wire-data.ts +0 -103
  117. package/src/lib/mock-data.tsx +0 -180
  118. package/src/lib/schemas/banking-schemas.ts +0 -30
  119. package/src/lib/schemas/business-schemas.ts +0 -36
  120. package/src/lib/schemas/counterparty-schemas.ts +0 -43
  121. package/src/lib/schemas/index.ts +0 -5
  122. package/src/lib/schemas/wire-schemas.ts +0 -44
  123. package/src/lib/utils.ts +0 -6
  124. package/src/main.tsx +0 -10
  125. package/src/pages/Cases.tsx +0 -16
  126. package/src/pages/Dashboard.tsx +0 -16
  127. package/src/pages/NotFound.tsx +0 -27
  128. package/src/pages/TransactionHistory.tsx +0 -532
  129. package/src/pages/UIKit.tsx +0 -51
  130. package/src/pages/alerts/AlertDetail.tsx +0 -193
  131. package/src/pages/alerts/Alerts.tsx +0 -373
  132. package/src/pages/business/Business.tsx +0 -48
  133. package/src/pages/business/Create.tsx +0 -173
  134. package/src/pages/counterparty/Create.tsx +0 -48
  135. package/src/pages/counterparty/DomesticWire.tsx +0 -78
  136. package/src/pages/counterparty/Manage.tsx +0 -79
  137. package/src/pages/transactions/NewTransaction.tsx +0 -527
  138. package/src/pages/transactions/TransactionDetail.tsx +0 -192
  139. package/src/vite-env.d.ts +0 -1
  140. package/tailwind.config.ts +0 -124
  141. package/tsconfig.app.json +0 -30
  142. package/tsconfig.json +0 -19
  143. package/tsconfig.node.json +0 -22
  144. package/vite.config.ts +0 -22
  145. /package/{src/assets/braid-logo.png → dist/braid-logo-343BOQZ2.png} +0 -0
@@ -0,0 +1,2027 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { z } from 'zod';
3
+ import * as React$1 from 'react';
4
+ import React__default, { ReactNode } from 'react';
5
+ import { UseFormReturn, FieldValues, FieldPath, UseFormProps, Path } from 'react-hook-form';
6
+ import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
7
+ import { VariantProps } from 'class-variance-authority';
8
+ import { DayPicker } from 'react-day-picker';
9
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
10
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
11
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
12
+ import * as LabelPrimitive from '@radix-ui/react-label';
13
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
14
+ import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
15
+ import * as SeparatorPrimitive from '@radix-ui/react-separator';
16
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
17
+ import { Toaster as Toaster$1 } from 'sonner';
18
+ import * as TabsPrimitive from '@radix-ui/react-tabs';
19
+ import * as ToastPrimitives from '@radix-ui/react-toast';
20
+
21
+ interface TimelineEvent {
22
+ id: string;
23
+ timestamp: string;
24
+ user: string;
25
+ action: string;
26
+ details?: string;
27
+ status?: string;
28
+ }
29
+ interface AlertNote {
30
+ id: string;
31
+ timestamp: string;
32
+ user: string;
33
+ content: string;
34
+ type: "RFI Note" | "Internal Note";
35
+ }
36
+ interface AlertDocument {
37
+ id: string;
38
+ name: string;
39
+ type: string;
40
+ description?: string;
41
+ size: string;
42
+ uploadedBy: string;
43
+ uploadedAt: string;
44
+ url?: string;
45
+ }
46
+ interface Alert {
47
+ id: string;
48
+ createdAt: string;
49
+ type: string;
50
+ status: "Unassigned" | "Closed" | "In Progress";
51
+ contextType: string;
52
+ rfiStatus?: "Completed" | "Provided" | "Pending";
53
+ description: string;
54
+ contextId?: string;
55
+ assignee?: string;
56
+ timeline?: TimelineEvent[];
57
+ notes?: AlertNote[];
58
+ documents?: AlertDocument[];
59
+ contextData?: any;
60
+ }
61
+
62
+ interface AlertDetailRouterProps {
63
+ alert: Alert;
64
+ }
65
+ declare const AlertDetailRouter: ({ alert }: AlertDetailRouterProps) => react_jsx_runtime.JSX.Element;
66
+
67
+ interface AlertDocumentsProps {
68
+ alertId: string;
69
+ documents: AlertDocument[];
70
+ renderDocumentViewer?: (document: AlertDocument) => React.ReactNode;
71
+ }
72
+ declare const AlertDocuments: ({ alertId, documents, renderDocumentViewer }: AlertDocumentsProps) => react_jsx_runtime.JSX.Element;
73
+
74
+ interface AlertHeaderControlsProps {
75
+ status: string;
76
+ assignee: string;
77
+ rfiStatus: string;
78
+ onAssigneeChange: (value: string) => void;
79
+ onRfiStatusChange: (value: string) => void;
80
+ }
81
+ declare const AlertHeaderControls: ({ status, assignee, rfiStatus, onAssigneeChange, onRfiStatusChange }: AlertHeaderControlsProps) => react_jsx_runtime.JSX.Element;
82
+
83
+ interface AlertNotesProps {
84
+ alertId: string;
85
+ notes: AlertNote[];
86
+ }
87
+ declare const AlertNotes: ({ alertId, notes }: AlertNotesProps) => react_jsx_runtime.JSX.Element;
88
+
89
+ interface AlertTimelineProps {
90
+ events: TimelineEvent[];
91
+ }
92
+ declare const AlertTimeline: ({ events }: AlertTimelineProps) => react_jsx_runtime.JSX.Element;
93
+
94
+ interface ContextSectionProps {
95
+ alert: Alert;
96
+ }
97
+ declare const ContextSection: ({ alert }: ContextSectionProps) => react_jsx_runtime.JSX.Element;
98
+
99
+ interface OFACAlertViewProps {
100
+ alert: Alert;
101
+ }
102
+ declare const OFACAlertView: ({ alert }: OFACAlertViewProps) => react_jsx_runtime.JSX.Element;
103
+
104
+ declare const resolveAlertSchema: z.ZodObject<{
105
+ action: z.ZodString;
106
+ changeToAccount: z.ZodOptional<z.ZodString>;
107
+ note: z.ZodString;
108
+ returnCode: z.ZodOptional<z.ZodString>;
109
+ }, z.core.$strip>;
110
+ type ResolveAlertFormData = z.infer<typeof resolveAlertSchema>;
111
+
112
+ interface ResolveAlertDialogProps {
113
+ alertId: string;
114
+ open: boolean;
115
+ onOpenChange: (open: boolean) => void;
116
+ onResolve: (data: ResolveAlertFormData) => Promise<void>;
117
+ }
118
+ declare const ResolveAlertDialog: ({ alertId, open, onOpenChange, onResolve }: ResolveAlertDialogProps) => react_jsx_runtime.JSX.Element;
119
+
120
+ declare function AppSidebar(): react_jsx_runtime.JSX.Element;
121
+
122
+ interface MainLayoutProps {
123
+ children: ReactNode;
124
+ }
125
+ declare const MainLayout: ({ children }: MainLayoutProps) => react_jsx_runtime.JSX.Element;
126
+
127
+ interface UBO {
128
+ id: string;
129
+ name: string;
130
+ title: string;
131
+ ownershipPercentage: number;
132
+ customerId: string;
133
+ }
134
+
135
+ interface BusinessDocument {
136
+ id: string;
137
+ name: string;
138
+ type: string;
139
+ description?: string;
140
+ size: string;
141
+ uploadedBy: string;
142
+ uploadedAt: string;
143
+ url?: string;
144
+ }
145
+
146
+ interface OFACCheck {
147
+ id: string;
148
+ created: string;
149
+ entityId: string;
150
+ entityName: string;
151
+ entityType: "Individual" | "Business" | "Counterparty";
152
+ alertId: string | null;
153
+ status: "NO MATCH" | "REVIEW" | "CLEARED" | "CONFIRMED";
154
+ updatedBy: string;
155
+ note: string | null;
156
+ }
157
+
158
+ interface IdentityVerification {
159
+ customerId: string;
160
+ isDeveloperInitiated: boolean;
161
+ provider: string;
162
+ result: string;
163
+ }
164
+
165
+ declare const businessProfileSchema: z.ZodObject<{
166
+ name: z.ZodOptional<z.ZodString>;
167
+ productId: z.ZodOptional<z.ZodNumber>;
168
+ businessIdType: z.ZodOptional<z.ZodString>;
169
+ idNumber: z.ZodOptional<z.ZodString>;
170
+ dba: z.ZodOptional<z.ZodString>;
171
+ businessEntityType: z.ZodOptional<z.ZodString>;
172
+ incorporationState: z.ZodOptional<z.ZodString>;
173
+ formationDate: z.ZodOptional<z.ZodString>;
174
+ website: z.ZodOptional<z.ZodString>;
175
+ achCompanyId: z.ZodOptional<z.ZodString>;
176
+ mcc: z.ZodOptional<z.ZodString>;
177
+ naics: z.ZodOptional<z.ZodString>;
178
+ mobilePhone: z.ZodOptional<z.ZodString>;
179
+ contactPersonFirstName: z.ZodOptional<z.ZodString>;
180
+ contactPersonLastName: z.ZodOptional<z.ZodString>;
181
+ contactPersonEmail: z.ZodOptional<z.ZodString>;
182
+ contactPersonPhone: z.ZodOptional<z.ZodString>;
183
+ address: z.ZodOptional<z.ZodObject<{
184
+ line1: z.ZodOptional<z.ZodString>;
185
+ line2: z.ZodOptional<z.ZodString>;
186
+ city: z.ZodOptional<z.ZodString>;
187
+ state: z.ZodOptional<z.ZodString>;
188
+ postalCode: z.ZodOptional<z.ZodString>;
189
+ countryCode: z.ZodString;
190
+ type: z.ZodOptional<z.ZodString>;
191
+ }, z.core.$strip>>;
192
+ submittedBy: z.ZodOptional<z.ZodObject<{
193
+ contactPersonEmail: z.ZodOptional<z.ZodString>;
194
+ contactPersonFirstName: z.ZodOptional<z.ZodString>;
195
+ contactPersonLastName: z.ZodOptional<z.ZodString>;
196
+ contactPersonPhone: z.ZodOptional<z.ZodString>;
197
+ }, z.core.$strip>>;
198
+ }, z.core.$strip>;
199
+ type BusinessProfile = z.infer<typeof businessProfileSchema>;
200
+
201
+ declare const uboSchema: z.ZodObject<{
202
+ legalFirstName: z.ZodOptional<z.ZodString>;
203
+ legalLastName: z.ZodOptional<z.ZodString>;
204
+ email: z.ZodOptional<z.ZodString>;
205
+ title: z.ZodOptional<z.ZodString>;
206
+ ownershipPercentage: z.ZodOptional<z.ZodNumber>;
207
+ idNumber: z.ZodOptional<z.ZodString>;
208
+ ssn: z.ZodOptional<z.ZodString>;
209
+ dateOfBirth: z.ZodOptional<z.ZodDate>;
210
+ street: z.ZodOptional<z.ZodString>;
211
+ apartment: z.ZodOptional<z.ZodString>;
212
+ city: z.ZodOptional<z.ZodString>;
213
+ state: z.ZodOptional<z.ZodString>;
214
+ country: z.ZodOptional<z.ZodString>;
215
+ }, z.core.$strip>;
216
+ type UBOFormData = z.infer<typeof uboSchema>;
217
+
218
+ declare const accountSchema: z.ZodObject<{
219
+ routingNumber: z.ZodOptional<z.ZodString>;
220
+ accountNumber: z.ZodOptional<z.ZodString>;
221
+ accountType: z.ZodOptional<z.ZodString>;
222
+ }, z.core.$strip>;
223
+ type AccountFormData = z.infer<typeof accountSchema>;
224
+
225
+ interface Business {
226
+ id: string;
227
+ businessName: string;
228
+ status: string;
229
+ cipStatus: "PASS" | "FAIL" | "IN_REVIEW" | "NOT_START" | "not_start" | "pending" | "rejected" | "verified";
230
+ type: "Business" | "Individual";
231
+ subType: "Customer" | "UBO";
232
+ }
233
+ interface BusinessAccount$1 {
234
+ id: string;
235
+ accountNumber: string;
236
+ routingNumber: string;
237
+ bankName: string;
238
+ bankAccountType: string;
239
+ }
240
+ interface SelectOption$4 {
241
+ value: string;
242
+ label: string;
243
+ }
244
+ interface BusinessDetailViewProps {
245
+ business: Business;
246
+ businessProfile?: BusinessProfile;
247
+ identityVerification?: IdentityVerification;
248
+ latestOFAC?: OFACCheck;
249
+ onNavigateToOFAC?: (ofacCheckId?: string) => void;
250
+ showTimeline?: boolean;
251
+ businessUBOs: UBO[];
252
+ businessDocuments: BusinessDocument[];
253
+ businessAccounts: BusinessAccount$1[];
254
+ currentStatus: string;
255
+ isEditingProfile: boolean;
256
+ statusOptions: SelectOption$4[];
257
+ businessEntityTypeOptions: SelectOption$4[];
258
+ onStatusChange: (newStatus: string) => void;
259
+ onProfileDataChange: (profile: BusinessProfile) => void;
260
+ onToggleProfileEdit: () => void;
261
+ onNavigateToAccounts: () => void;
262
+ onNavigateToCounterparty: () => void;
263
+ onCreateCounterparty?: () => void;
264
+ onNavigateToTransactions?: () => void;
265
+ onAddAccount?: (data: AccountFormData) => Promise<void | boolean> | void | boolean;
266
+ onDeleteAccount?: (accountId: string) => Promise<void | boolean> | void | boolean;
267
+ onUBOClick: (customerId: string) => void;
268
+ onAddUBO?: (data: UBOFormData) => Promise<void | boolean> | void | boolean;
269
+ onRemoveUBO?: (uboId: string) => void;
270
+ onDocumentUpload: (file: File, metadata: {
271
+ name: string;
272
+ description: string;
273
+ type: string;
274
+ }) => Promise<void>;
275
+ onDocumentDelete?: (documentId: string) => Promise<void | boolean> | void | boolean;
276
+ renderDocumentViewer?: (document: BusinessDocument) => ReactNode;
277
+ onRevealIdNumber?: () => Promise<string>;
278
+ isIdNumberRevealed?: boolean;
279
+ onToggleIdNumberVisibility?: () => void;
280
+ isLoadingIdNumber?: boolean;
281
+ revealedIdNumber?: string | null;
282
+ onProductIdClick?: (productId: number) => void;
283
+ }
284
+ declare const BusinessDetailView: ({ business, businessProfile, identityVerification, latestOFAC, onNavigateToOFAC, showTimeline, businessUBOs, businessDocuments, businessAccounts, currentStatus, isEditingProfile, statusOptions, businessEntityTypeOptions, onStatusChange, onProfileDataChange, onToggleProfileEdit, onNavigateToAccounts, onNavigateToCounterparty, onCreateCounterparty, onNavigateToTransactions, onAddAccount, onDeleteAccount, onUBOClick, onAddUBO, onRemoveUBO, onDocumentUpload, onDocumentDelete, renderDocumentViewer, onRevealIdNumber, isIdNumberRevealed, onToggleIdNumberVisibility, isLoadingIdNumber, revealedIdNumber, onProductIdClick, }: BusinessDetailViewProps) => react_jsx_runtime.JSX.Element;
285
+
286
+ interface BusinessFilters {
287
+ businessId: string;
288
+ name: string;
289
+ productName: string;
290
+ status: string;
291
+ createdDateStart?: Date;
292
+ createdDateEnd?: Date;
293
+ }
294
+ interface BusinessFiltersSheetProps {
295
+ filters: BusinessFilters;
296
+ onFilterChange: (field: keyof BusinessFilters, value: string | Date | undefined) => void;
297
+ onResetFilters: () => void;
298
+ }
299
+ declare const BusinessFiltersSheet: ({ filters, onFilterChange, onResetFilters }: BusinessFiltersSheetProps) => react_jsx_runtime.JSX.Element;
300
+
301
+ interface CreateBusinessViewProps {
302
+ form: UseFormReturn<BusinessProfile>;
303
+ businessType: string;
304
+ onBusinessTypeChange: (value: string) => void;
305
+ onSubmit: (data: BusinessProfile) => void;
306
+ onCancel: () => void;
307
+ }
308
+ declare const CreateBusinessView: ({ form, businessType, onBusinessTypeChange, onSubmit, onCancel }: CreateBusinessViewProps) => react_jsx_runtime.JSX.Element;
309
+
310
+ interface CounterpartiesViewProps {
311
+ table: React.ReactNode;
312
+ filters: {
313
+ name: string;
314
+ status: string;
315
+ productId: string;
316
+ businessId: string;
317
+ individualId: string;
318
+ accountId: string;
319
+ };
320
+ onFilterChange: (field: string, value: string) => void;
321
+ onResetFilters: () => void;
322
+ onCreateCounterparty: () => void;
323
+ }
324
+ declare const CounterpartiesView: ({ table, filters, onFilterChange, onResetFilters, onCreateCounterparty }: CounterpartiesViewProps) => react_jsx_runtime.JSX.Element;
325
+
326
+ interface PaymentMethodCardProps {
327
+ type: "ACH" | "Wire";
328
+ fiId: string;
329
+ accountNumber: string;
330
+ bankName?: string;
331
+ accountType?: string;
332
+ beneficiaryBankName?: string;
333
+ beneficiaryFiIdType?: string;
334
+ correspondentBankId?: string;
335
+ intermediaryBankId?: string;
336
+ wireType?: "DOMESTIC" | "INTERNATIONAL";
337
+ direction?: "INBOUND" | "OUTBOUND";
338
+ className?: string;
339
+ onDelete?: () => void;
340
+ }
341
+
342
+ declare const addressSchema: z.ZodObject<{
343
+ line1: z.ZodOptional<z.ZodString>;
344
+ line2: z.ZodOptional<z.ZodString>;
345
+ city: z.ZodOptional<z.ZodString>;
346
+ state: z.ZodOptional<z.ZodString>;
347
+ postalCode: z.ZodOptional<z.ZodString>;
348
+ countryCode: z.ZodString;
349
+ type: z.ZodOptional<z.ZodString>;
350
+ }, z.core.$strip>;
351
+ declare const counterpartyDetailSchema: z.ZodObject<{
352
+ email: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodLiteral<"">]>;
353
+ phone: z.ZodOptional<z.ZodString>;
354
+ dateOfBirth: z.ZodOptional<z.ZodString>;
355
+ idNumber: z.ZodOptional<z.ZodString>;
356
+ idDocType: z.ZodOptional<z.ZodString>;
357
+ idType: z.ZodOptional<z.ZodString>;
358
+ idValue: z.ZodOptional<z.ZodString>;
359
+ address: z.ZodOptional<z.ZodObject<{
360
+ line1: z.ZodOptional<z.ZodString>;
361
+ line2: z.ZodOptional<z.ZodString>;
362
+ city: z.ZodOptional<z.ZodString>;
363
+ state: z.ZodOptional<z.ZodString>;
364
+ postalCode: z.ZodOptional<z.ZodString>;
365
+ countryCode: z.ZodString;
366
+ type: z.ZodOptional<z.ZodString>;
367
+ }, z.core.$strip>>;
368
+ }, z.core.$strip>;
369
+ type CounterpartyDetail$1 = z.infer<typeof counterpartyDetailSchema>;
370
+ type Address = z.infer<typeof addressSchema>;
371
+
372
+ declare const achTransferSchema: z.ZodObject<{
373
+ basicInfo: z.ZodObject<{
374
+ counterpartyName: z.ZodString;
375
+ shortName: z.ZodString;
376
+ type: z.ZodString;
377
+ description: z.ZodOptional<z.ZodString>;
378
+ }, z.core.$strip>;
379
+ bankDetails: z.ZodObject<{
380
+ gatewayRoutingNumber: z.ZodString;
381
+ rdfiNumberQualifier: z.ZodString;
382
+ }, z.core.$strip>;
383
+ }, z.core.$strip>;
384
+ type ACHTransfer = z.infer<typeof achTransferSchema>;
385
+
386
+ declare const intermediaryFISchema: z.ZodObject<{
387
+ accountNumber: z.ZodOptional<z.ZodString>;
388
+ name: z.ZodOptional<z.ZodString>;
389
+ idType: z.ZodOptional<z.ZodString>;
390
+ idNumber: z.ZodOptional<z.ZodString>;
391
+ address: z.ZodOptional<z.ZodObject<{
392
+ line1: z.ZodOptional<z.ZodString>;
393
+ line2: z.ZodOptional<z.ZodString>;
394
+ city: z.ZodOptional<z.ZodString>;
395
+ state: z.ZodOptional<z.ZodString>;
396
+ postalCode: z.ZodOptional<z.ZodString>;
397
+ countryCode: z.ZodString;
398
+ type: z.ZodOptional<z.ZodString>;
399
+ }, z.core.$strip>>;
400
+ }, z.core.$strip>;
401
+ type IntermediaryFI$1 = z.infer<typeof intermediaryFISchema>;
402
+
403
+ interface CounterpartyDetailViewProps {
404
+ counterpartyName: string;
405
+ counterpartyType: string;
406
+ currentStatus: string;
407
+ isEditingProfile: boolean;
408
+ counterpartyProfileData: CounterpartyDetail$1;
409
+ achPaymentMethod?: PaymentMethodCardProps | null;
410
+ wirePaymentMethod?: PaymentMethodCardProps | null;
411
+ onStatusChange: (newStatus: string) => void;
412
+ onToggleProfileEdit: () => void;
413
+ onProfileDataChange: (data: CounterpartyDetail$1) => void;
414
+ onAddACH: () => void;
415
+ onDeleteACH: () => void;
416
+ onAddWire: () => void;
417
+ onDeleteWire: () => void;
418
+ onEntityClick?: (entityType: string, entityId: string) => void;
419
+ onNavigateToTransactions?: () => void;
420
+ latestOFAC?: OFACCheck;
421
+ onNavigateToOFAC?: (ofacCheckId?: string) => void;
422
+ }
423
+ declare const CounterpartyDetailView: ({ counterpartyName, counterpartyType, currentStatus, isEditingProfile, counterpartyProfileData, achPaymentMethod, wirePaymentMethod, onStatusChange, onToggleProfileEdit, onProfileDataChange, onAddACH, onDeleteACH, onAddWire, onDeleteWire, onEntityClick, onNavigateToTransactions, latestOFAC, onNavigateToOFAC, }: CounterpartyDetailViewProps) => react_jsx_runtime.JSX.Element;
424
+
425
+ interface CreateCounterpartyViewProps {
426
+ counterpartyData: any;
427
+ onBasicInfoChange: (data: any) => void;
428
+ onCancel: () => void;
429
+ onSubmit: () => void;
430
+ achPaymentMethod: PaymentMethodCardProps | null;
431
+ wirePaymentMethod: PaymentMethodCardProps | null;
432
+ hasWire: boolean;
433
+ onAddACH: () => void;
434
+ onDeleteACH: () => void;
435
+ onAddWire: () => void;
436
+ onDeleteWire: () => void;
437
+ validationErrors?: Record<string, boolean>;
438
+ onCountryCodeChange?: (value: string) => void;
439
+ }
440
+ declare const CreateCounterpartyView: ({ counterpartyData, onBasicInfoChange, onCancel, onSubmit, achPaymentMethod, wirePaymentMethod, hasWire, onAddACH, onDeleteACH, onAddWire, onDeleteWire, validationErrors, onCountryCodeChange, }: CreateCounterpartyViewProps) => react_jsx_runtime.JSX.Element;
441
+
442
+ interface BusinessAccount {
443
+ id: string;
444
+ name: string;
445
+ number: string;
446
+ type: "checking" | "savings" | "zero-balance" | "funding";
447
+ status: "active" | "inactive";
448
+ settledBalance: number;
449
+ pendingCredits: number;
450
+ pendingDebits: number;
451
+ fundsOnHold: number;
452
+ accountBalance: number;
453
+ availableBalance: number;
454
+ currency: string;
455
+ institution: string;
456
+ routingNumber: string;
457
+ country: string;
458
+ customerName: string;
459
+ customerId: string;
460
+ customerType: "business" | "individual";
461
+ created: string;
462
+ modified: string;
463
+ }
464
+
465
+ interface AccountFormValues {
466
+ accountName: string;
467
+ canAcceptSweep: "Yes" | "No";
468
+ fundingAccountNumber?: string;
469
+ sweepAccountNumber?: string;
470
+ }
471
+ interface SelectOption$3 {
472
+ value: string;
473
+ label: string;
474
+ }
475
+ interface AccountDetailViewProps {
476
+ account: BusinessAccount;
477
+ currentStatus: string;
478
+ onStatusChange: (status: string) => void;
479
+ statusOptions: SelectOption$3[];
480
+ canAcceptSweepOptions: SelectOption$3[];
481
+ form: UseFormReturn<AccountFormValues> & {
482
+ isEditing: boolean;
483
+ handleToggleEdit: () => void;
484
+ handleSave: () => void;
485
+ handleCancel: () => void;
486
+ };
487
+ onNavigateCustomer: () => void;
488
+ onNavigateCounterparty: () => void;
489
+ onNavigateLimits: () => void;
490
+ onNavigateTransactions: () => void;
491
+ onNavigateProduct?: () => void;
492
+ hideTransactionAction?: boolean;
493
+ isLoading?: boolean;
494
+ error?: string | null;
495
+ onRetry?: () => void;
496
+ onNavigateFees?: () => void;
497
+ onCreateTransaction?: () => void;
498
+ onCreateCounterparty?: () => void;
499
+ onCreateLimit?: () => void;
500
+ }
501
+ declare const AccountDetailView: ({ account, currentStatus, onStatusChange, statusOptions, canAcceptSweepOptions, form, onNavigateCustomer, onNavigateCounterparty, onNavigateLimits, onNavigateTransactions, onNavigateProduct, hideTransactionAction, isLoading, error, onRetry, onNavigateFees, onCreateTransaction, onCreateCounterparty, onCreateLimit, }: AccountDetailViewProps) => react_jsx_runtime.JSX.Element;
502
+
503
+ interface AccountFilters {
504
+ accountNumber: string;
505
+ }
506
+
507
+ interface AccountsViewProps {
508
+ table: React.ReactNode;
509
+ filters: AccountFilters;
510
+ onFilterChange: (field: keyof AccountFilters, value: string) => void;
511
+ onResetFilters: () => void;
512
+ onApplyFilters: () => void;
513
+ isLoading?: boolean;
514
+ error?: string | null;
515
+ onRetry?: () => void;
516
+ isEmpty?: boolean;
517
+ hasActiveFilters?: boolean;
518
+ hideBalanceColumns?: boolean;
519
+ }
520
+ declare const AccountsView: ({ table, filters, onFilterChange, onResetFilters, onApplyFilters, isLoading, error, onRetry, isEmpty, hasActiveFilters, hideBalanceColumns }: AccountsViewProps) => react_jsx_runtime.JSX.Element;
521
+
522
+ interface IndividualsFilters {
523
+ individualId: string;
524
+ name: string;
525
+ productName: string;
526
+ status: string;
527
+ createdDateStart?: Date;
528
+ createdDateEnd?: Date;
529
+ }
530
+
531
+ interface IndividualsViewProps {
532
+ title?: string;
533
+ filters: IndividualsFilters;
534
+ statusOptions: {
535
+ value: string;
536
+ label: string;
537
+ }[];
538
+ onFilterChange: (field: keyof IndividualsFilters, value: string | Date | undefined) => void;
539
+ onResetFilters: () => void;
540
+ onApplyFilters: () => void;
541
+ onCreateIndividual: () => void;
542
+ table: React.ReactNode;
543
+ }
544
+ declare const IndividualsView: ({ title, filters, statusOptions, onFilterChange, onResetFilters, onApplyFilters, onCreateIndividual, table, }: IndividualsViewProps) => react_jsx_runtime.JSX.Element;
545
+
546
+ declare const individualProfileEditSchema: z.ZodObject<{
547
+ firstName: z.ZodOptional<z.ZodString>;
548
+ lastName: z.ZodOptional<z.ZodString>;
549
+ dateOfBirth: z.ZodOptional<z.ZodString>;
550
+ idType: z.ZodOptional<z.ZodString>;
551
+ idNumber: z.ZodOptional<z.ZodString>;
552
+ ssn: z.ZodOptional<z.ZodString>;
553
+ email: z.ZodOptional<z.ZodString>;
554
+ mobilePhone: z.ZodOptional<z.ZodString>;
555
+ streetAddress: z.ZodOptional<z.ZodString>;
556
+ apartment: z.ZodOptional<z.ZodString>;
557
+ city: z.ZodOptional<z.ZodString>;
558
+ state: z.ZodOptional<z.ZodString>;
559
+ postalCode: z.ZodOptional<z.ZodString>;
560
+ country: z.ZodOptional<z.ZodString>;
561
+ externalId: z.ZodOptional<z.ZodCoercedString<unknown>>;
562
+ productId: z.ZodOptional<z.ZodCoercedString<unknown>>;
563
+ }, z.core.$strip>;
564
+ type IndividualProfileEdit = z.infer<typeof individualProfileEditSchema>;
565
+
566
+ declare const externalAccountSchema: z.ZodObject<{
567
+ routingNumber: z.ZodOptional<z.ZodString>;
568
+ accountNumber: z.ZodOptional<z.ZodString>;
569
+ bankName: z.ZodOptional<z.ZodString>;
570
+ bankAccountType: z.ZodOptional<z.ZodString>;
571
+ }, z.core.$strip>;
572
+ type ExternalAccountFormData = z.infer<typeof externalAccountSchema>;
573
+
574
+ interface SelectOption$2 {
575
+ value: string;
576
+ label: string;
577
+ }
578
+ interface IndividualDetailViewProps {
579
+ individual: {
580
+ id: string;
581
+ firstName: string;
582
+ lastName: string;
583
+ cipStatus: any;
584
+ subType?: "UBO" | "Customer";
585
+ };
586
+ profile: IndividualProfileEdit;
587
+ onProfileSave?: (data: IndividualProfileEdit) => Promise<void> | void;
588
+ status: string;
589
+ statusOptions: SelectOption$2[];
590
+ onStatusChange: (newStatus: string) => void;
591
+ latestOFAC?: OFACCheck;
592
+ onNavigateToOFAC?: (ofacCheckId?: string) => void;
593
+ onNavigateToAccounts: () => void;
594
+ onNavigateToCounterparty: () => void;
595
+ onCreateCounterparty: () => void;
596
+ onNavigateToTransactions: () => void;
597
+ showTimeline?: boolean;
598
+ profileIsEditing: boolean;
599
+ onToggleProfileEdit: () => void;
600
+ onProductIdClick?: (productId: string) => void;
601
+ externalAccounts: Array<{
602
+ id: string;
603
+ routingNumber: string;
604
+ accountNumber: string;
605
+ bankName: string;
606
+ bankAccountType: string;
607
+ }>;
608
+ onAddExternalAccount: (data: ExternalAccountFormData) => Promise<void | boolean> | void | boolean;
609
+ onDeleteExternalAccount: (accountId: string) => Promise<void | boolean> | void | boolean;
610
+ documents: BusinessDocument[];
611
+ onDocumentUpload: (file: File, metadata: {
612
+ name: string;
613
+ description: string;
614
+ type: string;
615
+ }) => Promise<void>;
616
+ onDocumentDelete?: (documentId: string) => Promise<void | boolean> | void | boolean;
617
+ renderDocumentViewer?: (document: BusinessDocument) => React.ReactNode;
618
+ }
619
+ declare const IndividualDetailView: ({ individual, profile, onProfileSave, status, statusOptions, onStatusChange, latestOFAC, onNavigateToOFAC, onNavigateToAccounts, onNavigateToCounterparty, onCreateCounterparty, onNavigateToTransactions, showTimeline, profileIsEditing, onToggleProfileEdit, onProductIdClick, externalAccounts, onAddExternalAccount, onDeleteExternalAccount, documents, onDocumentUpload, onDocumentDelete, renderDocumentViewer, }: IndividualDetailViewProps) => react_jsx_runtime.JSX.Element;
620
+
621
+ type CreateIndividualViewForm = {
622
+ handleSubmit: (onValid: any) => (e?: any) => void;
623
+ handleSave: (data?: any) => Promise<void> | void;
624
+ isFormValid: boolean;
625
+ isLoading: boolean;
626
+ };
627
+ interface CreateIndividualViewProps {
628
+ form: CreateIndividualViewForm;
629
+ onCancel: () => void;
630
+ onSubmit: () => void;
631
+ }
632
+ declare const CreateIndividualView: ({ form, onCancel, onSubmit }: CreateIndividualViewProps) => react_jsx_runtime.JSX.Element;
633
+
634
+ interface ACHBankCardProps {
635
+ data?: Partial<ACHTransfer>;
636
+ onDataChange?: (data: ACHTransfer) => void;
637
+ isEditing?: boolean;
638
+ onToggleEdit?: () => void;
639
+ className?: string;
640
+ hideActions?: boolean;
641
+ }
642
+ declare const ACHBankCard: ({ data, onDataChange, isEditing, onToggleEdit, className, hideActions }: ACHBankCardProps) => react_jsx_runtime.JSX.Element;
643
+
644
+ interface ACHBasicInfoCardProps {
645
+ data?: Partial<ACHTransfer>;
646
+ onDataChange?: (data: ACHTransfer) => void;
647
+ isEditing?: boolean;
648
+ onToggleEdit?: () => void;
649
+ className?: string;
650
+ hideActions?: boolean;
651
+ }
652
+ declare const ACHBasicInfoCard: ({ data, onDataChange, isEditing, onToggleEdit, className, hideActions }: ACHBasicInfoCardProps) => react_jsx_runtime.JSX.Element;
653
+
654
+ interface ACHTransferSectionProps {
655
+ isEditing?: boolean;
656
+ onToggleEdit?: () => void;
657
+ className?: string;
658
+ hideActions?: boolean;
659
+ }
660
+ declare const ACHTransferSection: ({ isEditing, onToggleEdit, className, hideActions }: ACHTransferSectionProps) => react_jsx_runtime.JSX.Element;
661
+
662
+ declare const inputVariants: (props?: {
663
+ variant?: "default" | "success" | "disabled" | "error" | "readonly";
664
+ size?: "default" | "sm" | "lg";
665
+ } & class_variance_authority_dist_types.ClassProp) => string;
666
+ interface InputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, 'size'>, VariantProps<typeof inputVariants> {
667
+ label?: string;
668
+ hint?: string;
669
+ error?: string;
670
+ success?: string;
671
+ isLoading?: boolean;
672
+ }
673
+ declare const EnhancedInput: React$1.ForwardRefExoticComponent<InputProps & React$1.RefAttributes<HTMLInputElement>>;
674
+
675
+ interface AddressFormProps {
676
+ title: string;
677
+ description: string;
678
+ fieldPrefix?: string;
679
+ showAddressType?: boolean;
680
+ addressTypeOptions?: Array<{
681
+ value: string;
682
+ label: string;
683
+ }>;
684
+ fieldOverrides?: {
685
+ state?: Partial<React.ComponentProps<typeof EnhancedInput>>;
686
+ city?: Partial<React.ComponentProps<typeof EnhancedInput>>;
687
+ streetAddress?: Partial<React.ComponentProps<typeof EnhancedInput>>;
688
+ postalCode?: Partial<React.ComponentProps<typeof EnhancedInput>>;
689
+ apartment?: Partial<React.ComponentProps<typeof EnhancedInput>>;
690
+ };
691
+ showApartment?: boolean;
692
+ countryCode?: string;
693
+ onCountryCodeChange?: (value: string) => void;
694
+ countryCodeError?: boolean;
695
+ }
696
+ declare const AddressForm: ({ title, description, fieldPrefix, showAddressType, addressTypeOptions, fieldOverrides, showApartment, countryCode, onCountryCodeChange, countryCodeError, }: AddressFormProps) => react_jsx_runtime.JSX.Element;
697
+
698
+ interface BankAddressCardProps {
699
+ data?: Partial<Address>;
700
+ onDataChange?: (data: Address) => void;
701
+ isEditing?: boolean;
702
+ onToggleEdit?: () => void;
703
+ className?: string;
704
+ hideActions?: boolean;
705
+ }
706
+ declare const BankAddressCard: ({ data, onDataChange, isEditing, onToggleEdit, className, hideActions }: BankAddressCardProps) => react_jsx_runtime.JSX.Element;
707
+
708
+ interface BankingDetailsCardProps {
709
+ isEditing?: boolean;
710
+ onToggleEdit?: () => void;
711
+ className?: string;
712
+ }
713
+ declare const BankingDetailsCard: ({ isEditing, onToggleEdit, className }: BankingDetailsCardProps) => react_jsx_runtime.JSX.Element;
714
+
715
+ interface BasicInfoCardProps {
716
+ isEditing?: boolean;
717
+ onToggleEdit?: () => void;
718
+ className?: string;
719
+ hideActions?: boolean;
720
+ }
721
+ declare const BasicInfoCard: ({ isEditing, onToggleEdit, className, hideActions }: BasicInfoCardProps) => react_jsx_runtime.JSX.Element;
722
+
723
+ interface BasicInfoSectionProps {
724
+ isEditing?: boolean;
725
+ onToggleEdit?: () => void;
726
+ className?: string;
727
+ hideActions?: boolean;
728
+ }
729
+ declare const BasicInfoSection: ({ isEditing, onToggleEdit, className, hideActions }: BasicInfoSectionProps) => react_jsx_runtime.JSX.Element;
730
+
731
+ declare const BeneficiaryAddress: () => react_jsx_runtime.JSX.Element;
732
+
733
+ interface BeneficiaryCardProps {
734
+ isEditing?: boolean;
735
+ onToggleEdit?: () => void;
736
+ className?: string;
737
+ hideActions?: boolean;
738
+ }
739
+ declare const BeneficiaryCard: ({ isEditing, onToggleEdit, className, hideActions }: BeneficiaryCardProps) => react_jsx_runtime.JSX.Element;
740
+
741
+ declare const BeneficiaryDomesticWire: () => react_jsx_runtime.JSX.Element;
742
+
743
+ interface SelectOption$1 {
744
+ value: string;
745
+ label: string;
746
+ }
747
+ interface BusinessProfileCardProps {
748
+ data?: Partial<BusinessProfile>;
749
+ businessId?: string;
750
+ identityVerification?: IdentityVerification;
751
+ onDataChange?: (data: BusinessProfile) => void;
752
+ isEditing?: boolean;
753
+ onToggleEdit?: () => void;
754
+ className?: string;
755
+ hideActions?: boolean;
756
+ onProductIdClick?: (productId: number) => void;
757
+ onRevealIdNumber?: () => Promise<string>;
758
+ isIdNumberRevealed?: boolean;
759
+ onToggleIdNumberVisibility?: () => void;
760
+ isLoadingIdNumber?: boolean;
761
+ revealedIdNumber?: string | null;
762
+ businessEntityTypeOptions?: SelectOption$1[];
763
+ }
764
+ declare const BusinessProfileCard: ({ data, businessId, identityVerification, onDataChange, isEditing, onToggleEdit, className, hideActions, onProductIdClick, onRevealIdNumber, isIdNumberRevealed, onToggleIdNumberVisibility, isLoadingIdNumber, revealedIdNumber, businessEntityTypeOptions }: BusinessProfileCardProps) => react_jsx_runtime.JSX.Element;
765
+
766
+ interface BusinessStatusCardProps {
767
+ isEditing?: boolean;
768
+ onToggleEdit?: () => void;
769
+ className?: string;
770
+ }
771
+ declare const BusinessStatusCard: ({ isEditing, onToggleEdit, className }: BusinessStatusCardProps) => react_jsx_runtime.JSX.Element;
772
+
773
+ interface ContactInfoCardProps {
774
+ isEditing?: boolean;
775
+ onToggleEdit?: () => void;
776
+ className?: string;
777
+ }
778
+ declare const ContactInfoCard: ({ isEditing, onToggleEdit, className }: ContactInfoCardProps) => react_jsx_runtime.JSX.Element;
779
+
780
+ interface CounterpartyBasicInfoProps {
781
+ value?: any;
782
+ onDataChange?: (data: any) => void;
783
+ validationErrors?: Record<string, boolean>;
784
+ }
785
+ declare const CounterpartyBasicInfo: ({ value, onDataChange, validationErrors }: CounterpartyBasicInfoProps) => react_jsx_runtime.JSX.Element;
786
+
787
+ interface CounterpartyProfileCardProps {
788
+ data?: Partial<CounterpartyDetail$1>;
789
+ onDataChange?: (data: CounterpartyDetail$1) => void;
790
+ isEditing?: boolean;
791
+ onToggleEdit?: () => void;
792
+ hideActions?: boolean;
793
+ className?: string;
794
+ onEntityClick?: (entityType: string, entityId: string) => void;
795
+ }
796
+ declare const CounterpartyProfileCard: ({ data, onDataChange, isEditing, onToggleEdit, hideActions, className, onEntityClick }: CounterpartyProfileCardProps) => react_jsx_runtime.JSX.Element;
797
+
798
+ interface CounterpartyRecordsCardProps {
799
+ isEditing?: boolean;
800
+ hideActions?: boolean;
801
+ className?: string;
802
+ }
803
+ declare const CounterpartyRecordsCard: ({ isEditing, hideActions, className }: CounterpartyRecordsCardProps) => react_jsx_runtime.JSX.Element;
804
+
805
+ interface IntermediaryCardProps {
806
+ data?: Partial<IntermediaryFI$1>;
807
+ onDataChange?: (data: IntermediaryFI$1) => void;
808
+ isEditing?: boolean;
809
+ onToggleEdit?: () => void;
810
+ className?: string;
811
+ hideActions?: boolean;
812
+ }
813
+ declare const IntermediaryCard: ({ data, onDataChange, isEditing, onToggleEdit, className, hideActions }: IntermediaryCardProps) => react_jsx_runtime.JSX.Element;
814
+
815
+ declare const IntermediaryFI: () => react_jsx_runtime.JSX.Element;
816
+
817
+ declare const IntermediaryFIAddress: () => react_jsx_runtime.JSX.Element;
818
+
819
+ interface OriginatorCardProps {
820
+ isEditing?: boolean;
821
+ onToggleEdit?: () => void;
822
+ className?: string;
823
+ hideActions?: boolean;
824
+ }
825
+ declare const OriginatorCard: ({ isEditing, onToggleEdit, className, hideActions }: OriginatorCardProps) => react_jsx_runtime.JSX.Element;
826
+
827
+ declare const OriginatorFI: () => react_jsx_runtime.JSX.Element;
828
+
829
+ declare const OriginatorFIAddress: () => react_jsx_runtime.JSX.Element;
830
+
831
+ interface PaymentInformationSectionProps {
832
+ achEnabled?: boolean;
833
+ wireEnabled?: boolean;
834
+ onACHToggle?: (enabled: boolean) => void;
835
+ onWireToggle?: (enabled: boolean) => void;
836
+ }
837
+ declare const PaymentInformationSection: ({ achEnabled: achEnabledProp, wireEnabled: wireEnabledProp, onACHToggle, onWireToggle, }: PaymentInformationSectionProps) => react_jsx_runtime.JSX.Element;
838
+
839
+ declare const receiverSchema: z.ZodObject<{
840
+ routingNumber: z.ZodString;
841
+ bankShortName: z.ZodString;
842
+ }, z.core.$strip>;
843
+ type ReceiverInfo = z.infer<typeof receiverSchema>;
844
+ interface ReceiverCardProps {
845
+ data?: Partial<ReceiverInfo>;
846
+ onDataChange?: (data: ReceiverInfo) => void;
847
+ isEditing?: boolean;
848
+ onToggleEdit?: () => void;
849
+ className?: string;
850
+ hideActions?: boolean;
851
+ }
852
+ declare const ReceiverCard: ({ data, onDataChange, isEditing, onToggleEdit, className, hideActions }: ReceiverCardProps) => react_jsx_runtime.JSX.Element;
853
+
854
+ interface WireTransferSectionProps {
855
+ isEditing?: boolean;
856
+ onToggleEdit?: () => void;
857
+ className?: string;
858
+ hideActions?: boolean;
859
+ }
860
+ declare const WireTransferSection: ({ isEditing, onToggleEdit, className, hideActions }: WireTransferSectionProps) => react_jsx_runtime.JSX.Element;
861
+
862
+ interface BreadcrumbItem {
863
+ label: string;
864
+ href?: string;
865
+ icon?: React$1.ReactNode;
866
+ }
867
+ interface BreadcrumbProps {
868
+ items: BreadcrumbItem[];
869
+ showHome?: boolean;
870
+ separator?: React$1.ReactNode;
871
+ className?: string;
872
+ }
873
+ declare const Breadcrumb: React$1.ForwardRefExoticComponent<BreadcrumbProps & React$1.RefAttributes<HTMLElement>>;
874
+
875
+ interface PageAction$1 {
876
+ label: string;
877
+ onClick: () => void;
878
+ variant?: "default" | "outline" | "secondary";
879
+ icon?: React$1.ReactNode;
880
+ }
881
+ interface ListPageProps {
882
+ title: string;
883
+ description?: string;
884
+ breadcrumbs?: BreadcrumbItem[];
885
+ actions?: PageAction$1[];
886
+ children: React$1.ReactNode;
887
+ maxWidth?: "sm" | "md" | "lg" | "xl" | "full";
888
+ loading?: boolean;
889
+ emptyState?: React$1.ReactNode;
890
+ className?: string;
891
+ }
892
+ declare const ListPage: React$1.ForwardRefExoticComponent<ListPageProps & React$1.RefAttributes<HTMLDivElement>>;
893
+
894
+ interface StatementHeader {
895
+ account?: string;
896
+ productId?: string;
897
+ programId?: string;
898
+ startDate?: string;
899
+ endDate?: string;
900
+ startingBalance?: string;
901
+ endingBalance?: string;
902
+ }
903
+ interface StatementTransaction {
904
+ transactionType: string;
905
+ direction: "CREDIT" | "DEBIT";
906
+ amount: number;
907
+ count: number;
908
+ }
909
+
910
+ interface StatementViewProps {
911
+ statementType: string;
912
+ selectedProgram: string;
913
+ selectedProduct: string;
914
+ accountNumber: string;
915
+ startDate: Date | undefined;
916
+ endDate: Date | undefined;
917
+ statementGenerated: boolean;
918
+ programs: Array<{
919
+ value: string;
920
+ label: string;
921
+ }>;
922
+ products: Array<{
923
+ value: string;
924
+ label: string;
925
+ }>;
926
+ statementHeader: StatementHeader | null;
927
+ statementTransactions: StatementTransaction[];
928
+ programsLoading: boolean;
929
+ productsLoading: boolean;
930
+ programsError: string | null;
931
+ productsError: string | null;
932
+ onStatementTypeChange: (value: string) => void;
933
+ onProgramChange: (value: string) => void;
934
+ onProductChange: (value: string) => void;
935
+ onAccountNumberChange: (value: string) => void;
936
+ onStartDateChange: (date: Date | undefined) => void;
937
+ onEndDateChange: (date: Date | undefined) => void;
938
+ onGenerateStatement: () => void;
939
+ onEdit: () => void;
940
+ onDownloadCSV: () => void;
941
+ onPrintPDF: () => void;
942
+ onRetryFetch: () => void;
943
+ shouldShowRetry: boolean;
944
+ isGenerateDisabled: boolean;
945
+ isLoading: boolean;
946
+ }
947
+ declare const StatementView: ({ statementType, selectedProgram, selectedProduct, accountNumber, startDate, endDate, statementGenerated, programs, products, statementHeader, statementTransactions, programsLoading, productsLoading, programsError, productsError, onStatementTypeChange, onProgramChange, onProductChange, onAccountNumberChange, onStartDateChange, onEndDateChange, onGenerateStatement, onEdit, onDownloadCSV, onPrintPDF, onRetryFetch, shouldShowRetry, isGenerateDisabled, isLoading }: StatementViewProps) => react_jsx_runtime.JSX.Element;
948
+
949
+ interface ACHDetails {
950
+ originatorName: string;
951
+ originatorRtn: string;
952
+ originatorId: string;
953
+ receiverName: string;
954
+ receiverRtn: string;
955
+ receiverAccount: string;
956
+ secCode: string;
957
+ accountType?: string;
958
+ effectiveDate?: string;
959
+ service?: string;
960
+ traceNumber: string;
961
+ correctedData?: string;
962
+ returnCode?: string;
963
+ changeCode?: string;
964
+ returnReason?: string;
965
+ changeReason?: string;
966
+ returnedAt?: string;
967
+ nocAt?: string;
968
+ addenda?: string;
969
+ iatAddenda?: any;
970
+ raw?: any;
971
+ }
972
+ interface ACHDetailsSectionProps {
973
+ data: ACHDetails;
974
+ }
975
+ declare const ACHDetailsSection: ({ data }: ACHDetailsSectionProps) => react_jsx_runtime.JSX.Element;
976
+
977
+ interface WireDetails {
978
+ type: "DOMESTIC" | "INTERNATIONAL";
979
+ imad?: string;
980
+ omad?: string;
981
+ originatorName: string;
982
+ originatorAccountNumber: string;
983
+ originatorFIName: string;
984
+ originatorFIId: string;
985
+ beneficiaryName: string;
986
+ beneficiaryAccountNumber: string;
987
+ beneficiaryFIName: string;
988
+ beneficiaryFIId: string;
989
+ returnCode?: string;
990
+ returnReason?: string;
991
+ originatorToBeneficiaryInfo?: string;
992
+ raw?: any;
993
+ }
994
+ interface WireDetailsSectionProps {
995
+ data: WireDetails;
996
+ onIMADChange?: (newImad: string) => void;
997
+ }
998
+ declare const WireDetailsSection: ({ data, onIMADChange }: WireDetailsSectionProps) => react_jsx_runtime.JSX.Element;
999
+
1000
+ interface AccountData {
1001
+ accountNumber: string;
1002
+ accountName: string;
1003
+ accountType: string;
1004
+ balance: string;
1005
+ customerName: string;
1006
+ customerId: string;
1007
+ customerType: string;
1008
+ }
1009
+ interface CounterpartyData {
1010
+ counterpartyName: string;
1011
+ counterpartyId: string;
1012
+ counterpartyType: string;
1013
+ status: string;
1014
+ taxId: string;
1015
+ primaryContact: string;
1016
+ contactEmail: string;
1017
+ contactPhone: string;
1018
+ address: string;
1019
+ paymentInstrumentType: string;
1020
+ }
1021
+ interface CounterpartySearchResult {
1022
+ id: string;
1023
+ name: string;
1024
+ type: string;
1025
+ paymentInstrumentType: string;
1026
+ }
1027
+ interface NewTransactionFormValues {
1028
+ transactionType: string;
1029
+ accountNumber: string;
1030
+ counterpartyName?: string;
1031
+ amount: string;
1032
+ description: string;
1033
+ certifyInformation: boolean;
1034
+ adjustmentDirection?: string;
1035
+ adjustmentType?: string;
1036
+ receiverAccountNumber?: string;
1037
+ }
1038
+ interface TransactionTypeOption {
1039
+ value: string;
1040
+ label: string;
1041
+ icon: React__default.ComponentType<{
1042
+ className?: string;
1043
+ }>;
1044
+ disabled?: boolean;
1045
+ }
1046
+ declare const ADJUSTMENT_DIRECTION_OPTIONS: {
1047
+ value: string;
1048
+ label: string;
1049
+ }[];
1050
+ interface AdjustmentTypeOption {
1051
+ value: string;
1052
+ label: string;
1053
+ }
1054
+ interface NewTransactionViewProps {
1055
+ form: UseFormReturn<NewTransactionFormValues>;
1056
+ accountLookedUp: boolean;
1057
+ accountData: AccountData | null;
1058
+ counterpartyLookedUp: boolean;
1059
+ counterpartyData: CounterpartyData | null;
1060
+ confirmationOpen: boolean;
1061
+ submissionStatus: "success" | "error" | null;
1062
+ errorMessage: string;
1063
+ transactionId: string;
1064
+ isAccountLoading: boolean;
1065
+ isCounterpartyLoading: boolean;
1066
+ isSubmitting: boolean;
1067
+ counterpartySearchResults: CounterpartySearchResult[];
1068
+ isCounterpartySearching: boolean;
1069
+ showCounterpartyDropdown: boolean;
1070
+ onAccountLookup: () => void;
1071
+ onEditAccount: () => void;
1072
+ onEditCounterparty: () => void;
1073
+ onTransactionTypeChange: (type: string) => void;
1074
+ onSubmit: () => void;
1075
+ onConfirmationClose: () => void;
1076
+ onConfirmationOpenChange: (open: boolean) => void;
1077
+ onNewTransaction: () => void;
1078
+ onCounterpartySearchChange: (value: string) => void;
1079
+ onCounterpartySelect: (result: CounterpartySearchResult) => void;
1080
+ onCounterpartyDropdownClose: () => void;
1081
+ counterpartyHasMore: boolean;
1082
+ counterpartyTotalResults: number;
1083
+ isLoadingMoreCounterparties: boolean;
1084
+ onLoadMoreCounterparties: () => void;
1085
+ receiverAccountLookedUp: boolean;
1086
+ receiverAccountData: AccountData | null;
1087
+ isReceiverAccountLoading: boolean;
1088
+ onReceiverAccountLookup: () => void;
1089
+ onEditReceiverAccount: () => void;
1090
+ isReviewReady: boolean;
1091
+ adjustmentTypeOptions: AdjustmentTypeOption[];
1092
+ transactionTypeOptions: TransactionTypeOption[];
1093
+ showSuccessInfoBox?: boolean;
1094
+ successInfoMessage?: string;
1095
+ }
1096
+ declare const NewTransactionView: ({ form, accountLookedUp, accountData, counterpartyLookedUp, counterpartyData, confirmationOpen, submissionStatus, errorMessage, transactionId, isAccountLoading, isCounterpartyLoading, isSubmitting, counterpartySearchResults, isCounterpartySearching, showCounterpartyDropdown, onAccountLookup, onEditAccount, onEditCounterparty, onTransactionTypeChange, onSubmit, onConfirmationClose, onConfirmationOpenChange, onNewTransaction, onCounterpartySearchChange, onCounterpartySelect, onCounterpartyDropdownClose, counterpartyHasMore, counterpartyTotalResults, isLoadingMoreCounterparties, onLoadMoreCounterparties, receiverAccountLookedUp, receiverAccountData, isReceiverAccountLoading, onReceiverAccountLookup, onEditReceiverAccount, isReviewReady, adjustmentTypeOptions, transactionTypeOptions, showSuccessInfoBox, successInfoMessage, }: NewTransactionViewProps) => react_jsx_runtime.JSX.Element;
1097
+
1098
+ interface TransactionHistoryFilters {
1099
+ originalFileName?: string;
1100
+ requesterIpAddress?: string;
1101
+ requesterUsername?: string;
1102
+ showAchNoc?: boolean;
1103
+ excludeWire?: boolean;
1104
+ excludeAch?: boolean;
1105
+ wireFileHandle?: string;
1106
+ direction?: string;
1107
+ counterpartyId?: string;
1108
+ customerId?: string;
1109
+ settlementFileName?: string;
1110
+ isInbound?: boolean;
1111
+ accountNumber?: string;
1112
+ processingStatus?: string[];
1113
+ beginDate?: string;
1114
+ endDate?: string;
1115
+ postDateStart?: string;
1116
+ postDateEnd?: string;
1117
+ maxAmount?: string;
1118
+ minAmount?: string;
1119
+ productId?: string;
1120
+ paymentId?: string;
1121
+ transactionStatus?: string[];
1122
+ transactionType?: string[];
1123
+ }
1124
+ type FilterValue$1 = string | string[] | boolean | undefined;
1125
+ interface SelectOption {
1126
+ value: string;
1127
+ label: string;
1128
+ }
1129
+ interface FilterOptions {
1130
+ transactionTypes?: SelectOption[];
1131
+ transactionStatuses?: SelectOption[];
1132
+ processingStatuses?: SelectOption[];
1133
+ directions?: SelectOption[];
1134
+ products?: SelectOption[];
1135
+ }
1136
+ interface TransactionHistoryFiltersSheetProps {
1137
+ filters: TransactionHistoryFilters;
1138
+ filterOptions?: FilterOptions;
1139
+ onFilterChange: (field: keyof TransactionHistoryFilters, value: FilterValue$1) => void;
1140
+ onResetFilters: () => void;
1141
+ onApplyFilters: () => void;
1142
+ }
1143
+ declare const TransactionHistoryFiltersSheet: ({ filters, filterOptions, onFilterChange, onResetFilters, onApplyFilters }: TransactionHistoryFiltersSheetProps) => react_jsx_runtime.JSX.Element;
1144
+
1145
+ type FilterValue = string | string[] | boolean | undefined;
1146
+ interface TransactionHistoryViewProps {
1147
+ table: React.ReactNode;
1148
+ filters: TransactionHistoryFilters;
1149
+ filterOptions?: FilterOptions;
1150
+ onFilterChange: (field: keyof TransactionHistoryFilters, value: FilterValue) => void;
1151
+ onResetFilters: () => void;
1152
+ onApplyFilters: () => void;
1153
+ isLoading?: boolean;
1154
+ error?: string | null;
1155
+ onRetry?: () => void;
1156
+ }
1157
+ declare const TransactionHistoryView: ({ table, filters, filterOptions, onFilterChange, onResetFilters, onApplyFilters, isLoading, error, onRetry }: TransactionHistoryViewProps) => react_jsx_runtime.JSX.Element;
1158
+
1159
+ interface TransactionData {
1160
+ id: string;
1161
+ amount: number;
1162
+ transactionType: string;
1163
+ isInbound: boolean;
1164
+ status: string;
1165
+ processingStatus: string;
1166
+ accountNumber: string;
1167
+ customer: string;
1168
+ description: string;
1169
+ counterparty: string;
1170
+ created: string;
1171
+ ofacId?: string;
1172
+ productId?: string;
1173
+ achDetails?: any;
1174
+ wireDetails?: any;
1175
+ originalFilename?: string;
1176
+ loadedFromFile?: string;
1177
+ linkedPaymentId?: string;
1178
+ pendingUntilDate?: string;
1179
+ furtherCreditTo?: string;
1180
+ balanceAvailableDate?: string;
1181
+ requesterUsername?: string;
1182
+ requesterIpAddress?: string;
1183
+ settlementFilename?: string;
1184
+ alerts?: string[];
1185
+ }
1186
+ interface TransactionDetailViewProps {
1187
+ transaction?: TransactionData | null;
1188
+ timelineEvents: TimelineEvent[];
1189
+ isWireTransfer: boolean;
1190
+ isACHTransfer: boolean;
1191
+ showCancelButton: boolean;
1192
+ showReturnButton: boolean;
1193
+ onReturnClick: () => void;
1194
+ onCancelClick: () => void;
1195
+ onAccountClick: (accountNumber: string) => void;
1196
+ onCustomerClick: (customer: string) => void;
1197
+ onCounterpartyClick: (counterparty: string) => void;
1198
+ onOFACClick: (ofacId: string) => void;
1199
+ onProductClick: (productId: string) => void;
1200
+ onAlertClick?: (alertId: string) => void;
1201
+ onLinkedPaymentClick?: (paymentId: string) => void;
1202
+ onIMADChange?: (newImad: string) => void;
1203
+ isLoading?: boolean;
1204
+ error?: string | null;
1205
+ onRetry?: () => void;
1206
+ }
1207
+ declare const TransactionDetailView: ({ transaction, timelineEvents, isWireTransfer, isACHTransfer, showCancelButton, showReturnButton, onReturnClick, onCancelClick, onAccountClick, onCustomerClick, onCounterpartyClick, onOFACClick, onProductClick, onAlertClick, onLinkedPaymentClick, onIMADChange, isLoading, error, onRetry, }: TransactionDetailViewProps) => react_jsx_runtime.JSX.Element;
1208
+
1209
+ declare const cancelTransactionSchema: z.ZodObject<{
1210
+ reason: z.ZodString;
1211
+ }, z.core.$strip>;
1212
+ type CancelTransactionFormData = z.infer<typeof cancelTransactionSchema>;
1213
+ declare const returnTransactionSchema: z.ZodObject<{
1214
+ reasonCode: z.ZodString;
1215
+ }, z.core.$strip>;
1216
+ type ReturnTransactionFormData = z.infer<typeof returnTransactionSchema>;
1217
+ interface ReturnReasonCode {
1218
+ value: string;
1219
+ label: string;
1220
+ }
1221
+
1222
+ interface CancelTransactionDialogProps {
1223
+ transactionId: string;
1224
+ open: boolean;
1225
+ onOpenChange: (open: boolean) => void;
1226
+ onCancel: (data: CancelTransactionFormData) => Promise<void>;
1227
+ }
1228
+ declare const CancelTransactionDialog: ({ transactionId, open, onOpenChange, onCancel, }: CancelTransactionDialogProps) => react_jsx_runtime.JSX.Element;
1229
+
1230
+ interface ReturnTransactionDialogProps {
1231
+ transactionId: string;
1232
+ open: boolean;
1233
+ onOpenChange: (open: boolean) => void;
1234
+ onReturn: (data: ReturnTransactionFormData) => Promise<void>;
1235
+ reasonCodes: ReturnReasonCode[];
1236
+ }
1237
+ declare function ReturnTransactionDialog({ transactionId, open, onOpenChange, onReturn, reasonCodes, }: ReturnTransactionDialogProps): react_jsx_runtime.JSX.Element;
1238
+
1239
+ interface AccountCardProps {
1240
+ account: {
1241
+ id: string;
1242
+ name: string;
1243
+ number: string;
1244
+ type: "checking" | "savings" | "credit" | "investment";
1245
+ status: "active" | "inactive" | "pending" | "suspended";
1246
+ balance?: string;
1247
+ currency?: string;
1248
+ institution?: string;
1249
+ routingNumber?: string;
1250
+ country?: string;
1251
+ };
1252
+ showBalance?: boolean;
1253
+ className?: string;
1254
+ }
1255
+ declare const AccountCard: React$1.ForwardRefExoticComponent<AccountCardProps & React$1.RefAttributes<HTMLDivElement>>;
1256
+
1257
+ type AccountType = "checking" | "savings" | "zero-balance" | "funding";
1258
+ interface AccountTypeBadgeProps {
1259
+ type: AccountType;
1260
+ className?: string;
1261
+ }
1262
+ declare const AccountTypeBadge: ({ type, className }: AccountTypeBadgeProps) => react_jsx_runtime.JSX.Element;
1263
+
1264
+ declare const badgeVariants: (props?: {
1265
+ variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "blocked" | "inbound" | "outbound" | "business" | "individual" | "government" | "nonprofit" | "corporation" | "llc" | "partnership" | "sole_proprietorship" | "active" | "inactive" | "pending" | "suspended" | "cip-active" | "cip-inactive" | "cip-pending" | "cip-secondary" | "alert-ofac" | "alert-dual" | "alert-monitoring" | "alert-error" | "ofac_no_match" | "ofac_review" | "ofac_cleared" | "ofac_confirmed" | "ofac_blocked" | "checking" | "savings" | "zero-balance" | "funding";
1266
+ } & class_variance_authority_dist_types.ClassProp) => string;
1267
+ interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
1268
+ }
1269
+ declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
1270
+
1271
+ interface BusinessTypeBadgeProps {
1272
+ type: "corporation" | "llc" | "partnership" | "sole_proprietorship";
1273
+ className?: string;
1274
+ }
1275
+ declare const BusinessTypeBadge: ({ type, className }: BusinessTypeBadgeProps) => react_jsx_runtime.JSX.Element;
1276
+
1277
+ declare const buttonVariants: (props?: {
1278
+ variant?: "default" | "ghost" | "link" | "secondary" | "destructive" | "outline";
1279
+ size?: "default" | "sm" | "lg" | "icon";
1280
+ } & class_variance_authority_dist_types.ClassProp) => string;
1281
+ interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
1282
+ asChild?: boolean;
1283
+ }
1284
+ declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
1285
+
1286
+ type CalendarProps = React$1.ComponentProps<typeof DayPicker>;
1287
+ declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): react_jsx_runtime.JSX.Element;
1288
+ declare namespace Calendar {
1289
+ var displayName: string;
1290
+ }
1291
+
1292
+ declare const cardVariants: (props?: {
1293
+ variant?: "default" | "elevated" | "outlined" | "ghost" | "subtle";
1294
+ size?: "sm" | "md" | "lg" | "none";
1295
+ fullHeight?: boolean;
1296
+ interactive?: boolean;
1297
+ } & class_variance_authority_dist_types.ClassProp) => string;
1298
+ interface CardProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardVariants> {
1299
+ }
1300
+ declare const Card: React$1.ForwardRefExoticComponent<CardProps & React$1.RefAttributes<HTMLDivElement>>;
1301
+ declare const cardHeaderVariants: (props?: {
1302
+ size?: "sm" | "md" | "lg";
1303
+ align?: "start" | "center" | "end";
1304
+ direction?: "row" | "column";
1305
+ } & class_variance_authority_dist_types.ClassProp) => string;
1306
+ interface CardHeaderProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardHeaderVariants> {
1307
+ }
1308
+ declare const CardHeader: React$1.ForwardRefExoticComponent<CardHeaderProps & React$1.RefAttributes<HTMLDivElement>>;
1309
+ declare const cardTitleVariants: (props?: {
1310
+ size?: "sm" | "md" | "lg";
1311
+ } & class_variance_authority_dist_types.ClassProp) => string;
1312
+ interface CardTitleProps extends React$1.HTMLAttributes<HTMLHeadingElement>, VariantProps<typeof cardTitleVariants> {
1313
+ }
1314
+ declare const CardTitle: React$1.ForwardRefExoticComponent<CardTitleProps & React$1.RefAttributes<HTMLParagraphElement>>;
1315
+ declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
1316
+ declare const cardContentVariants: (props?: {
1317
+ size?: "sm" | "md" | "lg";
1318
+ fullHeight?: boolean;
1319
+ } & class_variance_authority_dist_types.ClassProp) => string;
1320
+ interface CardContentProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardContentVariants> {
1321
+ }
1322
+ declare const CardContent: React$1.ForwardRefExoticComponent<CardContentProps & React$1.RefAttributes<HTMLDivElement>>;
1323
+ declare const cardFooterVariants: (props?: {
1324
+ size?: "sm" | "md" | "lg";
1325
+ justify?: "start" | "center" | "end" | "between";
1326
+ } & class_variance_authority_dist_types.ClassProp) => string;
1327
+ interface CardFooterProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardFooterVariants> {
1328
+ }
1329
+ declare const CardFooter: React$1.ForwardRefExoticComponent<CardFooterProps & React$1.RefAttributes<HTMLDivElement>>;
1330
+
1331
+ declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1332
+
1333
+ interface ContainerProps {
1334
+ children: React$1.ReactNode;
1335
+ size?: "sm" | "md" | "lg" | "xl" | "full";
1336
+ padding?: "none" | "sm" | "md" | "lg";
1337
+ center?: boolean;
1338
+ className?: string;
1339
+ }
1340
+ declare const Container: React$1.ForwardRefExoticComponent<ContainerProps & React$1.RefAttributes<HTMLDivElement>>;
1341
+
1342
+ interface CounterpartyTypeBadgeProps {
1343
+ type: "BUSINESS" | "INDIVIDUAL";
1344
+ className?: string;
1345
+ }
1346
+ declare const CounterpartyTypeBadge: ({ type, className }: CounterpartyTypeBadgeProps) => react_jsx_runtime.JSX.Element;
1347
+
1348
+ interface DataGridItem {
1349
+ label?: string;
1350
+ value: string;
1351
+ layout?: "vertical" | "horizontal";
1352
+ }
1353
+ interface DataGridSection {
1354
+ title?: string;
1355
+ items: DataGridItem[];
1356
+ className?: string;
1357
+ }
1358
+ interface DataGridProps {
1359
+ data: DataGridItem[] | DataGridSection[];
1360
+ columns?: 1 | 2 | 3 | 4;
1361
+ gap?: "sm" | "md" | "lg";
1362
+ className?: string;
1363
+ }
1364
+ declare const DataGrid: React$1.ForwardRefExoticComponent<DataGridProps & React$1.RefAttributes<HTMLDivElement>>;
1365
+
1366
+ interface DataTableColumn<T = any> {
1367
+ key: string;
1368
+ title: string;
1369
+ sortable?: boolean;
1370
+ render?: (value: any, row: T) => React$1.ReactNode;
1371
+ width?: string;
1372
+ align?: "left" | "center" | "right";
1373
+ }
1374
+ interface DataTableProps<T = any> {
1375
+ columns: DataTableColumn<T>[];
1376
+ data: T[];
1377
+ sortBy?: string;
1378
+ sortDirection?: "asc" | "desc";
1379
+ onSort?: (key: string) => void;
1380
+ onRowClick?: (row: T) => void;
1381
+ loading?: boolean;
1382
+ emptyMessage?: string;
1383
+ className?: string;
1384
+ pagination?: {
1385
+ currentPage: number;
1386
+ pageSize: number;
1387
+ totalItems: number;
1388
+ onPageChange: (page: number) => void;
1389
+ };
1390
+ }
1391
+ declare function DataTable<T extends Record<string, any>>({ columns, data, sortBy, sortDirection, onSort, onRowClick, loading, emptyMessage, className, pagination }: DataTableProps<T>): react_jsx_runtime.JSX.Element;
1392
+
1393
+ interface DetailPageCard {
1394
+ key: string;
1395
+ component: (props: {
1396
+ isEditing: boolean;
1397
+ onToggleEdit: () => void;
1398
+ className?: string;
1399
+ }) => ReactNode;
1400
+ expandOnEdit?: boolean;
1401
+ }
1402
+ interface DetailPageAction {
1403
+ label: string;
1404
+ variant?: "default" | "outline" | "destructive" | "secondary" | "ghost";
1405
+ onClick?: () => void;
1406
+ className?: string;
1407
+ }
1408
+ interface DetailPageLayoutProps {
1409
+ title: string | ReactNode;
1410
+ description?: string;
1411
+ cards: DetailPageCard[];
1412
+ actions?: DetailPageAction[];
1413
+ initialEditingState?: Record<string, boolean>;
1414
+ headerContent?: ReactNode;
1415
+ }
1416
+ declare const DetailPageLayout: ({ title, description, cards, actions, initialEditingState, headerContent }: DetailPageLayoutProps) => react_jsx_runtime.JSX.Element;
1417
+
1418
+ declare const Dialog: React$1.FC<DialogPrimitive.DialogProps>;
1419
+ declare const DialogTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
1420
+ declare const DialogPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
1421
+ declare const DialogClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
1422
+ declare const DialogOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1423
+ interface DialogContentProps extends React$1.ComponentPropsWithoutRef<typeof DialogPrimitive.Content> {
1424
+ hideCloseButton?: boolean;
1425
+ }
1426
+ declare const DialogContent: React$1.ForwardRefExoticComponent<DialogContentProps & React$1.RefAttributes<HTMLDivElement>>;
1427
+ declare const DialogHeader: {
1428
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1429
+ displayName: string;
1430
+ };
1431
+ declare const DialogFooter: {
1432
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1433
+ displayName: string;
1434
+ };
1435
+ declare const DialogTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
1436
+ declare const DialogDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
1437
+
1438
+ declare const DropdownMenu: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps>;
1439
+ declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
1440
+ declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1441
+ declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
1442
+ inset?: boolean;
1443
+ } & React$1.RefAttributes<HTMLDivElement>>;
1444
+ declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
1445
+ inset?: boolean;
1446
+ } & React$1.RefAttributes<HTMLDivElement>>;
1447
+ declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1448
+
1449
+ interface FormCardProps extends Omit<CardProps, 'children'> {
1450
+ title: string;
1451
+ titleBadge?: React$1.ReactNode;
1452
+ description?: string;
1453
+ children: React$1.ReactNode;
1454
+ headerActions?: React$1.ReactNode;
1455
+ }
1456
+ declare const FormCard: React$1.ForwardRefExoticComponent<FormCardProps & React$1.RefAttributes<HTMLDivElement>>;
1457
+
1458
+ interface EditableFormCardProps extends Omit<FormCardProps, 'headerActions' | 'children'> {
1459
+ title: string;
1460
+ description?: string;
1461
+ children?: React$1.ReactNode;
1462
+ editContent: React$1.ReactNode;
1463
+ viewContent: React$1.ReactNode;
1464
+ isEditing?: boolean;
1465
+ onToggleEdit?: () => void;
1466
+ hideActions?: boolean;
1467
+ onSave?: () => void | Promise<void>;
1468
+ onCancel?: () => void;
1469
+ className?: string;
1470
+ isFormValid?: boolean;
1471
+ isDirty?: boolean;
1472
+ isSubmitting?: boolean;
1473
+ }
1474
+ declare const EditableFormCard: React$1.ForwardRefExoticComponent<EditableFormCardProps & React$1.RefAttributes<HTMLDivElement>>;
1475
+
1476
+ interface EditableInfoFieldProps {
1477
+ label: string;
1478
+ value: string | null | undefined;
1479
+ options: {
1480
+ value: string;
1481
+ label: string;
1482
+ }[];
1483
+ onChange: (value: string) => void;
1484
+ placeholder?: string;
1485
+ renderValue?: (value: string) => React.ReactNode;
1486
+ className?: string;
1487
+ }
1488
+ declare const EditableInfoField: ({ label, value, options, onChange, placeholder, renderValue, className }: EditableInfoFieldProps) => react_jsx_runtime.JSX.Element;
1489
+
1490
+ declare const selectVariants: (props?: {
1491
+ variant?: "default" | "success" | "disabled" | "error";
1492
+ } & class_variance_authority_dist_types.ClassProp) => string;
1493
+ interface EnhancedSelectProps extends VariantProps<typeof selectVariants> {
1494
+ label?: string;
1495
+ hint?: string;
1496
+ error?: string;
1497
+ success?: string;
1498
+ placeholder?: string;
1499
+ options: {
1500
+ value: string;
1501
+ label: string;
1502
+ disabled?: boolean;
1503
+ }[];
1504
+ value?: string;
1505
+ onValueChange?: (value: string) => void;
1506
+ disabled?: boolean;
1507
+ className?: string;
1508
+ required?: boolean;
1509
+ }
1510
+ declare const EnhancedSelect: React$1.ForwardRefExoticComponent<EnhancedSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
1511
+
1512
+ declare const textareaVariants: (props?: {
1513
+ variant?: "default" | "success" | "disabled" | "error" | "readonly";
1514
+ } & class_variance_authority_dist_types.ClassProp) => string;
1515
+ interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, VariantProps<typeof textareaVariants> {
1516
+ label?: string;
1517
+ hint?: string;
1518
+ error?: string;
1519
+ success?: string;
1520
+ }
1521
+ declare const EnhancedTextarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
1522
+
1523
+ interface EntityAction {
1524
+ label: string;
1525
+ icon: React$1.ReactNode;
1526
+ onClick: () => void;
1527
+ variant?: "default" | "destructive";
1528
+ }
1529
+ interface EntityCardProps {
1530
+ entity: {
1531
+ id: string;
1532
+ name: string;
1533
+ type: string;
1534
+ status: string;
1535
+ description?: string;
1536
+ metadata?: Record<string, any>;
1537
+ };
1538
+ actions?: EntityAction[];
1539
+ showDefaultActions?: boolean;
1540
+ onView?: (id: string) => void;
1541
+ onEdit?: (id: string) => void;
1542
+ onDelete?: (id: string) => void;
1543
+ className?: string;
1544
+ children?: React$1.ReactNode;
1545
+ }
1546
+ declare const EntityCard: React$1.ForwardRefExoticComponent<EntityCardProps & React$1.RefAttributes<HTMLDivElement>>;
1547
+
1548
+ interface FormFieldProps {
1549
+ label?: string;
1550
+ description?: string;
1551
+ error?: string;
1552
+ required?: boolean;
1553
+ children: React$1.ReactNode;
1554
+ className?: string;
1555
+ layout?: "vertical" | "horizontal";
1556
+ }
1557
+ declare const FormField: React$1.ForwardRefExoticComponent<FormFieldProps & React$1.RefAttributes<HTMLDivElement>>;
1558
+
1559
+ interface FormInputProps<T extends FieldValues = FieldValues> extends Omit<InputProps, 'error' | 'name'> {
1560
+ name: FieldPath<T>;
1561
+ }
1562
+ declare const FormInput: <T extends FieldValues = FieldValues>({ name, type, ...props }: FormInputProps<T>) => react_jsx_runtime.JSX.Element;
1563
+
1564
+ interface FormProviderProps<T extends FieldValues> {
1565
+ form: UseFormReturn<T>;
1566
+ children: React$1.ReactNode;
1567
+ }
1568
+ declare const FormProvider: <T extends FieldValues>({ form, children }: FormProviderProps<T>) => react_jsx_runtime.JSX.Element;
1569
+
1570
+ interface FormSectionProps {
1571
+ title?: string;
1572
+ description?: string;
1573
+ children: React$1.ReactNode;
1574
+ className?: string;
1575
+ spacing?: "sm" | "md" | "lg";
1576
+ layout?: "vertical" | "grid";
1577
+ columns?: 1 | 2 | 3 | 4;
1578
+ }
1579
+ declare const FormSection: React$1.ForwardRefExoticComponent<FormSectionProps & React$1.RefAttributes<HTMLDivElement>>;
1580
+
1581
+ interface FormSelectProps<T extends FieldValues = FieldValues> {
1582
+ name: FieldPath<T>;
1583
+ label?: string;
1584
+ hint?: string;
1585
+ placeholder?: string;
1586
+ options: {
1587
+ value: string;
1588
+ label: string;
1589
+ disabled?: boolean;
1590
+ }[];
1591
+ disabled?: boolean;
1592
+ className?: string;
1593
+ required?: boolean;
1594
+ }
1595
+ declare const FormSelect: <T extends FieldValues = FieldValues>({ name, ...props }: FormSelectProps<T>) => react_jsx_runtime.JSX.Element;
1596
+
1597
+ interface InfoFieldProps {
1598
+ label?: string;
1599
+ value: string | React__default.ReactNode;
1600
+ layout?: 'vertical' | 'horizontal' | 'compact';
1601
+ className?: string;
1602
+ }
1603
+
1604
+ declare const InfoField: ({ label, value, layout, className }: InfoFieldProps) => react_jsx_runtime.JSX.Element;
1605
+
1606
+ interface JsonViewerProps {
1607
+ data: any;
1608
+ className?: string;
1609
+ compact?: boolean;
1610
+ maxHeight?: string;
1611
+ expandFully?: boolean;
1612
+ defaultExpandDepth?: number;
1613
+ }
1614
+ declare const JsonViewer: ({ data, className, compact, maxHeight, expandFully, defaultExpandDepth }: JsonViewerProps) => react_jsx_runtime.JSX.Element;
1615
+
1616
+ declare const Label: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_dist_types.ClassProp) => string> & React$1.RefAttributes<HTMLLabelElement>>;
1617
+
1618
+ interface MetricCardProps {
1619
+ title: string;
1620
+ value: string | number;
1621
+ description?: string;
1622
+ trend?: {
1623
+ value: number;
1624
+ label: string;
1625
+ direction: "up" | "down" | "neutral";
1626
+ };
1627
+ icon?: React$1.ReactNode;
1628
+ variant?: "default" | "success" | "warning" | "destructive";
1629
+ className?: string;
1630
+ }
1631
+ declare const MetricCard: React$1.ForwardRefExoticComponent<MetricCardProps & React$1.RefAttributes<HTMLDivElement>>;
1632
+
1633
+ interface PageAction {
1634
+ label: string;
1635
+ variant?: "default" | "secondary" | "destructive" | "outline" | "ghost";
1636
+ onClick: () => void;
1637
+ icon?: React$1.ComponentType<{
1638
+ className?: string;
1639
+ }>;
1640
+ }
1641
+ interface PageCard {
1642
+ component: React$1.ComponentType<any>;
1643
+ key: string;
1644
+ expandOnEdit?: boolean;
1645
+ props?: Record<string, any>;
1646
+ }
1647
+ interface PageLayoutProps {
1648
+ title: string | React$1.ReactNode;
1649
+ description?: string;
1650
+ children?: React$1.ReactNode;
1651
+ actions?: PageAction[];
1652
+ cards?: PageCard[];
1653
+ mode?: "simple" | "detail" | "cards";
1654
+ maxWidth?: "sm" | "md" | "lg" | "xl" | "2xl" | "full";
1655
+ gridCols?: 1 | 2 | 3 | 4;
1656
+ responsive?: boolean;
1657
+ className?: string;
1658
+ headerContent?: React$1.ReactNode;
1659
+ }
1660
+ declare const PageLayout: React$1.ForwardRefExoticComponent<PageLayoutProps & React$1.RefAttributes<HTMLDivElement>>;
1661
+
1662
+ declare const Popover: React$1.FC<PopoverPrimitive.PopoverProps>;
1663
+ declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
1664
+ interface PopoverContentProps extends React$1.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content> {
1665
+ container?: HTMLElement | null;
1666
+ }
1667
+ declare const PopoverContent: React$1.ForwardRefExoticComponent<PopoverContentProps & React$1.RefAttributes<HTMLDivElement>>;
1668
+
1669
+ interface ResponsiveGridProps {
1670
+ children: React$1.ReactNode;
1671
+ type?: "cards" | "forms" | "data" | "custom";
1672
+ gap?: "sm" | "md" | "lg" | "xl";
1673
+ editMode?: boolean;
1674
+ className?: string;
1675
+ }
1676
+ declare const ResponsiveGrid: React$1.ForwardRefExoticComponent<ResponsiveGridProps & React$1.RefAttributes<HTMLDivElement>>;
1677
+
1678
+ declare const ScrollArea: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1679
+ declare const ScrollBar: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1680
+
1681
+ declare const Separator: React$1.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1682
+
1683
+ declare const Sheet: React$1.FC<DialogPrimitive.DialogProps>;
1684
+ declare const SheetTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
1685
+ declare const SheetClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
1686
+ declare const SheetPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
1687
+ declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1688
+ declare const sheetVariants: (props?: {
1689
+ side?: "left" | "right" | "top" | "bottom";
1690
+ } & class_variance_authority_dist_types.ClassProp) => string;
1691
+ interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, VariantProps<typeof sheetVariants> {
1692
+ }
1693
+ declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
1694
+ declare const SheetHeader: {
1695
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1696
+ displayName: string;
1697
+ };
1698
+ declare const SheetFooter: {
1699
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1700
+ displayName: string;
1701
+ };
1702
+ declare const SheetTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
1703
+ declare const SheetDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
1704
+
1705
+ declare const TooltipProvider: React$1.FC<TooltipPrimitive.TooltipProviderProps>;
1706
+ declare const Tooltip: React$1.FC<TooltipPrimitive.TooltipProps>;
1707
+ declare const TooltipTrigger: React$1.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
1708
+ declare const TooltipContent: React$1.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1709
+
1710
+ type SidebarContext = {
1711
+ state: "expanded" | "collapsed";
1712
+ open: boolean;
1713
+ setOpen: (open: boolean) => void;
1714
+ openMobile: boolean;
1715
+ setOpenMobile: (open: boolean) => void;
1716
+ isMobile: boolean;
1717
+ toggleSidebar: () => void;
1718
+ };
1719
+ declare const SidebarContext: React$1.Context<SidebarContext>;
1720
+ declare function useSidebar(): SidebarContext;
1721
+ declare const SidebarProvider: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
1722
+ defaultOpen?: boolean;
1723
+ open?: boolean;
1724
+ onOpenChange?: (open: boolean) => void;
1725
+ }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1726
+ declare const Sidebar: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
1727
+ side?: "left" | "right";
1728
+ variant?: "sidebar" | "floating" | "inset";
1729
+ collapsible?: "offcanvas" | "icon" | "none";
1730
+ }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1731
+ declare const SidebarTrigger: React$1.ForwardRefExoticComponent<Omit<ButtonProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1732
+ declare const SidebarRail: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1733
+ declare const SidebarInset: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1734
+ declare const SidebarInput: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
1735
+ declare const SidebarHeader: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1736
+ declare const SidebarFooter: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1737
+ declare const SidebarSeparator: React$1.ForwardRefExoticComponent<Omit<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1738
+ declare const SidebarContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1739
+ declare const SidebarGroup: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1740
+ declare const SidebarGroupLabel: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
1741
+ asChild?: boolean;
1742
+ }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1743
+ declare const SidebarGroupAction: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
1744
+ asChild?: boolean;
1745
+ }, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1746
+ declare const SidebarGroupContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1747
+ declare const SidebarMenu: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
1748
+ declare const SidebarMenuItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
1749
+ declare const SidebarMenuButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
1750
+ asChild?: boolean;
1751
+ isActive?: boolean;
1752
+ tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
1753
+ } & VariantProps<(props?: {
1754
+ variant?: "default" | "outline";
1755
+ size?: "default" | "sm" | "lg";
1756
+ } & class_variance_authority_dist_types.ClassProp) => string>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1757
+ declare const SidebarMenuAction: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
1758
+ asChild?: boolean;
1759
+ showOnHover?: boolean;
1760
+ }, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1761
+ declare const SidebarMenuBadge: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1762
+ declare const SidebarMenuSkeleton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
1763
+ showIcon?: boolean;
1764
+ }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1765
+ declare const SidebarMenuSub: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
1766
+ declare const SidebarMenuSubItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
1767
+ declare const SidebarMenuSubButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLAnchorElement> & React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
1768
+ asChild?: boolean;
1769
+ size?: "sm" | "md";
1770
+ isActive?: boolean;
1771
+ }, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
1772
+
1773
+ type ToasterProps = React.ComponentProps<typeof Toaster$1>;
1774
+ declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
1775
+
1776
+ interface StackProps {
1777
+ children: React$1.ReactNode;
1778
+ direction?: "vertical" | "horizontal";
1779
+ spacing?: "none" | "xs" | "sm" | "md" | "lg" | "xl";
1780
+ align?: "start" | "center" | "end" | "stretch";
1781
+ justify?: "start" | "center" | "end" | "between" | "around";
1782
+ className?: string;
1783
+ }
1784
+ declare const Stack: React$1.ForwardRefExoticComponent<StackProps & React$1.RefAttributes<HTMLDivElement>>;
1785
+
1786
+ interface StatusBadgeProps {
1787
+ status: "ACTIVE" | "INACTIVE" | "PENDING" | "SUSPENDED" | "BLOCKED" | "PENDING_APPROVAL" | "POSTED" | "FAILED" | "CANCELLED" | "DELETED" | "NEEDS_OFAC" | "PENDING_UNBLOCK";
1788
+ className?: string;
1789
+ /** Shows a subtle chevron to indicate the status is a clickable dropdown/select. */
1790
+ showDropdownIndicator?: boolean;
1791
+ /** Shows only the icon without the label text. */
1792
+ iconOnly?: boolean;
1793
+ }
1794
+ declare const StatusBadge: ({ status, className, showDropdownIndicator, iconOnly }: StatusBadgeProps) => react_jsx_runtime.JSX.Element;
1795
+
1796
+ interface CIPStatusBadgeProps {
1797
+ status: "NOT_START" | "PASS" | "FAIL" | "IN_REVIEW" | "verified" | "not_start" | "pending" | "rejected";
1798
+ className?: string;
1799
+ }
1800
+ declare const CIPStatusBadge: ({ status, className }: CIPStatusBadgeProps) => react_jsx_runtime.JSX.Element;
1801
+
1802
+ declare const Table: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableElement> & React$1.RefAttributes<HTMLTableElement>>;
1803
+ declare const TableHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableSectionElement> & React$1.RefAttributes<HTMLTableSectionElement>>;
1804
+ declare const TableBody: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableSectionElement> & React$1.RefAttributes<HTMLTableSectionElement>>;
1805
+ declare const TableFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableSectionElement> & React$1.RefAttributes<HTMLTableSectionElement>>;
1806
+ declare const TableRow: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableRowElement> & React$1.RefAttributes<HTMLTableRowElement>>;
1807
+ declare const TableHead: React$1.ForwardRefExoticComponent<React$1.ThHTMLAttributes<HTMLTableCellElement> & React$1.RefAttributes<HTMLTableCellElement>>;
1808
+ declare const TableCell: React$1.ForwardRefExoticComponent<React$1.TdHTMLAttributes<HTMLTableCellElement> & React$1.RefAttributes<HTMLTableCellElement>>;
1809
+ declare const TableCaption: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableCaptionElement> & React$1.RefAttributes<HTMLTableCaptionElement>>;
1810
+
1811
+ declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
1812
+ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1813
+ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1814
+ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1815
+
1816
+ declare const ToastProvider: React$1.FC<ToastPrimitives.ToastProviderProps>;
1817
+ declare const ToastViewport: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React$1.RefAttributes<HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
1818
+ declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: {
1819
+ variant?: "default" | "destructive";
1820
+ } & class_variance_authority_dist_types.ClassProp) => string> & React$1.RefAttributes<HTMLLIElement>>;
1821
+ declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1822
+ declare const ToastClose: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1823
+ declare const ToastTitle: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1824
+ declare const ToastDescription: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1825
+ type ToastProps = React$1.ComponentPropsWithoutRef<typeof Toast$1>;
1826
+ type ToastActionElement = React$1.ReactElement<typeof ToastAction>;
1827
+
1828
+ interface TransactionTypeBadgeProps {
1829
+ transactionType: string;
1830
+ isInbound: boolean;
1831
+ className?: string;
1832
+ }
1833
+ declare const TransactionTypeBadge: ({ transactionType, isInbound, className }: TransactionTypeBadgeProps) => react_jsx_runtime.JSX.Element;
1834
+
1835
+ declare function DashboardDemo(): react_jsx_runtime.JSX.Element;
1836
+
1837
+ declare function PatternLibrary(): react_jsx_runtime.JSX.Element;
1838
+
1839
+ declare function UIKitShowcase(): react_jsx_runtime.JSX.Element;
1840
+
1841
+ declare function useIsMobile(): boolean;
1842
+
1843
+ type ToasterToast = ToastProps & {
1844
+ id: string;
1845
+ title?: React$1.ReactNode;
1846
+ description?: React$1.ReactNode;
1847
+ action?: ToastActionElement;
1848
+ };
1849
+ declare const actionTypes: {
1850
+ readonly ADD_TOAST: "ADD_TOAST";
1851
+ readonly UPDATE_TOAST: "UPDATE_TOAST";
1852
+ readonly DISMISS_TOAST: "DISMISS_TOAST";
1853
+ readonly REMOVE_TOAST: "REMOVE_TOAST";
1854
+ };
1855
+ type ActionType = typeof actionTypes;
1856
+ type Action = {
1857
+ type: ActionType["ADD_TOAST"];
1858
+ toast: ToasterToast;
1859
+ } | {
1860
+ type: ActionType["UPDATE_TOAST"];
1861
+ toast: Partial<ToasterToast>;
1862
+ } | {
1863
+ type: ActionType["DISMISS_TOAST"];
1864
+ toastId?: ToasterToast["id"];
1865
+ } | {
1866
+ type: ActionType["REMOVE_TOAST"];
1867
+ toastId?: ToasterToast["id"];
1868
+ };
1869
+ interface State {
1870
+ toasts: ToasterToast[];
1871
+ }
1872
+ declare const reducer: (state: State, action: Action) => State;
1873
+ type Toast = Omit<ToasterToast, "id">;
1874
+ declare function toast({ ...props }: Toast): {
1875
+ id: string;
1876
+ dismiss: () => void;
1877
+ update: (props: ToasterToast) => void;
1878
+ };
1879
+ declare function useToast(): {
1880
+ toast: typeof toast;
1881
+ dismiss: (toastId?: string) => void;
1882
+ toasts: ToasterToast[];
1883
+ };
1884
+
1885
+ interface UseAlertDetailReturn {
1886
+ alert: Alert | undefined;
1887
+ isLoading: boolean;
1888
+ rfiStatus: string;
1889
+ assignee: string;
1890
+ handleRfiStatusChange: (status: string) => void;
1891
+ handleAssigneeChange: (assignee: string) => void;
1892
+ handleResolveAlert: (data: ResolveAlertFormData) => Promise<void>;
1893
+ }
1894
+ declare const useAlertDetail: (id: string | undefined) => UseAlertDetailReturn;
1895
+
1896
+ interface UseEditStateProps {
1897
+ initialEditing?: boolean;
1898
+ onToggleEdit?: () => void;
1899
+ onSave?: () => void | Promise<void>;
1900
+ onCancel?: () => void;
1901
+ }
1902
+ declare const useEditState: ({ initialEditing, onToggleEdit, onSave, onCancel }: UseEditStateProps) => {
1903
+ isEditing: boolean;
1904
+ isLoading: boolean;
1905
+ handleToggleEdit: () => void;
1906
+ handleSave: () => Promise<void>;
1907
+ handleCancel: () => void;
1908
+ };
1909
+
1910
+ interface UseFormWithEditStateProps<T extends FieldValues> extends UseFormProps<T> {
1911
+ schema?: z.ZodSchema<T>;
1912
+ initialEditing?: boolean;
1913
+ onToggleEdit?: () => void;
1914
+ onSave?: (data: T) => void | Promise<void>;
1915
+ onCancel?: () => void;
1916
+ }
1917
+ interface UseFormWithEditStateReturn<T extends FieldValues> extends UseFormReturn<T> {
1918
+ isEditing: boolean;
1919
+ isLoading: boolean;
1920
+ handleToggleEdit: () => void;
1921
+ handleSave: () => Promise<void>;
1922
+ handleCancel: () => void;
1923
+ isFormValid: boolean;
1924
+ isDirty: boolean;
1925
+ setFieldError: (field: Path<T>, error: string) => void;
1926
+ }
1927
+ declare const useFormWithEditState: <T extends FieldValues>({ schema, initialEditing, onToggleEdit, onSave, onCancel, ...formProps }: UseFormWithEditStateProps<T>) => UseFormWithEditStateReturn<T>;
1928
+
1929
+ interface CounterpartyListItem {
1930
+ id: string;
1931
+ name: string;
1932
+ type: "BUSINESS" | "INDIVIDUAL";
1933
+ status: "ACTIVE" | "INACTIVE" | "PENDING" | "SUSPENDED";
1934
+ productId?: string;
1935
+ businessId?: string;
1936
+ individualId?: string;
1937
+ accountNumber?: string;
1938
+ customerId?: string;
1939
+ customerType?: "business" | "individual";
1940
+ created: string;
1941
+ modified: string;
1942
+ }
1943
+
1944
+ interface CounterpartyWithEntity extends CounterpartyListItem {
1945
+ associatedEntity: string;
1946
+ entityType: "product" | "business" | "individual" | "account" | null;
1947
+ }
1948
+ declare const useCounterpartyEntity: (counterparties: CounterpartyListItem[]) => {
1949
+ counterparties: CounterpartyWithEntity[];
1950
+ loading: boolean;
1951
+ };
1952
+
1953
+ declare const Accounts: () => react_jsx_runtime.JSX.Element;
1954
+
1955
+ declare const AccountDetail: () => react_jsx_runtime.JSX.Element;
1956
+
1957
+ declare const AlertDetail: () => react_jsx_runtime.JSX.Element;
1958
+
1959
+ declare const Alerts: () => react_jsx_runtime.JSX.Element;
1960
+
1961
+ declare const Businesses: () => react_jsx_runtime.JSX.Element;
1962
+
1963
+ declare const BusinessDetail: () => react_jsx_runtime.JSX.Element;
1964
+
1965
+ declare const CreateBusiness: () => react_jsx_runtime.JSX.Element;
1966
+
1967
+ declare const Cases: () => react_jsx_runtime.JSX.Element;
1968
+
1969
+ declare const Counterparties: () => react_jsx_runtime.JSX.Element;
1970
+
1971
+ declare const CounterpartyDetail: () => react_jsx_runtime.JSX.Element;
1972
+
1973
+ declare const CreateCounterparty: () => react_jsx_runtime.JSX.Element;
1974
+
1975
+ declare const Dashboard: () => react_jsx_runtime.JSX.Element;
1976
+
1977
+ declare const Individuals: () => react_jsx_runtime.JSX.Element;
1978
+
1979
+ declare const IndividualDetail: () => react_jsx_runtime.JSX.Element;
1980
+
1981
+ declare const CreateIndividual: () => react_jsx_runtime.JSX.Element;
1982
+
1983
+ declare const NotFound: () => react_jsx_runtime.JSX.Element;
1984
+
1985
+ declare function Statement(): react_jsx_runtime.JSX.Element;
1986
+
1987
+ declare const TransactionHistory: () => react_jsx_runtime.JSX.Element;
1988
+
1989
+ declare const newTransactionSchema: z.ZodObject<{
1990
+ transactionType: z.ZodString;
1991
+ accountNumber: z.ZodString;
1992
+ counterpartyName: z.ZodOptional<z.ZodString>;
1993
+ amount: z.ZodString;
1994
+ description: z.ZodString;
1995
+ certifyInformation: z.ZodBoolean;
1996
+ adjustmentDirection: z.ZodOptional<z.ZodString>;
1997
+ adjustmentType: z.ZodOptional<z.ZodString>;
1998
+ receiverAccountNumber: z.ZodOptional<z.ZodString>;
1999
+ }, z.core.$strip>;
2000
+ declare function NewTransaction(): react_jsx_runtime.JSX.Element;
2001
+
2002
+ declare const TransactionDetail: () => react_jsx_runtime.JSX.Element;
2003
+
2004
+ declare function UIKit(): react_jsx_runtime.JSX.Element;
2005
+
2006
+ declare function VelocityLimits(): react_jsx_runtime.JSX.Element;
2007
+
2008
+ declare function CreateVelocityLimit(): react_jsx_runtime.JSX.Element;
2009
+
2010
+ declare function VelocityLimitDetail(): react_jsx_runtime.JSX.Element;
2011
+
2012
+ declare function ReconUpload(): react_jsx_runtime.JSX.Element;
2013
+
2014
+ declare function ReconExceptions(): react_jsx_runtime.JSX.Element;
2015
+
2016
+ declare const Fees: () => react_jsx_runtime.JSX.Element;
2017
+
2018
+ /**
2019
+ * Generates a CSV string from statement header and transaction data
2020
+ */
2021
+ declare function generateStatementCSV(header: StatementHeader, transactions: StatementTransaction[]): string;
2022
+ /**
2023
+ * Triggers a browser download for CSV content
2024
+ */
2025
+ declare function downloadCSV(content: string, filename: string): void;
2026
+
2027
+ export { ACHBankCard, ACHBasicInfoCard, ACHDetailsSection, ACHTransferSection, ADJUSTMENT_DIRECTION_OPTIONS, AccountCard, type AccountData, AccountDetail, AccountDetailView, type AccountFormValues, AccountTypeBadge, Accounts, AccountsView, AddressForm, type AdjustmentTypeOption, AlertDetail, AlertDetailRouter, type AlertDetailRouterProps, AlertDocuments, AlertHeaderControls, AlertNotes, AlertTimeline, Alerts, AppSidebar, Badge, type BadgeProps, BankAddressCard, BankingDetailsCard, BasicInfoCard, BasicInfoSection, BeneficiaryAddress, BeneficiaryCard, BeneficiaryDomesticWire, Breadcrumb, type BreadcrumbItem, BusinessDetail, BusinessDetailView, BusinessFiltersSheet, BusinessProfileCard, BusinessStatusCard, BusinessTypeBadge, Businesses, Button, type ButtonProps, CIPStatusBadge, Calendar, type CalendarProps, CancelTransactionDialog, Card, CardContent, type CardContentProps, CardDescription, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, Cases, Checkbox, ContactInfoCard, Container, ContextSection, Counterparties, CounterpartiesView, CounterpartyBasicInfo, type CounterpartyData, CounterpartyDetail, CounterpartyDetailView, CounterpartyProfileCard, CounterpartyRecordsCard, type CounterpartySearchResult, CounterpartyTypeBadge, type CounterpartyWithEntity, CreateBusiness, CreateBusinessView, CreateCounterparty, CreateCounterpartyView, CreateIndividual, CreateIndividualView, CreateVelocityLimit, Dashboard, DashboardDemo, DataGrid, type DataGridItem, type DataGridSection, DataTable, type DataTableColumn, type DataTableProps, DetailPageLayout, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, EditableFormCard, EditableInfoField, EnhancedInput, EnhancedSelect, EnhancedTextarea, EntityCard, Fees, type FilterOptions, FormCard, type FormCardProps, FormField, FormInput, FormProvider, FormSection, FormSelect, IndividualDetail, IndividualDetailView, Individuals, IndividualsView, InfoField, type InputProps, IntermediaryCard, IntermediaryFI, IntermediaryFIAddress, JsonViewer, Label, ListPage, MainLayout, MetricCard, NewTransaction, type NewTransactionFormValues, NewTransactionView, NotFound, OFACAlertView, type OFACAlertViewProps, OriginatorCard, OriginatorFI, OriginatorFIAddress, type PageAction, type PageCard, PageLayout, PatternLibrary, PaymentInformationSection, Popover, PopoverContent, PopoverTrigger, ReceiverCard, ReconExceptions, ReconUpload, ResolveAlertDialog, ResponsiveGrid, ReturnTransactionDialog, ScrollArea, ScrollBar, type SelectOption, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Stack, Statement, type StatementHeader, type StatementTransaction, StatementView, StatusBadge, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, type TextareaProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TransactionDetail, TransactionDetailView, type TransactionDetailViewProps, TransactionHistory, type TransactionHistoryFilters, TransactionHistoryFiltersSheet, TransactionHistoryView, TransactionTypeBadge, type TransactionTypeOption, UIKit, UIKitShowcase, type UseAlertDetailReturn, VelocityLimitDetail, VelocityLimits, WireDetailsSection, WireTransferSection, badgeVariants, buttonVariants, cardVariants, downloadCSV, generateStatementCSV, inputVariants, newTransactionSchema, reducer, textareaVariants, toast, useAlertDetail, useCounterpartyEntity, useEditState, useFormWithEditState, useIsMobile, useSidebar, useToast };