@ic-pay/icpay-widget 0.1.81 → 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 +2 -0
- package/dist/index.global.js +382 -466
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +105 -189
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 {
|
|
@@ -336,6 +337,7 @@ declare class ICPayArticlePaywall extends LitElement {
|
|
|
336
337
|
title: string;
|
|
337
338
|
preview: string;
|
|
338
339
|
lockedContent: string;
|
|
340
|
+
private get obfuscatedLockedContent();
|
|
339
341
|
private selectedSymbol;
|
|
340
342
|
private unlocked;
|
|
341
343
|
private succeeded;
|