sprintify-ui 0.6.46 → 0.6.47

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.
@@ -3113,7 +3113,7 @@ const H0 = {
3113
3113
  class: fe(C(r)),
3114
3114
  style: it(C(i))
3115
3115
  }, [
3116
- a.showIcon ? (B(), K("div", H0, [
3116
+ a.showIcon && C(e) ? (B(), K("div", H0, [
3117
3117
  we(s, {
3118
3118
  icon: C(e),
3119
3119
  class: fe(C(o))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.6.46",
3
+ "version": "0.6.47",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -4,7 +4,7 @@
4
4
  :style="colorStyle"
5
5
  >
6
6
  <div
7
- v-if="showIcon"
7
+ v-if="showIcon && iconInternal"
8
8
  class="shrink-0"
9
9
  >
10
10
  <BaseIcon