@availity/app-tiles
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -5,5 +5,15 @@ # Changelog | ||
## [0.1.2](https://github.com/Availity/availity-react/compare/@availity/app-tiles@0.1.1...@availity/app-tiles@0.1.2) (2023-01-17) | ||
# [0.2.0](https://github.com/Availity/availity-react/compare/@availity/app-tiles@0.1.2...@availity/app-tiles@0.2.0) (2023-08-14) | ||
### Features | ||
* **app-tiles:** adding alternative alt text for when undefined values are present EB-233 ([e198cc7](https://github.com/Availity/availity-react/commit/e198cc73790ca98cadfb5a7feb91536c4c31ed53)) | ||
* **app-tiles:** changing default fallback to App Tile EB-233 ([d681641](https://github.com/Availity/availity-react/commit/d681641b2af4e32ccb5560b080f642107d38bc4b)) | ||
## [0.1.2](https://github.com/Availity/availity-react/compare/@availity/app-tiles@0.1.1...@availity/app-tiles@0.1.2) (2023-01-24) | ||
### Bug Fixes | ||
@@ -13,2 +23,3 @@ | ||
* **app-tiles:** fixing typescript issues ([f6b8f57](https://github.com/Availity/availity-react/commit/f6b8f57165023946784fcd3ea979b7397f8c552b)) | ||
* **app-tiles:** fixing version publish issue manually ([dcfdf10](https://github.com/Availity/availity-react/commit/dcfdf107835a089ebb11627f97adf7f6c2c1a845)) | ||
* **app-tiles:** refactoring AppTiles and updating type from any ([a829ab5](https://github.com/Availity/availity-react/commit/a829ab585c8a590ff9ab40989aeb968d6cae2cdb)) | ||
@@ -15,0 +26,0 @@ * **app-tiles:** refactoring AppTiles and updating type from any ([0b728d0](https://github.com/Availity/availity-react/commit/0b728d0c63aa8b2c2d8ad95bc2525a15e9ba9079)) |
@@ -10,2 +10,3 @@ import React from 'react'; | ||
}; | ||
name?: string; | ||
shortName?: string; | ||
@@ -12,0 +13,0 @@ }; |
@@ -1053,3 +1053,3 @@ var __create = Object.create; | ||
src: parent.images.tile, | ||
alt: parent.images.name | ||
alt: parent.images.name || parent.name || "App Tile" | ||
}) : /* @__PURE__ */ import_react.default.createElement("div", { | ||
@@ -1056,0 +1056,0 @@ className: `app-icon app-icon-${color} ${AppTiles_module_default.tile}` |
{ | ||
"name": "@availity/app-tiles", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Availity UI Kit application tiled icon react component.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
104844
2492