@humandialog/forms.svelte 0.3.4 → 0.3.5

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # <img src="https://objectreef.dev/reef.png" alt="ObjectReef logo" width="26"> @humandialog/auth.svelte
1
+ # <img src="https://objectreef.dev/reef.png" alt="ObjectReef logo" width="26"> @humandialog/forms.svelte
2
2
 
3
3
  Basic Svelte UI components for Object Reef applications
4
4
 
@@ -1,7 +1,7 @@
1
1
  <script>import FaExclamation from "svelte-icons/fa/FaExclamation.svelte";
2
2
  import FaCheck from "svelte-icons/fa/FaCheck.svelte";
3
3
  import FaTimes from "svelte-icons/fa/FaTimes.svelte";
4
- import Spinner from "flowbite-svelte";
4
+ import { Spinner } from "flowbite-svelte";
5
5
  let file = void 0;
6
6
  let data = null;
7
7
  let reader;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humandialog/forms.svelte",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Basic Svelte UI components for Object Reef applications",
5
5
  "devDependencies": {
6
6
  "@playwright/test": "^1.28.1",