New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@material/mwc-fab

Package Overview
Dependencies
Maintainers
21
Versions
721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-fab - npm Package Compare versions

Comparing version 0.26.0-canary.b6fe2a12.0 to 0.26.0-canary.c3aa844c.0

2

mwc-fab-base.d.ts

@@ -9,3 +9,3 @@ /**

import { RippleHandlers } from '@material/mwc-ripple/ripple-handlers';
import { LitElement, TemplateResult } from 'lit-element';
import { LitElement, TemplateResult } from 'lit';
/**

@@ -12,0 +12,0 @@ * Fab Base class logic and template definition

@@ -11,4 +11,5 @@ /**

import { RippleHandlers } from '@material/mwc-ripple/ripple-handlers';
import { eventOptions, html, LitElement, property, queryAsync, state } from 'lit-element';
import { classMap } from 'lit-html/directives/class-map.js';
import { html, LitElement } from 'lit';
import { eventOptions, property, queryAsync, state } from 'lit/decorators.js';
import { classMap } from 'lit/directives/class-map.js';
/**

@@ -15,0 +16,0 @@ * Fab Base class logic and template definition

@@ -14,3 +14,3 @@ /**

export declare class Fab extends FabBase {
static styles: import("lit-element").CSSResult[];
static styles: import("lit").CSSResult[];
}

@@ -9,3 +9,3 @@ /**

// tslint:disable:strip-private-property-underscore
import { customElement } from 'lit-element';
import { customElement } from 'lit/decorators.js';
import { FabBase } from './mwc-fab-base';

@@ -12,0 +12,0 @@ import { styles } from './mwc-fab.css';

{
"name": "@material/mwc-fab",
"version": "0.26.0-canary.b6fe2a12.0",
"version": "0.26.0-canary.c3aa844c.0",
"description": "Material design floating action button component",

@@ -19,18 +19,17 @@ "keywords": [

"dependencies": {
"@material/mwc-ripple": "0.26.0-canary.b6fe2a12.0",
"lit-element": "^3.0.0",
"lit-html": "^2.0.0",
"@material/mwc-ripple": "0.26.0-canary.c3aa844c.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@material/animation": "=13.0.0-canary.65125b3a6.0",
"@material/elevation": "=13.0.0-canary.65125b3a6.0",
"@material/fab": "=13.0.0-canary.65125b3a6.0",
"@material/mwc-base": "0.26.0-canary.b6fe2a12.0",
"@material/mwc-icon": "0.26.0-canary.b6fe2a12.0",
"@material/ripple": "=13.0.0-canary.65125b3a6.0",
"@material/rtl": "=13.0.0-canary.65125b3a6.0",
"@material/shape": "=13.0.0-canary.65125b3a6.0",
"@material/theme": "=13.0.0-canary.65125b3a6.0",
"@material/tokens": "=13.0.0-canary.65125b3a6.0"
"@material/animation": "=14.0.0-canary.353ca7e9f.0",
"@material/elevation": "=14.0.0-canary.353ca7e9f.0",
"@material/fab": "=14.0.0-canary.353ca7e9f.0",
"@material/mwc-base": "0.26.0-canary.c3aa844c.0",
"@material/mwc-icon": "0.26.0-canary.c3aa844c.0",
"@material/ripple": "=14.0.0-canary.353ca7e9f.0",
"@material/rtl": "=14.0.0-canary.353ca7e9f.0",
"@material/shape": "=14.0.0-canary.353ca7e9f.0",
"@material/theme": "=14.0.0-canary.353ca7e9f.0",
"@material/tokens": "=14.0.0-canary.353ca7e9f.0"
},

@@ -43,3 +42,3 @@ "scripts": {

},
"gitHead": "06feede8e75d655952f3a43b5c971276c26fe92e"
"gitHead": "a792c732afb00bf097879fdcd7a1ac2a0c5d9506"
}

@@ -7,6 +7,6 @@ # `<mwc-fab>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-fab.svg)](https://www.npmjs.com/package/@material/mwc-fab)

![](https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/fab/images/standard.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/fab/images/mini.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/fab/images/extended.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/fab/images/custom_color.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/fab/images/standard.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/fab/images/mini.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/fab/images/extended.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/fab/images/custom_color.png)

@@ -35,3 +35,3 @@ [Material Design Guidelines: Floating Action Button](https://material.io/design/components/buttons-floating-action-button.html)

![](https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/fab/images/standard.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/fab/images/standard.png)

@@ -54,3 +54,3 @@ ```html

![](https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/fab/images/standard.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/fab/images/standard.png)

@@ -74,3 +74,3 @@ ```html

![](https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/fab/images/mini.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/fab/images/mini.png)

@@ -83,3 +83,3 @@ ```html

![](https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/fab/images/extended.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/fab/images/extended.png)

@@ -91,3 +91,3 @@ ```html

![](https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/fab/images/custom_color.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/fab/images/custom_color.png)

@@ -94,0 +94,0 @@ ```css

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