@spectrum-web-components/overlay
Advanced tools
Comparing version 0.11.8 to 0.11.9-alpha.1
{ | ||
"name": "@spectrum-web-components/overlay", | ||
"version": "0.11.8", | ||
"version": "0.11.9-alpha.1+23ae605e", | ||
"publishConfig": { | ||
@@ -52,6 +52,6 @@ "access": "public" | ||
"@popperjs/core": "^2.2.2", | ||
"@spectrum-web-components/action-button": "^0.5.2", | ||
"@spectrum-web-components/base": "^0.4.4", | ||
"@spectrum-web-components/shared": "^0.12.5", | ||
"@spectrum-web-components/theme": "^0.8.9", | ||
"@spectrum-web-components/action-button": "^0.5.3-alpha.1+23ae605e", | ||
"@spectrum-web-components/base": "^0.4.5-alpha.1+23ae605e", | ||
"@spectrum-web-components/shared": "^0.12.6-alpha.1+23ae605e", | ||
"@spectrum-web-components/theme": "^0.8.10-alpha.1+23ae605e", | ||
"popper-max-size-modifier": "^0.2.0", | ||
@@ -68,3 +68,3 @@ "tslib": "^2.0.0" | ||
], | ||
"gitHead": "3fe011d7edbebbfa42831d1b4b571e0ccef59e91" | ||
"gitHead": "23ae605e3718dd3f86bc3aa5b10229a4eb7f83c9" | ||
} |
@@ -1,2 +0,2 @@ | ||
declare const styles: import("@spectrum-web-components/base").CSSResult; | ||
declare const styles: import("@spectrum-web-components/base").CSSResultGroup; | ||
export default styles; |
@@ -78,4 +78,4 @@ import { CSSResultArray, PropertyValues, SpectrumElement, TemplateResult } from '@spectrum-web-components/base'; | ||
private stealOverlayContentResolver; | ||
protected _getUpdateComplete(): Promise<void>; | ||
protected getUpdateComplete(): Promise<boolean>; | ||
} | ||
export {}; |
@@ -352,5 +352,6 @@ /* | ||
} | ||
async _getUpdateComplete() { | ||
await super._getUpdateComplete(); | ||
async getUpdateComplete() { | ||
await super.getUpdateComplete(); | ||
await this.stealOverlayContentPromise; | ||
return true; | ||
} | ||
@@ -357,0 +358,0 @@ } |
@@ -1,2 +0,2 @@ | ||
declare const styles: import("@spectrum-web-components/base").CSSResult; | ||
declare const styles: import("@spectrum-web-components/base").CSSResultGroup; | ||
export default styles; |
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
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
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
479497
4363
1