@onsvisual/svelte-components 0.1.95 → 0.1.96

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.
@@ -182,6 +182,7 @@
182
182
  ></div>
183
183
  {#if clearable && !autoClear && value}
184
184
  <button
185
+ type="reset"
185
186
  title="Clear selection"
186
187
  aria-label="Clear selection"
187
188
  on:click="{clearInput}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "0.1.95",
3
+ "version": "0.1.96",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://onsvisual.github.io/svelte-components",