flowbite-svelte
Advanced tools
Comparing version 0.14.13 to 0.14.14
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.14.14](https://github.com/themesberg/flowbite-svelte/compare/v0.14.13...v0.14.14) (2022-04-21) | ||
### Features | ||
* add Rating, AdvancedRating, and ScoreRating components ([8c91712](https://github.com/themesberg/flowbite-svelte/commit/8c91712d703364948b00c387a2b3f1d42be6159f)) | ||
### [0.14.13](https://github.com/themesberg/flowbite-svelte/compare/v0.14.12...v0.14.13) (2022-04-20) | ||
@@ -7,0 +14,0 @@ |
@@ -103,2 +103,7 @@ // Accordion | ||
// Rating | ||
export { default as Rating } from './ratings/Rating.svelte' | ||
export { default as AdvancedRating } from './ratings/AdvancedRating.svelte' | ||
export { default as ScoreRating } from './ratings/ScoreRating.svelte' | ||
// Sidebar | ||
@@ -105,0 +110,0 @@ export { default as Sidebar } from './sidebars/Sidebar.svelte' |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.14.13", | ||
"version": "0.14.14", | ||
"description": "Flowbite components for Svelte", | ||
@@ -158,2 +158,6 @@ "main": "./package/index.js", | ||
"./progressbars/Progressbar.svelte": "./progressbars/Progressbar.svelte", | ||
"./ratings/AdvancedRating.svelte": "./ratings/AdvancedRating.svelte", | ||
"./ratings/Rating.svelte": "./ratings/Rating.svelte", | ||
"./ratings/RatingComment.svelte": "./ratings/RatingComment.svelte", | ||
"./ratings/ScoreRating.svelte": "./ratings/ScoreRating.svelte", | ||
"./sidebars/Sidebar.svelte": "./sidebars/Sidebar.svelte", | ||
@@ -160,0 +164,0 @@ "./sidebars/SidebarDropdown.svelte": "./sidebars/SidebarDropdown.svelte", |
356353
212
2642