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-alpha.1 to 0.8.9-alpha.12

21

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

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