@adyen/adyen-web 5.43.1 → 5.44.0
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 +1 -1
- package/dist/adyen.css +1 -0
- package/dist/adyen.css.map +1 -1
- package/dist/adyen.js +1 -1
- package/dist/adyen.js.map +1 -1
- package/dist/cjs/adyen.css +1 -0
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +1 -0
- package/dist/es/adyen.css.map +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es.modern/adyen.css +1 -0
- package/dist/es.modern/adyen.css.map +1 -1
- package/dist/es.modern/index.js +1 -1
- package/dist/types/components/Ach/Ach.d.ts +1 -1
- package/dist/types/components/BcmcMobile/BcmcMobile.d.ts +1 -1
- package/dist/types/components/Card/Bancontact.d.ts +1 -1
- package/dist/types/components/Card/Card.d.ts +1 -1
- package/dist/types/components/CashAppPay/CashAppPay.d.ts +80 -0
- package/dist/types/components/CashAppPay/components/CashAppComponent.d.ts +16 -0
- package/dist/types/components/CashAppPay/defaultProps.d.ts +7 -0
- package/dist/types/components/CashAppPay/index.d.ts +1 -0
- package/dist/types/components/CashAppPay/services/CashAppSdkLoader.d.ts +9 -0
- package/dist/types/components/CashAppPay/services/CashAppService.d.ts +21 -0
- package/dist/types/components/CashAppPay/services/config.d.ts +3 -0
- package/dist/types/components/CashAppPay/services/types.d.ts +49 -0
- package/dist/types/components/CashAppPay/types.d.ts +60 -0
- package/dist/types/components/ClickToPay/ClickToPay.d.ts +1 -1
- package/dist/types/components/Dragonpay/Dragonpay.d.ts +1 -1
- package/dist/types/components/Dropin/Dropin.d.ts +1 -1
- package/dist/types/components/DuitNow/DuitNow.d.ts +1 -1
- package/dist/types/components/PayNow/PayNow.d.ts +1 -1
- package/dist/types/components/PromptPay/PromptPay.d.ts +1 -1
- package/dist/types/components/Swish/Swish.d.ts +1 -1
- package/dist/types/components/WeChat/WeChat.d.ts +1 -1
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/internal/Countdown/CountdownA11yReporter.d.ts +25 -0
- package/dist/types/components/internal/Countdown/index.d.ts +3 -29
- package/dist/types/components/internal/Countdown/types.d.ts +9 -0
- package/dist/types/components/internal/Countdown/useCountdownA11yReporter.d.ts +2 -0
- package/dist/types/components/internal/RedirectButton/RedirectButton.d.ts +3 -1
- package/dist/types/components/types.d.ts +1 -1
- package/dist/types/core/Errors/SRPanel.d.ts +3 -7
- package/dist/types/core/Errors/types.d.ts +6 -0
- package/dist/types/language/config.d.ts +1 -0
- package/dist/types/language/locales/index.d.ts +2 -0
- package/dist/types/language/utils.d.ts +1 -1
- package/package.json +2 -2
|
@@ -2930,6 +2930,7 @@ declare const _default: {
|
|
|
2930
2930
|
continue: string;
|
|
2931
2931
|
continueTo: string;
|
|
2932
2932
|
"wechatpay.timetopay": string;
|
|
2933
|
+
"sr.wechatpay.timetopay": string;
|
|
2933
2934
|
"wechatpay.scanqrcode": string;
|
|
2934
2935
|
personalDetails: string;
|
|
2935
2936
|
companyDetails: string;
|
|
@@ -3219,6 +3220,7 @@ declare const _default: {
|
|
|
3219
3220
|
continue: string;
|
|
3220
3221
|
continueTo: string;
|
|
3221
3222
|
"wechatpay.timetopay": string;
|
|
3223
|
+
"sr.wechatpay.timetopay": string;
|
|
3222
3224
|
"wechatpay.scanqrcode": string;
|
|
3223
3225
|
personalDetails: string;
|
|
3224
3226
|
companyDetails: string;
|
|
@@ -45,4 +45,4 @@ export declare const loadTranslations: (locale: string, customTranslations?: obj
|
|
|
45
45
|
* @param translation - Translation string
|
|
46
46
|
* @param renderFunctions - An array function that renders JSX elements
|
|
47
47
|
*/
|
|
48
|
-
export declare const interpolateElement: (translation: string, renderFunctions: ((translation: string) => h.JSX.Element)[]) => (string | h.JSX.Element)[];
|
|
48
|
+
export declare const interpolateElement: (translation: string, renderFunctions: ((translation: string) => h.JSX.Element | string)[]) => (string | h.JSX.Element)[];
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"./dist/es/adyen.css": "./dist/es/adyen.css",
|
|
25
25
|
"./package.json": "./package.json"
|
|
26
26
|
},
|
|
27
|
-
"version": "5.
|
|
27
|
+
"version": "5.44.0",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"homepage": "https://docs.adyen.com/checkout",
|
|
30
30
|
"repository": "github:Adyen/adyen-web",
|
|
@@ -124,6 +124,6 @@
|
|
|
124
124
|
"lint-staged": {
|
|
125
125
|
"*.{js,jsx,ts,tsx}": "eslint",
|
|
126
126
|
"*.{scss,css}": "stylelint",
|
|
127
|
-
"*.{js,jsx,ts,tsx,html}": "prettier --write"
|
|
127
|
+
"*.{js,jsx,ts,tsx,html,md}": "prettier --write"
|
|
128
128
|
}
|
|
129
129
|
}
|