@availity/app-icon
Advanced tools
Comparing version 2.0.0-alpha.128 to 2.0.0-beta.133
@@ -1,10 +0,11 @@ | ||
export interface AppIconProps { | ||
tag?: React.ReactType | string; | ||
color?: string; | ||
size?: string; | ||
branded?: boolean; | ||
className?: string; | ||
src?: string; | ||
alt?: string; | ||
children?: any; | ||
export interface AppIconProps extends React.HTMLAttributes<HTMLElement> { | ||
[key: string]: any; | ||
tag?: React.ReactType | string; | ||
color?: string; | ||
size?: string; | ||
branded?: boolean; | ||
className?: string; | ||
src?: string; | ||
alt?: string; | ||
children?: React.ReactType; | ||
} | ||
@@ -14,2 +15,2 @@ | ||
export default AppIcon; | ||
export default AppIcon; |
{ | ||
"name": "@availity/app-icon", | ||
"version": "2.0.0-alpha.128+4601c442", | ||
"version": "2.0.0-beta.133+ccc3b898", | ||
"author": "Evan Sharp <evan.sharp@availity.com>", | ||
@@ -30,3 +30,3 @@ "description": "Availity UI Kit application icon react component.", | ||
}, | ||
"gitHead": "4601c44201dc4a9850c678bd068cf082efeefa04" | ||
"gitHead": "ccc3b8986c03a638a3bd435a976f99d922822a1f" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
10004
125