You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

angular-material-css-vars

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-material-css-vars - npm Package Compare versions

Comparing version

to
9.1.0

12

index.d.ts
import * as i0 from '@angular/core';
import { RendererFactory2, ModuleWithProviders, EnvironmentProviders } from '@angular/core';
import { ModuleWithProviders, EnvironmentProviders } from '@angular/core';
import * as i1 from '@angular/common';

@@ -40,2 +40,7 @@

lightThemeClass: string;
/**
* Selector to which the CSS variables are added.
* If not specified, the document's HTML element is used.
*/
rootSelector?: string;
colorMap: MaterialCssColorMapperEntry[];

@@ -113,3 +118,2 @@ sortedHues: HueValue[];

declare class MaterialCssVarsService {
private document;
private static CONTRAST_PREFIX;

@@ -131,3 +135,4 @@ private static DARK_TEXT_VAR;

private readonly _white;
constructor(rendererFactory: RendererFactory2, document: Document, cfg: MaterialCssVariablesConfig);
private readonly document;
constructor();
setPrimaryColor(hex: string): void;

@@ -172,2 +177,3 @@ setAccentColor(hex: string): void;

private _getContrast;
private _getRootElement;
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialCssVarsService, never>;

@@ -174,0 +180,0 @@ static ɵprov: i0.ɵɵInjectableDeclaration<MaterialCssVarsService>;

{
"name": "angular-material-css-vars",
"version": "9.0.1",
"version": "9.1.0",
"description": "Little library to use css variables for @angular/material",

@@ -5,0 +5,0 @@ "author": "johannesjo <contact@super-productivity.com> (http://super-productivity.com)",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet