flowbite-svelte
Advanced tools
Comparing version 0.15.36 to 0.15.37
@@ -7,3 +7,2 @@ import { SvelteComponentTyped } from "svelte"; | ||
id?: string; | ||
btnClass?: string; | ||
slotClass?: string; | ||
@@ -13,2 +12,4 @@ isOpen?: boolean; | ||
icons?: AccordionIconType; | ||
btnClass?: string; | ||
colorClass?: string; | ||
iconSize?: number; | ||
@@ -15,0 +16,0 @@ iconClass?: string; |
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.15.37](https://github.com/themesberg/flowbite-svelte/compare/v0.15.36...v0.15.37) (2022-05-18) | ||
### Bug Fixes | ||
* add buttonClass to AccordionItem ([8387244](https://github.com/themesberg/flowbite-svelte/commit/83872440ebb872843a0f016f7fb576d156295b96)) | ||
### [0.15.36](https://github.com/themesberg/flowbite-svelte/compare/v0.15.35...v0.15.36) (2022-05-17) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.15.36", | ||
"version": "0.15.37", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
2720
350259