@ic-pay/icpay-widget 1.1.23 → 1.1.45

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.
@@ -296,6 +296,8 @@ declare class ICPayPremiumContent extends LitElement {
296
296
  private walletConnected;
297
297
  private pendingAction;
298
298
  private showWalletModal;
299
+ private oisyReadyToPay;
300
+ private lastWalletId;
299
301
  private pnp;
300
302
  private showOnrampModal;
301
303
  private onrampSessionId;
@@ -346,6 +348,8 @@ declare class ICPayTipJar extends LitElement {
346
348
  private walletConnected;
347
349
  private pendingAction;
348
350
  private showWalletModal;
351
+ private oisyReadyToPay;
352
+ private lastWalletId;
349
353
  private pnp;
350
354
  private showOnrampModal;
351
355
  private onrampSessionId;
@@ -402,6 +406,8 @@ declare class ICPayArticlePaywall extends LitElement {
402
406
  private walletConnected;
403
407
  private pendingAction;
404
408
  private showWalletModal;
409
+ private oisyReadyToPay;
410
+ private lastWalletId;
405
411
  private pnp;
406
412
  private showOnrampModal;
407
413
  private onrampSessionId;
@@ -450,6 +456,8 @@ declare class ICPayCoffeeShop extends LitElement {
450
456
  private walletConnected;
451
457
  private pendingAction;
452
458
  private showWalletModal;
459
+ private oisyReadyToPay;
460
+ private lastWalletId;
453
461
  private pnp;
454
462
  private showOnrampModal;
455
463
  private onrampSessionId;
@@ -501,6 +509,8 @@ declare class ICPayDonationThermometer extends LitElement {
501
509
  private walletConnected;
502
510
  private pendingAction;
503
511
  private showWalletModal;
512
+ private oisyReadyToPay;
513
+ private lastWalletId;
504
514
  private pnp;
505
515
  private showOnrampModal;
506
516
  private onrampSessionId;
@@ -556,6 +566,10 @@ declare class ICPayPayButton extends LitElement {
556
566
  private onrampSessionId;
557
567
  private onrampPaymentIntentId;
558
568
  private onrampErrorMessage;
569
+ private oisyReadyToPay;
570
+ private oisySignerPreopened;
571
+ private skipDisconnectOnce;
572
+ private lastWalletId;
559
573
  private onrampPollTimer;
560
574
  private transakMessageHandlerBound;
561
575
  private pnp;
@@ -609,6 +623,8 @@ declare class ICPayAmountInput extends LitElement {
609
623
  private onrampSessionId;
610
624
  private onrampPaymentIntentId;
611
625
  private onrampErrorMessage;
626
+ private oisyReadyToPay;
627
+ private lastWalletId;
612
628
  private pnp;
613
629
  private transakMessageHandlerBound;
614
630
  private onrampPollTimer;