Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@forter/avatar

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/avatar - npm Package Compare versions

Comparing version 4.0.9 to 4.0.10

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.0.10](https://github.com/forter/web-components/compare/@forter/avatar@4.0.9...@forter/avatar@4.0.10) (2021-12-15)
**Note:** Version bump only for package @forter/avatar
## [4.0.9](https://github.com/forter/web-components/compare/@forter/avatar@4.0.8...@forter/avatar@4.0.9) (2021-11-02)

@@ -8,0 +16,0 @@

9

fc-avatar.css.js

@@ -12,3 +12,2 @@ import { css } from 'lit-element';

display: inline-block;
overflow: hidden;
position: relative;

@@ -20,9 +19,5 @@ width: var(--fc-avatar-size);

button {
background-color: var(--fc-avatar-background-color);
/* background-color: transparent; */
border-color: transparent;
background-color: var(--fc-avatar-background-color, var(--fc-gray-300));
border-radius: 50%;
border: none;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;

@@ -39,3 +34,2 @@ height: 100%;

background-color: var(--fc-avatar-hover-background-color);
transform: scale(1.1);
}

@@ -63,3 +57,2 @@

justify-content: center;
line-height: 120%;
width: 100%;

@@ -66,0 +59,0 @@ }

{
"name": "@forter/avatar",
"version": "4.0.9",
"version": "4.0.10",
"description": "Avatar from Forter Components",

@@ -54,3 +54,3 @@ "main": "index.js",

},
"gitHead": "bf4a028e57cbaa7adbc514c63e25e86f00454a9f"
"gitHead": "b916174189d41d4ca6042c65d8a8729e90390acf"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc