Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
# [7.0.0-beta.16](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.15...v7.0.0-beta.16) (2023-12-27) | ||
### Bug Fixes | ||
* cast component type to something ts likes ([017039f](https://github.com/hperrin/svelte-material-ui/commit/017039fb19701e57de058305994735d05e6c6407)) | ||
# [7.0.0-beta.15](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.14...v7.0.0-beta.15) (2023-09-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui/tab", | ||
"version": "7.0.0-beta.15", | ||
"version": "7.0.0-beta.16", | ||
"description": "Svelte Material UI - Tab", | ||
@@ -43,16 +43,16 @@ "type": "module", | ||
"@material/tab": "^14.0.0", | ||
"@smui/common": "^7.0.0-beta.15", | ||
"@smui/ripple": "^7.0.0-beta.15", | ||
"@smui/tab-indicator": "^7.0.0-beta.15", | ||
"svelte2tsx": "^0.6.21" | ||
"@smui/common": "^7.0.0-beta.16", | ||
"@smui/ripple": "^7.0.0-beta.16", | ||
"@smui/tab-indicator": "^7.0.0-beta.16", | ||
"svelte2tsx": "^0.6.27" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/svelte": "^5.0.2", | ||
"sass": "^1.66.1", | ||
"svelte-check": "^3.5.1", | ||
"svelte-strip": "^3.0.1", | ||
"sass": "^1.69.5", | ||
"svelte-check": "^3.6.2", | ||
"svelte-strip": "^3.1.1", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "6ed73be2ffd9691182a3a0663d61f9d910c4a8e8" | ||
"gitHead": "09c2396de874d88c92e8969218c9d93963fac430" | ||
} |
@@ -13,5 +13,5 @@ import type { MDCTabDimensions } from '@material/tab'; | ||
previousIndicatorClientRect: DOMRect | undefined, | ||
skipFocus: boolean | ||
skipFocus: boolean, | ||
): void; | ||
deactivate(): void; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74923
0.35%472
-1.67%+ Added
+ Added
- Removed
- Removed
Updated
Updated
Updated