iconograph-ui 1.6.10 → 1.6.11

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.
@@ -11,7 +11,7 @@
11
11
  {#if waiting}
12
12
  <div class="button waiting" style:background-image={`url("${loaderIcon}")`}>
13
13
  {button.label}
14
- </button>
14
+ </div>
15
15
  {:else}
16
16
  <div class="button" on:click|preventDefault|stopPropagation={clickEvent}> <!-- Prevent button default submit event when pressing enter-->
17
17
  {button.label}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iconograph-ui",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "description": "A Svelte Kit components library",
5
5
  "main": "./index.js",
6
6
  "svelte": "./index.js",