Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/tray

Package Overview
Dependencies
Maintainers
6
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/tray - npm Package Compare versions

Comparing version 0.0.6-alpha.1 to 0.0.6

21

custom-elements.json

@@ -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 @@ {

10

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc