braid-ui 1.0.185 → 1.0.186

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.
package/dist/index.d.cts CHANGED
@@ -309,7 +309,7 @@ interface VelocityLimitDetailViewProps {
309
309
  declare function VelocityLimitDetailView({ limit, onBack, onDeactivate, getStatusVariant, getActionVariant, onAssociatedEntityClick, }: VelocityLimitDetailViewProps): react_jsx_runtime.JSX.Element;
310
310
 
311
311
  type LimitType = "" | "receiver_name_mismatch" | "round_number" | "transaction" | "prohibited_entity";
312
- interface SelectOption$c {
312
+ interface SelectOption$d {
313
313
  value: string;
314
314
  label: string;
315
315
  }
@@ -337,16 +337,16 @@ interface CreateVelocityLimitViewProps {
337
337
  onMultiFieldChange: (field: string, value: string[]) => void;
338
338
  onSubmit: (e: React.FormEvent) => void;
339
339
  onCancel: () => void;
340
- limitTypeOptions: SelectOption$c[];
341
- actionOptions: SelectOption$c[];
342
- associatedEntityTypeOptions: SelectOption$c[];
343
- transactionTypeOptions: SelectOption$c[];
344
- transactionGroupOptions: SelectOption$c[];
345
- aggregationLevelOptions: SelectOption$c[];
346
- timePeriodOptions: SelectOption$c[];
347
- prohibitedEntityTypeOptions: SelectOption$c[];
348
- productIdOptions: SelectOption$c[];
349
- programIdOptions: SelectOption$c[];
340
+ limitTypeOptions: SelectOption$d[];
341
+ actionOptions: SelectOption$d[];
342
+ associatedEntityTypeOptions: SelectOption$d[];
343
+ transactionTypeOptions: SelectOption$d[];
344
+ transactionGroupOptions: SelectOption$d[];
345
+ aggregationLevelOptions: SelectOption$d[];
346
+ timePeriodOptions: SelectOption$d[];
347
+ prohibitedEntityTypeOptions: SelectOption$d[];
348
+ productIdOptions: SelectOption$d[];
349
+ programIdOptions: SelectOption$d[];
350
350
  restrictedEntities: RestrictedEntity[];
351
351
  onAddRestrictedEntity: () => void;
352
352
  onRemoveRestrictedEntity: (index: number) => void;
@@ -517,7 +517,7 @@ interface BusinessAccount$1 {
517
517
  bankName: string;
518
518
  bankAccountType: string;
519
519
  }
520
- interface SelectOption$b {
520
+ interface SelectOption$c {
521
521
  value: string;
522
522
  label: string;
523
523
  }
@@ -534,8 +534,8 @@ interface BusinessDetailViewProps {
534
534
  businessAccounts: BusinessAccount$1[];
535
535
  currentStatus: string;
536
536
  isEditingProfile: boolean;
537
- statusOptions: SelectOption$b[];
538
- businessEntityTypeOptions: SelectOption$b[];
537
+ statusOptions: SelectOption$c[];
538
+ businessEntityTypeOptions: SelectOption$c[];
539
539
  onStatusChange: (newStatus: string, note?: string) => void | Promise<void>;
540
540
  onProfileDataChange: (profile: BusinessProfile) => void | Promise<void>;
541
541
  onToggleProfileEdit: () => void;
@@ -813,7 +813,7 @@ interface AccountFormValues {
813
813
  fundingAccountNumber?: string;
814
814
  sweepAccountNumber?: string;
815
815
  }
816
- interface SelectOption$a {
816
+ interface SelectOption$b {
817
817
  value: string;
818
818
  label: string;
819
819
  }
@@ -821,8 +821,8 @@ interface AccountDetailViewProps {
821
821
  account: BusinessAccount;
822
822
  currentStatus: string;
823
823
  onStatusChange: (status: string) => void;
824
- statusOptions: SelectOption$a[];
825
- canAcceptSweepOptions: SelectOption$a[];
824
+ statusOptions: SelectOption$b[];
825
+ canAcceptSweepOptions: SelectOption$b[];
826
826
  form: UseFormReturn<AccountFormValues> & {
827
827
  isEditing: boolean;
828
828
  handleToggleEdit: () => void;
@@ -955,7 +955,7 @@ declare const externalAccountSchema: z.ZodObject<{
955
955
  }, z.core.$strip>;
956
956
  type ExternalAccountFormData = z.infer<typeof externalAccountSchema>;
957
957
 
958
- interface SelectOption$9 {
958
+ interface SelectOption$a {
959
959
  value: string;
960
960
  label: string;
961
961
  }
@@ -972,7 +972,7 @@ interface IndividualDetailViewProps {
972
972
  profile: IndividualProfileEdit;
973
973
  onProfileSave?: (data: IndividualProfileEdit) => Promise<void> | void;
974
974
  status: string;
975
- statusOptions: SelectOption$9[];
975
+ statusOptions: SelectOption$a[];
976
976
  onStatusChange: (newStatus: string, note?: string) => void | Promise<void>;
977
977
  latestOFAC?: OFACCheck;
978
978
  onNavigateToOFAC?: (ofacCheckId?: string) => void;
@@ -1008,7 +1008,7 @@ interface IndividualDetailViewProps {
1008
1008
  }
1009
1009
  declare const IndividualDetailView: ({ individual, profile, onProfileSave, status, statusOptions, onStatusChange, latestOFAC, onNavigateToOFAC, onNavigateToAccounts, onNavigateToCounterparty, onCreateCounterparty, onNavigateToTransactions, onNavigateToBusiness, showTimeline, timeline, profileIsEditing, onToggleProfileEdit, onProductIdClick, identityVerification, externalAccounts, onAddExternalAccount, onDeleteExternalAccount, onAddAccount, documents, onDocumentUpload, onDocumentDelete, renderDocumentViewer, }: IndividualDetailViewProps) => react_jsx_runtime.JSX.Element;
1010
1010
 
1011
- type SelectOption$8 = {
1011
+ type SelectOption$9 = {
1012
1012
  value: string;
1013
1013
  label: string;
1014
1014
  };
@@ -1023,8 +1023,8 @@ interface CreateIndividualViewProps {
1023
1023
  onCancel: () => void;
1024
1024
  onSubmit: () => void;
1025
1025
  isSubmitting?: boolean;
1026
- idTypeOptions: SelectOption$8[];
1027
- productOptions: SelectOption$8[];
1026
+ idTypeOptions: SelectOption$9[];
1027
+ productOptions: SelectOption$9[];
1028
1028
  }
1029
1029
  declare const CreateIndividualView: ({ form, onCancel, onSubmit, isSubmitting, idTypeOptions, productOptions }: CreateIndividualViewProps) => react_jsx_runtime.JSX.Element;
1030
1030
 
@@ -1101,7 +1101,7 @@ declare const BeneficiaryCard: ({ isEditing, onToggleEdit, className, hideAction
1101
1101
 
1102
1102
  declare const BeneficiaryDomesticWire: () => react_jsx_runtime.JSX.Element;
1103
1103
 
1104
- interface SelectOption$7 {
1104
+ interface SelectOption$8 {
1105
1105
  value: string;
1106
1106
  label: string;
1107
1107
  }
@@ -1120,7 +1120,7 @@ interface BusinessProfileCardProps {
1120
1120
  onToggleIdNumberVisibility?: () => void;
1121
1121
  isLoadingIdNumber?: boolean;
1122
1122
  revealedIdNumber?: string | null;
1123
- businessEntityTypeOptions?: SelectOption$7[];
1123
+ businessEntityTypeOptions?: SelectOption$8[];
1124
1124
  }
1125
1125
  declare const BusinessProfileCard: ({ data, businessId, identityVerification, onDataChange, isEditing, onToggleEdit, className, hideActions, onProductIdClick, onRevealIdNumber, isIdNumberRevealed, onToggleIdNumberVisibility, isLoadingIdNumber, revealedIdNumber, businessEntityTypeOptions }: BusinessProfileCardProps) => react_jsx_runtime.JSX.Element;
1126
1126
 
@@ -1336,7 +1336,7 @@ interface FeeFilters {
1336
1336
  transactionTypes: string[];
1337
1337
  }
1338
1338
 
1339
- interface SelectOption$6 {
1339
+ interface SelectOption$7 {
1340
1340
  value: string;
1341
1341
  label: string;
1342
1342
  }
@@ -1347,8 +1347,8 @@ interface FeesViewProps {
1347
1347
  onApplyFilters: () => void;
1348
1348
  onCreateFee: () => void;
1349
1349
  table: React.ReactNode;
1350
- productOptions: SelectOption$6[];
1351
- programOptions: SelectOption$6[];
1350
+ productOptions: SelectOption$7[];
1351
+ programOptions: SelectOption$7[];
1352
1352
  }
1353
1353
  declare const FeesView: ({ filters, onFilterChange, onResetFilters, onApplyFilters, onCreateFee, table, productOptions, programOptions, }: FeesViewProps) => react_jsx_runtime.JSX.Element;
1354
1354
 
@@ -1457,7 +1457,7 @@ type ProductTimelineEvent = {
1457
1457
  changes: FieldChange$1[];
1458
1458
  };
1459
1459
 
1460
- interface SelectOption$5 {
1460
+ interface SelectOption$6 {
1461
1461
  value: string;
1462
1462
  label: string;
1463
1463
  }
@@ -1484,13 +1484,13 @@ interface FundsAvailabilityFormData {
1484
1484
  interface ProductDetailViewProps {
1485
1485
  product: Product;
1486
1486
  timeline: ProductTimelineEvent[];
1487
- operatingModelOptions: SelectOption$5[];
1488
- cipConfigOptions: SelectOption$5[];
1489
- accountTypeOptions: SelectOption$5[];
1490
- customerAccountTypeOptions: SelectOption$5[];
1491
- activeOptions: SelectOption$5[];
1492
- ofacOptionOptions: SelectOption$5[];
1493
- enablePresetOptions: SelectOption$5[];
1487
+ operatingModelOptions: SelectOption$6[];
1488
+ cipConfigOptions: SelectOption$6[];
1489
+ accountTypeOptions: SelectOption$6[];
1490
+ customerAccountTypeOptions: SelectOption$6[];
1491
+ activeOptions: SelectOption$6[];
1492
+ ofacOptionOptions: SelectOption$6[];
1493
+ enablePresetOptions: SelectOption$6[];
1494
1494
  onSaveDetails: (data: ProductDetailsFormData) => void | Promise<void>;
1495
1495
  onSaveFundsAvailability: (data: FundsAvailabilityFormData) => void | Promise<void>;
1496
1496
  onProgramClick: (programId: string) => void;
@@ -1566,14 +1566,14 @@ interface Program {
1566
1566
  updatedAt: string;
1567
1567
  }
1568
1568
 
1569
- interface SelectOption$4 {
1569
+ interface SelectOption$5 {
1570
1570
  value: string;
1571
1571
  label: string;
1572
1572
  }
1573
1573
  interface ProgramDetailViewProps {
1574
1574
  program: Program;
1575
- programTypeOptions: SelectOption$4[];
1576
- operatingModelOptions: SelectOption$4[];
1575
+ programTypeOptions: SelectOption$5[];
1576
+ operatingModelOptions: SelectOption$5[];
1577
1577
  onSave?: (data: Program) => void | Promise<void>;
1578
1578
  onNavigateFees?: () => void;
1579
1579
  onCreateFee?: () => void;
@@ -1637,7 +1637,7 @@ interface AuditEvent {
1637
1637
  after?: Record<string, any>;
1638
1638
  }
1639
1639
 
1640
- interface SelectOption$3 {
1640
+ interface SelectOption$4 {
1641
1641
  value: string;
1642
1642
  label: string;
1643
1643
  }
@@ -1648,10 +1648,10 @@ interface UsersViewProps {
1648
1648
  auditTable: React.ReactNode;
1649
1649
  usersFilters: UsersFilters;
1650
1650
  auditFilters: UserAuditFilters;
1651
- statusOptions: SelectOption$3[];
1652
- groupOptions: SelectOption$3[];
1653
- enabledOptions: SelectOption$3[];
1654
- actionOptions: SelectOption$3[];
1651
+ statusOptions: SelectOption$4[];
1652
+ groupOptions: SelectOption$4[];
1653
+ enabledOptions: SelectOption$4[];
1654
+ actionOptions: SelectOption$4[];
1655
1655
  showDeleted: boolean;
1656
1656
  onShowDeletedChange: (value: boolean) => void;
1657
1657
  onCreateUser: () => void;
@@ -1685,7 +1685,7 @@ interface ApiKey {
1685
1685
  createdAt: string;
1686
1686
  }
1687
1687
 
1688
- interface SelectOption$2 {
1688
+ interface SelectOption$3 {
1689
1689
  value: string;
1690
1690
  label: string;
1691
1691
  }
@@ -1693,8 +1693,8 @@ interface UserDetailViewProps {
1693
1693
  user: UserRecord;
1694
1694
  tenantHref: string;
1695
1695
  statusLabel: string;
1696
- adminGroupOptions: SelectOption$2[];
1697
- developerGroupOptions: SelectOption$2[];
1696
+ adminGroupOptions: SelectOption$3[];
1697
+ developerGroupOptions: SelectOption$3[];
1698
1698
  selectedGroup: string;
1699
1699
  onSelectGroup: (value: string) => void;
1700
1700
  auditEvents: AuditEvent[];
@@ -1718,7 +1718,7 @@ interface UserDetailViewProps {
1718
1718
  }
1719
1719
  declare const UserDetailView: ({ user, tenantHref, statusLabel, adminGroupOptions, developerGroupOptions, selectedGroup, onSelectGroup, auditEvents, actionLabelMap, apiKeys, onDeleteApiKey, createKeyNameDialogOpen, onCreateKeyNameDialogOpenChange, createKeyName, onCreateKeyNameChange, onConfirmCreateKey, isCreatingKey, createdKeyDialogOpen, onCreatedKeyDialogOpenChange, createdKey, onCreateKey, onCopyKey, onDisable, onDelete, showCreateKeyButton, }: UserDetailViewProps) => react_jsx_runtime.JSX.Element;
1720
1720
 
1721
- interface SelectOption$1 {
1721
+ interface SelectOption$2 {
1722
1722
  value: string;
1723
1723
  label: string;
1724
1724
  }
@@ -1731,9 +1731,9 @@ interface CreateUserFormValues {
1731
1731
  interface CreateUserViewProps {
1732
1732
  values: CreateUserFormValues;
1733
1733
  onChange: (field: keyof CreateUserFormValues, value: string) => void;
1734
- tenantOptions: SelectOption$1[];
1735
- adminGroupOptions: SelectOption$1[];
1736
- developerGroupOptions: SelectOption$1[];
1734
+ tenantOptions: SelectOption$2[];
1735
+ adminGroupOptions: SelectOption$2[];
1736
+ developerGroupOptions: SelectOption$2[];
1737
1737
  onCancel: () => void;
1738
1738
  onSubmit: () => void;
1739
1739
  isSubmitting: boolean;
@@ -1756,22 +1756,28 @@ interface StatementTransaction {
1756
1756
  count: number;
1757
1757
  }
1758
1758
 
1759
+ interface SelectOption$1 {
1760
+ value: string;
1761
+ label: string;
1762
+ }
1763
+ /**
1764
+ * Every statement type the view can render. Consumers that may only offer a
1765
+ * subset (e.g. a caller without access to programs) can filter this list and
1766
+ * pass the result as `statementTypeOptions`.
1767
+ */
1768
+ declare const STATEMENT_TYPE_OPTIONS: SelectOption$1[];
1759
1769
  interface StatementViewProps {
1760
1770
  statementType: string;
1771
+ /** Statement types to offer. Defaults to STATEMENT_TYPE_OPTIONS (all of them). */
1772
+ statementTypeOptions?: SelectOption$1[];
1761
1773
  selectedProgram: string;
1762
1774
  selectedProduct: string;
1763
1775
  accountNumber: string;
1764
1776
  startDate: Date | undefined;
1765
1777
  endDate: Date | undefined;
1766
1778
  statementGenerated: boolean;
1767
- programs: Array<{
1768
- value: string;
1769
- label: string;
1770
- }>;
1771
- products: Array<{
1772
- value: string;
1773
- label: string;
1774
- }>;
1779
+ programs: SelectOption$1[];
1780
+ products: SelectOption$1[];
1775
1781
  statementHeader: StatementHeader | null;
1776
1782
  statementTransactions: StatementTransaction[];
1777
1783
  programsLoading: boolean;
@@ -1793,7 +1799,7 @@ interface StatementViewProps {
1793
1799
  isGenerateDisabled: boolean;
1794
1800
  isLoading: boolean;
1795
1801
  }
1796
- 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;
1802
+ declare const StatementView: ({ statementType, statementTypeOptions, 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;
1797
1803
 
1798
1804
  interface ACHDetails {
1799
1805
  originatorName: string;
@@ -3187,4 +3193,4 @@ declare function generateStatementCSV(header: StatementHeader, transactions: Sta
3187
3193
  */
3188
3194
  declare function downloadCSV(content: string, filename: string): void;
3189
3195
 
3190
- export { A314ADetailView, type A314ADetailViewProps, type A314AFiltersState, A314AView, type A314AViewProps, ACHBankCard, ACHBasicInfoCard, ACHDetailsSection, type ACHNOCChangeData, type ACHNOCChangeFieldsConfig, ACHNOCView, type ACHProcessingDetailItem, ACHProcessingDetailView, ACHProcessingView, ACHReturnView, ACHSettlementView, ACHTransferSection, ADJUSTMENT_DIRECTION_OPTIONS, AccountCard, type AccountData, AccountDetail, AccountDetailView, type AccountFormValues, AccountTypeBadge, Accounts, AccountsView, type AddressData, 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, BusinessTimelineCard, BusinessTypeBadge, Businesses, BusinessesView, 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, type CreateDeveloperFormData, CreateDeveloperView, type CreateDeveloperViewProps, CreateFeeView, type CreateFeeViewProps, CreateIndividual, CreateIndividualView, type CreateProductFormData, CreateProductView, type CreateProductViewProps, type CreateProgramFormData, CreateProgramView, type CreateProgramViewProps, type CreateUserFormValues, CreateUserView, type CreateUserViewProps, CreateVelocityLimit, type CreateVelocityLimitFormData, CreateVelocityLimitView, type CreateVelocityLimitViewProps, Dashboard, DashboardDemo, DataGrid, type DataGridItem, type DataGridSection, DataTable, type DataTableColumn, type DataTableProps, DetailPageLayout, DeveloperDetailView, type DeveloperDetailViewProps, Developers, DevelopersView, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, EditableFormCard, EditableInfoField, EnhancedInput, EnhancedSelect, EnhancedTextarea, EntityCard, type ErrorDetailAction, FeeDetailView, type FeeTypeOption, Fees, FeesView, type FilterOptions, FormCard, type FormCardProps, FormField, FormInput, FormProvider, FormSection, FormSelect, type FundsAvailabilityFormData, IndividualDetail, IndividualDetailView, Individuals, IndividualsView, InfoField, type InputProps, IntermediaryCard, IntermediaryFI, IntermediaryFIAddress, JsonViewer, Label, type LimitType, ListPage, MainLayout, MetricCard, NewTransaction, type NewTransactionFormValues, NewTransactionView, NotFound, OFACAlertView, type OFACAlertViewProps, OFACDetailView, type OFACDetailViewProps, type OFACFilters, type OFACOption, OFACView, type OFACViewProps, OriginatorCard, OriginatorFI, OriginatorFIAddress, type PageAction, type PageCard, PageLayout, PatternLibrary, PaymentInformationSection, Popover, PopoverContent, PopoverTrigger, ProductDetailView, type ProductDetailsFormData, Products, ProductsView, ProgramDetailView, ProgramsView, ReceiverCard, ReconExceptions, ReconExceptionsView, type ReconExceptionsViewProps, ReconUpload, ReconUploadView, type ReconUploadViewProps, ResolveAlertDialog, ResponsiveGrid, type RestrictedEntity, ReturnTransactionDialog, type RowsPerPageOption, ScrollArea, ScrollBar, type SelectOption$c as 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, type TimelineEvent, 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$1 as TransactionTypeOption, UIKit, UIKitShowcase, type UseAlertDetailReturn, UserDetailView, type UserDetailViewProps, UsersView, VelocityLimitDetail, VelocityLimitDetailView, type VelocityLimitDetailViewProps, type VelocityLimitFilters, VelocityLimits, VelocityLimitsView, type VelocityLimitsViewProps, WireDetailsSection, type WireProcessingDetailItem, WireProcessingDetailView, WireProcessingView, WireTransferSection, badgeVariants, buttonVariants, cardVariants, downloadCSV, generateStatementCSV, inputVariants, newTransactionSchema, reducer, textareaVariants, toast, useAlertDetail, useCounterpartyEntity, useEditState, useFormWithEditState, useIsMobile, useSidebar, useToast };
3196
+ export { A314ADetailView, type A314ADetailViewProps, type A314AFiltersState, A314AView, type A314AViewProps, ACHBankCard, ACHBasicInfoCard, ACHDetailsSection, type ACHNOCChangeData, type ACHNOCChangeFieldsConfig, ACHNOCView, type ACHProcessingDetailItem, ACHProcessingDetailView, ACHProcessingView, ACHReturnView, ACHSettlementView, ACHTransferSection, ADJUSTMENT_DIRECTION_OPTIONS, AccountCard, type AccountData, AccountDetail, AccountDetailView, type AccountFormValues, AccountTypeBadge, Accounts, AccountsView, type AddressData, 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, BusinessTimelineCard, BusinessTypeBadge, Businesses, BusinessesView, 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, type CreateDeveloperFormData, CreateDeveloperView, type CreateDeveloperViewProps, CreateFeeView, type CreateFeeViewProps, CreateIndividual, CreateIndividualView, type CreateProductFormData, CreateProductView, type CreateProductViewProps, type CreateProgramFormData, CreateProgramView, type CreateProgramViewProps, type CreateUserFormValues, CreateUserView, type CreateUserViewProps, CreateVelocityLimit, type CreateVelocityLimitFormData, CreateVelocityLimitView, type CreateVelocityLimitViewProps, Dashboard, DashboardDemo, DataGrid, type DataGridItem, type DataGridSection, DataTable, type DataTableColumn, type DataTableProps, DetailPageLayout, DeveloperDetailView, type DeveloperDetailViewProps, Developers, DevelopersView, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, EditableFormCard, EditableInfoField, EnhancedInput, EnhancedSelect, EnhancedTextarea, EntityCard, type ErrorDetailAction, FeeDetailView, type FeeTypeOption, Fees, FeesView, type FilterOptions, FormCard, type FormCardProps, FormField, FormInput, FormProvider, FormSection, FormSelect, type FundsAvailabilityFormData, IndividualDetail, IndividualDetailView, Individuals, IndividualsView, InfoField, type InputProps, IntermediaryCard, IntermediaryFI, IntermediaryFIAddress, JsonViewer, Label, type LimitType, ListPage, MainLayout, MetricCard, NewTransaction, type NewTransactionFormValues, NewTransactionView, NotFound, OFACAlertView, type OFACAlertViewProps, OFACDetailView, type OFACDetailViewProps, type OFACFilters, type OFACOption, OFACView, type OFACViewProps, OriginatorCard, OriginatorFI, OriginatorFIAddress, type PageAction, type PageCard, PageLayout, PatternLibrary, PaymentInformationSection, Popover, PopoverContent, PopoverTrigger, ProductDetailView, type ProductDetailsFormData, Products, ProductsView, ProgramDetailView, ProgramsView, ReceiverCard, ReconExceptions, ReconExceptionsView, type ReconExceptionsViewProps, ReconUpload, ReconUploadView, type ReconUploadViewProps, ResolveAlertDialog, ResponsiveGrid, type RestrictedEntity, ReturnTransactionDialog, type RowsPerPageOption, STATEMENT_TYPE_OPTIONS, ScrollArea, ScrollBar, type SelectOption$d as 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, type TimelineEvent, 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$1 as TransactionTypeOption, UIKit, UIKitShowcase, type UseAlertDetailReturn, UserDetailView, type UserDetailViewProps, UsersView, VelocityLimitDetail, VelocityLimitDetailView, type VelocityLimitDetailViewProps, type VelocityLimitFilters, VelocityLimits, VelocityLimitsView, type VelocityLimitsViewProps, WireDetailsSection, type WireProcessingDetailItem, WireProcessingDetailView, WireProcessingView, WireTransferSection, badgeVariants, buttonVariants, cardVariants, downloadCSV, generateStatementCSV, inputVariants, newTransactionSchema, reducer, textareaVariants, toast, useAlertDetail, useCounterpartyEntity, useEditState, useFormWithEditState, useIsMobile, useSidebar, useToast };