@salla.sa/twilight-components
Version:
Salla Web Component
5 lines • 1.12 kB
JavaScript
/*!
* Crafted with ❤ by Salla
*/
import{r as registerInstance,h}from"./index-114c614f.js";var sallaNotificationsCss="";var SallaNotificationItem=function(){function i(i){registerInstance(this,i);this.notification=undefined}i.prototype.render=function(){return h("a",{href:this.notification.url,class:{"s-notifications-item":true,"s-notifications-item-shadow":true,"s-notifications-item-read":!this.notification.is_new}},h("span",{class:"s-notifications-item-icon"},h("i",{class:{"s-notifications-item-icon sicon-bell-ring":true,"s-notifications-item-icon-new":this.notification.is_new}})),h("div",{class:"s-notifications-item-content"},h("div",{class:"s-notifications-item-content-leading"},h("h4",null,this.notification.title),h("p",null,this.notification.sub_title)),h("span",{class:"s-notifications-item-content-trailing"},h("i",{class:"sicon-time s-notifications-item-content-trailing-icon"}),h("span",null,this.notification.date))))};return i}();SallaNotificationItem.style=sallaNotificationsCss;export{SallaNotificationItem as salla_notification_item};
//# sourceMappingURL=salla-notification-item.entry.js.map