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

@smui/fab

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/fab - npm Package Compare versions

Comparing version 5.0.0-beta.4 to 5.0.0-beta.5

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [5.0.0-beta.5](https://github.com/hperrin/svelte-material-ui/compare/v5.0.0-beta.4...v5.0.0-beta.5) (2021-09-18)
### Bug Fixes
* remove smui.d file and SMUIComponent declaration class ([ef30919](https://github.com/hperrin/svelte-material-ui/commit/ef309192268ef22ddbe0ff38a0f0f5198513a6af))
# [5.0.0-beta.4](https://github.com/hperrin/svelte-material-ui/compare/v5.0.0-beta.3...v5.0.0-beta.4) (2021-09-17)

@@ -8,0 +19,0 @@

4

Fab.types.d.ts
/// <reference types="svelte2tsx/svelte-jsx" />
import type { SMUIComponent } from '@smui/common';
import type { SvelteComponentDev } from 'svelte/internal';
import type Component from './Fab.svelte';
import type { ButtonComponentDev as ButtonElementComponentDev } from '@smui/common/elements/index.js';
export declare class FabComponentDev<C extends SMUIComponent = ButtonElementComponentDev> extends Component {
export declare class FabComponentDev<C extends SvelteComponentDev = ButtonElementComponentDev> extends Component {
/**

@@ -7,0 +7,0 @@ * @private

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

import type { SMUIComponent } from '@smui/common';
import type { SvelteComponentDev } from 'svelte/internal';
import type Component from './Fab.svelte';

@@ -6,3 +6,3 @@ import type { ButtonComponentDev as ButtonElementComponentDev } from '@smui/common/elements/index.js';

export declare class FabComponentDev<
C extends SMUIComponent = ButtonElementComponentDev
C extends SvelteComponentDev = ButtonElementComponentDev
> extends Component {

@@ -9,0 +9,0 @@ /**

{
"name": "@smui/fab",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "Svelte Material UI - Floating Action Button",

@@ -40,4 +40,4 @@ "type": "module",

"@material/feature-targeting": "^11.0.0",
"@smui/common": "^5.0.0-beta.4",
"@smui/ripple": "^5.0.0-beta.4",
"@smui/common": "^5.0.0-beta.5",
"@smui/ripple": "^5.0.0-beta.5",
"svelte2tsx": "^0.4.6"

@@ -51,3 +51,3 @@ },

},
"gitHead": "50fd56d7adde70f599a4657d23773463b53fe615"
"gitHead": "86c8b19c9a462790f7a11c259c35d00de5ae9738"
}

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