@spectrum-web-components/theme
Advanced tools
Comparing version 0.8.12-alpha.1 to 0.8.12
{ | ||
"name": "@spectrum-web-components/theme", | ||
"version": "0.8.12-alpha.1+204701b5", | ||
"version": "0.8.12", | ||
"publishConfig": { | ||
@@ -59,4 +59,4 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.4.6-alpha.1+204701b5", | ||
"@spectrum-web-components/styles": "^0.9.11-alpha.1+204701b5", | ||
"@spectrum-web-components/base": "^0.4.5", | ||
"@spectrum-web-components/styles": "^0.9.10", | ||
"tslib": "^2.0.0" | ||
@@ -72,3 +72,3 @@ }, | ||
], | ||
"gitHead": "204701b5496ec55efa8476f3a31298e7f5375212" | ||
"gitHead": "dd51b33cb741be50668d51db526200143ca48151" | ||
} |
@@ -14,3 +14,3 @@ /* | ||
import coreStyles from './theme.css.js'; | ||
Theme.registerThemeFragment('express', 'flavor', coreStyles); | ||
Theme.registerThemeFragment('express', 'theme', coreStyles); | ||
//# sourceMappingURL=core.js.map |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -1,2 +0,2 @@ | ||
import { CSSResultGroup } from '@spectrum-web-components/base'; | ||
import { CSSResult } from '@spectrum-web-components/base'; | ||
declare global { | ||
@@ -21,3 +21,3 @@ interface Window { | ||
name: string; | ||
styles: CSSResultGroup; | ||
styles: CSSResult; | ||
}>; | ||
@@ -57,3 +57,3 @@ export declare type ThemeFragmentMap = Map<FragmentType, FragmentMap>; | ||
constructor(); | ||
updateComplete: Promise<void>; | ||
updateComplete: Promise<boolean>; | ||
private __resolve; | ||
@@ -71,3 +71,3 @@ private __createDeferredPromise; | ||
protected adoptStyles(): void; | ||
static registerThemeFragment(name: FragmentName, kind: FragmentType, styles: CSSResultGroup): void; | ||
static registerThemeFragment(name: FragmentName, kind: FragmentType, styles: CSSResult): void; | ||
private _contextConsumers; | ||
@@ -74,0 +74,0 @@ private _provideContext; |
@@ -201,3 +201,3 @@ /* | ||
this.adoptStyles(); | ||
this.__resolve(); | ||
this.__resolve(true); | ||
} | ||
@@ -204,0 +204,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 too big to display
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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 2 instances in 1 package
0
1728384