@melodicdev/components 1.5.5 → 1.5.6

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.
@@ -16154,7 +16154,7 @@ CalendarViewComponent = __decorate([MelodicComponent({
16154
16154
  ]
16155
16155
  })], CalendarViewComponent);
16156
16156
  const iconTemplate = (c) => {
16157
- return html`<i class="${c.format === "regular" ? "ph" : `ph-${c.format}`}">${c.icon}</i>`;
16157
+ return html`<i class="${c.format === "regular" ? "ph" : `ph-${c.format}`} ph-${c.icon}"></i>`;
16158
16158
  };
16159
16159
  const iconStyles = () => css`
16160
16160
  :host {