@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.
@@ -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;