@spectrum-web-components/modal
Advanced tools
Comparing version 0.6.8 to 0.6.9
{ | ||
"name": "@spectrum-web-components/modal", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"publishConfig": { | ||
@@ -49,3 +49,3 @@ "access": "public" | ||
"devDependencies": { | ||
"@spectrum-css/modal": "^3.0.20" | ||
"@spectrum-css/modal": "^3.0.23" | ||
}, | ||
@@ -57,3 +57,3 @@ "types": "./src/index.d.ts", | ||
], | ||
"gitHead": "e5cd4a0db2201b8126eb9133ac3c24172d086359" | ||
"gitHead": "3be62133721efba844cd7032566a2c49ed6d9875" | ||
} |
@@ -14,5 +14,5 @@ /* | ||
const styles = css ` | ||
:host{align-items:center;box-sizing:border-box;display:flex;height:100vh;height:-webkit-fill-available;height:fill-available;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:visibility 0ms linear var(--spectrum-global-animation-duration-100,.13s);visibility:hidden;width:100vw;z-index:2}:host([open]){visibility:visible}@media only screen and (max-device-height:350px),only screen and (max-device-width:400px){:host([responsive]){border-radius:0;height:100%;max-height:100%;max-width:100%;width:100%}:host([responsive]){margin-top:0}} | ||
:host{align-items:center;box-sizing:border-box;display:flex;height:100vh;height:-webkit-fill-available;height:-moz-available;height:stretch;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:visibility 0ms linear var(--spectrum-global-animation-duration-100,.13s);visibility:hidden;width:100vw;z-index:2}:host([open]){visibility:visible}@media only screen and (max-device-height:350px),only screen and (max-device-width:400px){:host([responsive]){border-radius:0;height:100%;max-height:100%;max-width:100%;width:100%}:host([responsive]){margin-top:0}} | ||
`; | ||
export default styles; | ||
//# sourceMappingURL=modal-wrapper.css.js.map |
@@ -14,5 +14,5 @@ /* | ||
const styles = css ` | ||
:host{align-items:center;box-sizing:border-box;display:flex;height:100vh;height:-webkit-fill-available;height:fill-available;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:visibility 0ms linear var(--spectrum-global-animation-duration-100,.13s);visibility:hidden;width:100vw;z-index:2}:host([open]){visibility:visible}@media only screen and (max-device-height:350px),only screen and (max-device-width:400px){:host([responsive]){border-radius:0;height:100%;max-height:100%;max-width:100%;width:100%}:host([responsive]){margin-top:0}} | ||
:host{align-items:center;box-sizing:border-box;display:flex;height:100vh;height:-webkit-fill-available;height:-moz-available;height:stretch;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:visibility 0ms linear var(--spectrum-global-animation-duration-100,.13s);visibility:hidden;width:100vw;z-index:2}:host([open]){visibility:visible}@media only screen and (max-device-height:350px),only screen and (max-device-width:400px){:host([responsive]){border-radius:0;height:100%;max-height:100%;max-width:100%;width:100%}:host([responsive]){margin-top:0}} | ||
`; | ||
export default styles; | ||
//# sourceMappingURL=spectrum-modal-wrapper.css.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35911