@spectrum-web-components/theme
Advanced tools
Comparing version 0.8.9-alpha.1 to 0.8.9-alpha.12
{ | ||
"name": "@spectrum-web-components/theme", | ||
"version": "0.8.9-alpha.1+ed84dff79", | ||
"version": "0.8.9-alpha.12+6493e508", | ||
"publishConfig": { | ||
@@ -45,6 +45,5 @@ "access": "public" | ||
"files": [ | ||
"*.d.ts", | ||
"*.js", | ||
"*.js.map", | ||
"/src/", | ||
"**/*.d.ts", | ||
"**/*.js", | ||
"**/*.js.map", | ||
"custom-elements.json" | ||
@@ -59,4 +58,4 @@ ], | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.4.4-alpha.135+ed84dff79", | ||
"@spectrum-web-components/styles": "^0.9.8-alpha.1+ed84dff79", | ||
"@spectrum-web-components/base": "^0.4.4-alpha.146+6493e508", | ||
"@spectrum-web-components/styles": "^0.9.8-alpha.12+6493e508", | ||
"tslib": "^2.0.0" | ||
@@ -68,11 +67,7 @@ }, | ||
"./sp-*.js", | ||
"./sp-*.ts", | ||
"./theme-*.js", | ||
"./theme-*.ts", | ||
"./scale-*.js", | ||
"./scale-*.ts", | ||
"./src/themes.js", | ||
"./src/themes.ts" | ||
"./src/themes.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; |
@@ -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; | ||
}>; | ||
@@ -65,4 +65,4 @@ export declare type ThemeFragmentMap = Map<FragmentType, FragmentMap>; | ||
protected adoptStyles(): void; | ||
static registerThemeFragment(name: FragmentName, kind: FragmentType, styles: CSSResultGroup): void; | ||
static registerThemeFragment(name: FragmentName, kind: FragmentType, styles: CSSResult): void; | ||
} | ||
export {}; |
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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 7 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 9 instances in 1 package
18
627502
59
1655
2