@spectrum-web-components/overlay
Advanced tools
Comparing version 0.11.8-alpha.1 to 0.11.8-alpha.12
{ | ||
"name": "@spectrum-web-components/overlay", | ||
"version": "0.11.8-alpha.1+ed84dff79", | ||
"version": "0.11.8-alpha.12+6493e508", | ||
"publishConfig": { | ||
@@ -37,6 +37,5 @@ "access": "public" | ||
"files": [ | ||
"*.d.ts", | ||
"*.js", | ||
"*.js.map", | ||
"/src/", | ||
"**/*.d.ts", | ||
"**/*.js", | ||
"**/*.js.map", | ||
"/sync/", | ||
@@ -53,6 +52,6 @@ "custom-elements.json" | ||
"@popperjs/core": "^2.2.2", | ||
"@spectrum-web-components/action-button": "^0.5.2-alpha.1+ed84dff79", | ||
"@spectrum-web-components/base": "^0.4.4-alpha.135+ed84dff79", | ||
"@spectrum-web-components/shared": "^0.12.5-alpha.34+ed84dff79", | ||
"@spectrum-web-components/theme": "^0.8.9-alpha.1+ed84dff79", | ||
"@spectrum-web-components/action-button": "^0.5.2-alpha.12+6493e508", | ||
"@spectrum-web-components/base": "^0.4.4-alpha.146+6493e508", | ||
"@spectrum-web-components/shared": "^0.12.5-alpha.45+6493e508", | ||
"@spectrum-web-components/theme": "^0.8.9-alpha.12+6493e508", | ||
"popper-max-size-modifier": "^0.2.0", | ||
@@ -65,11 +64,7 @@ "tslib": "^2.0.0" | ||
"./active-overlay.js", | ||
"./active-overlay.ts", | ||
"./overlay-trigger.js", | ||
"./overlay-trigger.ts", | ||
"./sync/overlay-trigger.js", | ||
"./sync/overlay-trigger.ts", | ||
"./stories/overlay-story-components.js", | ||
"./stories/overlay-story-components.ts" | ||
"./stories/overlay-story-components.js" | ||
], | ||
"gitHead": "ed84dff79fd23708ed6c63a8114290217d9c17ad" | ||
"gitHead": "6493e508af9a30ea6eda1901cf800d770d498219" | ||
} |
@@ -1,2 +0,2 @@ | ||
declare const styles: import("@spectrum-web-components/base").CSSResultGroup; | ||
declare const styles: import("@spectrum-web-components/base").CSSResult; | ||
export default styles; |
@@ -78,4 +78,4 @@ import { CSSResultArray, PropertyValues, SpectrumElement, TemplateResult } from '@spectrum-web-components/base'; | ||
private stealOverlayContentResolver; | ||
protected getUpdateComplete(): Promise<boolean>; | ||
protected _getUpdateComplete(): Promise<void>; | ||
} | ||
export {}; |
@@ -352,6 +352,5 @@ /* | ||
} | ||
async getUpdateComplete() { | ||
await super.getUpdateComplete(); | ||
async _getUpdateComplete() { | ||
await super._getUpdateComplete(); | ||
await this.stealOverlayContentPromise; | ||
return true; | ||
} | ||
@@ -358,0 +357,0 @@ } |
@@ -1,2 +0,2 @@ | ||
declare const styles: import("@spectrum-web-components/base").CSSResultGroup; | ||
declare const styles: import("@spectrum-web-components/base").CSSResult; | ||
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
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
12
227507
55
2064