@spectrum-web-components/tray
Advanced tools
Comparing version 0.3.12-devmode.7 to 0.3.12
@@ -7,3 +7,3 @@ { | ||
"kind": "javascript-module", | ||
"path": "sp-tray.ts", | ||
"path": "sp-tray.js", | ||
"declarations": [], | ||
@@ -23,3 +23,3 @@ "exports": [ | ||
"kind": "javascript-module", | ||
"path": "src/Tray.ts", | ||
"path": "src/Tray.js", | ||
"declarations": [ | ||
@@ -180,3 +180,3 @@ { | ||
"name": "Tray", | ||
"module": "src/Tray.ts" | ||
"module": "src/Tray.js" | ||
} | ||
@@ -183,0 +183,0 @@ } |
{ | ||
"name": "@spectrum-web-components/tray", | ||
"version": "0.3.12-devmode.7+8303f3a2a", | ||
"version": "0.3.12", | ||
"publishConfig": { | ||
@@ -60,7 +60,7 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.5.9-devmode.31+8303f3a2a", | ||
"@spectrum-web-components/modal": "^0.6.10-devmode.7+8303f3a2a", | ||
"@spectrum-web-components/reactive-controllers": "^0.2.5-devmode.86+8303f3a2a", | ||
"@spectrum-web-components/shared": "^0.14.5-devmode.7+8303f3a2a", | ||
"@spectrum-web-components/underlay": "^0.8.11-devmode.7+8303f3a2a", | ||
"@spectrum-web-components/base": "^0.6.0", | ||
"@spectrum-web-components/modal": "^0.6.10", | ||
"@spectrum-web-components/reactive-controllers": "^0.2.5", | ||
"@spectrum-web-components/shared": "^0.14.5", | ||
"@spectrum-web-components/underlay": "^0.8.11", | ||
"tslib": "^2.0.0" | ||
@@ -76,3 +76,3 @@ }, | ||
], | ||
"gitHead": "8303f3a2a90b0aedc15158797662ccfa8f4a2031" | ||
"gitHead": "50cac779bbb0d6735c2061f1eceb86b9daf9b22b" | ||
} |
@@ -12,3 +12,7 @@ import { | ||
import "@spectrum-web-components/theme/src/themes.js"; | ||
import { testForLitDevWarnings } from "../../../test/testing-helpers.js"; | ||
describe("Tray", () => { | ||
testForLitDevWarnings(async () => await fixture(html` | ||
<sp-tray></sp-tray> | ||
`)); | ||
it("loads default tray accessibly", async () => { | ||
@@ -15,0 +19,0 @@ const el = await fixture(html` |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
91561
782
0
1
- Removed@spectrum-web-components/base@0.5.9-devmode.31(transitive)