@umbraco-ui/uui-avatar-group
Advanced tools
Comparing version 1.5.0-rc.0 to 1.5.0-rc.1
@@ -18,7 +18,2 @@ { | ||
{ | ||
"name": "styles", | ||
"type": "CSSResult[]", | ||
"default": "[null]" | ||
}, | ||
{ | ||
"name": "limit", | ||
@@ -29,2 +24,7 @@ "attribute": "limit", | ||
"default": "\"0\"" | ||
}, | ||
{ | ||
"name": "styles", | ||
"type": "CSSResult[]", | ||
"default": "[null]" | ||
} | ||
@@ -31,0 +31,0 @@ ], |
@@ -8,3 +8,2 @@ import { LitElement } from 'lit'; | ||
export declare class UUIAvatarGroupElement extends LitElement { | ||
static styles: import("lit").CSSResult[]; | ||
private _avatarNodes?; | ||
@@ -26,2 +25,3 @@ private _avatarArray; | ||
render(): import("lit-html").TemplateResult<1>; | ||
static styles: import("lit").CSSResult[]; | ||
} | ||
@@ -28,0 +28,0 @@ declare global { |
{ | ||
"name": "@umbraco-ui/uui-avatar-group", | ||
"version": "1.5.0-rc.0", | ||
"version": "1.5.0-rc.1", | ||
"license": "MIT", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@umbraco-ui/uui-avatar": "1.5.0-rc.0", | ||
"@umbraco-ui/uui-base": "1.5.0-rc.0" | ||
"@umbraco-ui/uui-avatar": "1.5.0-rc.1", | ||
"@umbraco-ui/uui-base": "1.5.0-rc.1" | ||
}, | ||
@@ -46,3 +46,3 @@ "scripts": { | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-avatar-group", | ||
"gitHead": "73cbc1444590282b7fb63a18d5639628ba18f0a3" | ||
"gitHead": "2ff35a098ed8a3feb8ebed1bf43b4fbb75950d65" | ||
} |
@@ -7,3 +7,3 @@ # uui-avatar-group | ||
Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-avatar-group) | ||
Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-avatar-group--docs) | ||
@@ -10,0 +10,0 @@ ## Installation |
8276
+ Added@umbraco-ui/uui-avatar@1.5.0-rc.1(transitive)
+ Added@umbraco-ui/uui-base@1.5.0-rc.1(transitive)
- Removed@umbraco-ui/uui-avatar@1.5.0-rc.0(transitive)
- Removed@umbraco-ui/uui-base@1.5.0-rc.0(transitive)