@spectrum-web-components/tray
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "@spectrum-web-components/tray", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"publishConfig": { | ||
@@ -47,6 +47,6 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.4.6", | ||
"@spectrum-web-components/modal": "^0.4.1", | ||
"@spectrum-web-components/shared": "^0.12.11", | ||
"@spectrum-web-components/underlay": "^0.7.1", | ||
"@spectrum-web-components/base": "^0.5.0", | ||
"@spectrum-web-components/modal": "^0.5.0", | ||
"@spectrum-web-components/shared": "^0.13.0", | ||
"@spectrum-web-components/underlay": "^0.8.0", | ||
"tslib": "^2.0.0" | ||
@@ -62,3 +62,3 @@ }, | ||
], | ||
"gitHead": "9c7ac25264762a9b7bad2ef3f111d5eb613f9d05" | ||
"gitHead": "7ce77352f6894043bceac9ef92b21e5f85420969" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { SpectrumElement, CSSResultArray, TemplateResult } from '@spectrum-web-components/base'; | ||
import { CSSResultArray, SpectrumElement, TemplateResult } from '@spectrum-web-components/base'; | ||
import '@spectrum-web-components/underlay/sp-underlay.js'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -13,3 +13,4 @@ /* | ||
import { __decorate } from "tslib"; | ||
import { html, SpectrumElement, property, query, } from '@spectrum-web-components/base'; | ||
import { html, SpectrumElement, } from '@spectrum-web-components/base'; | ||
import { property, query, } from '@spectrum-web-components/base/src/decorators.js'; | ||
import '@spectrum-web-components/underlay/sp-underlay.js'; | ||
@@ -16,0 +17,0 @@ import { firstFocusableIn } from '@spectrum-web-components/shared/src/first-focusable-in.js'; |
Sorry, the diff of this file is not supported yet
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
62116
26
534
8
+ Added@lit-labs/ssr-dom-shim@1.3.0(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@spectrum-web-components/base@0.5.80.6.0(transitive)
+ Added@spectrum-web-components/modal@0.5.2(transitive)
+ Added@spectrum-web-components/shared@0.13.7(transitive)
+ Added@spectrum-web-components/underlay@0.8.11(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removed@spectrum-web-components/base@0.4.6(transitive)
- Removed@spectrum-web-components/modal@0.4.1(transitive)
- Removed@spectrum-web-components/shared@0.12.11(transitive)
- Removed@spectrum-web-components/underlay@0.7.1(transitive)
- Removedlit-element@2.5.1(transitive)
- Removedlit-html@1.4.1(transitive)