@ic-pay/icpay-widget 0.1.96 → 0.1.99

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
@@ -202,6 +202,7 @@ declare class ICPayProgressBar extends LitElement {
202
202
  amount: number;
203
203
  currency: string;
204
204
  ledgerSymbol: string;
205
+ debug: boolean;
205
206
  private activeIndex;
206
207
  private completed;
207
208
  private failed;