@hashrytech/quick-components-kit 0.19.4 → 0.19.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hashrytech/quick-components-kit
2
2
 
3
+ ## 0.19.5
4
+
5
+ ### Patch Changes
6
+
7
+ - patch: removing span for button
8
+
3
9
  ## 0.19.4
4
10
 
5
11
  ### Patch Changes
@@ -27,7 +27,7 @@
27
27
  {#if loadingIcon && loading}
28
28
  <span class="shrink-0 animate-spin font-semibold">{@render loadingIcon()}</span>
29
29
  {:else if icon}
30
- <span>{@render icon()}</span>
30
+ {@render icon()}
31
31
  {/if}
32
32
  {@render children?.()}
33
33
  </button>
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/hashrytech/quick-components-kit.git"
7
7
  },
8
- "version": "0.19.4",
8
+ "version": "0.19.5",
9
9
  "license": "MIT",
10
10
  "author": "Hashry Tech",
11
11
  "files": [