@monei-js/components
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@monei-js/components", | ||
"author": "Dmitriy Nevzorov <dmitriy.nevzorov@microapps.com>", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -14,3 +14,3 @@ import {CSSObject} from 'styled-components'; | ||
export type CardInputOnChangeParams = { | ||
export type CardInputOnChangeEvent = { | ||
isTouched: boolean; | ||
@@ -24,11 +24,13 @@ error?: string; | ||
ref?: any; | ||
accountId?: string; | ||
orderId?: string; | ||
paymentId?: string; | ||
checkoutId?: string; | ||
onError?: (error: any) => Promise<void>; | ||
onProps?: (cb: (props: CardInputProps) => void) => Promise<void>; | ||
onBlur?: () => void; | ||
onChange?: (params: CardInputOnChangeParams) => void; | ||
onChange?: (event: CardInputOnChangeEvent) => void; | ||
onEnter?: () => void; | ||
onFocus?: () => void; | ||
onLoad?: () => void; | ||
accountId?: string; | ||
checkoutId?: string; | ||
placeholders?: { | ||
@@ -35,0 +37,0 @@ cardNumber?: string; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3560982
20948