Socket
Socket
Sign inDemoInstall

@3mo/fab

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3mo/fab - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

dist/InstanceofAttributeController/index.d.ts

4

dist/Fab.d.ts
import { Component } from '@a11d/lit';
import { MutationController } from '@3mo/mutation-observer';
import { ExtendsAttributeController } from '@3mo/extends-attribute-controller';
import { InstanceofAttributeController } from '@3mo/instanceof-attribute-controller';
import { MaterialIcon } from '@3mo/icon';

@@ -24,3 +24,3 @@ /**

disabled: boolean;
protected readonly extendsAttributeController: ExtendsAttributeController;
protected readonly instanceofAttributeController: InstanceofAttributeController;
protected readonly mutationController: MutationController;

@@ -27,0 +27,0 @@ static get styles(): import("@a11d/lit").CSSResult;

import { __decorate } from "tslib";
import { Component, component, css, html, ifDefined, property } from '@a11d/lit';
import { MutationController } from '@3mo/mutation-observer';
import { ExtendsAttributeController } from '@3mo/extends-attribute-controller';
import { InstanceofAttributeController } from '@3mo/instanceof-attribute-controller';
import { Fab as MwcFab } from '@material/mwc-fab';

@@ -26,3 +26,3 @@ /**

this.disabled = false;
this.extendsAttributeController = new ExtendsAttributeController(this);
this.instanceofAttributeController = new InstanceofAttributeController(this);
this.mutationController = new MutationController(this, {

@@ -29,0 +29,0 @@ config: {

import { Component } from '@a11d/lit';
import { MutationController } from '@3mo/mutation-observer';
import { ExtendsAttributeController } from '@3mo/extends-attribute-controller';
import { InstanceofAttributeController } from '@3mo/instanceof-attribute-controller';
import { MaterialIcon } from '@3mo/icon';

@@ -24,3 +24,3 @@ /**

disabled: boolean;
protected readonly extendsAttributeController: ExtendsAttributeController;
protected readonly instanceofAttributeController: InstanceofAttributeController;
protected readonly mutationController: MutationController;

@@ -27,0 +27,0 @@ static get styles(): import("@a11d/lit").CSSResult;

{
"name": "@3mo/fab",
"version": "0.1.3",
"version": "0.1.4",
"description": "A floating action button web-component based on Material Web Components (MWC).",

@@ -26,9 +26,9 @@ "repository": {

"dependencies": {
"@a11d/lit": "*",
"tslib": "*",
"@3mo/icon": "*",
"@3mo/mutation-observer": "*",
"@3mo/extends-attribute-controller": "*",
"@material/mwc-fab": "0.27.*"
"@a11d/lit": "x",
"tslib": "x",
"@3mo/icon": "x",
"@3mo/mutation-observer": "x",
"@3mo/instanceof-attribute-controller": "x",
"@material/mwc-fab": "0.27.x"
}
}
# FAB (Floating Action Button)
A floating action button web-component based on Material Web Components (MWC).

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