@ic-pay/icpay-widget 1.1.12 → 1.1.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/{amount-input-BuRsVrmL.d.ts → amount-input-DOThSI5P.d.ts} +10 -0
- package/dist/{chunk-2DMFM5CQ.js → chunk-7BODKC5B.js} +607 -127
- package/dist/chunk-7BODKC5B.js.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-2DMFM5CQ.js.map +0 -1
|
@@ -187,6 +187,8 @@ declare class ICPayProgressBar extends LitElement {
|
|
|
187
187
|
private confirmLoadingStartedAt;
|
|
188
188
|
private progressionTimer;
|
|
189
189
|
private currentWalletType;
|
|
190
|
+
private showWalletSelector;
|
|
191
|
+
private isTransitioning;
|
|
190
192
|
theme?: {
|
|
191
193
|
primaryColor?: string;
|
|
192
194
|
secondaryColor?: string;
|
|
@@ -229,7 +231,15 @@ declare class ICPayProgressBar extends LitElement {
|
|
|
229
231
|
private renderConfetti;
|
|
230
232
|
private renderSuccessState;
|
|
231
233
|
private renderErrorState;
|
|
234
|
+
private renderInsufficientFundsError;
|
|
235
|
+
private renderGenericError;
|
|
232
236
|
private requestSwitchAccount;
|
|
237
|
+
private handleAddFunds;
|
|
238
|
+
private startTransitionToProgress;
|
|
239
|
+
private showWalletSelectorModal;
|
|
240
|
+
private hideWalletSelectorModal;
|
|
241
|
+
private renderWalletSelector;
|
|
242
|
+
private handleWalletSelection;
|
|
233
243
|
private renderProgressContent;
|
|
234
244
|
private renderConfirmTip;
|
|
235
245
|
private retryTransaction;
|