@lumiapassport/ui-kit 1.4.13 → 1.4.15

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
@@ -369,10 +369,9 @@ declare const TransactionsList: React__default.FC<TransactionsListProps>;
369
369
 
370
370
  interface KeyshareBackupProps {
371
371
  userId: string;
372
- onClose?: () => void;
373
372
  onBackupSuccess?: () => void;
374
373
  }
375
- declare function KeyshareBackup({ userId, onClose, onBackupSuccess }: KeyshareBackupProps): react_jsx_runtime.JSX.Element;
374
+ declare function KeyshareBackup({ userId, onBackupSuccess }: KeyshareBackupProps): react_jsx_runtime.JSX.Element;
376
375
 
377
376
  interface SendTransactionParams$1 {
378
377
  to: `0x${string}`;
package/dist/index.d.ts CHANGED
@@ -369,10 +369,9 @@ declare const TransactionsList: React__default.FC<TransactionsListProps>;
369
369
 
370
370
  interface KeyshareBackupProps {
371
371
  userId: string;
372
- onClose?: () => void;
373
372
  onBackupSuccess?: () => void;
374
373
  }
375
- declare function KeyshareBackup({ userId, onClose, onBackupSuccess }: KeyshareBackupProps): react_jsx_runtime.JSX.Element;
374
+ declare function KeyshareBackup({ userId, onBackupSuccess }: KeyshareBackupProps): react_jsx_runtime.JSX.Element;
376
375
 
377
376
  interface SendTransactionParams$1 {
378
377
  to: `0x${string}`;