flowbite-svelte 0.26.26 → 0.26.28

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 CHANGED
@@ -2,6 +2,15 @@
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.26.28](https://github.com/themesberg/flowbite-svelte/compare/v0.26.27...v0.26.28) (2022-09-20)
6
+
7
+ ### [0.26.27](https://github.com/themesberg/flowbite-svelte/compare/v0.26.26...v0.26.27) (2022-09-20)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * typo form and from ([f17012d](https://github.com/themesberg/flowbite-svelte/commit/f17012db645030cf15ee62c28076f136ff28bed0))
13
+
5
14
  ### [0.26.26](https://github.com/themesberg/flowbite-svelte/compare/v0.26.25...v0.26.26) (2022-09-20)
6
15
 
7
16
 
package/README.md CHANGED
@@ -355,6 +355,8 @@ For casual chatting with others using the library:
355
355
 
356
356
  ## Tests
357
357
 
358
+ **Please use node v16.xx.x.**
359
+
358
360
  Run:
359
361
 
360
362
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowbite-svelte",
3
- "version": "0.26.26",
3
+ "version": "0.26.28",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "index.js",
6
6
  "author": {
@@ -50,7 +50,7 @@ const textColors = {
50
50
  dropdown: 'text-gray-500 dark:text-gray-400',
51
51
  navbar: 'text-gray-700 dark:text-gray-200',
52
52
  navbarUl: 'text-gray-700 dark:text-gray-400',
53
- from: 'text-gray-900 dark:text-white',
53
+ form: 'text-gray-900 dark:text-white',
54
54
  none: ''
55
55
  };
56
56
  const borderColors = {