flowbite-svelte 0.15.7 → 0.15.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +21 -9
- package/index.js +0 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.15.8](https://github.com/themesberg/flowbite-svelte/compare/v0.15.7...v0.15.8) (2022-04-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* update for lighthouse ([e81850d](https://github.com/themesberg/flowbite-svelte/commit/e81850db1d00851f2f8b3a1320ef7658f0654674))
|
|
11
|
+
* update links, flowbite svelte link, sitemap links, white for dark mode ([024b079](https://github.com/themesberg/flowbite-svelte/commit/024b079c161678f2a683736a97d4431f8d8a5279))
|
|
12
|
+
|
|
5
13
|
### [0.15.7](https://github.com/themesberg/flowbite-svelte/compare/v0.15.6...v0.15.7) (2022-04-28)
|
|
6
14
|
|
|
7
15
|
|
package/README.md
CHANGED
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
[](https://github.com/themesberg/flowbite-svelte/releases)
|
|
6
6
|
[](https://github.com/themesberg/flowbite-svelte/blob/main/LICENSE)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
8
|
[Flowbite-Svelte](https://flowbite-svelte.com/) is an official Flowbite component library for Svelte. All interactivities are handled by Svelte.
|
|
11
9
|
|
|
12
10
|
## Installation
|
|
13
11
|
|
|
14
|
-
- [Getting started](https://flowbite-svelte.com/getting-started)
|
|
15
|
-
- [About](https://flowbite-svelte.com/about)
|
|
16
|
-
- [
|
|
17
|
-
- [
|
|
12
|
+
- [Getting started](https://flowbite-svelte.com/pages/getting-started)
|
|
13
|
+
- [About](https://flowbite-svelte.com/pages/about)
|
|
14
|
+
- [Types](https://flowbite-svelte.com/pages/types)
|
|
15
|
+
- [How to contribute](https://flowbite-svelte.com/pages/how-to-contribute)
|
|
16
|
+
- [CLI](https://flowbite-svelte.com/pages/cli)
|
|
17
|
+
- [License](https://flowbite-svelte.com/pages/license)
|
|
18
18
|
|
|
19
19
|
## Accordion components
|
|
20
20
|
|
|
@@ -84,7 +84,14 @@
|
|
|
84
84
|
|
|
85
85
|
## Form components
|
|
86
86
|
|
|
87
|
-
- [
|
|
87
|
+
- [Checkbox](https://flowbite-svelte.com/forms/checkbox)
|
|
88
|
+
- [File input](https://flowbite-svelte.com/forms/file-input)
|
|
89
|
+
- [Floating label](https://flowbite-svelte.com/forms/floating-label)
|
|
90
|
+
- [Input](https://flowbite-svelte.com/forms/input)
|
|
91
|
+
- [Radio](https://flowbite-svelte.com/forms/radio)
|
|
92
|
+
- [Range](https://flowbite-svelte.com/forms/range)
|
|
93
|
+
- [Textarea](https://flowbite-svelte.com/forms/textarea)
|
|
94
|
+
- [Toggle](https://flowbite-svelte.com/forms/toggle)
|
|
88
95
|
|
|
89
96
|
## Footer components
|
|
90
97
|
|
|
@@ -125,6 +132,12 @@
|
|
|
125
132
|
|
|
126
133
|
- [Probress bar](https://flowbite-svelte.com/progressbars)
|
|
127
134
|
|
|
135
|
+
## Rating
|
|
136
|
+
|
|
137
|
+
- [Rating](https://flowbite-svelte.com/ratings/rating)
|
|
138
|
+
- [Advanced rating](https://flowbite-svelte.com/ratings/advanced-rating)
|
|
139
|
+
- [Score rating](https://flowbite-svelte.com/ratings/score-rating)
|
|
140
|
+
|
|
128
141
|
## Sidebar components
|
|
129
142
|
|
|
130
143
|
- [Sidebar](https://flowbite-svelte.com/sidebars)
|
|
@@ -176,8 +189,7 @@ npm run test
|
|
|
176
189
|
## Create props
|
|
177
190
|
|
|
178
191
|
```sh
|
|
179
|
-
|
|
180
|
-
node createProps.js
|
|
192
|
+
npm run gen:props
|
|
181
193
|
```
|
|
182
194
|
|
|
183
195
|
This will pull all props from components and replace files in `/src/routes/props` directory.
|
package/index.js
CHANGED
|
@@ -7,13 +7,6 @@ export { default as Alert } from'./alerts/Alert.svelte'
|
|
|
7
7
|
export { default as BorderAlert } from'./alerts/BorderAlert.svelte'
|
|
8
8
|
export { default as InfoAlert } from'./alerts/InfoAlert.svelte'
|
|
9
9
|
|
|
10
|
-
// Auth
|
|
11
|
-
export { default as Confirm } from'./auth/Confirm.svelte'
|
|
12
|
-
export { default as ForgotPassword } from'./auth/ForgotPassword.svelte'
|
|
13
|
-
export { default as Login } from'./auth/Login.svelte'
|
|
14
|
-
export { default as Register } from'./auth/Register.svelte'
|
|
15
|
-
export { default as Reset } from './auth/Reset.svelte'
|
|
16
|
-
|
|
17
10
|
// Avatar
|
|
18
11
|
export { default as Avatar } from './avatar/Avatar.svelte'
|
|
19
12
|
|