flowbite-svelte
Advanced tools
Comparing version 0.15.33 to 0.15.34
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.15.34](https://github.com/themesberg/flowbite-svelte/compare/v0.15.33...v0.15.34) (2022-05-15) | ||
### Bug Fixes | ||
* add childClass and ulClass to SidebarDropdown ([8754489](https://github.com/themesberg/flowbite-svelte/commit/875448911cbf0e427f51a08b51d5f160974b159b)) | ||
### [0.15.33](https://github.com/themesberg/flowbite-svelte/compare/v0.15.32...v0.15.33) (2022-05-15) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.15.33", | ||
"version": "0.15.34", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,2 +6,4 @@ import { SvelteComponentTyped } from "svelte"; | ||
link: SidebarType; | ||
childClass?: string; | ||
ulClass?: string; | ||
}; | ||
@@ -8,0 +10,0 @@ events: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
348683
2716