@availity/app-icon
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.6.2](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.6.1...@availity/app-icon@1.6.2) (2022-11-16) | ||
## [1.6.1](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.6.0...@availity/app-icon@1.6.1) (2022-06-14) | ||
@@ -7,0 +11,0 @@ |
import React from 'react'; | ||
declare type AppIconProps = { | ||
/** For src prop. the alt property for your image source is not found or is loading. */ | ||
alt?: string; | ||
/** Triggers "branded" styles. */ | ||
branded?: boolean; | ||
/** */ | ||
children?: React.ReactNode; | ||
/** */ | ||
className?: string; | ||
/** Potential values: "black", "blue", "green", "orange", "red". */ | ||
color?: string; | ||
/** Potential values: "lg", "xl". */ | ||
size?: string; | ||
/** If image source is provided, it will render this instead of children. */ | ||
src?: string; | ||
/** */ | ||
tag?: React.ElementType; | ||
/** */ | ||
title?: string; | ||
@@ -13,0 +22,0 @@ }; |
{ | ||
"name": "@availity/app-icon", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Availity UI Kit application icon react component.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
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
20282
340