@ic-pay/icpay-widget 1.1.15 → 1.1.21

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.
@@ -221,8 +221,6 @@ declare class ICPayProgressBar extends LitElement {
221
221
  private onWidgetCoffee;
222
222
  private updateStepStatus;
223
223
  private getCurrentTime;
224
- private progressPercent;
225
- private verticalPercent;
226
224
  private getStepIcon;
227
225
  private getStepIndexByKey;
228
226
  private setLoadingByKey;
@@ -236,10 +234,6 @@ declare class ICPayProgressBar extends LitElement {
236
234
  private requestSwitchAccount;
237
235
  private handleAddFunds;
238
236
  private startTransitionToProgress;
239
- private showWalletSelectorModal;
240
- private hideWalletSelectorModal;
241
- private renderWalletSelector;
242
- private handleWalletSelection;
243
237
  private renderProgressContent;
244
238
  private renderConfirmTip;
245
239
  private retryTransaction;