@basis-theory/basis-theory-js
Advanced tools
Comparing version 4.6.1 to 4.6.2
{ | ||
"name": "@basis-theory/basis-theory-js", | ||
"version": "4.6.1", | ||
"version": "4.6.2", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -22,5 +22,5 @@ import type { Properties as CSSProperties } from 'csstype'; | ||
color?: string; | ||
sucessColor?: string; | ||
successColor?: string; | ||
}; | ||
export { SAFE_CSS_PROPERTIES, SAFE_CSS_PROPERTIES_ALTERNATES, SAFE_CSS_PROPERTIES_WITH_ALTERNATES, CARD_ELEMENT_STYLE_VARIANT_SELECTORS, CARD_ELEMENT_STYLE_VARIANTS, CARD_ELEMENT_STYLE_FONTS_ATTR, }; | ||
export type { CardElementStyle, CardElementStyleVariant, CardElementStyleVariantSelector, CardElementStyleVariantStyle, CopyIconStyles, ElementStyle, Fonts, FontSources, SafeCSSProperty, SafeStyle, }; |
175007