flowbite-svelte
Advanced tools
Comparing version 0.15.37 to 0.15.38
@@ -11,6 +11,6 @@ import { SvelteComponentTyped } from "svelte"; | ||
icons?: AccordionIconType; | ||
iconSize?: number; | ||
iconClass?: string; | ||
btnClass?: string; | ||
colorClass?: string; | ||
iconSize?: number; | ||
iconClass?: string; | ||
}; | ||
@@ -17,0 +17,0 @@ events: { |
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.15.38](https://github.com/themesberg/flowbite-svelte/compare/v0.15.37...v0.15.38) (2022-05-19) | ||
### Bug Fixes | ||
* add props.class to Spinner ([3fe4f8b](https://github.com/themesberg/flowbite-svelte/commit/3fe4f8b20d7d89b2230b23904b0671cec900684d)) | ||
### [0.15.37](https://github.com/themesberg/flowbite-svelte/compare/v0.15.36...v0.15.37) (2022-05-18) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.15.37", | ||
"version": "0.15.38", | ||
"description": "Flowbite components for Svelte", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
"autoprefixer": "^10.4.4", | ||
"createprops": "^0.1.1", | ||
"createprops": "^0.4.4", | ||
"eslint": "^7.32.0", | ||
@@ -24,0 +24,0 @@ "eslint-config-prettier": "^8.3.0", |
@@ -5,2 +5,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: { | ||
[x: string]: any; | ||
color?: Colors | undefined; | ||
@@ -7,0 +8,0 @@ bg?: string; |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
350911
2721