@florid-kit/components 0.3.42 → 0.3.43

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -802,7 +802,7 @@
802
802
  >
803
803
  <img src="${s.src}" />
804
804
  </button>
805
- ${o&&this.playIcon?d`<div class="play-icon-wrapper">${this.playIcon}</div>`:null}
805
+ ${o?d`<div class="play-icon-wrapper">${this.playIcon}</div>`:null}
806
806
  </div>
807
807
  `})}
808
808
  </div>
package/index.mjs CHANGED
@@ -1857,7 +1857,7 @@ let w = class extends m {
1857
1857
  >
1858
1858
  <img src="${s.src}" />
1859
1859
  </button>
1860
- ${o && this.playIcon ? d`<div class="play-icon-wrapper">${this.playIcon}</div>` : null}
1860
+ ${o ? d`<div class="play-icon-wrapper">${this.playIcon}</div>` : null}
1861
1861
  </div>
1862
1862
  `;
1863
1863
  })}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.3.42",
3
+ "version": "0.3.43",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",