@basis-theory/basis-theory-elements-interfaces
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@basis-theory/basis-theory-elements-interfaces", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-elements-interfaces", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -7,3 +7,3 @@ import type { Properties as CSSProperties } from 'csstype'; | ||
declare type SafeStyle = Pick<CSSProperties, SafeCSSProperty>; | ||
declare const CARD_ELEMENT_STYLE_VARIANT_SELECTORS: readonly [":hover", ":focus", "::placeholder", "::selection"]; | ||
declare const CARD_ELEMENT_STYLE_VARIANT_SELECTORS: readonly [":hover", ":focus", "::placeholder", "::selection", ":disabled"]; | ||
declare type CardElementStyleVariantSelector = typeof CARD_ELEMENT_STYLE_VARIANT_SELECTORS[number]; | ||
@@ -10,0 +10,0 @@ declare type CardElementStyleVariantStyle = SafeStyle & Partial<Record<CardElementStyleVariantSelector, SafeStyle>>; |
@@ -15,3 +15,3 @@ "use strict"; | ||
exports.SAFE_CSS_PROPERTIES_WITH_ALTERNATES = SAFE_CSS_PROPERTIES_WITH_ALTERNATES; | ||
const CARD_ELEMENT_STYLE_VARIANT_SELECTORS = [':hover', ':focus', '::placeholder', '::selection']; | ||
const CARD_ELEMENT_STYLE_VARIANT_SELECTORS = [':hover', ':focus', '::placeholder', '::selection', ':disabled']; | ||
exports.CARD_ELEMENT_STYLE_VARIANT_SELECTORS = CARD_ELEMENT_STYLE_VARIANT_SELECTORS; | ||
@@ -18,0 +18,0 @@ const CARD_ELEMENT_STYLE_VARIANTS = ['base', 'complete', 'invalid', 'empty']; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17694
0