flowbite-svelte
Advanced tools
Comparing version 0.14.14 to 0.14.15
@@ -9,2 +9,4 @@ import { SvelteComponentTyped } from "svelte"; | ||
slideControls?: boolean; | ||
loop?: boolean; | ||
duration?: number; | ||
divClass?: string; | ||
@@ -11,0 +13,0 @@ indicatorDivClass?: string; |
@@ -12,2 +12,4 @@ import { SvelteComponentTyped } from "svelte"; | ||
transitionParams?: TransitionParamTypes; | ||
loop?: boolean; | ||
duration?: number; | ||
divClass?: string; | ||
@@ -14,0 +16,0 @@ indicatorDivClass?: string; |
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.14.15](https://github.com/themesberg/flowbite-svelte/compare/v0.14.14...v0.14.15) (2022-04-23) | ||
### Features | ||
* add loop to carousel components ([0ae0d66](https://github.com/themesberg/flowbite-svelte/commit/0ae0d66aaf74c7b588978ce88ab7c5117ee4a4e2)) | ||
### [0.14.14](https://github.com/themesberg/flowbite-svelte/compare/v0.14.13...v0.14.14) (2022-04-21) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.14.14", | ||
"version": "0.14.15", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "main": "./package/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
356513
2646