Comparing version 5.0.0-beta.4 to 5.0.0-beta.5
@@ -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 @@ |
/// <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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53088
Updated@smui/common@^5.0.0-beta.5
Updated@smui/ripple@^5.0.0-beta.5