Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/theme

Package Overview
Dependencies
Maintainers
6
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/theme - npm Package Compare versions

Comparing version 0.8.9 to 0.8.10-alpha.1

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc