@spectrum-web-components/tray
Advanced tools
Comparing version 0.0.6-alpha.1 to 0.0.6
@@ -7,2 +7,17 @@ { | ||
"kind": "javascript-module", | ||
"path": "sp-tray.ts", | ||
"declarations": [], | ||
"exports": [ | ||
{ | ||
"kind": "custom-element-definition", | ||
"name": "sp-tray", | ||
"declaration": { | ||
"name": "Tray", | ||
"module": "/src/Tray.js" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "src/Tray.ts", | ||
@@ -14,2 +29,8 @@ "declarations": [ | ||
"name": "Tray", | ||
"slots": [ | ||
{ | ||
"description": "content to display within the Tray", | ||
"name": "" | ||
} | ||
], | ||
"members": [ | ||
@@ -16,0 +37,0 @@ { |
{ | ||
"name": "@spectrum-web-components/tray", | ||
"version": "0.0.6-alpha.1+d4d43daa6", | ||
"version": "0.0.6", | ||
"publishConfig": { | ||
@@ -47,5 +47,5 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.4.6-alpha.69+d4d43daa6", | ||
"@spectrum-web-components/modal": "^0.3.8-alpha.69+d4d43daa6", | ||
"@spectrum-web-components/underlay": "^0.6.9-alpha.1+d4d43daa6", | ||
"@spectrum-web-components/base": "^0.4.5", | ||
"@spectrum-web-components/modal": "^0.3.7", | ||
"@spectrum-web-components/underlay": "^0.6.8", | ||
"tslib": "^2.0.0" | ||
@@ -61,3 +61,3 @@ }, | ||
], | ||
"gitHead": "d4d43daa67bd039e78735e15d1b352cd07924710" | ||
"gitHead": "526f47044807c92b6e7909bb0e14ac6033d6ba63" | ||
} |
@@ -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; |
@@ -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; |
@@ -5,2 +5,4 @@ import { SpectrumElement, CSSResultArray, TemplateResult } from '@spectrum-web-components/base'; | ||
* @element sp-tray | ||
* | ||
* @slot - content to display within the Tray | ||
*/ | ||
@@ -7,0 +9,0 @@ export declare class Tray extends SpectrumElement { |
@@ -19,2 +19,4 @@ /* | ||
* @element sp-tray | ||
* | ||
* @slot - content to display within the Tray | ||
*/ | ||
@@ -21,0 +23,0 @@ export class Tray extends SpectrumElement { |
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
54422
441
0