@spectrum-web-components/avatar
Advanced tools
Comparing version 0.7.8-alpha.69 to 0.7.8-beta.71
@@ -7,2 +7,17 @@ { | ||
"kind": "javascript-module", | ||
"path": "sp-avatar.ts", | ||
"declarations": [], | ||
"exports": [ | ||
{ | ||
"kind": "custom-element-definition", | ||
"name": "sp-avatar", | ||
"declaration": { | ||
"name": "Avatar", | ||
"module": "/src/Avatar.js" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "src/Avatar.ts", | ||
@@ -12,3 +27,3 @@ "declarations": [ | ||
"kind": "class", | ||
"description": "Avatar component", | ||
"description": "", | ||
"name": "Avatar", | ||
@@ -58,3 +73,5 @@ "members": [ | ||
"package": "@spectrum-web-components/base" | ||
} | ||
}, | ||
"tagName": "sp-avatar", | ||
"customElement": true | ||
} | ||
@@ -61,0 +78,0 @@ ], |
{ | ||
"name": "@spectrum-web-components/avatar", | ||
"version": "0.7.8-alpha.69+d4d43daa6", | ||
"version": "0.7.8-beta.71+c312a8a9a", | ||
"publishConfig": { | ||
@@ -47,3 +47,3 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.4.6-alpha.69+d4d43daa6", | ||
"@spectrum-web-components/base": "^0.4.5", | ||
"tslib": "^2.0.0" | ||
@@ -59,3 +59,3 @@ }, | ||
], | ||
"gitHead": "d4d43daa67bd039e78735e15d1b352cd07924710" | ||
"gitHead": "c312a8a9a8c3cf22802a606f03101b30706bee17" | ||
} |
@@ -1,2 +0,2 @@ | ||
declare const styles: import("@spectrum-web-components/base").CSSResultGroup; | ||
declare const styles: import("@spectrum-web-components/base").CSSResult; | ||
export default styles; |
import { SpectrumElement, CSSResultArray, TemplateResult } from '@spectrum-web-components/base'; | ||
/** | ||
* Avatar component | ||
* @element sp-avatar | ||
*/ | ||
@@ -5,0 +5,0 @@ export declare class Avatar extends SpectrumElement { |
@@ -16,3 +16,3 @@ /* | ||
/** | ||
* Avatar component | ||
* @element sp-avatar | ||
*/ | ||
@@ -19,0 +19,0 @@ export class Avatar extends SpectrumElement { |
@@ -1,2 +0,2 @@ | ||
declare const styles: import("@spectrum-web-components/base").CSSResultGroup; | ||
declare const styles: import("@spectrum-web-components/base").CSSResult; | ||
export default styles; |
@@ -12,3 +12,3 @@ /* | ||
*/ | ||
import { html } from '@spectrum-web-components/base'; | ||
import { html } from 'lit-html'; | ||
import '../sp-avatar.js'; | ||
@@ -15,0 +15,0 @@ import { avatar } from './images'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
40562
341