@spectrum-web-components/theme
Advanced tools
Comparing version 0.8.9 to 0.8.10-alpha.1
{ | ||
"name": "@spectrum-web-components/theme", | ||
"version": "0.8.9", | ||
"version": "0.8.10-alpha.1+23ae605e", | ||
"publishConfig": { | ||
@@ -59,4 +59,4 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.4.4", | ||
"@spectrum-web-components/styles": "^0.9.8", | ||
"@spectrum-web-components/base": "^0.4.5-alpha.1+23ae605e", | ||
"@spectrum-web-components/styles": "^0.9.9-alpha.1+23ae605e", | ||
"tslib": "^2.0.0" | ||
@@ -72,3 +72,3 @@ }, | ||
], | ||
"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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -1,2 +0,2 @@ | ||
import { CSSResult } from '@spectrum-web-components/base'; | ||
import { CSSResultGroup } from '@spectrum-web-components/base'; | ||
declare global { | ||
@@ -21,3 +21,3 @@ interface Window { | ||
name: string; | ||
styles: CSSResult; | ||
styles: CSSResultGroup; | ||
}>; | ||
@@ -65,4 +65,4 @@ export declare type ThemeFragmentMap = Map<FragmentType, FragmentMap>; | ||
protected adoptStyles(): void; | ||
static registerThemeFragment(name: FragmentName, kind: FragmentType, styles: CSSResult): void; | ||
static registerThemeFragment(name: FragmentName, kind: FragmentType, styles: CSSResultGroup): void; | ||
} | ||
export {}; |
@@ -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
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
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
1463346
1