@ic-pay/icpay-widget 1.1.13 → 1.1.20

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;
@@ -219,8 +221,6 @@ declare class ICPayProgressBar extends LitElement {
219
221
  private onWidgetCoffee;
220
222
  private updateStepStatus;
221
223
  private getCurrentTime;
222
- private progressPercent;
223
- private verticalPercent;
224
224
  private getStepIcon;
225
225
  private getStepIndexByKey;
226
226
  private setLoadingByKey;
@@ -229,7 +229,11 @@ declare class ICPayProgressBar extends LitElement {
229
229
  private renderConfetti;
230
230
  private renderSuccessState;
231
231
  private renderErrorState;
232
+ private renderInsufficientFundsError;
233
+ private renderGenericError;
232
234
  private requestSwitchAccount;
235
+ private handleAddFunds;
236
+ private startTransitionToProgress;
233
237
  private renderProgressContent;
234
238
  private renderConfirmTip;
235
239
  private retryTransaction;