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

8

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

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