@umbraco-ui/uui-avatar
Advanced tools
Comparing version
@@ -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 @@ |
9953
1.11%35
12.9%+ Added
- Removed
Updated