flowbite-svelte
Advanced tools
Comparing version 0.15.7 to 0.15.8
@@ -5,2 +5,10 @@ # Changelog | ||
### [0.15.8](https://github.com/themesberg/flowbite-svelte/compare/v0.15.7...v0.15.8) (2022-04-29) | ||
### Bug Fixes | ||
* update for lighthouse ([e81850d](https://github.com/themesberg/flowbite-svelte/commit/e81850db1d00851f2f8b3a1320ef7658f0654674)) | ||
* update links, flowbite svelte link, sitemap links, white for dark mode ([024b079](https://github.com/themesberg/flowbite-svelte/commit/024b079c161678f2a683736a97d4431f8d8a5279)) | ||
### [0.15.7](https://github.com/themesberg/flowbite-svelte/compare/v0.15.6...v0.15.7) (2022-04-28) | ||
@@ -7,0 +15,0 @@ |
@@ -10,9 +10,2 @@ // Accordion | ||
// Auth | ||
export { default as Confirm } from'./auth/Confirm.svelte' | ||
export { default as ForgotPassword } from'./auth/ForgotPassword.svelte' | ||
export { default as Login } from'./auth/Login.svelte' | ||
export { default as Register } from'./auth/Register.svelte' | ||
export { default as Reset } from './auth/Reset.svelte' | ||
// Avatar | ||
@@ -19,0 +12,0 @@ export { default as Avatar } from './avatar/Avatar.svelte' |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.15.7", | ||
"version": "0.15.8", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "main": "./package/index.js", |
@@ -8,4 +8,2 @@ # FLOWBITE-SVELTE | ||
[Flowbite-Svelte](https://flowbite-svelte.com/) is an official Flowbite component library for Svelte. All interactivities are handled by Svelte. | ||
@@ -15,6 +13,8 @@ | ||
- [Getting started](https://flowbite-svelte.com/getting-started) | ||
- [About](https://flowbite-svelte.com/about) | ||
- [Type list](https://flowbite-svelte.com/type-list) | ||
- [CLI](https://flowbite-svelte.com/cli) | ||
- [Getting started](https://flowbite-svelte.com/pages/getting-started) | ||
- [About](https://flowbite-svelte.com/pages/about) | ||
- [Types](https://flowbite-svelte.com/pages/types) | ||
- [How to contribute](https://flowbite-svelte.com/pages/how-to-contribute) | ||
- [CLI](https://flowbite-svelte.com/pages/cli) | ||
- [License](https://flowbite-svelte.com/pages/license) | ||
@@ -89,3 +89,10 @@ ## Accordion components | ||
- [Forms](https://flowbite-svelte.com/forms) | ||
- [Checkbox](https://flowbite-svelte.com/forms/checkbox) | ||
- [File input](https://flowbite-svelte.com/forms/file-input) | ||
- [Floating label](https://flowbite-svelte.com/forms/floating-label) | ||
- [Input](https://flowbite-svelte.com/forms/input) | ||
- [Radio](https://flowbite-svelte.com/forms/radio) | ||
- [Range](https://flowbite-svelte.com/forms/range) | ||
- [Textarea](https://flowbite-svelte.com/forms/textarea) | ||
- [Toggle](https://flowbite-svelte.com/forms/toggle) | ||
@@ -131,2 +138,8 @@ ## Footer components | ||
## Rating | ||
- [Rating](https://flowbite-svelte.com/ratings/rating) | ||
- [Advanced rating](https://flowbite-svelte.com/ratings/advanced-rating) | ||
- [Score rating](https://flowbite-svelte.com/ratings/score-rating) | ||
## Sidebar components | ||
@@ -183,6 +196,5 @@ | ||
```sh | ||
cd scripts | ||
node createProps.js | ||
npm run gen:props | ||
``` | ||
This will pull all props from components and replace files in `/src/routes/props` directory. |
360799
195
2668