@ic-pay/icpay-widget 1.2.106 → 1.2.113
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/README.md +45 -17
- package/dist/{amount-input-CbtNz-UV.d.ts → amount-input-DlnLWkeX.d.ts} +12 -0
- package/dist/{chunk-2JG677BY.js → chunk-RCWWBMN4.js} +77 -77
- package/dist/chunk-RCWWBMN4.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 +17 -6
- package/dist/chunk-2JG677BY.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as ThemeConfig, C as CommonConfig } from './amount-input-
|
|
2
|
-
export { A as AmountInputConfig, a as ArticlePaywallConfig, b as CoffeeShopConfig, D as DonationThermometerConfig, I as ICPayAmountInput, c as ICPayArticlePaywall, d as ICPayCoffeeShop, e as ICPayDonationThermometer, f as ICPayPayButton, g as ICPayPremiumContent, h as ICPayTipJar, O as OnrampConfig, P as PayButtonConfig, i as PlugNPlayConfig, j as PremiumContentConfig, k as ProgressBarConfig, l as TipJarConfig } from './amount-input-
|
|
1
|
+
import { T as ThemeConfig, C as CommonConfig } from './amount-input-DlnLWkeX.js';
|
|
2
|
+
export { A as AmountInputConfig, a as ArticlePaywallConfig, b as CoffeeShopConfig, D as DonationThermometerConfig, I as ICPayAmountInput, c as ICPayArticlePaywall, d as ICPayCoffeeShop, e as ICPayDonationThermometer, f as ICPayPayButton, g as ICPayPremiumContent, h as ICPayTipJar, O as OnrampConfig, P as PayButtonConfig, i as PlugNPlayConfig, j as PremiumContentConfig, k as ProgressBarConfig, l as TipJarConfig } from './amount-input-DlnLWkeX.js';
|
|
3
3
|
import * as lit from 'lit';
|
|
4
4
|
import { TemplateResult } from 'lit';
|
|
5
5
|
import { Icpay, PriceCalculationResult } from '@ic-pay/icpay-sdk';
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as o,b as e,c as a,d as p,e as r,f as m,g as y,h as i,i as c,j as f,k as x,l}from"./chunk-
|
|
1
|
+
import{a as o,b as e,c as a,d as p,e as r,f as m,g as y,h as i,i as c,j as f,k as x,l}from"./chunk-RCWWBMN4.js";import{a as t,b as n}from"./chunk-QEOLHVOE.js";import"./chunk-LTEQ7OUJ.js";export{l as ICPayAmountInput,i as ICPayArticlePaywall,c as ICPayCoffeeShop,f as ICPayDonationThermometer,x as ICPayPayButton,m as ICPayPremiumContent,y as ICPayTipJar,t as WalletSelect,a as applyThemeVars,o as baseStyles,p as createSdk,n as createWalletSelect,e as getThemeModeFromConfig,r as renderOnrampModal};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/react/index.d.ts
CHANGED
package/dist/react/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"../chunk-
|
|
1
|
+
import"../chunk-RCWWBMN4.js";import"../chunk-LTEQ7OUJ.js";import I,{forwardRef as M,useEffect as d,useRef as b}from"react";function n(m,i){let f=M((o,t)=>{let s=b(null);d(()=>{let e=s.current;if(!e)return;let{children:p,className:r,style:y,id:c,role:l,tabIndex:u,title:a,ref:h,...C}=o;for(let[S,T]of Object.entries(C))try{e[S]=T}catch{}},[o]),d(()=>{let e=s.current;if(!e||!i?.eventMap)return;let p=[];for(let[r,y]of Object.entries(i.eventMap)){let c=o[r];if(typeof c=="function"){let l=u=>{let a=u;a&&"detail"in a?c(a.detail):c(u)};e.addEventListener(y,l),p.push(()=>e.removeEventListener(y,l))}}return()=>{p.forEach(r=>r())}},[o,i?.eventMap]);let g=e=>{s.current=e,typeof t=="function"?t(e):t&&typeof t=="object"&&(t.current=e)},{children:E,...v}=o;return I.createElement(m,{ref:g,...v},E)});return f.displayName=`ICPay(${m})`,f}var R=n("icpay-pay-button",{eventMap:{onSuccess:"icpay-pay",onError:"icpay-error"}}),A=n("icpay-amount-input",{eventMap:{onSuccess:"icpay-amount-pay",onError:"icpay-error"}}),H=n("icpay-premium-content",{eventMap:{onSuccess:"icpay-unlock",onError:"icpay-error"}}),w=n("icpay-tip-jar",{eventMap:{onSuccess:"icpay-tip",onError:"icpay-error"}}),k=n("icpay-article-paywall",{eventMap:{onSuccess:"icpay-unlock",onError:"icpay-error"}}),j=n("icpay-coffee-shop",{eventMap:{onSuccess:"icpay-coffee",onError:"icpay-error"}}),B=n("icpay-donation-thermometer",{eventMap:{onSuccess:"icpay-donation",onError:"icpay-error"}}),N=n("icpay-progress-bar");export{A as IcpayAmountInput,k as IcpayArticlePaywall,j as IcpayCoffeeShop,B as IcpayDonationThermometer,R as IcpayPayButton,H as IcpayPremiumContent,N as IcpayProgressBar,w as IcpayTipJar};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ic-pay/icpay-widget",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "ICPay embeddable payment widgets
|
|
3
|
+
"version": "1.2.113",
|
|
4
|
+
"description": "ICPay embeddable payment widgets for multi-chain crypto payments (EVM, Solana, Internet Computer)",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"icpay",
|
|
7
|
+
"widget",
|
|
8
|
+
"payments",
|
|
9
|
+
"web-components",
|
|
10
|
+
"evm",
|
|
11
|
+
"base",
|
|
12
|
+
"solana",
|
|
13
|
+
"internet-computer",
|
|
14
|
+
"react"
|
|
15
|
+
],
|
|
5
16
|
"homepage": "https://github.com/icpay/icpay-widget#readme",
|
|
6
17
|
"bugs": {
|
|
7
18
|
"url": "https://github.com/icpay/icpay-widget/issues"
|
|
@@ -61,10 +72,10 @@
|
|
|
61
72
|
"@dfinity/candid": "^3.4.3",
|
|
62
73
|
"@dfinity/identity": "^3.4.3",
|
|
63
74
|
"@dfinity/principal": "^3.4.3",
|
|
64
|
-
"@ic-pay/icpay-sdk": "^1.4.
|
|
65
|
-
"@slide-computer/signer": "^4.
|
|
66
|
-
"@slide-computer/signer-agent": "^4.
|
|
67
|
-
"@slide-computer/signer-web": "^4.
|
|
75
|
+
"@ic-pay/icpay-sdk": "^1.4.99",
|
|
76
|
+
"@slide-computer/signer": "^4.2.0",
|
|
77
|
+
"@slide-computer/signer-agent": "^4.2.0",
|
|
78
|
+
"@slide-computer/signer-web": "^4.2.0",
|
|
68
79
|
"lit": "^3.3.2",
|
|
69
80
|
"qrcode": "^1.5.4"
|
|
70
81
|
},
|