@ic-pay/icpay-widget 0.1.82 → 0.1.83

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/index.d.ts CHANGED
@@ -228,6 +228,7 @@ declare class ICPayProgressBar extends LitElement {
228
228
  private retryTransaction;
229
229
  private closeProgress;
230
230
  private renderStep;
231
+ private get isWalletConnectLoading();
231
232
  render(): lit.TemplateResult<1>;
232
233
  }
233
234
  declare global {