Socket
Socket
Sign inDemoInstall

@availity/app-tiles

Package Overview
Dependencies
4
Maintainers
13
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md

@@ -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 @@ };

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc