@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.
- package/dist/{amount-input-BuRsVrmL.d.ts → amount-input-B7BPFINk.d.ts} +6 -2
- package/dist/chunk-NTH3U5KL.js +1498 -0
- package/dist/chunk-NTH3U5KL.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 +2 -2
- package/dist/chunk-2DMFM5CQ.js +0 -1039
- 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;
|
|
@@ -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;
|