@basis-theory/basis-theory-js
Advanced tools
Comparing version 4.6.0 to 4.6.1
{ | ||
"name": "@basis-theory/basis-theory-js", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -53,3 +53,3 @@ import { CreditCardType } from './cardTypes'; | ||
} | ||
type CustomizableElementOptions = Pick<ElementOptions, 'cardTypes' | 'disabled' | 'enableCopy' | 'inputMode' | 'readOnly' | 'skipLuhnValidation' | 'style' | 'validateOnChange'> & AutoCompleteOption; | ||
type CustomizableElementOptions = Pick<ElementOptions, 'cardTypes' | 'copyIconStyles' | 'disabled' | 'enableCopy' | 'inputMode' | 'readOnly' | 'skipLuhnValidation' | 'style' | 'validateOnChange'> & AutoCompleteOption; | ||
type ElementValueType = 'static' | 'reference'; | ||
@@ -56,0 +56,0 @@ interface CardElementValue<T extends ElementValueType> { |
175006