@onsvisual/svelte-components 0.1.92 → 0.1.93

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.
@@ -70,7 +70,7 @@
70
70
  * Optional: Minimum query length to return results
71
71
  * @type {number}
72
72
  */
73
- export let minLength = mode === "search" ? 3 : 1;
73
+ export let minLength = mode === "search" ? 1 : 0;
74
74
  /**
75
75
  * Optional: Override function for loading/filtering options based on the entered text
76
76
  * @type {function}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "0.1.92",
3
+ "version": "0.1.93",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://onsvisual.github.io/svelte-components",