@smui/button
Advanced tools
Comparing version 5.0.0-beta.3 to 5.0.0-beta.4
/// <reference types="svelte2tsx/svelte-jsx" /> | ||
import type { SMUIComponent } from '@smui/common'; | ||
import type Component from './Button.svelte'; | ||
import type { ButtonComponentDev as ButtonElementComponentDev } from '@smui/common/elements'; | ||
import type { ButtonComponentDev as ButtonElementComponentDev } from '@smui/common/elements/index.js'; | ||
export declare class ButtonComponentDev<C extends SMUIComponent = ButtonElementComponentDev> extends Component { | ||
@@ -6,0 +6,0 @@ /** |
import type { SMUIComponent } from '@smui/common'; | ||
import type Component from './Button.svelte'; | ||
import type { ButtonComponentDev as ButtonElementComponentDev } from '@smui/common/elements'; | ||
import type { ButtonComponentDev as ButtonElementComponentDev } from '@smui/common/elements/index.js'; | ||
@@ -5,0 +5,0 @@ export declare class ButtonComponentDev< |
@@ -6,2 +6,13 @@ # Change Log | ||
# [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) | ||
### Bug Fixes | ||
* use index.js endpoint within elements and internal for common package imports ([cf76ed2](https://github.com/hperrin/svelte-material-ui/commit/cf76ed29ccad3c1e555f1456b22ffe91b8ca5cc2)) | ||
# [5.0.0-beta.3](https://github.com/hperrin/svelte-material-ui/compare/v5.0.0-beta.2...v5.0.0-beta.3) (2021-09-17) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui/button", | ||
"version": "5.0.0-beta.3", | ||
"version": "5.0.0-beta.4", | ||
"description": "Svelte Material UI - Button", | ||
@@ -43,4 +43,4 @@ "type": "module", | ||
"@material/theme": "^11.0.0", | ||
"@smui/common": "^5.0.0-beta.3", | ||
"@smui/ripple": "^5.0.0-beta.3", | ||
"@smui/common": "^5.0.0-beta.4", | ||
"@smui/ripple": "^5.0.0-beta.4", | ||
"svelte2tsx": "^0.4.6" | ||
@@ -54,3 +54,3 @@ }, | ||
}, | ||
"gitHead": "0d98b57c3cf0724263b80dcbbf83c598ba9949f4" | ||
"gitHead": "50fd56d7adde70f599a4657d23773463b53fe615" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
75373
Updated@smui/common@^5.0.0-beta.4
Updated@smui/ripple@^5.0.0-beta.4