New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-avatar

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-avatar - npm Package Compare versions

Comparing version

to
0.1.0

2

lib/index.js

@@ -1,4 +0,4 @@

import { property, state } from 'lit/decorators.js';
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
import { css, LitElement, html } from 'lit';
import { property, state } from 'lit/decorators.js';

@@ -5,0 +5,0 @@ var __defProp = Object.defineProperty;

@@ -5,3 +5,3 @@ import { LitElement } from 'lit';

* @element uui-avatar
* @slot For anything other than initials (no more than 2-3 characters)
* @slot - For anything other than initials (no more than 2-3 characters)
*/

@@ -8,0 +8,0 @@ export declare class UUIAvatarElement extends LitElement {

{
"name": "@umbraco-ui/uui-avatar",
"version": "0.0.19",
"version": "0.1.0",
"license": "MIT",

@@ -33,3 +33,3 @@ "description": "An avatar web component for displaying user avatars.",

"dependencies": {
"@umbraco-ui/uui-base": "0.0.17"
"@umbraco-ui/uui-base": "0.1.0"
},

@@ -45,3 +45,3 @@ "scripts": {

"homepage": "https://uui.umbraco.com/?path=/story/uui-avatar",
"gitHead": "3b7c6cf892e89054b2980b19d8c2f8bead2752e8"
"gitHead": "9ed7860ce865d310b85bd1718f37b59db873aefd"
}

@@ -5,2 +5,6 @@ # uui-avatar

### See it in action
Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-avatar)
## Installation

@@ -7,0 +11,0 @@