@spectrum-web-components/banner
Advanced tools
Comparing version 0.6.6-alpha.69 to 0.6.6-beta.71
@@ -7,2 +7,17 @@ { | ||
"kind": "javascript-module", | ||
"path": "sp-banner.ts", | ||
"declarations": [], | ||
"exports": [ | ||
{ | ||
"kind": "custom-element-definition", | ||
"name": "sp-banner", | ||
"declaration": { | ||
"name": "Banner", | ||
"module": "/src/Banner.js" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "src/Banner.ts", | ||
@@ -12,3 +27,3 @@ "declarations": [ | ||
"kind": "class", | ||
"description": "Banner component", | ||
"description": "", | ||
"name": "Banner", | ||
@@ -72,3 +87,5 @@ "slots": [ | ||
"package": "@spectrum-web-components/base" | ||
} | ||
}, | ||
"tagName": "sp-banner", | ||
"customElement": true | ||
} | ||
@@ -75,0 +92,0 @@ ], |
{ | ||
"name": "@spectrum-web-components/banner", | ||
"version": "0.6.6-alpha.69+d4d43daa6", | ||
"version": "0.6.6-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'; | ||
/** | ||
* Banner component | ||
* @element sp-banner | ||
* | ||
@@ -5,0 +5,0 @@ * @attr type - Determines the style, can be "info", "warning", or "error". Default is "info" |
@@ -16,3 +16,3 @@ /* | ||
/** | ||
* Banner component | ||
* @element sp-banner | ||
* | ||
@@ -19,0 +19,0 @@ * @attr type - Determines the style, can be "info", "warning", or "error". Default is "info" |
@@ -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,4 +12,4 @@ /* | ||
*/ | ||
import { spreadProps } from '../../../test/lit-helpers.js'; | ||
import { html } from '@spectrum-web-components/base'; | ||
import { html } from 'lit-html'; | ||
import { spreadProps } from '@open-wc/lit-helpers'; | ||
import '../sp-banner.js'; | ||
@@ -110,3 +110,3 @@ export default { | ||
> | ||
<sp-banner ${spreadProps(args)}> | ||
<sp-banner ...=${spreadProps(args)}> | ||
<div slot="header">${args.header}</div> | ||
@@ -113,0 +113,0 @@ <div slot="content">${args.content}</div> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
50813
468