@spectrum-web-components/underlay
Advanced tools
Comparing version 0.2.0 to 0.2.1-alpha.95
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/underlay@0.2.0...@spectrum-web-components/underlay@0.2.1) (2020-08-19) | ||
**Note:** Version bump only for package @spectrum-web-components/underlay | ||
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/underlay@0.1.1...@spectrum-web-components/underlay@0.2.0) (2020-07-17) | ||
@@ -8,0 +12,0 @@ |
@@ -1,1 +0,28 @@ | ||
{"version":"experimental","tags":[{"name":"sp-underlay","path":"./src/Underlay.d.ts","properties":[{"name":"open","type":"boolean"}]},{"name":"sp-underlay","path":"./src/Underlay.ts","attributes":[{"name":"open","type":"boolean","default":"false"}],"properties":[{"name":"open","attribute":"open","type":"boolean","default":"false"}]}]} | ||
{ | ||
"version": "experimental", | ||
"tags": [ | ||
{ | ||
"name": "sp-underlay", | ||
"path": "./sp-underlay.d.ts", | ||
"attributes": [ | ||
{ | ||
"name": "open", | ||
"type": "boolean", | ||
"default": "false" | ||
} | ||
], | ||
"properties": [ | ||
{ | ||
"name": "open", | ||
"attribute": "open", | ||
"type": "boolean", | ||
"default": "false" | ||
}, | ||
{ | ||
"name": "shadowRoot", | ||
"type": "ShadowRoot" | ||
} | ||
] | ||
} | ||
] | ||
} |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.2.0", | ||
"version": "0.2.1-alpha.95+1e82c26e", | ||
"description": "", | ||
@@ -51,10 +51,9 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@spectrum-css/underlay": "^2.0.0" | ||
"@spectrum-css/underlay": "^2.0.7" | ||
}, | ||
"dependencies": { | ||
"lit-element": "^2.1.0", | ||
"lit-html": "^1.0.0", | ||
"@spectrum-web-components/base": "^0.0.2-alpha.1038+1e82c26e", | ||
"tslib": "^2.0.0" | ||
}, | ||
"gitHead": "75044c0b0aeafaf7c6d90c32c7b4ba1fc9d3bc28" | ||
"gitHead": "1e82c26ee95e858f3c97afd070e1fc9e3905cebd" | ||
} |
@@ -13,3 +13,3 @@ /* | ||
module.exports = { | ||
const config = { | ||
spectrum: 'underlay', | ||
@@ -32,1 +32,3 @@ components: [ | ||
}; | ||
export default config; |
@@ -1,2 +0,2 @@ | ||
declare const styles: import("lit-element").CSSResult; | ||
declare const styles: import("@spectrum-web-components/base").CSSResult; | ||
export default styles; |
@@ -12,3 +12,3 @@ /* | ||
*/ | ||
import { css } from 'lit-element'; | ||
import { css } from '@spectrum-web-components/base'; | ||
const styles = css ` | ||
@@ -15,0 +15,0 @@ :host{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,.13s);pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;transition:opacity var(--spectrum-dialog-background-exit-animation-duration,var(--spectrum-global-animation-duration-300)) cubic-bezier(.5,0,1,1) var(--spectrum-dialog-background-exit-animation-delay,var(--spectrum-global-animation-duration-200)),visibility 0ms linear calc(var(--spectrum-dialog-background-exit-animation-delay, |
@@ -12,3 +12,3 @@ /* | ||
*/ | ||
import { css } from 'lit-element'; | ||
import { css } from '@spectrum-web-components/base'; | ||
const styles = css` | ||
@@ -15,0 +15,0 @@ :host{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,.13s);pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;transition:opacity var(--spectrum-dialog-background-exit-animation-duration,var(--spectrum-global-animation-duration-300)) cubic-bezier(.5,0,1,1) var(--spectrum-dialog-background-exit-animation-delay,var(--spectrum-global-animation-duration-200)),visibility 0ms linear calc(var(--spectrum-dialog-background-exit-animation-delay, |
@@ -1,2 +0,2 @@ | ||
declare const styles: import("lit-element").CSSResult; | ||
declare const styles: import("@spectrum-web-components/base").CSSResult; | ||
export default styles; |
@@ -12,3 +12,3 @@ /* | ||
*/ | ||
import { css } from 'lit-element'; | ||
import { css } from '@spectrum-web-components/base'; | ||
const styles = css ` | ||
@@ -15,0 +15,0 @@ :host{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,.13s);pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;transition:opacity var(--spectrum-dialog-background-exit-animation-duration,var(--spectrum-global-animation-duration-300)) cubic-bezier(.5,0,1,1) var(--spectrum-dialog-background-exit-animation-delay,var(--spectrum-global-animation-duration-200)),visibility 0ms linear calc(var(--spectrum-dialog-background-exit-animation-delay, |
@@ -12,3 +12,3 @@ /* | ||
*/ | ||
import { css } from 'lit-element'; | ||
import { css } from '@spectrum-web-components/base'; | ||
const styles = css` | ||
@@ -15,0 +15,0 @@ :host{visibility:hidden;opacity:0;transition:transform var(--spectrum-global-animation-duration-100,.13s) ease-in-out,opacity var(--spectrum-global-animation-duration-100,.13s) ease-in-out,visibility 0ms linear var(--spectrum-global-animation-duration-100,.13s);pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;transition:opacity var(--spectrum-dialog-background-exit-animation-duration,var(--spectrum-global-animation-duration-300)) cubic-bezier(.5,0,1,1) var(--spectrum-dialog-background-exit-animation-delay,var(--spectrum-global-animation-duration-200)),visibility 0ms linear calc(var(--spectrum-dialog-background-exit-animation-delay, |
@@ -1,6 +0,6 @@ | ||
import { LitElement, CSSResultArray, TemplateResult } from 'lit-element'; | ||
import { SpectrumElement, CSSResultArray, TemplateResult } from '@spectrum-web-components/base'; | ||
/** | ||
* @element sp-underlay | ||
*/ | ||
export declare class Underlay extends LitElement { | ||
export declare class Underlay extends SpectrumElement { | ||
static get styles(): CSSResultArray; | ||
@@ -7,0 +7,0 @@ open: boolean; |
@@ -13,3 +13,3 @@ /* | ||
import { __decorate } from "tslib"; | ||
import { html, LitElement, property, } from 'lit-element'; | ||
import { html, SpectrumElement, property, } from '@spectrum-web-components/base'; | ||
import styles from './underlay.css.js'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
export class Underlay extends LitElement { | ||
export class Underlay extends SpectrumElement { | ||
constructor() { | ||
@@ -22,0 +22,0 @@ super(...arguments); |
@@ -15,7 +15,7 @@ /* | ||
html, | ||
LitElement, | ||
SpectrumElement, | ||
CSSResultArray, | ||
TemplateResult, | ||
property, | ||
} from 'lit-element'; | ||
} from '@spectrum-web-components/base'; | ||
@@ -27,3 +27,3 @@ import styles from './underlay.css.js'; | ||
*/ | ||
export class Underlay extends LitElement { | ||
export class Underlay extends SpectrumElement { | ||
public static get styles(): CSSResultArray { | ||
@@ -30,0 +30,0 @@ return [styles]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
40558
2
28
335
1
+ Added@spectrum-web-components/base@^0.0.2-alpha.1038+1e82c26e
+ Added@spectrum-web-components/base@0.0.2-alpha.1038(transitive)
- Removedlit-element@^2.1.0
- Removedlit-html@^1.0.0