@spectrum-web-components/modal
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@spectrum-web-components/modal", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"publishConfig": { | ||
@@ -45,3 +45,3 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.5.1", | ||
"@spectrum-web-components/base": "^0.5.2", | ||
"tslib": "^2.0.0" | ||
@@ -57,3 +57,3 @@ }, | ||
], | ||
"gitHead": "f23b15ec952d7450272a8275524c905e028b4ddc" | ||
"gitHead": "bb5308b9be01cc7c5bbab289312042256bdcc740" | ||
} |
@@ -38,5 +38,5 @@ /* | ||
--spectrum-dialog-confirm-background-color,var(--spectrum-alias-background-color-default) | ||
)}:host{height:calc(100vh - var(--swc-body-margins-block, 0 * 1px));width:calc(100vw - var(--swc-body-margins-inline, 0 * 1px))} | ||
)} | ||
`; | ||
export default styles; | ||
//# sourceMappingURL=modal.css.js.map |
Sorry, the diff of this file is not supported yet
35529