@lumiapassport/ui-kit 1.4.12 → 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/README.md +0 -13
- package/dist/iframe/index.html +1 -1
- package/dist/iframe/main.js +4 -2
- package/dist/iframe/main.js.map +1 -1
- package/dist/index.cjs +251 -251
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +256 -256
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -2
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,
|
|
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,
|
|
374
|
+
declare function KeyshareBackup({ userId, onBackupSuccess }: KeyshareBackupProps): react_jsx_runtime.JSX.Element;
|
|
376
375
|
|
|
377
376
|
interface SendTransactionParams$1 {
|
|
378
377
|
to: `0x${string}`;
|