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

@material/mwc-icon

Package Overview
Dependencies
Maintainers
17
Versions
722
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-icon - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

2

mwc-icon-host-css.d.ts

@@ -1,1 +0,1 @@

export declare const style: import("lit-element/lib/css-tag").CSSResult;
export declare const style: import("lit-element").CSSResult;

@@ -17,4 +17,4 @@ /**

*/
import { css } from '@material/mwc-base/base-element';
import { css } from 'lit-element';
export const style = css `:host{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}`;
//# sourceMappingURL=mwc-icon-host-css.js.map

@@ -17,11 +17,11 @@ /**

*/
import { LitElement } from '@material/mwc-base/base-element';
import {LitElement} from 'lit-element';
export declare class Icon extends LitElement {
static styles: import("lit-element/lib/css-tag").CSSResult;
protected render(): import("lit-html/lib/template-result").TemplateResult;
static styles: import('lit-element').CSSResult;
protected render(): import('lit-element').TemplateResult;
}
declare global {
interface HTMLElementTagNameMap {
'mwc-icon': Icon;
}
interface HTMLElementTagNameMap {
'mwc-icon': Icon;
}
}

@@ -1,2 +0,2 @@

import { __decorate } from "tslib";
import * as tslib_1 from "tslib";
/**

@@ -18,3 +18,3 @@ @license

*/
import { customElement, html, LitElement } from '@material/mwc-base/base-element';
import { customElement, html, LitElement } from 'lit-element';
import { style } from './mwc-icon-host-css.js';

@@ -27,3 +27,3 @@ let Icon = class Icon extends LitElement {

Icon.styles = style;
Icon = __decorate([
Icon = tslib_1.__decorate([
customElement('mwc-icon')

@@ -30,0 +30,0 @@ ], Icon);

{
"name": "@material/mwc-icon",
"version": "0.8.0",
"version": "0.9.0",
"description": "",

@@ -18,3 +18,4 @@ "main": "mwc-icon.js",

"dependencies": {
"@material/mwc-base": "^0.8.0",
"@material/mwc-base": "^0.9.0",
"lit-element": "^2.2.1",
"tslib": "^1.10.0"

@@ -25,3 +26,3 @@ },

},
"gitHead": "e47de0d9d6e556ce8c4b0b92f87be25a3e18da79"
"gitHead": "d6db9ceafe4b21572f967ac4acae9189da8c9c4f"
}

@@ -17,4 +17,4 @@ /**

*/
import {css} from '@material/mwc-base/base-element';
import {css} from 'lit-element';
export const style = css`:host{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}`;

@@ -17,3 +17,3 @@ /**

*/
import {customElement, html, LitElement} from '@material/mwc-base/base-element';
import {customElement, html, LitElement} from 'lit-element';

@@ -20,0 +20,0 @@ import {style} from './mwc-icon-host-css.js';

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