@availity/app-tiles
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,6 @@ # Changelog | ||
## [0.1.1](https://github.com/Availity/availity-react/compare/@availity/app-tiles@0.1.0...@availity/app-tiles@0.1.1) (2022-11-28) | ||
# 0.1.0 (2022-07-14) | ||
@@ -7,0 +11,0 @@ |
@@ -5,10 +5,16 @@ import React from 'react'; | ||
declare type AppTilesProps = { | ||
/** For src prop. the alt property for your image source is not found or is loading. */ | ||
alt?: string; | ||
/** Triggers "branded" styles */ | ||
branded?: boolean; | ||
className?: string; | ||
/** Potential values: "black", "blue", "green", "orange", "red". Default: "black" */ | ||
color?: string; | ||
/** Potential values: "lg", "xl" */ | ||
size?: string; | ||
tag?: React.ElementType; | ||
/** If image source is provided, it will render this instead of parents. */ | ||
image?: string; | ||
shortName?: string; | ||
/** If parents are provided, it will render up to the first in the icon, ether images.tile or shortName. */ | ||
parents?: any[]; | ||
@@ -15,0 +21,0 @@ }; |
{ | ||
"name": "@availity/app-tiles", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Availity UI Kit application tiled 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
102020
2460