@spectrum-web-components/tray
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "@spectrum-web-components/tray", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"publishConfig": { | ||
@@ -47,7 +47,7 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.5.6", | ||
"@spectrum-web-components/modal": "^0.6.6", | ||
"@spectrum-web-components/reactive-controllers": "^0.2.3", | ||
"@spectrum-web-components/shared": "^0.14.1", | ||
"@spectrum-web-components/underlay": "^0.8.7", | ||
"@spectrum-web-components/base": "^0.5.7", | ||
"@spectrum-web-components/modal": "^0.6.7", | ||
"@spectrum-web-components/reactive-controllers": "^0.2.4", | ||
"@spectrum-web-components/shared": "^0.14.2", | ||
"@spectrum-web-components/underlay": "^0.8.8", | ||
"tslib": "^2.0.0" | ||
@@ -63,3 +63,3 @@ }, | ||
], | ||
"gitHead": "8f5ea3556e160b6e30815edb2414dc5a5999a925" | ||
"gitHead": "275ee61b152ac3eed0cd1603d8eab2aec90876a0" | ||
} |
@@ -32,3 +32,3 @@ ## Description | ||
<sp-tray slot="click-content"> | ||
<sp-dialog size="small" dismissable> | ||
<sp-dialog size="s" dismissable> | ||
<h2 slot="heading">New Messages</h2> | ||
@@ -35,0 +35,0 @@ You have 5 new messages. |
@@ -18,3 +18,3 @@ /* | ||
<sp-tray open> | ||
<sp-dialog size="small"> | ||
<sp-dialog size="s"> | ||
<h2 slot="heading">New Messages</h2> | ||
@@ -21,0 +21,0 @@ You have 5 new messages. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73149