@basis-theory/react-elements 2.9.0 → 2.11.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/types/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/react-elements",
3
- "version": "2.9.0",
3
+ "version": "2.11.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/basis-theory/react-elements.git"
@@ -33,7 +33,7 @@
33
33
  "tag": "latest"
34
34
  },
35
35
  "dependencies": {
36
- "@basis-theory/web-elements": "2.9.0"
36
+ "@basis-theory/web-elements": "2.11.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
package/types/index.d.ts CHANGED
@@ -298,7 +298,7 @@ export interface CardElementAutoComplete {
298
298
  expirationDate: AutoCompleteValue;
299
299
  csc: AutoCompleteValue;
300
300
  }
301
- export type CreateCardElementOptions = CardCustomizableElementOptions & Pick<ElementOptions, 'binLookup' | 'cardTypes' | 'skipLuhnValidation' | 'title'> & {
301
+ export type CreateCardElementOptions = CardCustomizableElementOptions & Pick<ElementOptions, 'binLookup' | 'cardTypes' | 'skipLuhnValidation' | 'iconPosition' | 'title'> & {
302
302
  coBadgedSupport?: CoBadgedSupport[];
303
303
  placeholder?: CardElementPlaceholder;
304
304
  value?: CardElementValue<'static'>;