flowbite-svelte
Advanced tools
Comparing version 0.15.5 to 0.15.6
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.15.6](https://github.com/themesberg/flowbite-svelte/compare/v0.15.5...v0.15.6) (2022-04-27) | ||
### Features | ||
* add iconColor to sidebar and sidebardropdown components ([9b239ba](https://github.com/themesberg/flowbite-svelte/commit/9b239bacd455436c9ab056a730574d3d3404e517)) | ||
### [0.15.5](https://github.com/themesberg/flowbite-svelte/compare/v0.15.4...v0.15.5) (2022-04-27) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.15.5", | ||
"version": "0.15.6", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "main": "./package/index.js", |
@@ -138,2 +138,3 @@ import type { SvelteComponent } from 'svelte'; | ||
iconClass?: string; | ||
iconColor?: string; | ||
rel?: string; | ||
@@ -140,0 +141,0 @@ children?: SidebarType[]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
362182
2695