braid-ui 1.0.145 → 1.0.146

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
@@ -165,8 +165,9 @@ interface OFACDetailViewProps {
165
165
  [key: string]: unknown;
166
166
  };
167
167
  onBack: () => void;
168
+ onAlertClick: (alertId: string) => void;
168
169
  }
169
- declare function OFACDetailView({ ofacCheck, entityUrl, results, onBack }: OFACDetailViewProps): react_jsx_runtime.JSX.Element;
170
+ declare function OFACDetailView({ ofacCheck, entityUrl, results, onBack, onAlertClick }: OFACDetailViewProps): react_jsx_runtime.JSX.Element;
170
171
 
171
172
  interface FileUpload314A {
172
173
  id: string;
package/dist/index.d.ts CHANGED
@@ -165,8 +165,9 @@ interface OFACDetailViewProps {
165
165
  [key: string]: unknown;
166
166
  };
167
167
  onBack: () => void;
168
+ onAlertClick: (alertId: string) => void;
168
169
  }
169
- declare function OFACDetailView({ ofacCheck, entityUrl, results, onBack }: OFACDetailViewProps): react_jsx_runtime.JSX.Element;
170
+ declare function OFACDetailView({ ofacCheck, entityUrl, results, onBack, onAlertClick }: OFACDetailViewProps): react_jsx_runtime.JSX.Element;
170
171
 
171
172
  interface FileUpload314A {
172
173
  id: string;